@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700|Poppins:400,400i,600,600i);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:where(html){-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}:where(h1){font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}.App{background-color:#f5f1ef;position:fixed}.App,.pageContent{bottom:0;left:0;right:0;top:0}.pageContent{overflow-x:hidden;overflow-y:scroll;position:absolute}.navBarPageContent{top:70px}.Page{padding:40px 40px 120px}.PageThreeColumn{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.PageThreeColumn .column{background:#f5f1ef;box-sizing:border-box;float:left;height:100%;overflow:hidden;position:relative;width:33.3333333333%}.PageThreeColumn .column:first-child{background:#fff;border-right:1px solid #dad3d0}.PageThreeColumn .column:last-child{background:#fff;border-left:1px solid #dad3d0;overflow-y:scroll}.PageWithSidebarMenu{bottom:0;left:0;position:fixed;right:0;top:70px}.PageWithSidebarMenu .pageWithSidebarMenuContent{background-color:#fff;bottom:0;left:230px;overflow-x:hidden;overflow-y:scroll;position:absolute;right:0;top:0}.PageWithSidebarMenu .sideBarMenu{background:#f5f1ef;font-family:Source Sans Pro,sans-serif;height:100%;overflow-x:hidden;overflow-y:scroll;padding-bottom:110px;position:absolute;text-decoration:none;top:10px;width:230px;z-index:3}.PageWithSidebarMenu .sideBarMenu .menuItem{border-radius:8px;color:#413b38;display:block;font-weight:700;margin:5px 10px;padding:15px}.PageWithSidebarMenu .sideBarMenu .menuItem.active,.PageWithSidebarMenu .sideBarMenu .menuItem:hover{background:#e9e3df;color:#413b38;text-decoration:none}.SCInput{position:relative}.SCInput input{border:none;border-radius:3px;bottom:0;color:#413b38;font-family:Source Sans Pro,sans-serif;left:0;outline:1px solid #c3bcb9;position:absolute;right:0;top:0;z-index:1}.SCInput input:focus,.SCInput input:hover{outline:1px solid #ffa904}.SCInput .icon{align-items:center;display:flex;justify-content:center;position:absolute;top:0;z-index:2}.SCInput .icon.clickableIcon{cursor:pointer;opacity:.7}.SCInput .icon.clickableIcon:hover{opacity:1}.SCInput .icon.isLeft{left:0}.SCInput .icon.isRight{right:0}.SCInput.isDisabled input,.SCInput:disabled input{background-color:#f6f2ef;cursor:not-allowed;outline:1px solid #f6f2ef;-webkit-user-select:none;user-select:none}.SCInput.isDisabled input:focus,.SCInput.isDisabled input:hover,.SCInput:disabled input:focus,.SCInput:disabled input:hover{outline:1px solid #f6f2ef}.SCInput.sizeSmall{font-size:12px;height:21px;margin-bottom:12px}.SCInput.sizeSmall input{font-size:12px;height:21px;padding:0 12px}.SCInput.sizeSmall .icon{height:21px;width:21px}.SCInput.sizeSmall.hasLeftIcon input{padding-left:21px}.SCInput.sizeSmall.hasRightIcon input{padding-right:21px}.SCInput.sizeSmall.isRound input{border-radius:11.5px}.SCInput.sizeMedium{font-size:13px;height:30px;margin-bottom:13px}.SCInput.sizeMedium input{font-size:13px;height:30px;padding:0 13px}.SCInput.sizeMedium .icon{height:30px;width:30px}.SCInput.sizeMedium.hasLeftIcon input{padding-left:30px}.SCInput.sizeMedium.hasRightIcon input{padding-right:30px}.SCInput.sizeMedium.isRound input{border-radius:15px}.SCInput.sizeLarge{font-size:15px;height:44px;margin-bottom:15px}.SCInput.sizeLarge input{font-size:15px;height:44px;padding:0 15px}.SCInput.sizeLarge .icon{height:44px;width:44px}.SCInput.sizeLarge.hasLeftIcon input{padding-left:44px}.SCInput.sizeLarge.hasRightIcon input{padding-right:44px}.SCInput.sizeLarge.isRound input{border-radius:22px}.SCButton{align-items:center;border:none;border-radius:3px;border-radius:4px;cursor:pointer;display:flex;font-family:Source Sans Pro,sans-serif;font-size:13px;font-weight:600;font-weight:semibold;justify-content:center;padding:7px 14px;position:relative}.SCButton.isDisabled,.SCButton:disabled{cursor:not-allowed}.SCButton.isLoading{-webkit-user-select:none;user-select:none}.SCButton.isLoading .btnText{opacity:0}.SCButton.isFullwidth{width:100%}.SCButton .spinner{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.SCButton.sizeSmall{font-size:12px;height:21px;padding:0 18px}.SCButton.sizeSmall.isRound{border-radius:11.5px}.SCButton.sizeMedium{font-size:13px;height:30px;padding:0 20px}.SCButton.sizeMedium.isRound{border-radius:15px}.SCButton.sizeLarge{font-size:15px;height:44px;padding:0 23px}.SCButton.sizeLarge.isRound{border-radius:22px}.SCButton.styleDefault{background:none;color:#413c38}.SCButton.styleDefault.isSelected,.SCButton.styleDefault:hover{color:#f67902}.SCButton.styleDefault:hover{color:#ffa904}.SCButton.styleDefault.isDisable,.SCButton.styleDefault:disabled{color:#c3bcb9}.SCButton.styleOrange{background:#f77a04;color:#fff}.SCButton.styleOrange.isSelected,.SCButton.styleOrange:hover{background:#db6a00}.SCButton.styleOrange:active{background:#f77a04}.SCButton.styleOrange.isDisable,.SCButton.styleOrange:disabled{background:#e9e3df;color:#c3bcb9}.SCButton.styleYellow{background:#ffa904;color:#fff}.SCButton.styleYellow.isSelected,.SCButton.styleYellow:hover{background:#dc9100}.SCButton.styleYellow:active{background:#ffa904}.SCButton.styleYellow.isDisable,.SCButton.styleYellow:disabled{background:#e9e3df;color:#c3bcb9}.SCButton.styleTeal{background:#00cabe;color:#fff}.SCButton.styleTeal.isSelected,.SCButton.styleTeal:hover{background:#17b8ae}.SCButton.styleTeal:active{background:#00cabe}.SCButton.styleTeal.isDisable,.SCButton.styleTeal:disabled{background:#e9e3df;color:#868a8a}.SCButton.styleLight{background:#f6f2ef;color:#413c38}.SCButton.styleLight.isSelected,.SCButton.styleLight:active{background:#f6f2ef;color:#fff}.SCButton.styleLight:hover{background:#413c38;color:#fff}.SCButton.styleLight.isDisable,.SCButton.styleLight:disabled{color:#c3bcb9}.SCButton.styleWhite{background:#fff;color:#413c38}.SCButton.styleWhite.isSelected,.SCButton.styleWhite:active{background:#f6f2ef;color:#fff}.SCButton.styleWhite:hover{background:#fff;color:#f67902}.SCButton.styleWhite.isDisable,.SCButton.styleWhite:disabled{color:#c3bcb9}.SCButton.styleDark{background:#5f5551;color:#fff}.SCButton.styleDark.isSelected,.SCButton.styleDark:hover{background:#413c38}.SCButton.styleDark:active{background:#5e5450}.SCButton.styleDark.isDisable,.SCButton.styleDark:disabled{background:#e9e3df;color:#c3bcb9}.SCButton.styleDashed{background:none;border:2px dashed #c3bcb9;color:#5e5450}.SCButton.styleDashed.isSelected,.SCButton.styleDashed:hover{background:#fff5e2;border-color:#ffa904;color:#f67902;text-decoration:underline}.SCButton.styleDashed:active{background:#fff5e2;border-color:#f77a04}.SCButton.styleDashed.isDisable,.SCButton.styleDashed:disabled{background:#e9e3df;border-color:#c3bcb9;color:#c3bcb9}.ssTitleSwitch{background:#f5f1ef;border-radius:24px;cursor:pointer;font-size:10px;height:47px;position:relative;transition:.5s ease;width:auto}.ssTitleSwitch .ssTitleSwitchItemsWrapper{display:flex;flex-direction:row;flex-wrap:nowrap;font-weight:700;justify-content:space-evenly;width:auto;z-index:10}.ssTitleSwitch .ssTitleSwitchItem{color:#5e5450;font-size:18px;height:47px;line-height:47px;text-align:center;transition:.2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:100}.ssTitleSwitch .ssTitleSwitchItem.selected,.ssTitleSwitch .ssTitleSwitchItem:hover{color:#f67902}.ssTitleSwitch .ssTitleSwitchIndicatorWrapper{position:absolute;z-index:0}.ssTitleSwitch .ssTitleSwitchIndicator{background:#fff;border-radius:21px;box-shadow:0 2px 4px 0 #00000026;height:41px;position:absolute;top:3px;transition:.3s ease;z-index:0}.ssSwitch{background:#c3bcb9;border-radius:11px;cursor:pointer;font-size:10px;height:22px;position:relative;transition:.5s ease;width:50px}.ssSwitch .indicator{background:#fff;border-radius:10px;height:20px;left:1px;position:absolute;top:1px;transition:.5s ease;width:20px;z-index:10}.ssSwitch .onLabel{height:22px;left:9px;opacity:0;text-align:left}.ssSwitch .offLabel,.ssSwitch .onLabel{line-height:22px;position:absolute;top:0;transition:.3s ease;z-index:1}.ssSwitch .offLabel{color:#413b38;opacity:1;padding-right:6px;right:0;text-align:right}.ssSwitch:hover{background:#a8a4a2}.ssSwitch.on,.ssSwitch.on:hover{background:#ffa900}.ssSwitch.on .indicator{left:29px}.ssSwitch.on .onLabel{opacity:1}.ssSwitch.on .offLabel{opacity:0}.NavBarSwitch{align-items:center;display:flex;flex-direction:row;justify-content:center}.NavBarSwitch label{margin:10px}.Toastify__toast{background:#fff6e2;box-shadow:none;color:#f67902}.Toastify__toast svg,.Toastify__toastbutton,.Toastify__toastsvg{fill:#f67902;color:#f67902}.LoadingView{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.LoadingView .loadingContent{align-items:center;display:flex;flex-direction:column}.LoadingView .loadingLogo{margin-bottom:20px}.LoadingView .loadingLogo img{height:44px;width:101px}.LoadingView .loadingBar{animation:barberpole 10s linear infinite;background-color:#f67902;background-image:repeating-linear-gradient(-45deg,#0000,#0000 1rem,#ffa900 0,#ffa900 2rem);background-size:200% 200%;border-radius:10px;color:#fff;font-family:Source Sans Pro Semibold,sans-serif;font-size:10px;font-weight:700;height:20px;line-height:20px;text-align:center;width:200px}.LoadingView .hoverWave{animation:waver .65s infinite alternate;animation-timing-function:ease-in-out;border-radius:50px;box-shadow:0 0 2px 0 #0000001a;margin-bottom:10px;overflow:hidden}.LoadingView .hoverWave,.LoadingView .hoverWave img{height:100px;width:100px}@keyframes waver{0%{transform:rotate(-15deg)}to{transform:rotate(20deg)}}@keyframes barberpole{to{background-position:100% 100%}}.SSImageUpload{background:#f0ece9;color:#a8a4a2;cursor:pointer;font-size:18px;height:100%;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.uploadAnAvatar{text-align:center}.SSImageUpload .SSImageUploadContent,.uploadAnAvatar{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.SSImageUpload.SSImageUploadHasFile{background:#fff}.SSImageUpload:hover{box-shadow:0 0 4px 0 #0003}.SSImageUpload img{height:100%;object-fit:cover;position:absolute;width:100%}.SSImageUploadIcons{align-items:center;background:#00000080;border-radius:6px;display:flex;flex-direction:row;justify-content:center;opacity:0;padding:6px;transition:all .3s ease;z-index:100}.SSImageUploadIcon{color:#fff;cursor:pointer;margin:5px;transition:all .3s ease}.SSImageUploadIcons a{color:#fff}.SSImageUploadIcon:hover,.SSImageUploadIcons a{color:#00cabe}.SSImageUpload:hover .SSImageUploadIcons{opacity:1}.AgentSettingsView .errorMsg{background:#ffe3e5;border:1px solid #eb5862;color:#eb5862;margin:10px 0;padding:10px}.AgentSettingsView .steps{text-align:center}.AgentSettingsView .justUpdatedView{background:#e1f6f5;border:1px solid #00cabe;color:#00cabe;margin:10px 0;padding:10px}.AgentSettingsView .header{background-color:#fff;box-shadow:0 2px 4px 0 #00000026;height:70px;left:0;line-height:70px;position:absolute;right:0;top:0}.AgentSettingsView .header h1{bottom:0;color:#413b38;left:0;line-height:70px;position:absolute;right:0;text-align:center;top:0;z-index:1}.AgentSettingsView .header .backButton{bottom:0;cursor:pointer;left:20px;position:absolute;top:0;z-index:1000}.AgentSettingsView .content{bottom:100px;left:0;position:absolute;right:0;top:70px}.AgentSettingsView .agentSettingsForm,.AgentSettingsView .content{align-items:center;display:flex;flex-direction:column;justify-content:center}.AgentSettingsView .agentSettingsForm{background-color:#fff;border-radius:12px;box-shadow:0 2px 4px 0 #00000026;margin:20px 0;padding:40px}.AgentSettingsView .agentSettingsForm .avatar{align-items:center;background-color:#dad3d0;border-radius:100px;display:flex;height:200px;justify-content:center;margin-bottom:20px;overflow:hidden;width:200px}.AgentSettingsView .agentSettingsForm .SCInput{margin:10px 0 20px;width:100%}.LoginView{bottom:0;left:0;position:absolute;right:0;top:0}.LoginContent,.LoginView{align-items:center;display:flex;flex-direction:column;justify-content:center}.LoginContent{color:#5e5450;font-size:14px;margin:auto;padding-bottom:100px;text-align:center;width:500px}.LoginContent .swivlLoginPic{margin-bottom:10px}.LoginContent .loginContent{align-items:center;display:flex;flex-direction:column;justify-content:center;width:350px}.LoginContent .SCInput{width:350px}.LoginContent .SCInput input{text-align:center}.LoginContent .SCButton{float:none;margin-top:20px;width:350px}.LoginContent h4{font-size:16px;margin:20px 0 5px}.LoginContent .loginText{color:#c3bcb9;margin-top:20px}.LoginContent .loginText:hover{cursor:pointer}.LoginContent .forgotEmailInput{margin:10px}.LoginContent .backToLogin{margin-top:15px}.LoginContent .backToLogin:hover{cursor:pointer}.LoginContent .forgotParagraph{margin-bottom:15px}.LoginContent .errorMsg{color:#ec5a41;font-size:14px;margin-top:5px}.SwivlChat{font-size:14px;height:100%;min-height:0;position:relative;top:0;width:100%}.SwivlChat,.SwivlChat .scc-form{bottom:0;font-family:Poppins,sans-serif;left:0;right:0}.SwivlChat .scc-form{background:#fff;position:absolute}.SwivlChat,.SwivlChat *,.SwivlChat :before,.SwivlChat:after{box-sizing:border-box}.scc-messageList{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;min-height:100%;overflow-y:hidden;padding-bottom:10px;padding-top:10px}.scc-messageList,.scc-messageList .scc-ListItem,.scc-messageList .scc-Timestamp,.scc-messageList .scc-loadPastMessages{transform:scaleY(-1)}.scc-form{background:#fff;bottom:0;box-shadow:0 -1px 4px #62626233;display:flex;flex-direction:row;left:0;position:absolute;right:0;z-index:1000}.scc-form.scc-normalInput{height:44px!important}.scc-form.scc-takeoverForm{align-items:center;justify-content:center}.transcriptOnly .scc-form{display:none}.scc-textAreaInput{font-family:Poppins,sans-serif;height:90px;margin:10px;padding:7px}.scc-formInput,.scc-textAreaInput{border:none;flex-grow:1;font-size:16px;line-height:28px;outline:none}.scc-formInput{margin-left:10px;margin-top:0;padding:0}.scc-formButton{border:none;border-radius:0 12px 0 12px;flex-grow:0;flex-shrink:0;font-size:12px;font-weight:700;height:26px;margin:9px 5px 0 0;outline:none;text-align:center;width:52px}.scc-takeoverConversationButton,.scc-takeoverConversationViaSMSButton,.scc-takeoverConversationViaWebButton{border:none;border-radius:5px;flex-grow:0;flex-shrink:0;font-size:12px;font-weight:700;height:26px;margin:9px auto 0;outline:none;padding:0 15px;text-align:center}.scc-takeoverConversationViaSMSButton,.scc-takeoverConversationViaWebButton{margin:9px 10px 0}.scc-takeoverConversationViaSMSButton:first-child,.scc-takeoverConversationViaWebButton:first-child{margin-left:auto}.scc-takeoverConversationViaSMSButton:last-child,.scc-takeoverConversationViaWebButton:last-child{margin-right:auto}.scc-takeoverConversationViaSMSButton{background:#00cabe!important}.scc-takeoverConversationViaSMSButton:hover{background-color:#1dd8cd!important}.scc-takeoverConversationButton:hover,.scc-takeoverConversationViaWebButton:hover{background-color:#ffa900!important}.scc-Modal{bottom:45px;font-family:Source Sans Pro,sans-serif;left:0;position:absolute;right:0;top:0;z-index:9999}.scc-Modal .scc-ModalScreen{background-color:#0003;bottom:0;left:0;position:absolute;right:0;top:0}.scc-Modal .scc-ModalContent{background-color:#fff;border-radius:4px;bottom:15px;box-shadow:4px 0 8px 0 #62626233;left:15px;overflow:hidden;position:absolute;right:15px;top:15px}.scc-ListWrapper{bottom:44px;left:0;min-height:0;overflow-y:hidden;padding:0;position:absolute!important;right:0;top:0}.scc-ListWrapper .scc-SwivlFollowButton{bottom:10px;color:#efefef;font-size:10px}.scc-ListWrapper .scc-SwivlFollowButton:before{content:"⇩"}.scc-noForm .scc-ListWrapper{bottom:0}.scc-loadPastMessages{align-self:flex-start;flex-grow:1;flex-shrink:0;height:30px;line-height:30px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.87,-.41,.19,1.44);width:100%}.scc-loadPastMessages.scc-hidden{height:0;opacity:0;transition:all .3s ease-out}.scc-loadPastMessagesWrapper{height:30px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.87,-.41,.19,1.44)}.scc-loadPastMessages.scc-loading,.scc-loadPastMessages.scc-loading .scc-loadPastMessagesWrapper{height:63px}.scc-loadPastMessagesSpinnerWrapper{left:0;opacity:0;position:absolute;right:0;top:-30px}.scc-loadPastMessages.scc-loading .scc-loadPastMessagesSpinnerWrapper{opacity:1;top:8px}.scc-loadPastMessagesSpinner{animation:spin .85s linear infinite;display:block;margin:0 auto;opacity:0;transition:transform .25s ease-in-out .1s,opacity .25s ease .2s;-webkit-user-select:none;user-select:none}.scc-loadPastMessages.scc-loading .scc-loadPastMessagesSpinner{opacity:1}.scc-loadPastMessagesText{bottom:5px;cursor:default;font-size:12px;font-weight:700;left:0;line-height:25px;position:absolute;right:0;text-align:center;transition:opacity .3s cubic-bezier(.25,.3,.25,.1);width:100%}.scc-loadPastMessagesTextNotLoading{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;z-index:1000}.scc-loadPastMessagesTextLoading{cursor:default;z-index:1}.scc-loadPastMessages.scc-loading .scc-loadPastMessagesTextNotLoading,.scc-loadPastMessagesTextLoading{cursor:default;opacity:0}.scc-loadPastMessages.scc-loading .scc-loadPastMessagesTextLoading{opacity:1}.scc-ListItem{flex-shrink:0;margin:3px 0;min-height:25px}.scc-ListItem:first-child{z-index:9999}.scc-ListItem.scc-left .scc-itemContent{float:left}.scc-ListItem.scc-right .scc-itemContent{float:right}.scc-Timestamp{color:#a8a4a2;flex-shrink:0;margin:3px 0;overflow:hidden;position:relative;text-align:center;transition:all .2s ease-out}.scc-left .scc-typingIndicator{left:10px}.scc-right .scc-typingIndicator{float:right;right:10px}.scc-typingIndicator{animation-timing-function:ease;bottom:5px;display:inline-block;height:25px;line-height:25px;opacity:1;position:absolute;transition:opacity 2.3s ease;width:30px}.scc-typingIndicator span{background-color:#413b38;border-radius:50%;display:inline-block;height:8px;line-height:18px;margin:0;width:8px}.scc-typingIndicator span:first-child{animation:scc-typingIndicatorBounce .8s infinite}.scc-typingIndicator span:nth-child(2){animation:scc-typingIndicatorBounce .8s .1s infinite;margin:0 2px}.scc-typingIndicator span:nth-child(3){animation:scc-typingIndicatorBounce .8s .2s infinite}@keyframes scc-typingIndicatorBounce{0%{transform:translateY(0)}50%{transform:translateY(5px)}to{transform:translateY(0)}}.scc-fadeOut{opacity:0}.scc-TakeoverEvent{align-items:center;display:flex;flex-direction:column;height:60px;justify-content:center;padding-top:4px;width:100%}.scc-TakeoverEvent .scc-TakeoverEvent-avatarWrapper{background:#f5f1ef;border-radius:20px;height:40px;margin-bottom:5px;overflow:hidden;position:relative;width:40px}.scc-TakeoverEvent .scc-TakeoverEvent-avatarWrapper img{height:100%;object-fit:cover;position:absolute;top:0;width:100%}.scc-TakeoverEvent .scc-TakeoverEvent-text{font-size:10px;line-height:12px;text-align:center}.scc-right .scc-Buttons{align-items:flex-start;border-radius:8px 0;display:flex;flex-direction:column;margin-left:10px;margin-right:20%}.scc-left .scc-Buttons{align-items:flex-end;border-radius:0 8px;display:flex;flex-direction:column;margin-left:20%;margin-right:10px}.scc-Buttons,.scc-ButtonsItem{position:relative}.scc-ButtonsItem{background-color:red;clear:both;cursor:pointer;line-height:21px;margin-bottom:5px;padding:5px 10px;transition:all .3s ease}.scc-ButtonsItem.shouldHide{bottom:0;opacity:0;position:absolute}.scc-right .scc-ButtonsItem{border-radius:8px 0;float:left}.scc-left .scc-ButtonsItem{border-radius:0 8px;float:right}.scc-Carousel{cursor:grab;min-width:100%;position:relative}.scc-Carousel:active{cursor:grabbing}.scc-CarouselCardWrapper{flex-shrink:0;margin-right:10px}.scc-CarouselCard{background-color:#fff;border-radius:0 12px 0 12px;box-shadow:0 0 4px #00000026;flex-shrink:0;min-height:100px;overflow:hidden}.scc-CarouselCard .scc-CarouselImage{overflow:hidden}.scc-CarouselCard .scc-CarouselImage img{object-fit:cover}.scc-CarouselCard .scc-CarouselTitle{font-size:14px;font-weight:700;line-height:100%;white-space:nowrap}.scc-CarouselCard .scc-CarouselDescription,.scc-CarouselCard .scc-CarouselTitle{box-sizing:border-box;color:#413b38;overflow:hidden;padding:10px 10px 0;text-overflow:ellipsis}.scc-CarouselCard .scc-CarouselDescription{font-size:12px;font-weight:lighter;line-height:16px}.scc-CarouselCard .scc-TextSpacer{height:10px}.scc-CarouselCard .scc-CarouselCardButton{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;color:#fff;cursor:pointer;font-size:14px;font-weight:700;line-height:21px;overflow:hidden;padding:7px 10px;text-align:center;text-overflow:ellipsis}.scc-CarouselCard .scc-CarouselCardButton.scc-disabled{background:#e9e3df;color:#a8a4a2;cursor:default}.scc-CarouselCard .scc-CarouselCardButton.scc-selected{cursor:default}.scc-carouselLeftArrow{left:0}.scc-carouselRightArrow{right:0}.scc-carouselRightArrow svg{transform:rotate(180deg)}.scc-carouselArrow{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;bottom:20px;display:flex;justify-content:center;min-height:30px;padding:10px;position:absolute;top:0;transition:all .2s ease;width:30px;z-index:9999}.scc-carouselArrow.scc-isHidden{opacity:0}.scc-carouselArrow:active svg,.scc-carouselArrow:hover svg{fill:#f67902}.scc-carouselDots{align-items:center;display:flex;justify-content:center;padding:5px}.carousel__back-button,.carousel__next-button{background:none;border:none;padding:0}.carousel__dot{background:none;border:none;padding:0 2px}.carousel__dot svg{fill:#e9e3df;transition:all .3s ease}.carousel__dot.carousel__dot--selected svg{fill:#a8a4a2}.scc-multiSelect{padding:10px 10px 5px;transition:all .3s;width:100%}.scc-multiSelectActions{float:right;margin-right:10px}.scc-multiSelectButton{background:#f5f1ef;border-radius:0 12px 0 12px;color:#a8a4a2;cursor:not-allowed;font-size:14px;margin-bottom:5px;min-height:23px;min-width:140px;padding:6px 10px 6px 40px;position:relative;text-align:left}.scc-multiSelectButton.isSelectable{cursor:pointer}.scc-multiSelectButtonCheckBoxWrapper{display:inline-block;float:left;height:13px;left:0;margin-right:10px;padding:9.5px 0 0 9.5px;position:absolute;top:0;width:16px}.scc-multiSelectButtonCheckBoxWrapper .scc-multiSelectButtonCheckBox{background:#fff;border-radius:3px;height:13px;padding-top:3px;position:relative;width:16px}.scc-multiSelectButtonCheckBoxWrapper .scc-multiSelectButtonCheckBox svg{left:0;position:absolute;top:3px}.scc-multiSelectSaveButton{background:#f5f1ef;border-radius:0 12px 0 12px;color:#a8a4a2;cursor:pointer;float:right;font-size:14px;height:35px;line-height:35px;margin-bottom:5px;padding:0 10px;text-align:center}.scc-left .scc-Media{border-radius:8px 0;float:left;margin-left:10px;margin-right:20%}.scc-right .scc-Media{border-radius:0 8px;float:right;margin-left:20%;margin-right:10px}.scc-Media{overflow:hidden}.scc-Media img{object-fit:cover}.scc-ProfileCollect{padding:10px 10px 5px 78px;transition:all .3s;width:100%}.scc-ProfileCollect .scc-ProfileCollectCard{align-items:center;background-color:#f1f1f1;border-radius:5px;display:flex;flex-direction:column;justify-content:center;opacity:1;padding:16px 16px 13px;width:100%}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardItem{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardItem label{color:#444;font-size:12px;font-style:normal;font-weight:600;letter-spacing:0;line-height:14px;margin-bottom:3px;opacity:1;text-align:left}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardItem label .scc-profileValidationError{color:#e82200;opacity:0;transition:all .3s}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardItem input{background-color:#fff;border:1px solid #e6e6e6;border-radius:3px;line-height:32px;margin-bottom:10px;outline:none;padding:0 0 0 10px;transition:border-color .3s;width:100%}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardItem.scc-validationError input{border-color:#e82200}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardItem.scc-validationError .scc-profileValidationError{opacity:1}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardButtons{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-end;width:100%}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardButtons button{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:row;font-size:12px;font-weight:600;height:30px;justify-content:center;outline:none;padding:0 15px}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardButtons .scc-ProfileCancelButton{color:#413b38}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardButtons .scc-ProfileCancelButton:hover{opacity:.7}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardButtons .scc-ProfileSaveButton{border-radius:3px 12px 3px 12px}.scc-ProfileCollect .scc-ProfileCollectCard .scc-ProfileCollectCardButtons .scc-ProfileSaveButton:disabled{background-color:#e6e6e6!important;color:#b3b3b3!important;cursor:not-allowed}.scc-ProfileCollect .scc-ProfileInfoLine{color:#818181;font-family:SourceSansPro-Italic;font-size:12px;font-style:italic;font-weight:400;line-height:16px;opacity:1;padding:10px 0 0;text-align:right;width:100%}.scc-left .scc-bubble{border-radius:8px 0;float:left;margin-left:10px;margin-right:20%}.scc-right .scc-bubble{border-radius:0 8px;float:right;margin-left:20%;margin-right:10px}.scc-bubble{background:#666;color:#fff;line-height:20px;overflow:hidden;padding:5px 10px;position:relative;top:0;transition:all .1s ease-in;white-space:pre-wrap;z-index:1}.scc-bubble .scc-bubbleContent{word-wrap:normal;-webkit-hyphens:none;hyphens:none;line-height:21px;overflow-wrap:normal;transition:all .2s;-ms-word-break:normal;word-break:normal}.scc-bubble .scc-bubbleContent a{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;-ms-word-break:break-all;word-break:break-word}.scc-bubble.scc-typingBubble{height:30px;padding:5px;width:50px}.scc-bubble.scc-loadLate .scc-bubbleContent{opacity:0}.scc-bubble.scc-loadLate.scc-loaded .scc-bubbleContent,.scc-bubble.scc-loaded .scc-bubbleContent{opacity:1}.scc-LocationPicker{color:#413b38;font-family:Source Sans Pro,sans-serif}.scc-LocationPicker .scc-LocationPickerHeader{color:#8d8d8d;font-size:13px;font-weight:600;padding:20px 0 5px;text-align:center}.scc-LocationPicker .scc-LocationPickerHeader a{cursor:pointer;text-decoration:underline}.scc-LocationPicker .carousel__slider,.scc-LocationPicker .carousel__slider.scc-slider{outline:none!important;overflow:visible!important}.scc-LocationPicker .focusRing___1airF.carousel__slide-focus-ring{outline:none!important}.scc-LocationPicker .scc-locationSlide{display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.scc-LocationPicker .scc-locationSlide div{outline-width:0}.scc-LocationPicker .scc-controlsRow{display:flex;flex-direction:row;padding:0 10px}.scc-LocationPicker .scc-controlsRow .dotGroup{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:center}.scc-LocationPicker .scc-controlsRow .scc-nextAndBackButton:disabled{filter:saturate(20%) opacity(35%)}.scc-LocationPicker .carousel__back-button,.scc-LocationPicker .carousel__next-button{background:none;border:none;padding:0;transition:all .2s}.scc-LocationPicker .carousel__dot{background:none;border:none;padding:0 2px;transition:all .2s}.scc-LocationPicker .carousel__dot:hover svg{filter:none}.scc-LocationPicker .carousel__dot svg{filter:saturate(20%) opacity(35%);transition:all .3s ease}.scc-LocationPicker .carousel__dot.carousel__dot--selected svg{filter:none}.scc-noResults{background-color:#fff5e2;color:#f67902;line-height:65px;text-align:center}* .scc-LocationCell,.scc-noResults{border-radius:5px;height:65px;margin-bottom:10px;overflow:hidden;position:relative;transition:all .3s ease}* .scc-LocationCell{background-color:#f1f1f1;cursor:pointer}* .scc-LocationCell .scc-locationImage{height:67px;left:-1px;position:absolute;top:-1px;width:81px}* .scc-LocationCell .scc-locationImage img{height:67px;object-fit:cover;width:81px}* .scc-LocationCell .scc-locationText{display:flex;flex-direction:column;font-size:12px;height:65px;justify-content:center;left:80px;padding:0 10px;position:absolute;right:0;top:0}* .scc-LocationCell .scc-locationText b{display:block;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scc-SearchLocationCell{align-items:center;display:flex;flex-direction:row;font-family:Source Sans Pro,sans-serif;justify-content:flex-end;overflow:visible;padding:0 10px 0 0;z-index:1000}.scc-SearchLocationCell span{font-size:14px;font-weight:600}.scc-SearchLocationCell .scc-radiusOptions{display:inline-block;height:32px;margin:0 10px;position:relative;width:60px}.scc-SearchLocationCell .scc-radiusOptions .scc-radiusOptionsMenu{background-color:#fff;bottom:32px;box-shadow:0 0 2px #0000004d;display:none;flex-direction:column;position:absolute;width:60px;z-index:1000}.scc-SearchLocationCell .scc-radiusOptions .scc-radiusOptionsMenu a{cursor:pointer;font-size:14px;font-weight:600;height:25px;line-height:25px;padding:0 10px;text-align:center;width:60px}.scc-SearchLocationCell .scc-radiusOptions .scc-radiusOptionsMenu a:hover{background-color:#fff5e2}.scc-SearchLocationCell .scc-radiusOptions .scc-radiusOptionsMenu a.scc-selectedRadiusOption{color:#f67902}.scc-SearchLocationCell .scc-radiusOptions.scc-showRadiusMenu .scc-radiusOptionsMenu{display:flex}.scc-SearchLocationCell .scc-radiusOptions .scc-selectedRadius{background-color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:32px;line-height:32px;padding:0 10px;position:absolute;text-align:center;width:60px;z-index:1200}.scc-SearchLocationCell .scc-radiusOptions .scc-selectedRadius .scc-selectedRadiusValue{border-radius:3px 0 0 3px;box-shadow:inset 0 0 2px #0000004d;height:32px;left:0;position:absolute;text-align:center;width:35px}.scc-SearchLocationCell .scc-radiusOptions .scc-selectedRadius .scc-selectedRadiusTab{align-items:center;background-color:#454545;border-radius:0 3px 3px 0;color:#fff;display:flex;font-size:10px;height:32px;justify-content:center;position:absolute;right:0;text-align:center;transition:all .2s;width:25px}.scc-SearchLocationCell .scc-locationSearchInputAndButton{display:flex;flex-direction:row;height:32px;margin-left:10px;position:relative;width:125px}.scc-SearchLocationCell .scc-locationSearchInputAndButton input{border:none;border-radius:3px 0 0 3px;box-shadow:inset 0 0 2px #0000004d;color:#413b38;flex:1 1;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:600;height:32px;line-height:32px;outline:none;padding:0 0 0 10px;width:65px}.scc-SearchLocationCell .scc-locationSearchInputAndButton .scc-locationSearchButton{align-items:center;border-radius:0 3px 3px 0;display:flex;font-size:12px;font-weight:600;height:32px;justify-content:center;text-align:center;transition:all .2s;width:57px}.scc-SelectedLocation{padding-left:30%;padding-right:10px}.scc-SelectedLocation .scc-viewMap{text-align:center}.scc-SelectedLocation .scc-viewMap a{color:#413b38;cursor:pointer;font-size:12px;text-decoration:none}.scc-SelectedLocation .scc-viewMap a:hover{color:#f67902}.scc-SelectedLocation .scc-LocationCell{border-radius:3px 12px 3px 12px;margin-bottom:5px}.scc-SelectedLocation .scc-LocationCell .scc-locationText{line-height:14px}.scc-SelectedLocation .scc-LocationCell .scc-locationText b{line-height:18px}.scc-SpacePicker{color:#413b38;font-family:Source Sans Pro,sans-serif}.scc-SpacePicker .scc-spacePickerHeader{color:#413b38;display:flex;flex-direction:row;font-size:15px;font-weight:600;padding:20px 10px 5px}.scc-SpacePicker .scc-spacePickerHeader .scc-spaceLocationName{flex:1 1}.scc-SpacePicker .scc-spacePickerHeader a{cursor:pointer;text-decoration:none}.scc-SpacePicker .carousel__slider,.scc-SpacePicker .focusRing___1airF.carousel__slide-focus-ring{outline:none!important}.scc-SpacePicker .scc-spaceSlide{display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px 20px}.scc-SpacePicker .scc-spaceSlide div{outline-width:0}.scc-SpacePicker .scc-spaceSlide .scc-spaceImage{background-color:#fff;border-radius:6px;flex:1 1;height:100%;margin-bottom:2px;overflow:hidden;position:relative;width:100%}.scc-SpacePicker .scc-spaceSlide .scc-spaceImage .scc-spaceImageBackground{bottom:0;filter:saturate(20%) opacity(9%);left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.scc-SpacePicker .scc-spaceSlide .scc-spaceImage img{height:100%;object-fit:contain;overflow:hidden;width:100%}.scc-SpacePicker .scc-spaceSlide .scc-spaceSizeAndPrice{display:flex;flex-direction:row;font-family:Source Sans Pro,sans-serif;font-size:20px;font-weight:600;margin:5px 0}.scc-SpacePicker .scc-spaceSlide .scc-spaceSizeAndPrice .scc-spaceSize{flex:1 1}.scc-SpacePicker .scc-spaceSlide .scc-spaceSizeAndPrice .scc-spacePrice{text-align:right}.scc-SpacePicker .scc-spaceSlide .scc-spaceFeature .scc-spacePill{border-radius:11px;display:inline-block;font-size:14px;height:22px;line-height:22px;margin:0 5px 5px 0;overflow:hidden;padding:0 11px;position:relative}.scc-SpacePicker .scc-spaceSlide .scc-spaceFeature .scc-spacePill .scc-spacePillBackground{bottom:0;filter:saturate(20%) opacity(18%);left:0;position:absolute;right:0;top:0}.scc-SpacePicker .scc-spaceSlide .scc-spaceDescription{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;margin:5px 0;overflow:hidden}.scc-SpacePicker .scc-spaceSlide .scc-spaceCTA{border-radius:6px;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:500;height:35px;line-height:35px;text-align:center;transition:all .2s;width:100%}.scc-SpacePicker .scc-controlsRow{display:flex;flex-direction:row;padding:0 10px}.scc-SpacePicker .scc-controlsRow .dotGroup{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:center}.scc-SpacePicker .scc-controlsRow .scc-nextAndBackButton:disabled{filter:saturate(20%) opacity(35%)}.scc-SpacePicker .carousel__back-button,.scc-SpacePicker .carousel__next-button{background:none;border:none;padding:0;transition:all .2s}.scc-SpacePicker .carousel__dot{background:none;border:none;padding:0 2px;transition:all .2s}.scc-SpacePicker .carousel__dot:hover svg{filter:none}.scc-SpacePicker .carousel__dot svg{filter:saturate(20%) opacity(35%);transition:all .3s ease}.scc-SpacePicker .carousel__dot.carousel__dot--selected svg{filter:none}.scc-SelectedSpaceCellWrapper{padding-right:10px;width:100%}.scc-SelectedSpaceCell{background-color:#ececec;border:1px solid #ececec;border-radius:3px 12px 3px 12px;margin-left:30%;overflow:hidden}.scc-SelectedSpaceCell .scc-spaceImage{background-color:#fff;flex:1 1;height:100%;overflow:hidden;position:relative;width:100%}.scc-SelectedSpaceCell .scc-spaceImage .scc-spaceImageBackground{bottom:0;filter:saturate(20%) opacity(9%);left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.scc-SelectedSpaceCell .scc-spaceImage img{object-fit:cover;overflow:hidden;width:100%;z-index:100}.scc-SelectedSpaceCell .scc-spaceText{color:#fff;font-size:14px;font-weight:600;line-height:18px;padding:5px 0;text-align:center}.scc-FiltersModal{bottom:0;left:0;position:absolute;right:0;top:0}.scc-FiltersModal b{font-weight:600}.scc-FiltersModal .scc-filtersFooter,.scc-FiltersModal .scc-filtersHeader{align-items:center;background-color:#f1f1f1;display:flex;height:36px;padding:0 7px 0 14px;position:absolute}.scc-FiltersModal .scc-filtersFooter a,.scc-FiltersModal .scc-filtersFooter span,.scc-FiltersModal .scc-filtersHeader a,.scc-FiltersModal .scc-filtersHeader span{flex:1 1}.scc-FiltersModal .scc-filtersFooter svg,.scc-FiltersModal .scc-filtersHeader svg{cursor:pointer;opacity:.5}.scc-FiltersModal .scc-filtersFooter svg:hover,.scc-FiltersModal .scc-filtersHeader svg:hover{opacity:1}.scc-FiltersModal .scc-filtersHeader{left:0;right:0;top:0}.scc-FiltersModal .scc-filtersFooter.swivl-linkContainer{bottom:0;left:0;right:0}.scc-FiltersModal .scc-filtersFooter.swivl-linkContainer a{color:#413b38!important;cursor:pointer}.scc-FiltersModal .scc-filtersSaveButton{border-radius:3px;cursor:pointer;font-size:14px;padding:5px 14px}.scc-FiltersModal .scc-filtersContent{bottom:36px;left:0;overflow-x:hidden;overflow-y:scroll;padding:14px;position:absolute;right:0;top:36px}.scc-FiltersModal .scc-filtersContent .scc-filtersList{align-items:flex-start;display:flex;flex-direction:column;margin:5px 0 10px}.scc-FiltersModal .scc-filtersContent .scc-filtersList .scc-filterItem{align-items:center;cursor:pointer;display:inline-flex;font-size:18px;height:25px;justify-content:center}.scc-FiltersModal .scc-filtersContent .scc-filtersList .scc-filterItem:hover .scc-filterCheckbox{border:2px solid #a8a4a2}.scc-FiltersModal .scc-filtersContent .scc-filtersList .scc-filterItem .scc-filterCheckbox{border:2px solid #dad3d0;border-radius:3px;font-size:13px;height:16px;line-height:10px;width:16px}.scc-FiltersModal .scc-filtersContent .scc-filtersList .scc-filterItem .scc-filterCheckbox svg{fill:#fff!important;color:#fff;display:block}.scc-FiltersModal .scc-filtersContent .scc-filtersList .scc-filterItem span{align-items:center;color:#413b38;display:inline-flex;font-size:14px;height:25px;justify-content:center;margin-left:8px}.scc-FiltersModal .scc-filtersContent .scc-filtersList .scc-filterItem.scc-filterDeselected{color:#a8a4a2!important}.scc-FiltersModal .scc-filtersContent .scc-filtersList .scc-filterItem.scc-filterDeselected span{color:#413b38}.scc-noSpaceResults{display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:0}.scc-noSpaceResults div{outline-width:0}.scc-noSpaceResults .scc-noSpaceBox{border-radius:6px;flex:1 1;overflow:hidden;position:relative;width:100%}.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceBoxBG,.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceBoxText,.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceImage{bottom:0;height:220px!important;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceBoxBG{filter:saturate(20%) opacity(9%);z-index:1}.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceImage{z-index:10}.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceImage img{height:100%;object-fit:cover;overflow:hidden;width:100%}.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceBoxText{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:1000}.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceBoxText .scc-noSpaceResultsHeading{font-size:20px;font-weight:600px;margin-bottom:5px}.scc-noSpaceResults .scc-noSpaceBox .scc-noSpaceBoxText .scc-noSpaceResultsSubHeading{font-size:14px;font-weight:400}.scc-noSpaceResults .scc-noSpaceEditFilters,.scc-noSpaceResults .scc-noSpaceSearchAgain{align-items:center;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:600;height:35px;justify-content:center;transition:all .2s}.scc-noSpaceResults .scc-noSpaceSearchAgain{margin-bottom:10px}.scc-dotsWrapper{height:16px;overflow:hidden}.scc-dots{height:16px;position:relative;transition:all .5s ease-in-out}.scc-dots .scc-dotWrapper{align-items:center;display:flex;height:16px;justify-content:center;position:absolute;top:0;width:16px}.scc-dots .scc-dotWrapper .scc-dot{border-radius:50%;display:block;filter:saturate(20%) opacity(35%);height:10px;transition:all .5s ease-in-out;width:10px}.scc-dots .scc-dotWrapper .scc-dot.scc-activeDot{filter:none}.scc-dots .carousel__dot{background:none;border:none;padding:0 2px;transition:all .2s}.scc-dots .carousel__dot:hover svg{filter:none}.scc-dots .carousel__dot svg{filter:saturate(20%) opacity(35%);transition:all .3s ease}.scc-dots .carousel__dot.carousel__dot--selected svg{filter:none}.scc-Spinner{animation:spin .85s linear infinite;display:block;height:18px;margin:0 auto;transition:transform .25s ease-in-out .1s,opacity .25s ease .2s;-webkit-user-select:none;user-select:none}@keyframes spin{to{transform:rotate(-1turn)}}.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;height:100%;width:100%}.spinner___27VUp{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin___S3UuE;animation-timing-function:linear;border:4px solid #a9a9a9;border-radius:30px;border-top-color:#000;height:30px;left:calc(50% - 15px);position:absolute;top:calc(50% - 15px);width:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{height:100%;overflow:hidden;position:relative;width:100%}.overlay___IV4qY{bottom:0;cursor:zoom-in;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}.slide___3-Nqo{box-sizing:border-box;display:block;height:0;list-style-type:none;margin:0;position:relative}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{height:100%;left:0;position:absolute;top:0;width:100%}.focusRing___1airF{bottom:5px;left:5px;outline-color:Highlight;outline-style:solid;outline-width:5px;pointer-events:none;position:absolute;right:5px;top:5px}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-color:-webkit-focus-ring-color;outline-style:auto}}.horizontalSlider___281Ls{overflow:hidden;position:relative}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{overflow:hidden;position:relative}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;margin:0;padding:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{background-color:#f4f4f4}.TranscriptView,.TranscriptView .transcriptError,.masterSpinnerContainer___1Z6hB{bottom:0;left:0;position:absolute;right:0;top:0}.TranscriptView .transcriptError{align-items:center;display:flex;flex-direction:column;justify-content:center}.TranscriptView .transcriptError .icon{font-size:24px;margin-bottom:5px}.TranscriptView .transcriptError .title{font-size:15px;font-weight:600;margin-bottom:0}.TranscriptView .transcriptError .message{font-size:15px;font-style:italic;margin-bottom:20px}.TranscriptView .botUser{background:#f5f1ef;padding:20px}.TranscriptView .chatRow{bottom:145px;left:0;position:absolute;right:0;top:0;transition:all .3s ease-in-out}.TranscriptView .chatRow .swivlChat{background:#f5f1ef;border:none;border-radius:0}.TranscriptView .chatForm{background:#f5f1ef;border-top:1px solid #dad3d0;bottom:0;font-style:italic;height:145px;left:0;padding:40px 10px;position:absolute;right:0;text-align:center}.TranscriptRenewButton,.TranscriptView .chatForm{align-items:center;display:flex;justify-content:center}.TranscriptRenewButton{color:#c3bcb9;cursor:pointer;min-width:150px;text-transform:uppercase}.TranscriptRenewButton .renewButton{display:none}.TranscriptRenewButton:hover .renewButton{color:#f67902;display:block}.TranscriptRenewButton:hover .expiresText{display:none}.botUserConversation .swivl-mainFont,.botUserConversation .swivl-secondaryFont{font-family:Poppins,sans-serif}.botUserConversation .swivl-header{background:#e92200;color:#fff}.botUserConversation .swivl-loadPastMessages{color:#dad3d0}.botUserConversation .swivl-loadPastMessages:hover{color:#c3bcb9}.botUserConversation .swivl-loadPastMessages:active{color:#a8a4a2}.botUserConversation .swivl-loadingPastMessagesSpinner{fill:#00cabe}.botUserConversation .swivl-loadingPastMessages{color:#00cabe}.botUserConversation .swivl-body{background:#fff}.botUserConversation .swivl-gradientLeft{background:#fff;background:linear-gradient(90deg,#fff,#fff0)}.botUserConversation .swivl-gradientRight{background:#fff;background:linear-gradient(90deg,#fff0,#fff)}.botUserConversation .swivl-userBubble{background:#fff;color:#5e5450}.botUserConversation .swivl-botBubble{background:#5e5450;color:#fff}.botUserConversation .scc-leftSide .swivl-linkContainer,.botUserConversation .scc-leftSide .swivl-linkContainer a{color:#fff;text-decoration:underline}.botUserConversation .scc-leftSide .scc-typingIndicator span{background-color:#fff;color:#fff}.botUserConversation .swivl-timestamp{color:#949494}.botUserConversation .swivl-form{background:#fff;color:#000}.botUserConversation .swivl-mainBackground{background:#fff}.botUserConversation .swivl-sendButton{background:#e92200;color:#fff}.botUserConversation .swivl-sendButton:active,.botUserConversation .swivl-sendButton:hover{background:#f67902;color:#fff}.botUserConversation .swivl-primaryButton{background:#e92200;color:#fff}.botUserConversation .swivl-primaryButton:active,.botUserConversation .swivl-primaryButton:hover{background:#f67902;color:#fff}.botUserConversation .swivl-svgButton svg{fill:#e92200}.botUserConversation .swivl-svgButton:active svg,.botUserConversation .swivl-svgButton:hover svg{fill:#f67902}.botUserConversation .swivl-secondaryButton{background:#e92200;color:#fff}.botUserConversation .swivl-secondaryButton:active,.botUserConversation .swivl-secondaryButton:hover{background:#f67902;color:#fff}.botUserConversation .swivl-tertiaryButton{background:#e92200;color:#fff}.botUserConversation .swivl-tertiaryButton:active,.botUserConversation .swivl-tertiaryButton:hover{background:#f67902;color:#fff}.NameRow .moreDetailsItem span{font-family:Source Sans Pro,sans-serif;font-weight:600}.NameRow{float:left;padding-bottom:20px;width:100%}.NameRow .name{color:#5e5450;float:left;font-size:22px;font-weight:700;line-height:30px}.NameRow .onlineIndicator{color:#a8a4a2;display:inline-block;font-size:14px;line-height:30px;margin-left:10px}.NameRow .onlineIndicator span{color:#00cabe;font-size:12px;line-height:30px}.NameRow .moreButton{float:right;margin-top:8px;position:relative}.NameRow .moreButton i:hover,.NameRow .moreButton.showing i{color:#f67902}.NameRow .moreDetails{border-radius:8px;box-shadow:0 3px 5px #00000026;height:68px;overflow:hidden;position:absolute;right:0;top:20px;width:203px;z-index:9999}.NameRow .moreDetailsItem{color:#5e5450;cursor:pointer;float:left;font-size:14px;height:34px;line-height:34px;padding:0 0 0 10px;position:relative;width:203px}.NameRow .moreDetailsItem span{background:#fff5e2;color:#f67902;display:none;font-size:12px;height:34px;line-height:34px;padding:0 10px;position:absolute;right:0;top:0}.NameRow .moreDetailsItem.copied span{color:#00cabe}.NameRow .moreDetailsItem:hover{background:#fff5e2}.NameRow .moreDetailsItem:hover span{display:block}.BotUserTranscriptDetails{padding:20px}.BotUserTranscriptDetails .readOnlyField span{border:1px solid coral;border-radius:4px;padding:10px}.BotUserTranscriptDetails label{margin:25px 0 5px}.BotUserTranscriptDetails .address{margin-bottom:40px}.BotUserTranscriptDetails .botUserVariables{display:flex;flex-direction:column;padding:0 0 20px}.BotUserTranscriptDetails .botUserVariables .inputNoteWrapper,.BotUserTranscriptDetails .botUserVariables .section{display:flex;flex-direction:column}.BotUserTranscriptDetails .variableFieldsHeader{color:#a8a4a2;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;margin:20px 0 10px}.BotUserTranscriptDetails .variableFieldsHeader:hover{color:#413b38}.BotUserDetails .userId{color:#c3bcb9;font-size:12px}.BotUserDetails .tabs{padding:20px 0}.BotUserDetails .tabs .tab{color:#5e5450;cursor:pointer;display:inline-block;font-size:18px;font-weight:700;margin-right:20px;-webkit-user-select:none;user-select:none}.BotUserDetails .tabs .tab:hover{color:#f67902}.BotUserDetails .tabs .tab.selected{color:#f67902;text-decoration:underline}.BotUserDetails .BotUserDetailsRow{color:#5e5450;font-size:16px;margin-bottom:20px}.hubspotButton{background:#f4f0ef;border-radius:20px;color:#5e5450;display:block;height:40px;margin:0 0 20px;text-align:center}.hubspotButton,.hubspotButton i{line-height:40px}.hubspotButton.active{cursor:pointer}.hubspotButton.active:hover,.hubspotButton.syncing{background:#fff4e1}.hubspotButton.active i,.hubspotButton.syncing i{margin-right:10px}.hubspotButton.active i{color:#ea7c3a}.hubspotButton.synced i{color:#00cabe}.BotUserDetails .sectionHeading{color:#f67902;float:left;font-size:16px;margin:10px 0;width:100%}.BotUserDetails .sectionHeading .text{color:#5e5450;float:left;font-size:14px;margin:10px 0;width:100%}.BotUserDetails .inputNote{color:#a8a4a2;float:left;font-size:12px;margin:-15px 0 12px;padding:0 8px}.BotUserDetails .SSSaveInput .leftTitle,.BotUserDetails .SSSaveInput .rightTitle{color:#a8a4a2;font-size:14px;padding:0 9px;text-transform:uppercase}.BotUserDetails .SSSaveInput .inputBlock{background:#0000;padding:0 0 10px}.BotUserDetails .SSSaveInput .inputWrapper{background:#fff;border:1px solid #f0ece9;border-radius:4px;height:48px;padding:8px 60px 8px 10px;position:relative;width:100%}.BotUserDetails .SSSaveInput .cancelButton{right:68px;top:11px}.BotUserDetails .SSSaveInput .saveButton{right:10px;top:11px}.SaveInput{color:#5e5450;margin-bottom:10px}.SaveInput,.SaveInput *{box-sizing:border-box}.SaveInput .leftTitle{clear:both;float:left}.SaveInput .leftTitle,.SaveInput .rightTitle{color:#5e5450;font-family:Source Sans Pro,sans-serif;font-size:13px;margin-bottom:2px;text-transform:uppercase}.SaveInput .rightTitle{float:right}.SaveInput .inputBlock{background:#f0ece9;border-radius:6px;float:left;margin-bottom:10px;padding:10px;width:100%}.SaveInput .inputWrapper{align-items:center;background:#fff;border:1px solid #dad3d0;border-radius:4px;display:flex;flex-direction:row;justify-content:center;padding:8px 10px;position:relative;transition:all .2s ease;width:100%}.SaveInput .inputWrapper:hover{border:1px solid #ffa900}.SaveInput input{flex:1 1;font-family:Source Sans Pro,sans-serif;font-size:15px;height:30px;line-height:30px;margin:0;padding:0;width:100%}.SaveInput input,.SaveInput input:focus{border:none;outline:none}.SaveInput .saveButton{background:#a8a4a2;border-radius:3px;color:#fff;cursor:pointer;display:none;height:24px;line-height:24px;padding:0;position:relative;text-align:center;width:50px}.SaveInput .saveButton .spinner,.SaveInput .saveButton .title{align-items:center;bottom:0;color:#fff;font-size:12px;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0}.SaveInput .saveButton:hover{background:#f67902}.SaveInput .cancelButton{background:#fff;border-radius:3px;color:#5e5450;cursor:pointer;display:none;font-size:12px;font-weight:700;height:24px;line-height:24px;text-align:center;width:50px}.SaveInput .cancelButton:hover{color:#f67902}.SaveInput.editing .cancelButton,.SaveInput.editing .saveButton,.SaveInput:hover .saveButton{display:block}.SaveInput.editing .inputWrapper{border:1px solid #ffa900}.SaveInput.editing .saveButton{background:#ffa900}.SaveInput.editing .saveButton:hover{background:#f67902}.SaveInput .spinner{align-items:center;display:none;justify-content:center}.SaveInput.loading .spinner{display:flex}.SaveInput.loading .saveButton .title{color:#0000}.SaveInput.white .inputBlock{background:#fff;border-radius:0;padding:0}.SaveInput.greyOutline .inputBlock{background:none;padding:0}.SaveInput.greyOutline .inputWrapper{background:#fff;border-color:#ffa900}.BotListItem,.InviteListItem{cursor:pointer;float:left;height:80px;position:relative;width:100%}.BotListItem .avatar,.InviteListItem .avatar{background:#fff;border-radius:25px;box-shadow:0 0 2px 0 #0003;height:50px;left:20px;overflow:hidden;position:absolute;top:15px;width:50px}.BotListItem .avatar img,.InviteListItem .avatar img{height:50px;left:0;position:absolute;top:0;width:50px}.BotListItem .name,.InviteListItem .name{bottom:0;color:#5e5450;height:80px;left:80px;line-height:80px;position:absolute;right:0;top:0}.BotListItem .spinner,.InviteListItem .spinner{align-items:center;border-radius:25px;color:#a8a4a2;display:flex;height:50px;justify-content:center;position:absolute;right:5px;top:15px;width:50px}.BotListItem.selected,.BotListItem:hover{background:#fff5e2}.BotListItem:active{background:#fdf6f3}.BotListItem.disabled:hover{background:#fff}.BotListItem.disabled{opacity:.6}.InviteListItem .actionButtons{align-items:center;bottom:0;color:#5e5450;display:none;flex-direction:row;height:80px;justify-content:flex-end;left:80px;line-height:80px;position:absolute;right:40px;top:0}.InviteListItem:hover .name{display:none}.InviteListItem:hover .actionButtons{display:flex}.SelectBotView{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0}.SelectBotView .content{background:#fff;border-radius:20px;box-shadow:0 0 2px 0 #0000001a;overflow:hidden;width:300px}.SelectBotView .header .logo{align-items:center;display:flex;flex-direction:column}.SelectBotView .header .logo img{height:44px;margin-bottom:10px;width:101px}.SelectBotView .header{color:#5e5450;font-size:16px;padding:20px 20px 0}.SelectBotView .subHeader{color:#a8a4a2;font-size:12px;padding:5px 20px}.SelectBotView .logout{color:#a8a4a2;cursor:pointer;font-family:Source Sans Pro Semibold,sans-serif;font-size:12px;font-weight:700;padding:10px}.SelectBotView .logout:hover{color:#00cabe}.MainMenuShade{animation:greyOutFadeIn .2s ease;background-color:#5e5450;height:100%;opacity:0;position:absolute;-webkit-user-select:none;user-select:none;width:100%;z-index:-10001}.MainMenuShade.isShowing{opacity:.3;-webkit-user-select:all;user-select:all;z-index:10001}.MainMenu{background-color:#fff;border-radius:20px;bottom:-300px;box-shadow:0 3px 5px 0 #00000026;height:220px;left:30px;opacity:0;overflow:hidden;padding:10px;position:fixed;transition-timing-function:ease-out;transition:.25s;z-index:10002}.MainMenu.isShowing{opacity:1;transform:translateY(-400px);transition-timing-function:ease-in;transition:.2s}.MainMenu .mainNavButton{border-radius:12px;display:inline-flex;flex-direction:column;float:left;height:200px;margin-left:10px;position:relative;text-align:center;transition:background-color .25s;width:200px;z-index:10003}.MainMenu .mainNavButton,.MainMenu .mainNavButton .icon{align-items:center;cursor:pointer;justify-content:center}.MainMenu .mainNavButton .icon{display:flex;height:70px;width:70px}.MainMenu .mainNavButton .title{color:#5e5450;cursor:pointer;font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.MainMenu .mainNavButton:hover{background-color:#f5f1ef}.MainMenu .mainNavButton:hover .title{color:#5e5450}.MainMenu .mainNavButton:first-child{margin-left:0}@keyframes rotateToX{to{background-color:#fff;transform:rotate(45deg) translateZ(0)}}.navButton{border-radius:50%;bottom:30px;box-shadow:0 4px 12px #413b3826;cursor:pointer;height:60px;left:20px;position:absolute;width:60px;z-index:19995}.navButton.closeNav{background-color:#fff}.navButton.openNav{background-color:#e92200}.redStick,.yellowStick{border-radius:36px;height:3px;left:18px;position:absolute;width:26px;z-index:10003}.navButton.openNav .redStick{background-color:#fff;bottom:28px;transform:rotate(45deg) translateZ(0);transition:all .2s ease}.navButton.openNav .yellowStick{background-color:#fff;bottom:28px;transform:rotate(-45deg) translateZ(0);transition:all .2s ease}.mainNavToggleButton .navButton.closeNav .yellowStick{background-color:#ffa900;bottom:22px;transform:rotate(0deg) translateZ(0);transition:all .2s ease}.mainNavToggleButton .navButton.closeNav .redStick{background-color:#e92200;bottom:32px;transform:rotate(0deg) translateZ(0);transition:all .2s ease}.navButton.closeNav:hover{background-color:#fff5e2}.navButton.openNav:active{animation:rotateXCounter .5s ease}.navButton.closeNav:active{animation:rotateHooverClockwise .2s ease}.NavBar{align-items:center;background-color:#fff;box-shadow:0 1px 6px 0 #00000026;display:flex;flex-direction:row;height:70px;justify-content:center;left:0;padding:0 20px;position:fixed;right:0;top:0;z-index:9999}.NavBar sup{color:#f67902;font-style:italic}.NavBar .centerNav,.NavBar .leftNav,.NavBar .rightNav{align-items:center;display:flex;flex-direction:row;justify-content:center;z-index:2}.NavBar .centerNavSpacer{flex:1 1}.NavBar .centerNav{left:0;position:absolute;right:0;z-index:1}.NavBar .leftNav{justify-content:flex-start}.NavBar .leftNav .SCInput{margin-right:10px;margin-top:10px;width:200px}.NavBar .centerNav{margin:0 20px}.NavBar .rightNav{justify-content:flex-end}.NavBar .rightNav .textButton{margin-left:15px}.NavBar .rightNav .SCInput{margin-left:10px;margin-top:10px;width:200px}.NavBar .textButton{align-items:center;background:#0000;border:none;color:#a8a4a2;cursor:pointer;display:flex;flex-direction:row;font-family:Source Sans Pro,sans-serif;font-size:14px!important;font-weight:700;height:20px;outline:none;position:relative;text-decoration:none}.NavBar .textButton svg{margin-right:5px}.NavBar .textButton.isLoading .textButtonContent{opacity:0}.NavBar .textButton.isLoading .textButtonLoadingSpinner{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;top:0}.NavBar .textButton .textButtonLoadingSpinner{opacity:0}.NavBar .textButton:hover{color:#ffa900}.NavBar .textButton:hover.warning{color:#ec5a41}.NavBar .title{align-items:center;color:#5e5450;display:flex;flex-direction:row;font-size:18px;font-weight:700;justify-content:center;padding-bottom:2px;position:relative}.NavBar .title.canEdit{cursor:pointer}.NavBar .title .titleEditButton{color:#a8a4a2;opacity:0;position:absolute;right:-20px;top:1px;transition:opacity .2s ease-in-out}.NavBar .title:hover .titleEditButton{opacity:1}.NavBar .title .SCInput{margin-left:10px;margin-top:10px;width:200px}.NavBar .title .SCButton{margin-left:10px}.RefreshModal h2{font-family:Poppins,sans-serif;font-weight:700}.RefreshModal h3{font-family:Source Sans Pro,sans-serif;font-weight:600}.RefreshModal{padding:20px 40px;width:544px}.RefreshModal h1{font-weight:400}.RefreshModal h1,.RefreshModal h2{color:#5e5450;font-size:18px;font-style:normal;letter-spacing:0;line-height:25px;margin:0;opacity:1;text-align:center}.RefreshModal h2{font-weight:600}.RefreshModal h3{color:#5e5450;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0;line-height:25px;margin:0 0 40px;opacity:1;text-align:center}.RefreshModal .buttons{align-items:center;display:flex;flex-direction:row;justify-content:center}.RefreshModal .buttons button{margin:0 5px}label{font-weight:600}body,html,input,label,textarea{font-family:Source Sans Pro,sans-serif}body,html,input,textarea{font-weight:400}.noselect{-webkit-user-select:none;user-select:none}body,html{background-color:#f5f1ef;color:#413b38;font-size:14px}*{box-sizing:border-box}a{color:#f67902;cursor:pointer}a,a:hover{text-decoration:none}a:hover{color:#ffa900}label{color:#a8a4a2;display:inline-block;margin-bottom:.4em}.SCSpinner,.spin{animation:fa-spin 2s linear infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}input:focus,textarea:focus{outline:1px solid #f67902}
/*# sourceMappingURL=main.1878ec08.css.map*/