@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400);html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0;height:100%;font-family:Noto Sans,sans-serif;font-size:14px}.feature-menu-popover div[role=presentation]{width:100%!important}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.app-no-access{width:100vw;position:fixed;top:0;left:0;z-index:99999}.app-no-access .no-access-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-no-access .no-access-view__image{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 auto}.app-no-access__logged-out{margin-top:28px;font-size:14px;line-height:1.71;text-align:center;color:#5f6c7a}.app{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100vh;position:relative;background-color:#f6f8fa}.app__page{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.app__page--shadow{position:fixed;width:100%;height:100%;z-index:100;display:none;background-color:rgba(24,42,48,.1)}.app__page--shadow-show{display:block}.app__page--main{position:relative}.app__page--main--loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:200000}.app__page--main--forbidden{position:absolute;z-index:3;top:0;left:0;height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px);width:-webkit-calc(100vw - 48px);width:-moz-calc(100vw - 48px);width:calc(100vw - 48px);background-color:rgba(0,0,0,.3)}.app__page--main--forbidden,.app__page--main--forbidden>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.app__page--main--forbidden>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:420px;height:130px;padding:0 20px;color:#848484;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:16px;font-family:Noto Sans,sans-serif;background-color:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);-moz-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}.app__page--main--forbidden>div:first-child{margin-bottom:5px}:root .Toastify{--toastify-color-warning:#ff9800;--toastify-color-success:#13c77f;--toastify-toast-width:390px;--toastify-text-color-dark:#c8c8c8;--toastify-toast-min-height:25px;--toastify-color-warning:#c8c8c8}.Toastify__toast{padding:12px 16px}.Toastify__toast .Toastify__toast-body{font-size:12px;text-align:left;line-height:normal;padding:0}.Toastify__toast .Toastify__toast-body .Toastify__toast-icon{width:24px;height:24px}.Toastify__toast .Toastify__close-button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Toastify__toast .Toastify__close-button>svg{height:14px;width:12px}.Toastify__toast .Toastify__progress-bar.px-toastify-progress-bar{height:3px}.app-loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.app-loader img{width:100px;height:100px}.tooltip__wrapper{position:relative;overflow:hidden}.tooltip__popup{position:absolute;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:28px;padding:0 10px;font-family:Noto Sans,sans-serif;font-size:13px;color:#fff;background-color:#374353;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;z-index:200;white-space:nowrap}.tooltip__popup--hidden{display:none}.tooltip__pale-orange{color:#ffa64d}.s-alert-box{padding:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;left:50%!important;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-150px!important;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.2);background:#fff;color:#000;max-height:none;min-height:56px;z-index:10101}.s-alert-box.bar-left{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.s-alert-box.bar-left .alert-bar{width:4px;min-width:4px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.s-alert-box.bar-top{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.s-alert-box.bar-top .alert-bar{width:100%;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;height:4px}.s-alert-box .s-alert-box-inner{padding:10px 30px 5px 10px;margin-bottom:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.4}.s-alert-box .s-alert-box-inner .alert-icon{margin-right:12px}.s-alert-box .alert-bar.success{background-color:#0f87ec}.s-alert-box .alert-bar.warning{background-color:#ffd149}.s-alert-box .alert-bar.error{background-color:#fc3f1d}.s-alert-box .alert-bar__message{word-break:break-word}.s-alert-box.s-alert-error{max-height:90px}.s-alert-box.s-alert-error .s-alert-box-inner{padding:10px 30px 5px 10px}.s-alert-box.s-alert-error .alert-content-container button{float:right;margin-right:30px;margin-bottom:5px}.filled-button{display:block;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 14px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);background-color:#fff;color:#000;border:0;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:14px;line-height:33px;text-transform:capitalize;outline:none}.filled-button.border{border-style:solid;border-width:1px}.filled-button__icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0!important;min-width:80px}.filled-button--green{color:#0db14c}.filled-button--green.border{border-color:#0db14c}.filled-button--green.filled-button--inverted{color:#fff;background-color:#0db14c}.filled-button--orange{color:#ff7f00}.filled-button--orange.border{border-color:#ff7f00}.filled-button--blue{color:#0f87ec;background-color:#fff}.filled-button--blue.border{border-color:#0f87ec}.filled-button--orange.filled-button--inverted{color:#fff;background-color:#ff7f00}.filled-button--red{color:#fc3f1d}.filled-button--red.border{border-color:#fc3f1d}.filled-button--red.filled-button--inverted{color:#fff;background-color:#fc3f1d}.filled-button--blue.filled-button--inverted{color:#fff;background-color:#0f87ec}.filled-button--disabled{cursor:default;color:#a0a3a1}.filled-button--disabled.filled-button--inverted{color:#fff;background-color:#eaeaea}.loader-modal{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.54);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:999999}.loader-modal img{width:100px;height:100px}.warning-container{color:#000}.warning-container .btns-container span{white-space:nowrap}.warning-container .warning-header{color:#fc3f1d;margin-bottom:25px;font-size:18px;font-family:Noto Sans,sans-serif}.warning-container .warning-header img{margin-right:10px}.warning-container .warning{font-size:14px;font-family:Noto Sans,sans-serif;margin-bottom:20px}.warning-container .warning div{margin-bottom:5px}.warning-container .warning .alignLeft{text-align:left}.warning-container .warning .title{font-weight:700;font-size:16px}.warning-container .warning .warning-deletion{font-family:Noto Sans,sans-serif;font-weight:700}.warning-container .additional{padding:1px;margin-bottom:20px}.warning-container .additional .additional-text{font-size:12px;font-weight:300;color:#a0a3a1;line-height:16px}.warning-container .action-container{text-align:center}.app-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:48px;z-index:1400;padding:0 24px;position:relative;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.app-header,.app-header>div,.app-header__account,.app-header__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.app-header__actions>a,.app-header__actions>div{margin-right:12px}.app-header__actions>a:last-child{margin-right:0}.app-header__account{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;font-size:11px;cursor:pointer;font-weight:600;margin-left:4px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;color:#19232f;border:1px solid #7596b7}.app-header__account>div{position:relative;top:1px}.app-header__action{padding:4px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.app-header__action:hover{background-color:hsla(0,0%,100%,.08)}.app-header__divider{width:1px;height:16px;background-color:#49627f}.app-header .gpx-profile__user--image{width:36px!important;height:36px!important}.app-header__title{font-size:18px;color:#19232f;font-weight:500}.app-header__title .separator{margin:0 5px}.feedback__user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:25px}.feedback__user--image-wrapper{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;border:2px solid #cfd8dc;padding:5px}.feedback__user--initials{position:relative;margin-right:10px}.feedback__user--initials img{width:45px;height:45px;-o-object-fit:contain;object-fit:contain;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.feedback__user--initials span{left:0;top:11px;position:absolute;width:100%;height:19px;font-family:Noto Sans,sans-serif;font-size:17px;font-weight:500;font-stretch:condensed;text-align:center;color:#fff}.feedback__user--image{width:34px;height:34px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px #789}.feedback__user--data{text-align:left;margin-left:20px;color:#000}.feedback__user--data .data-name{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;padding:4px 0 2px}.feedback__user--data .data-email{font-family:Noto Sans,sans-serif;font-size:13px}.feedback__form>div{margin-bottom:10px}.feedback__form--instructions{color:#4b6a87;margin:15px 0;font-size:13px;max-width:312px;text-align:center}.tippy-box{color:#fff;font-size:13px;padding:8px 20px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-family:Noto Sans,sans-serif;background-color:#374353}.tippy-box .tippy-content{padding:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{color:#374353}.tippy-box[data-placement^=right]>.tippy-arrow:before{color:#374353}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{color:#374353}.tippy-box[data-placement^=left]>.tippy-arrow:before{color:#374353}.no-access-view{background-color:#f5f7f9;height:100vh;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.no-access-view__help-text{margin-top:24px}.no-access-view__help-text--heading{font-size:21px;font-weight:600;line-height:1.52;text-align:center;color:#181f26}.no-access-view__help-text--sub-heading{font-size:14px;line-height:1.71;text-align:center;color:#5f6c7a}.warning-V2-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.warning-V2-wrapper__bar-left{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.warning-V2-wrapper__bar-left .warning-line{min-width:4px;min-height:100%}.warning-V2-wrapper__bar-right{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.warning-V2-wrapper__bar-right .warning-line{min-width:4px;min-height:100%}.warning-V2-wrapper__bar-top{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.warning-V2-wrapper__bar-top .warning-line{width:100%;height:4px}.warning-V2-wrapper__bar-bottom{-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.warning-V2-wrapper__bar-bottom .warning-line{width:100%;height:4px}.warning-V2-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:20px;color:#000}.warning-V2-container .warning-header{margin-bottom:10px;font-size:14px;font-family:Noto Sans,sans-serif;width:100%;text-align:left}.warning-V2-container .warning-header img{margin-right:10px}.warning-V2-container .warning-content{margin-bottom:20px;font-size:14px;font-family:Roboto;padding:0 40px}.warning-V2-container .btns-container{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px}.warning-V2-container .additional{padding:1px;margin-bottom:20px}.warning-V2-container .additional .additional-text{font-size:12px;font-weight:300;color:#a0a3a1;line-height:16px}.warning-V2-container .action-container{text-align:center}.error-msg{padding-top:100px;font-family:Noto Sans,sans-serif}.error-msg,.error-msg__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.error-msg__wrapper{width:400px;height:400px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:1px 1px 5px 1px hsla(0,0%,43.9%,.56);-moz-box-shadow:1px 1px 1px 1px hsla(0,0%,70.2%,.56);box-shadow:1px 1px 1px 1px hsla(0,0%,70.2%,.56);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:20px}.error-msg__image{margin-bottom:20px}.error-msg__title{font-size:18px;font-weight:500;margin-bottom:10px}.error-msg__content{font-size:14px}.error-msg__reload{margin-top:25px}.page-nav{z-index:999;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:48px;visibility:visible}.page-nav__pinned{width:240px}.page-nav__collapse{opacity:.48}.page-nav__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;overflow-x:hidden;width:48px;height:100%;z-index:1500;background:#34383a;-webkit-transition:width .2s linear;-o-transition:width .2s linear;-moz-transition:width .2s linear;transition:width .2s linear;-webkit-box-shadow:2px 0 3px 0 rgba(47,57,67,.1),0 0 1px 0 rgba(47,57,67,.24);-moz-box-shadow:2px 0 3px 0 rgba(47,57,67,.1),0 0 1px 0 rgba(47,57,67,.24);box-shadow:2px 0 3px 0 rgba(47,57,67,.1),0 0 1px 0 rgba(47,57,67,.24)}.page-nav__content--overlay{width:240px}.page-nav__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;height:48px;min-height:48px;padding:0 10px;background:#34383a}.page-nav__header--open{padding:0 9px 0 17px}.page-nav__header--logo img{width:28px;height:28px}.page-nav__header--logo--full img{height:23px;width:152px}.page-nav__open{width:240px}.page-nav__search{padding:0 12px;width:240px;height:32px;margin-top:8px;min-height:32px}.page-nav__search,.page-nav__search span{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.page-nav__search span{width:100%;padding-bottom:5px}.page-nav__search span input{border:none;outline:none;color:#fff;font-size:14px;padding-left:18px;background-color:inherit}.page-nav__search span input::-webkit-input-placeholder{color:#fff;font-size:14px}.page-nav__search span input:-moz-placeholder,.page-nav__search span input::-moz-placeholder{color:#fff;font-size:14px}.page-nav__search span input:-ms-input-placeholder{color:#fff;font-size:14px}.page-nav__search span input::-ms-input-placeholder{color:#fff;font-size:14px}.page-nav__search span input::placeholder{color:#fff;font-size:14px}.page-nav__search--viewed span{-webkit-box-shadow:0 1px 0 0 #5d6061;-moz-box-shadow:0 1px 0 0 #5d6061;box-shadow:0 1px 0 0 #5d6061}.page-nav__search--focused span{-webkit-box-shadow:0 1px 0 0 #0369e9;-moz-box-shadow:0 1px 0 0 #0369e9;box-shadow:0 1px 0 0 #0369e9}.page-nav__list{text-align:left;padding:0!important}.page-nav__list--pages{overflow:auto;height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px)}.page-nav__page{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;color:#fff;padding:12px;font-size:16px;min-height:48px;text-decoration:none;font-family:Noto Sans,sans-serif}.page-nav__page--opacity{position:absolute;top:0;left:0;height:100%;width:100%;opacity:.05;background-color:#fff}.page-nav__page:focus,.page-nav__page:hover{text-decoration:none}.page-nav__page:focus .page-nav__page--opacity,.page-nav__page:hover .page-nav__page--opacity{position:absolute;top:0;left:0;height:100%;width:100%;opacity:.05;background-color:#fff}.page-nav__page--image{width:24px;height:24px}.page-nav__page--title{color:#fff;font-size:14px;padding-left:18px;white-space:nowrap;text-decoration:none}.page-nav__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.page-nav__container--closed{max-height:48px;overflow:hidden}.page-nav__container--header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.page-nav__container--header,.page-nav__container--header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.page-nav__container--pages{width:100%;font-size:14px}.page-nav__container--pages,.page-nav__sub-page{white-space:nowrap;text-decoration:none;color:#fff}.page-nav__sub-page{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;max-width:100%;min-height:32px;padding-left:54px;padding-right:10px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.page-nav__sub-page:focus,.page-nav__sub-page:hover{color:#fff;text-decoration:none}.page-nav__sub-page--focused,.page-nav__sub-page--selected{font-weight:700}.page-nav__selected{-webkit-box-shadow:inset 5px 0 0 0 #0369e9;-moz-box-shadow:inset 5px 0 0 0 #0369e9;box-shadow:inset 5px 0 0 0 #0369e9}.page-nav__selected>div,.page-nav__selected>div>div{color:#fff!important}.page-nav__focused{background-color:#f3f9fe}.page-nav__divider{margin:4px auto;padding:0 12px}.page-nav__divider>div{height:1px;-webkit-box-shadow:inset 0 1px 0 0 #5d6061;-moz-box-shadow:inset 0 1px 0 0 #5d6061;box-shadow:inset 0 1px 0 0 #5d6061}.page-nav__settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.page-nav__settings>div{margin-bottom:-8px}.page-nav__settings .upgrade-symbol{background-color:#e3eaf1}.page-nav__settings .upgrade-symbol .text{color:#19232f}.page-nav__settings--header{cursor:pointer;position:relative;padding-right:12px}.page-nav__settings--header,.page-nav__settings--header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.page-nav__settings--header>div{width:100%;height:48px;color:#fff;padding:12px;font-size:16px;font-family:Noto Sans,sans-serif}.page-nav__settings--header>div>div:first-child{width:24px;height:24px}.page-nav__settings--header>div>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;padding-left:18px;white-space:nowrap;color:#fff}.page-nav__settings--content{overflow-x:hidden;margin-top:5px}.page-nav__settings--label-container{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;white-space:nowrap;padding-right:12px}.page-nav__settings--label-container,.page-nav__settings--label-container>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.page-nav__settings--label-container>div:first-child{height:40px;margin-top:8px;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;padding-left:54px;color:#fff}.page-nav__settings--collapsed{height:0;overflow:hidden}.page-nav__settings--page{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:240px;max-width:100%;height:32px;padding-left:70px;cursor:pointer;font-size:14px;color:#fff}.page-nav__settings--page>div{overflow:hidden;white-space:nowrap;text-decoration:none;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-right:10px;color:#fff}.page-nav__settings--page:focus,.page-nav__settings--page:hover{text-decoration:none}.page-nav__settings--focused,.page-nav__settings--selected{font-weight:700}.feature-lock{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;cursor:not-allowed}.feature-lock .main-lock-img{height:100%;width:100%}.feature-lock .children{max-width:-webkit-calc(100% - 65px);max-width:-moz-calc(100% - 65px);max-width:calc(100% - 65px);pointer-events:none}.feature-lock .opaque{opacity:.35}.feature-lock_tooltip-content{font-family:Noto Sans,sans-serif;font-size:14px;color:#19232f;line-height:1.43;width:256px;padding:16px;text-align:left}.feature-lock_tooltip-content-title{font-weight:500;margin-bottom:6px}.feature-lock_tooltip-content-message{margin-bottom:8px}.feature-lock_tooltip-content-link{color:#0369e9;cursor:pointer}.upgrade-symbol{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(218,192,242,.2);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:20px;width:54px}.upgrade-symbol .text{font-size:11px;color:#704e91}.tippy-box[data-theme~=light]{color:#26323d;-webkit-box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);-moz-box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light]>.tippy-content{color:#26323d}.upgrade-dialog-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.upgrade-dialog-header .title{font-size:18px;font-weight:700;position:relative;top:5px}.upgrade-subscription-dialog{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:500px;height:362px}.upgrade-subscription-dialog .micro-copy{font-size:14px;font-weight:400;position:relative;bottom:20px}.upgrade-subscription-dialog .gpx-textfield{max-width:100%!important;width:100%!important;margin-bottom:20px}.upgrade-subscription-dialog .gpx-msgbox{max-width:100%!important;width:100%!important;height:144px}.upgrade-subscription-dialog .gpx-msgbox .gpx-msgbox__wrap{width:100%;height:100%}.upgrade-subscription-dialog .gpx-msgbox .gpx-msgbox__wrap textarea{height:100%}.portal-wizard.create-category .portal-wizard__container .quota-exceeded{margin:20px 0}.portal-wizard.create-category .portal-wizard__container .portal-wizard__footer--actions>button:nth-child(2){width:105px}.feature-limit-popup .MuiDialogContent-root .gpx-dialog__content .gpx-popup__container{width:470px}.feature-limit-popup .gpx-button .MuiButton-label{text-transform:none}.env-selector{width:165px;height:32px;font-size:13px;margin-right:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;font-family:Noto Sans,sans-serif}.env-selector .env-label{color:#3e5872;font-size:12px;margin-bottom:4px}.env-selector .env-selector__option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;font-size:13px}.env-selector .env-selector__option img{margin-right:10px}.env-selector .env-selector__option>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.env-selector .react-select__value-container .env-selector__image{margin-right:5px}.env-selector .react-select__value-container .env-selector__label{font-size:13px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#2b3d51}.react-select{height:auto;line-height:28px}.react-select .resize-handle{position:absolute;top:-webkit-calc(50% - 10px);top:-moz-calc(50% - 10px);top:calc(50% - 10px);font-size:12px;color:#2090ed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-select .css-3yuj2r,.react-select .css-150ns6m{margin:0 2px!important;padding:0!important}.react-select__option>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:30px;line-height:30px}.react-select__option>div>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.react-select__option--special-multi>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.react-select__option--special-multi>div>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.react-select__option--is-selected>div>div{padding-right:10px!important}.react-select__option .gpx-select__option>div{padding-right:0!important}.react-select__option .feature-lock{display:unset}.react-select__arrow img,.react-select__search-icon img{position:relative;bottom:1px}.render-with-copy{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.render-with-copy .react-select{width:100%}.render-with-copy .input-copy{width:30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.render-with-copy .input-copy img{width:20px;height:20px;cursor:pointer}.gpx-select>.react-select{line-height:normal}.react-select__max-container--special>div{min-width:264px;padding:12px 0}.react-select__max-container--special>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;font-size:13px;letter-spacing:0}.react-select__max-container--special>div>div>div{width:100%;text-align:left;white-space:nowrap}.react-select__max-container--special>div>div>span{cursor:pointer;margin-left:15px}.multi-value-container--tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:0}.knowledge-center .editor-tab-settings .react-select .react-select__menu-list{min-height:185px;max-height:185px}.limited-select__multi-value-more{background-color:#e3eaf1;padding:0 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#19232f;font-size:12px;height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.limited-select__tooltip{z-index:9999!important}.limited-select__tooltip-label{z-index:10000!important;cursor:pointer}.limited-select__multi-value-more_list{padding:10px}.limited-select__multi-value-more_list-item{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px}.limited-select__multi-value-more_list-item,.limited-select__multi-value-more_list-item_delete{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.limited-select__multi-value-more_list-item_delete{cursor:pointer}.limited-select__multi-value-more_list-item_delete img{width:20px}.limited-select__multi-value-more_list-item_label{width:250px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-right:20px}.limited-select__multi-value-more_list-item__audience{height:24px;width:282px;padding:3px 4px 5px 8px;background-color:#e3eaf1;margin-bottom:6px}.popover-menu-icon-container{padding:8px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;cursor:pointer}.popover-menu-icon-container:hover{background-color:#e3ebf3}.popover-menu-icon-container .popover-menu-icon{position:relative;top:5px;right:2px}.popover-menu-options{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;min-width:100px;padding:12px 0}.popover-menu-options,.popover-menu-options .popover-menu-options-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.popover-menu-options .popover-menu-options-row{cursor:pointer;color:#253445;font-size:14px;height:32px;padding:8px 16px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.popover-menu-options .popover-menu-options-row:hover{background-color:#f0f3f7}.popover-menu-options .popover-menu-options-row .priority-action-name{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.table-v3__header-with-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.table-v3__header-with-tooltip>div{height:16px;width:16px}.audience-table__initials{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:24px;width:24px;height:24px;font-size:11px;cursor:pointer;font-weight:600;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;color:#19232f;border:1px solid #7596b7}.audience-table__initials,.bot-overview{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bot-overview{overflow:hidden;position:relative;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.bot-overview__product>div:first-child{font-size:12px;font-weight:500}.bot-overview__product>span{color:#2b3d51}.bot-overview .page-header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.bot-overview__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bot-overview__header,.bot-overview__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bot-overview__header--view-bot{color:#0369e9;font-size:14px;font-weight:600;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;align-self:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px;cursor:pointer;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;padding:3px 10px}.bot-overview__header--view-bot:hover{background-color:#e6f0fd}.bot-overview__header--data{padding-left:10px}.bot-overview__header--title{color:#000;margin-left:10px;font-size:15px;font-weight:700;font-family:Noto Sans,sans-serif}.bot-overview__header--bot{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;margin:0 10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.bot-overview__header--actions>div,.bot-overview__header--bot{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bot-overview__header--actions>div>span{font-size:12px;margin-right:10px}.bot-overview__header--chart{margin:0 10px 0 30px}.bot-overview__header--chart>div:first-child{margin-right:10px}.bot-overview__content{padding:5px;overflow:auto;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px)}.bot-overview__content .table-pagination{margin:5px 0 0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.bot-overview__content .feedbacks{margin-top:5px}.bot-overview__search{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}.bot-overview__search .text-field-component{border:none;font-size:12px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#fff;color:#2b3d51}.bot-overview__search .text-field-component::-webkit-input-placeholder{font-size:12px;font-weight:300}.bot-overview__search .text-field-component:-moz-placeholder,.bot-overview__search .text-field-component::-moz-placeholder{font-size:12px;font-weight:300}.bot-overview__search .text-field-component:-ms-input-placeholder{font-size:12px;font-weight:300}.bot-overview__search .text-field-component::-ms-input-placeholder{font-size:12px;font-weight:300}.bot-overview__search .text-field-component::placeholder{font-size:12px;font-weight:300}.bot-overview__large-chart{margin:0}.bot-overview__large-chart .recharts-responsive-container .recharts-surface .xAxis{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-webkit-transform:initial;-moz-transform:initial;-ms-transform:initial;-o-transform:initial;transform:none}.bot-overview__large-chart--header{width:100%;height:30px;margin:15px 0 0;padding-right:50px;border-left:5px solid #2090ed}.bot-overview__large-chart--header span{margin:0 5px}.bot-overview__charts{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.bot-overview__charts .kpi{margin:5px 5px 0 0}.bot-overview__charts .kpi .app-loader{display:block;line-height:165px}.bot-overview__charts .kpi__last{margin-right:0}.bot-overview__charts--left-icon{z-index:1299;-webkit-border-radius:0 15px 15px 0;-moz-border-radius:0 15px 15px 0;border-radius:0 15px 15px 0;-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.bot-overview__charts--left-icon,.bot-overview__charts--right-icon{width:32px;height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;-webkit-box-shadow:0 1px 4px 0 rgba(175,195,215,.87);-moz-box-shadow:0 1px 4px 0 rgba(175,195,215,.87);box-shadow:0 1px 4px 0 rgba(175,195,215,.87);background-color:#fff;bottom:50px}.bot-overview__charts--right-icon{z-index:9999;margin:auto;right:5px;-webkit-border-radius:15px 0 0 15px;-moz-border-radius:15px 0 0 15px;border-radius:15px 0 0 15px}.bot-overview__filter{width:0;min-width:0;overflow:hidden;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;-webkit-transition:width .5s,min-width .5s;-o-transition:width .5s,min-width .5s;-moz-transition:width .5s,min-width .5s;transition:width .5s,min-width .5s}.bot-overview__filter-open{min-width:260px;width:260px}.task-list-status{width:68px;height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#181f26}.task-list-status__active{background-color:#d5f5db}.task-list-status__inactive{background-color:#f6f6f6}.task-list-audience-status{width:89px;height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#181f26}.task-list-audience-status__completed{background-color:#d5f5db}.task-list-audience-status__progress{background-color:#b9e8ef}.task-list-audience-status__not-started{background-color:#fddfdc}.kpi{min-height:165px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;margin:10px 10px 0 0;min-width:235px;width:25%;cursor:pointer}.kpi .app-loader img{width:65px;height:65px}.kpi__last{margin-right:0}.kpi__no-chart{display:block;height:40px}.kpi__hovered .kpi__header{border-left:5px solid rgba(0,176,255,.35);padding:0 25px}.kpi__active .kpi__header{border-left:5px solid #00b0ff;padding:0 25px}.kpi__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:0 25px 0 30px;margin:12px 0;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kpi__title{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600}.kpi__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:0 25px}.kpi__chart .recharts-wrapper{cursor:pointer!important}.kpi__value{padding-left:5px;font-family:Noto Sans,sans-serif;font-size:16px;color:#000;text-align:left}.kpi__value--text{font-size:11px;line-height:1.45;text-align:left;color:#a0a3a1}.kpi__change{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kpi__vs-dates{font-size:11px;color:#a0a3a1;padding-right:2px}.kpi__percent-equals span,.kpi__percent-negative span,.kpi__percent-positive span{margin-right:7px;font-family:Noto Sans,sans-serif;font-size:14px;text-align:right;color:#0db14c}.kpi__percent-equals img,.kpi__percent-negative img,.kpi__percent-positive img{position:relative;bottom:5px}.kpi__percent-equals span{margin-right:0}.kpi__percent-negative span{color:#fc3f1d}.kpi__date-picker{margin-top:5px;padding:0 20px}.kpi__date-picker,.kpi__selected-date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kpi__selected-date{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kpi__selected-date div{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300}.kpi__selected-date img{-webkit-transform:rotate(90deg) scale(.9);-moz-transform:rotate(90deg) scale(.9);-ms-transform:rotate(90deg) scale(.9);-o-transform:rotate(90deg) scale(.9);transform:rotate(90deg) scale(.9);margin-left:20px}.kpi__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:39px;padding:0 25px}.kpi__actions>div:last-child{font-size:12px;cursor:pointer}.kpi__actions>div:last-child:hover{text-decoration:underline}.kpi__actions--dates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kpi__actions--dates.ps-v2{z-index:9}.kpi__actions--dates.ps-v2 .channel{width:120px}.kpi__actions--granularity{margin-left:5px}.kpi__actions--date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 12px;white-space:nowrap;border-bottom:1px solid #ddd;line-height:25px;font-family:Noto Sans,sans-serif;color:#000}.kpi__actions--date>div:first-child{font-size:11px;color:#0f87ec}.kpi__actions--date>div:last-child{font-size:12px;font-weight:500}.ks-date-picker .date-range-picker__buttons,.ks-date-picker .date-range-picker__selectedDate{display:none}.ks-date-picker .date-range-picker__content{position:inherit;top:0;left:0;width:100%;z-index:10}.ks-date-picker .date-range-picker__content .DRP-controls__input-group{background-color:#e9ecf0;height:60px;padding:0 30px}.ks-date-picker .date-range-picker__content .DRP-controls__preset-range{font-size:13px;color:#000}.ks-date-picker .date-range-picker__content .DRP-controls__button-wrapper{display:none}.ks-date-picker .date-range-picker__content .DRP-controls__inputs-title{margin-left:40px}.ks-date-picker .date-range-picker__content .DRP-controls__input{width:100px;font-size:13px}.ks-date-picker .date-range-picker__content .DRP-controls__input-separator{width:auto;padding:0 5px;font-size:12px}.ks-date-picker .date-range-picker__content .DRP-controls .Select{width:100px}.ks-date-picker .date-range-picker__content .DRP-controls .Select .Select-control{height:30px}.ks-date-picker .date-range-picker__content .DRP-controls .Select .Select-control .Select-value-label{font-size:13px}.ks-date-picker .date-range-picker__content .DRP-controls .Select .Select-menu-outer{width:100px;z-index:3}.ks-date-picker .date-range-picker__content .DRP-controls .Select .select-arrow{position:relative;top:2px}.tooltip-v2{color:#fff!important;font-size:13px!important;padding:8px 20px!important;text-align:center!important;font-family:Noto Sans,sans-serif!important;background-color:#374353!important;max-width:250px;white-space:normal}.tooltip-v2.place-top:after{border-top-color:#404040!important}.tooltip-v2.place-right:after{border-right-color:#404040!important}.tooltip-v2.place-bottom:after{border-bottom-color:#404040!important}.tooltip-v2.place-left:after{border-left-color:#404040!important}.DayPicker{height:295px}.DayPicker .CalendarDay__selected_end,.DayPicker .CalendarDay__selected_start{color:#fff;outline:none;border:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#0f87ec}.DayPicker .CalendarDay__hovered_span,.DayPicker .CalendarDay__selected_span{border:none;color:#000;background:rgba(15,135,236,.08)}.DayPicker .DayPickerNavigation_button,.DayPicker .DayPickerNavigation_button__default:hover{border:none}.DayPicker .DayPickerNavigation_rightButton__horizontalDefault{top:23px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.DayPicker .DayPickerNavigation_leftButton__horizontalDefault{top:23px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.DayPicker .DRP-calendar{height:295px;background-color:#fff}.DayPicker .DRP-calendar__month,.DayPicker .DRP-calendar__year{font-size:14px;font-weight:500;color:#0f87ec}.DayPicker .DRP-calendar__year{display:inline-block;margin-left:10px}.date-range-picker{position:relative;min-width:250px}.date-range-picker__selectedDate{height:30px;color:#000;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;white-space:nowrap;padding:0 35px 0 12px;background-repeat:no-repeat;background-position:right 12px center;background-image:url(/engagement/chevron-more-3-blue.svg)}.date-range-picker__selectedDate--error{-webkit-box-shadow:inset 0 0 0 1px #f75d4f;-moz-box-shadow:inset 0 0 0 1px #f75d4f;box-shadow:inset 0 0 0 1px #f75d4f}.date-range-picker__selectedDate--error:hover{-webkit-box-shadow:inset 0 0 0 1px #f75d4f!important;-moz-box-shadow:inset 0 0 0 1px #f75d4f!important;box-shadow:inset 0 0 0 1px #f75d4f!important}.date-range-picker__selectedDate img{vertical-align:middle;margin-right:3px}.date-range-picker__content{position:absolute;top:-13px;left:-379px;width:773px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#f9f8f7;-webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,.4);-moz-box-shadow:0 2px 2px 1px rgba(0,0,0,.4);box-shadow:0 2px 2px 1px rgba(0,0,0,.4);overflow:hidden;z-index:10}.date-range-picker__buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:25px 0}.date-range-picker__buttons>button{margin-right:10px}.date-range-picker__button{margin:0 10px;padding-left:20px;padding-right:20px}.date-range-picker__overlay{position:absolute;top:0;bottom:0;left:0;right:0;background:#182a30;opacity:.1}.DRP-controls{font-family:Noto Sans,sans-serif}.DRP-controls__input-group{height:75px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 35px;background-color:#f6f6f6}.DRP-controls__input-group--secondary{background-color:#e9ecf0}.DRP-controls__inputs-title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;white-space:nowrap;margin-right:10px}.DRP-controls__inputs{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.DRP-controls__inputs,.DRP-controls__preset-range{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.DRP-controls__preset-range{margin-right:20px}.DRP-controls__range-select-wrapper{margin-left:12px}.DRP-controls__button-wrapper{width:30px;margin-left:20px}.DRP-controls__compare-button{height:30px;color:#000;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;width:30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;color:#fff;background-color:#0f87ec;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DRP-controls__compare-button--active{color:#0f87ec;background-color:#fff}.DRP-controls__input{height:30px;color:#000;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;width:122px;border:0;outline:0;padding:0 12px}.DRP-controls__input::-webkit-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif}.DRP-controls__input:-moz-placeholder,.DRP-controls__input::-moz-placeholder{font-size:14px;font-family:Noto Sans,sans-serif}.DRP-controls__input:-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif}.DRP-controls__input::-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif}.DRP-controls__input::placeholder{font-size:14px;font-family:Noto Sans,sans-serif}.DRP-controls__input--focused,.DRP-controls__input-group--secondary .DRP-controls__input--focused{-webkit-box-shadow:0 0 0 2px #0f87ec;-moz-box-shadow:0 0 0 2px #0f87ec;box-shadow:0 0 0 2px #0f87ec}.DRP-controls__input--invalid{background:#fcc}.DRP-controls__input-separator{width:20px}.DRP-controls__add-button{width:30px;height:30px;cursor:pointer;background-image:url(/plus-round-orange.svg);background-position:50%}.dialog{padding-top:110px!important}.dialog>div>div{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.dialog>div>div>div{background-color:#fff!important}.dialog__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#404040;height:60px;padding:0 30px}.dialog__header,.dialog__header>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dialog__header img{margin-right:10px}.dialog__header--help{margin-left:10px;margin-top:1px}.dialog__header--title{font-family:Noto Sans,sans-serif;font-size:18px;font-weight:500;color:#d7d6d7}.dialog__header--counter{margin-left:10px;color:#a0a3a1;font-size:14px;font-weight:300;font-family:Noto Sans,sans-serif}.dialog__header--btns{white-space:nowrap}.dialog__header--btns--secondary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dialog__header--btns--secondary>div{margin-left:15px}.dialog__header--btns--only-close.set-container>div{margin-right:0!important}.dialog__header--custom{position:relative;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.dialog__header--custom input{width:100%;height:30px;font-size:14px;border:none;outline:none;background-color:rgba(255,127,0,.1);color:#fff;padding:0 5px;caret-color:orange}.dialog__header--custom input::-webkit-input-placeholder{font-size:14px}.dialog__header--custom input:-moz-placeholder,.dialog__header--custom input::-moz-placeholder{font-size:14px}.dialog__header--custom input:-ms-input-placeholder{font-size:14px}.dialog__header--custom input::-ms-input-placeholder{font-size:14px}.dialog__header--custom input::placeholder{font-size:14px}.dialog__header--custom--error{position:absolute;color:red;font-size:11px;top:32px;left:35px}.button-set-v2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.tippy-tooltip{color:#fff;font-size:13px;padding:8px 20px;text-align:center;background-color:#374353;font-family:Noto Sans,sans-serif}.tippy-popper{max-width:none}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #374353}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #374353}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #374353}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #374353}.raised-btn{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important}.raised-btn button{line-height:30px!important}.raised-btn button,.raised-btn button>div>div{height:30px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.raised-btn span{text-transform:none!important;font-weight:400!important;color:#fff!important}.raised-btn-green,.raised-btn-green button{background-color:#0db14c!important}.raised-btn-white,.raised-btn-white button{background-color:#fff!important}.raised-btn-white span{color:#0f87ec!important}.raised-btn-orange,.raised-btn-orange button{background-color:#ff7f00!important}.horizon-blue,.horizon-blue>button{background-color:#0f87ec!important}.raised-btn__disabled,.raised-btn__disabled>button{background-color:#e9e9e9!important}.raised-btn__disabled span{color:#fff!important}.saved-filters-dialog__search{width:70%}.saved-filters-dialog__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;min-height:40px;border-bottom:1px solid #e9e9e9;padding:0 30px 0 20px}.saved-filters-dialog__header .search{width:70%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.saved-filters-dialog__header .search input{height:30px;font-size:13px;font-family:Noto Sans,sans-serif}.saved-filters-dialog__header .search input::-webkit-input-placeholder{font-size:14px}.saved-filters-dialog__header .search input:-moz-placeholder,.saved-filters-dialog__header .search input::-moz-placeholder{font-size:14px}.saved-filters-dialog__header .search input:-ms-input-placeholder{font-size:14px}.saved-filters-dialog__header .search input::-ms-input-placeholder{font-size:14px}.saved-filters-dialog__header .search input::placeholder{font-size:14px}.saved-filters-dialog__header .buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:14px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9;padding:0 15px}.saved-filters-dialog__header .buttons .save{padding:0 10px;cursor:pointer}.saved-filters-dialog__header .buttons .save.disabled,.saved-filters-dialog__header .buttons .save.disabled:hover{color:#ddd}.saved-filters-dialog__header .buttons .save:hover{color:#ff7f00}.saved-filters-dialog__header .buttons .save-as{padding:0 10px;cursor:pointer}.saved-filters-dialog__header .buttons .save-as:hover{color:#0f87ec}.saved-filters-dialog__new{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;min-height:55px;border-bottom:1px solid #e9e9e9;padding:0 30px 0 20px}.saved-filters-dialog__new .set-container button{height:24px!important;line-height:22px!important;border:1px solid #0f87ec!important}.saved-filters-dialog__new .set-container button>div>div{height:24px!important}.saved-filters-dialog__new .set-container span{font-size:12px!important}.saved-filters-dialog__new .single-container button{height:24px!important;line-height:22px!important;border:1px solid #0f87ec!important}.saved-filters-dialog__new .single-container button>div>div{height:24px!important}.saved-filters-dialog__new .single-container span{font-size:12px!important}.saved-filters-dialog__new input{outline:none;border:none;height:25px;background-color:#fff3e6;color:#000;font-size:13px;font-family:Noto Sans,sans-serif;padding:0 10px;margin-left:10px}.saved-filters-dialog__new input::-webkit-input-placeholder{font-size:13px}.saved-filters-dialog__new input:-moz-placeholder,.saved-filters-dialog__new input::-moz-placeholder{font-size:13px}.saved-filters-dialog__new input:-ms-input-placeholder{font-size:13px}.saved-filters-dialog__new input::-ms-input-placeholder{font-size:13px}.saved-filters-dialog__new input::placeholder{font-size:13px}.saved-filters-dialog__new img{width:25px;height:25px}.saved-filters-dialog__new>div{position:relative}.saved-filters-dialog__new--error{position:absolute;top:28px;left:44px;font-size:10px;color:red}.saved-filters-dialog .saved-filters-dialog-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:440px}.saved-filters-dialog .saved-filters-dialog-content .edit-filter-container{width:100%;overflow:auto}.saved-filters-dialog .saved-filters-dialog-content .edit-filter-container .editor-tabs{height:100%}.saved-filters-dialog .saved-filters-dialog-content .edit-filter-container__gc-content .data-slicer__filters{height:100%;min-height:350px}.saved-filters-dialog .saved-filters-dialog-content .edit-filter-container__gc-content .data-slicer__filters .dsr__header{padding-right:15px;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.saved-filters-dialog .saved-filters-dialog-content .edit-filter-container__gc-content .dsr{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container{width:300px;overflow:auto;background-color:#e9ecf0}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters{height:100%}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__items{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;overflow:hidden}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__items-collapsed{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;max-height:0}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;background-color:#fff;border-bottom:1px solid #e9e9e9}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__header--add{cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#0f87ec;font-size:14px;font-family:Noto Sans,sans-serif;vertical-align:middle;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e9e9e9;padding-left:20px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__header--add img{padding-right:5px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__header--add div:first-letter{text-transform:capitalize}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__empty{text-align:center;padding:50px 30px;font-family:Noto Sans,sans-serif;font-size:14px;color:#a0a3a1}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__empty--text{margin-bottom:30px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__empty img{width:80px;height:80px;margin-left:30px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__empty--add{height:30px!important;line-height:29px!important;border:1px solid #0f87ec!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;background-color:#fff!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__empty--add>div>span{text-transform:none!important;color:#0f87ec!important;font-size:14px!important;font-weight:500!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;min-height:55px;border-bottom:1px solid #e9e9e9;padding:0 30px 0 20px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new .set-container button{height:24px!important;line-height:22px!important;border:1px solid #49627f!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new .set-container button>div>div{height:24px!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new .set-container span{font-size:12px!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new .single-container button{height:24px!important;line-height:22px!important;border:1px solid #49627f!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new .single-container button>div>div{height:24px!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new .single-container span{font-size:12px!important}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new input{outline:none;border:none;height:30px;background-color:#fff3e6;color:#000;font-size:13px;font-family:Noto Sans,sans-serif;padding:0 10px;margin-left:20px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new input::-webkit-input-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new input:-moz-placeholder,.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new input::-moz-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new input:-ms-input-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new input::-ms-input-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new input::placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new img{width:25px;height:25px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new>div{position:relative}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__new--error{position:absolute;top:28px;left:44px;font-size:10px;color:red}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__content>div:first-child{width:200px;max-width:200px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__category--name{text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:20px;padding:0 15px;border-bottom:1px solid #e9e9e9;overflow:hidden;color:#000;background:#e9e9e9}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__category--name .arrow{cursor:pointer;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__category--name .arrow.collapsed{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__category--name .arrow img{width:20px;height:20px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__category--empty{height:50px;color:#000;font-size:12px;padding:10px 20px;line-height:15px;text-align:left;background-color:#fff}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:46px;height:46px;padding:0 0 0 20px;background-color:#fff;border-bottom:1px solid #e9e9e9}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter img{width:20px;height:20px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:visible}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit>div:nth-child(2) .error{position:absolute;right:109px;top:29px;font-size:7px;color:red}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit>div:nth-child(2) img{width:25px;height:25px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit input{outline:none;border:none;height:30px;background-color:#fff3e6;color:#000;font-size:13px;font-family:Noto Sans,sans-serif;padding:0 18px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit input::-webkit-input-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit input:-moz-placeholder,.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit input::-moz-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit input:-ms-input-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit input::-ms-input-placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.edit input::placeholder{font-size:13px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter>div:nth-child(2) img{width:25px;height:25px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.current,.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter:hover{border-left:5px solid #49627f;padding-left:15px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter.current .saved-filters__filter--name{font-weight:700}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;font-size:12px;overflow:hidden;color:#000}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--name .owner{font-size:10px;color:#a0a3a1}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--name:hover{font-weight:600}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--name>div{display:block;cursor:pointer;margin:0 10px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--name img{width:20px;height:20px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--actions{display:none;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--actions--visible{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--actions img{cursor:pointer;width:20px;height:20px}.saved-filters-dialog .saved-filters-dialog-content .filters-list-container .saved-filters__filter--actions img:first-child{margin-right:10px}.saved-filter-ds{height:100%}.saved-filter-ds .data-slicer__filters{height:100%;min-height:350px}.saved-filter-ds .dsrs .rsh__title,.saved-filter-ds .dsrs__special .rsh__title{color:#253445}.saved-filter-ds .dsrs .rsh__incompatible .rsh__elogic,.saved-filter-ds .dsrs .rsh__incompatible .rsh__title{color:#a5a8a6}.saved-filter-ds .dsrs__rules{margin-left:15px}.saved-filter-ds .dsrs__rules--incompatible .react-select__placeholder,.saved-filter-ds .dsrs__rules--incompatible .react-select__single-value{color:#a5a8a6}.saved-filter-ds .dsrs__rules--incompatible .dsr__content .react-select__control{background-color:rgba(165,168,166,.1)}.saved-filter-ds .dsrs__no-rule{max-width:150px}.saved-filter-ds .dsrs__special--pre-rules{width:90%}.saved-filter-ds .dsr,.saved-filter-ds .dsrs__special--pre-rules{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.saved-filter-ds .dsr{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.saved-filter-ds .dsr__header{padding-right:15px;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.saved-filter-ds .dsr__content--delete{margin-right:45px}.saved-filter-ds .dsr__content--delete>img{position:relative;right:-19px}.saved-filter-ds .dsr__header--delete{position:absolute;right:-55px}.dsrs--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-left:10px}.ps-v2 .channel{width:170px}.ps-v2 .channel .channel-selector{width:100%}.ps-v2__regular-option{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ps-v2__regular-option div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ps-v2__regular-option img{margin-right:7px}.ps-v2__option{overflow:visible!important;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ps-v2__option__rhs{overflow:unset!important;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;left:10px}.ps-v2__option__rhs .popover-menu-icon-container{-o-text-overflow:unset;text-overflow:unset;padding:0}.ps-v2__option__rhs .popover-menu-icon-container:hover{background-color:unset}.ps-v2__option__rhs .check-mark{position:relative;right:5px;margin:0}.ps-v2__option__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ps-v2__option__content .check-mark{margin:0 5px}.ps-v2__option__content__label-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden}.ps-v2__option__content__label-container .label-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ps-v2 .react-select__option--is-selected>div>div{padding-right:0!important}.ps-v2__option__content__label-container .label-text{color:#000}.popover-menu-options.channel-select-options-menu{padding:3px 0}.popover-menu-options.channel-select-options-menu .popover-menu-options-row{height:26px;padding:5px 16px}.default-mark,.popover-menu-options.channel-select-options-menu .popover-menu-options-row .menu-option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.default-mark{background-color:#e9eff4;font-size:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15px;line-height:16px;margin:auto 0 auto 10px}.search{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:260px;height:30px;padding:0 12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.search input{border:none;outline:none;font-size:14px;width:100%;padding-left:12px;color:#000;caret-color:#0f87ec}.search input::-webkit-input-placeholder{font-size:14px;text-transform:capitalize}.search input:-moz-placeholder,.search input::-moz-placeholder{font-size:14px;text-transform:capitalize}.search input:-ms-input-placeholder{font-size:14px;text-transform:capitalize}.search input::-ms-input-placeholder{font-size:14px;text-transform:capitalize}.search input::placeholder{font-size:14px;text-transform:capitalize}.portal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1500;padding-top:110px;background-color:rgba(0,0,0,.54)}.portal__container{position:relative;width:75%;margin:0 auto;max-width:540px;opacity:1;z-index:1500;overflow:hidden;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,.25) 0 14px 45px,rgba(0,0,0,.22) 0 10px 18px;-moz-box-shadow:rgba(0,0,0,.25) 0 14px 45px,rgba(0,0,0,.22) 0 10px 18px;box-shadow:0 14px 45px rgba(0,0,0,.25),0 10px 18px rgba(0,0,0,.22)}.portal__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#404040;min-height:60px;padding:0 30px}.portal__header,.portal__header>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.portal__header img{margin-right:10px}.portal__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.portal__header--actions>button{margin-right:10px}.portal__header--help{margin-left:10px;margin-top:1px}.portal__header--title{font-size:18px;font-weight:500;white-space:nowrap;color:#d7d6d7;font-family:Noto Sans,sans-serif}.portal__header--counter{margin-left:10px;color:#a0a3a1;font-size:14px;font-weight:300;font-family:Noto Sans,sans-serif}.portal__header--custom{position:relative;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.portal__header--custom input{width:100%;height:30px;font-size:14px;border:none;outline:none;background-color:rgba(255,127,0,.1);color:#fff;padding:0 5px;caret-color:orange}.portal__header--custom input::-webkit-input-placeholder{font-size:14px}.portal__header--custom input:-moz-placeholder,.portal__header--custom input::-moz-placeholder{font-size:14px}.portal__header--custom input:-ms-input-placeholder{font-size:14px}.portal__header--custom input::-ms-input-placeholder{font-size:14px}.portal__header--custom input::placeholder{font-size:14px}.portal__header--custom--error{position:absolute;color:red;font-size:11px;top:32px;left:35px}.dsr{margin-top:15px}.dsr:first-child{margin-top:10px}.dsr .react-select__menu-list .react-select__option>div>div{width:100%}.dsr__segment-option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.dsr__segment-option__label{width:unset!important}.dsr__segment-option__real{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d6c1ba;background-color:#eee5e2;margin-left:8px;padding:0 4px;width:unset!important;min-width:60px}.dsr__segment-option__real>div{font-size:11px}.dsr__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:300;padding-right:25px;position:relative}.dsr__header--title{max-width:178px}.dsr__header--title .react-select__menu{right:0}.dsr__header--delete{position:absolute;right:0}.dsr__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dsr__content .react-select{margin-top:5px}.dsr__content>div:first-child{width:200px;max-width:200px}.dsr__content--delete{cursor:pointer;visibility:hidden;margin:0 5px}.dsr__content--delete--visible{visibility:visible}.dsr__content--rule--copy .react-select{max-width:180px}.dsr__border{border-top:1px solid rgba(0,0,0,.1);margin-top:20px;width:215px}.dsr__number,.dsr__string{margin-top:5px}.dsr__number input,.dsr__string input{width:100%;height:30px;padding:0 12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;font-size:12px;outline:none;border:none}.dsr__number input::-webkit-input-placeholder,.dsr__string input::-webkit-input-placeholder{font-size:12px;color:#333;font-family:Noto Sans,sans-serif}.dsr__number input:-moz-placeholder,.dsr__number input::-moz-placeholder,.dsr__string input:-moz-placeholder,.dsr__string input::-moz-placeholder{font-size:12px;color:#333;font-family:Noto Sans,sans-serif}.dsr__number input:-ms-input-placeholder,.dsr__string input:-ms-input-placeholder{font-size:12px;color:#333;font-family:Noto Sans,sans-serif}.dsr__number input::-ms-input-placeholder,.dsr__string input::-ms-input-placeholder{font-size:12px;color:#333;font-family:Noto Sans,sans-serif}.dsr__number input::placeholder,.dsr__string input::placeholder{font-size:12px;color:#333;font-family:Noto Sans,sans-serif}.dsr__number input[disabled],.dsr__string input[disabled]{cursor:not-allowed}.dsr__number--error input,.dsr__string--error input{border:1px solid #fc3f1d}.dsr__date--error,.dsr__date-between--error{border:1px solid #fc3f1d;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.dsr__date-between__placeholder,.dsr__date__placeholder{color:#a0a3a1;font-weight:300}.dsr__date-between__placeholder:first-letter,.dsr__date__placeholder:first-letter{text-transform:capitalize}.dsr__date-between .date-v2__container,.dsr__date .date-v2__container{width:100%}.dsr__date-relative{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dsr__date-relative>div:first-child{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.dsr__date-relative--text{font-size:12px;margin:2px 14px 0;text-transform:capitalize}.dsr__date-between{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dsr__date-between .date-v2__container{padding:0 6px;font-size:11px}.dsr__date-between--right .react-datepicker__triangle{left:120px}.dsr__selector{position:relative}.dsr__selector .react-select__input input{direction:ltr}.dsr__expand{position:absolute;top:10px;right:10px;font-size:15px;color:orange;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dsr__expand--collapsed{top:2px;right:10px;font-size:25px}.dsrs>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:15px 10px 0 15px}.dsrs>div:first-child .delete-icon{margin-left:10px}.dsrs__no-rule{margin:10px 15px 0}.dsrs__no-rule .react-select__menu{right:0}.dsrs--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;color:#2b3d51;margin:15px 10px 40px 15px;vertical-align:middle;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.dsrs--add span{margin-left:5px}.dsrs__rules{margin-left:15px;font-size:12px}.dsrs__rules--only-add{color:#ff7f00;font-weight:300;font-family:Noto Sans,sans-serif;cursor:pointer}.dsrs__rules--add{margin-top:10px;text-transform:capitalize;font-weight:500;padding-right:30px}.dsrs__rules--add,.dsrs__special{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.dsrs__special{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dsrs__special--incompatible .react-select__placeholder,.dsrs__special--incompatible .react-select__single-value,.dsrs__special--incompatible .rsh__incompatible .rsh__elogic,.dsrs__special--incompatible .rsh__incompatible .rsh__title{color:#a5a8a6}.dsrs__special--incompatible .dsr__content .react-select__control{background-color:rgba(165,168,166,.1)}.dsrs__special--incompatible .dsrs__special--add{color:#a5a8a6}.dsrs__special--selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:15px}.dsrs__special--selector>span{margin:0 5px;padding-top:7px;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.dsrs__special--pre-rules{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dsrs__special--additional .dsr__header{padding-right:0}.dsrs__special--additional .dsr__content--delete{display:none}.dsrs__special--additional .inner-date-picker-text{font-size:12px}.dsrs__special--wrapper{padding:10px 0}.dsrs__special--wrapper:nth-child(odd){background-color:#ededed;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.dsrs__special--rules .dsrs__rules,.dsrs__special--rules .rsh-small>div:first-child{padding:0 5px}.dsrs__special--add,.dsrs__special--properties{margin-top:10px;margin-left:20px;font-size:12px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#0f87ec;font-family:Noto Sans,sans-serif;text-transform:capitalize;cursor:pointer}.dsrs__special--properties{font-weight:500;padding-right:30px;text-transform:none;padding-left:8px;margin-left:12px}.dsrs__special--loading,.dsrs__special--properties{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.dsrs__special--loading{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;color:#000;font-size:11px;font-weight:400;text-align:left}.dsrs__special--empty{color:#a0a3a1;font-weight:300}.dsr__date-between--right .react-datepicker__triangle{margin-left:100px}.analytics-rule__date-between--right .react-datepicker__triangle{left:150px}.rsh{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 10px 0 15px!important}.rsh .delete-icon{margin-left:10px}.rsh>div:first-child{width:89%}.rsh__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsh__title{cursor:pointer;font-size:12px;font-weight:500;margin-right:10px;color:#253445;font-family:Noto Sans,sans-serif}.rsh__title:first-letter{text-transform:capitalize}.rsh__line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.rsh__elogic{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-transform:uppercase;padding:0 5px;margin-left:5px;font-size:10px;line-height:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#557391}.rsh__elogic--enter{background-color:rgba(26,56,67,.05)}.date-v2{position:relative}.date-v2,.date-v2__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.date-v2__container{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;height:32px;font-size:13px;padding:0 12px;line-height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;color:#253445;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.date-v2__container>img{position:relative;bottom:1px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;margin-left:10px}.date-v2__container--error{-webkit-box-shadow:inset 0 0 0 1px #f75d4f;-moz-box-shadow:inset 0 0 0 1px #f75d4f;box-shadow:inset 0 0 0 1px #f75d4f}.date-v2__container--error:hover{-webkit-box-shadow:inset 0 0 0 1px #f75d4f!important;-moz-box-shadow:inset 0 0 0 1px #f75d4f!important;box-shadow:inset 0 0 0 1px #f75d4f!important}.date-v2__container--date{white-space:nowrap}.date-v2__container--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.date-v2__container--clear{margin-right:12px}.DayPicker .CalendarDay:focus{outline:none}.DayPicker .CalendarDay:hover{border:none;outline:none;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#0f87ec}.DayPicker .CalendarDay__default{border:none}.DayPicker .CalendarDay__blocked_calendar{cursor:default;background:none;color:#d7d6d7}.DayPicker .CalendarDay__blocked_calendar:hover{border:none;background:none;color:#d7d6d7}.DayPicker .CalendarDay__highlighted_calendar{border:none;color:#000;background:rgba(15,135,236,.08)}.DayPicker .CalendarDay__selected{color:#fff;outline:none;border:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#0f87ec}#date-v2-popover .DayPicker_weekHeader{padding:0 0 0 14px!important}.data-slicer-dialog__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}.data-slicer-dialog__header,.data-slicer-dialog__header--set{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.data-slicer-dialog__header--set{height:30px}.data-slicer-dialog__header--title-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.data-slicer-dialog__header--title-container img{margin-right:20px}.data-slicer-dialog__header--title{font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7}.data-slicer-dialog__header--count{color:#d7d6d7;font-family:Noto Sans,sans-serif;margin-left:20px;font-size:14px;font-weight:300}.data-slicer-dialog__header--btn{min-width:76px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.data-slicer-dialog__header--btn button{line-height:30px!important;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;background-color:#0f87ec!important}.data-slicer-dialog__header--btn button,.data-slicer-dialog__header--btn button>div>div{height:30px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.data-slicer-dialog__header--btn span{text-transform:capitalize!important;font-weight:400!important;color:#fff!important}.data-slicer-dialog__segments{overflow:auto;max-height:280px;padding:10px 0}.data-slicer-dialog__segment{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;font-weight:600;margin:5px 20px;height:50px;cursor:pointer;background-color:#fff;color:#2b3d51;font-family:Noto Sans,sans-serif;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.data-slicer-dialog__segment--title{margin:0 5px 0 15px;font-size:14px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.data-slicer-dialog__segment--length{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400}.data-slicer-dialog__segment--not-allowed{color:#afc3d7}.custom-message{position:absolute;bottom:0;width:100%;height:35px;background-color:#fff;border:1px solid #e3e3e3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.custom-message div{margin:15px}.custom-message span{font-size:12px;margin-left:10px}.widget.average-session-duration .chart-v2 .recharts-responsive-container .recharts-surface .yAxis{-webkit-transform:translate(-3px);-moz-transform:translate(-3px);-ms-transform:translate(-3px);-o-transform:translate(-3px);transform:translate(-3px)}.widget__floating{position:absolute;top:50px;right:19px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background-color:#00b0ff;z-index:10}.widget__floating,.widget__floating--dummy{width:10px;height:10px}.widget__floating--entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap}.widget__floating--entry>div:first-child{text-align:left;min-width:150px}.widget__floating--entry>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget__floating--entry .kpi__value{margin-left:15px;font-size:13px}.widget__floating--entry .kpi__change span{position:relative;top:1px;font-size:13px;margin-left:10px}.widget__floating--data .kpi__vs-dates{text-align:right}.widget__kpi-options{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left;position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;padding:18px;background-color:rgba(237,241,245,.6)}.widget__kpi-options,.widget__kpi-options--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.widget__kpi-options--wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:340px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);grid-gap:10px;gap:10px}.widget__kpi-options--wrapper .gpx-checkbox__label{font-weight:400}.widget__kpi-options--wrapper .px-radio{margin-bottom:0}.widget__kpi-options--wrapper-left-padding{padding-left:30px}.widget__kpi-options--content-heading{font-size:14px;font-weight:600;padding-bottom:10px}.widget__kpi-options--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.widget__kpi-options--actions>div:first-child{margin-right:10px}.type-select .gpx-wrapper.gpx-select .react-select__control{width:52px;height:32px;border:none;background-color:rgba(0,0,0,0);background-color:initial}.type-select .gpx-wrapper.gpx-select .react-select__value-container{padding:1px 0 0 4px!important}.type-select .gpx-wrapper.gpx-select .react-select__indicator{padding:0 4px 0 0!important}.type-select .gpx-wrapper.gpx-select .react-select__arrow{width:16px;height:16px}.type-select .gpx-wrapper.gpx-select .react-select__menu{z-index:99}.type-select__focus .gpx-wrapper.gpx-select .react-select__control{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none!important;background-color:rgba(117,150,183,.1)}.widget-kpi{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;bottom:25px;z-index:1;height:100%;padding:0 15px 0 25px}.widget-kpi,.widget-kpi>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.widget-kpi>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget-kpi__title{font-size:56px;color:#3e5872;cursor:default;text-align:left;font-weight:700;position:relative}.widget-kpi__count-change-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.widget-kpi__desc{font-size:12px;color:#a0a3a1;white-space:nowrap;text-align:left}.widget-kpi__na{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:10px;height:27px;padding:0 6px;font-size:14px;min-width:80px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#a0a3a1;background-color:rgba(160,163,161,.24)}.widget-kpi__na>img{position:relative;top:-1px}.widget-kpi__change{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:27px;padding:0 6px;font-size:14px;min-width:80px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#119460;background-color:rgba(19,199,127,.24)}.widget-kpi__change>img{position:relative;top:1px}.widget-kpi__change--count{margin-left:10px;color:#3e5872;background-color:#e3eaf1;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget-kpi__change--count>span{margin-left:10px}.widget-kpi__change--count>img{position:relative;top:-1px}.widget-kpi__change--negative{color:#d13f31;background-color:rgba(247,93,79,.08)}.widget-kpi__change--negative>img{position:relative;top:-1px}.widget-kpi__multi .widget-kpi__title{font-size:48px}.widget-kpi__tooltip-root{text-align:left}.widget-kpi__tooltip-root--header{color:#ff7f00;margin-bottom:5px}.widget-kpi__tooltip-root--value{color:#a0a3a1}.widget__header--filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.dashboard-actions-menu .react-select__arrow img{height:16px;width:16px}.dashboard-actions-menu .react-select__indicators .react-select__indicator.react-select__dropdown-indicator{margin:0!important}.filters-tooltip__header{position:relative;left:-10px;font-size:14px;text-align:left;margin-bottom:10px;color:#9b9b9b;text-transform:capitalize}.filters-tooltip__rs{margin-bottom:10px}.filters-tooltip__rs--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.filters-tooltip__rs--rules{margin:0 0 10px 10px;display:table}.filters-tooltip__rs--rules:last-child{margin-bottom:0}.filters-tooltip__rule{display:table-row}.filters-tooltip__rule--title{display:table-cell;min-width:100px;text-align:left;color:#00b0ff}.filters-tooltip__rule--operator{display:table-cell;width:100px;min-width:100px;padding-left:4px;text-align:left;color:#ff7f00}.filters-tooltip__rule--values{display:table-cell;text-align:left;max-width:200px;color:#fff;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.filters-tooltip__rule--header{font-size:12px}.filters-tooltip__rule--properties{padding-left:10px;margin-top:10px;text-align:left;display:block}.filters-tooltip__rule--properties>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.dashboard__action-select__target{height:32px;width:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.dashboard__action-select__target img{height:16px;width:16px}.dashboard__action-select__menu{z-index:3;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:155px;padding:8px 0;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;-webkit-box-shadow:0 12px 32px 0 rgba(52,56,58,.08),0 0 1px 0 rgba(52,56,58,.2);-moz-box-shadow:0 12px 32px 0 rgba(52,56,58,.08),0 0 1px 0 rgba(52,56,58,.2);box-shadow:0 12px 32px 0 rgba(52,56,58,.08),0 0 1px 0 rgba(52,56,58,.2)}.dashboard__action-select__option{padding:4px 16px;width:100%;font-size:14px;font-weight:400;line-height:24px;cursor:pointer}.dashboard__action-select__option:hover{background-color:#f5f7f9}.dashboard__action-select__option--group{padding:4px 8px 4px 16px}.dashboard__action-select__option--group .dashboard__action-select__menu{width:80px}.dashboard__action-select__option .dashboard__label-icon__box{border:.5px solid #acb4bd}.dashboard__action-select__option .dashboard__label-icon__box--filled{border:none;background-color:#acb4bd}.dashboard__action-select__option--selected{color:#0369e9}.dashboard__action-select__option--selected .dashboard__label-icon__box--filled{background-color:#0369e9}.dashboard__action-select__option--disabled{pointer-events:none}.dashboard__action-select__option .dashboard__change-layout-label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:8px;gap:8px}.dashboard__action-select__option .dashboard__change-layout-label--disabled{color:#5f6c7a;cursor:not-allowed;pointer-events:none}.dashboard__action-select__option .dashboard__change-layout-label__subtext{margin-left:16px;font-size:12px;color:#acb4bd}.widget-browser .vertical-chart__entries{max-height:140px}.vertical-chart{width:100%;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.vertical-chart__loader{padding:20px 0}.vertical-chart__loader img{width:80px}.vertical-chart__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:20px 30px 0 0}.vertical-chart__header,.vertical-chart__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.vertical-chart__header>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#2b3d51}.vertical-chart__header>div:first-child{font-size:16px;font-weight:700;line-height:30px;padding-left:25px;text-align:left;color:#2b3d51;border-left:5px solid #00b0ff;font-family:Noto Sans,sans-serif}.vertical-chart__no-data{height:120px;line-height:80px;font-size:18px;color:#a0a3a1}.vertical-chart__entries{padding:20px 35px 30px}.vertical-chart__entries .tippy-box{-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32)}.vertical-chart__entries .tippy-box.vertical-chart-v2__entries--tooltip{background-color:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.vertical-chart__entry{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6px}.vertical-chart__entry,.vertical-chart__entry--bar{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.vertical-chart__entry--bar{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:18px;margin-right:10px}.vertical-chart__entry--bar>div{height:100%;cursor:pointer;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s}.vertical-chart__entry--number{margin-left:10px;min-width:28px;font-size:11px;font-weight:700;margin-right:10px;text-align:right}.vertical-chart__entry--name{position:relative;bottom:2px;width:100%;text-align:left;margin-left:10px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.vertical-chart__entry--name>div{display:inline;font-size:12px;text-align:left;color:#a0a3a1;font-weight:400;cursor:pointer}.widget-heatmap .heatmap-v2{padding-right:20px;margin-top:7px}.widget-heatmap .legend{width:100%!important}.legend{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:13px 60px 0 10px}.legend,.legend__entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.legend__entry{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.legend__entry>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.legend__entry--color{width:20%;height:10px;border-left:1px solid #fff}.legend__entry--color:first-child{display:none}.legend__entry--text{font-size:10px;position:relative;width:20%;left:10%}.heatmap-v2{width:100%}.heatmap-v2__tiles{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.heatmap-v2__tiles--days{width:50px;margin-right:15px;text-align:right}.heatmap-v2__tiles--days>div{font-size:10px;font-weight:300}.heatmap-v2__data{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.heatmap-v2__data,.heatmap-v2__data .day-names{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;width:100%}.heatmap-v2__data .day-names{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.heatmap-v2__data .day-names>div{width:100%;height:10.6px;margin:0 1px 4px 0;background-color:#e9e9e9}.heatmap-v2__hours{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.heatmap-v2__hours .hour-names{font-size:11px;font-weight:300}.heatmap-v2__hours .hour-names:nth-child(2n+0){visibility:hidden}.heatmap-v2__legend-wrapper{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:13px 60px 0 10px}.heatmap-v2__legend-color,.heatmap-v2__legend-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.heatmap-v2__legend-color{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:25%}.heatmap-v2__legend-color>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.heatmap-v2__legend-color--color{width:20%;height:10px;border-left:1px solid #fff}.heatmap-v2__legend-color--color:first-child{display:none}.heatmap-v2__legend-color--text{font-size:10px;position:relative;width:20%;left:10%}.widget-browser__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-browser__header>div:first-child{display:inline;position:absolute;left:5px;cursor:pointer;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.widget-browser__empty{width:100%;margin-top:50px;text-align:center;opacity:.5;font-size:20px;color:#a0a3a1}.widget-browser .vertical-chart{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.widget-browser .vertical-chart__entries{overflow:auto;max-height:190px;padding:10px 35px}.widget-browser .vertical-chart__entry--bar{height:20px}.widget-browser .vertical-chart__entry--number{line-height:20px}.widget-browser .vertical-chart__entry--name{line-height:19px}.widget-nps__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;z-index:9}.widget-nps__header,.widget-nps__header--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-nps__header--content,.widget-nps__header--content>img{margin-right:10px}.widget-nps__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.widget-nps__header>div:first-child{overflow:hidden}.widget-nps__header--entries{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-left:22px;padding-top:15px}.widget-nps__header--entries,.widget-nps__header--entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.widget-nps__header--entry{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.widget-nps__header--entry span{width:10px;display:inline-block}.widget-nps__header--entry div{font-family:Noto Sans,sans-serif;font-weight:400;font-size:13px}.widget-nps__header--trend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;font-weight:400}.widget-nps__header--trend>div{white-space:nowrap}.widget-nps__header--trend>div span{margin-right:7px;font-family:Noto Sans,sans-serif;font-size:14px}.widget-nps__header--trend>div img{position:relative;bottom:5px}.widget-nps__header--vs{position:absolute;top:20px;font-size:11px;color:#a0a3a1;padding-right:2px;white-space:nowrap;font-weight:400;font-family:Noto Sans,sans-serif}.widget-nps__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px;padding-left:22px;color:#2b3d51}.widget-nps__data--tooltip{padding-left:0}.widget-nps__data--title{width:75px;text-align:left;white-space:nowrap}.widget-nps__data--rates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-nps__data--rate{width:50px;text-align:right}.widget-nps__data--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3px}.widget-nps__data--container>span{margin-right:8px}.widget-nps__data--container:first-child{margin-top:10px}.widget-nps__data--trend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:10px;white-space:nowrap;width:70px}.widget-nps__data--trend img{position:relative;bottom:4px}.widget-nps__data--trend--positive{color:#0db14c}.widget-nps__data--trend--negative{color:#fc3f1d}.widget-nps__data--white{color:#fff}.widget-nps__survey-info{font-size:12px;padding:10px 25px;white-space:nowrap;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#0f87ec}.widget-nps__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:168px}.widget-nps__content--data{padding:15px 15px 0 0}.widget-nps__content--rundown{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget-nps__chart{width:80%}.widget-nps__chart .recharts-surface .xAxis{-webkit-transform:translateY(1px)!important;-moz-transform:translateY(1px)!important;-ms-transform:translateY(1px)!important;-o-transform:translateY(1px)!important;transform:translateY(1px)!important}.widget-nps__chart .recharts-surface .xAxis>line{display:block!important;stroke:#a0a3a1}.widget-nps .gauge{position:relative;left:180px;bottom:42px}.gauge.gauge-empty{left:0;bottom:0;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.gauge.gauge-empty>div{opacity:.5;font-size:20px;color:#a0a3a1;margin-bottom:25px}.gauge .lower-text,.gauge .middle-text{font-family:Noto Sans,sans-serif;font-size:6px;font-weight:300}.gauge .middle-text{font-size:10px;font-weight:500}.widget-funnel__content{width:100%;max-height:-webkit-calc(100% - 67px);max-height:-moz-calc(100% - 67px);max-height:calc(100% - 67px)}.widget-funnel__loader-wrapper{height:100%;width:100%}.widget-funnel__legend,.widget-funnel__loader-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-funnel__legend{padding-left:20px}.widget-funnel__legend--entry{text-align:left;margin-right:20px}.widget-funnel__legend--entry>div:first-child{font-size:20px;font-weight:700;margin-bottom:5px}.widget-funnel__legend--entry>div:last-child{font-size:12px;color:#7596b7}.widget-funnel__no-data{width:100%;font-size:18px;font-weight:300;padding-top:20px;color:#a0a3a1;line-height:100px;font-family:Noto Sans,sans-serif}.widget-funnel__timestamp{margin:0 20px;font-size:12px;font-weight:400;white-space:nowrap;font-family:Noto Sans,sans-serif}.widget-funnel__timestamp strong{font-weight:500}.widget-funnel__grid{height:100%}.widget-funnel__grid .funnel-grid{height:395px;overflow:auto}.widget-funnel__grid--sm .funnel-grid__entry,.widget-funnel__grid--sm .funnel-grid__step{height:140px}.widget-funnel__grid--md .funnel-grid__entry,.widget-funnel__grid--md .funnel-grid__step{height:80px}.widget-funnel__grid .funnel-vertical{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;height:-webkit-calc(100% - 2px);height:-moz-calc(100% - 2px);height:calc(100% - 2px)}.funnel-vertical__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 40px 0 32px}.funnel-vertical__chart-legends,.funnel-vertical__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-vertical__chart-legends{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 40px 0 32px}.funnel-vertical__chart-legends--more-info{padding-left:16px;cursor:pointer}.funnel-vertical__chart-legends--more-info .funnel-v2-header-details{margin-right:20px}.funnel-vertical__chart-legends--toggle{background-color:#f2f2f2;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:16px}.funnel-vertical__chart-legends--toggle,.funnel-vertical__chart-legends--toggle__button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-vertical__chart-legends--toggle__button{padding:4px 8px;border:none;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:rgba(0,0,0,0);cursor:pointer;font-size:14px;color:#555;-webkit-transition:background-color .3s,color .3s;-o-transition:background-color .3s,color .3s;-moz-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.funnel-vertical__chart-legends--toggle__button:hover{background-color:#ddd}.funnel-vertical__chart-legends--toggle__button:disabled{cursor:not-allowed;background-color:#e3eaf1}.funnel-vertical__chart-legends--toggle__button-selected{background-color:#fff}.funnel-vertical__chart-legends--widget{margin-top:24px}.funnel-vertical__widget-chart-grid{height:330px}.funnel-vertical__info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-vertical__info--entry{text-align:left;margin-right:20px}.funnel-vertical__info--entry>div:first-child{font-size:20px;font-weight:700;margin-bottom:5px}.funnel-vertical__info--entry>div:last-child{font-size:12px;color:#7596b7}.funnel-vertical__legend{grid-gap:16px;gap:16px}.funnel-vertical__legend,.funnel-vertical__legend>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.funnel-vertical__legend>div{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:28px;cursor:pointer;min-height:28px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:0 8px;background-color:#fff;color:#19232f;border:1px solid #e3eaf1}.funnel-vertical__legend .funnel-vertical__legend--inactive{color:#3c4a57;background-color:#fbfbfc;border:1px solid #0369e9}.funnel-vertical__legend .funnel-vertical__legend--inactive:hover{background-color:#fff;color:#19232f}.funnel-vertical__legend--bullet{width:12px;height:12px;margin-right:6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.funnel-vertical__legend--text{white-space:nowrap;padding:0 8px}.funnel-vertical__legend__info{width:680px}.funnel-vertical__legend__info--title{font-size:18px;font-weight:600;padding:16px 16px 5px 32px}.funnel-vertical__legend__info--title,.funnel-vertical__legend__info__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.funnel-vertical__legend__info__item{padding:16px 0;border-bottom:1px solid #e3eaf1;margin:16px 32px}.funnel-vertical__legend__info__item--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:28px;min-height:28px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:4px 12px;color:#19232f;border:1px solid #e3eaf1}.funnel-vertical__legend__info__item--explanation{width:460px;padding-left:32px}.funnel-grid{margin-top:24px;padding:0 40px 24px 32px}.funnel-grid__step{height:56px;min-height:56px}.funnel-grid__label,.funnel-grid__step{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-grid__label{width:187px;height:100%;min-width:187px;border-right:1px solid #e3eaf1;border-bottom:1px solid #e3eaf1;cursor:pointer}.funnel-grid__label:first-child>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;margin-right:11px;padding:4px;width:inherit}.funnel-grid__label:first-child>div:hover{background-color:rgba(117,150,183,.1)}.funnel-grid__label--index{width:24px;height:24px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #e3eaf1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:8px}.funnel-grid__label--name{width:139px;font-size:14px;text-align:left;color:#3e5872;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;word-wrap:break-word;line-height:1.7143;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.funnel-grid__label--name div:first-child .gpx-msgbox,.funnel-grid__label--name div:first-child .gpx-msgbox__wrap{width:100%}.funnel-grid__label--name div:first-child .gpx-msgbox__wrap textarea{width:100%;resize:none;padding:2px 0}.funnel-grid__label--selected .funnel-grid__label--index{border:1px solid #0369e9;background-color:rgba(3,105,233,.08);color:#0369e9}.funnel-grid__label--selected .funnel-grid__label--name{color:#0369e9}.funnel-grid__panel{width:100%}.funnel-grid__panel--secondary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:48px;min-height:48px}.funnel-grid__panel--secondary>div:first-child{width:187px;height:100%;min-width:187px;border-right:1px solid #e3eaf1}.funnel-grid__panel--secondary-last{height:18px;min-height:18px}.funnel-grid__panel--secondary .funnel-grid__layout-item{border-bottom:none}.funnel-grid__length{width:100%;height:48px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#c4e7fa}.funnel-grid__layout-item{position:relative;width:10%;height:100%;border-right:1px solid #e3eaf1;border-bottom:1px solid #e3eaf1}.funnel-grid__layout-item--last{position:absolute;top:20px;right:-12px;font-size:12px;color:#3e5872}.funnel-grid__layout-item--first{position:absolute;top:20px;left:-4px;font-size:12px;color:#3e5872}.funnel-grid__layout-item--data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:16px}.funnel-grid__layout-item--data>div{white-space:nowrap}.funnel-grid__layout-item--data-0 img{margin-right:10px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.funnel-grid__layout-item--percentage{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:24px;min-width:72px;line-height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:rgba(25,35,47,.1)}.funnel-grid__layout-item--percentage>div{height:24px;font-size:16px;line-height:1.5;letter-spacing:normal;text-align:left}.funnel-grid__layout-item--cell-value{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:24px;line-height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.funnel-grid__layout-container,.funnel-grid__layout-item--cell-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.funnel-grid__layout-container{position:relative;width:100%;height:100%}.funnel-grid__layout-container--last{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.funnel-grid__entry,.funnel-grid__layout-container--last{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;width:100%}.funnel-grid__entry{top:0;left:0;height:56px}.funnel-grid__entry>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;font-size:14px;color:#19232f}.funnel-grid__entry--unique{opacity:.25;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#00a7ff}.funnel-grid__entry--unique:hover{opacity:.6}.funnel-grid__entry--unique>div{color:#000;padding-right:20px}.funnel-grid__entry--unique--selected{opacity:1}.funnel-grid__entry--unique--selected>div{color:#fff}.funnel-grid__entry--dropoffs{opacity:.25;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#adbfd5}.funnel-grid__entry--dropoffs--selected,.funnel-grid__entry--dropoffs:hover{background:#adbfd5 url(/dot-gray.svg) repeat;background-position:8px 6px}.funnel-grid__entry--dropoffs:hover{opacity:.6}.funnel-grid__entry--dropoffs--selected{opacity:1}.funnel-grid__entry--number{padding:0 5px;position:absolute;white-space:nowrap;pointer-events:none}.funnel-grid-tooltip{width:300px;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;text-align:left}.funnel-grid-tooltip__name{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:normal;text-align:left;color:#19232f;overflow-wrap:break-word;word-wrap:break-word}.funnel-grid-tooltip__body{margin:8px 0}.funnel-grid-tooltip__body>div{font-size:14px;font-weight:400;line-height:1.71;letter-spacing:normal;text-align:left;color:#19232f}.funnel-grid-tooltip__body--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.funnel-grid-tooltip__body--item>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px}.funnel-grid-tooltip__body--item>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px;width:100px}.funnel-grid-tooltip__body--item>div:nth-child(2)>div{width:50px;text-align:right}.funnel-grid-tooltip__divider{height:1px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;background-color:#afc3d7}.funnel-grid-tooltip__footer{margin-top:12px}.funnel-grid-tooltip__footer--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.funnel-grid-tooltip__circle{width:8px;height:8px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.funnel-grid-chart{margin-top:24px;padding:24px 0}.funnel-grid-chart--widget{margin-top:0;padding:8px 0}.funnel-grid-chart__scrollable{overflow-y:auto;max-height:220px}.funnel-grid-chart__step-wrapper{cursor:pointer}.funnel-grid-chart__step-wrapper--selected,.funnel-grid-chart__step-wrapper:hover{background:#ecf8ff}.funnel-grid-chart__step{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #e3eaf1;border-bottom:1px solid #e3eaf1;height:56px;min-height:56px;margin:0 24px}.funnel-grid-chart__bottom-label{width:800px;min-width:800px}.funnel-grid-chart__bottom-label,.funnel-grid-chart__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;cursor:pointer}.funnel-grid-chart__label{width:250px;min-width:250px}.funnel-grid-chart__label--title{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:start;-moz-box-align:start;-ms-flex-align:start;align-items:start;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;padding-left:16px;font-size:12px;color:#3c4a57;font-weight:600;text-align:left;border-bottom:1px solid #e3eaf1}.funnel-grid-chart__label:first-child>div{-webkit-justify-content:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-gap:4px;gap:4px;margin-right:11px;padding:4px;width:inherit}.funnel-grid-chart__label--index,.funnel-grid-chart__label:first-child>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-grid-chart__label--index{width:24px;height:24px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:1px solid #d5d9de;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px}.funnel-grid-chart__label--name{width:210px;font-size:14px;text-align:left;color:#181f26;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;word-wrap:break-word;white-space:nowrap;line-height:1.7143;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding-left:12px}.funnel-grid-chart__label--name div:first-child .gpx-msgbox,.funnel-grid-chart__label--name div:first-child .gpx-msgbox__wrap{width:100%}.funnel-grid-chart__label--name div:first-child .gpx-msgbox__wrap textarea{width:100%;resize:none;padding:2px 0}.funnel-grid-chart__label--selected .funnel-grid-chart__label--index{border:1px solid #5f6c7a;background-color:#5f6c7a;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;color:#fff}.funnel-grid-chart__label--selected .funnel-grid-chart__label--name{font-weight:600}.funnel-grid-chart__times{border-right:1px solid #e3eaf1;cursor:pointer}.funnel-grid-chart__times,.funnel-grid-chart__times--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:800px;height:100%;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.funnel-grid-chart__times--title{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:start;-moz-box-align:start;-ms-flex-align:start;align-items:start;font-weight:600;font-size:12px;color:#3c4a57;text-align:left;border-bottom:1px solid #e3eaf1;padding-left:12px}.funnel-grid-chart__times--bottom{width:800px;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.funnel-grid-chart__times--bottom,.funnel-grid-chart__times-title-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.funnel-grid-chart__times-title-item{grid-gap:8px;gap:8px}.funnel-grid-chart__times-title-item>div{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:start;-moz-box-align:start;-ms-flex-align:start;align-items:start}.funnel-grid-chart__times-title-item--all{display:flow;width:50%}.funnel-grid-chart__panel{width:100%}.funnel-grid-chart__panel--secondary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:48px;min-height:48px;padding:0 24px}.funnel-grid-chart__panel--secondary>div:first-child{width:250px;height:100%;min-width:250px}.funnel-grid-chart__panel--secondary-last{height:18px;min-height:18px}.funnel-grid-chart__panel--secondary .funnel-grid-chart__layout-item{border-bottom:none}.funnel-grid-chart__length{width:100%;height:48px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#c4e7fa}.funnel-grid-chart__layout-item{position:relative;width:100%;height:30%;border-right:1px solid #e3eaf1;top:-18px}.funnel-grid-chart__layout-item,.funnel-grid-chart__layout-item--grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.funnel-grid-chart__layout-item--grid{width:160px;padding-right:50px;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:start;-moz-box-align:start;-ms-flex-align:start;align-items:start}.funnel-grid-chart__layout-item--last{position:absolute;top:20px;right:-4px;font-size:12px;color:#3e5872;background:#fff;padding-bottom:10px}.funnel-grid-chart__layout-item--first{position:absolute;top:10px;left:-4px;font-size:12px;color:#3e5872;background:#fff;padding:10px 0 20px;height:30%}.funnel-grid-chart__layout-item--data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:16px}.funnel-grid-chart__layout-item--data>div{white-space:nowrap}.funnel-grid-chart__layout-item--data-0 img{margin-right:10px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.funnel-grid-chart__layout-item--percentage{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:24px;min-width:72px;line-height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:rgba(25,35,47,.1)}.funnel-grid-chart__layout-item--percentage>div{height:24px;font-size:16px;line-height:1.5;letter-spacing:normal;text-align:left}.funnel-grid-chart__layout-item__cells{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-left:12px}.funnel-grid-chart__layout-item__cells--divider{margin:16px 0;height:16px;width:1px;background-color:#d5d9de}.funnel-grid-chart__layout-item__cells--selected{font-weight:600}.funnel-grid-chart__layout-item--cell-value{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 8px;height:24px;line-height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.funnel-grid-chart__layout-container,.funnel-grid-chart__layout-item--cell-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-grid-chart__layout-container{position:relative;width:100%;height:73%}.funnel-grid-chart__layout-container--title{height:100%;width:100%;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-align-items:start;-moz-box-align:start;-ms-flex-align:start;align-items:start;text-align:left;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;font-weight:600;font-size:12px;color:#3c4a57;border-bottom:1px solid #e3eaf1}.funnel-grid-chart__layout-container--bottom-title{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-weight:600;font-size:12px;color:#3c4a57;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.funnel-grid-chart__layout-container--bottom-title:after,.funnel-grid-chart__layout-container--bottom-title:before{content:"";-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;border-bottom:1px solid #d5d9de}.funnel-grid-chart__layout-container--bottom-title>span{padding:0 8px}.funnel-grid-chart__layout-container--last{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.funnel-grid-chart__entry,.funnel-grid-chart__layout-container--last{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%}.funnel-grid-chart__entry{top:0;left:0;height:40px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.funnel-grid-chart__entry>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-size:14px;color:#19232f}.funnel-grid-chart__entry:hover{cursor:pointer}.funnel-grid-chart__entry--unique{opacity:.8;cursor:pointer;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-right:2px solid #fff;background-color:#7fb1c9;padding:10px}.funnel-grid-chart__entry--unique>div{color:#000;padding-right:20px}.funnel-grid-chart__entry--unique--selected{opacity:1}.funnel-grid-chart__entry--unique--selected>div{color:#fff}.funnel-grid-chart__entry--unique--full{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border-right:none}.funnel-grid-chart__entry--dropoffs{opacity:.9;cursor:pointer;-webkit-border-radius:0 8px 8px 0;-moz-border-radius:0 8px 8px 0;border-radius:0 8px 8px 0;background-color:#fb0}.funnel-grid-chart__entry--dropoffs--selected,.funnel-grid-chart__entry--dropoffs:hover{background:#fb0 8px 6px}.funnel-grid-chart__entry--dropoffs--full{-webkit-border-radius:0 8px 8px 0;-moz-border-radius:0 8px 8px 0;border-radius:0 8px 8px 0}.funnel-grid-chart__entry--dropoffs--partial{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-right:2px solid #fff}.funnel-grid-chart__entry--empty{background:#e6e9ec;-webkit-border-radius:0 8px 8px 0;-moz-border-radius:0 8px 8px 0;border-radius:0 8px 8px 0;opacity:.5}.funnel-grid-chart__entry--empty--full{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.funnel-grid-chart__entry__data{position:absolute;grid-gap:24px;gap:24px;margin-left:12px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.funnel-grid-chart__entry__data--uniqueUsers{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.funnel-grid-chart__entry__data--number{padding:4px 8px;white-space:nowrap;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;pointer-events:none;font-size:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:20px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.funnel-chart__legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-chart__legend--entry{text-align:left;margin-right:48px}.funnel-chart__legend--entry>div:first-child{font-size:20px;font-weight:700;margin-bottom:5px}.funnel-chart__legend--entry>div:last-child{font-size:12px;color:#7596b7}.funnel-chart__legend--entry-name{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.funnel-chart__legend .dot{display:inline-block;width:5px;height:5px;min-width:5px;background-color:orange;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:8px}.total-activated{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;height:100%}.total-activated__title-icon{margin-right:10px;position:relative;bottom:1px}.total-activated .app-loader{margin:auto}.total-activated__title{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;margin:12px 0 30px}.total-activated__container{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:100%;padding:0 64px;height:100%}.total-activated__container,.total-activated__container>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.total-activated__container>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.total-activated__img{width:50px;padding:10px;margin:0 auto 5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#00b0ff}.total-activated__text{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;margin-bottom:5px;text-transform:capitalize}.total-activated__number{font-family:Noto Sans,sans-serif;font-size:18px}.total-activated__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;padding:0 20px;line-height:30px}.widget-cohorts__no-data{color:#a0a3a1;line-height:100px;font-size:18px;font-weight:300;font-family:Noto Sans,sans-serif}.widget-cohorts__chart .recharts-responsive-container .recharts-surface .xAxis{-webkit-transform:translateY(1px)!important;-moz-transform:translateY(1px)!important;-ms-transform:translateY(1px)!important;-o-transform:translateY(1px)!important;transform:translateY(1px)!important}.widget-cohorts__chart .recharts-responsive-container .recharts-surface .xAxis>line{display:block!important;stroke:#a0a3a1}.widget-cohorts__footer--timeframe{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15px}.widget-cohorts__footer--timeframe .checkbox-text{font-size:12px;font-family:Noto Sans,sans-serif}.widget-cohorts__footer--date{font-size:12px}.widget-cohorts__footer--date .date-v2__container{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font-size:12px;cursor:pointer;line-height:30px}.widget-cohorts__footer--picker .react-datepicker__day{width:2.4em;height:2.4em;line-height:2.5em;margin:2px 0}.widget-cohorts__footer--picker .react-datepicker__day--highlighted{background-color:#0f87ec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#fff}.widget-cohorts__footer--picker .react-datepicker__day--highlighted:first-child{-webkit-border-radius:50% 0 0 50%;-moz-border-radius:50% 0 0 50%;border-radius:50% 0 0 50%}.widget-cohorts__footer--picker .react-datepicker__day--highlighted:last-child{-webkit-border-radius:0 50% 50% 0;-moz-border-radius:0 50% 50% 0;border-radius:0 50% 50% 0}.widget-cohorts__footer--actions,.widget-cohorts__footer--actions>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-cohorts__footer--actions>div{margin-right:10px;border-right:1px solid #eaeaea}.widget-cohorts__footer--actions>div:last-child{border-right:none}.widget-cohorts__footer--actions>div>div:first-child{font-size:12px;margin-right:10px}.checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.checkbox-component.disabled{cursor:auto}.checkbox-box{position:relative;top:1px}.checkbox-box.disabled{opacity:.3;cursor:auto}.checkbox-text{margin-left:8px;height:19px;font-family:Noto Sans,sans-serif;font-size:16px}.checkbox-text.green{color:#000}.checkbox-text.white{color:#fff}.checkbox-text.orange{color:#4d545d}.page-header{margin:0;border-bottom:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:56px;min-height:56px;padding:0 24px;background-color:#fff;-webkit-box-shadow:inset 0 -2px 0 0 #e3eaf1,inset 0 -1px 0 0 #f6f8fa;-moz-box-shadow:inset 0 -2px 0 0 #e3eaf1,inset 0 -1px 0 0 #f6f8fa;box-shadow:inset 0 -2px 0 0 #e3eaf1,inset 0 -1px 0 0 #f6f8fa}.page-header__input-container{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.page-header__input-container>input{border:none;outline:none;width:100%;height:30px;font-size:16px;min-width:200px;-o-text-overflow:ellipsis;text-overflow:ellipsis;background-color:rgba(0,0,0,0);background-color:initial;color:#3d566f}.page-header__input-container>input::-webkit-input-placeholder{font-size:14px}.page-header__input-container>input:-moz-placeholder,.page-header__input-container>input::-moz-placeholder{font-size:14px}.page-header__input-container>input:-ms-input-placeholder{font-size:14px}.page-header__input-container>input::-ms-input-placeholder{font-size:14px}.page-header__input-container>input::placeholder{font-size:14px}.page-header__input-container--error>input{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 0 1px #fc3f1d;-moz-box-shadow:0 0 0 1px #fc3f1d;box-shadow:0 0 0 1px #fc3f1d}.page-header__input-container--focus>input{background-color:#ffecd9}.page-header__main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.page-header__main--image{margin-right:10px}.page-header__back{height:28px;line-height:28px;cursor:pointer;margin-right:10px;padding-right:15px;-webkit-box-shadow:inset -1px 0 0 0 #d5dee8;-moz-box-shadow:inset -1px 0 0 0 #d5dee8;box-shadow:inset -1px 0 0 0 #d5dee8}.page-header__title{font-size:16px;white-space:nowrap;color:#3d566f}.session__label{color:#fff;font-size:11px;font-weight:700;width:-webkit-calc(100% - 1px);width:-moz-calc(100% - 1px);width:calc(100% - 1px);overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;text-align:center;display:inline-block;padding:0 2px}.session__label--above{color:#000}.widget-event__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 15px 0 25px;margin-top:-8px;grid-column-gap:18px;-webkit-column-gap:18px;-moz-column-gap:18px;column-gap:18px;position:relative;top:10px}.widget-event__footer,.widget-event__footer--granularity{font-size:12px;font-family:Noto Sans,sans-serif}.no-data{width:100%;font-size:17px;font-weight:300;padding-top:20px;color:#a0a3a1;line-height:100px;font-family:Noto Sans,sans-serif;text-align:center}.widget-content-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:-webkit-calc(100% - 67px);height:-moz-calc(100% - 67px);height:calc(100% - 67px)}.widget-content-wrapper .widget-content-wrapper__chart-legend{width:50%;height:204px;overflow-y:auto;margin:0}.widget-content-wrapper .widget-content-wrapper__chart-legend .gpx-chart-legend{grid-gap:12px;gap:12px}.widget-content-wrapper .widget-content-wrapper__chart-legend .gpx-chart-legend__entry{max-width:100%;width:416px;min-width:212px;margin:0;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget-content-wrapper .widget-content-wrapper__chart-legend .gpx-chart-legend__entry--name{text-align:left}.widget-content-wrapper .widget-content-wrapper__chart-legend .events-legend{margin-top:0}.widget-content-wrapper__chart{width:50%;height:204px}.widget-content-wrapper__chart .widget-event__footer{padding:12px 15px 16px;margin:0;top:0}.highcharts-tooltip-container{z-index:99999!important}.events-tooltip{min-width:400px;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);padding:0 12px;text-align:left;font-family:Noto Sans}.events-tooltip__group{padding-top:12px}.events-tooltip__color{min-width:8px;min-height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:8px}.events-tooltip__title{min-width:320px;font-size:12px;font-weight:600;color:#181f26;margin-left:16px;white-space:normal;line-height:1.45}.events-tooltip__content{margin:8px 0}.events-tooltip__content--title{color:#5f6c7a;font-size:11px;line-height:1.45;padding-left:16px;margin-bottom:4px}.events-tooltip__entry{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.events-tooltip__entry,.events-tooltip__entry--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.events-tooltip__entry--text{white-space:normal;font-size:12px;line-height:1.33;color:#181f26}.events-tooltip__entry--count{width:32px;font-size:12px;line-height:1.33;text-align:right;color:#181f26}.events-tooltip__secondary{padding-top:12px}.events-tooltip__single{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.events-tooltip__single,.events-tooltip__single--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.events-tooltip__single--content{max-width:336px}.events-tooltip__single--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-width:320px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;font-weight:600;line-height:1.33;color:#181f26;white-space:normal}.events-tooltip__single--count{color:#181f26;text-align:right;font-size:12px;font-weight:600}.events-tooltip__footer{font-size:12px;padding:8px 0;line-height:1.33;color:#7596b7;border-top:1px solid #e3eaf1}.events-tooltip__date,.events-tooltip__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.events-tooltip__date>div:first-of-type{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.events-tooltip__date--dot{margin:0 5px}.events-legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 24px;margin-top:32px;text-align:left}.events-legend__color{width:8px;height:8px;margin-right:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.events-legend__single{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;min-width:365px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 16px 12px 0;padding-right:12px;cursor:default;border:1px solid #e3eaf1}.events-legend__single .events-legend__color{margin:0 8px 0 12px;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.events-legend__single:hover{background-color:rgba(117,150,183,.05)}.events-legend__single>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:100%}.events-legend__single--divider{margin:0 8px;font-size:12px;color:#d5d9de}.events-legend__single--audience,.events-legend__single--event{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-width:124px;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.events-legend__single--audience>div:first-child,.events-legend__single--event>div:first-child{font-size:12px;font-weight:600;margin-right:2px;color:#181f26}.events-legend__single--audience>div:last-child,.events-legend__single--event>div:last-child{color:#181f26;font-size:12px;text-align:left;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.events-legend__single--term{-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.events-legend__single--term>div{color:#181f26;font-size:12px;padding-left:8px;width:53px;max-width:53px;text-align:left;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.events-legend__single--inactive .events-legend__color{opacity:.5}.events-legend__single--inactive .events-legend__title--audience>div:first-child,.events-legend__single--inactive .events-legend__title--event>div:first-child{color:#7596b7}.events-legend__single--inactive .events-legend__title--audience>div:last-child,.events-legend__single--inactive .events-legend__title--event>div:last-child{color:#afc3d7}.events-legend__single--inactive .events-legend__title--term{color:#afc3d7}.events-legend__entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 4px;font-size:12px;cursor:pointer;margin-top:12px;margin-right:16px}.events-legend__entry:hover{background-color:#f5f7f9}.events-legend__entry--audience{margin-left:6px}.events-legend__entry--audience>span{color:#d5d9de}.events-legend__entry--inactive{color:#7596b7;opacity:.5}.events-legend__group{width:100%;cursor:default;margin-bottom:16px}.events-legend__group--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:8px}.events-legend__group--title-divider{font-size:11px;color:#d5d9de;margin:0 8px}.events-legend__group--content{padding:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 0 1px #e6e9ec;-moz-box-shadow:0 0 0 1px #e6e9ec;box-shadow:0 0 0 1px #e6e9ec}.events-legend__group--content--title{color:#5f6c7a;font-size:11px;text-align:left;text-transform:uppercase;font-weight:600}.events-legend__group--options{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.events-legend__group--audience,.events-legend__group--event,.events-legend__group--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.events-legend__group--audience>div:first-child,.events-legend__group--event>div:first-child{font-size:12px;font-weight:600;margin-right:2px;color:#181f26}.events-legend__group--audience>div:last-child,.events-legend__group--event>div:last-child{color:#181f26;font-size:12px;text-align:left;white-space:nowrap}.timestamp{margin:0 20px;font-size:12px;font-weight:400;white-space:nowrap;font-family:Noto Sans,sans-serif}.widget-worldmap .worldmap-v2{margin-top:15px}.widget-worldmap__top--countries{margin-right:20px}.widget-worldmap .legend{margin:0 45px 0 0}.worldmap-v2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.worldmap-v2__map{width:65%}.worldmap-v2__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:35%}.worldmap-v2__top{max-width:290px;height:215px;margin-right:20px}.worldmap-v2__top--title{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:10px}.worldmap-v2__top--countries{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.worldmap-v2__top--countries,.worldmap-v2__top--country{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.worldmap-v2__top--country{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif}.worldmap-v2__top--country--name{font-size:12px;font-weight:300;text-align:right;width:150px}.worldmap-v2__top--country--color{margin:0 10px;height:11px;width:100%}.worldmap-v2__top--country--color>div{height:100%;background-color:#00b0ff}.worldmap-v2__top--country--percent{color:#000;font-size:12px;font-family:Noto Sans,sans-serif;min-width:37px;text-align:right}.widget-average-active{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.widget-average-active__negative,.widget-average-active__positive{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-family:Noto Sans,sans-serif;color:#0db14c;width:90px}.widget-average-active__negative img,.widget-average-active__positive img{position:relative;bottom:2px;margin-left:5px}.widget-average-active__negative:before,.widget-average-active__positive:before{margin-right:3px}.widget-average-active__negative{color:#fc3f1d}.widget-average-active__content{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:175px;padding:12px 25px 0}.widget-average-active__content,.widget-average-active__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.widget-average-active__content>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.widget-average-active__content>div:first-child{margin-bottom:20px}.widget-average-active__content>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-average-active__content>div>div>div{margin-left:10px;font-size:14px}.widget-average-active__activity{font-family:Noto Sans,sans-serif;font-size:14px!important;font-weight:700}.widget-average-active__activity>span{font-size:12px;font-weight:300;margin-left:10px}.widget-average-active__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px;height:39px}.widget-average-active__actions>div{cursor:pointer;font-size:12px}.widget-average-active__actions>div:last-child:hover{text-decoration:underline}.widget-average-active__vs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;width:100%;font-size:11px;color:#a0a3a1;padding-right:25px}.widget-elements{position:relative}.widget-elements__header{width:100%;text-align:left;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.widget-elements__header>img{position:relative;bottom:1px;margin-right:10px}.widget-elements__feature{cursor:pointer;font-size:12px}.widget-elements__footer{position:absolute;right:5px;bottom:2px}.current-active-users{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;height:100%}.current-active-users__title-icon{margin-right:10px;position:relative;bottom:1px}.current-active-users .app-loader{margin:auto}.current-active-users__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:100%;padding:0 64px;height:100%;margin-bottom:32px}.current-active-users__container>div{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:16px;gap:16px}.current-active-users__container>div,.slipping-away-users{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.slipping-away-users{background-color:#fff;height:100%}.slipping-away-users__title-icon{margin-right:10px;position:relative;bottom:1px}.slipping-away-users .app-loader{margin:auto}.slipping-away-users__container{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:100%;padding:0 64px;height:-webkit-calc(100% - 96px);height:-moz-calc(100% - 96px);height:calc(100% - 96px)}.slipping-away-users__container,.slipping-away-users__container>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.slipping-away-users__container>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px}.slipping-away-users__container .KPI-entry__change--positive>img{top:-1px}.slipping-away-users__container .KPI-entry__change--negative>img{top:1px}.events-per-session{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;height:100%}.events-per-session__title-icon{margin-right:10px;position:relative;bottom:1px}.events-per-session .app-loader{margin:auto}.events-per-session__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:100%;padding:0 64px;height:100%}.events-per-session__container>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:6px;gap:6px}.events-per-session__container>div,.events-per-session__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.events-per-session__footer{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px;min-height:33px;color:#2b3d51;font-size:12px}.comparison-widget-kpi{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;position:relative;bottom:25px;z-index:1;width:100%;height:100%;padding:0 15px 0 25px}.comparison-widget-kpi,.comparison-widget-kpi>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.comparison-widget-kpi>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.comparison-widget-kpi__dates{color:#181f26;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.comparison-widget-kpi__value{color:#3e5872;text-align:center;font-size:56px;font-style:normal;font-weight:700;line-height:40px;margin-top:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px}.comparison-widget-kpi__channels{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-top:10px;text-transform:capitalize}.comparison-widget-kpi__vs{color:#5f6c7a;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.comparison-widget-kpi__divider{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:88px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:10px;gap:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border-right:1px solid #e6e9ec}.comparison-widget-kpi__na{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:27px;padding:0 6px;font-size:14px;min-width:80px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#a0a3a1;background-color:rgba(160,163,161,.24)}.comparison-widget-kpi__na>img{position:relative;top:-1px}.comparison-widget-kpi__change{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:27px;padding:0 6px;font-size:14px;min-width:80px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-top:12px}.comparison-widget-kpi__change--positive{color:#119460;background-color:rgba(19,199,127,.24)}.comparison-widget-kpi__change--positive>img{position:relative;top:1px}.comparison-widget-kpi__change--count{margin-left:10px;color:#3e5872;background-color:#e3eaf1;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.comparison-widget-kpi__change--count>span{margin-left:10px}.comparison-widget-kpi__change--count>img{position:relative;top:-1px}.comparison-widget-kpi__change--negative{color:#d13f31;background-color:rgba(247,93,79,.08)}.comparison-widget-kpi__change--negative>img{position:relative;top:-1px}.comparison-widget-kpi-header__filter-icon{cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.app-loader-v2{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:hsla(0,0%,100%,.8);-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.app-loader-v2__black{background:rgba(0,0,0,.2)}.app-loader-v2>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);-webkit-transform:translateY(-52%);-moz-transform:translateY(-52%);-ms-transform:translateY(-52%);-o-transform:translateY(-52%);transform:translateY(-52%);-webkit-transition:all .3s cubic-bezier(.25,.46,.45,.94);-o-transition:all .3s cubic-bezier(.25,.46,.45,.94);-moz-transition:all .3s cubic-bezier(.25,.46,.45,.94);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.app-loader-v2__active{opacity:1;z-index:99;pointer-events:all}.app-loader-v2__active>div{-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}.app-loader-v2 img{width:100px;height:100px}.widget-editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget-editor__header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.widget-editor__header>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-editor__header--globals{color:#171717;font-size:13px;letter-spacing:0;line-height:16px}.widget-editor__header--date{margin-right:10px}.widget-editor__header--date,.widget-editor__header--options,.widget-editor__header--views{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-editor__header--views--option{padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.widget-editor__header--views--option.selected{background-color:#0f87ec}.widget-editor__header--desc{height:30px;line-height:32px;margin-left:10px;border-left:1px solid #ddd}.widget-editor__type{font-size:14px;font-weight:700}.widget-editor__type>span{font-weight:400}.widget-editor__title{color:#000;font-size:12px;font-weight:300;font-family:Noto Sans,sans-serif;margin-right:10px}.widget-editor .date-range-picker__content{position:fixed;top:214px;left:-webkit-calc(50% - 340px);left:-moz-calc(50% - 340px);left:calc(50% - 340px)}.widget-editor-px-dialog .MuiDialogContent-root{padding:0!important}.widget-editor-px-dialog .widget-editor{height:536px}.widget-editor-px-dialog .gpx-dialog__header{width:100%}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:16px;gap:16px}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom--close{cursor:pointer}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input{height:32px;padding:0 12px;font-size:14px;letter-spacing:0;width:-webkit-calc(100% - 24px);width:-moz-calc(100% - 24px);width:calc(100% - 24px);color:#181f26;caret-color:#3c4a57;background-color:rgba(0,0,0,0);border:1px solid #fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input::-webkit-input-placeholder{font-size:14px;font-weight:300;letter-spacing:0;color:#afc3d7}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input:-moz-placeholder,.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input::-moz-placeholder{font-size:14px;font-weight:300;letter-spacing:0;color:#afc3d7}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input:-ms-input-placeholder{font-size:14px;font-weight:300;letter-spacing:0;color:#afc3d7}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input::-ms-input-placeholder{font-size:14px;font-weight:300;letter-spacing:0;color:#afc3d7}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input::placeholder{font-size:14px;font-weight:300;letter-spacing:0;color:#afc3d7}.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input:active,.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input:focus,.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input:focus-visible,.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input:focus-within,.widget-editor-px-dialog .gpx-dialog__header .dialog__header--custom input:hover{border-color:#0f87ec}.widget-editor-px-dialog .gpx-dialog__content .widget-editor__header--date .date-range-picker__content{top:230px}.description-popover-component{background-color:#f6f6f6}.description-popover-component .desc-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:57px;background-color:#f6f6f6;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.description-popover-component .desc-header .desc-icon{margin-left:7px;margin-right:10px;width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.description-popover-component .desc-header .description{margin:0;width:100px;height:24px;font-family:Noto Sans,sans-serif;font-size:18px;-webkit-flex-grow:2px;-moz-box-flex:2px;-ms-flex-positive:2px;flex-grow:2px}.description-popover-component .desc-header .close{cursor:pointer;margin:0 11px 0 0;color:#0f87ec;width:29px;height:15px;font-family:Noto Sans,sans-serif;font-size:13px;line-height:normal;text-align:right;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;opacity:1}.description-popover-component .text-area{resize:none;border:none;width:326px;height:126px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:15px 20px;margin:14px 11px 6px}.widget-creator__header--title{color:#19232f;font-size:16px;font-weight:600}.widget-creator__header--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-creator__header--options>img{cursor:pointer;margin-left:24px}.widget-creator__header--selectors{grid-gap:16px;gap:16px}.widget-creator__header--environment,.widget-creator__header--environment>div:first-child,.widget-creator__header--product,.widget-creator__header--product>div:first-child,.widget-creator__header--selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-creator__header--environment>div:first-child,.widget-creator__header--product>div:first-child{width:112px;height:32px;font-size:14px;padding:0 12px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;color:#3e5872;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;background-color:#fbfbfc}.widget-creator__header--environment .env-selector.ps-v2,.widget-creator__header--environment .ps-v2 .product,.widget-creator__header--product .env-selector.ps-v2,.widget-creator__header--product .ps-v2 .product{height:32px;margin:0}.widget-creator__header--environment .env-selector.ps-v2 .react-select,.widget-creator__header--environment .ps-v2 .product .react-select,.widget-creator__header--product .env-selector.ps-v2 .react-select,.widget-creator__header--product .ps-v2 .product .react-select{margin:0}.widget-creator__header--environment .env-selector.ps-v2 .react-select__control,.widget-creator__header--environment .ps-v2 .product .react-select__control,.widget-creator__header--product .env-selector.ps-v2 .react-select__control,.widget-creator__header--product .ps-v2 .product .react-select__control{min-height:32px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.widget-creator__content-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fbfbfc}.widget-creator__warning .gpx-dialog__content .gpx-popup__container{width:500px}.widget-creator__warning--content{padding-left:19px}.widget-creator__warning--content>div{display:list-item}.nwidget-sidebar{width:232px;min-width:232px;height:-webkit-calc(100vh - 56px);height:-moz-calc(100vh - 56px);height:calc(100vh - 56px);overflow:auto;background-color:#fff;border-right:1px solid #e3eaf1}.nwidget-sidebar__content{height:-webkit-calc(100vh - 161px);height:-moz-calc(100vh - 161px);height:calc(100vh - 161px);overflow:auto}.nwidget-sidebar__content--previous{cursor:pointer;font-size:14px;font-weight:500;text-align:left;padding-top:16px;padding-left:16px;color:#181f26}.nwidget-sidebar__content--previous img{margin-right:8px}.nwidget-sidebar__content .gpx-accordion .MuiAccordion-root{margin:0}.nwidget-sidebar__content .gpx-accordion .MuiButtonBase-root.MuiAccordionSummary-root{min-height:56px;padding:0;margin:0}.nwidget-sidebar__content .gpx-accordion .MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content,.nwidget-sidebar__content .gpx-accordion .MuiButtonBase-root.MuiAccordionSummary-root .MuiAccordionSummary-content.Mui-expanded{margin:0}.nwidget-sidebar__content .gpx-accordion .MuiAccordionDetails-root{display:block;padding:0}.nwidget-sidebar__content .gpx-accordion__summary{width:100%}.nwidget-sidebar__content .gpx-accordion .MuiButtonBase-root.MuiIconButton-root{position:absolute;right:24px}.nwidget-sidebar__content--title{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;bottom:2px;font-size:11px;text-align:left;font-weight:500;color:#5f6c7a;padding:16px 24px 8px;text-transform:uppercase}.nwidget-sidebar__content--option,.nwidget-sidebar__content--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nwidget-sidebar__content--option{height:56px;cursor:pointer;font-size:14px;padding:0 24px;white-space:nowrap;color:#3c4a57}.nwidget-sidebar__content--option span{margin-left:5px}.nwidget-sidebar__content--option:hover{background-color:#f5f7f9}.nwidget-sidebar__content--option--active{color:#19232f;background-color:#e6f0fd;-webkit-box-shadow:inset 5px 0 0 0 #0369e9;-moz-box-shadow:inset 5px 0 0 0 #0369e9;box-shadow:inset 5px 0 0 0 #0369e9}.nwidget-sidebar__content--option--micro{height:32px;font-size:12px;padding:0 40px}.nwidget-sidebar__custom--shadow{height:1px;margin:8px 16px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.nwidget-sidebar__custom--title{cursor:pointer}.nwidget-sidebar__custom--title img{position:relative;bottom:2px}.nwidget-sidebar__selected{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:57px;cursor:pointer;padding:0 24px;font-size:14px;color:#3e5872;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.nwidget-sidebar__selected:hover{background-color:rgba(117,150,183,.05)}.nwidget-sidebar__selected>span{margin-left:5px}.nwidget-sidebar__selected--active{color:#0369e9;background-color:#e6f0fd;-webkit-box-shadow:inset 5px 0 0 0 #0369e9;-moz-box-shadow:inset 5px 0 0 0 #0369e9;box-shadow:inset 5px 0 0 0 #0369e9}.nwidget-sidebar__selected--disabled{color:#acb4bd}.nwidget-sidebar__selected--items{color:#0369e9}.nwidget-content{width:100%;height:-webkit-calc(100vh - 56px);height:-moz-calc(100vh - 56px);height:calc(100vh - 56px)}.nwidget-content__container{overflow:auto;position:relative;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px)}.nwidget-content__container--table,.nwidget-content__wrapper--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.nwidget-content__wrapper--header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;margin-bottom:8px;font-weight:600;padding:0 24px}.nwidget-content__wrapper--all{cursor:pointer;font-size:12px;font-weight:500;color:#0369e9}.nwidget-content__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:16px 0;padding:0 24px}.nwidget-content__header--selected{text-align:left}.nwidget-content__header--title{font-size:16px;font-weight:600;color:#19232f}.nwidget-content__header--description{font-size:12px;margin-top:4px;color:#7596b7}.nwidget-content__header--description a{text-decoration:none;color:#0369e9;cursor:pointer}.nwidget-content__header .gpx-textfield{min-width:266px}.nwidget-content__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nwidget-content__header--actions .gpx-checkbox{margin-right:24px}.nwidget-content__widgets{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:16px;gap:16px;margin-bottom:16px}.nwidget-content__footer,.nwidget-content__widgets{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 24px}.nwidget-content__footer{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;z-index:1;position:relative;height:56px;background-color:#fff;border-top:1px solid #e6e9ec}.nwidget-content__footer--shadow{-webkit-box-shadow:0 -16px 32px 0 rgba(25,35,47,.12),0 0 2px 0 rgba(25,35,47,.24);-moz-box-shadow:0 -16px 32px 0 rgba(25,35,47,.12),0 0 2px 0 rgba(25,35,47,.24);box-shadow:0 -16px 32px 0 rgba(25,35,47,.12),0 0 2px 0 rgba(25,35,47,.24);border:none}.nwidget-content__footer>div{margin-left:16px}.nwidget-widget{position:relative;width:266px;height:321px;cursor:pointer;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.nwidget-widget:hover{-webkit-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);-moz-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16)}.nwidget-widget:hover .nwidget-widget__charts--empty,.nwidget-widget:hover .nwidget-widget__image{background-color:rgba(117,150,183,.2)}.nwidget-widget__kpi .nwidget-widget__data--description{height:52px}.nwidget-widget__report .nwidget-widget__data--description{-webkit-line-clamp:5;-webkit-box-orient:vertical;height:auto}.nwidget-widget__active{-webkit-box-shadow:inset 0 0 0 1px #0369e9;-moz-box-shadow:inset 0 0 0 1px #0369e9;box-shadow:inset 0 0 0 1px #0369e9}.nwidget-widget__select{position:absolute;top:16px;right:16px;pointer-events:none}.nwidget-widget__select .gpx-checkbox .MuiButtonBase-root .MuiIconButton-label{background-color:#fff}.nwidget-widget__image{padding:16px 16px 0}.nwidget-widget__charts{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;height:25px}.nwidget-widget__content{padding:16px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.nwidget-widget__data{text-align:left}.nwidget-widget__data--title{font-size:14px;font-weight:500;color:#19232f}.nwidget-widget__data--description{display:-webkit-box;margin-top:8px;font-size:12px;max-width:200px;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#7596b7}.nwidget-widget__data--description--tooltip{width:319px;text-align:left}.nwidget-widget__granularity{font-size:12px;margin-top:16px;font-weight:600}.nwidget-widget__granularity,.nwidget-widget__granularity--option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nwidget-widget__granularity--option{cursor:pointer;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;color:#5f6c7a;background-color:#f5f7f9;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.nwidget-widget__granularity--option:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.nwidget-widget__granularity--option:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.nwidget-widget__granularity--active,.nwidget-widget__granularity--option:hover{color:#0369e9;-webkit-box-shadow:inset 0 0 0 1px #0369e9;-moz-box-shadow:inset 0 0 0 1px #0369e9;box-shadow:inset 0 0 0 1px #0369e9}.nwidget-widget__granularity--active{background-color:#e6f0fd}.dashboard-header .page-header__secondary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header__favorite{width:24px;height:24px;cursor:pointer;margin-left:16px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px}.dashboard-header__favorite:hover{background-color:rgba(117,150,183,.2)}.dashboard-header__default{margin-left:16px}.dashboard-header__default--text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:24px;padding:0 8px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.dashboard-header__default--text>span{position:relative;top:1px;font-size:11px;font-weight:600;color:#19232f}.dashboard-header__default--text>img{margin-left:5px}.dashboard-header__default .gpx-button .MuiButton-label{text-transform:none}.dashboard-header__select--input{z-index:19;position:relative}.dashboard-header__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header__content--title{font-size:15px;font-weight:700;font-family:Noto Sans,sans-serif;margin-right:15px}.dashboard-header__content--value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header__content--description{margin:0 16px}.dashboard-header__menu,.dashboard-header__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header__menu{height:32px;margin:0 16px;padding-right:16px}.dashboard-header__menu>img{width:24px;height:24px;cursor:pointer;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px}.dashboard-header__menu--icon--active,.dashboard-header__menu>img:hover{background-color:rgba(117,150,183,.2)}.dashboard-header__wrapper{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.dashboard-header__product,.dashboard-header__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header__product{cursor:default;max-width:200px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px;font-family:Noto Sans,sans-serif;white-space:nowrap;height:30px;line-height:30px;margin-right:8px;letter-spacing:0;color:#253445}.dashboard-header__product--env{margin-left:5px;font-weight:400}.dashboard-header__product--env span{margin-right:5px}.dashboard-header__product span{font-size:12px;font-family:Noto Sans,sans-serif;font-weight:300}.dashboard-header__product-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header__product-selector>span{margin-right:10px;font-weight:300;font-size:12px}.dashboard-header__product-selector .env-selector{margin-left:10px}.dashboard-header__create-dashboard{padding-left:16px;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.dashboard-header__create-widget{padding-left:16px;border-left:1px solid #e3eaf1}.dashboard-header__create>div{margin-left:20px}.dashboard-header__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px}.dashboard-header__actions--edit{padding:5px;margin-left:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer}.dashboard-header__actions--edit:hover{background-color:#fff}.dashboard-header__actions .checkbox-component{margin-left:10px}.dashboard-header__actions .checkbox-component .checkbox-text{color:#a0a3a1;font-size:12px;line-height:22px}.dashboard-header__actions .checkbox-component .checkbox-text__checked{color:#000}.dashboard-header__actions--additional{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:30px;padding-left:15px;margin-left:15px;border-left:1px solid #ddd}.dashboard-header__actions--additional>div{cursor:pointer;margin-right:10px}.dashboard-header__actions--additional>span{position:relative;left:-10px;top:1px}.dashboard-header__product-name{cursor:default;max-width:200px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px;white-space:nowrap;line-height:30px;margin-right:20px;letter-spacing:0;color:#253445;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header__product-name>div:nth-child(2){font-weight:400}.dashboard-header__product-name>div:nth-child(2) span{margin:0 5px}.dashboard-header__priority{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin:0 16px;width:20px;height:20px;color:#0369e9;font-size:14px;font-style:normal;font-weight:600;line-height:24px;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #0369e9}.dashboard-header__priority--unmarked{color:#5f6c7a;border:1px solid #5f6c7a}.dashboard-header__priority--disabled{color:#acb4bd;border:1px solid #acb4bd}.dashboard-header__priority--disabled--unmarked .dashboard-header__priority__bar{display:inline}.dashboard-header__priority__bar{position:absolute;top:-1px;width:0;height:19px;border-left:1px solid #acb4bd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);display:none}.dashboard-header__tooltip{background-color:#181f26!important;-webkit-border-radius:6px!important;-moz-border-radius:6px!important;border-radius:6px!important;padding:3px 8px 5px!important}.dashboard-header__tooltip .tippy-content{font-size:12px;line-height:16px;text-align:left;white-space:pre-line}#dashboard-header__menu-popover{min-width:160px;padding:8px 0}#dashboard-header__menu-popover .dashboard-header__menu--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:24px;gap:24px;height:40px;cursor:pointer;padding:0 16px;font-size:14px;color:#253445}#dashboard-header__menu-popover .dashboard-header__menu--item:hover{background-color:rgba(117,150,183,.05)}#dashboard-header__menu-popover .dashboard-header__menu--item--disabled{color:#5f6c7a;cursor:not-allowed;pointer-events:none}#dashboard-header__menu-popover .dashboard-header__menu--item-info{font-size:12px;color:#acb4bd}.dashboard-header__submenu{width:128px;padding:8px 0}.dashboard-header__submenu--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:32px;cursor:pointer;padding:4px 16px;font-size:14px;color:#181f26}.dashboard-header__submenu--item:hover{background-color:rgba(117,150,183,.05)}#dashboard-header__select{min-width:312px}#dashboard-header__select .gpx-textfield input{-o-text-overflow:ellipsis;text-overflow:ellipsis}#dashboard-header__select .MuiPopover-root{z-index:9!important}.dashboard-selector{width:312px;height:320px}.dashboard-selector__search{padding:12px 16px 0}.dashboard-selector__empty{height:120px}.dashboard-selector__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7596b7;border-top:1px solid #e3eaf1;padding:12px 16px 4px}.dashboard-selector__header:first-child{border-top:none}.dashboard-selector__wrapper{height:272px;overflow:auto}.dashboard-selector__wrapper--welcome{height:-webkit-calc(100% - 46px);height:-moz-calc(100% - 46px);height:calc(100% - 46px)}.dashboard-selector__wrapper--empty{height:72px;padding:16px;font-size:12px;color:#7596b7}.dashboard-selector__option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;cursor:pointer;font-size:14px;min-height:40px;padding-left:16px}.dashboard-selector__option:hover{background-color:rgba(117,150,183,.05)}.dashboard-selector__option--active{color:#0369e9}.dashboard-selector__option--label{max-width:250px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.dashboard-selector__option--default{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:24px;padding:0 8px;cursor:default;margin-right:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.dashboard-selector__option--default>span{position:relative;top:1px;font-size:11px;font-weight:700;color:#3e5872}.dashboard-selector__action{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:48px;padding-left:16px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.dashboard-description{padding-top:5px;max-width:320px}.dashboard-description>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px;text-align:left;margin-bottom:8px}.dashboard-description__title{width:80px;min-width:80px;color:#7596b7;margin-right:8px}.dashboard-description__info{word-break:break-all;color:#19232f}.dashboard-description__info--product>span{margin-left:3px}.dashboard-description__info-products{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dashboard-description__info-products>div{margin-right:5px;white-space:nowrap}.dashboard-share__icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:32px;padding:0 5px;cursor:pointer;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;border:1px solid #d5dee8}.dashboard-share__icon>div{color:#b8c8d8;font-size:13px;margin:0 5px}.dashboard-share__pop{opacity:.96;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 3px 0 rgba(43,61,81,.3);-moz-box-shadow:0 0 3px 0 rgba(43,61,81,.3);box-shadow:0 0 3px 0 rgba(43,61,81,.3)}.dashboard-share__pop--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;color:#46637f;font-size:12px;padding-left:16px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.dashboard-share__pop--content{padding:16px 0}.dashboard-share__user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px}.dashboard-share__user--entry,.dashboard-share__user--public{margin-top:12px}.dashboard-share__user--entry>img,.dashboard-share__user--public>img{margin-right:12px}.dashboard-share__user>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:36px;min-height:36px;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;background-color:rgba(112,144,175,.1);color:#46637f;font-size:12px;margin-right:12px}.dashboard-share__user>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:13px;white-space:nowrap;color:#2b3d51}.dashboard-share__user>div:last-child>div:last-child{color:#8399af;font-size:12px}.share-v2__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.share-v2__header .gpx-radio{position:relative;top:10px;margin-left:20px}.share-v2__header--owner{position:relative;top:5px;font-size:13px;letter-spacing:0;line-height:15px;text-align:right;color:#557391}.share-v2__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.share-v2__options .gpx-checkbox{margin-left:10px}.share-v2__message{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:820px;height:418px;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;background-repeat:no-repeat;background-image:url(/horizon/backgrounds/share.svg)}.share-v2__message>div{width:280px;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;text-align:center;color:#2b3d51}.share-v2__user-view{margin-top:16px}.share-v2__user-view--select{height:100px}.share-v2__user-view--select>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.share-v2__user-view--select>div .gpx-button{position:relative;bottom:1px;margin-left:8px}.share-v2__user-view--access .gpx-select{width:100px!important;margin-left:10px}.share-v2__list{width:820px;height:312px;overflow:auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d5dee8}.share-v2__list>div{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 16px;min-height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e2e9f0;-moz-box-shadow:inset 0 -1px 0 0 #e2e9f0;box-shadow:inset 0 -1px 0 0 #e2e9f0}.share-v2__list>div,.share-v2__list>div>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.share-v2__list>div>div:first-child{font-size:13px;color:#2b3d51}.share-v2__list--clear{color:#0369e9;font-size:14px;cursor:pointer}.share-v2__list--delete{visibility:hidden;margin-left:20px}.share-v2__list--user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.share-v2__list--user:hover{background-color:rgba(15,135,236,.06)}.share-v2__list--user:hover .share-v2__list--delete{cursor:pointer;visibility:visible}.share-v2__list--access,.share-v2__list--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.share-v2__list--access .gpx-select{width:100px!important}.share-v2__list--initials{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:28px;height:28px;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;background-color:rgba(112,144,175,.1);color:#46637f;font-size:12px;margin-right:14px}.share-v2 .gpx-checkbox .MuiButtonBase-root{margin-top:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;pointer-events:auto}.globals-container{max-height:0;overflow:hidden;-webkit-transition:max-height .3s;-o-transition:max-height .3s;-moz-transition:max-height .3s;transition:max-height .3s}.globals-container__view{max-height:200px}.dashboard-globals{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:72px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:24px 24px 16px;background-color:#fff;padding:16px 16px 20px;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.24),0 1px 3px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.24),0 1px 3px 0 rgba(25,35,47,.12);box-shadow:0 0 1px 0 rgba(25,35,47,.24),0 1px 3px 0 rgba(25,35,47,.12)}.dashboard-globals,.dashboard-globals>div,.dashboard-globals__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-globals__content{z-index:99}.dashboard-globals__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.dashboard-globals__actions>div:first-child{margin-right:12px}.dashboard-globals__title{width:20px;height:16px;color:#7a589b;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-right:4px;border:1px solid #e5d4f6;background-color:#f6f0fc}.dashboard-globals__filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-globals__filter>div:first-child{color:#4b6a87;font-size:14px;letter-spacing:0;line-height:16px;margin-right:4px}.dashboard-globals__filter .gpx-wrapper.gpx-select .react-select__control{border:none;color:#afc3d7;font-size:14px;letter-spacing:0}.dashboard-globals__filter .gpx-wrapper.gpx-select .react-select__control--is-focused,.dashboard-globals__filter .gpx-wrapper.gpx-select .react-select__control:hover{border:none}.dashboard-globals__filter--date .gpx-select .react-select .react-select__menu{min-width:340px}.dashboard-globals__date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-globals__date-custom{padding-top:12px;border-top:1px solid #e3eaf1}.dashboard-globals__date--label{width:163px;font-size:14px;text-align:left;color:#19232f}.dashboard-globals__date--range{color:#8399af;font-size:14px;letter-spacing:0}.dashboard-globals__custom-filter .react-select__value-container>div:last-child{margin:0;padding:0}.dashboard-globals__custom-filter .react-select__menu-list{padding-bottom:0!important}.dashboard-globals__custom-filter .react-select__menu-list>div{border-top:1px solid #e3eaf1;padding-top:12px}.dashboard-globals__custom-filter .react-select__menu-list>div:first-child{padding-top:0;border-top:none}.dashboard-globals__edit-group{background-color:#fff;position:-webkit-sticky;position:sticky;bottom:0;padding-bottom:14px!important;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px}.dashboard-globals__edit-group>div:last-child{padding-top:14px}.dashboard-globals__edit-group .react-select__group-heading{display:none!important}.dashboard-creator>div>div{margin-bottom:15px}.dashboard-creator__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-creator .react-select__control{width:100%!important}.dashboard-creator__env,.dashboard-creator__product{width:312px;max-width:312px}.dashboard-creator__env>div:first-child,.dashboard-creator__product>div:first-child{color:#4b6a87;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:4px}.dashboard-creator__env .env-selector,.dashboard-creator__env .product,.dashboard-creator__product .env-selector,.dashboard-creator__product .product{width:146px;margin-right:0}.new-dashboard__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.new-dashboard__header .gpx-textfield{min-width:312px;margin-right:16px}.new-dashboard__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.new-dashboard__content{width:100%;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.new-dashboard__content--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px)}.new-dashboard__content--container .nwidget-content__container{width:100%}.new-dashboard__sidebar{width:232px;min-width:232px;overflow:auto;text-align:left;background-color:#fff;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);border-right:1px solid #e3eaf1}.new-dashboard__sidebar--content{height:-webkit-calc(100vh - 161px);height:-moz-calc(100vh - 161px);height:calc(100vh - 161px)}.new-dashboard__sidebar--title{color:#5f6c7a;font-size:11px;font-weight:500;padding:16px 0 0 24px;text-transform:uppercase}.new-dashboard__sidebar--options{margin-top:8px}.new-dashboard__sidebar--option{height:56px}.new-dashboard__sidebar--custom--shadow{height:1px;margin:8px 16px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.new-dashboard__landing--title{font-size:16px;font-weight:600;color:#3c4a57;margin-bottom:24px}.new-dashboard__landing--steps{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px}.new-dashboard__landing--steps>div{font-size:16px;color:#5f6c7a;width:260px}.new-dashboard__landing--steps img{margin-bottom:16px}.description__text{font-size:14px;font-weight:400;line-height:1.71;letter-spacing:normal;text-align:left;color:#0369e9;cursor:pointer}.description__popover--body{width:344px;height:172px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 8px 16px 0 rgba(25,35,47,.24),0 0 2px 0 rgba(25,35,47,.24);-moz-box-shadow:0 8px 16px 0 rgba(25,35,47,.24),0 0 2px 0 rgba(25,35,47,.24);box-shadow:0 8px 16px 0 rgba(25,35,47,.24),0 0 2px 0 rgba(25,35,47,.24);background-color:#fff}.description__popover--footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:8px;gap:8px;margin-top:24px}.create-compare-widget{height:100%}.create-compare-widget__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px 16px 48px;background-color:#fff}.create-compare-widget__header,.create-compare-widget__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.create-compare-widget__header--title{height:32px;color:#181f26;font-size:18px;font-style:normal;font-weight:600;line-height:24px;grid-gap:16px;gap:16px}.create-compare-widget__header--title--text{max-width:417px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.create-compare-widget__header--title svg{cursor:pointer}.create-compare-widget__header--title .gpx-textfield{width:312px!important}.create-compare-widget__header--title .gpx-textfield__wrap>input{width:100%!important;height:32px!important}.create-compare-widget__header--close{cursor:pointer}.create-compare-widget__content{padding:0 24px 0 48px;height:-webkit-calc(100% - 120px);height:-moz-calc(100% - 120px);height:calc(100% - 120px);overflow-y:auto}.create-compare-widget__content--description{padding-top:26px;color:#5f6c7a;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.create-compare-widget__content--filters{padding-top:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.create-compare-widget__content--filters--from-widget{width:50%;padding-right:24px;padding-bottom:24px}.create-compare-widget__content--filters--divider{border-right:1px solid #e6e9ec}.create-compare-widget__content--filters--to-widget{width:50%;padding-left:32px;padding-bottom:24px}.create-compare-widget__content--filters--to-widget .compare-widget-filters__date-range--picker .date-range-picker__content{top:32px;right:0!important;left:auto!important}.create-compare-widget__footer{height:56px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#fff;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 -2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 -2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 -2px 4px 0 rgba(52,56,58,.06);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding-right:24px}.create-compare-widget__image{width:100%;min-height:208px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#f5f7f9;grid-gap:16px;gap:16px;padding:16px 0 20px}.create-compare-widget__image,.create-compare-widget__image--box{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.create-compare-widget__image--box{width:513px;height:176px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid #d5d9de;background:#fff}.create-compare-widget__image--box>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.create-compare-widget__image--box-info{grid-gap:8px;gap:8px}.create-compare-widget__image--box-info-micro-copy>div:first-child{color:#181f26;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.create-compare-widget__image--box-info-micro-copy>div:nth-child(2){width:234px;height:48px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-top:8px;color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.create-compare-widget__image--metric-filter{width:312px}.compare-widget-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.compare-widget-filters .gpx-accordion__summary{width:100%}.compare-widget-filters__accordion{width:100%;padding-top:24px}.compare-widget-filters__accordion--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.compare-widget-filters__accordion--header .gpx-button .MuiButton-root{min-width:56px!important}.compare-widget-filters__accordion--header .date-range-picker__button{padding:0}.compare-widget-filters__accordion .gpx-accordion{width:100%}.compare-widget-filters__accordion .gpx-accordion__details{width:100%!important}.compare-widget-filters__accordion .gpx-accordion .MuiPaper-root{width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:1px solid #e6e9ec;margin:0}.compare-widget-filters__accordion .gpx-accordion .MuiPaper-root .MuiButtonBase-root{padding:0}.compare-widget-filters__accordion .gpx-accordion .MuiPaper-root .MuiButtonBase-root:hover{background:none}.compare-widget-filters__accordion .gpx-accordion .MuiPaper-root .MuiButtonBase-root .MuiAccordionSummary-content{color:#181f26;text-transform:capitalize;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.compare-widget-filters__accordion .gpx-accordion .MuiPaper-root .MuiAccordionDetails-root{padding:8px 0 16px}.compare-widget-filters__apply-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px}.compare-widget-filters__apply-filters--icon{padding-top:8px}.compare-widget-filters__apply-filters--text{color:#181f26;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding-top:24px}.compare-widget-filters__apply-filters--button{padding-bottom:30px}.compare-widget-filters__apply-filters--button .gpx-button .MuiButton-root{padding:0 16px!important}.compare-widget-filters__apply-filters--button .gpx-button .MuiButton-root .MuiButton-label{font-size:12px;font-style:normal;font-weight:600;line-height:16px}.compare-widget-filters__date-range--title{color:#3c4a57;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-transform:capitalize}.compare-widget-filters__date-range--picker{width:312px;margin-top:8px}.compare-widget-filters__date-range--picker--error{margin-top:4px;font-size:12px;letter-spacing:0;color:#f75d4f;text-align:left}.compare-widget-filters__date-range--picker .date-range-picker__selectedDate{height:32px;background-image:url(/chevron-down-24-gray.svg)}.compare-widget-filters__date-range--picker .date-range-picker__selectedDate:hover{-webkit-box-shadow:inset 0 0 0 1px #0f87ec;-moz-box-shadow:inset 0 0 0 1px #0f87ec;box-shadow:inset 0 0 0 1px #0f87ec}.compare-widget-filters__date-range--picker .date-range-picker__content{top:32px;left:0}.compare-widget-filters__date-range--picker .date-range-picker .DRP-controls__inputs-title{text-transform:capitalize}.compare-widget-filters__channel{padding-top:24px}.compare-widget-filters__channel--title{color:#3c4a57;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-transform:capitalize}.compare-widget-filters__channel--select{width:312px;margin-top:8px}.compare-widget-filters__channel--select .gpx-select__option{text-transform:capitalize}.compare-widget-filters__channel--select .react-select__control{padding:0 8px;text-transform:capitalize}.compare-widget-filter-items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:4px;gap:4px}.compare-widget-filter-items__heading{width:100%;padding:12px 0 4px;text-transform:capitalize;color:#181f26;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.compare-widget-filter-items__list{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:4px;gap:4px}.compare-widget-filter-items__list,.compare-widget-filter-items__list--group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.compare-widget-filter-items__list--group{width:100%;position:relative;background:#f5f7f9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.compare-widget-filter-items__list--group--icon{cursor:pointer;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;position:absolute;right:8px}.compare-widget-filter-items__list--group--icon,.compare-widget-filter-items__list--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.compare-widget-filter-items__list--item{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#f5f7f9;width:480px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;color:#181f26;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.compare-widget-filter-items__list--item--operator{color:#5f6c7a}.compare-widget-filter-items__list--item--icon{cursor:pointer;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px}.compare-widget-filter-items__list--item--icon,.compare-widget-filter-items__list--item--string{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.compare-widget-filter-items__list--item--string{grid-gap:4px;gap:4px}.compare-widget-filter-items__list--item--more{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#e6e9ec;display:inline;padding:0 4px;margin-left:4px}.dashboard__banner{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);z-index:999;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid #a2c7f7;background:#e6f0fd;padding:12px}.dashboard__banner-message{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:10px}.dashboard__banner-close{cursor:pointer}.dashboard-container{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px)}.dashboard-container .no-access-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dashboard-empty{margin:24px 24px 0;height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px)}.dashboard-empty__wrapper{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:24px 24px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(24,31,38,.2),0 0 1px 0 rgba(24,31,38,.12);-moz-box-shadow:0 1px 3px 0 rgba(24,31,38,.2),0 0 1px 0 rgba(24,31,38,.12);box-shadow:0 1px 3px 0 rgba(24,31,38,.2),0 0 1px 0 rgba(24,31,38,.12)}.dashboard-empty__wrapper>div:first-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.dashboard-empty img{width:56%}@media only screen and (max-width:1024px){.dashboard-empty img{width:48%}}.dashboard-empty__title{color:#181f26;font-size:28px;font-weight:600}.dashboard-empty__content{color:#5f6c7a;max-width:952px;margin:24px 0 40px;font-size:14px}@media only screen and (max-width:1024px){.dashboard-empty__content{max-width:810px}}.dashboard-empty__content a{color:#0369e9}.dashboard-empty__create{margin-top:40px}.dashboard-empty__skip{margin-top:16px}.dashboard-empty__skip--active .gpx-button-wrapper .gpx-button .MuiButtonBase-root{background-color:#d2e4fb}.dashboard-empty__skip .gpx-button-wrapper .gpx-button .MuiButtonBase-root .MuiButton-label{font-size:14px;font-weight:600;line-height:1.71;text-align:center;color:#0369e9}.dashboard-empty__skip svg path{stroke:#0369e9}.dashboard-empty__skip>div{font-size:11px;font-weight:600;text-align:center;color:#acb4bd;margin-bottom:16px}.dashboard-print-preview.gpx-dialog .gpx-dialog__header{padding:0 4px}.dashboard-print-preview.gpx-dialog .gpx-dialog__content{height:587px;padding:0}.dashboard-print-preview.gpx-dialog .MuiDialogContent-root{padding:0!important}#print-dashboard{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:32px;gap:32px;padding:16px 24px}#print-dashboard .print-dashboard__name{display:none;color:#181f26!important;font-size:18px;font-weight:600;line-height:24px}#print-dashboard .print-dashboard__info-bar{display:none;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:32px;gap:32px;color:#5f6c7a!important}#print-dashboard .gpx-widget-preview *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}@media print{*,:after,:before{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body *{overflow:visible!important;visibility:hidden!important}.MuiPaper-root.MuiDialog-paper,body{margin:0!important;padding:0!important}.dashboard-print-preview.gpx-dialog .MuiDialogActions-root,.dashboard-print-preview.gpx-dialog .MuiDialogTitle-root{display:none!important}#print-dashboard,#print-dashboard *{overflow:visible!important;visibility:visible!important}#print-dashboard{position:static!important;width:100%!important;height:auto!important}#print-dashboard .print-dashboard__name{display:block}#print-dashboard .print-dashboard__info-bar{display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.gpx-widget-preview{overflow:visible!important;height:auto!important}#print-dashboard>div,.gpx-widget-preview{page-break-inside:avoid!important}}.cdashboard-warning>div>div>div,.cdashboard-warning>div>div>div>div{-webkit-border-radius:10px!important;-moz-border-radius:10px!important;border-radius:10px!important}.cdashboard{height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);overflow:auto}.cdashboard .app-loader-v2__active{z-index:1401}.cdashboard .react-grid-item{-webkit-transform:translate(10px,10px);-moz-transform:translate(10px,10px);-ms-transform:translate(10px,10px);-o-transform:translate(10px,10px);transform:translate(10px,10px)}.cdashboard__widget-container{background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.cdashboard__widget-container--focused{z-index:3}.cdashboard__widget-container .react-resizable-handle{display:none}.cdashboard__empty{height:100%;padding-top:64px;background-color:#fbfbfc}.cdashboard__empty--title{font-size:28px;font-weight:600;color:#181f26}.cdashboard__empty--content{margin:24px 0;font-size:14px;color:#5f6c7a}.cdashboard__empty .gpx-button{margin-top:24px}.widget{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.widget .widget-pie{width:100%;height:178px}.widget__header--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget__product-name{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left;font-size:11px;padding:8px 0 11px 25px;color:#7596b7}.widget__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:32px;text-align:left;font-size:14px;font-weight:600;font-family:Noto Sans,sans-serif;padding:18px 15px 0 25px}.widget__header,.widget__header--title-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget__header--title-wrapper{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:9}.widget__header--right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget__header--title{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#2b3d51}.widget__header input{width:100%;border:none;outline:none;padding:0;margin:0;caret-color:#ff7f00}.widget__header input::-webkit-input-placeholder{font-size:12px;font-family:Noto Sans,sans-serif}.widget__header input:-moz-placeholder,.widget__header input::-moz-placeholder{font-size:12px;font-family:Noto Sans,sans-serif}.widget__header input:-ms-input-placeholder{font-size:12px;font-family:Noto Sans,sans-serif}.widget__header input::-ms-input-placeholder{font-size:12px;font-family:Noto Sans,sans-serif}.widget__header input::placeholder{font-size:12px;font-family:Noto Sans,sans-serif}.widget__header--edit{display:inline-block;position:relative;bottom:1px;margin-left:10px}.widget__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget__content{z-index:1}.widget__content .gpx-chart>div .highcharts-container{width:100%!important}.widget__content .gpx-chart>div .highcharts-container .highcharts-root{width:100%}.widget__content .chart-v2{margin:0;min-width:0;min-height:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:rgba(0,0,0,0);background-color:initial;padding:0 8px}.widget__content .chart-v2 .recharts-responsive-container .recharts-surface .xAxis{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-webkit-transform:initial;-moz-transform:initial;-ms-transform:initial;-o-transform:initial;transform:none}.widget__content .chart-v2 .recharts-tooltip-wrapper{top:-40px!important}.widget__content--metric-label{position:absolute;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;top:20px;font-size:11px;color:#a0a3a1;align-items:flex-start!important}.widget__footer{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;bottom:3px;left:0;padding:0 20px}.widget__footer,.widget__footer--left{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.widget__footer--left{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget__footer--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.widget__footer--actions>div{margin-right:10px}.widget__footer--actions>div:last-child{margin-right:0}.widget__numbers{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;cursor:default;text-align:left;padding:0 25px;margin:6px 0 14px}.widget__numbers,.widget__numbers--trends{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.widget__numbers--trends{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px;margin-left:10px;border-left:1px solid #a0a3a1}.widget__numbers--trends>div{margin-right:15px}.widget__numbers--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#000;font-size:16px}.widget__numbers--title>img{position:relative;bottom:5px}.widget__numbers--total .widget__numbers--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget__numbers--total .widget__numbers--title img{position:relative;bottom:5px}.widget__numbers--percent{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;margin-left:10px;padding-left:10px;border-left:1px solid #a0a3a1}.widget__numbers--percent>span{display:block;max-width:40px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.widget__numbers--date{font-size:11px;color:#a0a3a1;white-space:nowrap}@media (max-width:1410px){.widget__numbers--title{font-size:13px}.widget__numbers--date{font-size:10px}}.widget__kpi{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px;margin:5px 0}.widget__chart{width:100%;margin-top:10px}.widget__chart .gpx-chart>div .highcharts-container{width:100%!important}.widget__chart .gpx-chart>div .highcharts-container .highcharts-root{width:100%}.widget__chart .recharts-responsive-container{display:inline-block}.widget__chart .recharts-responsive-container .recharts-surface .xAxis{font-size:11px;-webkit-transform:translateY(12px);-moz-transform:translateY(12px);-ms-transform:translateY(12px);-o-transform:translateY(12px);transform:translateY(12px)}.widget__chart .recharts-responsive-container .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line,.widget__chart .recharts-responsive-container .recharts-surface .xAxis>line{display:none}.widget__chart .recharts-responsive-container .recharts-surface .yAxis{font-size:11px;-webkit-transform:translate(-12px);-moz-transform:translate(-12px);-ms-transform:translate(-12px);-o-transform:translate(-12px);transform:translate(-12px)}.widget__chart .recharts-responsive-container .recharts-surface path.recharts-rectangle.recharts-tooltip-cursor{fill:none}.widget__chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line{stroke-dasharray:2px 3px}.widget__chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line:first-child{stroke-dasharray:inherit;stroke:#aeaeae}.widget__chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line{stroke-dasharray:inherit}.widget__chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:first-child,.widget__chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:last-child{display:none}.widget .average-session-duration .chart-v2 .recharts-responsive-container .recharts-surface .yAxis{-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.widget-insufficient-permissions__message{width:100%;font-size:18px;font-weight:300;padding-top:20px;color:#a0a3a1;font-family:Noto Sans,sans-serif;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.7}.KPI-entry{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.KPI-entry,.KPI-entry__img{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px}.KPI-entry__img--text{font-size:12px;font-weight:400;line-height:1.33;text-align:center;color:#a0a3a1;text-transform:capitalize}.KPI-entry__number{font-size:42px;font-weight:700;font-stretch:normal;line-height:1.33;text-align:center;color:#3e5872;text-transform:uppercase}.KPI-entry__bold-number{font-size:56px}.KPI-entry__change{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:27px;padding:0 6px;font-size:14px;min-width:80px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.KPI-entry__change--positive{color:#12995b;background-color:#d5f5db}.KPI-entry__change--positive>img{position:relative;top:1px}.KPI-entry__change--negative{color:#dc3626;background-color:#fddfdc}.KPI-entry__change--negative>img{position:relative;top:-1px}.KPI-entry__na{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:10px;height:27px;padding:0 6px;font-size:14px;min-width:80px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#a0a3a1;background-color:rgba(160,163,161,.24)}.KPI-entry__na,.widget-variable__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-variable__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:16px 16px 0;font-size:16px;color:#181f26}.widget-variable__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-variable__header--actions img{cursor:pointer;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;padding:4px}.widget-variable__header--actions img:hover{background-color:#f5f7f9}.widget-variable__header--title{height:32px;text-align:left;font-size:14px;font-weight:600}.widget-variable__content{width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget-variable__content .MuiButton-label{text-transform:none}.widget-variable__content--description{margin:16px 0;font-size:14px;color:#181f26}.widget-summary{margin-top:52px;padding:0;overflow:hidden}.widget-summary-ai-icon{height:24px;width:24px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer}.widget-summary-ai-icon:hover{background-image:-webkit-linear-gradient(45deg,rgba(255,143,107,.2),rgba(185,114,255,.2),rgba(85,173,255,.2));background-image:-moz-linear-gradient(45deg,rgba(255,143,107,.2),rgba(185,114,255,.2),rgba(85,173,255,.2));background-image:-o-linear-gradient(45deg,rgba(255,143,107,.2),rgba(185,114,255,.2),rgba(85,173,255,.2));background-image:linear-gradient(45deg,rgba(255,143,107,.2),rgba(185,114,255,.2),rgba(85,173,255,.2))}.widget-summary__close{height:24px;width:24px;cursor:pointer;position:absolute;top:56px;right:16px}.widget-summary__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:12px;gap:12px}.widget-summary__explanation{width:67%;height:-webkit-calc(100vh - 124px);height:-moz-calc(100vh - 124px);height:calc(100vh - 124px);overflow-y:auto;color:#181f26;font-size:14px;font-weight:400}.widget-summary__explanation h3{font-size:18px;font-weight:600}.widget-summary__preview{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;background-color:#fbfbfc}.widget-summary__preview>div{padding:16px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.widget-summary__preview .widget__header{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:16px}.widget-summary__preview .widget__footer{margin-top:16px;position:relative}.widget-summary__title{padding:4px 8px 8px 24px;font-size:20px;font-weight:600;color:#2b3d51;-webkit-box-shadow:inset 0 -2px 0 0 #e3eaf1,inset 0 -1px 0 0 #f6f8fa;-moz-box-shadow:inset 0 -2px 0 0 #e3eaf1,inset 0 -1px 0 0 #f6f8fa;box-shadow:inset 0 -2px 0 0 #e3eaf1,inset 0 -1px 0 0 #f6f8fa}.widget-summary__loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:-webkit-calc(100vh - 124px);height:-moz-calc(100vh - 124px);height:calc(100vh - 124px);width:70%}.widget-drawer{width:70vw}.widget-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#181f26;font-size:18px;font-weight:500;padding:32px 24px 32px 32px}.widget-drawer__header img{cursor:pointer}.widget-drawer__content{height:-webkit-calc(100vh - 146px);height:-moz-calc(100vh - 146px);height:calc(100vh - 146px);padding-left:32px}.widget-drawer__content--wrapper{position:relative}.widget-drawer__content--table{overflow:auto;padding-right:32px;height:-webkit-calc(100vh - 178px);height:-moz-calc(100vh - 178px);height:calc(100vh - 178px)}.widget-drawer__content--table .pagination__pagination-left__page .gpx-select .react-select__value-container{overflow:unset}.widget-drawer__content--table-toaster{height:-webkit-calc(100vh - 242px);height:-moz-calc(100vh - 242px);height:calc(100vh - 242px)}.widget-drawer__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:32px}.widget-drawer__actions>div:first-child{width:320px}.widget-drawer__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;z-index:99;height:56px;padding:0 24px;border-top:1px solid #e6e9ec}.widget-drawer__footer>div{margin-left:16px}.widget-drawer__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;text-align:center;height:-webkit-calc(100vh - 148px);height:-moz-calc(100vh - 148px);height:calc(100vh - 148px)}.widget-drawer__empty--title{font-size:16px;font-weight:500;color:#181f26}.widget-drawer__empty--subtitle{margin:8px 0;font-size:14px;color:#5f6c7a}.widget-drawer__toaster{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px;height:48px;margin-top:16px;padding:12px 16px 12px 12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e6e9ec}.widget-drawer__toaster,.widget-drawer__toaster--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-drawer__toaster--content{font-size:14px;margin-right:16px;color:#181f26}.widget-drawer__toaster--content img{margin-right:8px}.widget-drawer__toaster--absolute{position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:51px}.pagination{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0;font-size:12px;white-space:nowrap;color:#181f26}.pagination,.pagination--ignore-rage{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pagination--ignore-rage{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pagination__range{padding-left:22px}.pagination__pagination-left{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pagination__pagination-left,.pagination__pagination-left__page{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pagination__pagination-left__page{margin-left:auto;color:#181f26}.pagination__pagination-left__page .gpx-wrapper.gpx-select{width:60px!important}.pagination__pagination-left__page .gpx-wrapper.gpx-select .react-select__control{background-color:rgba(0,0,0,0);background-color:initial}.pagination__pagination-left__arrows{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pagination__pagination-left__arrows img{cursor:pointer}.widget-drawer__table{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:auto;margin-top:16px;max-height:-webkit-calc(100vh - 264px);max-height:-moz-calc(100vh - 264px);max-height:calc(100vh - 264px)}.widget-drawer__table--toaster{max-height:-webkit-calc(100vh - 328px);max-height:-moz-calc(100vh - 328px);max-height:calc(100vh - 328px)}.widget-drawer__table--description{width:200px;overflow:hidden;max-width:200px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.widget-drawer__table--checkbox{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-drawer__table--checkbox img{cursor:pointer;margin-right:8px}.widget-drawer__table table{width:100%;position:relative}.widget-drawer__table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0}.widget-drawer__table table thead tr{height:35px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.widget-drawer__table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:500;color:#3e5872}.widget-drawer__table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.widget-drawer__table table tbody tr td{font-size:14px;text-align:left;padding-left:24px;color:#19232f}.widget-drawer__table table tbody tr td:first-child{padding-left:14px}.widget-drawer__table--row--selected{background-color:#f5f9fe}.widget-adoption__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:22px 0 24px;padding-right:32px}.widget-adoption__header,.widget-adoption__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.widget-adoption__header--title{position:relative;top:2px;font-size:12px;color:#3c4a57;margin-right:12px;text-transform:capitalize}.widget-adoption__header--channel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:14px;color:#181f26;text-transform:capitalize}.widget-adoption__header--channel>span{margin-right:4px}.widget-adoption__popover{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:160px;height:118px;padding-left:12px}.widget-adoption__options--accordion,.widget-adoption__options--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:35px;font-size:12px;font-weight:600;padding-left:8px;color:#25313b}.widget-adoption__options--container{overflow:auto;padding-right:32px;height:-webkit-calc(100vh - 294px);height:-moz-calc(100vh - 294px);height:calc(100vh - 294px)}.widget-adoption__options--accordion{cursor:pointer;background-color:#fbfbfc;border-top:1px solid #e6e9ec;border-bottom:1px solid #e6e9ec}.widget-adoption__options--accordion img{margin-right:8px}.widget-adoption__options--entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:47px;border-bottom:1px solid #e6e9ec}.widget-adoption__options--entry img{margin-right:8px}.widget-adoption__options--entry span{font-size:14px;color:#181f26}.widget-adoption__options--entry:last-child{border-bottom:none}.audience-explorer{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px);position:relative;overflow:hidden}.audience-explorer__loader{height:100vh}.audience-explorer .table-pagination{margin:-5px -5px 5px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:48px;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.audience-explorer__search-overlay{position:absolute;height:100%;width:100%;top:0;left:0;right:308px;bottom:0;background-color:#182a30;opacity:.75;z-index:1}.audience-explorer__pagination{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 15px 0 25px;border-right:1px solid #ddd;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.audience-explorer__pagination--account>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.audience-explorer__pagination--account>div a{margin-right:15px}.audience-explorer__pagination--account .account-title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:22px;padding:5px 7px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background-color:#fff;border:1px solid #2090ed;color:#2090ed}.audience-explorer__pagination--account .account-title .text{margin-right:5px;font-size:12px;font-weight:500;white-space:nowrap}.audience-explorer__pagination--account .account-title .delete{cursor:pointer;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:16px;padding:2px;height:16px;line-height:12px;font-size:12px;position:relative;right:-5px;background-color:rgba(255,127,0,.25)}.audience-explorer__pagination--arrange{font-size:12px;cursor:pointer;font-weight:500;margin-right:30px;text-transform:capitalize;color:#0f87ec}.audience-explorer__table{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.audience-explorer__table>div{position:relative}.audience-explorer__table>div .react-bs-table-container{height:-webkit-calc(100vh - 170px);height:-moz-calc(100vh - 170px);height:calc(100vh - 170px);overflow-y:scroll}.audience-explorer__table>div .react-bs-table-container .react-bs-container-header{position:absolute;top:0;left:0}.audience-explorer__table>div .react-bs-table-container .react-bs-container-header th{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0 5px}.audience-explorer__table>div .react-bs-table-container .react-bs-container-body{padding-top:31px}.audience-explorer__table>div .react-bs-table-container .react-bs-container-body td{max-height:48px;padding:0 5px!important}.audience-explorer__table>div .react-bs-table-container .react-bs-container-body td.react-bs-table-no-data{border:0!important;height:-webkit-calc(100vh - 300px);height:-moz-calc(100vh - 300px);height:calc(100vh - 300px);font-size:17px!important;color:#969696}.audience-explorer__table--left{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:48px;margin-left:-5px}.audience-explorer__table--left>div{border-left:5px solid #fff}.audience-explorer__table--left img{margin-left:15px}.audience-explorer__table--left-selected{height:100%;border-left:5px solid #49627f!important}.audience-explorer__table--left-hovered{height:100%;border-left:5px solid #9ca0a5!important}.audience-explorer__table--selected{font-weight:500}.audience-explorer__table .table td .social-icon{height:38px}.audience-explorer__table .cell-content-wrapper{width:100%;font-size:13px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.audience-explorer__table .datetime-cell{text-align:center}.audience-explorer__table .datetime-cell__empty-date{font-weight:500}.audience-explorer__table .boolean-cell{width:100%;font-size:13px;text-align:center}.audience-explorer__table--account,.audience-explorer__table--number-of-users{color:#337ab7;text-decoration:none;cursor:pointer}.audience-explorer__table--account:hover,.audience-explorer__table--number-of-users:hover{color:#23527c;text-decoration:none}.audience-explorer__user--empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px);padding:5px;font-size:14px;font-family:Noto Sans,sans-serif}.audience-explorer__user--loader{height:-webkit-calc(100vh - 200px)!important;height:-moz-calc(100vh - 200px)!important;height:calc(100vh - 200px)!important}.audience-explorer__user--loader img{width:80px}.audience-explorer__user>div{height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px);padding:15px;overflow:auto}.audience-explorer__user--profile{width:100%;background-color:#fff;padding-bottom:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:default}.audience-explorer__user--profile--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:10px 10px 0}.audience-explorer__user--profile--header>div:first-child{position:relative}.audience-explorer__user--profile--header>div:first-child img{width:45px;height:45px;-o-object-fit:contain;object-fit:contain;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.audience-explorer__user--profile--header>div:first-child span{left:0;top:13px;position:absolute;width:100%;height:19px;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:500;font-stretch:condensed;text-align:center;color:#fff}.audience-explorer__user--profile--header>div:nth-child(2){padding-left:10px;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;color:#6d6c6c;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.audience-explorer__user--profile--details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-family:Noto Sans,sans-serif;font-stretch:condensed;color:#000;font-size:12px;padding:10px 20px;font-weight:300}.audience-explorer__user--profile--details>div{width:100%;padding-bottom:5px;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.audience-explorer__user--section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:15px 0 10px;padding:0 10px;cursor:default}.audience-explorer__user--section--title{color:#253445;font-size:12px;font-weight:500;margin-right:10px;font-family:Noto Sans,sans-serif}.audience-explorer__user--section--title:first-letter{text-transform:capitalize}.audience-explorer__user--section--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;margin-top:9px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.audience-explorer__user--segments{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px;background-color:#fff;cursor:default}.audience-explorer__user--segments>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;height:20px;line-height:20px;font-size:12px;color:#2b3d51;background-color:#e3eaf1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;padding:0 9px;margin:0 6px 6px 0}.audience-explorer__user--segments>div:last-child{margin:0 6px 0 0}.audience-explorer .dropdown-search{width:380px;padding-right:40px}.audience-explorer .dropdown-search__drop-down-panel{min-width:540px;top:-webkit-calc(100% - 1px);top:-moz-calc(100% - 1px);top:calc(100% - 1px)}.audience-explorer .dropdown-search__drop-down-panel .search-criteria{width:740px}.audience-explorer .dropdown-search__result-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.audience-explorer .dropdown-search__result-list .search-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;color:#000;font-size:12px;line-height:12px;cursor:pointer;border-top:1px solid #d8d8d8;padding:0 20px 0 30px}.audience-explorer .dropdown-search__result-list .search-item div{display:block;border:none;min-width:0;max-width:none;padding:0;height:auto;line-height:normal;vertical-align:baseline;vertical-align:initial;text-align:left;text-align:initial;color:#000;color:initial;white-space:normal;text-transform:none;margin-bottom:0}.audience-explorer .dropdown-search__result-list .search-item__description{width:195px;margin-right:30px}.audience-explorer .dropdown-search__result-list .search-item__name{white-space:nowrap!important}.audience-explorer .dropdown-search__result-list .search-item__asset-and-channel{width:40px;margin-right:37px}.audience-explorer .dropdown-search__result-list .search-item__asset-and-channel>div,.audience-explorer .dropdown-search__result-list .search-item__stats>div{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.audience-explorer .dropdown-search__result-list .search-item__stats>div{width:128px}.audience-explorer .dropdown-search__result-list .search-item__date{display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:60px}.aeh .save-enabled{color:#ff7f00;cursor:pointer}.aeh .save-disabled{color:#a0a3a1}.aeh__content{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.aeh__content,.aeh__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aeh__title{margin-right:30px}.aeh__title div{font-family:Noto Sans,sans-serif;font-size:18px;white-space:nowrap;color:#000}.aeh__title div:nth-child(2){margin-left:10px;font-weight:300;font-size:15px}.aeh__information{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.aeh__information img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);width:20px;height:20px}.aeh__information--name,.aeh__information--type{padding:0 10px;font-size:14px;font-weight:500}.aeh__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:24px;padding-left:24px}.aeh__actions .gpx-button .MuiButton-root.MuiButtonBase-root.MuiButton-text{height:30px;border:none;-webkit-box-shadow:inset 0 0 0 1px #d5dee8;-moz-box-shadow:inset 0 0 0 1px #d5dee8;box-shadow:inset 0 0 0 1px #d5dee8}.aeh__actions .gpx-button .MuiButton-root.MuiButtonBase-root.MuiButton-text .MuiButton-label{color:#0f87ec}.aeh__actions .export-csv-container{margin-left:16px}.aeh__dates,.aeh__product{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.aeh__dates--text,.aeh__product--text{font-size:12px;margin-right:12px;text-transform:capitalize;color:#557391}.aeh__dates--select,.aeh__product--select{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aeh__dates--select .env-selector,.aeh__product--select .env-selector{margin-left:10px;z-index:99}.aeh__bookmark{font-size:12px;margin-right:10px;padding-right:15px;border-right:1px solid #ededed}.aeh__bookmark,.aeh__bookmark--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aeh__bookmark--name{cursor:pointer}.aeh__bookmark--name img{padding-right:3px}.aeh__bookmark--name>div{font-weight:600;margin-right:13px}.aeh__bookmark--save{cursor:default;color:#9ca0a5}.aeh__bookmark--save--enabled{cursor:pointer;color:#ff7f00}.aeh__bookmarks{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px 5px 5px;font-size:12px;font-weight:300;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.aeh__bookmarks img{margin-right:10px}.aeh__bookmarks:hover{background-color:rgba(26,56,67,.05)}.aeh__export{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:700;font-family:Noto Sans,sans-serif}.aeh__export--button{padding:5px;cursor:pointer;margin-left:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.aeh__export--button:hover{background-color:#fff}.bookmarks__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;padding:0 30px;background-color:#fff;border-bottom:1px solid #e9e9e9}.bookmarks__header,.bookmarks__header--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bookmarks__header--add{cursor:pointer;color:#0f87ec;font-size:14px;font-family:Noto Sans,sans-serif;vertical-align:middle;border-left:1px solid #e9e9e9;padding-left:20px}.bookmarks__header--add img{padding-right:5px}.bookmarks__header--add div:first-letter{text-transform:capitalize}.bookmarks__header .search{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0}.bookmarks__empty{text-align:center;padding:50px 30px;font-family:Noto Sans,sans-serif;font-size:14px;color:#a0a3a1}.bookmarks__empty--text{margin-bottom:30px}.bookmarks__empty img{width:80px;height:80px;margin-left:30px}.bookmarks__new{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;min-height:55px;border-bottom:1px solid #e9e9e9;padding:0 30px 0 20px}.bookmarks__new .set-container button{height:24px!important;line-height:22px!important;border:1px solid #2090ed!important}.bookmarks__new .set-container button>div>div{height:24px!important}.bookmarks__new .set-container span{font-size:12px!important}.bookmarks__new .single-container button{height:24px!important;line-height:22px!important;border:1px solid #2090ed!important}.bookmarks__new .single-container button>div>div{height:24px!important}.bookmarks__new .single-container span{font-size:12px!important}.bookmarks__new input{outline:none;border:none;height:30px;background-color:#fff3e6;color:#000;font-size:13px;font-family:Noto Sans,sans-serif;padding:0 10px;margin-left:20px}.bookmarks__new input::-webkit-input-placeholder{font-size:13px}.bookmarks__new input:-moz-placeholder,.bookmarks__new input::-moz-placeholder{font-size:13px}.bookmarks__new input:-ms-input-placeholder{font-size:13px}.bookmarks__new input::-ms-input-placeholder{font-size:13px}.bookmarks__new input::placeholder{font-size:13px}.bookmarks__new img{width:20px;height:20px}.bookmarks__new>div{position:relative}.bookmarks__new--error{position:absolute;top:28px;left:44px;font-size:10px;color:red}.bookmarks__content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:342px;overflow:auto;background-color:#f8f8f7}.bookmarks__bookmark,.bookmarks__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bookmarks__bookmark{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:38px;padding:0 20px;background-color:#fff;border-bottom:1px solid #e9e9e9}.bookmarks__bookmark>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bookmarks__bookmark:hover{border-left:5px solid #a0a3a1;padding-left:15px}.bookmarks__bookmark input{outline:none;border:none;height:30px;background-color:#fff3e6;color:#000;font-size:13px;font-family:Noto Sans,sans-serif;padding:0 10px;margin-left:20px}.bookmarks__bookmark input::-webkit-input-placeholder{font-size:13px}.bookmarks__bookmark input:-moz-placeholder,.bookmarks__bookmark input::-moz-placeholder{font-size:13px}.bookmarks__bookmark input:-ms-input-placeholder{font-size:13px}.bookmarks__bookmark input::-ms-input-placeholder{font-size:13px}.bookmarks__bookmark input::placeholder{font-size:13px}.bookmarks__bookmark.current{border-left:5px solid #49627f}.bookmarks__bookmark--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;font-size:13px;overflow:hidden;color:#000}.bookmarks__bookmark--name:hover{font-weight:600}.bookmarks__bookmark--name>div{display:block;cursor:pointer;margin:0 20px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bookmarks__bookmark--name img{width:20px;height:20px}.bookmarks__bookmark--actions{display:none;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #eee;padding-right:10px;margin-right:10px}.bookmarks__bookmark--actions--visible{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bookmarks__bookmark--actions img{cursor:pointer}.bookmarks__bookmark--actions img:first-child{margin-right:10px}.bookmarks__bookmark--reports,.bookmarks__bookmark--reports>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bookmarks__bookmark--reports>div{margin-right:10px}.bookmarks__bookmark--reports>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;text-transform:capitalize;color:#a0a3a1;font-weight:300}.bookmarks__bookmark--reports>div .chb-checked{color:#000}.bookmark-delete-warning .warning-deletion{width:100%;word-break:break-word}.bookmark-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:11px;color:#33deff;font-family:Noto Sans,sans-serif}.bookmark-tooltip>div{text-align:left}.bookmark-tooltip>div span{color:#ffa64d}.bookmark-tooltip>div:first-child{border-bottom:1px solid rgba(160,163,161,.5);margin-bottom:5px;padding-bottom:5px;color:#85e020}.bookmark-tooltip>div:first-child span{color:#33deff}.dropdown-search{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:400px;height:56px}.dropdown-search:after{content:"";background-image:url(/search-orange.svg);display:none}.dropdown-search__input-wrapper{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;height:32px;padding-left:45px;padding-bottom:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.dropdown-search__input-icon{position:absolute;top:6px;left:15px;width:18px;height:18px;background:rgba(0,0,0,0) url(/search-blue.svg) 0 0 no-repeat}.dropdown-search__input:focus+.dropdown-search__input-icon{background-image:url(/search-orange.svg)}.dropdown-search__input{width:100%;border:0;font-family:Noto Sans,sans-serif;font-size:14px;color:#000;outline:0;position:relative;top:1px;height:30px}.dropdown-search__input::-webkit-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.dropdown-search__input:-moz-placeholder,.dropdown-search__input::-moz-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.dropdown-search__input:-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.dropdown-search__input::-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.dropdown-search__input::placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.dropdown-search__toggle-filter-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;margin:0 10px 0 15px}.dropdown-search__toggle-filter-button--active{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-search__drop-down-panel{position:absolute;min-width:400px;top:-webkit-calc(100% - 6px);top:-moz-calc(100% - 6px);top:calc(100% - 6px);left:0;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background-color:#fdfbf9;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.2);-moz-box-shadow:0 4px 4px 0 rgba(0,0,0,.2);box-shadow:0 4px 4px 0 rgba(0,0,0,.2);z-index:99}.dropdown-search__scrollable-list-wrapper{max-height:402px;overflow-y:auto;overflow-x:hidden}.dropdown-search__result-list{display:table;table-layout:fixed;min-width:100%}.dropdown-search__result-empty{font-weight:700}.dropdown-search__loading,.dropdown-search__result-empty{height:100px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #d8d8d8}.dropdown-search__loading{background:rgba(0,0,0,0) url(/three-dots-loader.gif) 50% no-repeat;-webkit-background-size:15% 15%;-moz-background-size:15%;-o-background-size:15%;background-size:15%}.search-item{display:table-row;font-family:Noto Sans,sans-serif;color:#000;font-size:12px;line-height:12px;cursor:pointer}.search-item>div{display:table-cell;border-top:1px solid #d8d8d8;vertical-align:middle}.search-item__description{max-width:300px;padding-top:12px;padding-bottom:15px;padding-left:28px}.search-item__name{font-family:Noto Sans,sans-serif;font-size:15px;text-align:left;min-height:20px;line-height:20px;margin-bottom:5px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search-item__audience{text-align:left;height:14px;line-height:14px;font-weight:300}.search-item__asset-and-channel{max-width:90px;padding-top:6px;padding-bottom:15px;padding-left:28px;vertical-align:bottom}.search-item__asset{height:26px;text-align:center}.search-item__channel{height:12px;text-align:center;font-weight:300}.search-item__stats{max-width:110px;padding-top:12px;padding-bottom:15px;padding-left:23px}.search-item__state{height:12px;margin-bottom:8px;text-align:left;color:#404040}.search-item__creator{height:12px;text-align:left;font-weight:300;text-transform:capitalize;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search-item__date{max-width:100px;padding:12px 20px 15px 24px}.search-item__month-and-day{height:12px;margin-bottom:8px;text-align:right;font-weight:500;white-space:nowrap}.search-item__year{height:12px;text-align:right;font-weight:300}.search-item__highlighted{color:#58a5ff;font-weight:700}.search-criteria{width:500px;padding:14px 17px 13px 30px;background-color:#f2f1ef}.search-criteria,.search-criteria__fields{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.search-criteria__fields{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.search-criteria__fields>div{width:150px}.search-criteria__fields>div .gpx-checkbox__label{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-right:10px}.search-criteria__buttons{width:80px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.search-criteria__button{margin-bottom:8px;font-size:13px;font-weight:500;line-heigth:13px;color:#ff7f00;cursor:pointer}.audience-content{position:relative}.audience-content,.audience-content__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.audience-content__data{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:hidden}.audience-content__data .table-v3{padding:5px}.audience-content__data .table-v3 .inner-container-left{width:100%;height:32px;margin-right:10px;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-shadow:inset -1px 0 0 0 #e3eaf1;-moz-box-shadow:inset -1px 0 0 0 #e3eaf1;box-shadow:inset -1px 0 0 0 #e3eaf1}.audience-content .cell_trend span{font-size:14px;text-align:right;margin-right:7px;color:#0f87ec;font-family:Noto Sans,sans-serif}.audience-content .cell_trend img{position:relative;bottom:5px}.audience-content .cell_trend_equals span{margin-right:0}.audience-content .cell_trend_negative span{color:#fc3f1d}.audience-content__special{width:100%;text-align:left}.audience-content__special>div{font-size:12px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;text-decoration:none;color:#0f87ec}.audience-content__special>div:hover{text-decoration:underline}.audience-content__special-zero{width:100%;text-align:left}.audience-content__special-zero>div{font-size:12px;color:#3d566f}.audience-content__special-zero>div:hover{text-decoration:none}.audience-content__sidebar{width:0;min-width:0;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.audience-content__sidebar .MuiTabs-root{z-index:0!important}.audience-content__sidebar>div{width:260px}.audience-content__sidebar--open{min-width:260px;width:260px}.audience-content .user-panel{background-color:#fff}.account-preference-cell__wrap{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:82px;height:21px;padding:4px}.account-preference-cell__wrap:hover{cursor:pointer;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#b3def6}.account-preference-cell__wrap--title{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.account-preference-cell__tooltip{width:289px;height:365px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:16px;gap:16px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:start;padding:8px 0}.account-preference-cell__tooltip--header{color:#181f26;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.account-preference-cell__tooltip--sub-header{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.account-preference-cell__tooltip--preferences{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;height:28px;padding:4px;grid-gap:16px;gap:16px;text-align:start;color:#181f26;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.account-preference-cell__tooltip--preferences>div{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:8px;gap:8px;width:100%}.account-preference-cell__tooltip--preferences>div,.account-preference-cell__tooltip--preferences__wrap--state{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.account-preference-cell__tooltip--preferences__wrap--state{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:10px;gap:10px;width:120px}.account-preference-cell__tooltip--preferences__wrap--state__title{width:52px}.account-preference-cell__tooltip--preferences__wrap--enabled{width:12px;height:12px;background:#56d791;border:1px solid #56d791;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.account-preference-cell__tooltip--preferences__wrap--disabled{width:12px;height:12px;background:#f75d4f;border:1px solid #f75d4f;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.account-preference-cell__tooltip--preferences__wrap--not-set{width:12px;height:12px;background:#d5d9de;border:1px solid #d5d9de;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.table-v3{min-width:100%}.table-v3 .rthfc-td-fixed{opacity:1!important}.table-v3 .channel-cell svg circle,.table-v3 .channel-cell svg path,.table-v3 .channel-cell svg rect{stroke:#0369e9}.table-v3 .environment-cell{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-v3 .environment-cell,.table-v3 .environment-cell__env{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.table-v3 .environment-cell__env{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:17px;height:17px;color:#000;font-size:10px;line-height:18px;margin-right:5px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;cursor:default}.table-v3 .environment-cell__env--P{color:#fff;background-color:#2090ed}.table-v3 .environment-cell__env--I,.table-v3 .environment-cell__env--Q,.table-v3 .environment-cell__env--S{background-color:#e7ebed}.table-v3 .tooltip-v2{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table-v3__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.table-v3__highlighted{background-color:#f3f9fe}.table-v3 .ReactTable{width:100%;border:none;background-color:#fff}.table-v3 .ReactTable .-loading .app-loader{height:auto}.table-v3 .ReactTable .rt-resizer{z-index:1}.table-v3 .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background-color:#f3f9fe}.table-v3 .ReactTable .rt-thead.-header{background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #d5dee8;-moz-box-shadow:inset 0 -1px 0 0 #d5dee8;box-shadow:inset 0 -1px 0 0 #d5dee8}.table-v3 .ReactTable .rt-thead .rt-th{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:38px;outline:none;color:#557391;font-weight:500;font-size:12px}.table-v3 .ReactTable .rt-thead .rt-th.additional-columns{border-right:none!important}.table-v3 .ReactTable .rt-thead .rt-th.-sort-desc{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.table-v3 .ReactTable .rt-thead .rt-th.-sort-desc:after{content:url(/sorted-desc.svg);margin-left:10px}.table-v3 .ReactTable .rt-thead .rt-th.-sort-asc{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.table-v3 .ReactTable .rt-thead .rt-th.-sort-asc:after{content:url(/sorted-asc.svg);margin-left:10px}.table-v3 .ReactTable .rt-thead .rt-th .rt-resizable-header-content{padding-left:15px}.table-v3 .ReactTable .rt-tbody .rt-tr{overflow:hidden}.table-v3 .ReactTable .rt-tbody .rt-tr-group{height:48px;max-height:48px}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;border:none;-webkit-transition-property:width,min-width,padding,opacity,border;-o-transition-property:width,min-width,padding,opacity,border;-moz-transition-property:width,min-width,padding,opacity,border;transition-property:width,min-width,padding,opacity,border}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .special-cell{cursor:default;color:#3d566f;font-size:12px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td.align-right{text-align:right;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .delete-cell,.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .edit-cell{cursor:pointer}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .number-cell,.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .string-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:auto}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .number-cell__with-event:hover,.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .string-cell__with-event:hover{text-decoration:underline}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .number-cell>div:first-child,.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .string-cell>div:first-child{font-size:12px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .comment-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .comment-cell__with-event:hover{text-decoration:underline}.table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .comment-cell>div:first-child{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.rthfc .rt-thead.-header,.rthfc .rt-thead.-headerGroups{z-index:3}.rthfc .rt-thead.-filters{z-index:2}.rthfc-td-fixed{-webkit-box-shadow:inset .5px 0 0 0 #e2eaef;-moz-box-shadow:inset .5px 0 0 0 #e2eaef;box-shadow:inset .5px 0 0 0 #e2eaef}.rthfc .rt-td,.rthfc .rt-th{background-color:#fff}.rthfc .-headerGroups .rt-th,.rthfc.-striped .rt-tr.-odd .rt-td{background-color:#f7f7f7}.rthfc.-highlight .rt-tr:hover .rt-td{background-color:#f2f2f2}.rthfc .-filters .rt-th.rthfc-th-fixed-left-last,.rthfc .rt-td.rthfc-td-fixed-left-last,.rthfc .rt-th.rthfc-th-fixed-left-last{border-right:1px solid #ccc}.rthfc .rt-td.rthfc-td-fixed-right-first,.rthfc .rt-th.rthfc-th-fixed-right-first{border-left:1px solid #ccc}.rthfc.-sp .rt-tbody{overflow:visible;-webkit-flex:1 0 auto;-moz-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.rthfc.-sp .rt-thead{position:-webkit-sticky;position:sticky}.rthfc.-sp .rt-thead.-headerGroups{border-bottom-color:#f2f2f2}.rthfc.-sp .rt-tfoot{bottom:0}.rthfc.-sp .rt-tfoot,.rthfc.-sp .rthfc-td-fixed,.rthfc.-sp .rthfc-th-fixed{position:-webkit-sticky;position:sticky;z-index:1}.rthfc.-sp .rthfc-th-fixed{z-index:11}.rthfc.-sp .rthfc-td-fixed-left,.rthfc.-sp .rthfc-td-fixed-right,.rthfc.-sp .rthfc-th-fixed-left,.rthfc.-sp .rthfc-th-fixed-right{left:0}.rthfc.-se .-filters .rt-th.rthfc-th-fixed,.rthfc.-se .-header .rt-th.rthfc-th-fixed,.rthfc.-se .-headerGroups .rt-th.rthfc-th-fixed,.rthfc.-se .rt-td.rthfc-td-fixed{position:relative;z-index:1}.rthfc.-se .-header .rt-th.rthfc-th-fixed{z-index:11}.datetime-cell{color:#3d566f;text-align:left!important;font-family:Noto Sans,sans-serif;padding-right:14px;overflow:hidden;font-size:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.datetime-cell .date,.datetime-cell .day,.datetime-cell .time{padding:5px}.v3-modified-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3px}.v3-modified-tooltip__name{color:#36c3de}.v3-modified-tooltip__date{color:#fba44e;margin-right:10px}.v3-modified-tooltip__hour{color:#d7d6d7}.scopes-tooltip{font-family:Noto Sans,sans-serif;margin:10px;text-align:left;color:#fff;font-size:13px}.scopes-tooltip__rule{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.scopes-tooltip__rule>div{margin-right:10px}.scopes-tooltip__rule--title{color:#d7d6d7}.scopes-tooltip__rule--operator{color:#33deff}.scopes-tooltip__rule--value{color:#ffa64d}.mobile-screen-tooltip{color:#ffa64d;margin:10px}.mobile-screen-tooltip .operator{padding:0 5px;color:#33deff}.mobile-screen-tooltip .condition{padding:0 5px;color:#85e020}.mobile-screen-tooltip .value{padding:0 5px;color:#ffa64d}.mobile-screen-tooltip .key{padding:0 5px;color:#d7d6d7}.table-pagination{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:-10px -10px 10px;height:42px;background-color:#fff;font-family:Noto Sans,sans-serif;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1;font-size:12px;color:#000}.table-pagination,.table-pagination__controls__selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-pagination__controls__selector{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.table-pagination__controls{display:inherit;-webkit-align-items:inherit;-moz-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.table-pagination__stats{margin-right:15px;white-space:nowrap}.table-pagination__button{width:22px;height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;background-position:50%;background-repeat:no-repeat;cursor:pointer}.table-pagination__button--previous{background-image:url(/chevron-right-blue.svg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.table-pagination__button--previous.table-pagination__button--disabled{background-image:url(/chevron-left-gray.svg);-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.table-pagination__button--next{margin:0 15px 0 5px;background-image:url(/chevron-right-blue.svg)}.table-pagination__button--next.table-pagination__button--disabled{background-image:url(/chevron-left-gray.svg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.table-pagination__button--disabled{cursor:default}.table-pagination__page-size-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-right:40px}.table-pagination__page-size-selector .apt-select{width:57px;margin-right:10px}.table-pagination__page-size-selector .react-select{width:67px;margin-right:10px}.table-pagination .inner-container-left,.table-pagination__data-slicer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-pagination__data-slicer{height:32px;padding:0 15px 0 10px;border-left:1px solid #e3eaf1;margin-left:-20px;cursor:pointer}.table-pagination__data-slicer>div{width:20px;height:25px;line-height:25px;font-size:22px;font-weight:300;color:#0f87ec}.table-pagination__data-slicer--open>div{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.columns-arr{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:430px;background-color:#eceff1}.columns-arr__disabled{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.4);z-index:9}.columns-arr__disabled>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:265px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.columns-arr__disabled>div>div{width:60%;color:#000;padding:20px;font-size:14px;text-align:center;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3)}.columns-arr__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;min-height:40px;-webkit-box-shadow:inset 0 -1px 0 0 #e9e9e9;-moz-box-shadow:inset 0 -1px 0 0 #e9e9e9;box-shadow:inset 0 -1px 0 0 #e9e9e9;padding:0 25px 0 30px;background-color:#fff}.columns-arr__header,.columns-arr__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.columns-arr__header--search>input{outline:none;border:none;margin-left:5px;font-size:14px;caret-color:#0f87ec}.columns-arr__header--search>input::-webkit-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.columns-arr__header--search>input:-moz-placeholder,.columns-arr__header--search>input::-moz-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.columns-arr__header--search>input:-ms-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.columns-arr__header--search>input::-ms-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.columns-arr__header--search>input::placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.columns-arr__header--all{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a3a1;font-size:12px;font-weight:300;padding-right:15px;-webkit-box-shadow:inset -1px 0 0 0 #ededed;-moz-box-shadow:inset -1px 0 0 0 #ededed;box-shadow:inset -1px 0 0 0 #ededed;width:170px}.columns-arr__header--all,.columns-arr__header--all>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.columns-arr__header--all>div{cursor:pointer;margin-right:10px}.columns-arr__header--all>div:hover{color:#0f87ec}.columns-arr__header--all>div:first-child{margin-right:10px}.columns-arr__header--all>div:last-child{width:65px;text-align:right;font-size:9px;font-weight:700;text-transform:uppercase}.columns-arr__header--all>div:last-child img{margin-right:5px}.columns-arr__header--clear{margin-left:15px;font-size:13px;font-weight:500;color:#ff7f00;cursor:pointer}.columns-arr__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:390px}.columns-arr__wrapper--available{position:relative;width:230px;background-color:#fff;height:100%}.columns-arr__wrapper--overlay{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background-color:rgba(0,0,0,.1)}.columns-arr__wrapper--items{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:507px;background-color:#f8f8f7}.columns-arr__empty,.columns-arr__wrapper--items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.columns-arr__empty{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:12px;font-family:Noto Sans,sans-serif;text-align:center}.columns-arr__empty>div{margin:15px 0 25px;padding:0 20px}.columns-arr__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed;height:48px;padding:0 20px;font-size:12px;cursor:pointer;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-family:Noto Sans,sans-serif}.columns-arr__item:hover{-webkit-box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;background-color:#fbfbfb}.columns-arr__item--initials{height:34px;width:34px;line-height:27px;text-align:center;border:2px solid #cfd8dc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:2px;color:#fff;margin-right:10px}.columns-arr__item--initials>span{display:block;height:26px;width:26px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:12px;font-weight:700;letter-spacing:.8px;background-color:#cfd8dc}.columns-arr__item--initials>span>img{position:relative;bottom:1px}.columns-arr__item--info{width:140px}.columns-arr__item--info>div{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#a0a3a1}.columns-arr__item--info>div:first-child{color:#000}.columns-arr .column-list__categories{height:100%;overflow:auto}.columns-arr .column-list__category--name{text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:20px;padding:0 15px;border-bottom:1px solid #e9e9e9;overflow:hidden;color:#000;background:#e9e9e9}.columns-arr .column-list__category--name .arrow{cursor:pointer;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.columns-arr .column-list__category--name .arrow.collapsed{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.columns-arr .column-list__category--name .arrow img{width:20px;height:20px}.columns-arr .column-list__items{overflow:hidden}.columns-arr .column-list__items,.columns-arr .column-list__items-collapsed{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.columns-arr .column-list__items-collapsed{max-height:0}.columns-arrd-item{max-width:270px;margin-bottom:10px}.columns-arrd-item>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:22px;min-height:22px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;padding-left:8px}.columns-arrd-item>div:first-child>span{color:#000;font-size:12px;font-weight:500;margin-right:8px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.columns-arrd-item img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.columns-arrd-item .tooltip-v2{max-width:100%}.columns-arrd-item__tip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:11px}.columns-arrd-item__tip>div:first-child{color:#ffa64d}.columns-arrd-item__tip>div:last-child{-webkit-box-shadow:inset 0 1px 0 0 #636463;-moz-box-shadow:inset 0 1px 0 0 #636463;box-shadow:inset 0 1px 0 0 #636463;margin-top:5px;padding-top:5px;color:#a0a3a1;width:100%;text-align:left}.columns-arr__sortable-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0 20px;background-color:rgba(0,0,0,0);border-bottom:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#333;font-size:13px;font-weight:400;z-index:9999}.columns-arr__sortable-item:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:-o-transform .2s;-moz-transition:transform .2s,-moz-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.columns-arr__sortable-item__wrapper{height:45px;padding:0 10px}.columns-arr__sortable-item__inner,.columns-arr__sortable-item__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.columns-arr__sortable-item__inner{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.columns-arr__sortable-item__inner .divider-line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:3px}.columns-arr__sortable-item__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:Noto Sans,sans-serif}.columns-arr__sortable-item__title img{margin-right:10px}.columns-arr__sortable-item__title div{text-align:left;margin-right:10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.columns-arr__sortable-item__title .dragging-indicator{color:#797979;font-size:15px;margin-right:5px}.columns-arr__sortable-item .vertical-green-line{height:0;display:none}.columns-arr__sortable-list{height:100%;overflow-y:scroll;width:100%;padding:10px 0}.columns-arr__sortable-list .sortable-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.columns-arr__sortable-list .sortable-item .vertical-green-line{display:block;margin:2px 0 0 10px;width:1px;height:15px;background-color:#2090ed}.audience-sortable-column-item{background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.data-slicer{width:260px;height:-webkit-calc(100vh - 149px);height:-moz-calc(100vh - 149px);height:calc(100vh - 149px);overflow:hidden;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.data-slicer__filters{height:-webkit-calc(100vh - 200px);height:-moz-calc(100vh - 200px);height:calc(100vh - 200px);overflow:auto}.data-slicer__filters--loader{height:100%}.data-slicer__filters--loader img{width:80px}.data-slicer__filters--incompatible{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:500px;height:48px;font-size:12px;margin-left:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 12px;border:1px solid #e3eaf1;background-color:rgba(117,150,183,.05)}.data-slicer__filters--incompatible>div{position:relative;top:1px;margin-left:10px;white-space:normal}.data-slicer__empty{padding:50px 30px;font-family:Noto Sans,sans-serif;font-size:14px;color:#a0a3a1;text-align:center}.data-slicer__empty--text,.data-slicer__empty img{margin-bottom:30px}.data-slicer__empty--add{margin:0 auto;line-height:32px;border:1px solid #0f87ec}.dsp-header{height:50px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 30px 10px 0;border-bottom:1px solid #eee;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.dsp-header__title{font-size:15px;color:#000;font-family:Noto Sans,sans-serif}.dsp-header__title:first-letter{text-transform:capitalize}.dsp-header__opts--hover{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.dsp-header__opts .dropdown__trigger{text-decoration:none}.dsp-header__opts .dropdown__trigger>div{font-size:21px;color:#0f87ec;letter-spacing:1px;position:relative;bottom:2px;cursor:pointer;padding:0 5px}.dsp-header__opts .dropdown__trigger>div:hover{-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.dsp-header__opts .dropdown__content,.dsp-header__opts .dropdown__trigger>div:hover{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.dsp-header__opts .dropdown__content{width:140px;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.2);-moz-box-shadow:0 2px 6px 0 rgba(0,0,0,.2);box-shadow:0 2px 6px 0 rgba(0,0,0,.2);padding:10px 0;z-index:110}.dsp-header__opts .dropdown__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:30px;padding:0 10px;cursor:pointer}.dsp-header__opts .dropdown__content>div:hover{background-color:rgba(26,56,67,.05)}.dsp-header__opts .dropdown__content>div div{font-family:Noto Sans,sans-serif;font-size:13px}.dsp-header__opts .dropdown__content>div img{margin-right:10px}.dsp-header__opts--disabled{cursor:not-allowed!important;color:#a0a3a1}.dsp-header__opts--disabled:hover{background-color:#fff!important}.dsp-header__saved-filters{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:pointer;height:24px;line-height:24px;font-size:12px;padding:15px}.dsp-header__saved-filters img{margin-right:5px}.dsp-header__saved-filters:hover{background-color:rgba(26,56,67,.05)}.dse-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;min-height:50px;padding:0 20px 0 15px;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;background-color:#fff;position:relative}.dse-header,.dse-header>div,.dse-header__edit{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dse-header__edit{height:30px;font-size:12px;text-transform:capitalize;padding:0 10px 0 5px;cursor:pointer;margin-right:8px;font-family:Noto Sans,sans-serif;font-weight:300}.dse-header__edit img{margin-right:5px}.dse-header__edit:hover{background-color:rgba(26,56,67,.05)}.dse-header__apply{border-left:1px solid #ededed;padding-left:12px}.dse-header__apply button{height:24px;line-height:24px;font-size:12px;padding:0 15.5px}.segments{position:relative;min-height:100%}.segments__main-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:16px;width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segments__main-header__search{width:280px!important}.segments__main-header__selection{padding:4px 4px 4px 8px}.segments__main-header__selection:hover{background:#f5f7f9}.segments__main-header__selection .react-select__control{background-color:unset!important}.segments__main-header__selection .react-select__value-container{font-weight:600;height:24px!important;font-size:15px}.segments-csv-popup .gpx-popup__title{font-weight:600!important}.segments-csv-popup .gpx-dialog__actions{margin-bottom:24px!important}.segments-csv-popup .gpx-dialog__actions .MuiButton-label{font-weight:600!important;font-size:14px!important}.segments-csv-popup .gpx-popup__content{margin-left:-4px}.segments .table-pagination{margin:0 0 5px}.segments__search-overlay{position:absolute;top:59px;left:0;right:0;bottom:0;background-color:#182a30;opacity:.75;z-index:1}.segments__table{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;overflow:auto;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.segments__table--name{cursor:default;color:#3d566f;font-size:12px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;width:100%!important}.segments__table--name__wrap{color:#0369e9}.segments__table--name__wrap:hover{text-decoration:underline}.segments__table--name__info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d6c1ba;background-color:#eee5e2;margin-left:8px;padding:0 4px}.segments__table--name__info:hover{text-decoration:none}.segments__table--name__info>div{font-size:11px}.segments__table>div{position:relative}.segments__table>div .react-bs-table-container{max-height:-webkit-calc(100vh - 170px);max-height:-moz-calc(100vh - 170px);max-height:calc(100vh - 170px);overflow-y:scroll}.segments__table>div .react-bs-table-container .react-bs-container-header{position:absolute;top:0;left:0;z-index:1}.segments__table>div .react-bs-table-container .react-bs-container-body{padding-top:31px}.segments__table>div .react-bs-table-container .react-bs-container-body tr{height:56px}.segments__table>div .react-bs-table-container .react-bs-container-body td{padding:0!important}.segments__table>div .react-bs-table-container .table .inner-container-right{-webkit-flex-grow:8;-moz-box-flex:8;-ms-flex-positive:8;flex-grow:8}.segments__table>div .react-bs-table-container .table th[data-field=name]{padding-left:20px;text-align:left!important}.segments__table>div .react-bs-table-container .table th[data-field=createdDate]{text-align:right!important;padding-right:50px}.segments__table>div .react-bs-table-container .table th[data-field=createdBy]{text-align:center!important}.segments__table>div .react-bs-table-container .table th[data-field=modifiedDate]{text-align:right!important}.segments__table>div .react-bs-table-container .table td .marked{width:17px;margin-left:11px}.segments__table>div .react-bs-table-container .table td .name{font-family:Noto Sans,sans-serif;font-size:13px;color:#000;text-align:left;padding-left:12px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.segments__table>div .react-bs-table-container .table td .modifiedDate{text-align:right;width:81%}.segments__table>div .react-bs-table-container .table td .created-date{font-family:Noto Sans,sans-serif;text-align:right}.segments__table>div .react-bs-table-container .table td .created-by{font-family:Noto Sans,sans-serif;color:#9ca0a5;font-size:12px;text-align:center;text-transform:capitalize;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.segments__table>div .react-bs-table-container .table td .delete{text-align:left}.segments__table>div .react-bs-table-container .table td .delete-img,.segments__table>div .react-bs-table-container .table td .edit-img{cursor:pointer!important}.segments-form{width:680px;margin:0 12px}.segments-form__header{line-height:1.71;color:#181f26}.segments-form__wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.segments-form__wrap--csv-card,.segments-form__wrap--rules-card{width:312px;height:140px;cursor:pointer;border:1px solid #e6e9ec;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-row-gap:8px;row-gap:8px;margin-top:16px;margin-bottom:16px}.segments-form__wrap--csv-card:hover,.segments-form__wrap--rules-card:hover{background-color:#f5f9fe}.segments-form__wrap--csv-card:hover .segments-form__wrap--csv-card__container--icon>img,.segments-form__wrap--csv-card:hover .segments-form__wrap--rules-card__container--icon>img,.segments-form__wrap--rules-card:hover .segments-form__wrap--csv-card__container--icon>img,.segments-form__wrap--rules-card:hover .segments-form__wrap--rules-card__container--icon>img{background-color:#e6f0fd}.segments-form__wrap--csv-card__selected,.segments-form__wrap--rules-card__selected{-webkit-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);-moz-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);border:1px solid #0369e9;position:relative}.segments-form__wrap--csv-card__selected>span,.segments-form__wrap--rules-card__selected>span{top:-12px;left:297px;position:absolute}.segments-form__wrap--csv-card__selected .segments-form__wrap--csv-card__container--icon>img,.segments-form__wrap--csv-card__selected .segments-form__wrap--rules-card__container--icon>img,.segments-form__wrap--rules-card__selected .segments-form__wrap--csv-card__container--icon>img,.segments-form__wrap--rules-card__selected .segments-form__wrap--rules-card__container--icon>img{background-color:#e6f0fd}.segments-form__wrap--csv-card__container,.segments-form__wrap--rules-card__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.segments-form__wrap--csv-card__container--icon,.segments-form__wrap--rules-card__container--icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.segments-form__wrap--csv-card__container--icon>img,.segments-form__wrap--rules-card__container--icon>img{justify-items:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:40px;height:40px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:8px;background-color:#f5f7f9;margin:auto}.segments-form__wrap--csv-card__container--info,.segments-form__wrap--rules-card__container--info{height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:fixed;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #96d1f3;background-color:#d3ecfa}.segments-form__wrap--csv-card__container--info>span,.segments-form__wrap--rules-card__container--info>span{height:16px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:11px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.45;letter-spacing:normal;text-align:left;color:#13638e}.segments-form__wrap--csv-card__title,.segments-form__wrap--rules-card__title{height:24px;font-size:14px;font-weight:600;line-height:1.71;text-align:center;color:#181f26}.segments-form__wrap--csv-card__msg,.segments-form__wrap--rules-card__msg{height:32px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:12px;font-weight:400;line-height:1.33;text-align:center;color:#5f6c7a}.segments-form__wrap--csv-card>img,.segments-form__wrap--csv-card>svg,.segments-form__wrap--rules-card>img,.segments-form__wrap--rules-card>svg{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:40px;height:40px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:8px;background-color:#f5f7f9}.segments-create__header{padding:12px 24px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:56px;width:100%;border-bottom:1px solid #e6e9ec;background-color:#fff}.segments-create__header,.segments-create__header--selection{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.segments-create__header--selection{grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.segments-create__header--selection>img{cursor:pointer}.segments-create__header--selection>img:hover{background:#e6f0fd}.segments-create__header--name{width:312px}.segments-create__footer{height:56px;background-color:#fff;border:1px solid #e6e9ec;padding:12px;position:relative}.segments-create__footer,.segments-create__footer--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.segments-create__footer--buttons{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px;width:100%;height:32px}.segments-create__footer--buttons .gpx-button .MuiButton-root{height:32px!important}.segments-create__footer--buttons .gpx-button .MuiButton-label{font-size:14px!important}.segments-create-csv{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;overflow:auto;padding:24px 0;text-align:start;height:-webkit-calc(100vh - 159px);height:-moz-calc(100vh - 159px);height:calc(100vh - 159px)}.segments-create-csv__selection--title{font-size:16px;font-weight:600;font-stretch:normal;color:#181f26;height:24px}.segments-create-csv__selection--card{width:448px;height:100px;padding:24px;margin:16px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #0369e9;background-color:#f5f9fe;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.segments-create-csv__selection--card__title{font-size:16px;height:24px;font-weight:600;color:#181f26;line-height:1.71}.segments-create-csv__selection--card__subtitle{margin-top:4px;height:24px;font-size:14px;color:#5f6c7a;font-weight:400;line-height:1.71}.segments-create-csv__upload{margin:auto;overflow-y:auto;width:920px;height:740px;padding:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);background-color:#fff}.segments-create-csv__upload--configure{margin-top:24px}.segments-create-csv__upload--configure .gpx-accordion{border:1px solid #e3eaf1}.segments-create-csv__upload--configure .gpx-accordion__summary{font-weight:600}.segments-create-csv__upload--configure__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:24px;row-gap:24px}.segments-create-csv__upload--configure__wrapper .gpx-select{max-width:264px!important;width:264px!important}.segments-create-csv__upload--configure__wrapper--first,.segments-create-csv__upload--configure__wrapper--second{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:16px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.segments-create-csv__upload--file{margin:24px 0}.segments-create-csv__upload--file__menu-popover{width:203px;height:80px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 24px 56px 0 rgba(52,56,58,.1607843137254902);-moz-box-shadow:0 24px 56px 0 rgba(52,56,58,.1607843137254902);box-shadow:0 24px 56px 0 rgba(52,56,58,.1607843137254902);padding:12px 0}.segments-create-csv__upload--file__menu-popover :hover{background:#e6f0fd}.segments-create-csv__upload--file__menu-popover :hover>span{color:#0369e9}.segments-create-csv__upload--file__menu-popover--item{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:32px;cursor:pointer;line-height:32px;padding:0 16px}.segments-create-csv__upload--file__menu-popover--item,.segments-create-csv__upload--file__subtitle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segments-create-csv__upload--file__subtitle{color:#5f6c7a;font-size:12px;margin-bottom:16px;font-weight:400;font-style:normal;line-height:1.33;list-style-type:circle;height:16px;grid-gap:16px;gap:16px}.segments-create-csv__upload--file__subtitle>span{font-size:12px;font-weight:600;color:#0369e9;cursor:pointer}.segments-create-csv__upload--file__error-msg>div{color:#dc3626;font-size:12px;height:16px;margin-top:-16px}.segments-create-csv__upload--file__mapping{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.segments-create-csv__upload--file__mapping--title{color:#181f26;height:24px;font-size:14px;font-weight:600}.segments-create-csv__upload--file__mapping--subtitle{height:16px;font-size:12px;font-weight:400;line-height:16px;text-align:left;color:#5f6c7a}.segments-create-csv__upload--file__mapping--sel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;margin-top:12px}.segments-create-csv__upload--file__mapping--sel .gpx-select{max-width:264px!important;width:264px!important}.segments-create-csv__upload--file__mapping--sel .gpx-select .react-select__menu-list{max-height:178px!important}.segments-create-csv__upload--file__mapping--sel>img{margin-bottom:-19px}.segments-create-csv__upload--file__card{border:1px solid #e6e9ec;width:872px;height:192px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-row-gap:8px;row-gap:8px}.segments-create-csv__upload--file__card--error{border:1px solid #fcbeb9}.segments-create-csv__upload--file__card:hover{background-color:#e6f0fd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d2e4fb;cursor:pointer}.segments-create-csv__upload--file__card--wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-row-gap:8px;row-gap:8px;width:100%;height:192px}.segments-create-csv__upload--file__card--wrap__drag{color:#181f26;font-size:14px;line-height:1.71;height:24px}.segments-create-csv__upload--file__card--wrap__drag>span{color:#0369e9}.segments-create-csv__upload--file__card--file-name{height:16px;font-size:12px;font-weight:400;line-height:1.33;color:#5f6c7a}.segments-create-csv__upload--file__card--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.segments-create-csv__upload--file__card--buttons .gpx-button .MuiButton-root{height:24px!important}.segments-create-csv__upload--file__card--buttons .gpx-button .MuiButton-label{font-size:12px!important}.segments-create-csv__upload--file__card--info{color:#5f6c7a;font-size:12px;height:16px;line-height:1.33}.segments-create-csv__upload--file__title{margin-bottom:8px;font-size:14px;font-weight:600;height:24px;grid-gap:18px;gap:18px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.segments-create-csv__upload--file__title,.segments-create-csv__upload--file__title--button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segments-create-csv__upload--file__title--button{width:203px}.segments-create-csv__upload--file__title--button .gpx-button .MuiButton-label{font-weight:600!important;font-size:14px!important;line-height:24px!important;color:#0369e9!important}.segments-create-csv__upload--instructions__title{font-size:14px;font-weight:600;margin-bottom:8px;height:24px;line-height:1.71}.segements-dependencies{text-align:left}.segements-dependencies__delete,.segements-dependencies__title{white-space:nowrap}.segements-dependencies__entries{margin:10px 0}.segements-dependencies__entries>div:first-child{font-weight:700}.segements-dependencies__entries ul{margin:0 0 10px;padding-left:20px}.create-segment-dialog-paper{max-width:714px!important}.create-segment-dialog-paper .gpx-dialog__header{margin:0 8px}.create-segment-dialog-paper .gpx-dialog__actions{margin-right:12px}.segments-csv-popup{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:16px;row-gap:16px}.segments-csv-popup__title b{font-weight:600}.segments-csv-popup .gpx-popup__container{width:520px}.segments-drawer{width:35vw;margin-top:70px;padding:0 24px 0 32px}.segments-drawer__no-data{border:1px solid #e6e9ec;background:hsla(0,0%,100%,0);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:-webkit-calc(100vh - 348px);height:-moz-calc(100vh - 348px);height:calc(100vh - 348px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#5f6c7a;grid-row-gap:16px;row-gap:16px}.segments-drawer__no-data--title{font-weight:600;font-size:21px}.segments-drawer__no-data--subtitle{font-weight:400;font-size:14px;width:240px;text-align:center}.segments-drawer__userlist{width:100%}.segments-drawer__userlist .pagination__pagination-left__page .gpx-select .react-select__value-container{overflow:unset!important}.segments-drawer__userlist--footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:48px;border-top:1px solid #e6e9ec;padding:0 8px}.segments-drawer__userlist--search{width:280px!important;margin:16px 0;grid-gap:8px;gap:8px;-webkit-border-radius:72px!important;-moz-border-radius:72px!important;border-radius:72px!important}.segments-drawer__userlist--table{width:100%;height:-webkit-calc(100vh - 450px);height:-moz-calc(100vh - 450px);height:calc(100vh - 450px);overflow:auto}.segments-drawer__userlist--table table{width:100%;text-align:left;position:relative}.segments-drawer__userlist--table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:1}.segments-drawer__userlist--table table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.segments-drawer__userlist--table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:600;color:#25313b}.segments-drawer__userlist--table table thead tr th>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer;white-space:nowrap}.segments-drawer__userlist--table table thead tr th>div svg>path{stroke:#3c4a57}.segments-drawer__userlist--table table thead tr th:first-child{padding:0}.segments-drawer__userlist--table table thead tr th:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.segments-drawer__userlist--table table thead tr th:first-child .gpx-checkbox input{margin:0}.segments-drawer__userlist--table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.segments-drawer__userlist--table table tbody tr td{font-size:14px;font-weight:400;text-align:left;color:#181f26;padding-left:24px;white-space:nowrap}.segments-drawer__userlist--table table tbody tr td:first-child{padding:0;color:#0369e9}.segments-drawer__userlist--table table tbody tr td:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.segments-drawer__userlist--table table tbody tr td:first-child .gpx-checkbox input{margin:0}.segments-drawer__userlist--table table tbody tr td:last-child svg{display:none;cursor:pointer;width:32px;height:32px;padding:4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.segments-drawer__userlist--table table tbody tr td:last-child svg:hover{background-color:rgba(117,150,183,.2)}.segments-drawer__userlist--table table tbody tr:hover{background-color:#f5f7f9}.segments-drawer__userlist--table table tbody tr:hover>td:last-child svg{display:block}.segments-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:24px;margin-bottom:16px}.segments-drawer__header>div>img{cursor:pointer}.segments-drawer__header--name{font-weight:600;font-size:18px}.segments-drawer__description{margin:24px 0 16px}.segments-drawer__field{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:4px;row-gap:4px;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.segments-drawer__field,.segments-drawer__field-wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.segments-drawer__field-wrap{margin-bottom:16px}.segments-drawer__field-data{margin-bottom:24px}.segments-drawer__field--label{font-size:12px;color:#5f6c7a}.segments-drawer__field--value{color:#181f26}.segments-drawer__field--value>span{margin-left:4px}.segments-drawer__users{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.segments-drawer__users--title{width:100%;height:48px;padding:12px 0;font-size:14px;font-weight:600;color:#0369e9}.segments-drawer__users--email{border-bottom:1px solid #e6e9ec;height:48px;font-size:12px;font-weight:600;color:#3c4a57;line-height:1.33;width:100%;padding:12px 16px 12px 8px}.segments-drawer__users--list{width:100%;height:606px;overflow:auto;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.segments-drawer__users--list-element{height:48px;padding:12px 16px 12px 8px;border-bottom:1px solid #e6e9ec;width:100%;font-size:14px;color:#0369e9}.segment-view-loader{height:-webkit-calc(100vh - 60px);height:-moz-calc(100vh - 60px);height:calc(100vh - 60px)}.segment-view__saving{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:10}.segment-view .inner-container-header{overflow:auto}.segment-view .inner-container-header .inner-container-name-wrapper{min-width:200px}.segment-view .inner-container-header .inner-container-name-wrapper .inner-container-name--elipsis{padding-right:20px;overflow:hidden}.segment-view .inner-container-header .inner-container-name-wrapper .inner-container-name--elipsis .inner-container-name{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:none}.segment-view .inner-container-header .inner-container-right{min-width:700px}.segment-view .product-selector{width:320px!important;height:auto!important;cursor:pointer!important;top:2px}.segment-view .segment-body{height:-webkit-calc(100vh - 161px)!important;height:-moz-calc(100vh - 161px)!important;height:calc(100vh - 161px)!important}.segment-view .segment-body .rules-sets{height:-webkit-calc(100vh - 217px)!important;height:-moz-calc(100vh - 217px)!important;height:calc(100vh - 217px)!important}.segment-view .segment-body__drawer .segment__sidebar-container{height:-webkit-calc(100vh - 216px)!important;height:-moz-calc(100vh - 216px)!important;height:calc(100vh - 216px)!important}.segment-feature .product-selector{width:320px!important;height:auto!important;cursor:pointer!important;top:2px}.segment-feature>div{padding:0 5px;background-color:#f6f8fa}.segment-feature .segment-body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.segment-feature .segment-body__rules{-webkit-transition:width .5s;-o-transition:width .5s;-moz-transition:width .5s;transition:width .5s;background-color:#fff;width:-webkit-calc(100% - 300px);width:-moz-calc(100% - 300px);width:calc(100% - 300px)}.segment-feature .segment-body__rules-closed{width:100%}.segment-feature .segment-body__rules .segment-rules{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.segment-feature .segment-body__rules .segment-rules__logic{font-stretch:condensed;font-size:14px;font-weight:300;margin:0 20px 0 25px}.segment-feature .segment-body__rules .segment-rules__product{margin:auto 32px auto auto}.segment-feature .segment-body__rules .segment-rules .react-select{width:165px}.segment-feature .segment-body__drawer{width:300px;overflow:hidden;-webkit-transition:width .5s;-o-transition:width .5s;-moz-transition:width .5s;transition:width .5s;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.segment-feature .segment-body__drawer-closed{width:0}.segment-feature .segment-body__drawer--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:500;min-height:50px;padding-left:24px;background-color:#fff;text-transform:capitalize;color:#2b3d51;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1,inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1,inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1,inset 0 -1px 0 0 #e3eaf1}.segment-feature .segment-body__drawer .segment__sidebar-container{height:-webkit-calc(100vh - 161px);height:-moz-calc(100vh - 161px);height:calc(100vh - 161px);overflow-y:auto}.segment-feature .segment-body__drawer .segment__sidebar-container--rule-group{margin-top:8px}.segment-feature .segment-body__drawer .segment__sidebar-container--title{font-size:12px;font-weight:600;text-align:left;margin:8px 16px}.segment-feature .segment-body__drawer .segment__sidebar-container--title img{position:relative;bottom:2px;left:5px}.segment-feature .segment-body__drawer .sidebar-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:42px;padding:0 9px;cursor:pointer;margin:0 15px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);font-size:12px;color:#19232f}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item__disabled{color:#7596b7;-webkit-box-shadow:0 0 1px 0 rgba(43,61,81,.3);-moz-box-shadow:0 0 1px 0 rgba(43,61,81,.3);box-shadow:0 0 1px 0 rgba(43,61,81,.3)}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item .sidebar-item-img{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item .name{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 20px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:left}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item .disabledMsg{font-size:12px}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item .add{color:#9ca0a5;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:14px;font-stretch:condensed;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item.disabled-bg{background-color:#dedede;color:#9c9c9c}.segment-feature .segment-body__drawer .sidebar-list .sidebar-item.disabled-bg .sidebar-item-img{fill:#9c9c9c}.segment-feature .segment-body .rules-sets{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px)}.segment-feature .segment-body .rules-sets .rules-sets-empty .empty-text{color:#9ca0a5;margin-top:79px;height:26px;font-family:Noto Sans,sans-serif;font-size:20px}.segment-feature .segment-body .rules-sets .rules-sets-empty .empty-img{color:#9ca0a5;margin-top:33px;height:60px;width:60px}.segment-feature .segment-body .rules-sets .rules-sets-container{overflow:auto;height:100%}.segment-feature .segment-body .rules-sets .apt-panel{margin:25px 35px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .react-select{margin:0 10px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .rules-set-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .rules-set-actions .margin-check{margin-right:5px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .rules-set-actions .rules-set-action-label{font-size:12px;margin-right:12px;color:#557391;font-family:Noto Sans,sans-serif}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body{padding:15px 16px 15px 24px;min-width:760px;overflow:visible;overflow:initial}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);position:relative}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .add{cursor:pointer;font-size:12px;margin:6px 0 0 3px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#0f87ec;text-transform:capitalize;font-family:Noto Sans,sans-serif}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;position:relative}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule__duplicate{position:absolute;top:7px;left:-22px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule__operators-value{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .cancel-img{margin:10px 0 10px 6px;width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer;position:absolute;top:-10px;right:-35px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .cancel-question-img{cursor:pointer}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule-question__cancel-container{width:40px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .field-type{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:200px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .field-type__mq-survey{width:100px;text-align:left;padding-left:16px;color:#3e5872;font-family:Noto Sans,sans-serif;font-size:14px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .spacer{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .name{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:200px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .operator{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:210px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value{width:-webkit-calc(100% - 240px);width:-moz-calc(100% - 240px);width:calc(100% - 240px)}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .value-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .date-picker{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:auto!important}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .date-picker .inner-date-picker{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .mq-survey__value{margin-left:-12px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-after,.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-before,.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-between{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:16px;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;color:#000;margin:0 15px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules{background-color:rgba(26,56,67,.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:5px 5px 0;margin-bottom:10px;position:relative}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules .rule{margin-bottom:5px;min-height:52px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules .rule .cancel-img{top:-5px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules .add-question{cursor:pointer;font-size:12px;font-weight:600;margin-bottom:16px;margin-left:8px;text-align:left;color:#0369e9;text-transform:capitalize}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules .add-question .gpx-button .MuiButton-root{background-color:unset}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules .add-question .gpx-button .MuiButton-root:hover{background-color:rgba(15,135,236,.08)}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules{background-color:#ededed;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:10px 5px;margin-bottom:20px;position:relative;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .rule{margin-bottom:5px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .rule input.text-field-component{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .properties-label{padding-left:2px;margin-right:10px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .line{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;height:1px;background-color:#cecece}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .properties-condition{padding-left:10px;margin-right:2px}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .add-property{margin-left:0;cursor:pointer}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .rule .cancel-img{top:-5px;margin:0;position:static}.segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .add{text-align:left;margin-bottom:10px}.segment-feature .segment-body .rules-sets .read-only-apt-panel{background-color:hsla(0,0%,58%,.6)}.segment-feature .segment-body .rules-sets .read-only-apt-panel .field-type .react-select--is-disabled .react-select__control--is-disabled{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.segment-feature .segment-body .rules-sets .read-only-apt-panel .field-type .react-select--is-disabled .react-select__control--is-disabled .react-select__indicators{display:none}.segment-feature .segment-body .rules-sets .read-only-apt-panel .rule__operators-value .operator .react-select__control--is-disabled{background-color:#7a8591}.segment-feature .segment-body .rules-sets .read-only-apt-panel .value .react-select--is-disabled .react-select__control--is-disabled{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.segment-feature .segment-body .rules-sets .read-only-apt-panel .value .react-select--is-disabled .react-select__control--is-disabled .react-select__indicators{display:none}.segment-feature .segment-body .rules-sets .audience-audience-list{padding:10px 0 0}.segment-feature .segment-body .rules-sets .audience-audience-list .audience-audience-list-item{height:42px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segment-feature .segment-body .rules-sets .audience-audience-list .audience-audience-list-item .segment-img{margin:10px 21px 10px 15px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.segment-feature .segment-body .rules-sets .audience-audience-list .audience-audience-list-item .name{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.segment-feature .segment-body .rules-sets .audience-audience-list .audience-audience-list-item .spacer{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.segment-feature .segment-body .rules-sets .audience-audience-list .audience-audience-list-item .cancel-img{margin:10px 6px;width:32px;height:32px;padding:5px;-o-object-fit:contain;object-fit:contain;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer}.segment-sidebar-title-tooltip{width:193px}.date-time-relative{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.date-time-relative>div{width:80%}.date-time-relative .date-time-text{width:20%;line-height:32px;font-weight:700;white-space:nowrap;margin-left:10px}.apt-panel{margin:25px 49px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3);-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3);box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3)}.apt-panel,.apt-panel .apt-panel-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.apt-panel .apt-panel-header{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;min-height:62px;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;color:#2b3d51;font-family:Noto Sans,sans-serif;background-color:#f3f9fe}.apt-panel .apt-panel-header img{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.apt-panel .apt-panel-header input{width:90%;border:none;background-color:rgba(0,0,0,0);outline-width:0}.apt-panel .apt-panel-header input:focus,.apt-panel .apt-panel-header input:hover{background-color:#0db04d}.apt-panel .apt-panel-header .apt-panel-header-image-left,.apt-panel .apt-panel-header .apt-panel-header-index{margin-left:20px}.apt-panel .apt-panel-header img.apt-panel-header-image-left{width:26px;height:26px}.apt-panel .apt-panel-header .apt-panel-header-index{font-size:14px;font-weight:500;color:#2b3d51;font-family:Noto Sans,sans-serif}.apt-panel .apt-panel-header .apt-panel-header-image-right{margin-right:20px;cursor:pointer}.apt-panel .apt-panel-header .apt-panel-header-text{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px;margin-left:20px;text-align:left}.apt-panel .apt-panel-body{padding:15px 55px;overflow:auto}.color-picker-container{position:relative}.color-picker-container .color-picker-swatch{position:relative;width:55px;height:32px;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);line-height:32px;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.color-picker-container .color-picker-swatch__disabled{background-color:#bfbfbf}.color-picker-container .color-picker-swatch .color-picker-color{display:inline-block;width:24px;height:20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;position:relative;top:6px;left:6px}.color-picker-container .color-picker-swatch .arrow{margin-right:3px}.color-picker-container .color-picker-popover{position:absolute;z-index:20}.color-picker-container .color-picker-popover.top-position{top:-245px}.color-picker-container .color-picker-popover.right-position{right:-230px;left:auto;top:0}.color-picker-container .color-picker-popover .color-picker-cover{position:fixed;top:0;right:0;bottom:0;left:0}.default-input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.default-input input{border:none;outline:none;width:100%;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 12px;font-size:13px}.default-input img,.default-input input{background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.default-input img{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.default-input img::-webkit-input-placeholder{font-size:13px}.default-input img:-moz-placeholder,.default-input img::-moz-placeholder{font-size:13px}.default-input img:-ms-input-placeholder{font-size:13px}.default-input img::-ms-input-placeholder{font-size:13px}.default-input img::placeholder{font-size:13px}.default-input__left input{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.default-input__left img,.default-input__right input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.number-input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.number-input .default-input{width:45px}.number-input .number-input__unit-text{font-family:Noto Sans,sans-serif;height:auto!important;font-size:12px;color:#000;margin-left:10px;margin-right:0!important}input.input--with-validation{width:100%;height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);outline:none;border:1px solid #fff;padding:0 10px;font-family:Noto Sans,sans-serif;font-size:14px;font-stretch:unset}input.input--with-validation::-webkit-input-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}input.input--with-validation:-moz-placeholder,input.input--with-validation::-moz-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}input.input--with-validation:-ms-input-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}input.input--with-validation::-ms-input-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}input.input--with-validation::placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}input.input--with-validation:disabled{background-color:#dbdbdb;color:#9b9b9b;border:1px solid #9b9b9b}input.input--with-validation[type=number]{-moz-appearance:textfield}input.input--with-validation::-webkit-inner-spin-button,input.input--with-validation::-webkit-outer-spin-button{-webkit-appearance:none}.corner-radius{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.corner-radius--vertical{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.corner-radius--horizontal{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.corner-radius--horizontal,.corner-radius--horizontal .corner-radius--label{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.corner-radius--horizontal .corner-radius--label,.corner-radius--label{margin-right:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.corner-radius--label{white-space:nowrap;font-size:12px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.seconds-settings{text-align:left}.seconds-settings .number-input .default-input{width:62px}.seconds-settings--empty .number-input__unit-text{color:#a0a3a1}.size-settings{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.size-settings,.size-settings .height-width{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.size-settings .height-width{margin:15px 0;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.size-settings .height-width .size-input:first-of-type{margin-right:25px}.size-input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.size-input:first-of-type{margin-right:25px}.size-input .default-input{width:45px}.size-input img{margin-right:8px}.size-input--empty .number-input__unit-text{color:#a0a3a1}.editor-selectors .editor-selector{margin-bottom:10px}.editor-selectors .editor-selector .input>button{display:none}.editor-selectors .editor-selector .checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;margin-bottom:5px;margin-top:5px}.editor-selectors .editor-selector .checkbox-component .checkbox-text{padding-top:3px;font-family:Noto Sans,sans-serif;font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.editor-selectors .editor-selector .editor-selector-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.editor-selectors .editor-selector .editor-selector-container .default-input,.editor-selectors .editor-selector .editor-selector-container .react-select{width:-webkit-calc(50% - 5px);width:-moz-calc(50% - 5px);width:calc(50% - 5px)}.input-with-button-wrapper{width:100%}.input-with-button-wrapper .input-with-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:30px;font-size:14px;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-family:Noto Sans,sans-serif}.input-with-button-wrapper .input-with-button,.input-with-button-wrapper .input-with-button__input{-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.input-with-button-wrapper .input-with-button__input{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;border:0;min-width:0;outline:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1px 12px 0}.input-with-button-wrapper .input-with-button__input::-webkit-input-placeholder{font-size:14px;color:#a0a3a1}.input-with-button-wrapper .input-with-button__input:-moz-placeholder,.input-with-button-wrapper .input-with-button__input::-moz-placeholder{font-size:14px;color:#a0a3a1}.input-with-button-wrapper .input-with-button__input:-ms-input-placeholder{font-size:14px;color:#a0a3a1}.input-with-button-wrapper .input-with-button__input::-ms-input-placeholder{font-size:14px;color:#a0a3a1}.input-with-button-wrapper .input-with-button__input::placeholder{font-size:14px;color:#a0a3a1}.input-with-button-wrapper .input-with-button__button{padding:1px 12px 0;border:0;font-weight:500;color:#fff;text-transform:capitalize;background-color:#0f87ec;outline:none}.input-with-button-wrapper .input-with-button__button--green{background-color:#0f87ec}.input-with-button-wrapper .input-with-button__button--orange{background-color:#ff7f00}.input-with-button-wrapper .input-with-button__button--grey{background-color:#6d6c6c}.input-with-button-wrapper .input-with-button__button--blue{background-color:#0f87ec}.input-with-button-wrapper .input-with-button.icon span.input-icon{background-color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.input-with-button-wrapper .input-with-button.icon span.input-icon svg{width:24px;height:24px;margin-right:5px}.input-with-button-wrapper .input-with-button.disabled input{background-color:#d6d6d6}.input-with-button-wrapper .input-error-container{text-align:center;margin-top:8px;color:#ff7f00;font-size:13px;margin-bottom:-10px}.sidebar-section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.sidebar-section-header--label{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.sidebar-section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.label-v2__action,.label-v2__label{color:#0470f7;font-size:12px;padding:4px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #e3eaf1;background-color:#e3eaf1}.label-v2__action--active,.label-v2__label--active{background-color:#fff;color:#253445}.label-v2__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#253445}.label-v2__label--delete{margin-left:4px}.label-v2__tree{padding:20px;height:298px;overflow:auto}.label-v2__tree>ul>li>div .MuiTreeItem-iconContainer{display:none}.label-v2__tree--title{font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;color:#2b3d51;font-family:Noto Sans,sans-serif}.label-v2__tree--entry{background-color:#fff}.label-v2__tree--entry .checkbox-v2__label{font-size:14px;color:#253445}.label-v2__popover{width:280px;height:350px}.label-v2__popover--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:52px;padding:20px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.label-v2__popover--actions>button{margin-left:8px}.label-v2__popover-empty>div{padding:20px;font-size:12px;color:#2b3d51}.label-v2-tip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:155px}.label-v2-tip__content{color:#a0a3a1}.label-v2-tip__group{font-size:12px;margin-top:8px;text-align:left}.label-v2-tip__group>div:first-child span{margin-right:5px}.label-v2-tip__children{margin-left:14px}.label-v2-tip__children>div{margin-top:2px}.segment-body__empty{height:100%;width:100%;background-color:#f5f7f9}.segment-body__empty--title{position:relative;top:-25px;margin-bottom:28px}.segment-body__empty--title>div:first-child{font-size:18px;font-weight:600;color:#181f26}.segment-body__empty--title>span{display:block;font-size:14px;margin-top:18px;color:#7596b7}.segment-body__empty--read-more{cursor:pointer;margin-top:4px;color:#0369e9}.segment-body__empty--extra-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.segment-body__empty--extra{width:368px;margin:0 17px;padding:24px 32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;background-color:#e6e9ec}.segment-body__empty--extra>div{font-size:16px;font-weight:500;color:#181f26}.segment-body__empty--extra>span{display:block;font-size:14px;margin-top:16px;color:#5f6c7a}.segment-footer{height:56px;background-color:#fff;border:1px solid #e6e9ec;padding:12px 24px;position:absolute}.segment-footer,.segment-footer--right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.segment-footer--right{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px;height:32px}.segment-footer .gpx-button .MuiButton-root{height:32px!important}.segment-footer .gpx-button .MuiButton-label{font-size:14px!important}.segment-creation__header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:56px;padding:12px 24px;background-color:#fff}.segment-creation__header,.segment-creation__header--wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.segment-creation__header--wrap{grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.segment-creation__header--name{width:312px}.segment-creation__header--close{cursor:pointer}.segment-creation__header--wizards{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;width:45%}.segment-creation__header--wizards,.segment-creation__header--wizards--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segment-creation__header--wizards--item{grid-column-gap:12px;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.segment-creation__header--wizards--item>span{font-size:14px;color:#181f26;line-height:1.71}.segment-creation__header--wizards--item__eval,.segment-creation__header--wizards--item__rules{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:24px;height:24px;border:1px solid #3c4a57;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px;font-size:12px;font-weight:600;color:#3c4a57}.segment-creation__header--wizards--item__eval--selected,.segment-creation__header--wizards--item__rules--selected{background-color:#0369e9;border:1px solid #0369e9;color:#fff}.segment-creation__header__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:40px}.segment-creation__header__container .separator{margin-left:24px}.segment-creation__header__padding-fix button{padding:0!important}.segment-creation__header__margin-fix{margin-right:24px}.brand-kit .gpx-tabs .MuiTabs-root .MuiTabs-flexContainer{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);margin-bottom:1px}.brand-kit__shadow{height:-webkit-calc(100vh - 102px);height:-moz-calc(100vh - 102px);height:calc(100vh - 102px);width:100%}.brand-kit__library-builder{height:100vh}.brand-kit__theme{height:100vh;background-color:#fff}.brand-kit__theme--applied-engagements{width:120vh;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.brand-kit__theme--applied-engagements,.brand-kit__theme--build{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.brand-kit__theme--build{height:100%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.brand-kit__theme--shadow{width:100%;height:-webkit-calc(100vh - 102px);height:-moz-calc(100vh - 102px);height:calc(100vh - 102px)}.brand-kit__theme--show{height:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:auto;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;grid-row-gap:8px;row-gap:8px}.brand-kit__theme--header,.brand-kit__theme--show{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.brand-kit__theme--header{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px 0}.brand-kit__theme--container{width:100%;background:#fdfdfe;padding:0 32px 32px}.brand-kit__theme--container__wrap{height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px);overflow:auto}.brand-kit__theme--body{padding:24px;height:716px;overflow-y:auto;background:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;grid-row-gap:12px;row-gap:12px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.brand-kit__theme--body,.brand-kit__theme--card{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06)}.brand-kit__theme--card{width:302px;height:302px}.brand-kit__theme--card__actions{height:96px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 0}.brand-kit__theme--card__actions--item{height:32px;cursor:pointer;padding:0 16px}.brand-kit__theme--card__actions--item:hover{background-color:#f5f7f9}.brand-kit__theme--card__section1{height:182px;background:#f5f7f9;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:24px;row-gap:24px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:16px;color:#5f6c7a;font-size:12px;font-weight:400}.brand-kit__theme--card__section1>span{text-align:start;width:100%;color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-bottom:-12px}.brand-kit__theme--card__section1--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;width:100%}.brand-kit__theme--card__section1--container>div:first-child{margin-right:24px}.brand-kit__theme--card__section1--container__circle{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #d5d9de;width:20px;height:20px}.brand-kit__theme--card__section1--container__wrapper>span{display:block;text-align:start}.brand-kit__theme--card__section1--container__wrapper--button-style,.brand-kit__theme--card__section1--container__wrapper--text-style{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;grid-row-gap:12px;row-gap:12px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.brand-kit__theme--card__section1--container__wrapper--button-style{grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.brand-kit__theme--card__section1--container__wrapper--button-style__wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.brand-kit__theme--card__section2{height:120px;padding:16px;text-align:start}.brand-kit__theme--card__section2--name{color:#181f26;font-family:Noto Sans;font-size:14px;font-style:normal;font-weight:600;line-height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.brand-kit__theme--card__section2--name>div{max-width:230px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.brand-kit__theme--card__section2--name>svg{cursor:pointer}.brand-kit__theme--card__section2--info,.brand-kit__theme--card__section2--info2{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.brand-kit__theme--card__section2--info2{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-family:Noto Sans;margin-top:16px}.brand-kit__theme--card__section2--info2>span{color:#0369e9;font-weight:600;cursor:pointer}.brand-kit__theme--card__section2--info3{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:600;line-height:16px}.brand-kit__theme--wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:450px;height:400px;margin:auto;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.2),0 6px 12px 0 rgba(25,35,47,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.2),0 6px 12px 0 rgba(25,35,47,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.2),0 6px 12px 0 rgba(25,35,47,.06)}.brand-kit__theme--wrap>img{margin-bottom:16px}.brand-kit__theme--wrap_title{font-size:21px;font-weight:600;color:#181f26;margin-bottom:4px}.brand-kit__theme--wrap_subtitle{font-size:14px;width:248px;font-weight:400;text-align:center;color:#5f6c7a;margin-bottom:40px}.engagements{position:relative;overflow:hidden}.engagements__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;padding:0 30px 0 25px;border-bottom:1px solid #e9e9e9;background-color:#f9f8f7;-webkit-box-shadow:inset 0 -1px 0 0 #e9e9e9;-moz-box-shadow:inset 0 -1px 0 0 #e9e9e9;box-shadow:inset 0 -1px 0 0 #e9e9e9}.engagements__header,.engagements__header--title,.engagements__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagements__header--title{color:#000;font-size:14px;font-weight:700;margin-right:30px}.engagements__header--title>span{margin:0 5px}.engagements__header--title>div{font-weight:400}.engagements__header .engagements-search{height:48px}.engagements__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px}.engagements__content .ReactTable{overflow:auto}.engagements__content .ReactTable .rt-tbody .rt-tr{overflow:visible}.engagements__content .ReactTable .rt-tbody .rt-tr .rt-td .popover-menu-icon-container .popover-menu-icon{top:3px;right:0}.engagements__content .ReactTable .rt-tbody .rt-tr:hover .rt-td{background-color:#f3f9fe}.engagements__content .ReactTable .rt-thead{max-height:39px}.engagements__content .ReactTable .rt-thead .rt-tr{border-bottom:1px solid #d5dee8}.engagements__content .ReactTable .rt-thead .rt-tr .rthfc-th-fixed{border-left:1px solid rgba(0,0,0,.05)}.engagements__content--unarchived .ReactTable .rt-tbody .rt-tr .rt-td:first-child{border-right:none;width:35px!important;max-width:35px!important}.engagements__content--unarchived .ReactTable .rt-thead .rt-tr .rt-th:first-child{width:35px!important;max-width:35px!important}.engagements__content .feature-lock{height:100%;width:100%}.engagements__content .feature-lock img{right:0;top:5%}.engagements__content--name,.engagements__content .feature-lock .children{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagements__content--name{overflow:hidden}.engagements__content--name>img{margin-right:10px}.engagements__content--name>a{font-size:12px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#2b3d51}.engagements__content--name>a:hover{text-decoration:underline}.engagements__content--draft{width:45px;height:20px;padding:2px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.engagements__content--draft__data{background-color:#ffecb8}.engagements__quick-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:30px}.engagements__quick-filters>div{margin-right:20px}.engagements__quick-filters .ps-v2 .product{height:32px;margin-right:0}.engagements__quick-filters .ps-v2 .ps-v2__selection{font-weight:400}.engagements .table-v3 .table-pagination{margin:-5px -5px 5px}.engagements .table-v3 .viewed{-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.engagements .table-v3 .viewed>div{font-size:13px!important;font-weight:500}.engagements-state-cell{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#19232f;height:30px;line-height:30px;font-weight:400;text-transform:capitalize;cursor:pointer;width:94px}.engagements-state-cell,.engagements-state-cell__completed{font-size:12px;padding:0 9px}.engagements-state-cell .arrow{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.engagements-state-cell__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);font-size:12px;width:96px;height:35px;cursor:pointer}.engagements-state-cell__options .option{height:28px;margin:5px 0;text-transform:capitalize;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 10px}.engagements-state-cell__options .option:hover{background-color:rgba(26,56,67,.05)}.search-text-field{margin:0!important;width:400px!important}.search-text-field input{font-size:14px!important}.search-text-field input::-webkit-input-placeholder{font-size:14px;color:#a0a3a1}.search-text-field input:-moz-placeholder,.search-text-field input::-moz-placeholder{font-size:14px;color:#a0a3a1}.search-text-field input:-ms-input-placeholder{font-size:14px;color:#a0a3a1}.search-text-field input::-ms-input-placeholder{font-size:14px;color:#a0a3a1}.search-text-field input::placeholder{font-size:14px;color:#a0a3a1}.search-text-field__search-overlay-archived{top:97px}.search-text-field__search-overlay,.search-text-field__search-overlay-archived{position:absolute;left:0;right:0;bottom:0;background-color:#182a30;opacity:.75;z-index:10}.search-text-field__search-overlay{top:50px}.dialogRadiusHack>div:first-child{background:none!important;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.channel-icons,.dialogRadiusHack>div:first-child{-moz-box-direction:normal;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.channel-icons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin-bottom:10px}.channel-icons .create-engagement-image-wrapper{width:128px}.dialog-actions-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:-10px}.engagement-content-warnings .warning-V2-container .warning-header img{margin-right:0}.rt-td .blocked-cell{cursor:not-allowed;opacity:.35}.rt-td .blocked-cell .disabled-link{pointer-events:none;cursor:not-allowed}.lifetime-views{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.lifetime-views .views{margin-right:10px}.engagement-form__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.engagement-form__name{width:100%}.engagement-form__name .gpx-textfield{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e3eaf1}.engagement-form__selectors{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0 15px}.engagement-form__selectors>p{margin:10px 0 15px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#000;font-size:13px;font-weight:700;font-family:Noto Sans,sans-serif}.engagement-form__selectors>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.engagement-form__selectors>div,.engagement-form__selectors>div .etb{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.engagement-form__selectors>div .etb{width:50px;height:24px;background-color:#fff;cursor:pointer}.engagement-form__selectors>div .etb.single{-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px}.engagement-form__selectors>div .etb__selected{background-color:#0f87ec}.engagement-form__selectors>div .etb:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.engagement-form__selectors>div .etb:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.engagement-form__options{padding:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1)}.engagement-form__content-bottom{height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.engagement-form__content-bottom,.engagement-form__content-bottom .sub-types__list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.engagement-form__content-bottom .sub-types__list{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:256px;margin-bottom:5px}.engagement-form__content-bottom .sub-types__list--nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.engagement-form .gpx-msgbox{margin-top:0}.engagement-form__products>div{width:350px!important}.engagement-form__products>div>div:first-child{font-weight:400!important;font-family:Noto Sans,sans-serif!important;font-size:14px!important;color:#a0a3a1!important}.engagement-form .ps-v2 .product{width:175px}.engagement-form .ps-v2 .channel{width:unset}.eversion-selector{width:1000px;height:540px}.eversion-selector,.eversion-selector__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.eversion-selector__wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 40px 65px 24px}.eversion-selector__title{font-size:34px;font-weight:300;color:#19232f}.eversion-selector__beta{color:#fff;font-size:12px;font-weight:300;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;display:inline-block;background-color:#b65865;padding:2px 12px 2px 13px}.eversion-selector__content{width:398px;font-size:14px;margin-top:24px;color:#19232f}.eversion-selector__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-top:67px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.eversion-selector__actions .gpx-button>button{min-width:120px!important;margin-bottom:8px}.eversion-selector__example{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;position:relative}.eversion-selector__example--background{width:360px;height:500px;opacity:.15;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#adcddd}.eversion-selector__example--video{width:487px;height:312px;position:absolute;top:-webkit-calc(50% - 185px);top:-moz-calc(50% - 185px);top:calc(50% - 185px)}.eversion-selector__header--back{cursor:pointer}.engagements-sidebar{position:relative;width:0;min-width:0;height:-webkit-calc(100vh - 148px);height:-moz-calc(100vh - 148px);height:calc(100vh - 148px);-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;background-color:#fff;-webkit-box-shadow:inset -1px 0 0 0 #e3eaf1;-moz-box-shadow:inset -1px 0 0 0 #e3eaf1;box-shadow:inset -1px 0 0 0 #e3eaf1;border-right:none}.engagements-sidebar .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-disabled{pointer-events:visible}.engagements-sidebar div[role=tabpanel]{height:-webkit-calc(100% - 48px);height:-moz-calc(100% - 48px);height:calc(100% - 48px)}.engagements-sidebar__open{width:260px;min-width:260px}.engagements-sidebar__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:30px;overflow:hidden}.engagements-sidebar__actions,.engagements-sidebar__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.engagements-sidebar__actions{padding-right:5px}.engagements-sidebar__actions>div:first-child{color:#0f87ec;font-size:12px;cursor:pointer;line-height:30px;padding-right:10px}.engagements-sidebar__actions--create{position:relative;top:3px}.esb-labels{height:100%}.esb-labels__loader{width:100%}.esb-labels__empty{padding-top:50px}.esb-labels__empty>span{font-size:15px;font-weight:500;color:#0f87ec;font-family:Noto Sans,sans-serif}.esb-labels__empty>div{width:220px;font-size:13px;margin:20px auto}.esb-labels__container{height:100%;overflow:auto;padding:10px 0}.esb-labels__drag-handle{position:relative;bottom:2px}.esb-labels__group--input{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;height:25px!important}.esb-labels__group--input>button{display:none}.esb-labels__group--input>input{background-color:rgba(0,0,0,0);background-color:initial;font-size:12px!important;font-weight:400!important;padding:0 0 0 2px!important}.esb-labels__group--handle{padding-right:5px}.esb-labels__group--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:25px;color:#000;font-size:12px;padding-left:10px;font-weight:700;cursor:pointer}.esb-labels__group--header:hover{background-color:rgba(26,56,67,.03)}.esb-labels__group--header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;line-height:25px;height:25px}.esb-labels__group--header>div>span{position:relative;bottom:1px;color:#cfd8dc;margin-right:7px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.esb-labels__group--header>div>span:before{content:"\25B8"}.esb-labels__group--collapsed{-webkit-transform:rotate(0deg)!important;-moz-transform:rotate(0deg)!important;-ms-transform:rotate(0deg)!important;-o-transform:rotate(0deg)!important;transform:rotate(0deg)!important}.esb-labels__group--svg{position:relative;top:1px;margin-right:3px}.esb-labels__group--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.esb-labels__group--actions>img{position:relative;bottom:2px}.esb-labels__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;height:25px;font-size:12px;cursor:pointer;padding-left:50px;margin-top:1px}.esb-labels__label:hover{background-color:rgba(0,0,0,.05)}.esb-labels__label--name{display:block;max-width:150px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.esb-labels__label--actions{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;line-height:20px}.esb-labels__label--actions,.esb-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.esb-settings{position:absolute;z-index:9}.esb-settings__colors,.esb-settings__options{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.07),0 0 10px 0 rgba(0,0,0,.07);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.07),0 0 10px 0 rgba(0,0,0,.07);box-shadow:0 0 20px 0 rgba(0,0,0,.07),0 0 10px 0 rgba(0,0,0,.07)}.esb-settings__options{width:105px;padding:5px 0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.esb-settings__options--option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:25px;padding:0 10px;cursor:pointer;white-space:nowrap}.esb-settings__options--option:hover{background-color:rgba(26,56,67,.03)}.esb-settings__options--option>img{margin-right:5px}.esb-settings__options--option>span{color:#000;font-size:12px}.esb-settings__colors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;top:25px;left:-5px;width:140px;height:140px;padding:8px}.esb-settings__colors>div{width:24px;height:24px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.esb-settings__colors>div>div{position:relative;top:1px}.esb-settings__color:hover{background-color:rgba(26,56,67,.03)!important}.engagements-filters{overflow:auto;padding:15px 0;height:100%;position:relative}.engagements-filters__no-overflow{overflow:hidden}.engagements-filters__disabled{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.3)}.engagements-filters__disabled>div{width:200px;padding:20px;font-size:15px;font-weight:700;background-color:#fff}.engagements-filters .efilter{padding-left:10px;margin-bottom:5px}.engagements-filters .efilter__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:25px;color:#000;font-size:12px;font-weight:700;cursor:pointer}.engagements-filters .efilter__header__disabled{cursor:default;color:#a6b9cc}.engagements-filters .efilter__header>span{position:relative;bottom:1px;color:#cfd8dc;margin-right:7px}.engagements-filters .efilter__header>span:before{content:"\25B8"}.engagements-filters .efilter__header--collapsed{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.engagements-filters .efilter__action{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.engagements-filters .efilter__action__disabled{cursor:default;color:#a6b9cc}.engagements-filters .efilter__action .filter-help{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:relative;top:2px;left:3px}.engagements-filters .efilter__action .efilter--use-hover:hover{background-color:rgba(0,0,0,.05)}.engagements-filters .efilter__action .efilter-name-count-container{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:25px;font-size:12px;padding:0 45px 0 15px}.engagements-filters .efilter__action .efilter-name-count-container,.engagements-filters .efilter__action .efilter-name-count-container .action--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagements-filters .efilter__action .efilter-name-count-container .action--name{overflow:hidden}.engagements-filters .efilter__action .efilter-name-count-container .action--name>img{margin-right:5px}.engagements-filters .efilter__action .efilter-name-count-container .action--name__text{max-width:150px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.engagements-filters .efilter__action .efilter-name-count-container .action--name .tippy-box{padding:0}.engagements-filters .efilter__action .efilter-name-count-container .action--count{font-weight:700}.engagements-filters .efilter__action .efilter-name-count-container .action--count>img{position:absolute;top:7px;right:25px}.engagements-filters .efilter__action .efilter-name-count-container .action--count>div{position:relative;right:10px}.engagements-filters .efilter__action>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.engagements-filters .efilter__action>div>img{margin-right:5px}.engagements-filters .efilter .sub-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%}.engagements-filters .efilter .sub-actions .efilter-name-count-container{padding-left:25px}.engagements-filters .efilter .sub-actions .efilter-name-count-container .action--count{margin-right:-10px}.engagements-filters .efilter .sub-actions .efilter-name-count-container .action--count img{right:15px}.help-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;cursor:default;padding:8px 20px}.help-content a{cursor:pointer;color:#fff;text-decoration:underline;margin:0 3px}.archived-engagements-filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;border-top:1px solid #e3eaf1;height:47px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.archived-engagements-filter:hover{background-color:rgba(0,0,0,.05)}.archived-engagements-filter .archived-icon{margin:0 10px}.archived-engagements-filter .title{font-size:12px;margin-right:40px}.eoperations{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-left:20px}.eoperations__border{height:20px;padding-right:10px;border-right:1px solid #ddd}.eoperations .ps-v2{margin-left:10px}.eoperations__sidebar{padding:5px}.eoperations__sidebar--dot{position:absolute;bottom:5px;right:3px;color:#ff7f00;font-size:22px}.eoperations__sidebar--dot:before{content:"•"}.eoperations__sidebar:hover{background-color:rgba(26,56,67,.05)}.eoperations__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#000;font-size:12px;font-weight:300;margin-left:10px}.eoperations__actions .actions-divider{width:1px;height:24px;background-color:#e2e9f0;margin-right:10px}.eoperations__actions--add{padding:5px;cursor:pointer;margin-right:10px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.eoperations__actions--add:hover{background-color:rgba(26,56,67,.05)}.eoperations .prioritize-button{color:#0f87ec;padding:6px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;position:relative;top:1px;cursor:pointer;font-size:12px}.eoperations .prioritize-button:hover{background-color:rgba(26,56,67,.05)}.eoperations .archived-button{margin-right:10px;height:34px;padding:8px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;position:relative;cursor:pointer}.eoperations .archived-button:hover{background-color:rgba(26,56,67,.05)}.eoperations .prioritization-container{height:400px;color:green}.eoperations .prioritization-dialog_content{color:#0cb04c}.archive-warning .warning-V2-container .warning-header img{margin-right:0}.elabels-wrapper{position:relative}.elabels{position:absolute;top:20px;left:20px;z-index:99;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.07),0 0 10px 0 rgba(0,0,0,.07);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.07),0 0 10px 0 rgba(0,0,0,.07);box-shadow:0 0 20px 0 rgba(0,0,0,.07),0 0 10px 0 rgba(0,0,0,.07)}.elabels__container{height:100%;max-height:400px;position:relative;overflow:auto}.elabels__container--resize{position:absolute;right:0;bottom:0}.elabels__search{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 12px 0 0}.elabels__search .search{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.elabels__search .search input::-webkit-input-placeholder{font-size:12px}.elabels__search .search input:-moz-placeholder,.elabels__search .search input::-moz-placeholder{font-size:12px}.elabels__search .search input:-ms-input-placeholder{font-size:12px}.elabels__search .search input::-ms-input-placeholder{font-size:12px}.elabels__search .search input::placeholder{font-size:12px}.elabels__btns{position:absolute;right:0;display:none;padding:0 15px;color:#a0a3a1}.elabels__btns--visible{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:5px}.elabels__btns>div{width:49px;height:20px;line-height:20px;cursor:pointer}.elabels__btns--apply{color:#fff;margin-left:5px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#0f87ec}.elabels-groups{overflow:auto;height:-webkit-calc(100% - 40px);height:-moz-calc(100% - 40px);height:calc(100% - 40px)}.elabels-groups__height-fix{height:-webkit-calc(100% - 60px);height:-moz-calc(100% - 60px);height:calc(100% - 60px)}.elabels-groups__group{margin-bottom:5px}.elabels-groups__group--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:20px;color:#a0a3a1;padding:0 12px;margin-bottom:7px;font-size:9px;font-weight:500;text-align:left;line-height:20px;letter-spacing:.5px;text-transform:uppercase;-webkit-box-shadow:inset 0 -1px 0 0 #ddd;-moz-box-shadow:inset 0 -1px 0 0 #ddd;box-shadow:inset 0 -1px 0 0 #ddd}.elabels-groups__group--name img{position:relative;bottom:2px}.elabels-groups__group--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:25px;font-size:12px;line-height:25px;padding-right:20px;color:#a0a3a1;margin:5px 0;cursor:pointer}.elabels-groups__group--add:hover{color:#ff7f00}.elabels-groups .create-searched-label{cursor:pointer;padding:20px 10px}.elabels-groups .create-new-group-from{padding:20px 10px 10px}.elabels-groups .create-new-group-from .new-Label-title{width:100%;text-align:left;font-weight:700;margin-bottom:5px}.elabels-groups .create-new-group-from .new-Label-name{width:100%;text-align:left;font-size:13px;padding-left:10px;margin-bottom:15px;font-family:Noto Sans,sans-serif}.elabels-groups .create-new-group-from .group-title{width:100%;text-align:left;font-weight:700;margin-bottom:5px;padding-left:5px}.elabels-groups .create-new-group-from .react-select{margin-bottom:15px}.elabels-label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:25px;color:#000;padding:0 12px;cursor:pointer}.elabels-label:hover{background-color:rgba(26,56,67,.05)}.elabels-label__selected:hover{cursor:default;background-color:rgba(0,0,0,0);background-color:initial}.elabels-label__title{position:relative;font-size:12px;text-align:left;margin-right:15px;width:auto;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elabels-label__title--selected{padding:3px 20px 3px 9px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.elabels-label__title>span{position:absolute;right:9px;cursor:pointer}.elabels-label__count{font-size:10px;font-weight:700}.elabels-create{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:20px;padding:0 12px;color:#a0a3a1;font-size:9px;font-weight:500;text-align:left;line-height:20px;margin:10px 0 20px;letter-spacing:.5px;text-transform:uppercase;-webkit-box-shadow:inset 0 -1px 0 0 #ddd;-moz-box-shadow:inset 0 -1px 0 0 #ddd;box-shadow:inset 0 -1px 0 0 #ddd}.elabels-create img{position:relative;bottom:2px}.elabels-create input{width:100%;border:none;outline:none;color:#000;font-size:9px;font-weight:500;letter-spacing:.5px;caret-color:#ff7f00;text-transform:uppercase;-webkit-box-shadow:inset 0 -1px 0 0 #ddd;-moz-box-shadow:inset 0 -1px 0 0 #ddd;box-shadow:inset 0 -1px 0 0 #ddd}.elabels-create input::-webkit-input-placeholder{color:#ff7f00;font-size:9px;font-weight:500}.elabels-create input:-moz-placeholder,.elabels-create input::-moz-placeholder{color:#ff7f00;font-size:9px;font-weight:500}.elabels-create input:-ms-input-placeholder{color:#ff7f00;font-size:9px;font-weight:500}.elabels-create input::-ms-input-placeholder{color:#ff7f00;font-size:9px;font-weight:500}.elabels-create input::placeholder{color:#ff7f00;font-size:9px;font-weight:500}.elabels-create__cancel img{position:relative;bottom:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.elabels-create__label,.elabels-create__label input{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.elabels-create__label input{font-size:12px;font-weight:400;text-transform:none;letter-spacing:normal}.elabels-create__label input::-webkit-input-placeholder{color:#a0a3a1}.elabels-create__label input:-moz-placeholder,.elabels-create__label input::-moz-placeholder{color:#a0a3a1}.elabels-create__label input:-ms-input-placeholder{color:#a0a3a1}.elabels-create__label input::-ms-input-placeholder{color:#a0a3a1}.elabels-create__label input::placeholder{color:#a0a3a1}.priority-dialog .portal-wizard__content{padding:0;min-height:400px;max-height:400px;overflow:unset}.priority-dialog .portal-wizard__content .prioritization-container{height:400px;max-height:400px;width:100%}.priority-dialog .portal-wizard__content .prioritization-container .MuiTab-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.priority-dialog .portal-wizard__content .prioritization-container .MuiTabs-root{padding-left:20px}.invalid-groups-warning .invalid-groups-warning-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:10px}.invalid-groups-warning .invalid-groups-warning-container .warning-title{font-size:13px;margin:5px}.invalid-groups-warning .invalid-groups-warning-container .invalid-groups{font-size:15px;margin:5px}.invalid-groups-warning .warning-V2-container .btns-container{position:relative;right:5px}.priority-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 20px 0}.priority-header,.priority-header__text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.priority-header__text{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.priority-header__title{font-size:18px;color:#19232f}.priority-header__sub-title{font-size:12px;color:#7596b7}.priority-header__close{height:15px;cursor:pointer}.priority-body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.priority-body .MuiTab-root{color:#000}.priority-body .Mui-selected{color:#0369e9}.priority-body .priority-micro-copy{position:absolute;top:110px;left:20px;font-size:12px;color:#7596b7}.priority-body div[role=tabpanel]{height:79.8%;margin-top:28px}.priority-body .app-loader{position:relative;bottom:35px;margin:auto}.dragndrop-grid-v2{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:450px}.dragndrop-grid-v2,.dragndrop-grid-v2 .draggable-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.dragndrop-grid-v2 .draggable-container{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dragndrop-grid-v2 .draggable-container .dragndrop-draggable{width:90%;min-height:30px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.dragndrop-grid-v2 .draggable-container .dragndrop-draggable.__hovering .reorder-item{background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.dragndrop-grid-v2 .draggable-container .dragndrop-draggable.__dragging{opacity:0}.dragndrop-grid-v2 .draggable-container .dragndrop-draggable .checkbox-component{-webkit-align-items:initial;-moz-box-align:initial;-ms-flex-align:initial;align-items:normal;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.dragndrop-grid-v2 .draggable-container .dragndrop-draggable .checkbox-component .checkbox-text{color:#000;position:relative;top:1px;font-size:13px;font-family:Noto Sans,sans-serif}.priority-group-content-container,.priority-group-content-container .empty-state-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%}.priority-group-content-container .empty-state-container{height:80%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.priority-group-content-container .empty-state-container img{height:90px;margin-bottom:10px}.priority-group-content-container .empty-state-container .empty-state-text{color:#6683a0;font-size:12px;width:200px;text-align:center}.priority-group-content-container .group-content-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;margin-right:15px}.priority-group-content-container .group-content-header .add-engagement{color:#0369e9;font-size:11px;font-weight:500;cursor:pointer;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.priority-group-content-container .group-content-header .group-content-name-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.priority-group-content-container .group-content-header .group-content-name-container .group-name{text-transform:uppercase;font-weight:500;font-size:12px}.priority-group-content-container .group-content-header .group-content-name-container .engagements{font-size:12px;font-weight:500;margin-top:3px}.priority-group-content-container .engagements-grid{overflow:auto;max-height:100%}.priority-group-content-container .engagements-grid .dragndrop-draggable{width:90%}.priority-group-content-container .draggable-container{margin:3px}.priority-group-content-container .draggable-container .dragndrop-draggable{cursor:default;width:95%}.priority-group-content-container .draggable-container .dragndrop-draggable .priority-group-engagement{position:relative;width:95%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:40px;border:.5px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-right:15px}.priority-group-content-container .draggable-container .dragndrop-draggable .priority-group-engagement .item-index{color:#a6b9cc;font-size:14px;width:15px;margin:0 5px 0 20px;text-align:center}.priority-group-content-container .draggable-container .dragndrop-draggable .priority-group-engagement .remove-eng{height:20px;width:20px;position:absolute;cursor:pointer;right:-27px}.priority-group-content-container .draggable-container .dragndrop-draggable .priority-group-engagement .drag-handle{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.priority-group-content-container .draggable-container .dragndrop-draggable .priority-group-engagement .react-select__value-container{overflow:hidden}.max-num-of-engagements-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:15px}.max-num-of-engagements-container .content-message{font-size:15px;margin:10px}.max-num-of-engagements-container .content-message-help{font-size:15px;margin:5px}.priority-group-engagement .select-engagement{width:100%;border:1px solid rgba(0,0,0,0);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.priority-group-engagement .select-engagement .react-select__control{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.priority-group-engagement .select-engagement .engagement-option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:8px 16px;font-size:14px;cursor:pointer;color:#253445}.priority-group-engagement .select-engagement .engagement-option:hover{background-color:#f0f3f7}.priority-group-engagement .select-engagement .engagement-option .details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.priority-group-engagement .select-engagement .engagement-option .details .type{font-size:12px;color:#46637f}.priority-group-engagement .select-engagement .engagement-option .details .state{margin-left:33px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:11px;line-height:14px;padding:4px 8px;border:1px solid #cbdef7;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#19232f}.priority-group-engagement .select-engagement .no-options .loader{bottom:0}.priority-group-engagement .select-engagement .no-options .loader img{height:50px;width:unset}.priority-group-engagement .select-engagement .no-options .nothing-found{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:11px;color:#19232f}.priority-group-engagement .placeholder{color:#a6b9cc}.priority-group-engagement .select-engagement__selected{border-color:#0369e9}.horizontal-divider{height:.5px;background-color:#e3eaf1;margin:0 -25px}.groups-editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:17px 0 0}.groups-editor .group-itemIndex{color:#a6b9cc;font-size:14px;position:relative;min-width:8px;left:15px}.groups-editor .grid{overflow:auto;max-height:100%}.groups-editor .grid .dragndrop-draggable{width:96%}.groups-editor__list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;font-size:14px;min-width:36%;max-width:36%;color:#253445}.groups-editor__list .itemIndex{color:#a6b9cc;font-size:14px;width:24px;margin-right:5px;text-align:center}.groups-editor__list__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:13px}.groups-editor__list__header .title{color:#000;font-weight:500;font-size:12px}.groups-editor__list__header .add-group{cursor:pointer;margin-right:10px;position:relative;bottom:5px}.groups-editor__list .prevent-hover:hover{background-color:unset}.groups-editor__list__group{height:100%;max-width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:25px}.groups-editor__list__group:hover{background-color:#f0f3f7}.groups-editor__list__group .draggable-and-name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;max-width:80%}.groups-editor__list__group .draggable-and-name .drag-icon{margin-right:5px;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.groups-editor__list__group .draggable-and-name .group-name{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.groups-editor__list__group .draggable-and-name .group-name .input-with-button-wrapper,.groups-editor__list__group .draggable-and-name .group-name .input-with-button-wrapper .input-with-button{height:28px}.groups-editor__list__group .draggable-and-name .group-name .input-with-button-wrapper .input-with-button__input{color:#19232f;height:28px;width:100%}.groups-editor__list__group .draggable-and-name .group-name .priority-body-input>button{display:none}.groups-editor__list__group .draggable-and-name .group-name .priority-body-input>input{background-color:rgba(0,0,0,0);background-color:initial;font-size:12px!important;font-weight:400!important;padding:0 2px!important;margin-right:0!important;height:27px}.groups-editor__list__group .options-icon-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.groups-editor__list__group .options-icon-container .options-icon{height:15px;cursor:pointer}.groups-editor__list .dragndrop-draggable{height:32px}.groups-editor__divider{width:.5px;height:107.5%;margin:-17px 15px 0 0;background-color:#e3eaf1}.groups-editor__group-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:64%;max-width:64%}.group-options{height:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.group-options,.group-options .priority-container{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.group-options .priority-container{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.group-options .priority-container .priority-row{cursor:pointer;color:#253445;font-size:14px;height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.group-options .priority-container .priority-row:hover{background-color:#f0f3f7}.group-options .priority-container .priority-row .priority-action-name{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:16px}.clone-engagement input:disabled{color:#a0a3a1!important;border:none!important;background-color:#fff!important}.clone-engagement .portal-wizard__header .back{cursor:pointer}.clone-engagement .step-content{margin:24px 0 40px;width:100%}.clone-engagement .step-title{color:#253445;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:500;margin-bottom:12px}.clone-engagement .archived-eng-info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#7596b7}.clone-engagement .archived-eng-info span{font-size:12px;position:relative;top:5px;left:3px}.clone-engagement .clone-field{margin-bottom:24px}.clone-engagement .clone-field:last-child{margin-bottom:0}.clone-engagement .clone-field.link{color:#0470f7;cursor:pointer}.clone-engagement .clone-field .error{color:#f75d4f;font-size:12px;padding-left:10px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.clone-engagement .clone-field .error,.clone-engagement .clone-field .error-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.clone-engagement .clone-field .error-box{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#2b3d51;font-size:14px;padding:12px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:1px solid #e3eaf1;margin-top:4px}.clone-engagement .clone-field .error-box img{width:25px;height:25px;margin-right:8px}.clone-engagement .clone-field .field-sub-title{color:#253445;font-size:14px;font-weight:500;line-height:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.clone-engagement .clone-field .field-label{color:#4b6a87;font-family:Noto Sans,sans-serif;font-size:12px;width:100%;padding-bottom:5px}.clone-engagement .clone-field .entries.vertical{padding-top:11px;margin-left:-3px}.clone-engagement .clone-field .entries.horizontal{margin-left:-3px;padding-top:11px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.clone-engagement .clone-field .entries.labels{padding-top:0}.clone-engagement .clone-field .entries .entry{padding:5px 0}.clone-engagement .clone-field .entries .entry__checkbox{margin-right:15px}.clone-engagement .clone-field .entries .entry__checkbox .checkbox-text{position:relative;top:1px;font-size:12px;line-height:20px;color:#2b3d51}.clone-engagement .clone-field .entries .entry__checkbox .checkbox-text__checked{color:#2b3d51}.clone-engagement .clone-field .entries .entry .field-description{margin-left:32px}.clone-engagement .clone-field .entries .entry-radio{margin-top:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.clone-engagement .clone-field .entries .entry-radio.radio-disabled{border:5px solid #a0a3a1}.clone-engagement .clone-field .field-content .product{width:100%;margin-right:0!important}.clone-engagement .clone-field .field-content input{height:32px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;width:100%}.clone-engagement .clone-field .field-content input.error{border:1px solid #f75d4f}.clone-engagement .clone-field .field-content textarea{border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;width:100%;height:116px;overflow:auto;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;resize:none}.clone-engagement .clone-field .field-description{margin-top:2px;color:#7596b7;font-family:Noto Sans,sans-serif;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px}.clone-engagement .clone-field .field-description img{margin-right:5px;width:20px;height:20px}.clone-engagement-dialog{margin:24px 0 40px;width:100%}.clone-engagement-dialog__field{margin-bottom:24px}.clone-engagement-dialog__field:last-child{margin-bottom:0}.clone-engagement-dialog__field.link{color:#0470f7;cursor:pointer}.clone-engagement-dialog__field .error{color:#f75d4f;font-size:12px;padding-left:10px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.clone-engagement-dialog__field .error,.clone-engagement-dialog__field .error-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.clone-engagement-dialog__field .error-box{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#2b3d51;font-size:14px;padding:12px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:1px solid #e3eaf1;margin-top:4px}.clone-engagement-dialog__field .error-box img{width:25px;height:25px;margin-right:8px}.clone-engagement-dialog__field-label{color:#4b6a87;font-family:Noto Sans,sans-serif;font-size:12px;width:100%;padding-bottom:5px}.clone-engagement-dialog__field-content .product{width:100%;margin-right:0!important}.clone-engagement-dialog__field-content input{height:32px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;width:100%}.clone-engagement-dialog__field-content input.error{border:1px solid #f75d4f}.clone-engagement-dialog__field-content textarea{border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;width:100%;height:116px;overflow:auto;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;resize:none}.clone-engagement-dialog__field-description{margin-top:2px;color:#7596b7;font-family:Noto Sans,sans-serif;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px}.clone-engagement-dialog__field-description img{margin-right:5px;width:20px;height:20px}.portal-wizard{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1500;padding-top:110px;background-color:rgba(0,0,0,.54)}.portal-wizard .MuiTab-root{text-decoration:none}.portal-wizard .MuiTab-wrapper{width:204px}.portal-wizard #vertical-tabpanel-1{width:100%;overflow:auto}.portal-wizard #vertical-tabpanel-1>div{padding:0}.portal-wizard #vertical-tabpanel-0{width:100%}.portal-wizard #vertical-tabpanel-0>div{padding:0!important;margin:0!important}.portal-wizard__container{position:relative;width:75%;margin:0 auto;max-width:540px;opacity:1;z-index:1500;overflow:hidden;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,.25) 0 14px 45px,rgba(0,0,0,.22) 0 10px 18px;-moz-box-shadow:rgba(0,0,0,.25) 0 14px 45px,rgba(0,0,0,.22) 0 10px 18px;box-shadow:0 14px 45px rgba(0,0,0,.25),0 10px 18px rgba(0,0,0,.22)}.portal-wizard__footer{border-top:1px solid rgba(0,0,0,.1);-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:60px;padding:0 24px}.portal-wizard__footer,.portal-wizard__footer>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.portal-wizard__footer img{margin-right:10px}.portal-wizard__footer--actions>button{width:80px}.portal-wizard__footer--actions>button:first-child{margin:0 16px}.portal-wizard__footer--actions{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.portal-wizard__footer--help{margin-left:10px;margin-top:1px}.portal-wizard__footer--title{font-family:Noto Sans,sans-serif;font-size:18px;font-weight:500;color:#253445}.portal-wizard__footer--counter{margin-left:10px;color:#a0a3a1;font-size:14px;font-weight:300;font-family:Noto Sans,sans-serif}.portal-wizard__footer--custom{position:relative;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.portal-wizard__footer--custom input{width:100%;height:30px;font-size:14px;border:none;outline:none;background-color:rgba(255,127,0,.1);color:#fff;padding:0 5px;caret-color:orange}.portal-wizard__footer--custom input::-webkit-input-placeholder{font-size:14px}.portal-wizard__footer--custom input:-moz-placeholder,.portal-wizard__footer--custom input::-moz-placeholder{font-size:14px}.portal-wizard__footer--custom input:-ms-input-placeholder{font-size:14px}.portal-wizard__footer--custom input::-ms-input-placeholder{font-size:14px}.portal-wizard__footer--custom input::placeholder{font-size:14px}.portal-wizard__footer--custom--error{position:absolute;color:red;font-size:11px;top:32px;left:35px}.portal-wizard__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:auto;padding:0 24px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.portal-wizard__content .step-label{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;text-transform:none}.portal-wizard__content .step-label,.portal-wizard__content .step-number-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.portal-wizard__content .step-number-wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}.portal-wizard__content .step-number-wrapper .step-line-down{height:10px;margin-right:7px;width:2px;border:1px solid #0f87ec;background-color:#0f87ec}.portal-wizard__content .step-number-wrapper .step-line-down.valid{border-color:#13c77f;background-color:#13c77f}.portal-wizard__content .step-number-wrapper .step-line-down.selected:not(.valid){border-color:#0f87ec;background-color:#0f87ec}.portal-wizard__content .step-number-wrapper .step-number{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:5px;width:24px;height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #afc3d7;background-color:#fff;color:#afc3d7}.portal-wizard__content .step-number-wrapper .step-number.valid{background-color:#13c77f;border-color:#13c77f;color:#fff}.portal-wizard__content .step-number-wrapper .step-number.selected:not(.valid){background-color:#0f87ec;border-color:#0f87ec;color:#fff}.portal-wizard__content .step-number-wrapper .step-number.selected:not(.valid):hover{background-color:#fff;color:#0f87ec;border-color:#0f87ec}.portal-wizard__content .vertical-tabpanel-0{width:100%!important;height:100%!important}.portal-wizard__header{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:24px 24px 0}.portal-wizard__header,.portal-wizard__header>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.portal-wizard__header img{margin-right:10px}.portal-wizard__header--actions .button{margin:0 10px}.portal-wizard__header--help{margin-left:10px;margin-top:1px}.portal-wizard__header--title{font-family:Noto Sans,sans-serif;font-size:18px;font-weight:500;color:#253445}.portal-wizard__header--counter{margin-left:10px;color:#a0a3a1;font-size:14px;font-weight:300;font-family:Noto Sans,sans-serif}.portal-wizard__header--custom{position:relative;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.portal-wizard__header--custom input{width:100%;height:30px;font-size:14px;border:none;outline:none;background-color:rgba(255,127,0,.1);color:#fff;padding:0 5px;caret-color:orange}.portal-wizard__header--custom input::-webkit-input-placeholder{font-size:14px}.portal-wizard__header--custom input:-moz-placeholder,.portal-wizard__header--custom input::-moz-placeholder{font-size:14px}.portal-wizard__header--custom input:-ms-input-placeholder{font-size:14px}.portal-wizard__header--custom input::-ms-input-placeholder{font-size:14px}.portal-wizard__header--custom input::placeholder{font-size:14px}.portal-wizard__header--custom--error{position:absolute;color:red;font-size:11px;top:32px;left:35px}.engagement-audit-logs-drawer .custom-drawer__content{padding:0 32px}.engagement-audit-logs-drawer .multi-select-filter-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.engagement-audit-logs-drawer__name{color:#5f6c7a;font-size:11px;margin-bottom:16px;margin-top:-8px}.engagement-audit-logs-drawer__filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px;margin-bottom:30px}.engagement-audit-logs-drawer__filters>div:first-child{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.engagement-audit-logs-drawer__filters .gpx-wrapper.gpx-select{width:100%;max-width:100%;min-width:312px}.engagement-audit-logs-drawer__filters .gpx-wrapper.gpx-select .react-select__control{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.engagement-audit-logs-drawer__filters .gpx-wrapper.gpx-select .react-select__menu{width:520px;max-width:520px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16)}.engagement-audit-logs-drawer__filters .multi-select-filter{max-width:192px;grid-gap:4px;gap:4px}.engagement-audit-logs-drawer__filters .multi-select-filter .multi-select-filter-value{max-width:67px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.multi-select-filter{cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding:0 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.multi-select-filter:hover{background:#f5f7f9}.multi-select-filter--open{background:#e6e9ec}.multi-select-filter--disabled{cursor:default}.multi-select-filter--disabled:hover{background:none}.multi-select-filter--disabled>svg path{stroke:#acb4bd}.multi-select-filter .multi-select-filter-gray-text{color:#5f6c7a}.multi-select-filter-popover{z-index:1401!important}.multi-select-filter-popover .MuiPaper-root{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);width:196px;padding:12px 16px}.multi-select-filter-popover .gpx-checkbox{padding:4px 0}.multi-select-filter-popover .gpx-checkbox .MuiIconButton-root{padding:4px 12px 4px 4px!important}.multi-select-filter-popover .multi-select-filter--select-all.gpx-checkbox{margin-bottom:4px}.multi-select-filter-popover .multi-select-filter--select-all.gpx-checkbox .gpx-checkbox__label{font-weight:600;font-size:11px}.custom-drawer{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.custom-drawer,.custom-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.custom-drawer__header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px 16px 32px;color:#181f26;font-size:18px;font-weight:600;line-height:24px}.custom-drawer__header svg{cursor:pointer}.custom-drawer__header--title-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.custom-drawer__header--title-wrapper>svg path{stroke:#181f26}.custom-drawer__content{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;height:-webkit-calc(100% - 112px);height:-moz-calc(100% - 112px);height:calc(100% - 112px)}.custom-drawer__footer{width:100%;height:56px;padding:12px 24px;border-top:1px solid #e6e9ec;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;position:relative}.custom-drawer__info-text{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px;position:absolute}.custom-drawer__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:16px;gap:16px}.audit-timeline{display:grid;grid-template-columns:auto 1fr}.audit-timeline__item{display:contents;height:50px}.audit-timeline__time{text-align:right;font-size:12px;color:#5f6c7a;margin-right:8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.audit-timeline__log{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;height:50px}.audit-timeline__dot{width:9px;height:9px;background:#5f6c7a;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-top:4px;margin-right:16px;position:relative}.audit-timeline__item:not(:last-child) .audit-timeline__dot:after{content:"";position:absolute;left:50%;top:9px;width:1px;height:50px;background:#5f6c7a;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.audit-timeline__content{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding-bottom:12px}.audit-timeline__status{font-size:12px;font-weight:600;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.audit-timeline__email{font-size:11px;color:#5f6c7a;margin-top:4px}.audit-timeline .environment-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.audit-timeline .environment-cell__env{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;font-size:11px;line-height:18px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:default}.audit-timeline .environment-cell__env--P{color:#fff;background-color:#0369e9}.audit-timeline .environment-cell__env--I,.audit-timeline .environment-cell__env--Q,.audit-timeline .environment-cell__env--S{background-color:#e6e9ec}.audit-timeline__no-data{height:-webkit-calc(100% - 210px);height:-moz-calc(100% - 210px);height:calc(100% - 210px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.audit-timeline__no-data>img{margin-bottom:24px}.audit-timeline__no-data--title{font-size:18px;font-weight:600}.audit-timeline__no-data--subtitle{color:#5f6c7a;text-align:center;width:200px}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-Black.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-Black.ttf) format("truetype");font-weight:900}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-BlackIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-BlackIt.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-Bold.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-Bold.ttf) format("truetype");font-weight:700}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-BoldCond.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-BoldCond.ttf) format("truetype");font-weight:700;font-stretch:condensed}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-BoldCondIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-BoldCondIt.ttf) format("truetype");font-weight:700;font-stretch:condensed;font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-BoldIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-BoldIt.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-BoldSemiCn.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-BoldSemiCn.ttf) format("truetype");font-weight:700;font-stretch:semi-condensed}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-BoldSemiCnIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-BoldSemiCnIt.ttf) format("truetype");font-weight:700;font-stretch:semi-condensed;font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-Cond.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-Cond.ttf) format("truetype");font-stretch:condensed}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-CondIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-CondIt.ttf) format("truetype");font-stretch:condensed;font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-ExtraBold.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-ExtraBold.ttf) format("truetype");font-weight:800}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-ExtraBoldIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-ExtraBoldIt.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-It.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-It.ttf) format("truetype");font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-Light.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-Light.ttf) format("truetype");font-weight:300}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-LightIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-LightIt.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-Medium.otf) format("opentype");font-weight:500}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-Regular.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-SemiCn.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-SemiCn.ttf) format("truetype");font-stretch:semi-condensed}@font-face{font-family:adobe-clean;src:url(/fonts/AdobeClean/AdobeClean-SemiCnIt.otf) format("opentype"),url(/fonts/AdobeClean/_ttf/AdobeClean-SemiCnIt.ttf) format("truetype");font-stretch:semi-condensed;font-style:italic}.engagement .engagement-tab-container{overflow:auto;height:-webkit-calc(100vh - 154px);height:-moz-calc(100vh - 154px);height:calc(100vh - 154px)}.engagement .engagement-tab-container .gpx-accordion .MuiPaper-root{background-color:rgba(0,0,0,0);background-color:initial}.engagement .engagement-page-header{z-index:5;overflow:auto}.engagement .engagement-page-header .page-header__secondary{min-width:1050px}.engagement__guide-steps{overflow:hidden;background-color:#f0f3f6;height:-webkit-calc(100vh - 155px);height:-moz-calc(100vh - 155px);height:calc(100vh - 155px)}.engagement__guide-steps .hotspot-step-thumb{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.engagement__survey-steps{height:-webkit-calc(100vh - 154px);height:-moz-calc(100vh - 154px);height:calc(100vh - 154px)}.engagement__survey-steps--toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7)}.engagement__dialog-devices{height:-webkit-calc(100vh - 152px);height:-moz-calc(100vh - 152px);height:calc(100vh - 152px)}.engagement__dialog-devices .flow__header{display:none}.engagement__dialog-devices--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;min-height:56px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.engagement__dialog-devices--header-title{font-size:12px;line-height:1.33;text-align:left;color:#3c4a57;margin-bottom:12px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.engagement__dialog-devices--header-title,.engagement__dialog-devices--header-title div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement__dialog-devices--header-title svg{cursor:pointer}.engagement__dialog-devices--header .gpx-radio .MuiFormControlLabel-label{font-size:14px;line-height:1.71;text-align:left;color:#181f26}.engagement__dialog-device{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 12px}.engagement__dialog-device--toggle{-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7)}.engagement__dialog-device>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement__dialog-device>div:first-child>img{margin-right:10px}.engagement .engagement-steps__main-loader{height:-webkit-calc(100vh - 60px);height:-moz-calc(100vh - 60px);height:calc(100vh - 60px)}.engagement .engagement-steps__loader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:999999;background-color:rgba(0,0,0,.3)}.engagement .engagement-steps__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.engagement .engagement-steps__container--stepper{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-y:hidden;overflow-x:hidden;min-width:177px;max-width:177px}.engagement .engagement-steps__container--stepper__mode{padding:16px 0 16px 16px;margin-bottom:6px;background-color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-row-gap:6px;row-gap:6px}.engagement .engagement-steps__container--stepper__mode,.engagement .engagement-steps__container--stepper__mode-draft{-webkit-box-shadow:inset -1px 0 0 0 #e3eaf1;-moz-box-shadow:inset -1px 0 0 0 #e3eaf1;box-shadow:inset -1px 0 0 0 #e3eaf1}.engagement .engagement-steps__container--stepper__mode-draft{background-color:#ffe5d2}.engagement .engagement-steps__container--stepper__mode--wrap{grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.engagement .engagement-steps__container--stepper__mode--wrap,.engagement .engagement-steps__container--stepper__mode--wrap .gpx-toggle-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement .engagement-steps__container--stepper__mode--wrap .gpx-toggle-container .gpx-color__label-container{margin-bottom:0}.engagement .engagement-steps__container--stepper__mode--wrap--toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#4b6a87;font-size:12px;white-space:nowrap}.engagement .engagement-steps__container--stepper__mode--wrap>img{cursor:pointer}.engagement .engagement-steps__container--stepper__mode--saved{font-size:12px;color:#5f6c7a;text-align:left}.engagement .engagement-steps__container--content{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff;overflow:hidden;overflow-x:auto}.engagement .engagement-steps__container--content .preview__header .preview__header__name{font-family:Noto Sans,sans-serif;font-size:15px;text-align:left;color:#000;font-weight:400}.engagement .engagement-steps__container--content .preview__header--actions>button:first-child{margin-right:10px}.engagement .__checked,.engagement .__checked .checkbox-text{color:900!important}.engagement-steps__draft-tooltip{text-align:start;width:153px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:10px;gap:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.editor-wrapper,.engagement-steps__draft-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.editor-wrapper{width:100%;height:100%;text-align:left;overflow:auto;background-color:rgba(0,0,0,0);padding:50px 20px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.editor-wrapper.html-mode .px-engagement-wrapper .rangeslider-horizontal .rangeslider__handle{width:4vmin;height:4vmin}.editor-wrapper.html-mode .px-engagement-wrapper .submit-buttons-wrapper{display:none!important}.editor-wrapper.html-mode .mobile-iframe.html-mode .px-engagement-wrapper .rangeslider-horizontal .rangeslider__handle{width:20px;height:20px}.editor-wrapper .survey-page-question-wrapper{position:relative}.editor-wrapper .mq-mobile__rating-slider-buttons{width:100%;margin-bottom:20px;margin-top:8px}.editor-wrapper .mq-mobile__editor-buttons{position:absolute;top:0;right:0;z-index:1200;-webkit-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;visibility:hidden;padding:6px}.editor-wrapper .mq-mobile__editor-buttons img{width:24px;height:24px;cursor:pointer}.editor-wrapper .mq-mobile__editor-buttons--visible{visibility:visible}.editor-wrapper .dynamic-rating-answers-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;max-width:600px;margin-top:8px}.editor-wrapper .dynamic-rating-answers-wrapper.landscape{min-width:50%}.editor-wrapper .dynamic-rating-answers-wrapper .buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0 0}.editor-wrapper .dynamic-rating-answers-wrapper .buttons.portrait{margin-top:0}.editor-wrapper .dynamic-rating-answers-wrapper .buttons .button{height:31px;border:2px solid rgba(0,0,0,.1);font-size:14px;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-bottom:8px}.editor-wrapper .dynamic-rating-answers-wrapper .buttons-satisfied-labels{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;font-size:12px;margin-top:4px}.editor-wrapper .dynamic-rating-answers-wrapper .buttons-satisfied-labels>div:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.editor-wrapper .survey-feedback{margin-top:20px;width:100%}.editor-wrapper .survey-feedback.portrait{margin-top:8px}.editor-wrapper .survey-feedback__container{width:100%;padding:0 45px}.editor-wrapper .survey-feedback .labels-selector{margin-bottom:20px;margin-top:10px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.editor-wrapper .survey-feedback .comment{margin-bottom:5px;font-size:18px;color:#2090ed}.editor-wrapper .survey-feedback .comment:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.editor-wrapper .mobile-survey-page-dialog{background:rgba(37,52,69,.6);position:fixed;top:0;left:0;width:100%;height:100%;z-index:2147483648;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content{width:220px;height:340px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;position:relative;padding:24px;-webkit-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12)}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__top{width:100%;height:40px;border-bottom:1px solid #e6e9ec;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__top .mq-mobile__label{color:#0f87ec;background-color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:24px;margin-right:12px;border:none;border-bottom:1px solid #fff}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__top .mq-mobile__label--selected{border-bottom:1px solid #0f87ec}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center{width:100%;height:250px;overflow:auto}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center .dropdown{width:100%;height:32px;margin:16px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center input{width:50px;height:32px;margin:8px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center .mq-mobile__open-text-checkbox-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center .gpx-textfield__label{font-size:12px;color:#3c4a57}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center .error-message-horizontal-survey{color:red;font-size:12px}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center .mq-mobile__open-text-title{font-size:16px;margin-bottom:8px}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center .mq-mobile__open-text-comment{width:16px;margin-right:8px;height:16px}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__center .mq-mobile__setting{margin-top:16px}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__bottom{width:100%;height:50px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;border-top:1px solid #e6e9ec}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__bottom .mq-mobile__button{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;width:86px;height:32px;margin-left:8px;border:1px solid #d5d9de;color:#0f87ec;cursor:pointer;background-color:#fff}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__bottom .mq-mobile__button--disabled{color:#3c4a57;background-color:#e6e9ec}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__bottom .mq-mobile__apply{color:#fff;background-color:#0f87ec}.editor-wrapper .mobile-survey-page-dialog .mq-mobile__content .mq-mobile__close-button{position:absolute;top:16px;right:16px;width:20px;height:20px;cursor:pointer}.editor-wrapper.multi-survey .fr-placeholder{margin-top:-20px!important}.editor-wrapper.multi-survey .sequence-number{padding-top:2px}.editor-wrapper.multi-survey textarea{background:#fff;resize:none;border:none;width:100%;height:66px;padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px #d7d6d7;-moz-box-shadow:inset 0 0 0 1px #d7d6d7;box-shadow:inset 0 0 0 1px #d7d6d7}.editor-wrapper .survey-page-dialog{position:fixed;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:16px;z-index:1200;border:1px solid #f6f6f6;overflow:hidden;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.editor-wrapper .survey-page-dialog .more-option{cursor:pointer;width:100%;margin-left:0;height:30px}.editor-wrapper .survey-page-dialog .more-option--disabled{cursor:not-allowed;color:#9b9b9b}.editor-wrapper .survey-page-dialog .setting-tabs{height:280px}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel{max-height:225px;overflow:auto}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .setting{overflow:auto;max-height:180px;margin-bottom:8px}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .setting textarea{min-height:75px;overflow:auto;resize:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #f5f5f5}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .error-message-horizontal-survey{font-size:12px;color:#fc3f1d}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:#7596b7;margin-top:15px}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question img{margin-right:4px}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question .text-block{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question .text-block span{cursor:pointer;color:#0f87ec;text-decoration:underline}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings{font-size:12px;overflow:auto}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .gpx-accordion__details{width:100%}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .bold-title{font-weight:500}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row{margin-top:8px;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .details-label{min-width:50%}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .default-input{width:100%}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .default-input input{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .default-input input:focus{border:1px solid #0f87ec}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .gpx-textfield{width:100%}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-arrow{display:none}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-box{position:absolute;top:20px;width:100%;left:-200px;background-color:#fff}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-box .tippy-content{position:relative}.editor-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-box .popover{position:relative;display:block}.editor-wrapper .survey-page-dialog .setting-tabs .gpx-wrapper.gpx-select{width:100%;margin-bottom:8px}.editor-wrapper .survey-page-dialog .settings-action-buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:12px;border-top:1px solid #e3eaf1}.editor-wrapper .survey-page-dialog .settings-action-buttons .button{margin-left:8px}.editor-wrapper .step-wrapper.mobile .loader{width:50px;height:50px;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);z-index:1}.editor-wrapper .step-wrapper.mobile .survey-editor-step .contact-message{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:10px 0}.editor-wrapper .step-wrapper.mobile .survey-editor-step .contact-message .checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadein{0%{opacity:0}to{opacity:1}}@-o-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{0%{opacity:1}to{opacity:0}}@-o-keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slidefromTop{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slidefromTop{0%{opacity:0;-moz-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes slidefromTop{0%{opacity:0;-o-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-o-transform:translateY(0);transform:translateY(0)}}@keyframes slidefromTop{0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slidetoTop{to{opacity:1;-webkit-transform:translateY(-100%);transform:translateY(-100%)}0%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slidetoTop{to{opacity:1;-moz-transform:translateY(-100%);transform:translateY(-100%)}0%{opacity:0;-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes slidetoTop{to{opacity:1;-o-transform:translateY(-100%);transform:translateY(-100%)}0%{opacity:0;-o-transform:translateY(0);transform:translateY(0)}}@keyframes slidetoTop{to{opacity:1;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}0%{opacity:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slidefromBottom{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slidefromBottom{0%{opacity:0;-moz-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes slidefromBottom{0%{opacity:0;-o-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-o-transform:translateY(0);transform:translateY(0)}}@keyframes slidefromBottom{0%{opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slidetoBottom{to{opacity:1;-webkit-transform:translateY(100%);transform:translateY(100%)}0%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slidetoBottom{to{opacity:1;-moz-transform:translateY(100%);transform:translateY(100%)}0%{opacity:0;-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes slidetoBottom{to{opacity:1;-o-transform:translateY(100%);transform:translateY(100%)}0%{opacity:0;-o-transform:translateY(0);transform:translateY(0)}}@keyframes slidetoBottom{to{opacity:1;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}0%{opacity:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slidefromRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes slidefromRight{0%{opacity:0;-moz-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes slidefromRight{0%{opacity:0;-o-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-o-transform:translateX(0);transform:translateX(0)}}@keyframes slidefromRight{0%{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slidetoRight{to{opacity:1;-webkit-transform:translateX(100%);transform:translateX(100%)}0%{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes slidetoRight{to{opacity:1;-moz-transform:translateX(100%);transform:translateX(100%)}0%{opacity:0;-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes slidetoRight{to{opacity:1;-o-transform:translateX(100%);transform:translateX(100%)}0%{opacity:0;-o-transform:translateX(0);transform:translateX(0)}}@keyframes slidetoRight{to{opacity:1;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}0%{opacity:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slidefromLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes slidefromLeft{0%{opacity:0;-moz-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes slidefromLeft{0%{opacity:0;-o-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-o-transform:translateX(0);transform:translateX(0)}}@keyframes slidefromLeft{0%{opacity:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slidetoLeft{to{opacity:1;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes slidetoLeft{to{opacity:1;-moz-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:0;-moz-transform:translateX(0);transform:translateX(0)}}@-o-keyframes slidetoLeft{to{opacity:1;-o-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:0;-o-transform:translateX(0);transform:translateX(0)}}@keyframes slidetoLeft{to{opacity:1;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.editor-wrapper .slide-from-top{-webkit-animation:slidefromTop .8s;-moz-animation:slidefromTop .8s;-o-animation:slidefromTop .8s;animation:slidefromTop .8s}.editor-wrapper .slide-from-top.hidden{-webkit-animation:slidetoTop .8s;-moz-animation:slidetoTop .8s;-o-animation:slidetoTop .8s;animation:slidetoTop .8s}.editor-wrapper .slide-from-bottom{-webkit-animation:slidefromBottom .8s;-moz-animation:slidefromBottom .8s;-o-animation:slidefromBottom .8s;animation:slidefromBottom .8s}.editor-wrapper .slide-from-bottom.hidden{-webkit-animation:slidetoBottom .8s;-moz-animation:slidetoBottom .8s;-o-animation:slidetoBottom .8s;animation:slidetoBottom .8s}.editor-wrapper .slide-from-right{-webkit-animation:slidefromRight .8s;-moz-animation:slidefromRight .8s;-o-animation:slidefromRight .8s;animation:slidefromRight .8s}.editor-wrapper .slide-from-right.hidden{-webkit-animation:slidetoRight .8s;-moz-animation:slidetoRight .8s;-o-animation:slidetoRight .8s;animation:slidetoRight .8s}.editor-wrapper .slide-from-left{-webkit-animation:slidefromLeft .8s;-moz-animation:slidefromLeft .8s;-o-animation:slidefromLeft .8s;animation:slidefromLeft .8s}.editor-wrapper .slide-from-left.hidden{-webkit-animation:slidetoLeft .8s;-moz-animation:slidetoLeft .8s;-o-animation:slidetoLeft .8s;animation:slidetoLeft .8s}.editor-wrapper .fade-in{-webkit-animation:fadein .8s;-moz-animation:fadein .8s;-o-animation:fadein .8s;animation:fadein .8s}.editor-wrapper .fade-in.hidden{-webkit-animation:fadeout .8s;-moz-animation:fadeout .8s;-o-animation:fadeout .8s;animation:fadeout .8s}.react-toggle{-ms-touch-action:pan-x;touch-action:pan-x;display:inline-block;position:relative;cursor:pointer;background-color:rgba(0,0,0,0);border:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;-webkit-transition:opacity .25s;-o-transition:opacity .25s;-moz-transition:opacity .25s;transition:opacity .25s}.react-toggle-track{width:38px;height:17px;padding:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:#4d4d4d;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;-webkit-transition:opacity .25s ease;-moz-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;-webkit-transition:opacity .25s ease;-moz-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{-webkit-transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;position:absolute;top:1px;left:1px;width:15px;height:15px;border:1px solid #4d4d4d;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fafafa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.react-toggle--checked .react-toggle-thumb{left:27px;border-color:#19ab27}.react-toggle--focus .react-toggle-thumb{-webkit-box-shadow:0 0 3px 2px #0099e0;-moz-box-shadow:0 0 3px 2px #0099e0;box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{-webkit-box-shadow:0 0 5px 5px #0099e0;-moz-box-shadow:0 0 5px 5px #0099e0;box-shadow:0 0 5px 5px #0099e0}.rangeslider{margin:10px}.rangeslider__labels .rangeslider__label-item{top:0!important}@media (min-width:900px) and (min-height:600px){.rangeslider-horizontal .rangeslider__handle,.rangeslider__labels{font-size:2vmin}}.rangeslider{margin:20px 0;position:relative;background:#e6e6e6;-ms-touch-action:none;touch-action:none}.rangeslider,.rangeslider .rangeslider__fill{display:block;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.4);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.4);box-shadow:inset 0 1px 3px rgba(0,0,0,.4)}.rangeslider .rangeslider__handle{background:#fff;border:1px solid #ccc;cursor:pointer;display:inline-block;position:absolute;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4),0 -1px 3px rgba(0,0,0,.4);-moz-box-shadow:0 1px 3px rgba(0,0,0,.4),0 -1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4),0 -1px 3px rgba(0,0,0,.4)}.rangeslider .rangeslider__handle .rangeslider__active{opacity:1}.rangeslider .rangeslider__handle-tooltip{width:40px;height:40px;text-align:center;position:absolute;background-color:rgba(0,0,0,.8);font-weight:400;font-size:14px;-webkit-transition:all .1s ease-in;-o-transition:all .1s ease-in;-moz-transition:all .1s ease-in;transition:all .1s ease-in;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;color:#fff;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.rangeslider .rangeslider__handle-tooltip span{margin-top:12px;display:inline-block;line-height:100%}.rangeslider .rangeslider__handle-tooltip:after{content:" ";position:absolute;width:0;height:0}.rangeslider-horizontal{height:12px}.rangeslider-horizontal,.rangeslider-horizontal .rangeslider__fill{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.rangeslider-horizontal .rangeslider__fill{height:100%;background-color:#7cb342;top:0}.rangeslider-horizontal .rangeslider__handle{width:7vmin;height:7vmin;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;top:50%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.rangeslider-horizontal .rangeslider__handle:after{content:" ";position:absolute;width:16px;height:16px;top:6px;left:6px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#dadada;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4) inset,0 -1px 3px rgba(0,0,0,.4) inset;-moz-box-shadow:0 1px 3px rgba(0,0,0,.4) inset,0 -1px 3px rgba(0,0,0,.4) inset;box-shadow:inset 0 1px 3px rgba(0,0,0,.4),inset 0 -1px 3px rgba(0,0,0,.4)}.rangeslider-horizontal .rangeslider__handle-tooltip{top:-55px}.rangeslider-horizontal .rangeslider__handle-tooltip:after{border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid rgba(0,0,0,.8);left:50%;bottom:-8px;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.rangeslider-vertical{margin:20px auto;height:150px;max-width:10px;background-color:rgba(0,0,0,0)}.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{position:absolute}.rangeslider-vertical .rangeslider__fill{width:100%;background-color:#7cb342;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;bottom:0}.rangeslider-vertical .rangeslider__handle{width:30px;height:10px;left:-10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.rangeslider-vertical .rangeslider__handle-tooltip{left:-100%;top:50%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.rangeslider-vertical .rangeslider__handle-tooltip:after{border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,.8);left:100%;top:12px}.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{right:0}.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{top:0;bottom:inherit}.rangeslider__labels{position:relative}.rangeslider-vertical .rangeslider__labels{position:relative;list-style-type:none;margin:0 0 0 24px;padding:0;text-align:left;width:250px;height:100%;left:10px}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item{position:absolute;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before{content:"";width:10px;height:2px;background:#000;position:absolute;left:-14px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}.rangeslider__labels .rangeslider__label-item{position:absolute;font-size:14px;cursor:pointer;display:inline-block;top:10px;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.rangeslider,.rangeslider-horizontal{width:100%}.rangeslider__handle-label:after{content:none}.rangeslider__handle{content:none;left:347px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.rangeslider-horizontal .rangeslider__handle:after{content:none!important}.rangeslider-horizontal{height:1.5vmin}.rangeslider-horizontal .rangeslider__handle{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:3vmin}.rangeslider-horizontal .rangeslider__handle,.rangeslider__labels{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.rangeslider__labels{margin-top:5px!important;font-size:4vmin;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rangeslider__labels .rangeslider__label-item{font-size:3vmin}@media (min-width:900px) and (min-height:600px){.rangeslider-horizontal .rangeslider__handle,.rangeslider__labels,.rangeslider__labels .rangeslider__label-item{font-size:2vmin}}.content-editor-feature .body .editor-wrapper.badge-editor{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.badge-editor{height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0 15px 15px}.badge-editor,.badge-editor .badge-icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.badge-editor .badge-icon{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:solid}.badge-editor .badge-icon img{padding:5px}.badge__tooltip-wrapper{margin:auto;position:relative}.badge__tooltip-wrapper.badge__tooltip-wrapper-code-mirror{width:100%;height:100%}.badge__tooltip-wrapper .badge__tooltip{position:relative}.badge__tooltip-wrapper .badge__tooltip--code-mirror{position:absolute;top:0;height:100%;width:100%;left:0}.badge__tooltip-wrapper .badge__tooltip--code-mirror>div{height:100%}.badge__tooltip-wrapper .badge__tooltip--code-mirror>div #badge-tooltip-html{height:100%!important}.badge__tooltip-wrapper .badge__tooltip__text{min-width:30px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 9px;position:absolute;z-index:1;-webkit-transition:opacity .3s;-o-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;display:block;margin:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.badge__tooltip-wrapper .badge__tooltip__text--top{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:100%}.badge__tooltip-wrapper .badge__tooltip__text--top-left,.badge__tooltip-wrapper .badge__tooltip__text--top-right{bottom:100%}.badge__tooltip-wrapper .badge__tooltip__text--bottom{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);top:100%}.badge__tooltip-wrapper .badge__tooltip__text--bottom-right{top:100%}.badge__tooltip-wrapper .badge__tooltip__text--bottom-left{-webkit-transform:translateX(-webkit-calc(-100% + 20px));-moz-transform:translateX(-moz-calc(-100% + 20px));-ms-transform:translateX(calc(-100% + 20px));-o-transform:translateX(calc(-100% + 20px));transform:translateX(calc(-100% + 20px));top:100%}.badge__tooltip-wrapper .badge__tooltip__text--right{left:100%}.badge__tooltip-wrapper .badge__tooltip__text--left,.badge__tooltip-wrapper .badge__tooltip__text--right{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.badge__tooltip-wrapper .badge__tooltip__text--left{right:100%}.badge__tooltip-wrapper .badge__tooltip__triangle{position:absolute;width:0;height:0;border:8px solid rgba(0,0,0,0);left:-7px;margin:6px 0}.badge__tooltip-wrapper .badge__tooltip__triangle--top{top:-6px}.badge__tooltip-wrapper .badge__tooltip__triangle--bottom,.badge__tooltip-wrapper .badge__tooltip__triangle--top{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.badge__tooltip-wrapper .badge__tooltip__triangle--bottom{bottom:-webkit-calc(100% - 7px);bottom:-moz-calc(100% - 7px);bottom:calc(100% - 7px)}.badge__tooltip-wrapper .badge__tooltip__triangle--left{top:-14px;left:-2px}.badge__tooltip-wrapper .badge__tooltip__triangle--right{top:-14px;left:-webkit-calc(100% - 15px);left:-moz-calc(100% - 15px);left:calc(100% - 15px)}.badge__tooltip-wrapper #badge-tooltip-html{color:#06f263;font-size:13px;text-align:left;font-weight:400}.badge__tooltip-wrapper #badge-tooltip-html .fr-box.fr-basic .fr-element{overflow-x:visible}.badge__tooltip-wrapper #badge-tooltip-html .fr-code-view{height:100%;width:100%;top:0;left:0}.badge__tooltip-wrapper #badge-tooltip-html .fr-code-view .fr-wrapper{height:100%;width:100%}.badge__tooltip-wrapper #badge-tooltip-html .fr-code-view .fr-wrapper .CodeMirror{height:100%!important;width:100%;font-size:14px;text-align:left;font-weight:400}.custom-theme.fr-box.fr-basic .fr-wrapper{background:none;border:0;top:0;left:0;border-top:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;line-height:normal}.border_radius .custom-theme.fr-box.fr-basic .fr-wrapper,.tooltip-editor .custom-theme.fr-box.fr-basic .fr-wrapper{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.fr-element{color:inherit!important}.fr-element span.fr-video{position:relative;display:block}.button-editor__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px}.button-editor__preview-wrapper{width:100%;height:150px}.button-editor__preview{width:100%;height:100%;-webkit-box-shadow:2px 3px 19px 3px #ccc;-moz-box-shadow:2px 3px 19px 3px #ccc;box-shadow:2px 3px 19px 3px #ccc;background-color:#fff}.button-editor__preview iframe{width:100%;height:100%}.button-editor__settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:15px 0}.button-editor__settings .settings-row{margin-bottom:20px}.button-editor__settings .settings-row,.button-editor__settings .settings-row .field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.button-editor__settings .settings-row .field-settings{width:45%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.button-editor__settings .settings-row .field-settings__left{margin-right:10%}.button-editor__settings .settings-row .field-settings .field-label{font-size:13px}.button-editor__settings .settings-row .field-settings .text-field-text input{height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);outline:none;border:1px solid #fff;padding-right:10px;padding-left:10px;font-family:Noto Sans,sans-serif;font-size:14px;font-stretch:condensed}.button-editor__settings .settings-row .field-settings .text-field-text input::-webkit-input-placeholder{font-size:13px;font-weight:400}.button-editor__settings .settings-row .field-settings .text-field-text input:-moz-placeholder,.button-editor__settings .settings-row .field-settings .text-field-text input::-moz-placeholder{font-size:13px;font-weight:400}.button-editor__settings .settings-row .field-settings .text-field-text input:-ms-input-placeholder{font-size:13px;font-weight:400}.button-editor__settings .settings-row .field-settings .text-field-text input::-ms-input-placeholder{font-size:13px;font-weight:400}.button-editor__settings .settings-row .field-settings .text-field-text input::placeholder{font-size:13px;font-weight:400}.button-editor__settings .settings-row .field-settings .text-field-number{width:50px}.button-editor__settings .settings-row .field-settings .text-field-number input{width:45px}.button-editor__settings .settings-row .field-settings .text-field-units{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.button-editor__settings .settings-row .field-settings .text-field-units .text-field{margin-right:2px}.button-editor__settings .settings-row .field-settings .padding-input-wrapper,.button-editor__settings .settings-row .field-settings .text-field-units .unit-sign{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.button-editor__settings .settings-row .field-settings .padding-input-wrapper img{margin-right:2px}.tokens-dialog__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tokens-dialog .dialog__header img{width:30px}.tokens-dialog__header{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tokens-dialog__header,.tokens-dialog__header--filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.tokens-dialog__header--filter{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:48px;padding:0 30px;background-color:#f2f1ef;-webkit-box-shadow:0 1px 0 0 #d8d8d8;-moz-box-shadow:0 1px 0 0 #d8d8d8;box-shadow:0 1px 0 0 #d8d8d8;z-index:2;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tokens-dialog__header--filter .simple-dropdown{width:135px}.tokens-dialog__header--filter .simple-dropdown__trigger>div{font-size:14px}.tokens-dialog__header--filter .simple-dropdown__content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px 1px rgba(0,0,0,.1)}.tokens-dialog__header--filter .simple-dropdown .dropdown__content{width:100%}.tokens-dialog__header--names{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 60px;height:36px;background-color:#f6f6f6;-webkit-box-shadow:0 1px 0 0 #e9e9e9;-moz-box-shadow:0 1px 0 0 #e9e9e9;box-shadow:0 1px 0 0 #e9e9e9;z-index:1}.tokens-dialog__header--names>div{font-size:13px;font-weight:500;font-family:Noto Sans,sans-serif;color:#000;cursor:default}.tokens-dialog__header--names>div:first-child{width:200px}.tokens-dialog__header--names>div:first-letter{text-transform:capitalize}.tokens-dialog__checkbox{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;height:390px;width:100%;background-color:#fff}.tokens-dialog__checkbox--value{font-size:14px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-right:15px}.tokens-dialog__checkbox>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e9e9e9;min-height:56px;padding:0 30px}.tokens-dialog__checkbox>div:first-child{border:none}.tokens-dialog__checkbox>div .checkbox-component{line-height:20px}.tokens-dialog__checkbox>div .checkbox-component:hover{background-color:#fff}.tokens-dialog__checkbox>div .checkbox-component:hover .checkbox-text{color:#000}.tokens-dialog__checkbox>div .checkbox-component .checkbox-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#a0a3a1;font-size:14px;font-family:Noto Sans,sans-serif;margin-left:13px;width:200px;padding-right:10px}.simple-dropdown{width:100%}.simple-dropdown .dropdown__trigger{text-decoration:none}.simple-dropdown .dropdown__content{z-index:10}.simple-dropdown__trigger{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.simple-dropdown__trigger div{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;color:#000;padding:0 20px 0 10px}.simple-dropdown__trigger img{-webkit-transform:rotate(90deg) scale(.9);-moz-transform:rotate(90deg) scale(.9);-ms-transform:rotate(90deg) scale(.9);-o-transform:rotate(90deg) scale(.9);transform:rotate(90deg) scale(.9)}.simple-dropdown__trigger--box{height:30px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 12px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.simple-dropdown__trigger--box>div{padding:0}.simple-dropdown__content{background-color:#fff;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-webkit-box-shadow:2px 3px 2px 2px rgba(0,0,0,.1);-moz-box-shadow:2px 3px 2px 2px rgba(0,0,0,.1);box-shadow:2px 3px 2px 2px rgba(0,0,0,.1);overflow:hidden;text-align:left;margin-top:-30px;white-space:nowrap;max-height:215px}.simple-dropdown__content input{border:none;outline:none;font-size:13px;width:100%;padding:5px 12px 0;color:#000}.simple-dropdown__content input::-webkit-input-placeholder{font-size:13px;text-transform:capitalize}.simple-dropdown__content input:-moz-placeholder,.simple-dropdown__content input::-moz-placeholder{font-size:13px;text-transform:capitalize}.simple-dropdown__content input:-ms-input-placeholder{font-size:13px;text-transform:capitalize}.simple-dropdown__content input::-ms-input-placeholder{font-size:13px;text-transform:capitalize}.simple-dropdown__content input::placeholder{font-size:13px;text-transform:capitalize}.simple-dropdown__selected{padding:10px 15px;border-bottom:1px solid #ddd}.simple-dropdown__selected--option{font-family:Noto Sans,sans-serif;font-size:11px;text-align:left;color:#ff7f00}.simple-dropdown__selected--specs{font-size:12px;font-weight:500;color:#000;margin-top:5px}.simple-dropdown__opts{max-height:188px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:5px 0;overflow:auto}.simple-dropdown__opts--opt{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:5px 20px;font-family:Noto Sans,sans-serif;font-size:13px;color:#000;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.simple-dropdown__opts--opt:hover{background-color:rgba(26,55,67,.05)}.simple-dropdown__opts--opt.category{-webkit-box-shadow:0 0 1px rgba(0,0,0,.3);-moz-box-shadow:0 0 1px rgba(0,0,0,.3);box-shadow:0 0 1px rgba(0,0,0,.3);height:26px;background-color:#f3f3f3;text-transform:uppercase}.simple-dropdown__opts--opt.category>div{position:relative;left:-8px;font-size:12px;font-weight:700}.simple-dropdown__disabled .simple-dropdown__trigger{background-color:#dbdbdb;color:#9b9b9b;border:1px solid #9b9b9b}.simple-dropdown__disabled .simple-dropdown__trigger div{color:#9b9b9b}.info{width:15px;height:15px;min-width:15px;line-height:15px;color:#d3d3d3;font-size:10px;margin-left:20px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #d3d3d3}.info:hover{border:1px solid #000;color:#000}.engagement-embed{text-align:left}.engagement-embed .gpx-accordion__details .gpx-textfield{width:260px;margin-top:10px}.dropdown-v2,.engagement-embed .gpx-accordion__details .gpx-textfield input{width:100%}.dropdown-v2 .dropdown__trigger{text-decoration:none}.dropdown-v2 .dropdown__content{z-index:10}.dropdown-v2-disabled .dropdown__trigger{background-color:#dbdbdb;color:#9b9b9b}.dropdown-v2-disabled .dropdown__trigger div{color:#9b9b9b}.dropdown-v2__trigger{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.dropdown-v2__trigger>div{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;color:#000;padding:0 20px 0 10px}.dropdown-v2__trigger .arrow{-webkit-transform:rotate(90deg) scale(.9);-moz-transform:rotate(90deg) scale(.9);-ms-transform:rotate(90deg) scale(.9);-o-transform:rotate(90deg) scale(.9);transform:rotate(90deg) scale(.9)}.dropdown-v2__trigger-box{width:100%;height:30px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 12px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.dropdown-v2__trigger-box>div{padding:0}.dropdown-v2__trigger--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-v2__trigger--wrapper>img{margin-right:5px}.dropdown-v2__content{background-color:#fff;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);overflow:hidden;text-align:left;margin-top:-30px;white-space:nowrap}.dropdown-v2__content input{border:none;outline:none;font-size:13px;width:100%;padding:5px 12px 0;color:#000}.dropdown-v2__content input::-webkit-input-placeholder{font-size:13px;text-transform:capitalize}.dropdown-v2__content input:-moz-placeholder,.dropdown-v2__content input::-moz-placeholder{font-size:13px;text-transform:capitalize}.dropdown-v2__content input:-ms-input-placeholder{font-size:13px;text-transform:capitalize}.dropdown-v2__content input::-ms-input-placeholder{font-size:13px;text-transform:capitalize}.dropdown-v2__content input::placeholder{font-size:13px;text-transform:capitalize}.dropdown-v2__content--selected{padding:10px 15px;border-bottom:1px solid #ddd}.dropdown-v2__content--selected>div:first-child{font-family:Noto Sans,sans-serif;font-size:11px;text-align:left;color:#0f87ec}.dropdown-v2__content--selected>div:last-child{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500;color:#000;margin-top:5px}.dropdown-v2__content--options{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:5px 0;border-bottom:1px solid #ddd;overflow:auto}.dropdown-v2__content--options>div{cursor:pointer;padding:5px 20px;font-family:Noto Sans,sans-serif;font-size:13px;color:#000;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.dropdown-v2__content--options>div:hover{background-color:rgba(26,55,67,.05)}.dropdown-v2__custom{font-family:Noto Sans,sans-serif;cursor:pointer;padding:0 20px;height:30px;line-height:30px;margin:5px 0;font-size:13px;color:#000;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:capitalize}.dropdown-v2__custom--dialog .date-range-picker__buttons,.dropdown-v2__custom--dialog .date-range-picker__selectedDate{display:none}.dropdown-v2__custom--dialog .date-range-picker__content{position:inherit;top:0;left:0;width:100%;z-index:10}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls__input-group{background-color:#e9ecf0;height:60px;padding:0 30px}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls__preset-range{font-size:13px;color:#000}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls__button-wrapper{display:none}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls__inputs-title{margin-left:40px}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls__input{width:100px;font-size:13px}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls__input-separator{width:auto;padding:0 5px;font-size:12px}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls .Select{width:100px}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls .Select .Select-control{height:30px}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls .Select .Select-control .Select-value-label{font-size:13px}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls .Select .Select-menu-outer{width:100px;z-index:3}.dropdown-v2__custom--dialog .date-range-picker__content .DRP-controls .Select .select-arrow{position:relative;top:2px}.dropdown-v2__custom:hover{background-color:rgba(26,55,67,.05)}.positions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.positions .position-absolute,.positions .position-coordinates{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:26px}.positions .coordinates,.positions .position-absolute,.positions .position-coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.positions .coordinates .coordinates-horizontal,.positions .coordinates .coordinates-vertical{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3px;margin-bottom:10px}.positions .coordinates .coordinates-horizontal img,.positions .coordinates .coordinates-vertical img{margin-right:8px}.positions .coordinates .coordinates-horizontal .text-field-component,.positions .coordinates .coordinates-vertical .text-field-component{width:60px}.bar-position .section-content{margin-bottom:15px}.bar-position .bar-offset{text-align:left;font-size:12px}.check-box{width:15px;height:15px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);border:1px solid #ededed}.check-box:hover{border:1px solid #2090ed}.check-box.check-box--disabled{pointer-events:none}.check-box-round{width:15px;height:15px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);border:4px solid #2090ed}.check-box-round.check-box-round--disabled{pointer-events:none;border:4px solid #dbdbdb}.position-grid-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:4px}.position-grid-component .bottom,.position-grid-component .middle,.position-grid-component .top{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.position-grid-component .bottom .center,.position-grid-component .middle .center,.position-grid-component .top .center{margin:0 10px}.position-grid-component .middle{margin:12px 0}.position-grid-component .empty-center{width:15px;height:15px}.position-grid-component .center-image-wrapper{width:15px;height:15px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.position-grid-component .center-image-wrapper img.center-image{width:20px;height:20px}.z-index-setting{margin-bottom:10px}.z-index-setting .field-settings{text-align:left;font-size:12px}.content-editor-feature .guide-tab-settings,.content-editor-feature .guide-tab-text-edit{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0 15px 15px}.content-editor-feature .guide-tab-settings .tab-settings-section-header,.content-editor-feature .guide-tab-text-edit .tab-settings-section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.content-editor-feature .guide-tab-settings .tab-settings-section-header .section-header,.content-editor-feature .guide-tab-text-edit .tab-settings-section-header .section-header{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.content-editor-feature .guide-tab-settings .tab-settings-section-header .horizontal-line,.content-editor-feature .guide-tab-text-edit .tab-settings-section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.content-editor-feature .guide-tab-settings .tab-settings-section-header .horizontal-line__long,.content-editor-feature .guide-tab-text-edit .tab-settings-section-header .horizontal-line__long{margin-left:0}.content-editor-feature .guide-tab-settings .section-body,.content-editor-feature .guide-tab-text-edit .section-body{margin:0 5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .guide-tab-settings .section-body .section-body-header,.content-editor-feature .guide-tab-text-edit .section-body .section-body-header{height:14px;font-family:Noto Sans,sans-serif;font-size:12px;margin-bottom:8px}.content-editor-feature .guide-tab-settings .section-body .step-counter-section,.content-editor-feature .guide-tab-text-edit .section-body .step-counter-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;font-size:12px;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.content-editor-feature .guide-tab-settings .section-body .checkbox-step-counter,.content-editor-feature .guide-tab-text-edit .section-body .checkbox-step-counter{margin-top:20px}.content-editor-feature .guide-tab-settings .section-body .unit-text,.content-editor-feature .guide-tab-text-edit .section-body .unit-text{font-family:Noto Sans,sans-serif;height:14px;font-size:12px;color:#a0a3a1;margin-left:10px;margin-right:25px}.content-editor-feature .guide-tab-settings .section-body .height-width,.content-editor-feature .guide-tab-settings .section-body .settings-row,.content-editor-feature .guide-tab-text-edit .section-body .height-width,.content-editor-feature .guide-tab-text-edit .section-body .settings-row{margin:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .guide-tab-settings .section-body .height-width img,.content-editor-feature .guide-tab-settings .section-body .settings-row img,.content-editor-feature .guide-tab-text-edit .section-body .height-width img,.content-editor-feature .guide-tab-text-edit .section-body .settings-row img{margin-right:8px}.content-editor-feature .guide-tab-settings .section-body .height-width .text-field,.content-editor-feature .guide-tab-settings .section-body .settings-row .text-field,.content-editor-feature .guide-tab-text-edit .section-body .height-width .text-field,.content-editor-feature .guide-tab-text-edit .section-body .settings-row .text-field{width:45px}.content-editor-feature .guide-tab-settings .section-body .navigation-section-container-visible,.content-editor-feature .guide-tab-text-edit .section-body .navigation-section-container-visible{-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s}.content-editor-feature .guide-tab-settings .section-body .section-container-visible,.content-editor-feature .guide-tab-text-edit .section-body .section-container-visible{max-height:580px;-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s}.content-editor-feature .guide-tab-settings .section-body .section-container-hidden,.content-editor-feature .guide-tab-text-edit .section-body .section-container-hidden{max-height:0;-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s;overflow:hidden}.content-editor-feature .guide-tab-settings .section-body .section-content-alt,.content-editor-feature .guide-tab-text-edit .section-body .section-content-alt{text-align:left;margin-bottom:20px}.content-editor-feature .guide-tab-settings .section-body .section-content,.content-editor-feature .guide-tab-text-edit .section-body .section-content{margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .field-action,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .field-action{width:100%}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .redirect-url-input,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .redirect-url-input{margin-top:10px;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;color:#000;max-height:100px;-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .redirect-url-input input::-webkit-input-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .redirect-url-input input::-webkit-input-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .redirect-url-input input:-moz-placeholder,.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .redirect-url-input input::-moz-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .redirect-url-input input:-moz-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .redirect-url-input input::-moz-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .redirect-url-input input:-ms-input-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .redirect-url-input input:-ms-input-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .redirect-url-input input::-ms-input-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .redirect-url-input input::-ms-input-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .redirect-url-input input::placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .redirect-url-input input::placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .field-action-dropdwon .dropdown-v2 .dropdown-v2__trigger-box>div,.content-editor-feature .guide-tab-settings .section-body .section-content.section-actions .field-action-dropdwon .dropdown-v2 .dropdown__content .dropdown-v2__content--options>div,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .field-action-dropdwon .dropdown-v2 .dropdown-v2__trigger-box>div,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-actions .field-action-dropdwon .dropdown-v2 .dropdown__content .dropdown-v2__content--options>div{font-size:11px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions{width:100%}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .title,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .title{font-family:Noto Sans,sans-serif;margin-bottom:4px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-select,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-select{width:271px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-select .dropdown-v2 .dropdown-v2__trigger-box>div,.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-select .dropdown-v2 .dropdown__content .dropdown-v2__content--options>div,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-select .dropdown-v2 .dropdown-v2__trigger-box>div,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-select .dropdown-v2 .dropdown__content .dropdown-v2__content--options>div{font-size:11px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-visible,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-visible{margin-top:10px;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;color:#000;max-height:100px;-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-visible input::-webkit-input-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-visible input::-webkit-input-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-visible input:-moz-placeholder,.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-visible input::-moz-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-visible input:-moz-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-visible input::-moz-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-visible input:-ms-input-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-visible input:-ms-input-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-visible input::-ms-input-placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-visible input::-ms-input-placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-visible input::placeholder,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-visible input::placeholder{font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content .navigation-actions .next-step-url-hidden,.content-editor-feature .guide-tab-text-edit .section-body .section-content .navigation-actions .next-step-url-hidden{margin-top:10px;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;color:#000;max-height:0;-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s;overflow:hidden}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:20px;width:50%}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.check-box-settings,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.check-box-settings{width:100%;font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.creatable-select,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.creatable-select{width:100%}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.creatable-select .creatable-select-label-wrapper,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.creatable-select .creatable-select-label-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.widget-fill,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.widget-fill{width:100%}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .text-field-units,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .text-field-units{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .text-field-units .unit-sign,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .text-field-units .unit-sign{margin-left:5px}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .text-field-number input,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .text-field-number input{max-width:52px}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .text-field-textarea textarea,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .text-field-textarea textarea{width:100%;height:120px}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .text-field-text input,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .text-field-text input{width:100%}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.auto-scroll-cb,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.auto-scroll-cb{margin:5px 0}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.auto-scroll-cb .checkbox-component,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.auto-scroll-cb .checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.navigation-actions,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.navigation-actions{width:100%}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.field-navigation-bar,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.field-navigation-bar{width:100%;margin-bottom:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings.field-navigation-bar.field-navigation-disabled,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings.field-navigation-bar.field-navigation-disabled{color:#7d7d7d}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .checkbox-overlay-block-element,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .checkbox-overlay-block-element{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .checkbox-overlay-block-element .checkbox-text.orange,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .checkbox-overlay-block-element .checkbox-text.orange{color:#333;font-size:12px}.content-editor-feature .guide-tab-settings .section-body .section-content .field-settings .checkbox-overlay-block-element .checkbox-text.disabled,.content-editor-feature .guide-tab-text-edit .section-body .section-content .field-settings .checkbox-overlay-block-element .checkbox-text.disabled{color:#7d7d7d}.content-editor-feature .guide-tab-settings .section-body .section-content.section-nav-bar,.content-editor-feature .guide-tab-text-edit .section-body .section-content.section-nav-bar{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .guide-tab-settings .section-body .section-content .content-background-color,.content-editor-feature .guide-tab-settings .section-body .section-content .content-position,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-background-color,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-position{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .guide-tab-settings .section-body .section-content .content-background-color .content-header,.content-editor-feature .guide-tab-settings .section-body .section-content .content-position .content-header,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-background-color .content-header,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-position .content-header{margin-bottom:5px;font-size:12px;text-align:left}.content-editor-feature .guide-tab-settings .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .guide-tab-settings .section-body .section-content .content-position .content-header:first-letter,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-position .content-header:first-letter{text-transform:capitalize}.content-editor-feature .guide-tab-settings .section-body .section-content .content-header-color,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-header-color{margin-right:25px}.content-editor-feature .guide-tab-settings .section-body .section-content .content-navigation,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .guide-tab-settings .section-body .section-content .content-navigation .content-header,.content-editor-feature .guide-tab-text-edit .section-body .section-content .content-navigation .content-header{margin-right:10px}.content-editor-feature .guide-tab-settings .section-body .checkbox-component .checkbox-text,.content-editor-feature .guide-tab-text-edit .section-body .checkbox-component .checkbox-text{color:#9b9b9b;font-size:14px}.content-editor-feature .guide-tab-settings .section-body .fit-to-width .checkbox-text:first-letter,.content-editor-feature .guide-tab-text-edit .section-body .fit-to-width .checkbox-text:first-letter{text-transform:capitalize}.content-editor-feature .guide-tab-settings .section-body .positions,.content-editor-feature .guide-tab-text-edit .section-body .positions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature .guide-tab-settings .section-body .positions .position-absolute,.content-editor-feature .guide-tab-settings .section-body .positions .position-coordinates,.content-editor-feature .guide-tab-text-edit .section-body .positions .position-absolute,.content-editor-feature .guide-tab-text-edit .section-body .positions .position-coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:26px}.content-editor-feature .guide-tab-settings .section-body .positions .coordinates,.content-editor-feature .guide-tab-text-edit .section-body .positions .coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .guide-tab-settings .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .guide-tab-settings .section-body .positions .coordinates .coordinates-vertical,.content-editor-feature .guide-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .guide-tab-text-edit .section-body .positions .coordinates .coordinates-vertical{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3px;margin-bottom:10px}.content-editor-feature .guide-tab-settings .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .guide-tab-settings .section-body .positions .coordinates .coordinates-vertical img,.content-editor-feature .guide-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .guide-tab-text-edit .section-body .positions .coordinates .coordinates-vertical img{margin-right:8px}.content-editor-feature .guide-tab-settings .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .guide-tab-settings .section-body .positions .coordinates .coordinates-vertical .text-field-component,.content-editor-feature .guide-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .guide-tab-text-edit .section-body .positions .coordinates .coordinates-vertical .text-field-component{width:60px}.content-editor-feature .errorContainer{color:red;font-size:12px;text-align:left;margin-top:-27px;margin-bottom:10px}.section-nav-bar__content-header{font-size:14px;margin-bottom:10px;font-weight:700}.guide-actions-divider{width:150px;height:1px;margin:0 auto 20px;background-color:#d5dee8}.guide-button-setttings .gpx-accordion__details{width:100%}.skip-settings{text-align:left}.skip-settings .checkbox-component,.skip-settings .text-input-with-label{margin:20px 0}.skip-settings .content-header{text-align:left;white-space:nowrap}.skip-settings .text-input-with-label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.skip-settings .section-content.inline-section{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.skip-settings .section-content .field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:13px}.skip-settings .section-content{margin-bottom:20px}.button-settings__warning-wrap,.skip-settings .section-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.button-settings__warning-wrap{width:85%;margin:8px 0 0 4px;padding:4px 16px 4px 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:rgba(255,187,0,.08)}.button-settings__warning-wrap--icon{margin-right:8px}.button-settings__warning-wrap--title{color:#3e5872}.checkbox-v2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.checkbox-v2__label{font-size:12px;color:#2b3d51}@-webkit-keyframes active{0%{-webkit-transform:scale(.1);opacity:1}70%{-webkit-transform:scale(2.5);opacity:0}to{opacity:0}}@-moz-keyframes active{0%{-moz-transform:scale(.1);transform:scale(.1);opacity:1}70%{-moz-transform:scale(2.5);transform:scale(2.5);opacity:0}to{opacity:0}}@-o-keyframes active{0%{-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-o-transform:scale(2.5);transform:scale(2.5);opacity:0}to{opacity:0}}@keyframes active{0%{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5);opacity:0}to{opacity:0}}.content-editor-feature .body .hotspot-editor{width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.guide-tab-text-edit.hotspot-editor{padding-top:20px}.guide-tab-text-edit .size-input .default-input{max-width:52px}.selected-content{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:100%;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#000;color:#fff;padding:10px;-webkit-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.px-slider{width:90%}.dummy-radio{height:12.8px;min-width:12.8px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.dummy-radio input[type=radio]{margin:0}.labels-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}.labels-header .labels-title{color:#3e5872;font-size:12px}.labels-selector .add-label,.px-survey-labels .add-label{height:32px;border:1px solid #e3eaf1;color:#afc3d7;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.labels-selector .add-label .plus,.px-survey-labels .add-label .plus{font-weight:100;font-size:23px;line-height:20px}.labels-selector .add-label .text,.px-survey-labels .add-label .text{margin-left:7px}.labels-selector .label-container .react-select,.labels-selector .label-input-container .react-select,.labels-selector .px-survey-label .react-select,.px-survey-labels .label-container .react-select,.px-survey-labels .label-input-container .react-select,.px-survey-labels .px-survey-label .react-select{width:100%;max-width:172px}.labels-selector .label-container .react-select__value-container,.labels-selector .label-input-container .react-select__value-container,.labels-selector .px-survey-label .react-select__value-container,.px-survey-labels .label-container .react-select__value-container,.px-survey-labels .label-input-container .react-select__value-container,.px-survey-labels .px-survey-label .react-select__value-container{overflow:hidden}.labels-selector .label-container .react-select__control,.labels-selector .label-input-container .react-select__control,.labels-selector .px-survey-label .react-select__control,.px-survey-labels .label-container .react-select__control,.px-survey-labels .label-input-container .react-select__control,.px-survey-labels .px-survey-label .react-select__control{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.labels-selector .label-container .react-select__indicators,.labels-selector .label-input-container .react-select__indicators,.labels-selector .px-survey-label .react-select__indicators,.px-survey-labels .label-container .react-select__indicators,.px-survey-labels .label-input-container .react-select__indicators,.px-survey-labels .px-survey-label .react-select__indicators{display:none}.labels-selector .label-container,.px-survey-labels .label-container{padding-left:12px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.labels-selector .label-container .remove,.labels-selector .label-input-container .remove,.px-survey-labels .label-container .remove,.px-survey-labels .label-input-container .remove{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e3eaf1}.labels-selector .label-container .remove img,.labels-selector .label-input-container .remove img,.px-survey-labels .label-container .remove img,.px-survey-labels .label-input-container .remove img{cursor:pointer;height:25px}.labels-selector .px-survey-label,.px-survey-labels .px-survey-label{position:relative;overflow:visible;padding:8px;min-width:60px}.labels-selector .px-survey-label,.labels-selector .px-survey-label .remove,.px-survey-labels .px-survey-label,.px-survey-labels .px-survey-label .remove{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.labels-selector .px-survey-label .remove,.px-survey-labels .px-survey-label .remove{background-color:#e3eaf1;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:18px;width:18px;position:absolute;right:-8px;top:-8px}.labels-selector .px-survey-label .remove img,.px-survey-labels .px-survey-label .remove img{cursor:pointer;height:14px}.labels-selector .label-container,.labels-selector .label-input-container,.px-survey-labels .label-container,.px-survey-labels .label-input-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1;min-width:200px;height:32px;color:#19232f}.labels-selector{-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;grid-gap:8px;gap:8px}.error,.labels-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.error{font-size:12px;color:red;-webkit-flex-flow:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.error .message{white-space:nowrap}.error img{position:relative;bottom:1px;margin-right:5px}.conditional-branching-dialog .branching-dialog-step-title-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 0 15px 6px;padding:0 14px 8px;border-bottom:1px solid #e3eaf1;width:730px}.conditional-branching-dialog .branching-dialog-step-title-container__title{margin-top:8px;color:#3e5872;font-size:14px}.conditional-branching-dialog .branching-dialog-step-title-container__title>span{font-weight:700}.conditional-branching-dialog .branching-dialog-step-title-container__buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:auto}.conditional-branching-dialog .branching-blue-text-add-button{cursor:pointer;color:#0369e9;font-size:14px;margin-left:16px;margin-top:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.conditional-branching-dialog .branching-blue-text-add-button.branching-disabled-button{cursor:auto;color:#afc3d7}.conditional-branching-dialog .branching-blue-text-add-button.branching-left-align-button{margin-right:auto}.conditional-branching-dialog .conditions-set-wrapper{max-height:540px;overflow:auto;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:750px}.conditional-branching-dialog .conditions-set-wrapper,.conditional-branching-dialog .conditions-set-wrapper .branching-accordion-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.conditional-branching-dialog .conditions-set-wrapper .branching-accordion-header{width:730px;height:48px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:12px}.conditional-branching-dialog .conditions-set-wrapper .branching-accordion-header.branching-error-accordion{border:1px solid red}.conditional-branching-dialog .conditions-set-wrapper .MuiAccordionSummary-expandIcon{display:none}.conditional-branching-dialog .conditions-set-wrapper .MuiAccordionSummary-root{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:rgba(117,150,183,.1);padding:0!important;width:730px}.conditional-branching-dialog .conditions-set-wrapper .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0;width:100%;height:48px}.conditional-branching-dialog .conditions-set-wrapper .MuiAccordionSummary-root .MuiAccordionSummary-content.Mui-expanded{margin:0!important;height:48px}.conditional-branching-dialog .conditions-set-wrapper .MuiAccordionSummary-root.Mui-expanded{margin:0;padding:0;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0}.conditional-branching-dialog .conditions-set-wrapper .MuiAccordionDetails-root{padding:0}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper{margin-top:12px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper:first-child{margin-top:0}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block{height:auto;padding:8px 16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:730px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:rgba(117,150,183,.1)}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block.branching-accordion-mode{border-top:1px solid #afc3d7;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:8px 0}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-rule-group-index{margin-right:6px;color:#3e5872}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .condition-text{font-size:14px;color:#3e5872;width:15%}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:80%}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box{width:100%;margin-right:12px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box .react-select__menu-list{max-height:180px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box.branching-between-operator{margin-right:7px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box.branching-one-third{width:33%}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box.branching-two-third{width:67%}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box.branching-operators-dropdown .react-select__menu{width:150%;min-width:150%}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box .gpx-wrapper.gpx-select,.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-select-box .gpx-wrapper.gpx-select .react-select__menu{max-width:100%;width:100%}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-select-boxes-container .branching-between-separator{margin-right:7px;color:#7596b7}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .advance-logic-input{margin-top:4px;width:78.5%}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .advance-logic-input .default-input{width:100%;height:30px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .advance-logic-input .default-input input{height:30px;text-transform:uppercase}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .advance-logic-input .default-input .advance-logic-error{border:1px solid red}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .advance-logic-input .logic-microcopy{font-size:11px;margin-top:4px;color:#7596b7}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-delete-rule{height:34px;width:34px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-delete-rule img{cursor:pointer}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .branching-rule-group .branching-delete-rule:hover{background-color:rgba(117,150,183,.1);-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer,.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-delete-warning{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-delete-warning .branching-warning-message{color:#3e5872;font-size:14px;margin:0 8px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-delete-warning .branching-cancel-button{font-size:12px;margin-left:auto;color:#0369e9;cursor:pointer;margin-right:28px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-error-messages{margin-right:auto;color:red;font-size:12px;margin-top:20px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-action-icons{margin-left:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:20px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-action-icons div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:34px;height:34px}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-action-icons div img{cursor:pointer}.conditional-branching-dialog .conditions-set-wrapper .condition-block-wrapper .condition-block .condition-set-footer .branching-action-icons div:hover{background-color:rgba(117,150,183,.1);-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.stepper{height:100%;width:177px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow:auto;min-width:177px;padding:37px 0;background-color:#fff;-webkit-box-shadow:inset -1px 0 0 0 #e3eaf1;-moz-box-shadow:inset -1px 0 0 0 #e3eaf1;box-shadow:inset -1px 0 0 0 #e3eaf1}.stepper .step-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 22px}.stepper .step-container>div:first-child{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.stepper .step-container__divider{margin-left:27px}.stepper .step-container__divider>div{width:.05vw;height:40px;margin:2px 0;background-color:#118ef0}.stepper .step{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:#2b3d51}.stepper .step__number{font-weight:500;margin-right:10px}.stepper .step__number,.stepper .step__text{font-size:14px;font-family:Noto Sans,sans-serif}.stepper .step__text{font-weight:400;margin-left:13px}.engagement-env{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding-right:24px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.engagement-env,.engagement-env>div,.engagement-env__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-env__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;padding:0 24px;min-height:48px;color:#2b3d51;font-family:Noto Sans,sans-serif}.engagement-env__header>img{margin-right:20px}.engagement-env__entries{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-env__entries>span{margin-right:10px}.engagement-env .gpx-checkbox{margin-right:15px}.engagement-env__additional-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.preview-view{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;height:100%}.preview-view,.preview-view .preview-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.preview-view .preview-content,.preview-view .preview-content .items-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:auto}.preview-view .preview-content .items-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;padding:24px 35px 0}.preview-view .preview-content .items-view .global-error{text-align:left;margin-bottom:10px;color:#ffd149}.preview-view .preview-content .items-view .launch-archived-warning-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px;padding:15px;background-color:#fffaeb}.preview-view .preview-content .items-view .launch-archived-warning-container .text{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-left:5px;font-weight:500}.preview-view .preview-content .items-view .audience-preview-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.preview-view .preview-content .items-view .audience-preview-row__child{margin-left:30px}.preview-view .preview-content .items-view .audience-preview-row__child:before{content:"";position:absolute;top:2px;left:8px;width:10px;height:10px;border-left:1px solid #a0a3a1;border-bottom:1px solid #a0a3a1}.preview-view .preview-content .items-view .audience-preview-row .preview-row-header{margin:0 5px 0 10px}.preview-view .preview-content .items-view .preview-row-valid .preview-row-header{font-size:12px;margin-right:8px;color:#2b3d51;font-family:Noto Sans,sans-serif}.preview-view .preview-content .items-view .preview-row-valid .preview-row-value{font-size:12px;text-align:left;margin-right:8px;color:#7596b7}.preview-view .preview-content .items-view .preview-row-valid .preview-row-value__error{color:#7596b7}.preview-view .preview-content .items-view .apt-panel{margin:0 0 20px}.preview-view .preview-content .items-view .apt-panel .apt-panel-header{padding-left:35px}.preview-view .preview-content .items-view .apt-panel .apt-panel-header-text{margin:0;font-size:14px;font-weight:500;color:#2b3d51}.preview-view .preview-content .items-view .apt-panel .apt-panel-body{padding:10px 24px}.preview-view .preview-content .items-view .apt-panel .preview-row{-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin:5px 0 5px 35px}.preview-view .preview-content .items-view .apt-panel .preview-row,.preview-view .preview-content .items-view .apt-panel .preview-row-invalid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#2b3d51}.preview-view .preview-content .items-view .apt-panel .preview-row-invalid{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif}.preview-view .preview-content .items-view .apt-panel .preview-row-invalid img{margin-right:10px}.preview-view .preview-content .items-view .apt-panel .preview-row-invalid .css-selector-incorrect-steps--step{text-align:start;padding-top:10px}.preview-view .preview-content .items-view .apt-panel .preview-row-invalid__msg{text-align:left}.preview-view .preview-content .items-view .audience-preview .cancel-img{display:none}.preview-view .content-thumbnail-preview{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:0 35px;background-color:#e9ecf0;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:auto}.preview-view .content-thumbnail-preview .device-content{margin:14px 0;width:270px;height:260px;background-color:#fbfafa;-webkit-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1)}.preview-view .content-thumbnail-preview .device-content .device-content-image-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.preview-view .content-thumbnail-preview .device-content .device-content-details{height:50px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:15px}.preview-view .content-thumbnail-preview .device-content .device-content-details .device-content-type-icon{padding-right:10px}.preview-view .content-thumbnail-preview .device-content .device-content-details .device-content-type-name:first-letter{text-transform:capitalize}.content-preview__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.circular-loop-error>span{cursor:pointer;color:#0f87ec}.thumbnail-image-wrapper{min-height:181px;overflow:hidden;min-width:280px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background:#fff}.thumbnail-image-wrapper,.thumbnail-image-wrapper .device-content-image-wrapper{width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.thumbnail-image-wrapper.img-hovered{background-color:rgba(25,42,48,.5);opacity:.3}.thumbnail-image-wrapper .device-content-image{height:190px;width:280px}.thumbnail-image-wrapper .device-content-image.mobile-thumb{width:auto;height:100%;max-height:190px}.thumbnail-image-wrapper .device-content-image.img-hovered{background-color:rgba(25,42,48,.5);opacity:.3}.thumbnail-image-wrapper .app-loader-v2 img{width:50px;height:50px}.thumbnail-image-wrapper .app-loader-v2>div{top:25%}.panel{width:100%;margin:0 0 20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3);-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3);box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3)}.panel,.panel__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.panel__header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;font-size:14px;font-weight:500;min-height:62px;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;color:#2b3d51;font-family:Noto Sans,sans-serif;background-color:#f3f9fe}.panel__header--gray{background-color:#7a8591}.panel__header--yellow{background-color:#ffd149}.panel__header--red{background-color:#fc3f1d}.panel__header img{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.panel__header input{width:90%;border:none;background-color:rgba(0,0,0,0);outline-width:0}.panel__header input:focus,.panel__header input:hover{background-color:#0db04d}.panel__header-image-left{margin-left:20px;width:26px;height:26px}.panel__header-index{margin-left:20px;height:19px;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700;font-stretch:condensed;color:#fff}.panel__header-image-right{margin-right:20px;cursor:pointer}.panel__header-text{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:35px;text-align:left}.panel__body{padding:15px 54px}.panel__preview{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.panel__preview--header{font-weight:700;margin-right:5px}.panel__preview img{margin-right:20px}.panel__preview--invalid{color:#2b3d51}.preview__header .page-header{height:50px;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed}.preview__header .page-header__title{font-size:14px;font-weight:500;color:#2b3d51}.preview__header--actions>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.preview__header--actions>div>div{margin-left:10px}.engagement-audience__preview{top:120px;right:50px;position:fixed;z-index:100!important;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.engagement-audience__preview-title{font-weight:600}.engagement-audience__preview--estimated{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:306px;padding:12px 0;text-align:start;grid-row-gap:10px;row-gap:10px}.engagement-audience__preview>img{cursor:pointer}.engagement-table{overflow:hidden;padding:5px 5px 0;position:relative;background-color:#f6f8fa}.engagement-table .table-pagination{margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.engagement-table__loader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;margin:0 5px;background-color:rgba(0,0,0,.1)}.engagement-audience{height:-webkit-calc(100vh - 102px);height:-moz-calc(100vh - 102px);height:calc(100vh - 102px);overflow:hidden}.engagement-audience .segment-feature .segment-body .segment__sidebar-container{height:-webkit-calc(100vh - 207px);height:-moz-calc(100vh - 207px);height:calc(100vh - 207px)}.mobile-sticky-warning{white-space:pre-line}.engagement-scheduler{height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);overflow-y:scroll;padding:5px}.engagement-scheduler .scheduler-empty .empty-text{color:#9ca0a5;margin-top:79px;height:26px;font-family:Noto Sans,sans-serif;font-size:20px}.engagement-scheduler .scheduler-empty .empty-img{color:#9ca0a5;margin:33px;height:60px;width:60px}.engagement-scheduler .scheduler-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;background-color:#fff;height:100%}.engagement-scheduler .scheduler-view .apt-panel-header-text{margin-left:35px}.engagement-scheduler .scheduler-view .apt-panel{display:block;max-width:770px}.engagement-scheduler .scheduler-view .apt-panel.email-qualification{max-width:990px}.engagement-scheduler .scheduler-view .apt-panel.survey-qualification{max-width:1115px}.engagement-scheduler .scheduler-view .apt-panel.survey-qualification .apt-panel-body{overflow:auto}.engagement-scheduler .scheduler-view .apt-panel .apt-panel-body{overflow:visible}.engagement-scheduler .scheduler-view .apt-panel .checkbox-component{margin-bottom:5px}.engagement-scheduler .scheduler-view .apt-panel .checkbox-component.qualification-limitation{margin-bottom:0}.engagement-scheduler .scheduler-view .apt-panel .checkbox-component .checkbox-text{font-size:14px;line-height:23px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper{overflow:auto;min-width:900px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:12px;font-weight:700;font-family:Noto Sans,sans-serif;white-space:nowrap}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__header--show:hover{color:#ff7f00}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__header>div:last-child{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:9px;font-family:Noto Sans,sans-serif;cursor:pointer}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__header--line{position:relative;top:8px;width:100%;height:1px;margin:0 10px;background-color:#ddd}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;color:#a0a3a1;margin-bottom:10px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element--entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;cursor:default;min-width:200px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element--entry>div:first-child{top:4px;left:4px;width:15px;height:15px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);cursor:pointer;margin-right:10px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element--entry:hover>div:first-child.radio-enabled{border:1px solid #0f87ec}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element--entry:hover>div:last-child{color:#000}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .selected-qualification{border:5px solid #0f87ec}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .selected-qualification.radio-disabled{border:5px solid #a0a3a1}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat .qualification-limitation.checkbox-component .checkbox-text{height:unset;font-size:12px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat .qualification-limitation.checkbox-component .checkbox-text.disabled{color:#a0a3a1}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;margin-bottom:10px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .text-field-component{height:30px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .text-field-component-disabled{background-color:#fff;border:none}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .text-field-label:not(:first-child).suffix{margin-left:0}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .text-field-label:not(:first-child).disabled{color:#a0a3a1}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .text-field-label.disabled{color:#a0a3a1}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .text-field-number{width:41px;margin:0 10px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .text-field-number.time-value{margin:0 0 0 10px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .time-unit-selector{margin-right:10px}.engagement-scheduler .scheduler-view .engagement-scope-wrapper__element .qualification-repeat__boxes .dropdown{margin-right:10px;width:auto}.engagement-scheduler .scheduler-view .engagement-scope-wrapper .engagement-scope-label{font-size:12px;margin:15px 0 20px}.engagement-scheduler .scheduler-view .recurrences-view .dummy-margin-top{margin-top:20px}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list .single-recurrence-wrapper{padding:20px 20px 20px 0}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list .single-recurrence-wrapper .error{color:#fc3f1d;padding-left:5px}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list .single-recurrence-wrapper .single-recurrence-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list .single-recurrence-wrapper .single-recurrence-container .add-new{color:#0f87ec;cursor:pointer}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list .dummy-select-dropdown{opacity:.5;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:500px;padding:20px 20px 20px 0}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list .dummy-select-dropdown>div{margin-right:19px}.engagement-scheduler .scheduler-view .recurrences-view .recurrences-list .dummy-select-dropdown .dummy-to{font-size:12px;margin-right:19px;color:#7596b7;font-family:Noto Sans,sans-serif}.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view,.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view__triggered{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view__triggered{margin:0 19px}.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view__triggered>div:first-child{font-size:12px;margin-right:19px;color:#7596b7;font-family:Noto Sans,sans-serif}.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view .react-select{width:135px;margin-right:20px}.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view .dummy-to{font-size:12px;color:#7596b7;font-family:Noto Sans,sans-serif}.engagement-scheduler .scheduler-view .recurrences-view .recurrence-view .rc-time-picker-panel{border:1px solid green!important}.engagement-scheduler .scheduler-view .noEndDate-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:215px;height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.engagement-scheduler .scheduler-view .noEndDate-container .no-End-Date{font-family:Noto Sans,sans-serif;font-size:14px;color:#000}.engagement-scheduler .scheduler-date-picker-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:25px}.engagement-scheduler .scheduler-date-picker-wrapper .scheduler-date-picker-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;margin-bottom:5px;color:#7596b7}.engagement-scheduler .scheduler-date-picker-wrapper .scheduler-date-picker-container .scheduler-to{margin:0 22px}.engagement-scheduler .scheduler-date-picker-wrapper .scheduler-date-picker-container .scheduler-from{margin-right:22px}.engagement-scheduler .scheduler-date-picker-wrapper .scheduler-date-picker-container .date-time-picker-container .date-picker{width:230px}.engagement-scheduler .scheduler-date-picker-wrapper .scheduler-date-picker-container .no-end-date-checkbox{margin-left:5px}.engagement-scheduler .scheduler-date-picker-wrapper .scheduler-date-picker-container .no-end-date-checkbox .checkbox-text{font-size:12px;margin-left:0}.engagement-scheduler .scheduler-error-container{height:5px;font-size:13px;color:red;text-align:left;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement-scheduler .scheduler-error-start{width:323px}.engagement-scheduler .batch-scheduler-view .scheduler-date-picker-wrapper{margin-bottom:20px}.engagement-scheduler .engagement-scope-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.engagement-scheduler .engagement-scope-wrapper .engagement-scope-label{margin-right:16px;margin-bottom:5px}.engagement-scheduler .engagement-scope-wrapper .scope-settings-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.engagement-scheduler .engagement-scope-wrapper .scope-hint{font-family:Noto Sans,sans-serif;font-size:12px;color:#7d7d7d;margin-top:10px;font-style:italic}.engagement-scheduler .engagement-scope-wrapper .scope-hint_red{color:#c32f2e}.engagement-scheduler .engagement-scope-wrapper .engagement-throttling{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;padding-top:15px;-webkit-box-shadow:inset 0 1px 0 0 #ddd;-moz-box-shadow:inset 0 1px 0 0 #ddd;box-shadow:inset 0 1px 0 0 #ddd}.engagement-scheduler .engagement-scope-wrapper .engagement-throttling>div{font-size:12px;color:#a0a3a1}.engagement-scheduler .engagement-scope-wrapper .engagement-throttling>div .checkbox-text{font-size:12px!important}.engagement-scheduler .engagement-scope-wrapper .engagement-throttling>div:first-child{min-width:200px}.engagement-scheduler .engagement-scope-wrapper .engagement-throttling-selected>div{color:#000!important}.engagement-scheduler .engagement-scope-wrapper .engagement-throttling-disabled>div .checkbox-text{color:#a0a3a1}.engagement-scheduler .engagement-scope-wrapper .engagement-sample{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;overflow:hidden;height:100%}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .engagement-scope-wrapper__header{margin:20px 0}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .engagement-scope-wrapper__element{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .engagement-scope-wrapper__element--between{margin:0 5px}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .engagement-scope-wrapper__element--entry{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .engagement-scope-wrapper__element--entry .input--with-validation{color:#000}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .engagement-scope-wrapper__element--entry .input--with-validation:disabled{color:#a0a3a1;border:none;background-color:#fff}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .sample-option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .sample-option .sample-label{margin-right:5px;width:160px}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .sample-option .number-input{margin:0 10px}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .sample-option .number-input .default-input{width:55px}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .sample-option .number-input-right{margin-left:10px}.engagement-scheduler .engagement-scope-wrapper .engagement-sample .engagement-sample-Percentage{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-scheduler .engagement-scope-wrapper .reset-sample{font-size:12px;cursor:pointer;margin-left:5px;color:#9ca0a5}.engagement-scheduler .engagement-scope-wrapper .reset-sample:hover{color:#406da5}.qscope{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.qscope .text-field-component{width:100px;margin-left:20px}.qscope>span{margin-left:15px}.field-with-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:35px}.field-with-header .field-with-header-label-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.field-with-header .field-with-header-label-wrapper .field-with-header-label{font-size:12px;font-weight:500;margin-right:8px;color:#2b3d51;font-family:Noto Sans,sans-serif}.field-with-header .field-with-header-label-wrapper .field-with-header-divider{-webkit-flex:2 1;-moz-box-flex:2;-ms-flex:2 1;flex:2 1;height:1px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.date-time-picker-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;width:215px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.date-time-picker-container,.date-time-picker-container .oval{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.date-time-picker-container .oval{width:8px;height:4px;margin-right:10px;background-color:#2b3d51}.date-time-picker-container .date-v2{width:107px;padding:0 0 0 10px}.date-time-picker-container .date-v2__container{font-size:13px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:rgba(0,0,0,0);background-color:initial;color:#2b3d51}.date-time-picker-container .rc-time-picker .rc-time-picker-input{border:none;padding:0;font-size:13px;color:#2b3d51;font-family:Noto Sans,sans-serif}.date-time-picker-container.date-time-picker-container_disabled{opacity:.3}.rc-time-picker-panel-inner{width:141px;border:none!important}.rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input{font-family:Noto Sans,sans-serif;font-size:13px}.rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-clear-btn{display:none}.rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select{width:47.5px;border:none}.rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select .rc-time-picker-panel-select li{padding:0;margin:1px}.rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select .rc-time-picker-panel-select-option-selected{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#ffecda;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:#000;font-weight:700}.rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select li:hover{background:#fff8f2!important}.rc-time-picker-panel-inner ::-webkit-scrollbar{width:4px}.rc-time-picker-panel-inner ::-webkit-scrollbar-track-piece{background:#fff}.rc-time-picker-panel-inner ::-webkit-scrollbar-thumb{background:#ddd}.time-picker-new-container .rc-time-picker .rc-time-picker-input{height:32px;width:135px;font-size:12px;padding:0 0 0 5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#2b3d51;font-family:Noto Sans,sans-serif}.time-picker-new-container .rc-time-picker ::-webkit-input-placeholder{height:32px;width:135px;font-size:12px;-webkit-border-radius:4px;border-radius:4px;padding:0 0 0 5px;color:#2b3d51;font-family:Noto Sans,sans-serif;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.rc-time-picker-panel{padding-top:2px;padding-right:10px}.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap ::-webkit-input-placeholder{border:1px solid #fff;font-family:Noto Sans,sans-serif;font-size:14px;color:#4d545d;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);height:34px;-webkit-border-radius:4px;border-radius:4px;width:135px;padding:0 0 0 2px}.content-editor-feature{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#fff;height:-webkit-calc(100vh - 102px);height:-moz-calc(100vh - 102px);height:calc(100vh - 102px)}.content-editor-feature .px-close-button{background-image:url(https://storage.googleapis.com/aptrinsic-cloud-public-assets/app/engagement-thumbnails/dialog-close-bright-1.svg);background-repeat:no-repeat;background-position:50%;position:absolute;top:0;right:10px;width:20px;height:20px;z-index:400}.content-editor-feature .close-html-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;position:absolute;cursor:pointer;top:0;right:10px;width:20px;height:20px;z-index:400;width:25px;height:25px;border-bottom:1px solid #d9dce0;border-left:1px solid #d9dce0;border-right:1px solid #d9dce0;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.19);-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.19);box-shadow:0 2px 3px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.19)}.content-editor-feature .close-html-button img{height:15px;width:15px}.content-editor-feature .body{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;background:url(/engagement/wallpaper-01.svg)}.content-editor-feature .body .editor-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;text-align:left;overflow:auto;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,0);-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:50px 20px}.content-editor-feature .body .editor-wrapper.dialog{padding:50px 20px;height:-webkit-calc(100vh - 119px);height:-moz-calc(100vh - 119px);height:calc(100vh - 119px)}.content-editor-feature .body .editor-wrapper.bar{position:absolute;bottom:0}.content-editor-feature .body .editor-wrapper .fr-text-uppercase{text-transform:uppercase}.content-editor-feature .body .editor-wrapper .fr-text-spaced{letter-spacing:1px}.content-editor-feature .body .editor-wrapper .fr-text-gray{color:#aaa!important}.content-editor-feature .body .editor-wrapper .fr-text-bordered{border-top:1px solid #222;border-bottom:1px solid #222;padding:10px 0}.content-editor-feature .body .editor-wrapper .fr-wrapper .fr-emoticon-img{background-repeat:no-repeat!important;padding-left:12px!important;padding-right:12px!important;background-position:50%!important}.content-editor-feature .flow-view-mode-body{background:rgba(117,150,183,.1)}.content-editor-feature .divider{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:1px;background-color:#9b9b9b}.content-editor-feature .sidebar-container{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:309px;background-color:#f6f6f6;overflow:hidden}.content-editor-feature .sidebar-container .sidebar{height:100%}.content-editor-feature .sidebar-container .sidebar .feature-lock .lock-img{top:-1px;right:-12px}.content-editor-feature .sidebar-container .sidebar .sidebar-header{height:48px;background-color:#e0e7ec;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-left:20px}.content-editor-feature .sidebar-container .sidebar .sidebar-header .back-button{margin-left:25px;margin-bottom:11px;width:36px;height:26px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#ff7f00;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature .sidebar-container .sidebar .sidebar-content{overflow:scroll;padding-bottom:50px}.content-editor-feature .sidebar-container .sidebar .tab-text-edit .fr-popup .fr-checkbox-line .fr-link-attr{height:18px;width:18px;top:10px;left:10px}.content-editor-feature .sidebar-container .sidebar .tab-text-edit .fr-popup .fr-link-insert-layer .fr-checkbox-line .fr-link-attr{top:0;left:0}.content-editor-feature .sidebar-container .sidebar .tab-device-container .badge-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:10px;cursor:pointer}.clone-dialog .clone-device-details .select-boxes{position:absolute;top:245px;left:60px}.clone-dialog .clone-device-details .default-activate{margin-top:75px}.clone-dialog .clone-device-content-form.is-new .clone-image-wrapper{background-color:#fff}.guide-v2{position:relative;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.guide-v2 .app-loader-v2__active{z-index:9999}.guide-v2 .app-loader-v2__active>div{top:-webkit-calc(50% - 100px);top:-moz-calc(50% - 100px);top:calc(50% - 100px)}.guide-v2__content{font-size:14px;color:#2b3d51}.guide-v2__editor{position:relative;width:-webkit-calc(100% - 360px);width:-moz-calc(100% - 360px);width:calc(100% - 360px);height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.guide-v2__editor--header{position:absolute;top:0;right:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:99;font-size:18px;font-weight:500;margin:16px 24px 0;color:#19232f;-webkit-transition:margin .4s;-o-transition:margin .4s;-moz-transition:margin .4s;transition:margin .4s}.guide-v2__editor--width{width:100%}.guide-v2__editor--height{height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.guide-v2__editor--sidebar--hidden{display:none}#guide-v2__editor--step{position:fixed;top:0;left:0;z-index:999999}#guide-v2__editor--sidebar{position:absolute;top:0;right:0;z-index:999;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}#guide-v2__editor--sidebar #px-sidebar{height:100%!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}#guide-v2__editor--footer{position:absolute;bottom:0;left:0;z-index:998}#guide-v2__editor--engagement{width:100%;height:100%;background:#fff url(/engagement/wallpaper-01.svg)}#guide-v2__editor--engagement--linker{position:absolute;top:-webkit-calc(50% - 5px);top:-moz-calc(50% - 5px);top:calc(50% - 5px);left:-webkit-calc(50% - 5px);left:-moz-calc(50% - 5px);left:calc(50% - 5px);width:5px;height:5px}#guide-v2__editor--engagement .apt-guide-overlay-bottom,#guide-v2__editor--engagement .apt-guide-overlay-left,#guide-v2__editor--engagement .apt-guide-overlay-right,#guide-v2__editor--engagement .apt-guide-overlay-top{z-index:1!important;position:absolute}#guide-v2__editor--engagement .apt-badge,#guide-v2__editor--engagement .apt-hotspot-element{z-index:997!important}#guide-v2__editor--engagement .vex{height:inherit;position:relative;z-index:1!important}#guide-v2__editor--engagement .vex .vex-overlay{height:inherit;position:relative}#guide-v2__editor--engagement .vex .vex-content{position:absolute!important;overflow:auto!important}#guide-v2__editor--engagement .vex .vex-content:not(.px-dialog-bar){max-height:-webkit-calc(100% - 40px)!important;max-height:-moz-calc(100% - 40px)!important;max-height:calc(100% - 40px)!important;top:50%!important;left:50%!important;-webkit-transform:translate(-50%,-50%)!important;-moz-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;-o-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}#guide-v2__editor--engagement .vex .vex-close{pointer-events:none!important}#guide-v2__editor--engagement .vex .fr-wrapper.show-placeholder .fr-placeholder{position:absolute}.apt-badge-tippy{z-index:997!important}.in-app-edit-dialog .MuiDialogTitle-root{padding:24px 32px 5px!important}.in-app-edit-dialog .MuiDialogContent-root{padding:0 32px 10px!important}.in-app-edit-dialog__info{margin:0 281px 8px 0;font-family:Roboto;font-size:12px;text-align:left;color:#3e5872}.in-app-edit-dialog__url-container{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.in-app-edit-dialog__form,.in-app-edit-dialog__url-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.in-app-edit-dialog__form{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:650px;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px}.in-app-edit-dialog__url-link-wrapper{width:550px;max-width:550px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer}.in-app-edit-dialog__url-input{width:100%}.in-app-edit-dialog__suggested{width:550px}.in-app-edit-dialog__suggested--disabled{display:none}.in-app-edit-dialog__url-availability{margin-right:10px}.in-app-edit-dialog__url-clone{margin-left:10px;height:23px;width:23px}.in-app-edit-dialog__suggested-link{font-size:14px;color:#2b3d51;height:30px;font-weight:100;margin-bottom:4px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.in-app-edit-dialog__suggested-link:hover{background:rgba(117,150,183,.1);color:#0369e9}.in-app-edit-dialog__label{margin-bottom:14px;font-family:Roboto;font-size:12px;color:#3e5872}.in-app-edit-dialog__subtitle{font-size:12px;color:#7596b7;margin-bottom:24px}.content-editor-feature.content-editor-feature-guide .body .guide-editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper{position:relative}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode,.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .guide-editor-wrapper{width:100%!important;height:100%!important}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .guide-editor-wrapper>div{padding:0}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .CodeMirror{font-size:14px;text-align:left;font-weight:400;height:100%!important;width:100%!important}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .CodeMirror .CodeMirror-sizer{width:100%}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .fr-wrapper{height:100%!important}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .fr-code-view{height:100%!important;position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:100}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .px-close-button{display:none}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .guide-editor-wrapper{position:relative}.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .px-tooltip-content-wrapper,.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .px-tooltip-title-wrapper,.content-editor-feature.content-editor-feature-guide .body .guide-editor .editor-wrapper.html-mode .tooltip-editor-wrapper-internal{position:static!important}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__wrapper{width:100%}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px 20px;height:50px;background-color:#f9f8f7}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header.reverse{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header--new{padding:0 15px}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-weight:700}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__pagination .page-number{margin:0 10px}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__pagination .next.active{cursor:pointer}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__pagination .next.ineactive img{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__pagination .back.active{cursor:pointer}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__pagination .back.active img{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header__actions button{margin-left:5px}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper{height:24px;color:#000;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .inner-container-name{margin-left:10px;font-family:Noto Sans,sans-serif;font-size:18px;text-transform:capitalize;height:36px;line-height:36px;border:none;background-color:rgba(0,0,0,0);outline-width:0;text-align:left}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .inner-container-name-editable{padding:0 7px}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .inner-container-name-editable:focus,.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .inner-container-name-editable:hover{background-color:#ffecd9}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .inner-container-name-error{background-color:#ffecd9;border:1px solid #fc3f1d}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .badge__icon,.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .badge__name{margin-right:5px}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .badge__icon{-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .badge__name{font-weight:500;font-size:12px}.content-editor-feature.content-editor-feature-guide .body .guide-editor__header .inner-container-name-wrapper .badge__linked{margin-right:16px;width:24px;height:24px}.content-editor-feature.content-editor-feature-guide .body .guide-editor .guide-editor-wrapper{line-height:1.4;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature.content-editor-feature-guide .body .guide-editor .guide-editor-wrapper .apt-tooltip-title-wrapper:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .sidebar-header .tabs .tab-container .tab-disabled img{opacity:.5;filter:alpha(opacity=50)}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .sidebar-content{overflow:auto;padding:0;height:-webkit-calc(100vh - 150px);height:-moz-calc(100vh - 150px);height:calc(100vh - 150px)}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container .tab-device-container-header{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-weight:700}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container .tab-device-container-body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-image-wrapper.hotspot-step-thumb{min-height:190px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-image-wrapper.badge-step-thumb{height:80px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details{height:50px}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature.content-editor-feature-guide .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .device-content-row-inner button{height:24px;width:24px;margin-left:10px}.content-editor-feature.content-editor-feature-guide .px-step-navigation-skip{margin-left:10px}.content-editor-feature.content-editor-feature-guide .px-step-navigation-snooze{padding:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px}.content-editor-feature.content-editor-feature-guide .guide-navigation-no-styling{padding:5px 15px 15px;width:100%}.content-editor-feature.content-editor-feature-guide .guide-navigation-styling{width:100%}.content-editor-feature.content-editor-feature-guide .guide-navigation-styling.empty{height:0}.flow{background-color:#f0f3f6;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.flow,.flow>div{width:100%;height:100%}.flow>div{overflow:auto;padding:0 0 12px}.flow__header{text-align:left;letter-spacing:0;line-height:16px}.flow__header,.flow__header__with_reset{padding:12px 15px 0;font-size:12px;margin-bottom:16px;color:#7596b7}.flow__header__with_reset{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.flow__header__with_reset img{margin:0 auto}.flow-entry{padding:15px}.flow-entry__title{color:#000;font-size:12px;letter-spacing:0;line-height:14px;text-align:center;margin-bottom:8px}.flow-entry__content{width:280px;height:240px;margin:0 auto;overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 1px 0 rgba(43,61,81,.3),0 2px 3px 0 rgba(43,61,81,.1);-moz-box-shadow:0 0 1px 0 rgba(43,61,81,.3),0 2px 3px 0 rgba(43,61,81,.1);box-shadow:0 0 1px 0 rgba(43,61,81,.3),0 2px 3px 0 rgba(43,61,81,.1)}.flow-entry__content--hide-actions{height:190px}.flow-entry__content--img{height:190px;min-height:190px;background-color:#dedede}.flow-entry__actions{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;min-height:50px;padding:0 16px;background-color:#fbfafa}.flow-entry__actions,.flow-entry__actions>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.flow-entry__actions>div{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.flow-entry__active{background-color:#ffe5d2}.flow-entry__type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.flow-entry__type>div{margin-left:5px}.flow-entry-v2{margin:12px 17px 16px 15px;width:276px;height:274px;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.flow-entry-v2__active{border:2px solid #fb0}.flow-entry-v2__title{color:#000;font-size:12px;letter-spacing:0;line-height:14px;text-align:center;margin-bottom:8px}.flow-entry-v2__content{height:190px;width:100%}.flow-entry-v2__content .thumbnail-image-wrapper{min-width:100%;background-color:#d9d9d9}.flow-entry-v2__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-calc(100% - 190px);height:-moz-calc(100% - 190px);height:calc(100% - 190px);padding:0 16px;background-color:#fff}.flow-entry-v2__actions .step-label-input{text-align:left;border:none;margin-top:12px;padding:4px 8px;height:32px}.flow-entry-v2__actions .step-label-input:hover{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:rgba(117,150,183,.1)}.flow-entry-v2__actions .step-label-input:focus{background-color:#fff}.flow-entry-v2__actions .action-buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:4px}.flow-entry-v2__actions .action-buttons .chip-text{font-size:11px;color:#7596b7;background-color:rgba(117,150,183,.1);padding:2px 8px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;margin-right:8px}.flow-entry-v2__actions .action-buttons .step-index{color:#7596b7;font-size:12px;margin-right:auto}.flow-entry-v2__actions .action-buttons .action-divider{background-color:#afc3d7;height:24px;width:1px}#product_update_checkbox.product-update-wrapper .tab-settings-section-header{margin:20px 0 10px}#product_update_checkbox.product-update-wrapper .field-settings .checkbox-component,#product_update_checkbox.product-update-wrapper .field-settings .checkbox-component .checkbox-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#product_update_checkbox.product-update-wrapper .field-settings .checkbox-component .checkbox-box{top:0}#product_update_checkbox.product-update-wrapper .field-settings .checkbox-component .checkbox-text{font-size:13px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.text-field-area-component{height:unset}.text-field-component{width:100%;height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);outline:none;border:1px solid #fff;padding-right:10px;padding-left:10px;font-family:Noto Sans,sans-serif;font-size:14px;font-stretch:condensed}.text-field-component::-webkit-input-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}.text-field-component:-moz-placeholder,.text-field-component::-moz-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}.text-field-component:-ms-input-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}.text-field-component::-ms-input-placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}.text-field-component::placeholder{height:16px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b}.text-field-component-has-error{border:1px solid red}.text-field-component-disabled{background-color:#dbdbdb;color:#9b9b9b;border:1px solid #9b9b9b}.engagement-tab-container .translation-state{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin:0 15px 20px}.engagement-tab-container .translation-state .header{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin:20px 0 10px}.engagement-tab-container .translation-state .labels{margin:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.engagement-tab-container .translation-state .labels .label{color:#000;font-size:11px}.engagement-tab-container .i18n-dropzone{padding:0 12px}.engagement-tab-container .i18n-dropzone .dropzone{width:100%}.engagement-tab-container .engagement-i18n{position:relative}.engagement-tab-container .engagement-i18n__disabled{position:absolute;top:0;left:0;width:100%;height:-webkit-calc(100vh - 168px);height:-moz-calc(100vh - 168px);height:calc(100vh - 168px);background-color:rgba(0,0,0,.2);z-index:9}.engagement-tab-container .engagement-i18n__disabled>div{position:relative;top:100px;width:275px;color:#000;padding:10px;font-size:15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:center;background-color:#fff;margin:0 auto}.engagement-tab-container .engagement-i18n__disabled>div>span{cursor:pointer;margin-left:5px;color:#0f87ec;text-decoration:underline}.engagement-tab-container .engagement-i18n__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:50px;padding:0 15px 0 5px;background-color:#f8f8f7;border-bottom:1px solid #ddd}.engagement-tab-container .engagement-i18n__header .search{height:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:rgba(0,0,0,0);background-color:initial}.engagement-tab-container .engagement-i18n__header .search input{background-color:rgba(0,0,0,0);background-color:initial}.engagement-tab-container .engagement-i18n__header--settings{height:30px;line-height:30px;padding-left:10px;-webkit-box-shadow:inset 1px 0 0 0 #ddd;-moz-box-shadow:inset 1px 0 0 0 #ddd;box-shadow:inset 1px 0 0 0 #ddd;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle}.engagement-tab-container .engagement-i18n__header--settings .reset-all{cursor:pointer;padding:5px}.engagement-tab-container .engagement-i18n__header--settings>div{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.engagement-tab-container .engagement-i18n__header--settings>div img{padding:0 5px}.engagement-tab-container .engagement-i18n__menu{color:#000;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.engagement-tab-container .engagement-i18n__menu--add,.engagement-tab-container .engagement-i18n__menu--delete{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;line-height:25px;cursor:pointer}.engagement-tab-container .engagement-i18n__menu--add>img,.engagement-tab-container .engagement-i18n__menu--delete>img{padding:0 5px 0 10px!important}.engagement-tab-container .engagement-i18n__menu--add:hover,.engagement-tab-container .engagement-i18n__menu--delete:hover{background-color:rgba(26,56,67,.05)}.engagement-tab-container .engagement-i18n__menu--add{margin-bottom:3px}.engagement-tab-container .engagement-i18n__menu--delete{margin-top:3px}.engagement-tab-container .engagement-i18n__menu--options{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:none;border-bottom:none;padding:0}.engagement-tab-container .engagement-i18n__menu--import,.engagement-tab-container .engagement-i18n__menu--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-tab-container .engagement-i18n__menu--import{width:100%;cursor:pointer;line-height:25px}.engagement-tab-container .engagement-i18n__menu--import>img{padding:0 5px 0 10px}.engagement-tab-container .engagement-i18n__menu--import:hover{background-color:rgba(26,56,67,.05)}.engagement-tab-container .engagement-i18n__menu--export{width:100%;cursor:default;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.engagement-tab-container .engagement-i18n__menu--export .strategy-title{font-size:10px;font-weight:700;margin-left:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.engagement-tab-container .engagement-i18n__menu--export .strategy-radio{margin:-1px 0 5px 20px;font-size:8px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.engagement-tab-container .engagement-i18n__menu--export .title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100px;margin:0 10px}.engagement-tab-container .engagement-i18n__menu--export .title .text{text-wrap:avoid;white-space:nowrap}.engagement-tab-container .engagement-i18n__menu--export img{padding:0 5px 0 10px}.engagement-tab-container .engagement-i18n__menu--export>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;line-height:25px}.engagement-tab-container .engagement-i18n__menu--export>div:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){cursor:pointer;padding-left:36px}.engagement-tab-container .engagement-i18n__menu--export>div:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):hover{background-color:rgba(26,56,67,.05)}.engagement-tab-container .engagement-i18n__menu--data{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.engagement-tab-container .engagement-i18n__menu--data,.engagement-tab-container .engagement-i18n__menu--data>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-tab-container .engagement-i18n__menu--language{font-weight:700;margin-left:10px}.engagement-tab-container .engagement-i18n__menu--language>div:first-child{font-size:17px;margin-right:3px}.engagement-tab-container .engagement-i18n__menu--toggle>div:first-child{font-size:9px;font-weight:700}.engagement-tab-container .engagement-i18n__menu--toggle>div:last-child{-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);margin-left:-8px}.engagement-tab-container .engagement-i18n__menu .react-select__value-container{padding:0}.engagement-tab-container .engagement-i18n__menu .react-select__placeholder{display:none}.engagement-tab-container .engagement-i18n__menu .react-select__menu{right:0;width:170px}.engagement-tab-container .engagement-i18n__menu .react-select input{width:0}.engagement-tab-container .engagement-i18n__language{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:35px;cursor:pointer;padding:0 10px 0 20px;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed}.engagement-tab-container .engagement-i18n__language:hover{background-color:#fbfbfb;-webkit-box-shadow:inset 5px 0 0 0 #0f87ec;-moz-box-shadow:inset 5px 0 0 0 #0f87ec;box-shadow:inset 5px 0 0 0 #0f87ec}.engagement-tab-container .engagement-i18n__language--active{-webkit-box-shadow:inset 5px 0 0 0 #0f87ec,inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 5px 0 0 0 #0f87ec,inset 0 -1px 0 0 #ededed;box-shadow:inset 5px 0 0 0 #0f87ec,inset 0 -1px 0 0 #ededed}.engagement-tab-container .engagement-i18n__language--default{height:40px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e9e9e9}.engagement-tab-container .engagement-i18n__language--default:hover{background-color:#e9e9e9;-webkit-box-shadow:inset 5px 0 0 0 #0f87ec;-moz-box-shadow:inset 5px 0 0 0 #0f87ec;box-shadow:inset 5px 0 0 0 #0f87ec}.engagement-tab-container .engagement-i18n__language--default .default-indicator{font-weight:700;font-size:10px}.engagement-tab-container .engagement-i18n__language>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px}.engagement-tab-container .engagement-i18n__language--code{width:45px;color:#000;text-align:left;font-weight:700;margin-right:2px}.engagement-tab-container .engagement-i18n__language--flag{font-size:18px;margin-right:20px}.engagement-tab-container .engagement-i18n__language--language span{margin:0 3px}.engagement-tab-container .engagement-i18n__language--options{visibility:hidden!important}.engagement-tab-container .engagement-i18n__language--options-show{visibility:visible!important}.engagement-i18n-import{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:250px}.engagement-i18n-import>input{height:150px;opacity:0;z-index:2}.engagement-i18n-import>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:150px;width:150px;padding:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#b9b9b9;font-size:16px;position:absolute}.engagement-i18n-import>div>div{text-align:center}.dropzone{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:225px;height:185px;padding:36px 8px;outline:none;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:nowrap;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.dropzone__text{margin:7px 0}.dropzone__info{font-size:12px;color:#7596b7}.dropzone__browse{color:#0470f7}.badge-editor-v2{padding:0 15px 15px}.badge-editor-v2 .section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.badge-editor-v2 .section-header-label{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.badge-editor-v2 .section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.badge-editor-v2 .settings-field-z-index .settings-field-label{text-align:left}.badge-editor-v2 .settings-field-z-index .default-input{width:100px}.badge-editor-v2 .section-content .positions{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.badge-editor-v2 .section-content .positions .text-coordinate{width:80px}.badge-editor-v2 .section-content .positions .section-body-header{font-size:12px}.badge-editor-v2 .section-content__field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:10px}.badge-editor-v2 .section-content__field .settings-field-label .label-hint{color:#7d7d7d}.badge-editor-v2 .section-content__field.settings-field-last{margin-right:0}.badge-editor-v2 .section-content__field .text-field-number{width:55px}.badge-editor-v2 .section-content__field .text-field-number-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.badge-editor-v2 .section-content__field .text-field-number-wrapper .unit-sign{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.badge-editor-v2 .section-content__field.position-dropdown{margin-right:25px}.badge-editor-v2 .section-content__row{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.badge-editor-v2 .section-content__row .settings-field-textfield textarea{resize:none}.badge-editor-v2 .section-content__row .settings-field-textfield textarea::-webkit-input-placeholder{font-size:12px}.badge-editor-v2 .section-content__row .settings-field-textfield textarea:-moz-placeholder,.badge-editor-v2 .section-content__row .settings-field-textfield textarea::-moz-placeholder{font-size:12px}.badge-editor-v2 .section-content__row .settings-field-textfield textarea:-ms-input-placeholder{font-size:12px}.badge-editor-v2 .section-content__row .settings-field-textfield textarea::-ms-input-placeholder{font-size:12px}.badge-editor-v2 .section-content__row .settings-field-textfield textarea::placeholder{font-size:12px}.badge-editor-v2 .section-content__row .settings-field-url{width:100%;font-size:14px}.badge-editor-v2 .section-content__row .settings-field.title-input-field{width:100%}.badge-editor-v2 .section-content__row_one-item .section-content__field{width:100%;margin-right:0}.badge-editor-v2 .section-content__row .checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;margin-bottom:6px}.badge-editor-v2 .section-content__row .checkbox-component .checkbox-text{font-family:Roboto,sans-serif;font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.badge-editor-v2 .section-content__row__column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.badge-editor-v2 .fr-toolbar{background-color:#f6f6f6;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:9px}.badge-editor-v2 .fr-toolbar .fr-btn{margin:5px}.badge-editor-v2 .fr-toolbar .fr-separator{margin:5px 12px 0;height:39px}.badge-editor-v2 .badge-tabs .tabs-v2__tab{z-index:9;border:none;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.badge-editor-v2 .badge-tabs .tabs-v2__tab--active{color:#fff;background-color:#0f87ec}.tabs-v2{font-size:15px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.tabs-v2,.tabs-v2__list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs-v2__list{list-style:none;padding:25px 0 0;margin-bottom:0}.tabs-v2 .tabs__panel{background-color:rgba(0,0,0,0);padding:10px}.tabs-v2 .tabs__panel,.tabs-v2__tab{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs-v2__tab{font-size:12px;padding:3px 16px;border:1px solid #000;background-color:#fff;font-family:Noto Sans,sans-serif;color:#000;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.tabs-v2__tab img{margin-right:5px}.tabs-v2__tab img.unselected{display:block}.tabs-v2__tab img.selected{display:none}.tabs-v2__tab:first-letter{text-transform:capitalize}.tabs-v2__tab--active{background-color:#000;color:#fff}.tabs-v2__tab--active img.unselected{display:none}.tabs-v2__tab--active img.selected{display:block}.tabs-v2__tab.first{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.tabs-v2__tab.last{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.tab-style-header .tab-style-header-buttons{overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:13px auto;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tab-style-header .tab-style-header-buttons>div{width:100%}.tab-style-header .tab-style-header-buttons .button{background-color:#fff;width:100%}.tab-style-header .tab-style-header-buttons .button.active{background-color:#0f87ec}.tab-style-header .tab-style-header-buttons .button img{padding:2px 0}.tab-style{height:-webkit-calc(100vh - 212px);height:-moz-calc(100vh - 212px);height:calc(100vh - 212px);text-align:left;padding:0 20px}.tab-style .ReactCodeMirror{height:100%!important}.tab-style.view .CodeMirror{background-color:#fbfbfb;opacity:.8}.tab-style.view .CodeMirror .CodeMirror-cursor{display:none}.tab-style .CodeMirror{padding:20px;font-family:monospace;height:100%!important;color:#000;direction:ltr}.style-editor{text-align:left;height:100%}.style-editor .ReactCodeMirror{height:100%!important}.style-editor.view .CodeMirror{background-color:#fbfbfb;opacity:.8}.style-editor.view .CodeMirror .CodeMirror-cursor{display:none}.style-editor .CodeMirror{padding:20px;font-family:Noto Sans,sans-serif;color:#000;direction:ltr}.create-step-form{background:none;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.create-step-form,.create-step-form .inner-container-name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.create-step-form .inner-container-name{width:100%;margin-bottom:15px}.create-step-form .inner-container-name .input-name{width:100%;height:36px;text-align:center;font-size:18px;font-family:Noto Sans,sans-serif;color:#000;background-color:#ffecd9;border:0;margin-right:15px}.create-step-form .inner-container-name .input-name.input-name-error{border:2px solid #fc3f1d}.create-step-form .inner-container-name span.step-number{font-weight:700;font-size:14px}.create-step-form .textarea-container{width:344px;height:78px}.create-step-form .step-type-picker{width:344px;margin-bottom:15px}.create-step-form .step-type-picker,.create-step-form .step-type-picker .content-select-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.create-step-form .step-type-picker .content-select-button{font-size:13px;width:85px;height:27px;background-color:#eaeaea;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.create-step-form .step-type-picker .content-select-button.first{-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}.create-step-form .step-type-picker .content-select-button.last{-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}.create-step-form .step-type-picker .content-select-button.is-active{background-color:#ff7f00;color:#fff}.create-step-form .step-type-picker .content-select-button.is-active img{color:#fff}.create-step-form .step-type-picker .content-select-button span{margin-left:2px}.create-step-form .types-icons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:10px}.create-step-form .types-icons .create-engagement-image-wrapper{width:128px}.btnSet-container button{height:32px!important;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important}.btnSet-container button>div{height:32px!important;line-height:32px!important}.btnSet-container button>div>div{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;height:32px!important}.btnSet-container span{text-transform:capitalize!important;font-weight:400!important}.templates-components-dialog .content-edit-layer{width:100%;height:100%;opacity:1;position:relative}.templates-components-dialog .content-edit-layer:hover{opacity:1;background-color:rgba(25,42,48,.5)}.templates-components-dialog .content-edit-layer .content-edit{opacity:0;-webkit-transition:.5s ease;-o-transition:.5s ease;-moz-transition:.5s ease;transition:.5s ease;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;z-index:2}.templates-components-dialog .content-edit-layer .content-edit-hover{opacity:1}.templates-components-dialog .header{width:100%;-webkit-box-shadow:inset 0 -1px 0 0 #fff;-moz-box-shadow:inset 0 -1px 0 0 #fff;box-shadow:inset 0 -1px 0 0 #fff;background-color:#fff;height:40px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.templates-components-dialog .header.template-header{border:1px solid #e9e9e9;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.templates-components-dialog .header.template-header .template-description{font-size:13px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-left:30px}.templates-components-dialog .header.template-header .template-description .template-name{font-weight:700}.templates-components-dialog .header.template-header .template-description .dot-divider{padding:0 5px}.templates-components-dialog .header.template-header .template-buttons{padding-right:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.templates-components-dialog .header.template-header .template-buttons .template-changed{margin-right:20px}.templates-components-dialog .header.template-header .template-buttons .replace-button,.templates-components-dialog .header.template-header .template-buttons .template-changed{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:Noto Sans,sans-serif;font-size:11px}.templates-components-dialog .header.template-header .template-buttons .replace-button{border:1px solid #0f87ec;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:0 30px;font-weight:500;color:#0f87ec;height:20px;cursor:pointer}.templates-components-dialog .header.template-header .template-buttons .replace-button:hover{background-color:#0f87ec;color:#fff}.templates-components-dialog .header .seperator{cursor:pointer;background-color:rgba(0,0,0,.176);height:20px;margin:0 10px;padding:0 .5px}.templates-components-dialog .header .selector{cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:500;color:#0f87ec;padding:0 10px}.templates-components-dialog .header .sort-text{cursor:pointer;font-size:12px;color:#000}.templates-components-dialog .header .sort-indicator{cursor:pointer;color:#000;font-size:9px;min-width:45px;font-weight:700;letter-spacing:.5px;padding:0 5px 0 10px}.templates-components-dialog .content{height:450px;overflow:auto}.templates-components-dialog .component-group{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:700;color:#000}.templates-components-dialog .component-group .group-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0 0 20px}.templates-components-dialog .component-group .group-name{padding-right:5px}.templates-components-dialog .component-group .divider{height:1px;-ms-flex:2 1;-webkit-flex:2 1;-moz-box-flex:2;flex:2 1;background:#ddd;margin-right:10px}.templates-components-dialog .wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 20px}.templates-components-dialog .wrapper.empty{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700}.templates-components-dialog .wrapper .component-wrapper{padding:10px;cursor:pointer}.templates-components-dialog .wrapper .component-wrapper.disabled{opacity:.6;cursor:default}.templates-components-dialog .wrapper .component{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff}.templates-components-dialog .wrapper .component.disabled{cursor:default}.templates-components-dialog .wrapper .component .step-details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:45px;width:100%;padding:0 10px;font-family:Noto Sans,sans-serif;font-weight:500;font-size:12px;color:#000}.templates-components-dialog .wrapper .component .step-details img{margin-right:5px}.templates-components-dialog .wrapper .component .step-details .use-button{border:1px solid #0f87ec;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:0 10px;font-family:Noto Sans,sans-serif;font-size:11px;font-weight:500;color:#0f87ec;height:20px;width:50px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.templates-components-dialog .wrapper .component .step-details .use-button:hover{background-color:#0f87ec;color:#fff}.templates-components-dialog .wrapper .component .thumbnail-image-wrapper{min-height:190px;height:auto;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background:#fff;position:relative;min-width:280px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.templates-components-dialog .templates-thumbnails-container>span{margin:0;padding:10px}.templates-components-dialog .inuse-thumbnails-container,.templates-components-dialog .templates-thumbnails-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;padding-left:20px}.templates-components-dialog .templates-container .templates-header{font-family:Noto Sans,sans-serif;font-weight:700;font-size:14px;color:#000;padding:20px 0 20px 20px!important;text-align:left}.tabs{background-color:#e0e7ec;font-size:15px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.tabs,.tabs__list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:0}.tabs__list{list-style:none;padding:15px 5px 0 20px}.tabs__panel{background-color:#f6f6f6}.tabs__tab{position:relative;height:32px;line-height:32px;padding:0 25px;border:1px solid #ddd;background-color:#f3f3f4;font-family:Noto Sans,sans-serif;color:#000;margin:0 -1px 0 0;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tabs__tab:first-letter{text-transform:capitalize}.tabs__tab--active{border-bottom-color:#fff;background-color:#fff}.tabs__tab--active:after{background-color:#0f87ec}.tabs__tab--active:before{content:"";position:absolute;width:100%;height:5px;top:-2px;left:0;background-color:#0f87ec}.tabs__tab--beta{font-size:8px;background-color:#0f87ec;color:#fff;position:absolute;top:6px;right:-22px;padding:0 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:1.9}.template-content-container{height:600px;overflow:auto}.template-content-container .templates-components-dialog .tabs .tabs__list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.template-content-container .component-wrapper{background:#fff;padding:0!important;margin:10px;position:relative;overflow:auto;max-width:280px}.template-content-container .component-wrapper .content-edit-layer{width:100%;height:100%;opacity:1}.template-content-container .component-wrapper .content-edit-layer:hover{opacity:1;background-color:rgba(25,42,48,.5)}.template-content-container .component-wrapper .thumbnail-data{padding:10px 20px}.template-content-container .component-wrapper .thumbnail-data .content-name{color:#000;margin-bottom:10px}.template-content-container .component-wrapper .thumbnail-data .content-name,.template-content-container .component-wrapper .thumbnail-data .content-user-name{font-size:12px;font-weight:700;font-family:Noto Sans,sans-serif;text-align:left;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none}.template-content-container .component-wrapper .thumbnail-data .content-user-name{height:15px;color:#2090ed;margin:11px 0}.template-content-container .component-wrapper .thumbnail-data .expose-to-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.template-content-container .component-wrapper .thumbnail-data .expose-to-child .checkbox-component{margin-top:2px}.template-content-container .component-wrapper .thumbnail-data .expose-to-child .checkbox-component.__checked .checkbox-text{color:#000}.template-content-container .component-wrapper .thumbnail-data .expose-to-child .checkbox-component .checkbox-box{width:auto;height:auto}.template-content-container .component-wrapper .thumbnail-data .expose-to-child .checkbox-component .checkbox-text{position:relative;top:1px;font-size:13px;color:#000;margin-left:8px}.template-empty{background-color:#fff}.template-empty__header{font-family:Noto Sans,sans-serif;font-size:24px;color:#ff7f00;margin:60px 0 20px}.template-empty__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.template-empty__content>div{width:480px;font-size:15px}.template-empty__content>div>div>p{display:inline;color:#0f87ec;margin:0 5px;cursor:pointer}.template-empty__content>div>div>p:hover{text-decoration:underline}.template-empty__content>div>div:first-child{font-weight:500;margin-bottom:15px}.template-empty__content>img{margin:20px 0}.template-empty__content>button{outline:none;border:none;width:144px;height:30px;line-height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px #0f87ec;-moz-box-shadow:inset 0 0 0 1px #0f87ec;box-shadow:inset 0 0 0 1px #0f87ec;color:#0f87ec}.template-empty{height:495px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.template-empty .empty-main-text{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;padding:15px 0}.template-empty .empty-secondary-text{width:340px;font-size:13px;text-align:center;padding-top:15px}.template-empty .empty-img{color:#9ca0a5;margin:33px;height:60px;width:60px}.systemTemplates__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;padding:0 30px;background-color:#fff;border-bottom:1px solid #e9e9e9}.systemTemplates__header,.systemTemplates__header--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.systemTemplates__header--add{cursor:pointer;color:#ff7f00;font-size:14px;font-family:Noto Sans,sans-serif;vertical-align:middle}.systemTemplates__header--add img{padding-right:5px}.systemTemplates__header--add div:first-letter{text-transform:capitalize}.systemTemplates__header .search{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0}.systemTemplates__empty{text-align:center;padding:50px 30px;font-family:Noto Sans,sans-serif;font-size:14px;color:#a0a3a1}.systemTemplates__empty--text{margin-bottom:30px}.systemTemplates__empty img{width:80px;height:80px}.systemTemplates__empty--add{height:30px!important;line-height:29px!important;border:1px solid #0f87ec!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;background-color:#fff!important}.systemTemplates__empty--add>div>span{text-transform:none!important;color:#0f87ec!important;font-size:14px!important;font-weight:500!important}.systemTemplates__new{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;min-height:55px;border-bottom:1px solid #e9e9e9;padding:0 30px 0 20px}.systemTemplates__new .set-container button{height:24px!important;line-height:22px!important;border:1px solid #2090ed!important}.systemTemplates__new .set-container button>div>div{height:24px!important}.systemTemplates__new .set-container span{font-size:12px!important}.systemTemplates__new .single-container button{height:24px!important;line-height:22px!important;border:1px solid #2090ed!important}.systemTemplates__new .single-container button>div>div{height:24px!important}.systemTemplates__new .single-container span{font-size:12px!important}.systemTemplates__new .error{margin-top:5px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.systemTemplates__new input{outline:none;border:none;height:30px;background-color:#fff3e6;color:#000;font-size:13px;font-family:Noto Sans,sans-serif;padding:0 10px}.systemTemplates__new input::-webkit-input-placeholder{font-size:13px}.systemTemplates__new input:-moz-placeholder,.systemTemplates__new input::-moz-placeholder{font-size:13px}.systemTemplates__new input:-ms-input-placeholder{font-size:13px}.systemTemplates__new input::-ms-input-placeholder{font-size:13px}.systemTemplates__new input::placeholder{font-size:13px}.systemTemplates__new img{width:20px;height:20px}.systemTemplates__new>div{position:relative}.systemTemplates__new--error{position:absolute;top:28px;left:44px;font-size:10px;color:red}.systemTemplates__content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:342px;overflow:auto;background-color:#f8f8f7}.systemTemplates__content,.systemTemplates__systemTemplate{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.systemTemplates__systemTemplate{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:38px;padding:0 20px;background-color:#fff;border-bottom:1px solid #e9e9e9}.systemTemplates__systemTemplate:hover{border-left:5px solid #a0a3a1;padding-left:15px}.systemTemplates__systemTemplate input{outline:none;border:none;height:30px;background-color:#fff3e6;color:#000;font-size:13px;font-family:Noto Sans,sans-serif;padding:0 10px}.systemTemplates__systemTemplate input::-webkit-input-placeholder{font-size:13px}.systemTemplates__systemTemplate input:-moz-placeholder,.systemTemplates__systemTemplate input::-moz-placeholder{font-size:13px}.systemTemplates__systemTemplate input:-ms-input-placeholder{font-size:13px}.systemTemplates__systemTemplate input::-ms-input-placeholder{font-size:13px}.systemTemplates__systemTemplate input::placeholder{font-size:13px}.systemTemplates__systemTemplate.current{border-left:5px solid #49627f}.systemTemplates__systemTemplate--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;color:#000}.systemTemplates__systemTemplate--name:hover{font-weight:600}.systemTemplates__systemTemplate--name>div{cursor:pointer;margin-left:20px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.systemTemplates__systemTemplate--name img{width:20px;height:20px}.systemTemplates__systemTemplate--actions{display:none;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #eee;padding-left:10px}.systemTemplates__systemTemplate--actions--visible{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.systemTemplates__systemTemplate--actions img{cursor:pointer}.systemTemplates__systemTemplate--actions img:first-child{margin-right:10px}.subscription-templates .templates-create__header{width:100%;height:70px;padding:17px 24px;margin-bottom:20px;background-color:#fff}.subscription-templates .template-form-content{background-color:#e9ecf0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.subscription-templates .template-form-content .expose-to-child{padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.subscription-templates .template-form-content .expose-to-child .checkbox-component{margin-top:2px}.subscription-templates .template-form-content .expose-to-child .checkbox-component.__checked .checkbox-text{color:#000}.subscription-templates .template-form-content .expose-to-child .checkbox-component .checkbox-box{width:auto;height:auto;margin-left:8px}.subscription-templates .template-form-content .expose-to-child .checkbox-component .checkbox-text{position:relative;top:1px;font-size:13px;color:#000;margin-left:8px}.subscription-templates img.thumbnail-img{height:130px;min-width:212px}.subscription-templates .actions{margin:25px 0 20px}.subscription-templates .thumbnail-block{height:100%}.subscription-templates .thumbnail-block .thumbnail-image-container{min-height:200px;min-width:270px;background-color:#fff;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto}.subscription-templates .thumbnail-block .thumbnail-image-container .content-edit-layer{height:100%}.subscription-templates .thumbnail-block .thumbnail-image-container .thumbnail-image{width:211px;height:130px;opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.subscription-templates .thumbnail-block .thumbnail-image-container .thumbnail-image.mobile{width:100px;height:135px}.subscription-templates .thumbnail-block .thumbnail-data .content-name{color:#000;margin-bottom:10px}.subscription-templates .thumbnail-block .thumbnail-data .content-name,.subscription-templates .thumbnail-block .thumbnail-data .content-user-name{max-width:223px;font-size:12px;font-weight:700;font-family:Noto Sans,sans-serif;text-align:left;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none}.subscription-templates .thumbnail-block .thumbnail-data .content-user-name{height:15px;padding:0 18px;color:#2090ed;margin:11px 0}.mapping.mapping-container{padding:30px 24px 35px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.4);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.4);box-shadow:0 2px 4px 0 rgba(0,0,0,.4);background-color:#f8f8f7}.mapping__dialog{padding-top:50px!important}.mapping__dialog>div>div{width:492px!important}.mapping__dialog>div>div>div{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.mapping__dialog>div>div>div>div{padding:0!important}.mapping__dialog--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:80px;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}.mapping__dialog--title img{width:20px;height:20px;margin-right:15px;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)}.mapping__dialog--title span{font-family:Noto Sans,sans-serif;font-weight:700;font-size:18px}.mapping__dialog--info{font-size:12px;font-weight:500;color:#0f87ec;position:relative;right:22px;margin-bottom:2px}.mapping__dialog--form{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:24px 45px;background-color:#f8f8f7;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px}.mapping__dialog--url-link-wrapper{width:320px;max-width:320px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer}.mapping__dialog--url-input{width:100%}.mapping__dialog--suggested{width:395px;margin-top:20px}.mapping__dialog--url-availability{margin-right:10px}.mapping__dialog--url-clone{margin-left:10px;height:23px;width:23px}.mapping__dialog--suggested-link{font-size:14px;color:#0f87ec;font-weight:100;margin-bottom:8px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapping__dialog--suggested-link:hover{color:#2b3d51}.mapping__dialog--suggested-link--img{margin-right:10px;height:16px;width:16px}.mapping__dialog--label{font-size:13px;font-weight:700;color:#000;margin-bottom:14px}.mapping__dialog--control-row{position:relative;width:340px;margin:25px auto;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2}.mapping__dialog--button-row,.mapping__dialog--control-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mapping__dialog--button-row{margin:35px auto 0;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.mapping__dialog--confirm-button{padding:0 20px}.mapping__dialog--cancel-button{margin-right:20px;padding:0 20px}.btn-header-container{-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important}.btn-header-container__disabled>button{background-color:#cacaca!important}.btn-header-container>button>div>div{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;height:32px!important}.btn-header-container .btn-header-img{position:relative;top:-1px;right:3px}.reorder-column-dragndrop>div>div,.reorder-column-dragndrop>div>div>div{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.reorder-column-dragndrop>div>div>div{background-color:#f8f8f7!important}.reorder-column-dragndrop>div>div>div>div{padding:0!important}.reorder-column-dragndrop .dragndrop-content .dragndrop-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px 20px 20px;background-color:#404040;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}.reorder-column-dragndrop .dragndrop-content .dragndrop-header .dragndrop-title-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:40px;min-width:405px}.reorder-column-dragndrop .dragndrop-content .dragndrop-header .dragndrop-title-container img{width:24px;margin-right:10px}.reorder-column-dragndrop .dragndrop-content .dragndrop-header .dragndrop-title-container .dragndrop-title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:700;color:#d7d6d7}.reorder-column-dragndrop .dragndrop-content .dragndrop-header .dragndrop-title-container .dragndrop-count{color:#d7d6d7;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:300}.reorder-column-dragndrop .dragndrop-content .dragndrop-flat-btns{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 30px;background-color:#fff}.reorder-column-dragndrop .dragndrop-content .dragndrop-flat-btns span{font-size:13px;font-weight:300;font-family:Noto Sans,sans-serif;cursor:pointer}.reorder-column-dragndrop .dragndrop-content .dragndrop-flat-btns .dragndrop-select-clear{color:#ff7f00}.reorder-column-dragndrop .dragndrop-content .dragndrop-flat-btns .dragndrop-select-clear span:first-child{margin-right:15px}.reorder-column-dragndrop .dragndrop-content .dragndrop-flat-btns .dragndrop-reset{color:#a0a3a1;font-size:14px}.reorder-column-dragndrop .dragndrop-content .dragndrop-flat-btns .dragndrop-reset img{margin-right:8px}.reorder-column-dragndrop .dragndrop-content .dragndrop-grid{padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:450px;overflow:auto}.reorder-column-dragndrop .dragndrop-content .dragndrop-grid .dragndrop-draggable{cursor:move;margin-bottom:15px;min-height:30px;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.reorder-column-dragndrop .dragndrop-content .dragndrop-grid .dragndrop-draggable.__hovering .reorder-item{background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.reorder-column-dragndrop .dragndrop-content .dragndrop-grid .dragndrop-draggable.__dragging{opacity:0}.reorder-column-dragndrop .dragndrop-content .dragndrop-grid .dragndrop-draggable .checkbox-component{-webkit-align-items:initial;-moz-box-align:initial;-ms-flex-align:initial;align-items:normal;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.reorder-column-dragndrop .dragndrop-content .dragndrop-grid .dragndrop-draggable .checkbox-component .checkbox-text{color:#000;position:relative;top:1px;font-size:13px;font-family:Noto Sans,sans-serif}.reorder-item{width:100%;background-color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px}.reorder-item__img{margin-right:10px}.reorder-item__name{font-size:13px;font-weight:700;color:#4d545d}.responsive-size-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.responsive-size-selector .viewport-label{font-size:12px;font-weight:300}.responsive-size-selector .orientation-selector,.responsive-size-selector .viewport-selector{height:30px;width:160px}.responsive-size-selector .orientation-selector .option,.responsive-size-selector .viewport-selector .option{width:300px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.responsive-size-selector .orientation-selector .option .react-select__control,.responsive-size-selector .viewport-selector .option .react-select__control{margin:0}.responsive-size-selector .orientation-selector .option .separator,.responsive-size-selector .viewport-selector .option .separator{color:#2090ed}.responsive-size-selector .orientation-selector{width:100px}.mobile-qr-dialog-container{position:fixed;width:100%;height:100%;top:0;left:0;margin:0;background-color:rgba(226,233,240,.7);z-index:999999}.mobile-qr-dialog-container .mobile-qr-dialog-box{height:402px;width:346px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 20px 0 rgba(37,52,69,.1);-moz-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 20px 0 rgba(37,52,69,.1);box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 20px 0 rgba(37,52,69,.1);margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:24px}.mobile-qr-dialog-container .mobile-qr-dialog-box .mobile-qr-dialog-title{height:24px;width:100px;color:#253445;font-size:18px;font-weight:500;letter-spacing:0;line-height:24px}.mobile-qr-dialog-container .mobile-qr-dialog-box .mobile-qr-dialog-close{position:absolute;cursor:pointer;top:24px;right:24px;width:24px;height:24px}.mobile-qr-dialog-container .mobile-qr-dialog-box .mobile-qr-dialog-image{width:226px;height:226px;margin:20px}.mobile-qr-dialog-container .mobile-qr-dialog-box .mobile-qr-dialog-subtitle{height:16px;color:#7596b7;font-size:12px;letter-spacing:0;line-height:16px;text-align:center;margin:2px}.mobile-qr-dialog-container .mobile-qr-dialog-box .mobile-qr-dialog-copy{height:16px;color:#0470f7;font-size:12px;letter-spacing:0;line-height:16px;cursor:pointer}.px-engagement-wrapper{position:relative}.content-editor-feature-wrapper{height:-webkit-calc(100vh - 102px);height:-moz-calc(100vh - 102px);height:calc(100vh - 102px);overflow-y:hidden}.content-editor-feature{width:100%;height:100%}.content-editor-feature .body{height:100%}.content-editor-feature .body .dialog-content-wrapper{height:100%;position:relative;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .body .dialog-content-wrapper,.content-editor-feature .body .dialog-content-wrapper .dialog-content-header{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .body .dialog-content-wrapper .dialog-content-header{background-color:#f9f8f7;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:42px}.content-editor-feature .body .dialog-content-wrapper .dialog-content-header>div{margin:0 10px}.content-editor-feature .body .dialog-content-wrapper .html-mode,.content-editor-feature .body .dialog-content-wrapper .html-mode .px-dialog-container{height:100%!important;width:100%!important}.content-editor-feature .body .mobile{position:relative;margin:auto;border-color:#000;border-style:solid;border-width:60px 16px;-webkit-border-radius:36px;-moz-border-radius:36px;border-radius:36px;-webkit-transition:ease-in-out;-o-transition:ease-in-out;-moz-transition:ease-in-out;transition:ease-in-out;-webkit-transition-duration:1s;-moz-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s}.content-editor-feature .body .mobile.landscape{border-color:#000;border-style:solid;border-width:16px 60px}.content-editor-feature .body .mobile.html-mode{width:100%!important;height:100%!important;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.content-editor-feature .body .mobile.html-mode *{font-size:14px!important}.content-editor-feature .body .mobile._320X568{width:320px;height:568px}.content-editor-feature .body .mobile._320X568.landscape{height:320px;width:568px}.content-editor-feature .body .mobile._375X667{width:375px;height:667px}.content-editor-feature .body .mobile._375X667.landscape{width:667px;height:375px}.content-editor-feature .body .mobile._414X736{width:414px;height:736px}.content-editor-feature .body .mobile._414X736.landscape{height:414px;width:736px}.content-editor-feature .body .mobile._360X640{width:360px;height:640px}.content-editor-feature .body .mobile._360X640.landscape{height:360px;width:640px}.content-editor-feature .body .mobile.tablet{width:768px;height:1024px}.content-editor-feature .body .mobile.tablet.landscape{height:768px;width:1024px}.content-editor-feature .body .editor-wrapper{height:100%}.content-editor-feature .body .editor-wrapper .guide-editor-wrapper{position:relative}.content-editor-feature .body .editor-wrapper.html-mode{width:100%!important;height:100%!important}.content-editor-feature .body .editor-wrapper.html-mode *{font-size:14px!important}.content-editor-feature .body .editor-wrapper.html-mode .guide-editor-wrapper{width:100%!important;height:100%!important}.content-editor-feature .body .editor-wrapper.html-mode .guide-editor-wrapper>div,.content-editor-feature .body .editor-wrapper.html-mode .guide-editor-wrapper>div>div{padding:0}.content-editor-feature .body .editor-wrapper.html-mode .CodeMirror{text-align:left;height:100%!important;width:100%!important}.content-editor-feature .body .editor-wrapper.html-mode .CodeMirror .CodeMirror-sizer{width:100%}.content-editor-feature .body .editor-wrapper.html-mode .fr-code-view,.content-editor-feature .body .editor-wrapper.html-mode .fr-wrapper{height:100%!important}.content-editor-feature .body .editor-wrapper.html-mode .px-close-button{display:none}.content-editor-feature .sidebar-container .sidebar .tab-text-edit .fr-toolbar{background-color:#f6f6f6;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:9px}.content-editor-feature .sidebar-container .sidebar .tab-text-edit .fr-toolbar .fr-btn{margin:5px}.content-editor-feature .sidebar-container .sidebar .tab-text-edit .fr-toolbar .fr-separator{margin:5px 12px 0;height:39px}.content-editor-feature .sidebar-container .sidebar .tab-text-edit .corner-radius{margin-top:0;min-width:50%}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-header{height:56px;background-color:#f6f6f6;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-header .Select{width:100px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-header .button-new{width:38px;height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body{padding:14px 0;min-height:-webkit-calc(100% - 56px);min-height:-moz-calc(100% - 56px);min-height:calc(100% - 56px);background-color:#e9ecf0}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content{margin:14px 0;width:280px;background-color:#fbfafa;-webkit-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1)}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-image-wrapper{min-height:148px;width:100%;overflow:hidden}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-image-wrapper .device-content-image.mobile-thumb{width:120px!important}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details{height:120px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-1{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-1 .device-image{margin-right:5px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:-5px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-2 .device{font-size:13px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-2 .device-state-toggle-slider{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);position:relative;top:2px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3,.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .device-content-row-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component{margin-top:2px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component.__checked{cursor:not-allowed}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component.__checked .checkbox-text{color:#000}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component .checkbox-box{width:auto;height:auto}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component .checkbox-text{position:relative;top:1px;font-size:12px;color:#9b9b9b}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .row-align-right img:first-child{margin-right:5px;position:relative;top:1px}.content-editor-feature .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-active{background-color:#ffd8b2}.clone-dialog .clone-image-wrapper{background-color:#ffd8b2;height:220px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.clone-dialog .clone-image-wrapper img{height:180px;max-width:240px}.clone-dialog .clone-device-details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;font-family:Noto Sans,sans-serif}.clone-dialog .clone-device-details .default-activate{margin-top:30px}.clone-dialog .clone-device-details .default-activate .clone-row-inner{padding:4px 3px}.clone-dialog .clone-device-details .clone-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.clone-dialog .clone-device-details .clone-row .clone-row-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important;width:240px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.clone-dialog .clone-device-details .clone-row .clone-row-inner.__center{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.clone-dialog .clone-device-details .clone-row .clone-row-inner .checkbox-component .checkbox-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.clone-dialog .clone-device-details .clone-row .clone-row-inner .checkbox-component .checkbox-box img{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}.clone-dialog .clone-device-details .clone-row .clone-row-inner .checkbox-component .checkbox-text{color:#a0a3a1;font-size:14px;line-height:18px}.clone-dialog .clone-device-details .clone-row .clone-row-inner .checkbox-component .orange{font-weight:300}.clone-dialog .clone-device-details .clone-row .clone-row-inner .device-state-switch{position:relative;top:2px}.clone-dialog .clone-device-details .clone-row .clone-row-inner .device-state-switch .device-state-toggle-slider{display:inline-block}.clone-dialog .clone-device-details .clone-row .clone-row-inner .device-state-switch label{font-weight:300;font-size:12px!important}.clone-dialog__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px}.dialog-engg-empty-editor{height:100%}.dialog-engg-empty-editor__wrapper{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dialog-engg-empty-editor__heading{font-size:18px;font-weight:600;line-height:1.33;text-align:center;color:#181f26}.dialog-engg-empty-editor__sub-heading{font-size:14px;line-height:1.71;text-align:center;color:#5f6c7a;margin-top:21px}.dialog-engg-empty-editor__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px;margin-top:37px}.dialog-engg-empty-editor__actions>span{font-size:14px;line-height:1.71;text-align:center;color:#5f6c7a}.content-editor-feature .dialog-tab-text-edit,.content-editor-feature .tab-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0 15px}.content-editor-feature .dialog-tab-text-edit .tab-settings-section-header,.content-editor-feature .tab-settings .tab-settings-section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.content-editor-feature .dialog-tab-text-edit .tab-settings-section-header .section-header,.content-editor-feature .tab-settings .tab-settings-section-header .section-header{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.content-editor-feature .dialog-tab-text-edit .tab-settings-section-header .horizontal-line,.content-editor-feature .tab-settings .tab-settings-section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.content-editor-feature .dialog-tab-text-edit .tab-settings-section-header .horizontal-line__long,.content-editor-feature .tab-settings .tab-settings-section-header .horizontal-line__long{margin-left:0}.content-editor-feature .dialog-tab-text-edit .section-body,.content-editor-feature .tab-settings .section-body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .dialog-tab-text-edit .section-body .section-body-header,.content-editor-feature .tab-settings .section-body .section-body-header{height:14px;font-family:Noto Sans,sans-serif;font-size:12px;margin-bottom:8px}.content-editor-feature .dialog-tab-text-edit .section-body .show-one-per,.content-editor-feature .tab-settings .section-body .show-one-per{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .dialog-tab-text-edit .section-body .show-one-per .show-one-per-header,.content-editor-feature .tab-settings .section-body .show-one-per .show-one-per-header{width:50px;height:14px;font-family:Noto Sans,sans-serif;font-size:12px;text-align:right;margin-right:10px}.content-editor-feature .dialog-tab-text-edit .section-body .header-input,.content-editor-feature .tab-settings .section-body .header-input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.content-editor-feature .dialog-tab-text-edit .section-body .header-input .header-input-body,.content-editor-feature .tab-settings .section-body .header-input .header-input-body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .dialog-tab-text-edit .section-body .header-input .header-input-body .text-field-component,.content-editor-feature .tab-settings .section-body .header-input .header-input-body .text-field-component{width:60px}.content-editor-feature .dialog-tab-text-edit .section-body .behavior-row-1,.content-editor-feature .dialog-tab-text-edit .section-body .behavior-row-2,.content-editor-feature .tab-settings .section-body .behavior-row-1,.content-editor-feature .tab-settings .section-body .behavior-row-2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px}.content-editor-feature .dialog-tab-text-edit .section-body .behavior-row-1,.content-editor-feature .tab-settings .section-body .behavior-row-1{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature .dialog-tab-text-edit .section-body .unit-text,.content-editor-feature .tab-settings .section-body .unit-text{font-family:Noto Sans,sans-serif;height:14px;font-size:12px;color:#a0a3a1;margin-left:10px;margin-right:25px}.content-editor-feature .dialog-tab-text-edit .section-body .section-dialog,.content-editor-feature .tab-settings .section-body .section-dialog{margin-top:23px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .dialog-tab-text-edit .section-body .section-dialog .select-box-container,.content-editor-feature .tab-settings .section-body .section-dialog .select-box-container{margin-right:20px}.content-editor-feature .dialog-tab-text-edit .section-body .section-dialog .tab-settings-modal,.content-editor-feature .tab-settings .section-body .section-dialog .tab-settings-modal{margin:auto 0;text-transform:capitalize}.content-editor-feature .dialog-tab-text-edit .section-body .section-dialog .tab-settings-modal-checked,.content-editor-feature .tab-settings .section-body .section-dialog .tab-settings-modal-checked{color:#000}.content-editor-feature .dialog-tab-text-edit .section-body .section-content,.content-editor-feature .tab-settings .section-body .section-content{margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .field-settings,.content-editor-feature .tab-settings .section-body .section-content .field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:20px;width:50%}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .field-settings.close-actions,.content-editor-feature .tab-settings .section-body .section-content .field-settings.close-actions{width:100%}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .field-settings.close-actions .default-input,.content-editor-feature .tab-settings .section-body .section-content .field-settings.close-actions .default-input{width:100%;margin-top:10px}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .field-settings .text-field-units,.content-editor-feature .tab-settings .section-body .section-content .field-settings .text-field-units{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .field-settings .text-field-units .unit-sign,.content-editor-feature .tab-settings .section-body .section-content .field-settings .text-field-units .unit-sign{margin-left:5px}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .field-settings .text-field-number input,.content-editor-feature .tab-settings .section-body .section-content .field-settings .text-field-number input{max-width:52px}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-background-color,.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-position,.content-editor-feature .tab-settings .section-body .section-content .content-background-color,.content-editor-feature .tab-settings .section-body .section-content .content-position{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-background-color .content-header,.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-position .content-header,.content-editor-feature .tab-settings .section-body .section-content .content-background-color .content-header,.content-editor-feature .tab-settings .section-body .section-content .content-position .content-header{margin-bottom:5px;font-size:12px;text-align:left}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-position .content-header:first-letter,.content-editor-feature .tab-settings .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .tab-settings .section-body .section-content .content-position .content-header:first-letter{text-transform:capitalize}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-header-color,.content-editor-feature .tab-settings .section-body .section-content .content-header-color{margin-right:25px}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-navigation,.content-editor-feature .tab-settings .section-body .section-content .content-navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .dialog-tab-text-edit .section-body .section-content .content-navigation .content-header,.content-editor-feature .tab-settings .section-body .section-content .content-navigation .content-header{margin-right:10px}.content-editor-feature .dialog-tab-text-edit .section-body .checkbox-component .checkbox-text,.content-editor-feature .tab-settings .section-body .checkbox-component .checkbox-text{color:#9b9b9b;font-size:14px}.content-editor-feature .dialog-tab-text-edit .section-body .fit-to-width .checkbox-text:first-letter,.content-editor-feature .tab-settings .section-body .fit-to-width .checkbox-text:first-letter{text-transform:capitalize}.content-editor-feature .dialog-tab-text-edit .section-body .positions,.content-editor-feature .tab-settings .section-body .positions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature .dialog-tab-text-edit .section-body .positions .position-absolute,.content-editor-feature .dialog-tab-text-edit .section-body .positions .position-coordinates,.content-editor-feature .tab-settings .section-body .positions .position-absolute,.content-editor-feature .tab-settings .section-body .positions .position-coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:26px}.content-editor-feature .dialog-tab-text-edit .section-body .positions .coordinates,.content-editor-feature .tab-settings .section-body .positions .coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .dialog-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .dialog-tab-text-edit .section-body .positions .coordinates .coordinates-vertical,.content-editor-feature .tab-settings .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .tab-settings .section-body .positions .coordinates .coordinates-vertical{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3px;margin-bottom:10px}.content-editor-feature .dialog-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .dialog-tab-text-edit .section-body .positions .coordinates .coordinates-vertical img,.content-editor-feature .tab-settings .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .tab-settings .section-body .positions .coordinates .coordinates-vertical img{margin-right:8px}.content-editor-feature .dialog-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .dialog-tab-text-edit .section-body .positions .coordinates .coordinates-vertical .text-field-component,.content-editor-feature .tab-settings .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .tab-settings .section-body .positions .coordinates .coordinates-vertical .text-field-component{width:60px}.content-editor-feature .dialog-tab-text-edit .behavior-section .seconds-settings:first-of-type,.content-editor-feature .tab-settings .behavior-section .seconds-settings:first-of-type{margin-right:25px}.content-editor-feature .dialog-tab-text-edit .product-update-wrapper,.content-editor-feature .tab-settings .product-update-wrapper{margin-bottom:30px}.content-editor-feature .dialog-tab-text-edit .product-update-wrapper .tab-settings-section-header .section-header,.content-editor-feature .tab-settings .product-update-wrapper .tab-settings-section-header .section-header{margin:0}.content-editor-feature.content-editor-feature-carousel .body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:auto}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__wrapper{width:100%}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px 20px;height:50px;background-color:#f9f8f7}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header.reverse{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__type{font-weight:700}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-weight:700}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__pagination .page-number{margin:0 10px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__pagination .next.active{cursor:pointer}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__pagination .next.ineactive img{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__pagination .back.active{cursor:pointer}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__pagination .back.active img{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__actions>div{margin-left:10px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header__actions>button{margin-left:15px;line-height:30px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header .inner-container-name-wrapper{height:24px;color:#000;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header .inner-container-name-wrapper .inner-container-name{margin-left:10px;font-family:Noto Sans,sans-serif;font-size:18px;text-transform:capitalize;height:36px;line-height:36px;border:none;background-color:rgba(0,0,0,0);outline-width:0;text-align:left}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header .inner-container-name-wrapper .inner-container-name-editable{padding:0 7px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header .inner-container-name-wrapper .inner-container-name-editable:focus,.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header .inner-container-name-wrapper .inner-container-name-editable:hover{background-color:#ffecd9}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor__header .inner-container-name-wrapper .inner-container-name-error{background-color:#ffecd9;border:1px solid #fc3f1d}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper{position:relative}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation{position:absolute;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;top:0;left:0}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows{width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows .arrow-wrapper{width:40px;height:40px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:absolute;top:-webkit-calc(50% - 20px);top:-moz-calc(50% - 20px);top:calc(50% - 20px);z-index:10}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows .arrow-wrapper.left-arrow-wrapper{left:-20px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows .arrow-wrapper.right-arrow-wrapper{right:-20px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows .arrow-wrapper.left-arrow-wrapper-desktop{left:0;margin-left:6px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows .arrow-wrapper.right-arrow-wrapper-desktop{right:0;margin-right:6px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows .arrow-wrapper div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .arrows .arrow-wrapper img.arrow{max-width:30px;max-height:30px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .carousel-slick-dots{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;height:30px;bottom:0;z-index:3;margin-bottom:20px}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .carousel-editor-wrapper .navigation .carousel-slick-dots .slick-dot{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:10px;height:10px;margin-right:5px;cursor:pointer}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode{height:100%!important;width:100%!important}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode *{font-size:14px!important}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode>div{height:100%!important;width:100%!important}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode .guide-editor-wrapper{height:100%!important}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode .guide-editor-wrapper>div{padding:0}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode .CodeMirror{text-align:left;height:100%!important;width:100%!important}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode .CodeMirror .CodeMirror-sizer{width:100%}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode .fr-code-view,.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode .fr-wrapper{height:100%!important}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper .html-mode .px-close-button{display:none}.content-editor-feature.content-editor-feature-carousel .body .carousel-editor .editor-wrapper-auto-height .custom-theme .fr-wrapper{padding-bottom:30px}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .sidebar-header .tabs .tab-container .tab-disabled img{opacity:.5;filter:alpha(opacity=50)}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .tab-device-container .tab-device-container-header{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-weight:700}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content{height:auto;margin:2px 0 20px}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details{height:50px}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .device-content-row-inner button{height:24px;width:24px;margin-left:10px}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .slider-device-container{background-color:#f0f3f6}.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .slider-device-container .tab-device-container-body,.content-editor-feature.content-editor-feature-carousel .sidebar-container .sidebar .slider-device-container .tab-device-container-header{font-size:12px;letter-spacing:0;line-height:16px;font-weight:400;color:#7596b7;background-color:#f0f3f6}.content-editor-feature .carousel-tab-settings .gpx-accordion__details{width:100%}.content-editor-feature .carousel-tab-settings,.content-editor-feature .carousel-tab-text-edit{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0 15px}.content-editor-feature .carousel-tab-settings .tab-settings-section-header,.content-editor-feature .carousel-tab-text-edit .tab-settings-section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.content-editor-feature .carousel-tab-settings .tab-settings-section-header .section-header,.content-editor-feature .carousel-tab-text-edit .tab-settings-section-header .section-header{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.content-editor-feature .carousel-tab-settings .tab-settings-section-header .horizontal-line,.content-editor-feature .carousel-tab-text-edit .tab-settings-section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.content-editor-feature .carousel-tab-settings .tab-settings-section-header .horizontal-line__long,.content-editor-feature .carousel-tab-text-edit .tab-settings-section-header .horizontal-line__long{margin-left:0}.content-editor-feature .carousel-tab-settings .section-body,.content-editor-feature .carousel-tab-text-edit .section-body{margin:0 5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .carousel-tab-settings .section-body .section-body-header,.content-editor-feature .carousel-tab-text-edit .section-body .section-body-header{height:14px;font-family:Noto Sans,sans-serif;font-size:12px;margin-bottom:8px}.content-editor-feature .carousel-tab-settings .section-body .unit-text,.content-editor-feature .carousel-tab-text-edit .section-body .unit-text{font-family:Noto Sans,sans-serif;height:14px;font-size:12px;color:#a0a3a1;margin-left:10px;margin-right:25px}.content-editor-feature .carousel-tab-settings .section-body .height-width,.content-editor-feature .carousel-tab-text-edit .section-body .height-width{margin:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .carousel-tab-settings .section-body .height-width img,.content-editor-feature .carousel-tab-text-edit .section-body .height-width img{margin-right:8px}.content-editor-feature .carousel-tab-settings .section-body .height-width .text-field,.content-editor-feature .carousel-tab-text-edit .section-body .height-width .text-field{width:60px}.content-editor-feature .carousel-tab-settings .section-body .section-content,.content-editor-feature .carousel-tab-text-edit .section-body .section-content{margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.content-editor-feature .carousel-tab-settings .section-body .section-content .field-settings,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:20px;width:50%}.content-editor-feature .carousel-tab-settings .section-body .section-content .field-settings .text-field-units,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .field-settings .text-field-units{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .carousel-tab-settings .section-body .section-content .field-settings .text-field-units .unit-sign,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .field-settings .text-field-units .unit-sign{margin-left:5px}.content-editor-feature .carousel-tab-settings .section-body .section-content .field-settings .text-field-number input,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .field-settings .text-field-number input{max-width:52px}.content-editor-feature .carousel-tab-settings .section-body .section-content .content-background-color,.content-editor-feature .carousel-tab-settings .section-body .section-content .content-position,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-background-color,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-position{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .carousel-tab-settings .section-body .section-content .content-background-color .content-header,.content-editor-feature .carousel-tab-settings .section-body .section-content .content-position .content-header,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-background-color .content-header,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-position .content-header{margin-bottom:5px;font-size:12px;text-align:left}.content-editor-feature .carousel-tab-settings .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .carousel-tab-settings .section-body .section-content .content-position .content-header:first-letter,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-position .content-header:first-letter{text-transform:capitalize}.content-editor-feature .carousel-tab-settings .section-body .section-content .content-header-color,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-header-color{margin-right:25px}.content-editor-feature .carousel-tab-settings .section-body .section-content .content-navigation,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .carousel-tab-settings .section-body .section-content .content-navigation .content-header,.content-editor-feature .carousel-tab-text-edit .section-body .section-content .content-navigation .content-header{margin-right:10px}.content-editor-feature .carousel-tab-settings .section-body .checkbox-component .checkbox-text,.content-editor-feature .carousel-tab-text-edit .section-body .checkbox-component .checkbox-text{color:#9b9b9b;font-size:14px}.content-editor-feature .carousel-tab-settings .section-body .fit-to-width .checkbox-text:first-letter,.content-editor-feature .carousel-tab-text-edit .section-body .fit-to-width .checkbox-text:first-letter{text-transform:capitalize}.content-editor-feature .carousel-tab-settings .section-body .positions,.content-editor-feature .carousel-tab-text-edit .section-body .positions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature .carousel-tab-settings .section-body .positions .position-absolute,.content-editor-feature .carousel-tab-settings .section-body .positions .position-coordinates,.content-editor-feature .carousel-tab-text-edit .section-body .positions .position-absolute,.content-editor-feature .carousel-tab-text-edit .section-body .positions .position-coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:26px}.content-editor-feature .carousel-tab-settings .section-body .positions .coordinates,.content-editor-feature .carousel-tab-text-edit .section-body .positions .coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .carousel-tab-settings .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .carousel-tab-settings .section-body .positions .coordinates .coordinates-vertical,.content-editor-feature .carousel-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .carousel-tab-text-edit .section-body .positions .coordinates .coordinates-vertical{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3px;margin-bottom:10px}.content-editor-feature .carousel-tab-settings .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .carousel-tab-settings .section-body .positions .coordinates .coordinates-vertical img,.content-editor-feature .carousel-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .carousel-tab-text-edit .section-body .positions .coordinates .coordinates-vertical img{margin-right:8px}.content-editor-feature .carousel-tab-settings .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .carousel-tab-settings .section-body .positions .coordinates .coordinates-vertical .text-field-component,.content-editor-feature .carousel-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .carousel-tab-text-edit .section-body .positions .coordinates .coordinates-vertical .text-field-component{width:60px}.content-editor-feature .carousel-tab-settings .product-update-wrapper,.content-editor-feature .carousel-tab-text-edit .product-update-wrapper{margin-bottom:30px}.content-editor-feature .carousel-tab-settings .product-update-wrapper .tab-settings-section-header .section-header,.content-editor-feature .carousel-tab-text-edit .product-update-wrapper .tab-settings-section-header .section-header{margin:0}.select-by-image-item>div>div{width:0;right:8px}.arrow{cursor:pointer}.arrow__disabled{background-color:#bfbfbf;cursor:default}.selection-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:52px;line-height:32px;height:32px}.selection-value .select-type-item{padding-left:6px}.selection-value .select-by-image-arrow{margin-right:4px}.select-type-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.select-type-container .select-type-item .disabled{color:#a0a3a1}.content-empty{width:100%;height:100%}.content-empty .empty-text{color:#9ca0a5;margin-top:79px;height:26px;font-family:Noto Sans,sans-serif;font-size:20px;margin-bottom:50px}.content-empty .empty-img{color:#9ca0a5;margin:33px;height:60px;width:60px}.mobile-selector-container .platform{display:grid;text-align:left;margin-bottom:12px}.mobile-selector-container .platform .title{font-size:14px;font-family:inherit;margin-left:2px}.mobile-selector-container .platform .selector{margin-top:8px;height:30px;line-height:20px;font-size:14px;font-family:inherit;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;border:0;min-width:0;outline:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1px 12px 0}.mobile-selector-container .platform .selector::-webkit-input-placeholder{font-size:13px}.mobile-selector-container .platform .selector:-moz-placeholder,.mobile-selector-container .platform .selector::-moz-placeholder{font-size:13px}.mobile-selector-container .platform .selector:-ms-input-placeholder{font-size:13px}.mobile-selector-container .platform .selector::-ms-input-placeholder{font-size:13px}.mobile-selector-container .platform .selector::placeholder{font-size:13px}.mobile-guide-button-settings .close-settings,.mobile-guide-button-settings .next-settings,.mobile-guide-button-settings .skip-settings{max-width:240px;text-align:left;font-size:12px;max-height:0;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out;-webkit-transition-property:max-height,margin-top,padding-bottom;-o-transition-property:max-height,margin-top,padding-bottom;-moz-transition-property:max-height,margin-top,padding-bottom;transition-property:max-height,margin-top,padding-bottom;overflow:hidden}.mobile-guide-button-settings .close-settings{border-bottom:0 solid!important}.mobile-guide-button-settings .display{max-height:500px;margin-top:16px;padding-bottom:16px;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;-moz-transition:all .25s ease-in;transition:all .25s ease-in;-webkit-transition-property:max-height,margin-top,padding-bottom;-o-transition-property:max-height,margin-top,padding-bottom;-moz-transition-property:max-height,margin-top,padding-bottom;transition-property:max-height,margin-top,padding-bottom;border-bottom:1px solid #e3eaf1;overflow:unset}.mobile-guide-button-settings .header-wrapper{max-width:240px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature .fr-command.fr-btn.html-switch.fr-desktop{padding:5px!important}.content-editor-feature .survey-page-question-wrapper{position:relative;max-width:100%}.content-editor-feature .survey-page-question-wrapper .editor-buttons{position:absolute;top:20px;right:-25px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .survey-page-question-wrapper .editor-buttons img{width:24px;height:24px;background-color:#fff;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;cursor:pointer;margin-bottom:8px;visibility:hidden}.content-editor-feature .survey-page-question-wrapper .editor-buttons .visible{visibility:visible}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog{position:fixed;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:16px 12px 16px 16px;z-index:1200;border:1px solid #f6f6f6;overflow:hidden;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .more-option{cursor:pointer;width:100%;margin-left:0;height:30px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .more-option--disabled{cursor:not-allowed;color:#9b9b9b}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .blue-button{background-color:#0369e9}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .dropdown{margin-top:7px;margin-bottom:15px;width:100%}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs{height:264px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel{max-height:225px;overflow:auto}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .setting{overflow:auto;max-height:170px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:15px;gap:15px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .setting .gpx-textfield__wrap{border:1px solid #d5d9de}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .setting .gpx-textfield__label{color:#3c4a57}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .setting__label{color:#3c4a57;font-size:12px;font-weight:400;line-height:16px;margin-bottom:4px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .setting textarea{height:160px;width:-webkit-calc(100% - 4px);width:-moz-calc(100% - 4px);width:calc(100% - 4px);margin-right:4px;overflow:auto;resize:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d5d9de;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .error-message-horizontal-survey{font-size:12px;color:#fc3f1d}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:#7596b7;margin-top:15px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question img{margin-right:4px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question .text-block{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .cannot-edit-question .text-block span{cursor:pointer;color:#0f87ec;text-decoration:underline}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings{font-size:12px;overflow:visible;padding-right:4px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px;text-transform:capitalize}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details-heading{color:#3c4a57;padding-bottom:4px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .gpx-color__swatch,.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .gpx-textfield__wrap{border:1px solid #d5d9de}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .default-input{width:100%}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .default-input .input--with-validation{border:1px solid #d5d9de;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .tippy-arrow{display:none}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .tippy-box{position:absolute;top:-20px;width:100%;left:-100px;background-color:#fff}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .tippy-box .tippy-content{position:relative}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .tippy-box .gpx-color__popover{position:relative;display:block}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .sketch-picker{width:140px!important}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings__details .sketch-picker .flexbox-fix input{color:#000}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-types{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:8px;gap:8px;margin-top:8px;margin-bottom:16px;text-transform:capitalize}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-types__opt{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:600;line-height:24px;color:#3c4a57;padding:0 12px;cursor:pointer}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-types__opt--selected{height:32px;color:#181f26;background-color:#e6e9ec;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .gpx-accordion__details{width:100%}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .gpx-accordion__details .sketch-picker .flexbox-fix input{color:#000}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .bold-title{font-weight:500}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row{margin-top:8px;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .details-label{min-width:50%}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .default-input{width:100%}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .default-input input{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .default-input input:focus{border:1px solid #0f87ec}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .gpx-textfield{width:100%}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-arrow{display:none}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-box{position:absolute;top:20px;width:100%;left:-200px;background-color:#fff}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-box .tippy-content{position:relative}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .tab-panel .styling-settings .details-col .details-row .tippy-box .popover{position:relative;display:block}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .setting-tabs .gpx-wrapper.gpx-select{width:100%;margin-bottom:8px}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .settings-action-buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:12px;border-top:1px solid #e3eaf1}.content-editor-feature .survey-page-question-wrapper .survey-page-dialog .settings-action-buttons .button{margin-left:8px}.content-editor-feature .horizontal-mq-title-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .horizontal-mq-title-wrapper .horizontal-mq-title{font-family:Arial;width:100%;padding:7px}.content-editor-feature .horizontal-mq-title-wrapper .horizontal-mq-title:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature .contact-message{width:100%;margin-top:15px}.content-editor-feature .contact-message .checkbox-text{height:13px;font-size:12px!important;font-family:Noto Sans,sans-serif!important}.content-editor-feature .multi-survey-question-content{font-family:Arial;width:100%;padding:7px}.content-editor-feature .multi-survey-question-content:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature .multi-survey-answer-text{max-width:370px;min-height:30px;width:500px;outline:none;border:hidden;font-size:14px;padding:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.content-editor-feature .multi-survey-answer-text:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature.content-editor-feature-survey .survey-editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper{padding:50px 0;position:relative;overflow:auto}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper.mobile{padding:0;position:relative}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .fr-view p{margin:0;line-height:normal}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .custom-theme.fr-box.fr-basic .fr-wrapper{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .fr-box.fr-basic .fr-element{overflow:hidden}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper{overflow:auto;position:absolute;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .close-btn{position:absolute;top:0;right:0;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;line-height:15px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .close-btn>div{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);font-size:19px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper.html-mode{overflow:visible}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper.html-mode .buttons-legend .fr-code-view{position:absolute;height:300px!important;width:400px;z-index:99}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper.html-mode .buttons-legend .px-survey-low-score .fr-code-view{top:0;left:0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper.html-mode .buttons-legend .px-survey-high-score .fr-code-view{top:0;right:0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .html-mode{width:100%!important;height:100%!important;padding:0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .html-mode .CodeMirror{font-size:14px;text-align:left;height:100%!important;width:100%!important}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .html-mode .CodeMirror .CodeMirror-sizer{width:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .html-mode .CodeMirror .CodeMirror-code{width:95%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .html-mode .CodeMirror .CodeMirror-linenumber{padding:0 0 0 7px;min-width:15px;text-align:left}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;position:relative;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:15px 25px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step,.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step--engagement-snooze{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step--engagement-snooze{border:2px solid;padding:10px;min-width:108px;margin-top:20px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.horizontal{padding:0;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step .fr-code-view{z-index:100}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.landscape{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.portrait{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.thank-you .html{width:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.thank-you .html:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.thank-you .thank-you-close-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.thank-you .thank-you-close-button .thank-you-close-button-content{border:2px solid;text-align:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;min-width:108px;margin-top:20px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .question-score{max-width:600px;width:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .question-score .title{margin-bottom:20px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .question-score:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .question-score .question-content{padding:10px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .question-score .fr-element.fr-view{min-height:20px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .footer-editor{z-index:0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .footer-editor--link{text-align:left}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .multi-question-score{max-width:600px;text-align:start;width:90%;margin-right:45px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .multi-question-score.landscape{max-width:40%;margin:20px 0 0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .multi-question-score .question-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;vertical-align:top;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .multi-question-score .question-wrapper.horizontal{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .multi-question-score .question-wrapper .sequence-number{font-family:Arial;color:#d3d3d3;margin:0 5px;font-size:18px;padding:7px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .multi-question-score .question-wrapper .sequence-number.horizontal{margin:2px 0 0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .survey-feedback-hide{display:none}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .survey-feedback{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:600px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .survey-feedback.portrait{margin-top:8px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .survey-feedback__container{width:100%;padding:0 45px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .survey-feedback .labels-selector{margin-bottom:20px;margin-top:10px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .survey-feedback .comment{margin-bottom:5px;font-size:18px;color:#2090ed}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .survey-feedback .comment:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container.bar{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin-left:125px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container.bar.multi-question-feedback-box{margin-left:0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container.bar-engagement-snooze-button{margin-left:0;max-width:500px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container .textarea-wrapper{width:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container textarea{background:#fff;resize:none;border:none;width:100%;height:66px;padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px #d7d6d7;-moz-box-shadow:inset 0 0 0 1px #d7d6d7;box-shadow:inset 0 0 0 1px #d7d6d7}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container textarea::-webkit-input-placeholder{font-size:12px;font-family:Roboto,sans-serif}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container textarea:-moz-placeholder,.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container textarea::-moz-placeholder{font-size:12px;font-family:Roboto,sans-serif}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container textarea:-ms-input-placeholder{font-size:12px;font-family:Roboto,sans-serif}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container textarea::-ms-input-placeholder{font-size:12px;font-family:Roboto,sans-serif}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .bottom-feedback-container textarea::placeholder{font-size:12px;font-family:Roboto,sans-serif}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .button-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .button-wrapper.bar{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .submit-button{padding:10px 0;min-width:108px;margin:15px auto auto;border:2px solid}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .submit-button.bar{margin:0 15px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .submit-button.bar-engagement-snooze{margin:15px auto auto}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .submit-button.enagagement-snooze-open-text-editor{margin:20px 0 0;justify-items:center}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .engagement-snooze-button{padding:10px;min-width:108px;margin:15px auto auto;border:2px solid;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .engagement-snooze-button.bar{margin:auto auto auto 15px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .engagement-snooze-button.singleButton{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper{max-width:600px;width:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper.landscape{min-width:50%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper.portrait{margin-top:-10px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:10px 0 5px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;width:100%;padding-top:5px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers.portrait{margin-top:0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper{min-height:40px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:hidden;font-size:14px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer .checkbox-component{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer .dummy-radio{margin-left:11px;margin-right:21px;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer .plus{margin-left:5px;cursor:pointer}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer .delete{margin-left:5px;cursor:pointer;position:relative;bottom:3px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer .delete img{padding-top:5px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer-creator{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer-creator .delete,.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .answers-wrapper .answers .answer-wrapper .answer-creator .plus{margin-left:5px;cursor:pointer}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .dynamic-rating-answers-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;max-width:600px;margin-top:8px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .dynamic-rating-answers-wrapper.landscape{min-width:50%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .dynamic-rating-answers-wrapper .buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0 0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .dynamic-rating-answers-wrapper .buttons.portrait{margin-top:0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .dynamic-rating-answers-wrapper .buttons .button{height:31px;border:2px solid rgba(0,0,0,.1);font-size:14px;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-bottom:8px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .dynamic-rating-answers-wrapper .buttons-satisfied-labels{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;font-size:12px;margin-top:4px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .dynamic-rating-answers-wrapper .buttons-satisfied-labels>div:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper,.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper.buttons-wrapper-10{width:100%;max-width:500px;min-width:300px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper.buttons-wrapper-7{padding:0 15px;max-width:400px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper.buttons-wrapper-5{padding:0 45px;max-width:400px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:10px 0}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons .button{cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;border:2px solid rgba(0,0,0,.1);font-size:14px}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons .boolean-button,.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons .rating-button,.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons .smiley-button{cursor:pointer}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons-legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons-legend>div{width:100%}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper .step-wrapper .survey-editor-step.question .buttons-wrapper .buttons-legend>div:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.content-editor-feature.content-editor-feature-survey .survey-editor__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px 20px;height:50px;background-color:#f9f8f7}.content-editor-feature.content-editor-feature-survey .survey-editor__header--tab-group{position:relative}.content-editor-feature.content-editor-feature-survey .survey-editor__header--tab-group--no-badge{margin-left:40%}.content-editor-feature.content-editor-feature-survey .survey-editor__header--tab-group__indicator{position:absolute;top:12px;right:1px;z-index:2;width:8px;height:8px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;background-color:#fb0}.content-editor-feature.content-editor-feature-survey .survey-editor__header--title.remove-header-title{display:none}.content-editor-feature.content-editor-feature-survey .survey-editor__header--title>img{margin-right:10px}.content-editor-feature.content-editor-feature-survey .survey-editor__header--title__badge-tooltip{margin-left:16px}.content-editor-feature.content-editor-feature-survey .survey-editor__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-survey .survey-editor__header>div .survey-image{margin-right:10px}.content-editor-feature.content-editor-feature-survey .survey-editor__header>div .survey-badge-title{margin-left:16px}.content-editor-feature.content-editor-feature-survey .survey-editor__header>div.header-actions{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature.content-editor-feature-survey .survey-editor__header>div.header-actions>div{margin:0 10px;line-height:10px}.content-editor-feature.content-editor-feature-survey .survey-editor__header.reverse{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.content-editor-feature.content-editor-feature-survey .survey-editor__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10px;border-left:1px solid #ededed;padding-left:10px}.content-editor-feature.content-editor-feature-survey .survey-editor__header--actions>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer}.content-editor-feature.content-editor-feature-survey .survey-editor__header--actions>div:hover{background-color:#fff}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-weight:700}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .page-number{margin:0 10px}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .next{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .next.active{cursor:pointer}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .next.active:hover{background-color:#fff}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .next.ineactive img{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .back{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .back.active{cursor:pointer}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .back.active:hover{background-color:#fff}.content-editor-feature.content-editor-feature-survey .survey-editor__header--pagination .back.active img{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.content-editor-feature.content-editor-feature-survey .survey-editor__header .inner-container-name-wrapper{height:24px;color:#000;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature.content-editor-feature-survey .survey-editor__header .inner-container-name-wrapper .inner-container-name{margin-left:10px;font-family:Roboto Slab,sans-serif;font-size:18px;text-transform:capitalize;height:36px;line-height:36px;border:none;background-color:rgba(0,0,0,0);outline-width:0;text-align:left}.content-editor-feature.content-editor-feature-survey .survey-editor__header .inner-container-name-wrapper .inner-container-name-editable{padding:0 7px}.content-editor-feature.content-editor-feature-survey .survey-editor__header .inner-container-name-wrapper .inner-container-name-editable:focus,.content-editor-feature.content-editor-feature-survey .survey-editor__header .inner-container-name-wrapper .inner-container-name-editable:hover,.content-editor-feature.content-editor-feature-survey .survey-editor__header .inner-container-name-wrapper .inner-container-name-error{background-color:#ffecd9}.content-editor-feature.content-editor-feature-survey .survey-editor .editor-wrapper-auto-height .step-wrapper{padding-bottom:30px}.content-editor-feature.content-editor-feature-survey .sidebar-container{width:320px}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .sidebar-header .tabs .tab-container .tab-disabled img{opacity:.5;filter:alpha(opacity=50)}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .sidebar-content{overflow:auto;padding-bottom:50px}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .sidebar-content__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:160px;font-size:14px;font-family:Roboto Slab,sans-serif;color:#a0a3a1;margin:75px auto 0}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .sidebar-content__empty>div{margin-bottom:20px}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .tab-device-container{height:100%}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .tab-device-container .tab-device-container-header{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-weight:700}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content-details{height:50px!important}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content-details .row-3{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content-details .row-3 .device-content-row-inner button{height:24px;width:24px;margin-left:10px}.content-editor-feature.content-editor-feature-survey .sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content-details .row-3 .device-content-row-inner img{margin-right:5px}.content-editor-feature .survey-tab-settings,.content-editor-feature .survey-tab-text-edit{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:50px}.content-editor-feature .survey-tab-settings .survey-orientation-settings .MuiFormGroup-root,.content-editor-feature .survey-tab-text-edit .survey-orientation-settings .MuiFormGroup-root{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.content-editor-feature .survey-tab-settings .tab-settings-section-header,.content-editor-feature .survey-tab-text-edit .tab-settings-section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.content-editor-feature .survey-tab-settings .tab-settings-section-header .section-header,.content-editor-feature .survey-tab-text-edit .tab-settings-section-header .section-header{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.content-editor-feature .survey-tab-settings .tab-settings-section-header .section-header.right,.content-editor-feature .survey-tab-text-edit .tab-settings-section-header .section-header.right{font-weight:500;font-size:12px;cursor:pointer}.content-editor-feature .survey-tab-settings .tab-settings-section-header .horizontal-line,.content-editor-feature .survey-tab-text-edit .tab-settings-section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin:0 10px}.content-editor-feature .survey-tab-settings .tab-settings-section-header .horizontal-line__long,.content-editor-feature .survey-tab-text-edit .tab-settings-section-header .horizontal-line__long{margin-left:0}.content-editor-feature .survey-tab-settings .section-body,.content-editor-feature .survey-tab-text-edit .section-body{margin:0 5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dc-radio-group,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dc-radio-group{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dc-radio-group .dc-radio,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dc-radio-group .dc-radio{height:50px;margin:auto}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:50px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;top:2px}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .remove-dc,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .remove-dc{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;position:relative;top:-2px;margin-left:5px}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:5px}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges .range,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges .range{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges .range .range-label,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges .range .range-label{font-size:12px;font-weight:700;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges .range .range-dropdown,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .dc-radio-container .dynamic-comments .dc-container .ranges .range .range-dropdown{margin:0 10px 0 5px}.content-editor-feature .survey-tab-settings .section-body .dynamic-comments-input-container .add-dc,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comments-input-container .add-dc{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-top:5px;cursor:pointer;color:#0f87ec}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details{width:100%}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details--checkbox-help-text,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details--checkbox-help-text{text-align:start;font-size:12px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .labels-radio-group,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .labels-radio-group{margin-top:14px;margin-bottom:24px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .labels-radio-group .label-radio label,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .labels-radio-group .label-radio label{font-weight:400;text-align:left;right:5px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .score-selection,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .score-selection{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .score-selection .title,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .score-selection .title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .score-selection .dynamic-comments-input-container,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .score-selection .dynamic-comments-input-container{margin-top:10px;margin-bottom:20px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .title,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-weight:500;margin-bottom:10px;color:#3e5872}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .regular,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .regular{color:unset;font-weight:400;margin-bottom:20px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .corner-radius-container,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .corner-radius-container{font-size:12px;color:#3e5872;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .corner-radius-container .content-header,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .corner-radius-container .content-header{margin-right:8px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections .section,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections .section{margin-right:15px;width:100px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections .section .content-header,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections .section .content-header{font-size:12px;color:#3e5872}.content-editor-feature .survey-tab-settings .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections .small,.content-editor-feature .survey-tab-text-edit .section-body .engagements-survey-labels .gpx-accordion__details .survey-labels-accordion-details .labels-settings .configurations .sections .small{width:80px}.content-editor-feature .survey-tab-settings .section-body .section-body-header,.content-editor-feature .survey-tab-text-edit .section-body .section-body-header{height:14px;font-family:Noto Sans,sans-serif;font-size:12px;margin-bottom:8px}.content-editor-feature .survey-tab-settings .section-body .unit-text,.content-editor-feature .survey-tab-text-edit .section-body .unit-text{font-family:Noto Sans,sans-serif;height:14px;font-size:12px;color:#a0a3a1;margin:0 10px}.content-editor-feature .survey-tab-settings .section-body .height-width,.content-editor-feature .survey-tab-settings .section-body .settings-row,.content-editor-feature .survey-tab-text-edit .section-body .height-width,.content-editor-feature .survey-tab-text-edit .section-body .settings-row{margin:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-tab-settings .section-body .height-width img,.content-editor-feature .survey-tab-settings .section-body .settings-row img,.content-editor-feature .survey-tab-text-edit .section-body .height-width img,.content-editor-feature .survey-tab-text-edit .section-body .settings-row img{margin-right:8px}.content-editor-feature .survey-tab-settings .section-body .height-width .text-field,.content-editor-feature .survey-tab-settings .section-body .settings-row .text-field,.content-editor-feature .survey-tab-text-edit .section-body .height-width .text-field,.content-editor-feature .survey-tab-text-edit .section-body .settings-row .text-field{width:45px}.content-editor-feature .survey-tab-settings .section-body .height-width .text-field.disabled,.content-editor-feature .survey-tab-settings .section-body .settings-row .text-field.disabled,.content-editor-feature .survey-tab-text-edit .section-body .height-width .text-field.disabled,.content-editor-feature .survey-tab-text-edit .section-body .settings-row .text-field.disabled{opacity:.5}.content-editor-feature .survey-tab-settings .section-body .section-container-visible,.content-editor-feature .survey-tab-text-edit .section-body .section-container-visible{max-height:1000px;-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s}.content-editor-feature .survey-tab-settings .section-body .section-container-visible.expanded-section-container,.content-editor-feature .survey-tab-text-edit .section-body .section-container-visible.expanded-section-container{max-height:370px}.content-editor-feature .survey-tab-settings .section-body .buttons-title,.content-editor-feature .survey-tab-text-edit .section-body .buttons-title{text-align:left;font-family:Noto Sans,sans-serif;margin-bottom:5px;font-size:12px}.content-editor-feature .survey-tab-settings .section-body .section-container-hidden,.content-editor-feature .survey-tab-text-edit .section-body .section-container-hidden{max-height:0;-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s;overflow:hidden}.content-editor-feature .survey-tab-settings .section-body .dynamic-comment-text,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comment-text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:12px;font-family:Noto Sans,sans-serif;margin-bottom:10px}.content-editor-feature .survey-tab-settings .section-body .dynamic-comment-text .comment,.content-editor-feature .survey-tab-text-edit .section-body .dynamic-comment-text .comment{width:70px}.content-editor-feature .survey-tab-settings .section-body .section-content.inline-section,.content-editor-feature .survey-tab-text-edit .section-body .section-content.inline-section{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.content-editor-feature .survey-tab-settings .section-body .section-content,.content-editor-feature .survey-tab-text-edit .section-body .section-content{margin-bottom:20px;text-align:left;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.content-editor-feature .survey-tab-settings .section-body .section-content,.content-editor-feature .survey-tab-settings .section-body .section-content .selection-settings,.content-editor-feature .survey-tab-settings .section-body .section-content .selection-settings .range,.content-editor-feature .survey-tab-text-edit .section-body .section-content,.content-editor-feature .survey-tab-text-edit .section-body .section-content .selection-settings,.content-editor-feature .survey-tab-text-edit .section-body .section-content .selection-settings .range{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-tab-settings .section-body .section-content .selection-settings .range>div:first-child,.content-editor-feature .survey-tab-text-edit .section-body .section-content .selection-settings .range>div:first-child{margin-right:10px}.content-editor-feature .survey-tab-settings .section-body .section-content .selection-settings .range>div:last-child,.content-editor-feature .survey-tab-text-edit .section-body .section-content .selection-settings .range>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-right:30px}.content-editor-feature .survey-tab-settings .section-body .section-content .selection-settings .range>div:last-child .apt-select,.content-editor-feature .survey-tab-text-edit .section-body .section-content .selection-settings .range>div:last-child .apt-select{width:57px}.content-editor-feature .survey-tab-settings .section-body .section-content .selection-settings .range>div:last-child .react-select,.content-editor-feature .survey-tab-text-edit .section-body .section-content .selection-settings .range>div:last-child .react-select{width:67px;margin-right:10px}.content-editor-feature .survey-tab-settings .section-body .section-content .number-input,.content-editor-feature .survey-tab-settings .section-body .section-content .number-input input,.content-editor-feature .survey-tab-text-edit .section-body .section-content .number-input,.content-editor-feature .survey-tab-text-edit .section-body .section-content .number-input input{height:32px}.content-editor-feature .survey-tab-settings .section-body .section-content__description,.content-editor-feature .survey-tab-text-edit .section-body .section-content__description{position:relative;left:2px;top:3px}.content-editor-feature .survey-tab-settings .section-body .section-content__texts,.content-editor-feature .survey-tab-text-edit .section-body .section-content__texts{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:10px 0 15px;font-size:12px}.content-editor-feature .survey-tab-settings .section-body .section-content__texts>div:first-child,.content-editor-feature .survey-tab-text-edit .section-body .section-content__texts>div:first-child{margin:0 37px 0 5px}.content-editor-feature .survey-tab-settings .section-body .section-content__texts>div:last-child,.content-editor-feature .survey-tab-text-edit .section-body .section-content__texts>div:last-child{margin-left:20px}.content-editor-feature .survey-tab-settings .section-body .section-content.shadow-content,.content-editor-feature .survey-tab-text-edit .section-body .section-content.shadow-content{text-align:center}.content-editor-feature .survey-tab-settings .section-body .section-content.shadow-content .text-field,.content-editor-feature .survey-tab-text-edit .section-body .section-content.shadow-content .text-field{width:60px;font-size:12px;margin-right:10px}.content-editor-feature .survey-tab-settings .section-body .section-content.corner-radius,.content-editor-feature .survey-tab-text-edit .section-body .section-content.corner-radius{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-tab-settings .section-body .section-content.corner-radius>div:first-child,.content-editor-feature .survey-tab-text-edit .section-body .section-content.corner-radius>div:first-child{white-space:nowrap;font-size:13px;margin-right:20px}.content-editor-feature .survey-tab-settings .section-body .section-content.corner-radius .text-field-component,.content-editor-feature .survey-tab-text-edit .section-body .section-content.corner-radius .text-field-component{width:55px}.content-editor-feature .survey-tab-settings .section-body .section-content.submit-button-text,.content-editor-feature .survey-tab-text-edit .section-body .section-content.submit-button-text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-tab-settings .section-body .section-content.submit-button-text>div:first-child,.content-editor-feature .survey-tab-text-edit .section-body .section-content.submit-button-text>div:first-child{white-space:nowrap;font-size:13px;margin-right:20px}.content-editor-feature .survey-tab-settings .section-body .section-content .text-field-units,.content-editor-feature .survey-tab-text-edit .section-body .section-content .text-field-units{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-tab-settings .section-body .section-content .text-field-units.buttons,.content-editor-feature .survey-tab-text-edit .section-body .section-content .text-field-units.buttons{margin-bottom:15px}.content-editor-feature .survey-tab-settings .section-body .section-content .text-field-units.buttons.number-input .default-input,.content-editor-feature .survey-tab-text-edit .section-body .section-content .text-field-units.buttons.number-input .default-input{min-width:55px}.content-editor-feature .survey-tab-settings .section-body .section-content .text-field-units .unit-sign,.content-editor-feature .survey-tab-text-edit .section-body .section-content .text-field-units .unit-sign{margin-left:5px}.content-editor-feature .survey-tab-settings .section-body .section-content .horizontal-field-settings,.content-editor-feature .survey-tab-text-edit .section-body .section-content .horizontal-field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.content-editor-feature .survey-tab-settings .section-body .section-content .horizontal-field-settings .number-input,.content-editor-feature .survey-tab-text-edit .section-body .section-content .horizontal-field-settings .number-input{margin:0 10px}.content-editor-feature .survey-tab-settings .section-body .section-content .horizontal-field-settings .number-input .default-input,.content-editor-feature .survey-tab-text-edit .section-body .section-content .horizontal-field-settings .number-input .default-input{width:55px}.content-editor-feature .survey-tab-settings .section-body .section-content .field-settings,.content-editor-feature .survey-tab-text-edit .section-body .section-content .field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.content-editor-feature .survey-tab-settings .section-body .section-content .field-settings.text-expand,.content-editor-feature .survey-tab-text-edit .section-body .section-content .field-settings.text-expand{width:auto}.content-editor-feature .survey-tab-settings .section-body .section-content .field-settings.widget-fill,.content-editor-feature .survey-tab-text-edit .section-body .section-content .field-settings.widget-fill{width:100%}.content-editor-feature .survey-tab-settings .section-body .section-content .field-settings .text-field-number input,.content-editor-feature .survey-tab-text-edit .section-body .section-content .field-settings .text-field-number input{max-width:52px}.content-editor-feature .survey-tab-settings .section-body .section-content .field-settings .text-field-textarea textarea,.content-editor-feature .survey-tab-text-edit .section-body .section-content .field-settings .text-field-textarea textarea{width:100%;height:120px}.content-editor-feature .survey-tab-settings .section-body .section-content .field-settings .text-field-text input,.content-editor-feature .survey-tab-text-edit .section-body .section-content .field-settings .text-field-text input{width:100%}.content-editor-feature .survey-tab-settings .section-body .section-content .content-background-color,.content-editor-feature .survey-tab-settings .section-body .section-content .content-position,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-background-color,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-position{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .survey-tab-settings .section-body .section-content .content-background-color .content-header,.content-editor-feature .survey-tab-settings .section-body .section-content .content-position .content-header,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-background-color .content-header,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-position .content-header{margin-bottom:5px;font-size:12px;text-align:left}.content-editor-feature .survey-tab-settings .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .survey-tab-settings .section-body .section-content .content-position .content-header:first-letter,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-background-color .content-header:first-letter,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-position .content-header:first-letter{text-transform:capitalize}.content-editor-feature .survey-tab-settings .section-body .section-content .content-header-color,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-header-color{margin-right:25px}.content-editor-feature .survey-tab-settings .section-body .section-content .content-navigation,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-editor-feature .survey-tab-settings .section-body .section-content .content-navigation .content-header,.content-editor-feature .survey-tab-text-edit .section-body .section-content .content-navigation .content-header{margin-right:10px}.content-editor-feature .survey-tab-settings .section-body .checkbox-component .checkbox-text,.content-editor-feature .survey-tab-text-edit .section-body .checkbox-component .checkbox-text{color:#9b9b9b;font-size:14px}.content-editor-feature .survey-tab-settings .section-body .fit-to-width .checkbox-text:first-letter,.content-editor-feature .survey-tab-text-edit .section-body .fit-to-width .checkbox-text:first-letter{text-transform:capitalize}.content-editor-feature .survey-tab-settings .section-body .positions,.content-editor-feature .survey-tab-text-edit .section-body .positions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-editor-feature .survey-tab-settings .section-body .positions .position-absolute,.content-editor-feature .survey-tab-settings .section-body .positions .position-coordinates,.content-editor-feature .survey-tab-text-edit .section-body .positions .position-absolute,.content-editor-feature .survey-tab-text-edit .section-body .positions .position-coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:26px}.content-editor-feature .survey-tab-settings .section-body .positions .coordinates,.content-editor-feature .survey-tab-text-edit .section-body .positions .coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-editor-feature .survey-tab-settings .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .survey-tab-settings .section-body .positions .coordinates .coordinates-vertical,.content-editor-feature .survey-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal,.content-editor-feature .survey-tab-text-edit .section-body .positions .coordinates .coordinates-vertical{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3px;margin-bottom:10px}.content-editor-feature .survey-tab-settings .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .survey-tab-settings .section-body .positions .coordinates .coordinates-vertical img,.content-editor-feature .survey-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal img,.content-editor-feature .survey-tab-text-edit .section-body .positions .coordinates .coordinates-vertical img{margin-right:8px}.content-editor-feature .survey-tab-settings .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .survey-tab-settings .section-body .positions .coordinates .coordinates-vertical .text-field-component,.content-editor-feature .survey-tab-text-edit .section-body .positions .coordinates .coordinates-horizontal .text-field-component,.content-editor-feature .survey-tab-text-edit .section-body .positions .coordinates .coordinates-vertical .text-field-component{width:60px}.content-editor-feature .survey-tab-settings .section-body_dynamic-comment.section-body-disabled .gpx-checkbox__label,.content-editor-feature .survey-tab-text-edit .section-body_dynamic-comment.section-body-disabled .gpx-checkbox__label{color:#a6b9cc}.content-editor-feature .survey-tab-settings .product-update-wrapper,.content-editor-feature .survey-tab-text-edit .product-update-wrapper{margin-bottom:30px}.content-editor-feature .survey-tab-settings .product-update-wrapper .tab-settings-section-header .section-header,.content-editor-feature .survey-tab-text-edit .product-update-wrapper .tab-settings-section-header .section-header{margin:0}.content-editor-feature .section-preview{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-editor-feature .survey-tab-text-edit{padding:0}.content-editor-feature .survey-tab-text-edit .placeholder-settings-wrapper .gpx-accordion__details{width:100%}.content-editor-feature .survey-tab-text-edit .placeholder-settings-wrapper .gpx-accordion__details .text-field textarea{height:90px}.mobile-boolean-button-settings .cancel-settings,.mobile-boolean-button-settings .submit-settings{max-width:240px;text-align:left;font-size:12px;max-height:0;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out;-webkit-transition-property:max-height,margin-top,padding-bottom;-o-transition-property:max-height,margin-top,padding-bottom;-moz-transition-property:max-height,margin-top,padding-bottom;transition-property:max-height,margin-top,padding-bottom;overflow:hidden}.mobile-boolean-button-settings .cancel-settings .corner-radius,.mobile-boolean-button-settings .submit-settings .corner-radius{display:block;margin-top:0!important}.mobile-boolean-button-settings .close-settings{max-width:240px;text-align:left;font-size:12px;max-height:0;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out;-webkit-transition-property:max-height,margin-top,padding-bottom;-o-transition-property:max-height,margin-top,padding-bottom;-moz-transition-property:max-height,margin-top,padding-bottom;transition-property:max-height,margin-top,padding-bottom;overflow:hidden;border-bottom:0 solid!important}.mobile-boolean-button-settings .section-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:6px}.mobile-boolean-button-settings .section-content .field-settings{margin-right:30px}.mobile-boolean-button-settings .display{max-height:500px;margin-top:16px;padding-bottom:16px;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;-moz-transition:all .25s ease-in;transition:all .25s ease-in;-webkit-transition-property:max-height,margin-top,padding-bottom;-o-transition-property:max-height,margin-top,padding-bottom;-moz-transition-property:max-height,margin-top,padding-bottom;transition-property:max-height,margin-top,padding-bottom;border-bottom:1px solid #e3eaf1;overflow:unset}.mobile-boolean-button-settings .header-wrapper{max-width:240px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-boolean-selected-settings{text-align:left}.mobile-boolean-selected-settings .section-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:6px}.mobile-boolean-selected-settings .section-content .field-settings{margin-right:30px}.mobile-boolean-selected-settings .border-settings-content-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-boolean-selected-settings .border-settings-content-container .corner-radius{display:block;margin-top:0!important}.mobile-boolean-selected-settings .selected-position-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:6px}.mobile-boolean-selected-settings .selected-position-settings .title{margin-right:20px}.mobile-boolean-background-settings{text-align:left}.mobile-boolean-background-settings .section-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:6px}.mobile-boolean-background-settings .section-content .field-settings{margin-right:30px}.survey__timeout-settings .behavior-row-2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px}.survey__timeout-settings .seconds-settings:first-of-type{margin-right:25px}.survey-tab-text-edit .overlay-color{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:180px;direction:rtl;margin:8px 0}.survey-tab-text-edit .overlay-color .color-picker-swatch{width:80px}.survey-tab-text-edit .overlay-color .color-picker-swatch .color-picker-color{left:-10px}.content-empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.content-empty__header{font-size:24px;margin:60px 0 20px;color:#0f87ec;font-family:Noto Sans,sans-serif}.content-empty__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-empty__content>div{width:360px;font-size:15px}.content-empty__content>div>div>p{display:inline;color:#0f87ec;margin:0 5px;cursor:pointer}.content-empty__content>div>div>p:hover{text-decoration:underline}.content-empty__content>div>div:first-child{font-weight:500;margin-bottom:15px}.content-empty__content>img{margin:20px 0}.flow-view-editor-wrapper{height:100%;width:100%;overflow:scroll;position:relative}.flow-view-editor-wrapper rect{fill:#fff;stroke:#fff;-webkit-filter:drop-shadow(0 1px 3px rgba(25,35,47,.2));filter:drop-shadow(0 1px 3px rgba(25,35,47,.2))}.flow-view-editor-wrapper .loop-node{fill:#fb0;stroke:#fb0}.flow-view-editor-wrapper .conditional-node{fill:#f0e5fa;stroke:#f0e5fa}.flow-view-editor-wrapper .loop-edge{stroke:#fb0}.flow-view-editor-wrapper .terminal-node{fill:#ddeaf1;stroke:#ddeaf1}.flow-view-editor-wrapper text{fill:#000}.flow-view-editor-wrapper path{stroke-width:1}.flow-view-editor-wrapper .legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:270px;height:32px;margin:0;position:absolute;bottom:48px;right:16px;font-size:13px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);-moz-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);background-color:#fff}.flow-view-editor-wrapper .legend .conditional-circle,.flow-view-editor-wrapper .legend .default-circle{width:16px;height:16px;border:1px solid #7596b7;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.flow-view-editor-wrapper .legend .conditional-circle{background-color:#f0e5fa}.flow-view-editor-wrapper .zoom-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;width:100px;position:absolute;bottom:16px;right:16px}.flow-view-editor-wrapper .zoom-actions>img{cursor:pointer}.flow-view-editor-wrapper .loop-warning{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;height:32px;width:450px;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;bottom:16px;left:16px;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.dialog-content{height:100%;width:100%;overflow:hidden}.dialog-content .empty-carousel-image-container{height:100%;background:#fff;font-family:Noto Sans,sans-serif}.dialog-content .dialog-items-carousel,.dialog-content .empty-carousel-image-container{width:100%}.dialog-content .dialog-items-carousel,.dialog-content .dialog-items-carousel .dialog-carousel-image-container,.dialog-content .empty-carousel-image-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.dialog-content .dialog-information{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#000;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog-content .dialog-information,.dialog-content .dialog-information .bottom-wrapper,.dialog-content .dialog-information .content-info-wrapper,.dialog-content .dialog-information .content-type-wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dialog-content .dialog-information .content-info-wrapper,.dialog-content .dialog-information .content-type-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog-content .dialog-information .content-info-wrapper .content-type-items,.dialog-content .dialog-information .content-type-wrapper .content-type-items{font-weight:400}.dialog-content .dialog-information .content-info-wrapper .content-favorite__disabled{display:none}.inuse-thumbnails-container,.templates-thumbnails-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:40px}.inuse-thumbnails-container>span,.templates-thumbnails-container>span{margin-right:40px;-webkit-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);margin-bottom:35px}.inuse-thumbnails-container .disabled,.templates-thumbnails-container .disabled{color:#d7d6d7}.inuse-thumbnails-container .thumbnail-image-container,.templates-thumbnails-container .thumbnail-image-container{cursor:pointer;position:relative}.inuse-thumbnails-container .thumbnail-image-container .content-edit-layer,.templates-thumbnails-container .thumbnail-image-container .content-edit-layer{width:100%;height:100%;opacity:1}.inuse-thumbnails-container .thumbnail-image-container .content-edit-layer:hover,.templates-thumbnails-container .thumbnail-image-container .content-edit-layer:hover{opacity:1;background-color:rgba(25,42,48,.5)}.inuse-thumbnails-container .thumbnail-image-container .content-edit-layer .content-edit,.templates-thumbnails-container .thumbnail-image-container .content-edit-layer .content-edit{opacity:0;-webkit-transition:.5s ease;-o-transition:.5s ease;-moz-transition:.5s ease;transition:.5s ease;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;z-index:2}.inuse-thumbnails-container .thumbnail-image-container .content-edit-layer .content-edit-hover,.templates-thumbnails-container .thumbnail-image-container .content-edit-layer .content-edit-hover{opacity:1}.inuse-thumbnails-container .thumbnail-block,.templates-thumbnails-container .thumbnail-block{width:auto;height:auto;background-color:#f8f8f7;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.inuse-thumbnails-container .thumbnail-block p,.templates-thumbnails-container .thumbnail-block p{margin:0}.inuse-thumbnails-container .thumbnail-block .thumbnail-image-container,.templates-thumbnails-container .thumbnail-block .thumbnail-image-container{height:auto;width:auto;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto;background-color:rgba(0,0,0,0)}.inuse-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image,.templates-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image{width:211px;height:130px;opacity:1;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.inuse-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image.mobile,.templates-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image.mobile{width:100px;height:135px}.inuse-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image.img-hovered,.templates-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image.img-hovered{background-color:rgba(25,42,48,.5);opacity:.3}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail{padding:18px;font-family:Noto Sans,sans-serif}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper,.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:self-start;-moz-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data{font-size:13px;font-weight:700;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;margin-right:5px}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data span,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data span{position:relative;top:1px;left:5px}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state{color:#0f87ec}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state.disabled,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state.disabled{color:#000}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper{padding:10px 0 0}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-user,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-user{color:#0f87ec}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-date,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-date{color:#a0a3a1;margin-top:5px}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device p,.templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device p{position:relative;top:3px;left:7px}.templates-thumbnails-container .thumbnail-block{height:100%;width:280px}.templates-thumbnails-container .thumbnail-block .content-favorite{position:absolute;right:15px;top:15px}.templates-thumbnails-container .thumbnail-block .content-favorite.content-template{right:45px}.templates-thumbnails-container .thumbnail-block .content-favorite.content-template img{width:18px;height:18px}.templates-thumbnails-container .thumbnail-block .thumbnail-data{padding:10px 20px}.templates-thumbnails-container .thumbnail-block .thumbnail-data .content-name{font-size:12px}.templates-thumbnails-container .thumbnail-block .thumbnail-data .content-user-name{font-size:12px;color:#2090ed}.templates-thumbnails-container .thumbnail-block .thumbnail-data .expose-to-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.templates-thumbnails-container .thumbnail-block .thumbnail-data .expose-to-child .checkbox-component{margin-top:2px}.templates-thumbnails-container .thumbnail-block .thumbnail-data .expose-to-child .checkbox-component.__checked .checkbox-text{color:#000}.templates-thumbnails-container .thumbnail-block .thumbnail-data .expose-to-child .checkbox-component .checkbox-box{width:auto;height:auto}.templates-thumbnails-container .thumbnail-block .thumbnail-data .expose-to-child .checkbox-component .checkbox-text{position:relative;top:1px;font-size:13px;color:#000;margin-left:8px}.content-type-wrapper .content-type-items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-info-wrapper .content-device-date{color:#a0a3a1;margin-top:5px}.section-flex{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.section-flex>div{text-align:left;margin-right:20px}.mcq-subtype-component{padding:15px 0 0 20px}.mcq-subtype-component .radio-group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mcq-subtype-component .radio-group .title{font-weight:500;margin:8px 16px 0 0}.mcq-subtype-component .microcopy-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.mcq-subtype-component .microcopy-container .microcopy{margin-right:8px;color:#7596b7}.mcq-subtype-component .microcopy-container .learn-more{text-decoration:none;color:#0369e9}.engagement-sheader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-family:Noto Sans,sans-serif}.engagement-sheader__channel,.engagement-sheader__language,.engagement-sheader__product,.engagement-sheader__type{font-size:12px;font-weight:500;margin-right:24px;color:#2b3d51}.engagement-sheader__save-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement-sheader__save-actions>div:first-child{margin-right:16px}.engagement-sheader__type{font-weight:400}.engagement-sheader__draft{background-color:#ffe5d2}.header-element-wrapper .description-popover{margin:0 5px}.header-element-wrapper .react-select{width:165px}.header-type{font-size:12px;margin-right:12px;color:#557391}.activation-types{z-index:1500}.activation-types .react-select__option--is-disabled{color:rgba(0,0,0,.3);cursor:default}.engagement-sheader__editor-errors .MuiDialogContent-root .gpx-dialog__content{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.engagement-draft-buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.forbidden-dialog{z-index:1700!important;top:48px!important;left:48px!important}.forbidden-dialog>div:nth-child(2){top:48px!important;left:48px!important}.fr-view p{margin:0;line-height:150%}.fr-view p.padding0{padding:0}.fr-view p.padding10{padding:0 10px}.fr-view p.padding20{padding:0 20px}.fr-view p.padding30{padding:0 30px}.fr-placeholder{padding-left:0!important}.fr-box.fr-basic .fr-element{padding:0!important;min-height:0!important}.fr-view span.fr-emoticon{font-weight:400;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.email-engagement .email-engagement-page-header{z-index:5;overflow:auto}.email-engagement .email-engagement-page-header .page-header__secondary{min-width:1050px}.email-engagement .email-engagement-body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.email-engagement .email-engagement-body__loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:9}.email-engagement .email-engagement-body .email-engagement-stepper{z-index:2;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.email-engagement .email-engagement-body .email-engagement-step-content{width:100%;overflow:auto}.email-engagement .email-engagement-body .email-engagement-step-content .engagement-scheduler{padding:0;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.email-engagement .email-engagement-body .email-engagement-step-content .engagement-scheduler .scheduler-view{overflow:auto}.email-engagement-audience__body{overflow:hidden;width:100%}.email-engagement-audience .app-loader{height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.email-engagement-audience .segment-body{height:-webkit-calc(100vh - 150px);height:-moz-calc(100vh - 150px);height:calc(100vh - 150px);padding:0 5px!important}.email-engagement-audience .segment-body .rules-sets,.email-engagement-audience .segment-body .segment__sidebar-container{height:-webkit-calc(100vh - 209px)!important;height:-moz-calc(100vh - 209px)!important;height:calc(100vh - 209px)!important}.email-engagement-table{overflow:hidden;padding:5px 5px 0;position:relative;background-color:#f6f8fa}.email-engagement-table .table-pagination{margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.email-engagement-table__loader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;margin:0 5px;background-color:rgba(0,0,0,.1)}.email-engagement-body-wrapper{height:100%}.email-engagement-body-wrapper .email-editor-feature{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%}.email-engagement-body-wrapper .email-editor-feature .body{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-background-size:759px 252px;-moz-background-size:759px 252px;-o-background-size:759px 252px;background-size:759px 252px}.email-engagement-body-wrapper .email-editor-feature .body .editor-container{padding:5px 5px 0;height:-webkit-calc(100vh - 171px);height:-moz-calc(100vh - 171px);height:calc(100vh - 171px)}.email-engagement-body-wrapper .email-editor-feature .body .editor-container,.email-engagement-body-wrapper .email-editor-feature .body .editor-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.email-engagement-body-wrapper .email-editor-feature .body .editor-wrapper{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;background-color:rgba(0,0,0,0);-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:20px 50px;text-align:left;overflow:scroll;background-color:rgba(24,42,48,.5)}.email-engagement-body-wrapper .email-editor-feature .body .editor-wrapper.dialog{padding:50px 20px;height:-webkit-calc(100vh - 119px);height:-moz-calc(100vh - 119px);height:calc(100vh - 119px)}.email-engagement-body-wrapper .email-editor-feature .body .editor-wrapper.bar{bottom:0;padding:0;width:100%}.email-engagement-body-wrapper .email-editor-feature .body .editor-wrapper.html-mode .CodeMirror{text-align:left}.email-engagement-body-wrapper .email-editor-feature .body .editors-container{width:100%;overflow:auto}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container{background-color:#fff}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body{padding:10px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-body-container{max-width:640px!important}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-body-container,.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section{width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);width:calc(100% - 40px)}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section .email-editor-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;height:100%}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section .email-editor-container .fr-code-view{height:100%}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section .email-editor-container .email-editor-wrapper{height:100%;min-height:50px;border:1px dashed #ddd}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section .email-editor-container .email-editor-wrapper.apt_section_inner_1{width:33.33%;min-height:60px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section .email-editor-container .email-editor-wrapper.apt_section_inner_1-5{width:50%;min-height:60px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section .email-editor-container .email-editor-wrapper.apt_section_inner_2{width:66.66%;min-height:60px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .email-editor-section .email-editor-container .email-editor-wrapper.apt_section_inner_3{width:100%}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .section-wrapper .delete-section{width:40px;padding-left:7px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator{width:100%}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator .create-section-line-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:17px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator .create-section-line-container .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:2px;opacity:.75;border-bottom:2px dashed #ddd}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator .create-section-line-container .create-section-arrow{width:6px;height:6px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator .create-section-line-container .create-section-add{width:35px;height:35px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator .email-editor-layout-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:50px;background-color:#fbfbfb;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-calc(100% - 31px);width:-moz-calc(100% - 31px);width:calc(100% - 31px);margin:15px 0}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator .email-editor-layout-selector .layout-item{margin-right:20px}.email-engagement-body-wrapper .email-editor-feature .body .editors-container .email-editor-body-container .email-editor-body .email-section-container .email-editor-section-creator .email-editor-layout-selector .layout-item img{height:25px;width:25px}.divider{width:1px;background-color:#9b9b9b}.divider,.sidebar-container{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.sidebar-container{width:309px;background-color:#f6f6f6;overflow:hidden}.sidebar-container .sidebar{height:100%}.sidebar-container .sidebar .sidebar-header{height:48px;background-color:#e0e7ec;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-left:20px}.sidebar-container .sidebar .sidebar-header .back-button{margin-left:25px;margin-bottom:11px;width:36px;height:26px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#ff7f00;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.sidebar-container .sidebar .sidebar-header .tabs,.sidebar-container .sidebar .sidebar-header .tabs .tab-container .tab{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sidebar-container .sidebar .sidebar-header .tabs .tab-container .tab{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px;height:32px;border-right:1px solid #ddd}.sidebar-container .sidebar .sidebar-header .tabs .tab-container .tab-active{background-color:#fff;border-bottom:1px solid #fff;-webkit-box-shadow:0 -4px 0 0 #2090ed;-moz-box-shadow:0 -4px 0 0 #2090ed;box-shadow:0 -4px 0 0 #2090ed}.sidebar-container .sidebar .sidebar-header .tabs .tab-container .tab-inactive{background-color:#f3f3f4}.sidebar-container .sidebar .sidebar-content{overflow:auto;padding-bottom:50px;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.sidebar-container .sidebar .tab-text-edit .fr-toolbar{background-color:#f6f6f6;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:9px}.sidebar-container .sidebar .tab-text-edit .fr-toolbar .fr-btn{margin:5px}.sidebar-container .sidebar .tab-text-edit .fr-toolbar .fr-separator{margin:5px 12px 0;height:39px}.sidebar-container .sidebar .tab-device-container .tab-device-container-header{height:56px;background-color:#f6f6f6;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px}.sidebar-container .sidebar .tab-device-container .tab-device-container-header .Select{width:100px}.sidebar-container .sidebar .tab-device-container .tab-device-container-header .button-new{width:38px;height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.sidebar-container .sidebar .tab-device-container .tab-device-container-body{padding:14px 0;min-height:-webkit-calc(100% - 56px);min-height:-moz-calc(100% - 56px);min-height:calc(100% - 56px);background-color:#e9ecf0}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content{background-color:#fbfafa;-webkit-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1)}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-image-wrapper{width:100%;overflow:hidden}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-image-wrapper .device-content-image{width:280px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details{height:120px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-1{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-1 .device-image{margin-right:5px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:-5px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-2 .device{font-size:13px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-2 .device-state-toggle-slider{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);position:relative;top:2px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3,.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .device-content-row-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component{margin-top:2px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component.__checked{cursor:not-allowed}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component.__checked .checkbox-text{color:#000}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component .checkbox-box{width:auto;height:auto}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .checkbox-component .checkbox-text{position:relative;top:1px;font-size:12px;color:#9b9b9b}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-wrapper .device-content .device-content-details .row-3 .row-align-right img:first-child{margin-right:5px;position:relative;top:1px}.sidebar-container .sidebar .tab-device-container .tab-device-container-body .device-content-active{background-color:#ffd8b2}.email-editor-feature .dialog-tab-text-edit,.email-editor-feature .tab-settings,.email-editor-feature .tab-text-edit{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0 15px}.email-editor-feature .dialog-tab-text-edit .tab-settings-section-header,.email-editor-feature .tab-settings .tab-settings-section-header,.email-editor-feature .tab-text-edit .tab-settings-section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.email-editor-feature .dialog-tab-text-edit .tab-settings-section-header .section-header,.email-editor-feature .tab-settings .tab-settings-section-header .section-header,.email-editor-feature .tab-text-edit .tab-settings-section-header .section-header{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.email-editor-feature .dialog-tab-text-edit .tab-settings-section-header .horizontal-line,.email-editor-feature .tab-settings .tab-settings-section-header .horizontal-line,.email-editor-feature .tab-text-edit .tab-settings-section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.email-editor-feature .dialog-tab-text-edit .tab-settings-section-header .horizontal-line__long,.email-editor-feature .tab-settings .tab-settings-section-header .horizontal-line__long,.email-editor-feature .tab-text-edit .tab-settings-section-header .horizontal-line__long{margin-left:0}.email-editor-feature .dialog-tab-text-edit .email-background,.email-editor-feature .tab-settings .email-background,.email-editor-feature .tab-text-edit .email-background{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.email-editor-feature .dialog-tab-text-edit .email-background__section .color-picker-popover,.email-editor-feature .tab-settings .email-background__section .color-picker-popover,.email-editor-feature .tab-text-edit .email-background__section .color-picker-popover{right:0}.email-editor-feature .dialog-tab-text-edit .section-content,.email-editor-feature .tab-settings .section-content,.email-editor-feature .tab-text-edit .section-content{margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.email-editor-feature .dialog-tab-text-edit .section-content .field-settings,.email-editor-feature .tab-settings .section-content .field-settings,.email-editor-feature .tab-text-edit .section-content .field-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:20px}.email-editor-feature .dialog-tab-text-edit .section-content .field-settings .text-field-units,.email-editor-feature .tab-settings .section-content .field-settings .text-field-units,.email-editor-feature .tab-text-edit .section-content .field-settings .text-field-units{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.email-editor-feature .dialog-tab-text-edit .section-content .field-settings .text-field-units .unit-sign,.email-editor-feature .tab-settings .section-content .field-settings .text-field-units .unit-sign,.email-editor-feature .tab-text-edit .section-content .field-settings .text-field-units .unit-sign{margin-left:5px}.email-editor-feature .dialog-tab-text-edit .section-content .field-settings .text-field-number input,.email-editor-feature .tab-settings .section-content .field-settings .text-field-number input,.email-editor-feature .tab-text-edit .section-content .field-settings .text-field-number input{max-width:52px}.email-editor-feature .dialog-tab-text-edit .section-content .content-background-color,.email-editor-feature .dialog-tab-text-edit .section-content .content-position,.email-editor-feature .tab-settings .section-content .content-background-color,.email-editor-feature .tab-settings .section-content .content-position,.email-editor-feature .tab-text-edit .section-content .content-background-color,.email-editor-feature .tab-text-edit .section-content .content-position{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.email-editor-feature .dialog-tab-text-edit .section-content .content-background-color .content-header,.email-editor-feature .dialog-tab-text-edit .section-content .content-position .content-header,.email-editor-feature .tab-settings .section-content .content-background-color .content-header,.email-editor-feature .tab-settings .section-content .content-position .content-header,.email-editor-feature .tab-text-edit .section-content .content-background-color .content-header,.email-editor-feature .tab-text-edit .section-content .content-position .content-header{margin-bottom:5px;font-size:12px;text-align:left}.email-editor-feature .dialog-tab-text-edit .section-content .content-background-color .content-header:first-letter,.email-editor-feature .dialog-tab-text-edit .section-content .content-position .content-header:first-letter,.email-editor-feature .tab-settings .section-content .content-background-color .content-header:first-letter,.email-editor-feature .tab-settings .section-content .content-position .content-header:first-letter,.email-editor-feature .tab-text-edit .section-content .content-background-color .content-header:first-letter,.email-editor-feature .tab-text-edit .section-content .content-position .content-header:first-letter{text-transform:capitalize}.email-editor-feature .dialog-tab-text-edit .section-content .content-header-color,.email-editor-feature .tab-settings .section-content .content-header-color,.email-editor-feature .tab-text-edit .section-content .content-header-color{margin-right:25px}.email-editor-feature .dialog-tab-text-edit .section-content .content-navigation,.email-editor-feature .tab-settings .section-content .content-navigation,.email-editor-feature .tab-text-edit .section-content .content-navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.email-editor-feature .dialog-tab-text-edit .section-content .content-navigation .content-header,.email-editor-feature .tab-settings .section-content .content-navigation .content-header,.email-editor-feature .tab-text-edit .section-content .content-navigation .content-header{margin-right:10px}.email-editor-feature .section-preview{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.email-editor-feature .gpx-accordion .MuiAccordion-root{background-color:rgba(0,0,0,0);background-color:initial}.padding-container{position:relative}.padding-container .padding-buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.padding-container .padding-buttons.disabled{color:#d7d6d7}.padding-container .padding-buttons input{width:50px;font-size:.9rem;background-color:#fff;border:1px solid #dee1e2;font-weight:700;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.padding-container .padding-buttons input.disabled{background-color:#f9f9f9}.padding-container .padding-buttons .padding-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid #dee1e2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.padding-container .padding-buttons .padding-btn.right{-webkit-border-radius:0 50% 50% 0;-moz-border-radius:0 50% 50% 0;border-radius:0 50% 50% 0}.padding-container .padding-buttons .padding-btn.left{-webkit-border-radius:50% 0 0 50%;-moz-border-radius:50% 0 0 50%;border-radius:50% 0 0 50%}.paddings-container{width:250px}.paddings-container .paddings-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px}.email-theme.fr-box.fr-basic .fr-wrapper{background:none;border:0;border-top:0;top:0;left:0}.email-section-container{position:relative;min-height:-webkit-calc(100vh - 301px);min-height:-moz-calc(100vh - 301px);min-height:calc(100vh - 301px)}.email-theme.fr-code-view,.email-theme.fr-code-view .fr-wrapper{position:static}.email-theme.fr-code-view .fr-wrapper textarea.fr-code{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:100;background-color:#ebebeb;border-color:#d1d1d1;border-style:dotted solid solid dotted;border-width:2px;overflow:auto}.fr-popup.fr-desktop.email-theme.fr-hidden{opacity:1}#email_editor_body_container{position:relative}#froala-toolbar-container .fr-toolbar.email-theme .fr-dropdown-menu{margin-left:0!important}.email-preview-wrapper{background-color:rgba(25,42,48,.5);height:auto}.email-preview-wrapper .email-preview-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:10px;width:-webkit-calc(100vw - 225px);width:-moz-calc(100vw - 225px);width:calc(100vw - 225px);overflow:auto}.email-preview-wrapper .email-preview-container .desktop-view{width:100%;min-width:600px;background-color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:3px 3px 10px 0 rgba(0,0,0,.3);-moz-box-shadow:3px 3px 10px 0 rgba(0,0,0,.3);box-shadow:3px 3px 10px 0 rgba(0,0,0,.3)}.email-preview-wrapper .email-preview-container .desktop-view>div:nth-child(2){overflow:auto;height:-webkit-calc(100vh - 250px);height:-moz-calc(100vh - 250px);height:calc(100vh - 250px)}.email-preview-wrapper .email-preview-container .desktop-view__header{background-color:#e0e7ec;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px;height:50px;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0}.email-preview-wrapper .email-preview-container .desktop-view__header .circle{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:15px;height:15px;margin-right:15px}.email-preview-wrapper .email-preview-container .desktop-view__header .circle.red{background-color:#ff6057}.email-preview-wrapper .email-preview-container .desktop-view__header .circle.yellow{background-color:#ffc12e}.email-preview-wrapper .email-preview-container .desktop-view__header .circle.green{background-color:#28ca40}.email-preview-wrapper .email-preview-container .mobile-view{width:420px;min-width:420px;padding-left:8px;height:-webkit-calc(100vh - 155px);height:-moz-calc(100vh - 155px);height:calc(100vh - 155px);overflow-y:auto}.email-preview-wrapper .email-preview-container .mobile-view__container{position:relative;height:740px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.email-preview-wrapper .email-preview-container .mobile-view__container,.email-preview-wrapper .email-preview-container .mobile-view__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.email-preview-wrapper .email-preview-container .mobile-view__content{width:325px;height:95%;background-color:#fff;overflow:scroll}.email-preview-wrapper .email-preview-container .mobile-view__content-wrapper{width:75%;height:95%;overflow:scroll;position:absolute;z-index:1;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;padding-top:35px}.email-preview-wrapper .email-preview-container .mobile-view__content__mobile-frame{top:0;left:0;width:100%;height:100%;position:absolute}.email-preview-wrapper .email-preview-container .mobile-view__content__mobile-panel{top:15px;left:0;position:absolute;z-index:2}.email-preview-wrapper .email-preview-container .mobile-view__hint{color:#fff;padding:10px;font-size:12px}.iframe-portal{width:100%;height:100%;border:none}.iframe-portal .body{margin:8px}.email-editor__header__wrapper{width:100%}.email-editor__header{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:10px 20px;background-color:#f9f8f7}.email-editor__top__wrapper{width:100%;cursor:pointer}.email-editor__top{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px 20px;background-color:#f9f8f7}.email-editor__top,.email-editor__top__details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.email-editor__top__details{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;width:80%;text-align:left}.email-editor__top__details__field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-family:Noto Sans,sans-serif}.email-editor__top__details__field__label{width:70px;text-align:right;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.email-editor__top__details__field__label,.email-editor__top__details__field__value{margin-right:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.email-editor__top__details__field__value{font-weight:700;text-align:left;font-size:14px}.email-editor__top__details__field__value__email{color:#a0a3a1;font-weight:lighter}.email-editor__top__details__field .inner-container-name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;height:36px;line-height:36px;border:none;background-color:rgba(0,0,0,0);outline-width:0;text-align:left}.email-editor__top__details__field .inner-container-name::-webkit-input-placeholder{font-size:14px}.email-editor__top__details__field .inner-container-name:-moz-placeholder,.email-editor__top__details__field .inner-container-name::-moz-placeholder{font-size:14px}.email-editor__top__details__field .inner-container-name:-ms-input-placeholder{font-size:14px}.email-editor__top__details__field .inner-container-name::-ms-input-placeholder{font-size:14px}.email-editor__top__details__field .inner-container-name::placeholder{font-size:14px}.email-editor__top__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.email-editor__top__actions button{margin-left:15px;line-height:30px}.email-editor__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.email-editor__header--layout{visibility:hidden}.email-editor__header--actions,.email-editor__header--actions>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.email-editor__header--actions>div:first-child{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;border-right:1px solid #eee;border-left:1px solid #eee}.email-editor__header--actions>div:first-child>div{padding:5px;cursor:pointer}.email-editor__header--actions>div:first-child>div:first-child{margin-right:10px}.email-editor__header--actions>div:first-child>div:hover{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.email-editor__header--actions>div:first-child>div img{width:20px}.email-editor__header--actions .template-button{margin:0 10px}.email-editor__header--actions--exit,.email-editor__header--actions--test{margin-left:20px}.send-test__content{background-color:#f8f8f7;padding:40px 50px;height:300px;overflow:auto}.send-test__content--option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 21px;font-size:13px;font-weight:400;font-family:Noto Sans,sans-serif;color:#000;cursor:pointer}.send-test__content--option:hover{background-color:rgba(26,55,67,.05)}.send-test__content--option div{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-right:10px}.send-test__content--option>div:nth-child(2){color:#a0a3a1}.send-test__content--selection{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:20px;background-color:#f6f6f6;font-size:12px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;color:#000;padding:0 2px 0 8px;margin:5px}.send-test__content--selection>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;margin:0 2px 0 5px;color:#f6f6f6;background-color:#bcbfc0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer}.send-test__content--selection>div:nth-child(2)>div{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);font-size:16px;position:relative;top:-2px;right:-3px}.send-test__content--from{margin-bottom:40px}.send-test__content--from .Select-value{background-color:#fff!important;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.send-test__content--from .default-input{padding:0 10px}.send-test__content--from .default-input input{font-size:13px}.send-test__content--from .default-input input::-webkit-input-placeholder{font-size:13px}.send-test__content--from .default-input input:-moz-placeholder,.send-test__content--from .default-input input::-moz-placeholder{font-size:13px}.send-test__content--from .default-input input:-ms-input-placeholder{font-size:13px}.send-test__content--from .default-input input::-ms-input-placeholder{font-size:13px}.send-test__content--from .default-input input::placeholder{font-size:13px}.send-test__content--from .error{padding:4px 10px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.send-test__content--to{height:50px}.send-test__content--to .error{padding:4px 10px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.section{margin-bottom:10px}.section:last-child{margin-bottom:0}.section__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px;padding:0 10px}.section__header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000;margin-right:10px}.section__header--title:first-letter{text-transform:capitalize}.section__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.content-settings__content{background-color:#e9ecf0}.content-settings__tabs--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;list-style:none;padding:15px 5px 0 20px;margin-bottom:0;background-color:#e0e7ec}.content-settings__tab{position:relative;height:32px;line-height:32px;padding:0 25px;font-size:15px;font-family:Noto Sans,sans-serif;color:#000;border:1px solid #ddd;background-color:#f3f3f4;margin:0 -1px 0 0;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.content-settings__tab:first-letter{text-transform:capitalize}.content-settings__tab--active{border-bottom-color:#fff;background-color:#fff}.content-settings__tab--active:after{background-color:#2090ed}.content-settings__tab--active:before{content:"";position:absolute;width:100%;height:5px;top:-2px;left:0;background-color:#2090ed}.content-settings__panel{background-color:#f6f6f6;width:100%;overflow:auto}.content-settings__panel.ReactTabs__TabPanel--selected{height:390px}.ecs-senders__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:48px;padding:0 30px 0 60px;background-color:#f2f1ef;-webkit-box-shadow:0 1px 0 0 #d8d8d8;-moz-box-shadow:0 1px 0 0 #d8d8d8;box-shadow:0 1px 0 0 #d8d8d8}.ecs-senders__header--new{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);cursor:pointer}.ecs-senders__header--new img{padding:5px}.ecs-senders__content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;background-color:#fff;height:342px}.ecs-senders__content,.ecs-senders__sender{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ecs-senders__sender{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:45px;border-bottom:1px solid #e9e9e9;cursor:pointer}.ecs-senders__sender .initials{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.ecs-senders__sender .hover-indicator{width:5px;height:100%;background-color:#0f87ec;min-height:45px;visibility:hidden}.ecs-senders__sender:hover .hover-indicator{visibility:visible}.ecs-senders__sender:last-child{border-bottom:none}.ecs-senders__sender .sender-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px;width:100%}.ecs-senders__sender--email,.ecs-senders__sender--name{margin-right:15px;font-size:14px;width:240px}.ecs-senders__sender:not(.ecs-senders__sender--new) .ecs-senders__sender--email,.ecs-senders__sender:not(.ecs-senders__sender--new) .ecs-senders__sender--name{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ecs-senders__sender--new{min-height:60px;padding:0 35px 0 25px}.ecs-senders__sender--new .ecs-senders__sender--email,.ecs-senders__sender--new .ecs-senders__sender--name{width:184px;position:relative}.ecs-senders__sender--initials{padding:2px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:20px;width:38px;height:38px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.ecs-senders__sender--initials,.ecs-senders__sender--initials>div{background-color:#cfd8dc;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.ecs-senders__sender--initials>div{font-size:14px;width:34px;height:34px;font-weight:500;color:#fff;padding:5px 6px;border:2px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.ecs-senders__sender--initials>div img{width:17px;height:17px;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.ecs-senders__sender--error{position:absolute;font-size:11px;color:red;top:100%}.ecs-senders__sender--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.ecs-senders__sender--edit{margin-right:15px}.ecs-senders__sender--delete,.ecs-senders__sender--edit{cursor:pointer}.ecs-senders__sender--set{margin-right:20px;white-space:nowrap}.ecs-senders__sender--set .set-container>div{min-width:67px!important}.ecs-senders__sender--set .set-container>div button{height:26px!important;line-height:25px!important}.ecs-senders__sender--set .set-container>div button>div>div{height:26px!important}.ecs-senders__sender--set .set-container>div button>div>div span{font-size:12px!important}.ecs-senders__sender input{border:none;outline:none;height:30px;padding:6px 10px;font-size:14px;background-color:#ffecd9}.ecs-senders__sender input::-webkit-input-placeholder{font-size:14px}.ecs-senders__sender input:-moz-placeholder,.ecs-senders__sender input::-moz-placeholder{font-size:14px}.ecs-senders__sender input:-ms-input-placeholder{font-size:14px}.ecs-senders__sender input::-ms-input-placeholder{font-size:14px}.ecs-senders__sender input::placeholder{font-size:14px}.initials{padding:2px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:20px;width:38px;height:38px}.initials,.initials>div{background-color:#cfd8dc;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.initials>div{font-size:14px;width:34px;height:34px;font-weight:500;color:#fff;padding:5px 6px;border:2px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.initials>div img{width:17px;height:17px;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.ecs-email{padding:20px 40px}.ecs-email .simple-dropdown .dropdown__content{width:100%}.ecs-email .simple-dropdown__content{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ecs-email .simple-dropdown__opts{border-bottom:none}.ecs-email .section{margin-bottom:5px;height:80px}.ecs-email .section>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}.ecs-email--email .from-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:275px}.ecs-email--email .from-wrapper input{border:none;outline:none;width:100%;height:30px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;padding:0 12px;font-size:13px}.ecs-email--email .from-wrapper img,.ecs-email--email .from-wrapper input{background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.ecs-email--email .from-wrapper img{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.ecs-email--email .from-wrapper img::-webkit-input-placeholder{font-size:13px}.ecs-email--email .from-wrapper img:-moz-placeholder,.ecs-email--email .from-wrapper img::-moz-placeholder{font-size:13px}.ecs-email--email .from-wrapper img:-ms-input-placeholder{font-size:13px}.ecs-email--email .from-wrapper img::-ms-input-placeholder{font-size:13px}.ecs-email--email .from-wrapper img::placeholder{font-size:13px}.ecs-email--email .error{padding:4px 10px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.ecs-email__from{margin-bottom:20px}.ecs-email__from .simple-dropdown{width:275px}.ecs-email__from .simple-dropdown__content{margin-right:10px}.ecs-email__to{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.ecs-email__to .checkbox-box{width:15px;height:15px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.ecs-email__to .checkbox-text{font-size:14px;line-height:22px}.ecs-email__reply-to .react-select__control{width:265px;margin-right:10px}.ecs-email__subject{width:100%}.ecs-email__subject>input{border:none;outline:none;width:100%;height:46px;font-size:14px;color:#000;padding:10px 10px 13px 15px;background-color:#fff;-webkit-border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.ecs-email__subject>input::-webkit-input-placeholder{color:#000;font-size:14px}.ecs-email__subject>input:-moz-placeholder,.ecs-email__subject>input::-moz-placeholder{color:#000;font-size:14px}.ecs-email__subject>input:-ms-input-placeholder{color:#000;font-size:14px}.ecs-email__subject>input::-ms-input-placeholder{color:#000;font-size:14px}.ecs-email__subject>input::placeholder{color:#000;font-size:14px}.ecs-email__subject--emoji,.ecs-email__subject--token{cursor:pointer;background-color:#fff;padding:10px 10px 15px 0;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.ecs-email__subject--emoji{-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.email-select .react-select__value-container{overflow:hidden}.template-button{cursor:pointer;padding:5px;width:30px;height:30px}.template-button:hover{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.email-preview{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.email-preview .page-header{width:100%;height:50px;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed}.email-preview .page-header__title{font-size:14px;font-weight:500}.email-preview__actions>button:first-child{margin-right:10px}.email-preview__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:-webkit-calc(100vh - 152px);height:-moz-calc(100vh - 152px);height:calc(100vh - 152px);padding:25px;background-color:#fff;overflow:auto}.email-preview__content>div{width:100%}.email-preview__content--audience{border:none}.email-preview__content--content .panel__preview{margin-bottom:5px}.email-preview__content--content .panel__preview>div{font-size:12px;text-transform:lowercase;color:#2b3d51}.email-preview__content--content .panel__preview>div:first-child{font-weight:500}.email-preview__content--content .panel__preview>div:first-letter{text-transform:capitalize}.email-preview__rules,.email-preview__set{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.email-preview__rules{margin-left:10px;width:100%}.email-preview__rules .audience-preview-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.email-preview__rules .audience-preview-row__child{margin-left:30px}.email-preview__rules .audience-preview-row__child:before{content:"";position:absolute;top:2px;left:8px;width:10px;height:10px;border-left:1px solid #a0a3a1;border-bottom:1px solid #a0a3a1}.email-preview__rules .audience-preview-row .preview-row-header{margin:0 5px 0 10px;white-space:nowrap}.email-preview__rules .preview-row-valid .preview-row-header{font-size:12px;margin-right:8px;color:#2b3d51;font-family:Noto Sans,sans-serif}.email-preview__rules .preview-row-valid .preview-row-value{width:100%;font-size:12px;margin-right:8px;color:#7596b7;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:left}.email-preview__rules .preview-row-valid .preview-row-value__error{color:#7596b7;text-align:left}.email-preview__set{margin-bottom:10px}.email-preview__set--header{font-size:12px;font-weight:500;text-align:left;margin-bottom:10px;color:#2b3d51;font-family:Noto Sans,sans-serif}.email-preview__rule{position:relative;width:100%;margin-bottom:5px}.email-preview__rule:last-child{margin-bottom:0}.email-preview__schedule--timezone{font-size:12px;text-transform:capitalize;margin-bottom:10px;text-align:left}.email-preview__schedule--timezone span{font-size:12px;margin-left:10px;color:#2b3d51}.email-preview__schedule--recurring{text-align:left;margin-top:10px}.email-preview__schedule--recurring:first-letter{text-transform:capitalize}.email-preview__schedule--recurring span{font-size:12px;margin-left:10px;color:#2b3d51}.email-preview__schedule--recurring .preview-row-valid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:5px;margin-bottom:5px;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:35px}.email-preview__schedule--recurring .preview-row-valid .preview-row-header{font-size:12px;margin-right:8px;color:#2b3d51;font-family:Noto Sans,sans-serif}.email-preview__schedule--recurring .preview-row-valid .preview-row-value{font-size:12px;text-align:left;margin-right:8px;color:#7596b7}.email-preview__schedule--recurring .preview-row-valid .preview-row-value__error{color:#7596b7}.email-preview__schedule .panel__preview{margin-bottom:5px}.email-preview__schedule .panel__preview>div{font-size:12px;text-transform:lowercase;color:#2b3d51}.email-preview__schedule .panel__preview>div:first-letter{text-transform:capitalize}.email-preview__audience--total-users{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px;font-size:13px;color:#2b3d51}.email-preview__audience--total-users--value{font-weight:700;margin-left:10px}.email-preview__audience--total-users--value .app-loader.tiny img{width:17px;height:17px}.email-preview__section{margin-bottom:15px}.email-preview__section .email-preview__subtitle{font-size:12px;font-weight:500;margin-bottom:5px;text-align:left;color:#2b3d51}.dialog-use{-webkit-transform:translate(0)!important;-moz-transform:translate(0)!important;-ms-transform:translate(0)!important;-o-transform:translate(0)!important;transform:translate(0)!important}.dialog-use>div{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;background-color:#f8f8f7!important;width:880px;height:360px}.dialog-use .dialog-body{padding:0!important;width:880px!important;height:360px!important;max-height:360px!important}.dialog-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dialog-content .dialog-items-carousel .dialog-carousel-image-container>div{-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px}.dialog-content .dialog-items-carousel>ul{list-style:none;margin:0;padding:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;width:580px;height:360px;left:-100%;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);overflow:hidden}.dialog-content .dialog-items-carousel>ul.reverse{-webkit-transform:translate(-100%);-moz-transform:translate(-100%);-ms-transform:translate(-100%);-o-transform:translate(-100%);transform:translate(-100%)}.dialog-content .dialog-items-carousel>ul.set{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out,-moz-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out}.dialog-content .dialog-items-carousel>ul li{width:100%;height:100%;-webkit-flex:1 0 100%;-moz-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;background:no-repeat 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.dialog-content .dialog-items-carousel>ul li.ref{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.dialog-content .dialog-items-carousel .dialog-carousel-left-arrow,.dialog-content .dialog-items-carousel .dialog-carousel-right-arrow{position:absolute}.dialog-content .dialog-information{width:100%;padding:36px 28px}.dialog-content .dialog-information .dialog-header{font-family:Noto Sans,sans-serif;color:#000}.dialog-content .dialog-information .bottom-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:93%;padding:10px 0}.dialog-content .dialog-information .content-info-wrapper,.dialog-content .dialog-information .content-type-wrapper{padding:0;color:#000}.dialog-content .dialog-information .content-info-wrapper .content-type-items-wrapper,.dialog-content .dialog-information .content-type-wrapper .content-type-items-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;margin-right:5px}.dialog-content .dialog-information .content-info-wrapper .content-type-items-wrapper .content-type-items-number,.dialog-content .dialog-information .content-type-wrapper .content-type-items-wrapper .content-type-items-number{margin-right:5px}.dialog-content .dialog-information .content-info-wrapper{padding-top:8px}.dialog-content .dialog-information .content-info-wrapper .content-device p{top:5px}.dialog-content .dialog-information .dialog-actions{margin-top:20px;text-align:center}.dialog-content .dialog-information .dialog-actions .button-set-v2{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.apt-content-header{background-color:#f6f6f6}.apt-content-header .apt-content-channel{margin-left:35px}.apt-content-header .apt-content-filter-container{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right;margin-right:25px}.apt-content-header .apt-content-filter-container .apt-content-filter-image{position:relative;top:-1px}.main-content-container{height:-webkit-calc(100vh - 166px);height:-moz-calc(100vh - 166px);height:calc(100vh - 166px);overflow:scroll}.inuse-container{background-color:#e9ecf0}.inuse-container .inuse-header{font-size:13px;padding:20px 0 20px 40px}.inuse-container .inuse-header,.templates-container .templates-header{font-family:Noto Sans,sans-serif;font-weight:700;color:#000;text-align:left}.templates-container .templates-header{font-size:14px;padding:20px 0 20px 45px}.email-templates-container .inuse-thumbnails-container,.email-templates-container .templates-thumbnails-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:40px}.email-templates-container .inuse-thumbnails-container>span,.email-templates-container .templates-thumbnails-container>span{margin-right:40px;-webkit-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 4px 3px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.1);margin-bottom:35px}.email-templates-container .inuse-thumbnails-container .disabled,.email-templates-container .templates-thumbnails-container .disabled{color:#d7d6d7}.email-templates-container .inuse-thumbnails-container .thumbnail-image-container,.email-templates-container .templates-thumbnails-container .thumbnail-image-container{cursor:pointer;position:relative}.email-templates-container .inuse-thumbnails-container .thumbnail-image-container .content-edit-layer,.email-templates-container .templates-thumbnails-container .thumbnail-image-container .content-edit-layer{width:100%;height:100%;opacity:1}.email-templates-container .inuse-thumbnails-container .thumbnail-image-container .content-edit-layer:hover,.email-templates-container .templates-thumbnails-container .thumbnail-image-container .content-edit-layer:hover{opacity:1;background-color:rgba(25,42,48,.5)}.email-templates-container .inuse-thumbnails-container .thumbnail-block,.email-templates-container .templates-thumbnails-container .thumbnail-block{background-color:#f8f8f7}.email-templates-container .inuse-thumbnails-container .thumbnail-block p,.email-templates-container .templates-thumbnails-container .thumbnail-block p{margin:0}.email-templates-container .inuse-thumbnails-container .thumbnail-block .thumbnail-image-container,.email-templates-container .templates-thumbnails-container .thumbnail-block .thumbnail-image-container{height:auto;width:auto;overflow:hidden;background-color:#000}.email-templates-container .inuse-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image,.email-templates-container .templates-thumbnails-container .thumbnail-block .thumbnail-image-container .thumbnail-image{-o-object-position:0 0;object-position:0 0;width:210px;height:130px}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail{padding:10px 20px;font-family:Noto Sans,sans-serif}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper,.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .bottom-wrapper,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .bottom-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:93%;padding:10px 0}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px 0}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data{font-size:13px;font-weight:700}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data span,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-data span{position:relative;top:1px;left:5px}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state{color:#0f87ec}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state.disabled,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-type-wrapper .content-state.disabled{color:#000}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper{padding:10px 0 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-user,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-user{color:#0f87ec}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-date,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device-date{color:#a0a3a1;margin-top:5px}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.email-templates-container .inuse-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device p,.email-templates-container .templates-thumbnails-container .thumbnail-block .inuse-thumbnail .content-info-wrapper .content-device p{position:relative;top:3px;left:7px}.templates-thumbnails-container>span{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.templates-thumbnails-container .thumbnail-block{-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.05);-moz-box-shadow:0 1px 4px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 4px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.05)}.templates-thumbnails-container .thumbnail-block .content-action{position:absolute;right:10px;bottom:10px;z-index:2;height:30px;width:30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.templates-thumbnails-container .thumbnail-block .content-action.favorite{right:10px;bottom:10px}.templates-thumbnails-container .thumbnail-block .content-action.share{top:10px;left:10px}.templates-thumbnails-container .thumbnail-block .content-action.delete{top:10px;right:10px}.templates-thumbnails-container .thumbnail-block .content-action.delete:hover{background-color:#2090ed}.templates-thumbnails-container .thumbnail-block .content-action-hovered{background-color:rgba(0,0,0,.5);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:1}.templates-thumbnails-container .thumbnail-block .thumbnail-data .content-name{color:#000;margin-bottom:10px}.templates-thumbnails-container .thumbnail-block .thumbnail-data .content-name,.templates-thumbnails-container .thumbnail-block .thumbnail-data .content-user-name{font-size:14px;font-weight:700;font-family:Noto Sans,sans-serif;text-align:left;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none}.templates-thumbnails-container .thumbnail-block .thumbnail-data .content-user-name{height:15px;padding:0 18px;color:#0f87ec;margin:11px 0}.bottom-wrapper{text-align:center;width:93%;padding:10px 0}.bottom-wrapper,.content-type-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-type-wrapper{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.content-type-wrapper .content-data{font-size:13px;font-weight:700}.content-type-wrapper .content-data span{position:relative;top:1px;left:5px}.content-type-wrapper .content-type-items{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000;line-height:21px}.content-type-wrapper .content-type-items .content-items-number{font-weight:300}.no-templates{height:-webkit-calc(100vh - 533px);height:-moz-calc(100vh - 533px);height:calc(100vh - 533px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:18px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#9ca0a5}.no-templates.no-active-content{height:-webkit-calc(100vh - 213px);height:-moz-calc(100vh - 213px);height:calc(100vh - 213px)}.content-info-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:self-start;-moz-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-info-wrapper .content-device-user{color:#0f87ec}.content-info-wrapper .content-device{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.content-info-wrapper .content-device .content-device-user{color:#0f87ec}.content-info-wrapper .content-device .content-device-date{color:#a0a3a1;margin-top:5px}.content-info-wrapper .content-device p{position:relative;top:3px;left:7px}.slick-slider{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0;width:580px}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide img.slick-loading img{display:none}.slick-slide img.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}.windows-carousel .slick-prev:before{right:0!important;top:-2px!important}.windows-carousel .slick-next:before{left:2px!important;top:-2px!important}.slick-next,.slick-prev{display:block;width:40px;height:40px;margin:10px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;position:absolute;line-height:0;font-size:0;cursor:pointer;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);padding:0;border:none;z-index:1;background-color:rgba(24,42,48,.5)}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:rgba(0,0,0,0);outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:30px;line-height:1.4;position:relative;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev:before{right:11px}.slick-next:before{left:7px}.slick-prev{left:0}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"〈"}[dir=rtl] .slick-prev:before{content:"〉"}.slick-next{right:0}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"〉"}[dir=rtl] .slick-next:before{content:"〈"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:200px;left:421px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;z-index:1}.slick-dots li{position:relative;display:inline-block;margin:0 10px;padding:0}.slick-dots li,.slick-dots li button{height:10px;width:10px;cursor:pointer}.slick-dots li button{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;display:block;outline:none;line-height:0;font-size:0;padding:5px;border:1px solid #0f87ec}.slick-dots li.slick-active button{border:1px solid #0f87ec;background-color:#0f87ec}.content__search-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(24,42,48,.1);z-index:1111}.focused .dropdown-search__input-wrapper{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0}.focused .content-search{z-index:1112}.focused .clear-search,.focused .search-divider{display:none}.focused .filters-container{z-index:1112;background-color:#404040;height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;padding:0 10px 0 20px}.apt-content-header{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:64px;border:1px solid #fff;padding-left:40px}.apt-content-header,.apt-content-header .additional-elements-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.apt-content-header .additional-elements-container{height:100%}.apt-content-header .additional-elements-container img{cursor:pointer}.apt-content-header .additional-elements-container .clear-search{margin-left:10px}.apt-content-header .additional-elements-container .search-divider{height:70%;width:1px;background-color:#ededed;margin:0 20px}.apt-content-header .additional-elements-container .filters-container img{margin-right:15px}.apt-content-header .dropdown-search{width:500px}.apt-content-header .dropdown-search__drop-down-panel{top:44px;-webkit-border-radius:0 4px 4px 4px;-moz-border-radius:0 4px 4px 4px;border-radius:0 4px 4px 4px;width:580px}.apt-content-header .dropdown-search .search-criteria{width:580px;-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0}.apt-content-header .dropdown-search .search-criteria__fields:before{content:"Devices";font-size:13px;font-weight:700;margin-right:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.apt-content-header .dropdown-search .search-criteria .checkbox-component{margin-bottom:0}.apt-content-header .dropdown-search .search-criteria .checkbox-component .checkbox-box{position:relative;bottom:3px}.apt-content-header .dropdown-search__result-empty{min-width:580px}.search-item{height:67px}.search-item>div{vertical-align:baseline;vertical-align:initial}.search-item__description{min-width:160px;max-width:160px;padding:13px 0 14px 25px;height:40px}.search-item__favorite{width:24px}.search-item__type{font-size:13px;font-weight:700}.search-item__type img{position:relative;bottom:1px;margin-right:5px}.search-item__items{padding-top:8px;color:#6d6c6c;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;position:relative;right:8px}.search-item__device{width:80px}.search-item__device-type img{margin-right:5px}.search-item__date{padding:0 25px 0 0;width:80px}.header-element-wrapper{display:inline-block}.header-element-wrapper,.header-space{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.header-space{width:24px}.header-channel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:#2b3d51}.header-type span{margin-left:6px;font-size:12px}.header-bot,.header-product-name{font-size:12px;font-family:Noto Sans,sans-serif}.header-product-name{font-weight:500;color:#2b3d51}.search-box{float:right;font-size:.8rem;height:30px;position:relative}.search-box .hint-container .icon-container{top:3px;position:relative}.analytics{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px);overflow:hidden}.analytics__header{position:relative;height:50px;z-index:15;background-color:#f9f8f7;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.analytics__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.analytics__content--sidebar{width:200px;height:100%;background-color:#fff;-webkit-box-shadow:inset -1px 0 0 0 #e3eaf1;-moz-box-shadow:inset -1px 0 0 0 #e3eaf1;box-shadow:inset -1px 0 0 0 #e3eaf1;-webkit-transition:width .5s;-o-transition:width .5s;-moz-transition:width .5s;transition:width .5s;overflow-x:hidden;overflow-y:auto;z-index:4}.analytics__content--sidebar--hidden{width:0}.analytics__content--content{width:0;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;background-color:#f6f8fa}.analytics__content--content>div{height:100%;overflow-x:auto}.analytics__content--content .recharts-surface{cursor:pointer}.analytics .analytics-reports{background-color:#fff;height:100%}.analytics .analytics-reports__header{padding-top:100px;font-family:Noto Sans,sans-serif;font-size:18px;text-align:center;color:#a0a3a1}.analytics .analytics-reports img{display:block;margin:20px auto}.analytics-create>div>div{max-width:540px!important}.analytics-create>div>div,.analytics-create>div>div>div{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.analytics-create>div>div>div{max-height:500px;overflow:hidden;background-color:#f8f8f7!important}.analytics-create>div>div>div>div{padding:0!important}.analytics-create__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-create__header{width:100%;height:70px;padding:17px 24px;margin-bottom:20px}.analytics-create__header-filled{background-color:rgba(64,64,64,.1)}.analytics-create__header-filled .analytics-create__header--name{background-color:rgba(64,64,64,0)}.analytics-create__header--name{outline:none;width:100%;height:36px;text-align:center;font-size:18px;font-family:Noto Sans,sans-serif;color:#000;background-color:#ffecd9;border:0}.analytics-create__header--error{font-size:12px;color:red;text-align:center}.analytics-create__clone{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0 60px}.analytics-create__clone--product,.analytics-create__clone--report{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-transform:capitalize;margin-bottom:10px;font-family:Noto Sans,sans-serif}.analytics-create__clone--product div,.analytics-create__clone--report div{margin-right:10px;font-size:14px}.analytics-create__clone--product img,.analytics-create__clone--report img{margin-right:7px;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.analytics-create__clone--product span,.analytics-create__clone--report span{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600;color:#000}.analytics-create__selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:435px}.analytics-create__selectors .product-selector{width:220px!important;height:30px!important}.analytics-create__selectors .product-selector>div>div>div{padding-right:30px!important}.analytics-create__description-container{width:435px}.analytics-create__description{width:100%!important;min-height:78px!important;background-color:#fff!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important;box-shadow:0 1px 0 0 rgba(0,0,0,.1)!important}.analytics-create__description>div:first-child{width:85%;top:5px!important;left:12px!important;text-transform:capitalize!important;font-size:14px!important}.analytics-create__description>div:nth-child(2){padding:0 12px}.analytics-create__description>div:nth-child(2) textarea{margin-top:6px!important;padding:0 12px!important;font-size:14px!important;text-align:left!important}.analytics-create__description>div:nth-child(3) hr{display:none!important}.analytics-create__description>div:nth-child(4){position:static!important;bottom:0!important;margin-top:5px!important}.analytics-create__actions{margin:25px 0 35px}.analytics-create-type{position:absolute;left:53px;z-index:4;background-color:#fff;width:200px;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.analytics-create-type__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;padding:0 12px}.analytics-create-type__container--placeholder{height:30px;line-height:30px;font-family:Noto Sans,sans-serif;font-size:14px;color:#9b9b9b;font-weight:300}.analytics-create-type__container--report{height:30px;line-height:30px;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;color:#000}.analytics-create-type__container--report img{margin-right:5px}.analytics-create-type__container--report .acquisition{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.analytics-create-type__container--arrow{-webkit-transform:rotate(90deg) scale(.7);-moz-transform:rotate(90deg) scale(.7);-ms-transform:rotate(90deg) scale(.7);-o-transform:rotate(90deg) scale(.7);transform:rotate(90deg) scale(.7)}.analytics-create-type__content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);padding:12px 0;top:0;width:200px}.analytics-create-type__content--container{border-bottom:1px solid #ddd;margin-bottom:5px;padding-bottom:5px}.analytics-create-type__content--container:nth-child(3){margin-bottom:0;padding-bottom:0;border-bottom:none}.analytics-create-type__content--header{color:#ff7f00;height:30px;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 20px}.analytics-create-type__content--header span{padding-left:10px;cursor:default}.analytics-create-type__content--option{height:30px;line-height:30px;padding:0 12px 0 56px;font-size:13px;font-family:Noto Sans,sans-serif;font-weight:400;color:#000;cursor:pointer}.analytics-create-type__content--option:hover{background-color:rgba(26,56,67,.05)}.analytics-menu{overflow-x:hidden;text-align:left;padding:10px 0}.analytics-menu__integration{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:24px;color:#000;cursor:pointer;font-size:13px;padding-left:20px}.analytics-menu__integration:hover{-webkit-box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed;-moz-box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed;box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed}.analytics-menu__section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s;margin-bottom:10px}.analytics-menu__section--collapsed{margin-bottom:0}.analytics-menu__section--collapsed:nth-child(3){margin-bottom:10px}.analytics-menu__divider{width:180px;height:1px;margin:0 auto 10px;-webkit-box-shadow:inset 0 1px 0 0 #ddd;-moz-box-shadow:inset 0 1px 0 0 #ddd;box-shadow:inset 0 1px 0 0 #ddd}.analytics-menu__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:30px;padding:0 10px 0 16px;font-size:12px;font-family:Noto Sans,sans-serif;text-transform:uppercase;cursor:pointer}.analytics-menu__header:hover{color:#0f87ec}.analytics-menu__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-menu__header span{margin-left:10px;font-weight:700;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.analytics-menu__header.my-reports{cursor:pointer}.analytics-menu__header.my-reports span{margin-left:4px}.analytics-menu__header.my-reports:hover{color:#0f87ec}.analytics-menu__header--active{background-color:#fff;color:#0f87ec;-webkit-box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed;-moz-box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed;box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed}.analytics-menu__header--arrow{width:15px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.analytics-menu__header--count{margin-right:10px;font-size:14px;font-weight:300;font-family:Noto Sans,sans-serif;color:#000;position:relative;bottom:1px}.analytics-menu__items{max-height:200px;overflow:auto}.analytics-menu__items,.analytics-menu__items-collapsed{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.analytics-menu__items-collapsed{max-height:0}.analytics-menu__my-reports{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;max-height:none}.analytics-menu__my-reports--collapsed{max-height:0}.analytics-menu__custom-item,.analytics-menu__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;outline:none;height:24px;padding-left:46px;font-size:13px;color:#000;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.analytics-menu__custom-item span,.analytics-menu__item span{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-right:5px}.analytics-menu__custom-item:active,.analytics-menu__custom-item:hover,.analytics-menu__custom-item:link,.analytics-menu__custom-item:visited,.analytics-menu__item:active,.analytics-menu__item:hover,.analytics-menu__item:link,.analytics-menu__item:visited{color:#000;text-decoration:none}.analytics-menu__custom-item--active,.analytics-menu__custom-item:hover,.analytics-menu__item--active,.analytics-menu__item:hover{-webkit-box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed;-moz-box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed;box-shadow:inset 4px 0 0 0 #0f87ec,inset -1px 0 0 0 #ededed}.analytics-menu__custom-item--active,.analytics-menu__item--active{font-weight:700;background-color:#fff;color:#0f87ec!important}.analytics-menu__custom-item{height:30px;cursor:pointer}.analytics-menu__custom-item>img{position:absolute;left:18px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.analytics-header__content{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-header__container,.analytics-header__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.analytics-header__container .env-selector{z-index:3}.analytics-header__funnel-generate{margin-left:30px}.analytics-header__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:2;-moz-box-flex:2;-ms-flex-positive:2;flex-grow:2}.analytics-header__title--toggler{width:25px;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer;-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;background:#fff url(/analytics/header/sidebar-toggle-blue.svg) 50% no-repeat}.analytics-header__title--toggler-hidden{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.analytics-header__title--text{padding-right:10px;color:#2b3d51}.analytics-header__title--input,.analytics-header__title--text{font-size:18px;margin-left:10px;white-space:nowrap;font-family:Noto Sans,sans-serif}.analytics-header__title--input{border:none;background-color:inherit;outline:none;-webkit-flex-grow:0.9;-moz-box-flex:0.9;-ms-flex-positive:0.9;flex-grow:0.9;padding-left:0}.analytics-header__title--input:focus,.analytics-header__title--input:hover{background-color:#ffecd9}.analytics-header__information{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.analytics-header__information img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.analytics-header__information--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.analytics-header__information--env,.analytics-header__information--name,.analytics-header__information--type{padding:0 10px;font-size:12px;font-weight:500;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#2b3d51;white-space:nowrap}.analytics-header__information--env{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin-left:-10px}.analytics-header__information--env>span{margin-right:10px}.analytics-header__information .env-selector{z-index:99;margin-left:10px}.analytics-header__information span{color:#0f87ec}.analytics-header__dates,.analytics-header__product{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;height:100%}.analytics-header__dates--text,.analytics-header__product--text{text-transform:capitalize;margin-right:10px}.analytics-header__dates--select,.analytics-header__product--select{height:32px}.analytics-header__dates .env-selector,.analytics-header__product .env-selector{margin-left:10px}.analytics-header__custom{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-header__share{cursor:pointer;margin-right:15px}.analytics-header__datepicker{padding-right:30px}.analytics-header__datepicker .date-range-picker__content{z-index:99;left:-520px}.analytics-header__apply{color:#fff;min-width:80px;font-size:14px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-right:10px}.analytics-header__apply .filled-button{min-width:80px;line-height:32px}.analytics-header__social,.analytics-header__social--refresh{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:30px}.analytics-header__social--refresh{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;background-color:#fff;width:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.analytics-header__social--refresh img{cursor:pointer;margin:auto}.analytics-header__social--refresh img.animate{-webkit-animation-name:spin;-moz-animation-name:spin;-o-animation-name:spin;animation-name:spin;-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear}.analytics-header__export{margin-left:10px}.analytics-header__export--button{cursor:pointer;font-size:12px;font-weight:500;margin-left:32px;color:#0f87ec}.analytics-header__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:30px;padding:0 20px;border-right:1px solid #ededed;margin-right:20px;white-space:nowrap}.analytics-header__options>span{margin-right:10px}.analytics-header__options>span>button{width:48px!important;height:20px!important;top:6px!important}.analytics-header__options img{cursor:pointer}.analytics-header__actions-container{padding-left:20px;border-left:1px solid #ededed}.analytics-header__actions{white-space:nowrap;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-header__actions,.analytics-header__filter{padding-left:20px;margin-left:20px;border-left:1px solid #eee}.analytics-header__filter--box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;background-color:#0f87ec}.analytics-header__filter--box-clicked{background-color:#fff}.analytics-header__filter--box img{margin:auto}.analytics-header__actions-menu{padding-left:16px}.multi-export{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:700;font-family:Noto Sans,sans-serif}.multi-export .tooltip-v2{line-height:20px}.share{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:430px;background-color:#eceff1}.share__disabled{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.4);z-index:9}.share__disabled>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:265px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.share__disabled>div>div{width:60%;color:#000;padding:20px;font-size:14px;text-align:center;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3)}.share__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;min-height:40px;-webkit-box-shadow:inset 0 -1px 0 0 #e9e9e9;-moz-box-shadow:inset 0 -1px 0 0 #e9e9e9;box-shadow:inset 0 -1px 0 0 #e9e9e9;padding:0 25px 0 30px;background-color:#fff}.share__header,.share__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.share__header--search>input{outline:none;border:none;margin-left:5px;font-size:14px;caret-color:#0f87ec;width:auto}.share__header--search>input::-webkit-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.share__header--search>input:-moz-placeholder,.share__header--search>input::-moz-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.share__header--search>input:-ms-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.share__header--search>input::-ms-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.share__header--search>input::placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.share__header--all{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a3a1;font-size:12px;font-weight:300;padding-right:15px;-webkit-box-shadow:inset -1px 0 0 0 #ededed;-moz-box-shadow:inset -1px 0 0 0 #ededed;box-shadow:inset -1px 0 0 0 #ededed}.share__header--all>div:first-child{margin-right:5px;white-space:nowrap}.share__header--all>div:last-child{width:20px;text-align:right;font-size:9px;font-weight:700;color:#000;margin-left:5px;text-transform:uppercase}.share__header--clear{margin-left:15px;font-size:13px;font-weight:500;color:#0f87ec;cursor:pointer;white-space:nowrap}.share__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:390px}.share__wrapper--available{position:relative;width:230px;background-color:#fff;overflow:auto}.share__wrapper--overlay{position:absolute;top:100px;left:0;z-index:10;height:100%;width:-webkit-calc(100% - 310px);width:-moz-calc(100% - 310px);width:calc(100% - 310px);background-color:rgba(0,0,0,.1)}.share__wrapper--users{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:310px;padding:20px;background-color:#f8f8f7}.share__empty,.share__wrapper--users{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.share__empty{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:12px;font-family:Noto Sans,sans-serif;text-align:center}.share__empty>div{margin:15px 0 25px;padding:0 20px}.share__user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed;height:48px;padding:0 20px;font-size:12px;cursor:pointer;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.share__user:hover{-webkit-box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;background-color:#fbfbfb}.share__user--initials{height:34px;width:34px;line-height:27px;text-align:center;border:2px solid #cfd8dc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:2px;color:#fff;margin-right:10px}.share__user--initials>span{display:block;height:26px;width:26px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:12px;font-weight:700;letter-spacing:.8px;background-color:#cfd8dc}.share__user--initials>span>img{position:relative;bottom:1px}.share__user--info{width:140px}.share__user--info>div{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#a0a3a1}.share__user--info>div:first-child{color:#000}.shared-user{max-width:270px;margin-bottom:10px}.shared-user>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:22px;min-height:22px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;padding-left:8px}.shared-user>div:first-child>span{color:#000;font-size:12px;font-weight:500;margin-right:8px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.shared-user img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.shared-user .tooltip-v2{max-width:100%}.shared-user__tip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:11px}.shared-user__tip>div:first-child{color:#ffa64d}.shared-user__tip>div:last-child{-webkit-box-shadow:inset 0 1px 0 0 #636463;-moz-box-shadow:inset 0 1px 0 0 #636463;box-shadow:inset 0 1px 0 0 #636463;margin-top:5px;padding-top:5px;color:#a0a3a1;width:100%;text-align:left}.product-display,.product-display__env{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-display__env{margin-left:10px}.product-display__env span{margin-right:10px}.product-display .product{padding-right:10px}.product-display .channel-wrapper,.product-display .channel-wrapper .channel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-display .channel-wrapper .channel{padding-left:10px}.product-display .channel-wrapper .channel .single{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.product-display .channel-wrapper .channel .single img{padding-right:5px}.cohort-create{width:400px;max-height:600px;padding:0 5px 25px}.cohort-create__product{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:16px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.cohort-create__title{margin-bottom:3px;padding:0;font-size:12px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#3d566f}.cohort-create__divider{margin:16px 0;height:.5px;width:100%;background-color:rgba(0,0,0,.1)}.cohort-create__size{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cohort-create__select-size,.cohort-create__select-size .react-select__menu-list{width:190px}.cohort-create__metrics-container .gpx-wrapper.gpx-select{width:100%;max-width:100%}.cohort-create__metrics-container .react-select__menu-list{width:312px}.cohort-create__ending-container{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:16px}.cohort-create__ending-at,.cohort-create__ending-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.cohort-create__ending-at{width:100%;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.cohort-create__ending-at .date-v2{width:100%}.cohort-create__ending-at .date-v2__container{padding-right:2px;width:100%}.path-analyzer-create-v2{padding:0 5px;max-height:500px}.path-analyzer-create-v2__product{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:16px 0}.path-analyzer-create-v2__title-container{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-right:10px}.path-analyzer-create-v2__title{font-size:14px;font-weight:600;line-height:24px;color:#181f26;margin-top:-8px}.path-analyzer-create-v2__title--refine{font-weight:600;margin-top:32px}.path-analyzer-create-v2__sub-title,.path-analyzer-create-v2__title--refine>span{color:#5f6c7a;font-weight:400;font-size:12px}.path-analyzer-create-v2__sub-title{line-height:16px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;margin-bottom:16px}.path-analyzer-create-v2__sub-title a{color:#0369e9;cursor:pointer}.path-analyzer-create-v2 .gpx-textfield{max-width:100%;width:100%}.path-analyzer-create-v2__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px}.path-analyzer-create-v2__wrapper--card{border:1px solid #e6e9ec;background:#fff;width:488px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;max-height:184px;padding:16px}.path-analyzer-create-v2__wrapper--card__title{margin-top:0;font-size:14px;font-weight:600;line-height:24px;color:#181f26}.path-analyzer-create-v2__wrapper--card__sub-title{font-size:12px;font-weight:400;line-height:16px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#5f6c7a;margin-bottom:12px;height:32px}.path-analyzer-create-v2__wrapper--card__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.path-analyzer-create-v2__wrapper--card__container--chips{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:8px;gap:8px}.path-analyzer-create-v2__wrapper--card__container--chips__label{font-size:14px;font-weight:400;line-height:24px;height:24px;color:#181f26}.path-analyzer-create-v2__wrapper--card__container--chips__more-content{position:relative;max-height:320px;overflow:auto}.path-analyzer-create-v2__wrapper--card__container--chips__more-content>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:start}.path-analyzer-create-v2__wrapper--card__container--chips__more-content>div,.path-analyzer-create-v2__wrapper--card__container--chips__more-content>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.path-analyzer-create-v2__wrapper--card__container--chips__more-content>div>div{width:100%}.path-analyzer-create-v2__wrapper--card__container--chips__item{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#e6e9ec;height:24px;padding:2px 4px;font-size:12px;margin-top:2px;max-width:108px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.path-analyzer-create-v2__wrapper-date-range .date-range-picker{width:488px;position:inherit}.path-analyzer-create-v2__wrapper-date-range .date-range-picker__content{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.path-analyzer-create-v2__wrapper--scope-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.path-analyzer-create-v2__wrapper--scope-container .title{margin-top:0}.path-analyzer-create-v2__wrapper--scope-container .gpx-wrapper.gpx-select{width:232px;min-width:232px}.path-analyzer-create-v2__wrapper--scope-container .react-select__menu-list{background:#fff;width:230px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981)}.path-analyzer-create-v2__wrapper--threshold{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.path-analyzer-create-v2__wrapper--threshold .gpx-wrapper.gpx-select{width:204px;min-width:204px}.path-analyzer-create-v2 .divider{margin:16px 0;height:.5px;width:100%;background-color:rgba(0,0,0,.1)}.path-analyzer-create-v2 .access-container{margin-top:8px;width:50%}.path-analyzer-create-v2 .access-container,.path-analyzer-create-v2__properties{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.path-analyzer-create-v2__properties{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.path-analyzer-create-v2__properties .properties-selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer-create-v2__properties .properties-selectors .ps-v2 .channel,.path-analyzer-create-v2__properties .properties-selectors .ps-v2 .product{width:190px}.path-analyzer-create-v2__properties .properties-selectors .env-selector{width:205px;margin-left:5px}.path-analyzer-create-v2__properties-selectors-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row;flex-flow:row;grid-gap:24px;gap:24px}.path-analyzer-create-v2__properties-selectors-container .feature-engagement-type .gpx-wrapper.gpx-select,.path-analyzer-create-v2__properties-selectors-container .start-end .gpx-wrapper.gpx-select{width:232px}.path-analyzer-create-v2__properties-selectors-container .feature-engagement-type .react-select__menu-list,.path-analyzer-create-v2__properties-selectors-container .start-end .react-select__menu-list{background:#fff;width:230px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981)}.path-analyzer-create-v2__properties-selectors-container .feature-engagement-selector{width:488px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.path-analyzer-create-v2__properties-selectors-container .feature-engagement-selector .gpx-wrapper.gpx-select.react-select{width:290px}.path-analyzer-create-v2__properties-selectors-container .feature-engagement-selector .react-select__menu-list{background:#fff;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981)}.path-analyzer-create-v2__properties-selectors-container .feature-engagement-selector--engagement{width:232px}.path-analyzer-create-v2__properties-selectors-container .engagement-interaction-selector{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer-create-v2__properties-selectors-container .engagement-interaction-selector .gpx-wrapper.gpx-select{width:232px;min-width:232px}.path-analyzer-create-v2__properties-selectors-container .engagement-interaction-selector .react-select__menu-list{background:#fff;width:232px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981)}.path-analyzer-create-v2 .title{margin-bottom:8px;padding:0;font-size:12px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#3d566f;margin-top:8px}.path-analyzer-create-v2 .sub-title{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.path-analyzer-create-v2__exclude-engagement-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:290px;margin-top:10px}.path-analyzer-create-v2__exclude-engagement-container .feature-engagement-selector{width:488x;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.path-analyzer-create-v2__exclude-engagement-container .feature-engagement-selector .react-select{width:290px}.path-analyzer-create-v2__exclude-engagement-container .feature-engagement-selector .react-select__menu-list{background:#fff;width:230px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981)}.path-analyzer-create-v2__exclude-engagement-container .exclude-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:290px}.path-analyzer-create-v2__exclude-engagement-container .exclude-selector .react-select{width:290px}.mandatory-field-container{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mandatory-field-container .mandatory-mark{color:red;position:absolute;right:-10px;top:-10px}.dropdown .mandatory-mark{right:0;top:3px}.select-form{padding:0 5px;height:464px;width:980px}.select-form .gpx-accordion{border-bottom:1px solid #e6e9ec}.select-form .gpx-accordion__details{width:100%!important}.select-form .gpx-accordion__summary{width:100%}.select-form__label-summary{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.select-form__label-summary,.select-form__label-summary--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.select-form__label-summary--title{color:#181f26;font-weight:600;font-size:14px;grid-gap:8px;gap:8px}.select-form__exclude-list{padding:0 16px}.select-form__exclude-list--title{height:32px;background:#e6e9ec;font-size:14px;color:#181f26;padding:6px}.select-form__exclude-list__checkbox,.select-form__exclude-list__checkbox>div{width:100%}.select-form__exclude-list__checkbox .gpx-checkbox__label{width:-webkit-calc(100% - 32px);width:-moz-calc(100% - 32px);width:calc(100% - 32px)}.select-form__exclude-list__checkbox .gpx-checkbox__label .par-exclude__option__label-text{white-space:nowrap;font-size:14px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;line-height:24px}.select-form__exclude-list--features{width:100%}.select-form__exclude-list--features__item--option{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.select-form__exclude-list--features__item--option__text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;margin-left:8px;font-size:14px;line-height:24px}.select-form__exclude-list--features__item--option__text>span{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:870px}.select-form__exclude-list-wrapper{height:100%;width:100%}.select-form__no-items{width:100%;height:100%}.select-form__no-items,.select-form__no-items--wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.select-form__no-items--wrap{font-family:Noto Sans;width:248px;height:104px;text-align:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.select-form__no-items--wrap__title{color:#181f26;font-weight:600;font-size:21px;line-height:32px;letter-spacing:0;text-align:center}.select-form__no-items--wrap__subtitle{color:#5f6c7a;font-weight:400;font-size:14px;line-height:24px;letter-spacing:0;text-align:center}.mapper-label-dialog{padding:0 12px}.mapper-label-dialog__container .gpx-dialog__header--close-icon{top:24px!important;right:32px!important}.mapper-label-dialog__container .MuiDialogActions-root{padding:0 32px!important}.mapper-label-dialog__container .MuiDialogTitle-root{padding:12px 32px 0!important}.mapper-label-dialog__form-container--color{position:relative}.mapper-label-dialog__form-container--color-picker{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px}.mapper-label-dialog__form-container--color-picker .gpx-wrapper.gpx-select{max-width:160px}.mapper-label-dialog__form-container--color-picker--select{width:160px;max-width:160px;padding-right:10px}.mapper-label-dialog__form-container--color-picker--select .react-select__placeholder{color:#acb4bd;padding:4px}.mapper-label-dialog__form-container--color-picker--select .react-select__control{border:1px solid #d5d9de!important;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.mapper-label-dialog__form-container--color-picker .gpx-select__option--hex-color{width:16px;height:16px;margin-right:4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.mapper-label-dialog__form-container--name{padding-bottom:16px;width:50%}.mapper-label-dialog__form-container--name .gpx-textfield__wrap{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;border:1px solid #d5d9de!important;cursor:pointer}.mapper-label-dialog__form-container--name .gpx-textfield__wrap>input::-webkit-input-placeholder{opacity:1!important;color:#acb4bd!important;font-weight:400!important}.mapper-label-dialog__form-container--name .gpx-textfield__wrap>input:-moz-placeholder,.mapper-label-dialog__form-container--name .gpx-textfield__wrap>input::-moz-placeholder{opacity:1!important;color:#acb4bd!important;font-weight:400!important}.mapper-label-dialog__form-container--name .gpx-textfield__wrap>input:-ms-input-placeholder{opacity:1!important;color:#acb4bd!important;font-weight:400!important}.mapper-label-dialog__form-container--name .gpx-textfield__wrap>input::-ms-input-placeholder{opacity:1!important;color:#acb4bd!important;font-weight:400!important}.mapper-label-dialog__form-container--name .gpx-textfield__wrap>input::placeholder{opacity:1!important;color:#acb4bd!important;font-weight:400!important}.mapper-label-dialog__form-container--features .gpx-select{max-width:648px!important}.mapper-label-dialog__form-container--features .gpx-select__menu-list-wrap{background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);-moz-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12)}.mapper-label-dialog__form-container--features .gpx-select .gpx-wrapper__label{padding-left:10px}.mapper-label-dialog__form-container--features .gpx-select__option--label{width:100%}.mapper-label-dialog__form-container--features .gpx-select .react-select__control{min-width:150px!important;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding-left:8px}.mapper-label-dialog__form-container--features .gpx-select .react-select__control:hover{background-color:#e6e9ec}.mapper-label-dialog__form-container--features .gpx-select .react-select__control--menu-is-open{border:1px solid #0369e9!important}.mapper-label-dialog__form-container--features .gpx-select .react-select__value-container{height:30px!important}.mapper-label-dialog__form-container--features .gpx-select .react-select__multi-value{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important}.mapper-label-dialog__form-container--features .gpx-select .react-select__placeholder{color:#acb4bd;text-transform:capitalize}.mapper-label-dialog__form-container--features .gpx-select .react-select__menu-list{background-color:#fff}.mapper-label-dialog__form-container .gpx-textfield__label,.mapper-label-dialog__form-container .gpx-wrapper__label{color:#3c4a57!important;text-transform:capitalize}.exclude-feature-label-dropdown{width:240px;height:32px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#fff;padding:4px 4px 4px 12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;font-weight:400;line-height:24px;cursor:pointer}.exclude-feature-label-dropdown--value{color:#181f26}.exclude-feature-label-dropdown--placeholder{color:#acb4bd}.exclude-feature-label-dropdown--icon{width:24px;height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.exclude-feature-label-dropdown__menu .resize-handle{position:absolute;top:-webkit-calc(50% - 10px);top:-moz-calc(50% - 10px);top:calc(50% - 10px);font-size:12px;color:#2090ed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.par-exclude{padding:12px 16px 0;height:324px}.par-exclude__menu-list{height:324px;overflow:hidden;overflow-y:auto}.par-exclude__checkbox,.par-exclude__checkbox>div{width:100%}.par-exclude__checkbox .gpx-checkbox__label{width:-webkit-calc(100% - 32px);width:-moz-calc(100% - 32px);width:calc(100% - 32px)}.par-exclude__checkbox .gpx-checkbox__label .par-exclude__option__label-text{white-space:nowrap;font-size:14px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;line-height:24px}.par-exclude__option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 0}.par-exclude__option--label-option{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:12px;gap:12px}.par-exclude__option--label-option,.par-exclude__option--label-option__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.par-exclude__option--label-option__label{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:8px;gap:8px}.par-exclude__option--label-option__label--icon-and-name{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.par-exclude__option--label-option__label--actions{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.par-exclude__option--label-option__label:hover .par-exclude__option--label-option__label--icon-and-name{width:-webkit-calc(100% - 56px);width:-moz-calc(100% - 56px);width:calc(100% - 56px)}.par-exclude__option--label-option__list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:-webkit-calc(100% - 24px);width:-moz-calc(100% - 24px);width:calc(100% - 24px)}.par-exclude__option--label-option__features{width:100%}.par-exclude__search{margin-bottom:8px;height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px}.par-exclude__search input{border:none;width:-webkit-calc(100% - 24px);width:-moz-calc(100% - 24px);width:calc(100% - 24px);font-size:14px;font-weight:400;line-height:24px}.par-exclude__search input:active,.par-exclude__search input:focus{outline:none}.par-exclude__search input::-webkit-input-placeholder{color:#acb4bd}.par-exclude__search input:-moz-placeholder,.par-exclude__search input::-moz-placeholder{color:#acb4bd}.par-exclude__search input:-ms-input-placeholder{color:#acb4bd}.par-exclude__search input::-ms-input-placeholder{color:#acb4bd}.par-exclude__search input::placeholder{color:#acb4bd}.par-exclude__icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px;cursor:pointer}.par-exclude__icon--chevron,.par-exclude__icon--label{height:24px;width:24px;cursor:default}.path-analyzer__feature-label-create-button{margin:8px 16px}.react-select .reverse-ellipsis{overflow:hidden;white-space:nowrap;-o-text-overflow:clip;text-overflow:clip;position:relative;background-color:#fff}.react-select .reverse-ellipsis:before{content:"\02026";position:absolute;z-index:1;left:-1em;background-color:inherit;padding-left:1em;margin-left:.5em}.react-select .reverse-ellipsis>span{min-width:100%;position:relative;display:inline-block;float:right;overflow:visible;background-color:inherit;text-indent:.5em}.react-select .reverse-ellipsis>span:before{content:"";position:absolute;display:inline-block;width:1em;height:1em;background-color:inherit;z-index:200;left:-.5em}.custom-events{height:100%;min-width:1192px}.custom-events .info,.custom-events .info:hover{color:#afc3d7;border-color:#afc3d7;background-color:#fff}.custom-events .event__group{margin:24px 0 0}.custom-events .event__group .e-select{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-events .event__group--title{font-size:12px;text-align:left;line-height:1.33;text-transform:capitalize;color:#7596b7}.custom-events .event__group--disabled{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-events .event__group--clear{cursor:pointer;margin-left:10px}.custom-events .event__group--close{cursor:pointer;color:#afc3d7}.custom-events .event__group--close:hover{color:#999}.custom-events .event__clone{cursor:pointer;color:#a0a3a1;font-size:12px;font-weight:500;margin-right:10px;font-family:Noto Sans,sans-serif}.custom-events .event__clone:hover{color:#0db14c}.custom-events .event__clone--audience:hover{color:#00b0ff}.custom-events .page-header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.custom-events__header{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;z-index:10}.custom-events__header,.custom-events__header>div,.custom-events__header>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-events__header>div>div{height:30px}.custom-events__header .btn-back{cursor:pointer}.custom-events__header .blue-button{margin-left:10px}.custom-events__header--title{border:none;outline:none;width:100%;white-space:nowrap;color:#000;font-size:18px;font-weight:600;font-family:Noto Sans,sans-serif;margin-left:13px;background-color:rgba(0,0,0,0);padding:0 12px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.custom-events__header--title--error{background-color:#ffecd9;border:1px solid red}.custom-events__header--title::-webkit-input-placeholder{font-family:Noto Sans,sans-serif;font-size:15px}.custom-events__header--title:-moz-placeholder,.custom-events__header--title::-moz-placeholder{font-family:Noto Sans,sans-serif;font-size:15px}.custom-events__header--title:-ms-input-placeholder{font-family:Noto Sans,sans-serif;font-size:15px}.custom-events__header--title::-ms-input-placeholder{font-family:Noto Sans,sans-serif;font-size:15px}.custom-events__header--title::placeholder{font-family:Noto Sans,sans-serif;font-size:15px}.custom-events__header--title:focus,.custom-events__header--title:hover{background-color:#ffecd9}.custom-events__header--text{font-size:12px;font-weight:300}.custom-events__header--refresh{padding:5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.custom-events__header--refresh:hover{background-color:#0f87ec;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.custom-events__header--dropdowns>div{margin-right:10px}.custom-events__header--chart{border-right:1px solid #ddd;border-left:1px solid #ddd;padding:0 10px}.custom-events__header--chart>div:first-child{padding-right:10px}.custom-events__header--builder{margin-left:10px;padding:5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;cursor:pointer}.custom-events__header--builder--filled{background-color:#0f87ec!important}.custom-events__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:auto;padding-bottom:24px}.custom-events__data{margin:0 24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding-bottom:5px;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.custom-events__data--cell{color:#19232f}.custom-events__data--cell--valued{cursor:pointer;color:#0369e9}.custom-events__data--cell--not-property{cursor:default;color:#19232f}.custom-events__data .table-v3__content{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-events__data .ReactTable,.custom-events__data .ReactTable .rt-table{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.custom-events__data--empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;min-height:300px;margin-top:-5px;background-color:#fff}.custom-events__data--empty>div{width:340px}.custom-events__data--empty>div>div{font-size:24px;color:#0f87ec;font-weight:300;margin-bottom:20px;font-family:Noto Sans,sans-serif}.custom-events__data--empty>div>span{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:15px;font-weight:700;margin-bottom:20px}.custom-events__data--empty>div>span .info{margin-left:5px}.custom-events__data .chart-v2{margin:0 0 5px}.custom-events__data .table-pagination{margin:0}.custom-events__data--checkbox{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-events__data--checkbox .checkbox-component{position:relative;bottom:2px}.custom-events__data--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-events__data--name>div:first-child{margin-right:5px}.event__add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.event__add--main{margin:16px 0 0 24px;padding-top:16px}.event__add>span{color:#a0a3a1;font-size:12px;cursor:pointer;margin-right:10px}.event__add>span:hover{color:#0f87ec}.event__add--disabled>span{cursor:no-drop}.event__add--disabled>span:hover{color:#a0a3a1!important}.tippy-box.ce-legend{padding:6px 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#19232f}.tippy-box.ce-legend .ce-legend__content{font-size:12px}.tippy-box.ce-legend .ce-legend__content--divider{width:20px;height:1px;margin:5px auto;background-color:#fff}.tippy-box.ce-legend .ce-legend__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:300}.tippy-box.ce-legend .ce-legend__content>div>div:first-child{font-weight:500;margin-right:3px}.tippy-box.ce-legend .ce-legend__content--term{font-weight:300}.ce-chart-tooltip{color:#3e5872;font-size:12px;min-width:200px;padding:12px 0 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.32),0 8px 24px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.32),0 8px 24px 0 rgba(25,35,47,.12);box-shadow:0 0 1px 0 rgba(25,35,47,.32),0 8px 24px 0 rgba(25,35,47,.12)}.ce-chart-tooltip,.ce-chart-tooltip>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ce-chart-tooltip,.ce-chart-tooltip>div,.ce-chart-tooltip>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ce-chart-tooltip>div>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;margin-bottom:8px}.ce-chart-tooltip__bullet{width:8px;height:8px;margin-right:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.ce-chart-tooltip__name{max-width:280px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ce-chart-tooltip__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.ce-chart-tooltip__label>div:last-child{font-size:12px}.ce-chart-tooltip__time{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:32px;color:#7596b7;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.ce-chart-tooltip__time>div{margin:0!important}.ce-chart-tooltip__additional{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ce-chart-tooltip__additional--dot{margin:0 5px}.ce-chart-tooltip__additional--day,.ce-chart-tooltip__additional--hour{color:#7596b7}.query-deepview__header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.query-deepview__header,.query-deepview__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.query-deepview__header .gpx-wrapper.gpx-select{max-width:none}.query-deepview__header .gpx-wrapper.gpx-select .react-select__control{min-height:32px}.query-deepview__header .gpx-wrapper.gpx-select .react-select__control:hover{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:rgba(117,150,183,.1)}.query-deepview__header .gpx-wrapper.gpx-select .react-select__value-container{padding-left:12px}.query-deepview__header .gpx-wrapper.gpx-select .react-select__menu{max-width:none!important}.query-deepview__header .gpx-wrapper.gpx-select .react-select__single-value .query-deepview__header--option{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.query-deepview__header--name,.query-deepview__header .gpx-wrapper.gpx-select .react-select__single-value .query-deepview__header--option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px}.query-deepview__header--name>div:first-child{margin-right:12px}.query-deepview__header--name span{font-weight:500}.query-deepview__header--option{color:#19232f}.query-deepview__header--option>div{width:135px;max-width:135px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-right:12px}.query-deepview__header--option>div>span{font-weight:500}.query-deepview__header--option>div:last-child{margin-right:0}.query-deepview__header--export{cursor:pointer;color:#0369e9}.query-deepview__dates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:28px}.query-deepview__dates--back{cursor:pointer;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.query-deepview__dates--forward{cursor:pointer;margin-right:5px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.query-deepview__dates__date{color:#19232f}.query-deepview__table{padding:5px}.query-deepview__table .table-pagination{margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.query{height:567px;min-height:567px;max-height:567px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;margin:24px 24px 16px;padding:18px 0 12px;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24);box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24);-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.query__collapsed{height:68px;min-height:68px;max-height:68px;overflow:hidden;cursor:pointer}.query__collapsed:hover{background-color:rgba(117,150,183,.05)}.query__collapsed .query__content{height:0;overflow:hidden}.query__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:18px;padding:0 24px}.query__header,.query__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.query__header--title{font-size:14px;font-weight:500;color:#19232f}.query__header--quick-info{font-size:12px;font-weight:400;margin-left:8px;color:#7596b7}.query__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.query__header--arrow{cursor:pointer;margin-left:24px;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.query__header--arrow--collapsed{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.query__content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:24px}.query__content,.query__content--builder{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.query__content--builder{width:100%;height:434px}.query__actions{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:8px;margin-left:24px;padding-top:12px;border-top:1px solid #e3eaf1}.query__actions,.query__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.query__empty{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:434px}.query__empty>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;color:#7596b7}.query__empty>div>div{width:320px;margin:16px 0}.query__empty>div:last-child{-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.query .date-range-picker__content{left:auto;right:0}.event-digit{width:24px;height:20px;color:#30607d;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:center;border:1px solid #43ade5;background-color:#d3ecfa;margin-right:5px}.event-digit>span{position:relative;top:1px}.event-digit__blue,.event-digit__valued{background-color:#d3ecfa}.events-builder{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%;overflow:auto;position:relative;padding-right:24px;background-color:#fff}.events-builder .event__group--title{padding-left:24px}.events-builder .event__group .e-select{padding-left:18px}.events-builder .event__group--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.events-builder .event__group--wrapper .gpx-wrapper.gpx-select{width:-webkit-max-content;width:-moz-max-content;width:max-content}.events-builder .event__group--add,.events-builder .event__group--and{font-size:12px;padding:0 5px;color:#2090ed}.events-builder .event__group--add{cursor:pointer}.events-builder__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding-left:30px;color:#a0a3a1;font-size:13px;font-family:Noto Sans,sans-serif}.events-builder__max{color:#a0a3a1}.events-builder__header,.events-builder__max{font-size:12px;text-align:left;padding-left:24px}.events-builder__header{font-weight:400;line-height:1.33;margin-bottom:20px;color:#7596b7}.events-builder__add{color:#a0a3a1;padding-left:32px;text-align:left;font-size:12px;font-weight:400;cursor:pointer}.events-builder__add:hover{color:#0f87ec}.events-builder .event{margin-bottom:10px}.events-builder .event,.events-builder .event__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.events-builder .event__header{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.events-builder .event__header--option-title{font-size:12px;text-align:left;line-height:1.33;padding-left:24px;color:#7596b7}.events-builder .event__header--focus .gpx-wrapper.gpx-select>div:first-child{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 0 1px #0369e9;-moz-box-shadow:0 0 0 1px #0369e9;box-shadow:0 0 0 1px #0369e9}.events-builder .event__header--title{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-left:24px}.events-builder .event__header--title,.events-builder .event__header--title>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.events-builder .event__header--title>div:first-child{width:-webkit-calc(100% - 70px);width:-moz-calc(100% - 70px);width:calc(100% - 70px);height:28px}.events-builder .event__header--title input{width:250px;height:30px;outline:none;padding:0 4px;font-size:14px;letter-spacing:0;caret-color:#0470f7;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#253445;border:1px solid #0f87ec}.events-builder .event__header--type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.events-builder .event__header--type>div:first-child{margin:0 5px 0 18px}.events-builder .event__header--secondary{margin-right:5px}.events-builder .event__header--entry{margin-top:10px}.events-builder .event__header--label{cursor:text;color:#000;font-size:13px;font-weight:500;padding:1px 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:left;display:block;height:auto;width:100%;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.events-builder .event__header--label:hover{background-color:#f3f9fe}.events-builder .event__header--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.events-builder .event__header--options>img{margin-left:5px}.events-builder .event__where{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;margin-top:24px;padding-left:24px}.events-builder .event__where--title{font-size:12px;line-height:1.33;margin-bottom:5px;text-transform:capitalize;color:#7596b7}.events-builder .event__add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.events-builder .event__add>span{cursor:pointer;font-size:12px;color:#0369e9}.events-builder .event__add--disabled>span{cursor:no-drop}.events-builder .event__add--disabled>span:hover{color:#a0a3a1!important}.events-builder .event__action{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;visibility:visible}.e-select .gpx-wrapper.gpx-select .react-select__placeholder{color:#afc3d7}.e-select .gpx-wrapper.gpx-select .react-select__single-value{direction:rtl}.e-select .gpx-wrapper.gpx-select .react-select__value-container{height:24px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0 0 0 4px!important}.e-select .gpx-wrapper.gpx-select .react-select__indicator{padding:0 4px 0 0!important}.e-select .gpx-wrapper.gpx-select .react-select__group-heading{font-weight:400;text-transform:capitalize}.e-select .gpx-wrapper.gpx-select .react-select__arrow{width:16px;height:16px}.e-select .gpx-wrapper.gpx-select .react-select__resize-container{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32)}.e-select .gpx-wrapper.gpx-select .react-select__max-container{margin-left:10px;white-space:nowrap}.e-select .gpx-wrapper.gpx-select .react-select__multi-value__label{max-width:182px}.e-select .gpx-wrapper.gpx-select .react-select__option .gpx-select__option>div{overflow:unset}.e-select .gpx-wrapper.gpx-select .react-select__option .gpx-select__option .gpx-select__option--label{overflow:hidden}.e-select .gpx-wrapper.gpx-select__error{text-align:left}.e-select__overflowing .gpx-wrapper.gpx-select .react-select__value-container{height:100%!important;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.e-select__overflowing .gpx-wrapper.gpx-select .react-select__multi-value{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.e-select__focus .gpx-wrapper.gpx-select .react-select__control{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none!important;background-color:rgba(117,150,183,.1)}.e-select__error .gpx-wrapper.gpx-select>.react-select{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 0 1px #fc3f1d!important;-moz-box-shadow:0 0 0 1px #fc3f1d!important;box-shadow:0 0 0 1px #fc3f1d!important}.event__average{margin:24px 0 0 18px}.event__average .gpx-wrapper.gpx-select .gpx-wrapper__label{text-align:left;color:#7596b7;padding-left:6px}.event__average--focus .gpx-wrapper.gpx-select>.react-select{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 0 1px #0369e9;-moz-box-shadow:0 0 0 1px #0369e9;box-shadow:0 0 0 1px #0369e9}.event__average--empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:2px;font-size:12px;text-align:left;color:#7596b7}.event__average--empty img{position:relative;bottom:9px;margin-right:6px}.event__average--empty>div:last-child{max-width:470px}.event-warning{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:24px;color:#7596b7}.event-warning>div{font-size:12px;margin-left:5px}.event-seperator{height:1px;width:100%;margin-top:10px;padding-left:20px}.event-seperator__no-padding{padding-left:0}.event-seperator>div{width:100%;height:100%;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.event-rule{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:auto;min-height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1px 0}.event-rule,.event-rule>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.event-rule>div:first-child{-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.event-rule>div:first-child>div{margin-right:5px}.event-rule__audience>div{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.event-rule__times{font-size:12px;color:#7596b7}.event-rule__sec{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-top:5px;margin-left:18px}.event-rule__sec .e-select{margin-right:10px}.event-rule__error{-webkit-box-shadow:0 0 1px 1px #fc3f1d;-moz-box-shadow:0 0 1px 1px #fc3f1d;box-shadow:0 0 1px 1px #fc3f1d}.event-rule__where{font-size:14px;font-weight:400;line-height:1.29;color:#7596b7}.event-rule__option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.event-rule__option .name{margin-right:10px}.event-rule__option img{height:15px;width:15px}.event-rule__remove{margin-right:5px}.event-rule__number input{outline:none;border:none;height:28px;padding:0 2px 0 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.event-rule__number input:focus{-webkit-box-shadow:inset 0 0 0 1px #0369e9;-moz-box-shadow:inset 0 0 0 1px #0369e9;box-shadow:inset 0 0 0 1px #0369e9}.event-rule__number input::-webkit-input-placeholder{font-size:12px}.event-rule__number input:-moz-placeholder,.event-rule__number input::-moz-placeholder{font-size:12px}.event-rule__number input:-ms-input-placeholder{font-size:12px}.event-rule__number input::-ms-input-placeholder{font-size:12px}.event-rule__number input::placeholder{font-size:12px}.event-rule__date,.event-rule__date-between,.event-rule__date-relative{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.event-rule__date-between .date-v2,.event-rule__date-relative .date-v2,.event-rule__date .date-v2{margin-right:10px}.event-rule__date-between .date-picker,.event-rule__date-relative .date-picker,.event-rule__date .date-picker{width:88px;height:24px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-right:10px}.event-rule__date-between .date-picker .inner-date-picker,.event-rule__date-relative .date-picker .inner-date-picker,.event-rule__date .date-picker .inner-date-picker{height:24px}.event-rule__date-between .date-picker .inner-date-picker .inner-date-picker-text,.event-rule__date-relative .date-picker .inner-date-picker .inner-date-picker-text,.event-rule__date .date-picker .inner-date-picker .inner-date-picker-text{font-size:12px}.event-rule__date-between .date-picker .inner-date-picker__image,.event-rule__date-relative .date-picker .inner-date-picker__image,.event-rule__date .date-picker .inner-date-picker__image{display:none}.event-rule__date--placeholder,.event-rule__date-between--placeholder,.event-rule__date-relative--placeholder{font-size:12px;color:#a0a3a1;font-weight:300}.event-rule__date--placeholder:first-letter,.event-rule__date-between--placeholder:first-letter,.event-rule__date-relative--placeholder:first-letter{text-transform:capitalize}.event-rule__date-relative input{outline:none;border:none;height:28px;padding:0 2px 0 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.event-rule__date-relative input:focus{-webkit-box-shadow:inset 0 0 0 1px #0369e9;-moz-box-shadow:inset 0 0 0 1px #0369e9;box-shadow:inset 0 0 0 1px #0369e9}.event-rule__date-relative input::-webkit-input-placeholder{font-size:12px}.event-rule__date-relative input:-moz-placeholder,.event-rule__date-relative input::-moz-placeholder{font-size:12px}.event-rule__date-relative input:-ms-input-placeholder{font-size:12px}.event-rule__date-relative input::-ms-input-placeholder{font-size:12px}.event-rule__date-relative input::placeholder{font-size:12px}.event-rule__date-relative--text{margin-left:12px;color:#557391}.event-rule__string .react-select__multi-value{height:24px;padding:0 12px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:24px}.event-rule__string .react-select__multi-value__label{padding:0;font-size:12px;color:#3d566f}.event-rule__string .react-select__multi-value__remove{margin-left:12px}.event-rule__string .react-select__multi-value__remove:hover{color:#000;color:initial;background-color:rgba(0,0,0,0);background-color:initial}.event-audience{width:50%;overflow:auto;padding-left:24px;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.event-audience__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding-left:30px;color:#a0a3a1;font-size:13px;font-family:Noto Sans,sans-serif}.event-audience__max{font-size:12px;text-align:left;color:#a0a3a1}.event-audience__header{font-size:12px;text-align:left;font-weight:400;line-height:1.33;margin-bottom:20px;color:#7596b7}.event-audience__where{text-align:left}.event-audience__where--title{font-size:12px;line-height:1.33;margin-bottom:5px;text-transform:capitalize;color:#7596b7}.event-audience__where--add{display:inline-block;cursor:pointer;font-size:12px;color:#0369e9}.event-audience__who{margin-top:24px}.event-audience .aw{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:15px}.event-audience .aw,.event-audience .aw__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.event-audience .aw__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:5px;font-size:12px}.event-audience .aw__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.event-audience .aw__header>div>div{margin-right:10px}.event-audience .aw__header>div:first-child{height:28px}.event-audience .aw__header--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.event-audience .aw__header--title{font-family:Noto Sans,sans-serif;font-weight:700;font-size:10px;letter-spacing:.5px}.event-audience .aw__header--label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:28px;cursor:text;color:#000;font-size:13px;font-weight:500;padding:1px 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.event-audience .aw__header--label:hover{background-color:#f3f9fe}.event-audience .aw__header input{width:250px;height:30px;outline:none;padding:0 4px;font-size:14px;letter-spacing:0;caret-color:#0470f7;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#253445;border:1px solid #0f87ec}.event-audience .aw .event-rule .category__value:hover{-webkit-text-decoration-color:#00b0ff;-moz-text-decoration-color:#00b0ff;text-decoration-color:#00b0ff}.event-audience__footer{text-align:left;margin-top:16px;padding-top:16px}.event-audience__footer--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:12px;color:#0369e9}.event-audience__footer--add--disabled{cursor:no-drop;color:#7596b7}.event-audience__footer--max{font-size:12px;color:#7596b7}.event-audience__footer .event__group--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.event-audience__footer .event__group--wrapper .gpx-wrapper.gpx-select{width:-webkit-max-content;width:-moz-max-content;width:max-content}.event-audience__footer .event__group--add,.event-audience__footer .event__group--and{font-size:12px;padding:0 5px;color:#2090ed}.event-audience__footer .event__group--add{cursor:pointer}.a-event-rule{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:auto;min-height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1px 0}.a-event-rule:hover{background-color:#ededed}.a-event-rule__content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.a-event-rule__content--main,.a-event-rule__content--sec{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.a-event-rule__content--main>div,.a-event-rule__content--sec>div{margin-right:5px}.a-event-rule__content--sec{margin-top:5px;margin-left:30px;width:100%}.a-event-rule__content--times{font-size:10px;font-weight:300;color:#a0a3a1}.a-event-rule__content .event-rule__number input{min-width:100px!important;width:100px!important}.a-event-rule>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:32px}.a-event-rule__error{border:1px solid #fc3f1d}.a-event-rule__where{white-space:nowrap;position:relative;top:2px;font-size:10px;font-weight:700;color:#00b0ff;text-align:right;margin-right:10px!important;letter-spacing:.5px}.a-event-rule__rule .react-select__single-value:hover{text-decoration:underline;-webkit-text-decoration-color:#ff7f00;-moz-text-decoration-color:#ff7f00;text-decoration-color:#ff7f00}.a-event-rule__rule-blue .react-select__single-value:hover{text-decoration:underline;-webkit-text-decoration-color:#00b0ff;-moz-text-decoration-color:#00b0ff;text-decoration-color:#00b0ff}.a-event-rule__remove{margin-right:5px}.events-chart{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 24px 24px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.events-chart__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:260px;font-size:12px;color:#7596b7}.events-chart__empty>div{margin-top:16px}.events-chart__header{padding:24px 24px 0}.events-chart__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#19232f;font-size:14px;font-weight:500;text-align:left}.events-chart__header--title>div:last-child{font-size:12px;font-weight:400;color:#7596b7}.events-chart__header--title img{cursor:pointer;margin-left:16px}.events-chart__header--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:16px 0 8px}.events-chart__header--aggregate .react-select--is-disabled{opacity:.5}.events-chart__header--subtitle{font-size:12px;text-align:left;font-weight:400;color:#7596b7}.events-chart__header--message{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;top:25px;font-size:14px;color:#19232f}.events-chart__header--message>div{margin-left:8px}.events-chart__option{cursor:pointer;padding:6px 16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-right:12px;color:#19232f;-webkit-box-shadow:0 0 0 1px #e3eaf1;-moz-box-shadow:0 0 0 1px #e3eaf1;box-shadow:0 0 0 1px #e3eaf1}.events-chart__option--selected,.events-chart__option:hover{color:#0369e9;background-color:rgba(3,105,233,.08);-webkit-box-shadow:0 0 0 1px rgba(3,105,233,.08);-moz-box-shadow:0 0 0 1px rgba(3,105,233,.08);box-shadow:0 0 0 1px rgba(3,105,233,.08)}.events-chart__legend-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 24px;margin-top:32px}.events-chart__info{font-size:12px;text-align:left;color:#7596b7;padding:8px 0 24px 24px}.events-chart__container{position:relative}.events-chart__container .type-select{position:absolute;top:-10px;right:50px;z-index:99}.events-chart__container .type-select .gpx-select{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.events-chart__container .events-highchart__pie .highcharts-axis.highcharts-xaxis{display:none}.events-chart__container .events-highchart__active{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#3e5872;font-size:12px;font-weight:300;margin-top:30px;padding:0 24px 20px}.events-chart__container .events-highchart__active>strong{margin:0 5px}.events-chart__container .events-highchart .gpx-chart{padding:0 24px 0 16px}.events-chart__container .events-highchart .gpx-chart .highcharts-container,.events-chart__container .events-highchart .gpx-chart>div{overflow:visible!important}.events-chart__legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;width:365px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 16px 12px 0;cursor:default;border:1px solid #e3eaf1}.events-chart__legend:hover{background-color:rgba(117,150,183,.05)}.events-chart__legend>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.events-chart__legend--color{width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 8px 0 12px}.events-chart__legend--audience,.events-chart__legend--event{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.events-chart__legend--audience>div:first-child,.events-chart__legend--event>div:first-child{font-size:12px;font-weight:500;margin-right:2px;color:#19232f}.events-chart__legend--audience>div:last-child,.events-chart__legend--event>div:last-child{color:#3e5872;width:105px;font-size:12px;text-align:left;max-width:105px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;margin-right:12px}.events-chart__legend--term{-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.events-chart__legend--term>div{color:#3e5872;font-size:12px;padding-left:8px;width:53px;max-width:53px;text-align:left;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.events-chart__legend--inactive .events-chart__legend--color{opacity:.5}.events-chart__legend--inactive .events-chart__legend--audience>div:first-child,.events-chart__legend--inactive .events-chart__legend--event>div:first-child{color:#7596b7}.events-chart__legend--inactive .events-chart__legend--audience>div:last-child,.events-chart__legend--inactive .events-chart__legend--event>div:last-child{color:#afc3d7}.events-chart__legend--inactive .events-chart__legend--term{color:#afc3d7}.gpx-wrapper.gpx-select .events-chart__select .react-select__control{border:none;min-height:32px;-webkit-box-shadow:0 0 0 1px #e3eaf1;-moz-box-shadow:0 0 0 1px #e3eaf1;box-shadow:0 0 0 1px #e3eaf1}.gpx-wrapper.gpx-select .events-chart__select .react-select__control:hover{border:none;background-color:rgba(3,105,233,.08);-webkit-box-shadow:0 0 0 1px rgba(3,105,233,.08);-moz-box-shadow:0 0 0 1px rgba(3,105,233,.08);box-shadow:0 0 0 1px rgba(3,105,233,.08)}.gpx-wrapper.gpx-select .events-chart__select .react-select__control:hover .react-select__placeholder{color:#0369e9}.gpx-wrapper.gpx-select .events-chart__select .react-select__value-container{height:auto!important;color:#19232f}.gpx-wrapper.gpx-select .events-chart__select .react-select__value-container--selected,.gpx-wrapper.gpx-select .events-chart__select .react-select__value-container:hover{color:#0369e9}.gpx-wrapper.gpx-select .events-chart__select .react-select__placeholder{height:auto;color:#19232f}.gpx-wrapper.gpx-select .events-chart__select--active .react-select__control{background-color:rgba(3,105,233,.08);-webkit-box-shadow:0 0 0 1px rgba(3,105,233,.08);-moz-box-shadow:0 0 0 1px rgba(3,105,233,.08);box-shadow:0 0 0 1px rgba(3,105,233,.08)}.gpx-wrapper.gpx-select .events-chart__select--active .react-select__single-value{color:#0369e9}.events-distribution .recharts-responsive-container .recharts-surface .xAxis{-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-ms-transform:translateY(1px);-o-transform:translateY(1px);transform:translateY(1px)}.events-distribution .recharts-responsive-container .recharts-surface .xAxis>line{display:inline;display:initial}@-webkit-keyframes cohortEventFiltersHide{0%{overflow:hidden}to{overflow:visible}}@-moz-keyframes cohortEventFiltersHide{0%{overflow:hidden}to{overflow:visible}}@-o-keyframes cohortEventFiltersHide{0%{overflow:hidden}to{overflow:visible}}@keyframes cohortEventFiltersHide{0%{overflow:hidden}to{overflow:visible}}.cohort{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;overflow:hidden;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.cohort__loader{position:absolute;top:0;left:0;width:100%;height:-webkit-calc(100vh - 104px)!important;height:-moz-calc(100vh - 104px)!important;height:calc(100vh - 104px)!important;background-color:rgba(0,0,0,.2);z-index:1}.cohort__events-filters{overflow:hidden;-webkit-flex:0 1;-moz-box-flex:0;-ms-flex:0 1;flex:0 1;-webkit-transition:-webkit-flex .6s;transition:-webkit-flex .6s;-o-transition:flex .6s;-moz-transition:flex .6s,-moz-box-flex .6s;transition:flex .6s;transition:flex .6s,-webkit-flex .6s,-moz-box-flex .6s,-ms-flex .6s}.cohort__events-filters--show{-webkit-animation:cohortEventFiltersHide 0s .7s both;-moz-animation:cohortEventFiltersHide 0s .7s both;-o-animation:cohortEventFiltersHide 0s .7s both;animation:cohortEventFiltersHide 0s .7s both;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.cohort__events-filters__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:34px}.cohort__events-filters__body,.cohort__events-filters__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.cohort__events-filters__body{width:100%;margin-bottom:5px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;overflow:auto;padding:10px 0 0 20px;background-color:#fff}.cohort__events-filters__body .events-builder{min-width:300px;max-width:50%;background-color:#fff}.cohort__events-filters__body .events-builder__header{display:none}.cohort__events-filters__body .events-builder .event__header--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cohort__events-filters__body .events-builder .event__header .react-select{min-width:240px;max-width:400px}.cohort__events-filters__body .events-builder .e-select{margin-left:20px}.cohort__events-filters__body .events-builder .e-select__clear{cursor:pointer;margin-left:20px}.cohort__main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:auto}.cohort__header-container{height:56px;min-height:56px;overflow:auto}.cohort__header{min-width:1030px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.cohort__header--main{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cohort__header--main,.cohort__header--main>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.cohort__header--main>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cohort__header--main>div .date-picker{width:85px}.cohort__header--main>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15px;font-size:12px;color:#2b3d51}.cohort__header--main>div>div:last-child{margin-right:6px}.cohort__header--main>div>div>div:first-child{white-space:nowrap;margin-right:10px}.cohort__header--advanced,.cohort__header--content,.cohort__header--content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cohort__header--advanced{cursor:pointer;height:30px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;margin-left:10px;padding:5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.cohort__header--advanced--filled{background-color:#0f87ec!important}.cohort__header--picker .react-datepicker__day{width:2.4em;height:2.4em;line-height:2.5em;margin:2px 0}.cohort__header--picker .react-datepicker__day--highlighted{background-color:#0f87ec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#fff}.cohort__header--picker .react-datepicker__day--highlighted:first-child{-webkit-border-radius:50% 0 0 50%;-moz-border-radius:50% 0 0 50%;border-radius:50% 0 0 50%}.cohort__header--picker .react-datepicker__day--highlighted:last-child{-webkit-border-radius:0 50% 50% 0;-moz-border-radius:0 50% 50% 0;border-radius:0 50% 50% 0}.cohort__header--chart{border-left:1px solid #e4e3e3;padding-left:16px}.cohort__header--chart>div{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-right:0!important}.cohort__header--chart>div:first-child{padding-right:16px}.cohort__header--chart--selected,.cohort__header--chart>div:hover{background-color:#fff}.cohort__header .cohort-exclude-complete-data{margin-top:8px;margin-left:10px}.cohort__header .cohort-exclude-complete-data label{font-weight:400}.cohort__header .cohort-include-complete-data{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15px}.cohort__header .cohort-include-complete-data .checkbox-text{font-family:Noto Sans,sans-serif;font-size:12px}.cohort__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px)}.cohort__filter{width:0;min-width:0;overflow:hidden;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;-webkit-transition:width .5s,min-width .5s;-o-transition:width .5s,min-width .5s;-moz-transition:width .5s,min-width .5s;transition:width .5s,min-width .5s}.cohort__filter-open{min-width:260px;width:260px}.cohort-empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding-top:100px;background-color:#fff}.cohort-empty img{height:200px}.cohort-empty .title{color:#0e62c2;margin-bottom:20px;font-size:24px;font-family:Noto Sans,sans-serif}.cohort-empty .first-row{font-size:15px;font-weight:500;margin-bottom:10px;margin-top:20px}.cohort-empty .sec-row{width:500px;margin-bottom:20px}.cohort-list-view-table{width:100%}.cohort-list-view-table .table-v3 .table-pagination{min-height:50px;margin:0}.cohort-list-view-table .table-v3 .table-pagination .inner-container-left{padding-left:6px}.cohort-list-view-table .table-v3 .table-pagination .inner-container-left .cohort-create-search-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.cohort-list-view-table .table-v3 .table-pagination .inner-container-left .cohort-create-search-container__create-button{margin-right:16px}.cohort-list-view-table .table-v3 .table-pagination .inner-container-left .cohort-create-search-container__search{width:300px}.cohort-list-view-table .table-v3 .status-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.cohort-list-view-table .table-v3 .status-cell>span{color:#3d566f}.cohort-list-view-table .table-v3 .status-cell img{width:20px;height:20px;margin-right:5px}.cohort-list-view-table .ReactTable{margin:5px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.cohort-list-view-table .ReactTable .name-cell{color:#0db14c;cursor:pointer}.cohort-list-view-table .ReactTable .name-cell:hover{text-decoration:underline}.cohort-list-view-table .ReactTable .custom-range,.cohort-list-view-table .ReactTable .relative-range{font-size:13px}.cohort-list-view-table .ReactTable .relative-range>span:first-child{margin-right:10px}.cohort-list-view-table .ReactTable .relative-range>span:last-child{color:#9a9ca5;font-size:12px;font-style:italic}.cohort-grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 10px 10px;padding:10px;min-width:190px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.cohort-grid .tooltip-v2{max-width:450px}.cohort-grid__body-tip,.cohort-grid__head-tip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.cohort-grid__body-tip>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cohort-grid__body-tip>div>div{white-space:nowrap}.cohort-grid__body-tip>div>div:first-child{text-align:left;width:80px}.cohort-grid__dates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:250px}.cohort-grid__dates--head{height:40px;min-height:40px;background-color:#f4f4f4;border-right:1px solid #eee;border-bottom:1px solid #eee}.cohort-grid__dates--date,.cohort-grid__dates--group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;color:#000;font-size:13px;padding:0 20px;border-right:1px solid #eee;border-bottom:1px solid #eee;border-left:1px solid #eee;background-color:#fff;white-space:nowrap}.cohort-grid__dates--date>div:last-child,.cohort-grid__dates--group>div:last-child{font-size:11px;color:#aaa}.cohort-grid__dates--group{height:50px;font-size:15px;font-weight:600}.cohort-grid__table{overflow:auto;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cohort-grid__table--body-head{height:50px!important;background-color:#fff!important}.cohort-grid__table--body-head td{font-size:15px!important;font-weight:600!important}.cohort-grid__table table{width:100%}.cohort-grid__table table thead tr{height:39px;background-color:#f4f4f4;border-bottom:1px solid #eee}.cohort-grid__table table thead tr th{border-right:1px solid #eee;color:#000;font-weight:300;font-size:13px;padding:0 20px;text-align:right;min-width:82px;white-space:nowrap}.cohort-grid__table table tbody tr{height:40px;background-color:#fff;border-bottom:1px solid #eee}.cohort-grid__table table tbody tr:last-child{height:41px}.cohort-grid__table table tbody tr td{border-right:1px solid #eee;color:#000;font-weight:300;font-size:13px;padding:0 20px;text-align:right}.chart-v2__vertical .recharts-legend-wrapper{top:60px!important}.chart-v2__vertical .chart-v2__container--pie-v2{width:-webkit-calc(100% - 450px);width:-moz-calc(100% - 450px);width:calc(100% - 450px)}.chart-v2{min-width:90%;min-height:350px;margin:10px;position:relative;background-color:#fff;font-family:Noto Sans,sans-serif;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.chart-v2 .app-loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:350px}.chart-v2 .recharts-responsive-container{display:inline-block}.chart-v2 .recharts-responsive-container .recharts-surface .xAxis{font-size:11px;-webkit-transform:translateY(12px);-moz-transform:translateY(12px);-ms-transform:translateY(12px);-o-transform:translateY(12px);transform:translateY(12px)}.chart-v2 .recharts-responsive-container .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line,.chart-v2 .recharts-responsive-container .recharts-surface .xAxis>line{display:none}.chart-v2 .recharts-responsive-container .recharts-surface .yAxis{font-size:11px;-webkit-transform:translate(-12px);-moz-transform:translate(-12px);-ms-transform:translate(-12px);-o-transform:translate(-12px);transform:translate(-12px)}.chart-v2 .recharts-responsive-container .recharts-surface path.recharts-rectangle.recharts-tooltip-cursor{fill:none}.chart-v2 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line{stroke-dasharray:2px 3px}.chart-v2 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line:first-child{stroke-dasharray:inherit;stroke:#aeaeae}.chart-v2 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line{stroke-dasharray:inherit}.chart-v2 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:first-child,.chart-v2 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:last-child{display:none}.chart-v2 .recharts-legend-wrapper{width:100%!important}.chart-v2 .recharts-legend-wrapper ul{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 0 20px;max-height:40px}.chart-v2 .recharts-legend-wrapper ul>li{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:20px;font-size:12px;font-weight:300;margin-right:20px;white-space:nowrap;list-style:none;cursor:pointer}.chart-v2 .recharts-legend-wrapper ul>li p{margin:0;max-width:132px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media (max-width:1240px){.chart-v2 .recharts-legend-wrapper ul>li p{max-width:100px}}.chart-v2 .recharts-legend-wrapper ul>li:last-child{margin-right:0}.chart-v2 .recharts-legend-wrapper ul>li:before{content:"\2022";position:relative;top:1px;margin-right:6px;font-size:23px}.chart-v2__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:18px 40px 0 0}.chart-v2__header,.chart-v2__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart-v2__header--title{height:37px;line-height:37px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:600;padding-left:25px;border-left:5px solid #00b0ff}.chart-v2__header--title>img{margin:0 10px}.chart-v2__header--showing{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:300}.chart-v2__header--showing>strong{margin:0 5px}.chart-v2__arrow{margin-right:20px;position:relative;bottom:4px}.chart-v2__no-chart,.chart-v2__no-data{font-family:Noto Sans,sans-serif;color:#abaaaa;font-size:16px;line-height:350px}.chart-v2__chart{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart-v2__chart>div{position:relative;display:inline-block}.chart-v2__container{width:100%}.chart-v2__container--pie{width:-webkit-calc(100% - 220px);width:-moz-calc(100% - 220px);width:calc(100% - 220px)}.chart-v2__container--bar .recharts-surface .xAxis{-webkit-transform:translate(0)!important;-moz-transform:translate(0)!important;-ms-transform:translate(0)!important;-o-transform:translate(0)!important;transform:translate(0)!important}.chart-v2__container--bar .recharts-surface .xAxis>line{display:block!important;stroke:#aeaeae}.chart-v2__container--bar .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line{display:none}.chart-v2__pie,.chart-v2__pie-v2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:220px;position:relative}.chart-v2__pie-v2 .recharts-tooltip-wrapper,.chart-v2__pie .recharts-tooltip-wrapper{z-index:10}.chart-v2__pie--inner,.chart-v2__pie-v2--inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:102px;left:50px;font-size:11px;background-color:#404040;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#33deff;height:70px;width:70px;z-index:1}.chart-v2__pie--inner img,.chart-v2__pie-v2--inner img{margin-top:8px}.chart-v2__pie--inner p,.chart-v2__pie-v2--inner p{margin:0;line-height:15px}.chart-v2__pie-v2{width:450px;right:30px}.chart__chart .recharts-tooltip-wrapper{z-index:999}.chart-tooltip-v2,.chart-tooltip-v2-bar{min-width:129px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;font-family:Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;color:#19232f;text-transform:capitalize}.chart-tooltip-v2-bar__browser-widgets,.chart-tooltip-v2__browser-widgets{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.chart-tooltip-v2-bar__items,.chart-tooltip-v2__items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:6px 16px}.chart-tooltip-v2-bar__items--title,.chart-tooltip-v2__items--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.chart-tooltip-v2-bar__items--title--dot,.chart-tooltip-v2__items--title--dot{padding-right:8px;font-size:18px}.chart-tooltip-v2-bar__items>div,.chart-tooltip-v2__items>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.chart-tooltip-v2-bar__items>div:last-child,.chart-tooltip-v2__items>div:last-child{border-bottom:1px solid #e3eaf1;margin-bottom:6px}.chart-tooltip-v2-bar__items--name,.chart-tooltip-v2__items--name{padding-left:18px}.chart-tooltip-v2-bar__time,.chart-tooltip-v2__time{padding:0 16px 10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chart-tooltip-v2-bar__label,.chart-tooltip-v2__label{color:#7596b7;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-right:16px}.chart-tooltip-v2-bar__additional,.chart-tooltip-v2__additional{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#7596b7}.chart-tooltip-v2-bar__additional--dot,.chart-tooltip-v2__additional--dot{margin:0 5px}.chart-tooltip-v2-bar__pie,.chart-tooltip-v2__pie{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:150px}.chart-tooltip-v2-bar__pie>div,.chart-tooltip-v2__pie>div{color:#33deff}.chart-tooltip-v2-bar__pie>div:nth-child(2),.chart-tooltip-v2__pie>div:nth-child(2){color:#fff;margin-left:10px}.chart-tooltip-v2-bar__bar,.chart-tooltip-v2__bar{text-align:left}.chart-tooltip-v2-bar__bar--name,.chart-tooltip-v2__bar--name{border-bottom:1px solid #eee}.chart-tooltip-v2-bar{padding:0 10px}.chart-tooltip-v2-bar__count,.chart-tooltip-v2-bar__name{text-align:left;padding:7px 15px 5px}.chart-tooltip-v2-bar__name{max-width:129px;overflow-wrap:break-word;word-wrap:break-word;border-bottom:1px solid rgba(160,163,161,.5)}.reports{width:100%;position:relative;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.reports__create--filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;position:relative}.reports__create--filter--applied{position:absolute;top:1px;right:1px;width:8px;height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#f75d4f;border:1px solid #fff;cursor:pointer}.reports__table--hidden .rt-noData,.reports__table--hidden .rt-table{display:none}.reports__table--hidden .table-v3 .ReactTable.-highlight{height:0!important}.reports__table--hidden .table-v3 .table-pagination{display:none}.reports__empty__container{height:-webkit-calc(100vh - 100px);height:-moz-calc(100vh - 100px);height:calc(100vh - 100px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-top:100px;background-color:#fff}.reports__empty__container--description{width:700px;font-size:16px;text-align:center;color:#19232f}.reports__empty__container--create{margin-top:24px}.reports__empty__container--content-text{display:grid;font-size:16px;font-weight:400;margin:32px 0 10px;color:#19232f}.reports__empty__container--img{width:500px;height:205px}.reports__tabs-container .MuiTabs-fixed{background:#fff;padding:9px 20px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.reports .img{margin:0}.reports .table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td{height:50px}.reports .table-v3 .ReactTable .rt-tbody .rt-tr-group .rt-td .delete-cell .delete-icon .MuiButtonBase-root.MuiIconButton-root{height:40px}.reports .table-v3 .table-pagination{min-height:50px;margin:0}.reports .table-v3 .table-pagination__controls__selector{height:30px}.reports .table-v3 .table-pagination__controls__selector--hidden{display:none}.reports .table-v3 .table-pagination__page-size-selector,.reports .table-v3 .table-pagination__page-size-selector .react-select__control,.reports .table-v3 .table-pagination__page-size-selector .react-select__indicators{height:30px}.reports .table-v3 .table-pagination .inner-container-left{padding-left:20px;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.reports .table-v3 .table-pagination .inner-container-left .in-pagination-tabs{-webkit-flex-flow:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row;flex-flow:row;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.reports .table-v3 .table-pagination .inner-container-left .in-pagination-tabs .MuiTabs-flexContainer{height:50px}.reports .table-v3 .table-pagination .inner-container-left .in-pagination-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:16px}.reports .table-v3 .table-pagination .inner-container-left .in-pagination-filters__search{width:300px;margin-right:16px}.reports .table-v3 .table-pagination .inner-container-left .in-pagination-filters__left{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:16px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.reports .table-v3 .table-pagination .inner-container-left .in-pagination-filters__left--multi-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-right:16px}.reports .table-v3__content .ReactTable{background:#f6f8fa}.reports .table-v3__content .rt-table{margin:4px;background:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);width:auto}.reports .table-v3__content .rt-resizable-header-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.reports .table-v3__content .rt-resizable-header-content .popover-menu-icon-container>svg{stroke:#0cb04c}.reports .table-v3__content .rt-resizable-header-content .popover-menu-icon-container .popover-menu-icon{position:relative;top:0;right:2px}.reports .table-v3__content .pagination-top .table-v3{padding-top:0!important;padding-bottom:0!important}.reports-delete-warning__warning-text{font-size:14px}.reports-delete-warning__reports-details{margin:3px 0;font-size:16px;font-weight:700}.reports-delete-warning__undone-action-text{width:300px;font-size:13px;margin:20px auto;color:#a0a3a1}.reports-filter-menu__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:8px 0 0;padding:8px 16px 8px 78px;border:1px solid #e3eaf1;background-color:#fbfbfc}.reports-filter-menu__actions>div:first-child{margin-right:16px}.reports-filter-menu__header{padding-top:12px;margin-left:16px;margin-right:16px;font-size:12px;font-weight:700;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.reports-filter-menu__header .selected-label{font-size:14px;font-weight:500;margin-top:8px}.reports-filter-menu__main{font-size:12px;padding:12px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.reports-filter-menu__main--options{width:180px}.reports-filter-menu__main--highlight{background-color:rgba(117,150,183,.1)}.reports-filter-menu__main>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:32px;cursor:pointer;line-height:32px;padding:0 16px}.reports-filter-menu__main>div:hover{background-color:rgba(117,150,183,.1)}.reports-share-dialog__reports{width:820px;margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px;gap:10px}.reports-share-dialog__reports--report-label{width:120px;height:24px;-webkit-flex-grow:initial;-moz-box-flex:initial;-ms-flex-positive:initial;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 10px 0 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e3eaf1}.reports-share-dialog__reports--report-label--name{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;font-size:12px;margin-left:10px;white-space:nowrap}.reports-share-dialog__reports--report-label--img{padding:0 8px}.reports-share-dialog__reports--more-reports{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e3eaf1;font-size:12px;padding:0 10px}.reports-share-dialog__reports--more-reports--label{margin-bottom:4px}.reports-share-dialog__header,.reports-share-dialog__reports--more-reports--label{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.reports-share-dialog__header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.reports-share-dialog__header .gpx-radio{position:relative;top:10px;margin-left:20px}.reports-share-dialog__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.reports-share-dialog__options--owner{position:relative;top:5px;font-size:13px;letter-spacing:0;line-height:15px;text-align:right;color:#557391}.reports-share-dialog__options .gpx-checkbox{margin-left:10px}.reports-share-dialog__message{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:820px;height:418px;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;background-repeat:no-repeat;background-image:url(/horizon/backgrounds/share.svg)}.reports-share-dialog__message>div{width:400px;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;text-align:center;color:#2b3d51}.reports-share-dialog__user{margin-top:16px}.reports-share-dialog__user__view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:16px}.reports-share-dialog__user__view--select{width:312px}.reports-share-dialog__user__view--access .gpx-select{width:100px!important;margin-left:10px;margin-right:10px}.reports-share-dialog__list{width:820px;height:312px;overflow:auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d5dee8}.reports-share-dialog__list>div{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 16px;min-height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e2e9f0;-moz-box-shadow:inset 0 -1px 0 0 #e2e9f0;box-shadow:inset 0 -1px 0 0 #e2e9f0}.reports-share-dialog__list>div,.reports-share-dialog__list>div>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.reports-share-dialog__list>div>div:first-child{font-size:13px;color:#2b3d51}.reports-share-dialog__list--clear{color:#0369e9;font-size:14px;cursor:pointer}.reports-share-dialog__list--delete{margin-left:20px}.reports-share-dialog__list--user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.reports-share-dialog__list--user:hover{background-color:rgba(15,135,236,.06)}.reports-share-dialog__list--user:hover .share-v2__list--delete{cursor:pointer;visibility:visible}.reports-share-dialog__list--access,.reports-share-dialog__list--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.reports-share-dialog__list--access .gpx-select{width:100px!important}.reports-share-dialog__list--initials{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:28px;height:28px;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;background-color:rgba(112,144,175,.1);color:#46637f;font-size:12px;margin-right:14px}.reports-share-dialog .gpx-checkbox .MuiButtonBase-root{margin-top:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;pointer-events:auto}.funnels{width:100%;overflow:hidden}.funnels .table-v3 .table-pagination{min-height:50px;margin:0}.funnels .table-v3 .table-pagination .inner-container-left{padding-left:6px}.funnels .table-v3 .table-pagination .inner-container-left .funnel-create-search-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.funnels .table-v3 .table-pagination .inner-container-left .funnel-create-search-container__create-button{margin-right:16px}.funnels .table-v3 .table-pagination .inner-container-left .funnel-create-search-container__search{width:300px}.funnels .table-v3 .status-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.funnels .table-v3 .status-cell>span{color:#181f26;padding:2px 8px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:1px solid rgba(24,31,38,.16)}.funnels .table-v3 .status-cell img{width:20px;height:20px;margin-right:5px}.funnels .ReactTable{margin:5px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.funnels .ReactTable .name-cell{color:#0db14c;cursor:pointer}.funnels .ReactTable .name-cell:hover{text-decoration:underline}.funnels .ReactTable .custom-range,.funnels .ReactTable .relative-range{font-size:13px}.funnels .ReactTable .relative-range>span:first-child{margin-right:10px}.funnels .ReactTable .relative-range>span:last-child{color:#9a9ca5;font-size:12px;font-style:italic}.empty-funnel-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.empty-funnel-list__heading{font-size:26px;font-weight:600;line-height:1.54;color:#181f26;margin-bottom:16px}.empty-funnel-list__video{width:480px;height:310px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #0369e9;margin-bottom:16px}.empty-funnel-list__video img{width:100%;height:100%}.empty-funnel-list__sub-heading{font-size:16px;font-weight:600;line-height:1.5;color:#181f26;margin-bottom:12px}.empty-funnel-list__micro-copy{font-size:14px;line-height:1.71;color:#181f26;width:630px;margin-bottom:20px}.empty-funnel-list__micro-copy a{color:#0369e9}.empty-funnel-list__micro-copy img{width:16px;height:16px}.funnel-v2{overflow:hidden;height:100%;background-color:#fff}.funnel-v2__view{overflow:auto;height:-webkit-calc(100vh - 104px)!important;height:-moz-calc(100vh - 104px)!important;height:calc(100vh - 104px)!important}.funnel-v2__container{overflow:auto}.funnel-v2__progress-icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.funnel-v2__progress-icon--heading{font-size:26px;font-weight:600;line-height:1.54;letter-spacing:normal;color:#19232f}.funnel-v2__progress-icon--sub-text{margin:16px auto 8px;font-size:18px;line-height:1.33;letter-spacing:normal;color:#7596b7;max-width:700px;font-weight:400}.funnel-v2__progress-icon--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px;grid-gap:16px;gap:16px}.funnel-v2__progress-icon--progress-bar{width:280px;margin:auto}.funnel-v2__progress-icon--regenerate-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.funnel-v2__progress-icon--regenerate-actions div:nth-child(2){font-size:12px;font-weight:600;line-height:1.33;letter-spacing:normal;text-align:center;color:#7596b7}.funnel-v2__progress-icon .gpx-progress-bar__container{display:block!important}.funnel-v2__progress-icon .gpx-progress-bar__counter{-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;margin-top:10px;color:#7596b7;font-size:12px!important;line-height:1.33}.funnel-v2__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:56px;min-height:56px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 32px 0 24px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;width:100%;z-index:2;position:-webkit-sticky;position:sticky}.funnel-v2__header>div:first-child{width:-webkit-calc(100% - 550px);width:-moz-calc(100% - 550px);width:calc(100% - 550px)}.funnel-v2__header>div:nth-child(2){width:550px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:10px;gap:10px}.funnel-v2__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-v2__header--back{cursor:pointer}.funnel-v2__header--name{color:#000;font-size:18px;font-weight:500;margin-left:16px;width:100%}.funnel-v2__header--name>div{width:100%}.funnel-v2__header--name>div .gpx-textfield{max-width:none}.funnel-v2__header--name>div .gpx-textfield__wrap{border:none}.funnel-v2__header--name>div .gpx-textfield__wrap input{border:none;width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;background-color:rgba(0,0,0,0);background-color:initial;color:#3d566f}.funnel-v2__header--name>div .gpx-textfield__wrap input::-webkit-input-placeholder{font-size:14px}.funnel-v2__header--name>div .gpx-textfield__wrap input:-moz-placeholder,.funnel-v2__header--name>div .gpx-textfield__wrap input::-moz-placeholder{font-size:14px}.funnel-v2__header--name>div .gpx-textfield__wrap input:-ms-input-placeholder{font-size:14px}.funnel-v2__header--name>div .gpx-textfield__wrap input::-ms-input-placeholder{font-size:14px}.funnel-v2__header--name>div .gpx-textfield__wrap input::placeholder{font-size:14px}.funnel-v2__header--name>div .gpx-textfield__wrap input:hover{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:rgba(117,150,183,.1)}.funnel-v2__header--name>div .gpx-textfield__wrap input:focus{background-color:#fff;outline:1px auto -webkit-focus-ring-color}.funnel-v2__header--date-picker .date-range-picker{opacity:.5;pointer-events:none}.funnel-v2__header--date-picker .date-range-picker__selectedDate{border:1px solid #e3eaf1;background-color:#fbfbfc}.funnel-v2__header--refresh{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:12px;color:#0369e9;grid-gap:4px;gap:4px}.funnel-v2__header--refresh>img{margin-left:8px}.funnel-v2__header--refresh--disabled{color:#afc3d7}.funnel-v2__header__menu{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px}.funnel-v2__header__menu>img{width:24px;height:24px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.funnel-v2__header__menu--icon--active,.funnel-v2__header__menu>img:hover{background-color:rgba(117,150,183,.2)}.funnel-v2__header__menu-popover{width:220px;padding:8px 0}.funnel-v2__header__menu-popover--item{color:#253445}.funnel-v2__header__menu-popover>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;cursor:pointer;padding:0 16px;font-size:14px}.funnel-v2__header__menu-popover>div>span{margin-left:8px}.funnel-v2__header__menu-popover>div:hover{background-color:rgba(117,150,183,.05)}.funnel-v2__header__menu-popover--clone{color:#253445}.funnel-v2__header__menu-popover--clone--disable{color:#5f6c7a;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.funnel-v2__content{width:-webkit-calc(100% - 64px);width:-moz-calc(100% - 64px);width:calc(100% - 64px);margin:24px 32px 16px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);-moz-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24)}.funnel-v2__content--divider{margin:32px 0;border-bottom:1px solid #e3eaf1}.funnel-v2__header-details{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-calc(100% - 64px);width:-moz-calc(100% - 64px);width:calc(100% - 64px);-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;padding:16px 32px 16px 24px;background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);-moz-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);margin:24px 32px 16px}.funnel-v2__header-details,.funnel-v2__header-details__right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-v2__header-details__right{font-size:12px;color:#3c4a57}.funnel-v2__header-details__right__dates,.funnel-v2__header-details__right__dates--range{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:6px;gap:6px}.funnel-v2__header-details__right__dates--range div:last-child{font-weight:600}.funnel-v2__header-details__right__dates--last-run{padding-left:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:6px;gap:6px}.funnel-v2__header-details__right__dates--last-run div:last-child{font-weight:600}.funnel-v2__header-details__right--more-info{padding-left:16px}.funnel-v2__header-details__right--more-info .funnel-v2-header-details{margin-right:20px}.funnel-v2__header-details__right--widget{padding-right:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px}.funnel-v2__header-details__right--widget__dates--range{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px;font-weight:400}.funnel-v2__header-details__right--widget__dates--range div:last-child{font-weight:600}.funnel-v2__header-details__right--widget__dates--last-run{padding-left:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px;font-weight:400}.funnel-v2__header-details__right--widget__dates--last-run div:last-child{font-weight:600}.funnel-v2__header-details__widget{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:24px 32px 16px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.funnel-v2__table--empty{height:220px;display:flow;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;padding:32px}.funnel-v2__table--empty>img{padding-bottom:20px}.funnel-v2__table--tabs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:12px;gap:12px;margin-left:20px}.funnel-v2__table--tabs .funnel-v2-table-tab{-webkit-transition:border-color .3s,color .3s;-o-transition:border-color .3s,color .3s;-moz-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s}.funnel-v2__table--tabs .funnel-v2-table-tab .gpx-button{color:#181f26}.funnel-v2__table--tabs .funnel-v2-table-tab .gpx-button .MuiButton-root{text-transform:none}.funnel-v2__table--tabs .funnel-v2-table-tab .gpx-button .MuiButtonBase-root{background:none;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.funnel-v2__table--tabs .funnel-v2-table-tab .gpx-button .MuiButtonBase-root .MuiButton-label{color:#181f26;font-size:14px}.funnel-v2__table--tabs .funnel-v2-table-tab .gpx-button .MuiButtonBase-root:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#e6e9ec}.funnel-v2__table--tabs .funnel-v2-table-tab--selected{background:#e6e9ec;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.funnel-v2__table--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;margin-left:24px;color:#19232f}.funnel-v2__table--header>div{margin-right:5px}.funnel-v2__table--header>span{margin-left:5px}.funnel-v2__table--header .react-select__value-container{height:100%!important;font-weight:500}.funnel-v2__table--header .react-select__single-value{max-width:200px!important}.funnel-v2__table .table-pagination{margin:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.funnel-v2__table .table-v3__content{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:10px 32px 20px 24px}.funnel-v2__table .table-v3__content .ReactTable{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.funnel-v2__drilldown-drawer{margin:8px 16px 8px 24px}.funnel-v2__drilldown-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:600;padding-bottom:32px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.funnel-v2__drilldown-drawer__header--name{width:300px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;padding-left:8px}.funnel-v2__drilldown-drawer__header--details{padding-top:16px}.funnel-v2__drilldown-drawer__header--details,.funnel-v2__drilldown-drawer__header--details img{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-v2__drilldown-drawer__header--details img{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:24px;width:24px;height:24px;font-size:11px;font-weight:600;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;color:#19232f;border:1px solid #7596b7}.funnel-v2__drilldown-drawer__header--button{font-size:14px;color:#0369e9;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.funnel-v2__drilldown-drawer__header--button,.funnel-v2__drilldown-drawer__header--button>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-v2__drilldown-drawer__header--button>div{cursor:pointer;grid-gap:4px;gap:4px}.funnel-v2__drilldown-drawer__header--button img{cursor:pointer;margin-right:20px}.funnel-v2__drilldown-drawer table.funnel-v2-drilldown-table{margin:10px}.funnel-v2__drilldown-drawer .funnel-v2-drilldown-table td{color:#3c4a57;height:48px;font-size:12px;border-bottom:1px solid #e6e9ec}.funnel-v2__drilldown-drawer .funnel-v2-drilldown-table th{color:#3c4a57;height:36px;font-weight:600;font-size:12px;border-bottom:1px solid #d5d9de}.funnel-v2__drilldown-drawer .funnel-v2-drilldown-table__row{padding-left:6px}.funnel-v2__empty{height:-webkit-calc(100vh - 184px);height:-moz-calc(100vh - 184px);height:calc(100vh - 184px);position:relative;margin-top:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);-moz-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.funnel-v2__empty--bad{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;font-weight:300;color:grey;padding-top:100px;margin-bottom:20px}.funnel-v2__empty--bad div{margin-bottom:10px}.funnel-v2__empty--bad .funnel-action{cursor:pointer;color:#2090ed;font-weight:700;font-size:16px}.funnel-v2__empty--add-steps{width:350px}.funnel-v2__empty--add-steps strong{color:#000}.funnel-v2__empty--text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;font-weight:300;color:grey;padding-top:100px;margin-bottom:20px}.funnel-v2__empty--text .regenerate,.funnel-v2__empty--text .regenerate__btn{margin-top:10px}.funnel-v2__empty--text img{margin-bottom:15px}.funnel-v2__empty--text span{margin:0 5px;color:#ff7f00;cursor:pointer}.funnel-v2__empty--text span:hover{text-decoration:underline}.funnel-v2__empty--add-filters{position:absolute;top:20px;right:20px;width:215px}.funnel-v2__empty--add-filters>div{position:relative;background:#fff;border:1px solid #8f8f8f;color:grey;padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 .6px 0 0 rgba(0,0,0,.4);-moz-box-shadow:0 .6px 0 0 rgba(0,0,0,.4);box-shadow:0 .6px 0 0 rgba(0,0,0,.4)}.funnel-v2__empty--add-filters>div:after,.funnel-v2__empty--add-filters>div:before{left:100%;top:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.funnel-v2__empty--add-filters>div:after{border-left-color:#fff;border-width:9px;margin-top:-9px}.funnel-v2__empty--add-filters>div:before{border-left-color:#909090;border-width:10px;margin-top:-10px}.funnel-v2-header-details{text-align:start;padding:12px 0;width:250px;font-size:12px;color:#181f26}.funnel-v2-header-details>li{margin-bottom:4px}.funnel-v2-header-details--title{padding-bottom:12px;font-size:16px;font-weight:600}.funnel-loader-v2{position:absolute;bottom:-60px;left:0;z-index:99;width:100%;padding:0 5px;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s}.funnel-loader-v2__show{bottom:0}.funnel-loader-v2__loading{padding:0}.funnel-loader-v2>div{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:55px;padding:0 35px;background-color:#404040}.funnel-loader-v2>div,.funnel-loader-v2__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-loader-v2__data>svg{width:50px;padding:8px}.funnel-loader-v2__data--percent{color:#fff;font-size:13px;margin:0 10px}.funnel-loader-v2__data--text{font-size:11px;color:#a0a3a1}.funnel-loader-v2__data--orange{font-size:11px;color:#ffa64d}.funnel-loader-v2__buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-loader-v2__buttons>div{margin-left:10px}.analytics__content:has(.funnel-v2){height:100%!important}.funnel-v2-table-user-column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;grid-gap:14px;gap:14px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#0369e9;padding-left:11px}.funnel-v2-table-user-column__name{width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.MuiPaper-root.MuiPopover-paper.MuiPaper-elevation8.MuiPaper-rounded{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.funnel-v2-header-clone-tooltip{width:240px;font-size:14px;-webkit-align-content:start;-ms-flex-line-pack:start;align-content:start;text-align:left}.funnel-v2-header-clone-tooltip--title{font-weight:bolder;padding-bottom:12px}.path-analyzer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.path-analyzer__loader{position:absolute;top:0;left:0;width:100%;height:-webkit-calc(100vh - 104px)!important;height:-moz-calc(100vh - 104px)!important;height:calc(100vh - 104px)!important;background-color:rgba(0,0,0,0);z-index:9}.path-analyzer-summary-tooltip{grid-gap:8px;gap:8px;max-height:320px;overflow:auto}.path-analyzer-summary-tooltip,.path-analyzer-summary-tooltip__wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.path-analyzer-summary-tooltip__wrap{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.path-analyzer__main{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:auto}.path-analyzer__main,.path-analyzer__main--chart{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer__main--chart{margin-top:112px}.path-analyzer__main--chart__sankey{width:100%;text-align:center}.path-analyzer__main--top-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:56px;min-height:56px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 32px 0 24px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;width:-webkit-calc(100% - 48px);width:-moz-calc(100% - 48px);width:calc(100% - 48px);z-index:2;position:fixed}.path-analyzer__main--top-header,.path-analyzer__main--top-header__left-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.path-analyzer__main--top-header__left-section{grid-gap:16px;gap:16px}.path-analyzer__main--top-header__left-section>div>img{cursor:pointer}.path-analyzer__main--top-header__left-section--dates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.path-analyzer__main--top-header__left-section--dates__title{font-size:12px;color:#3c4a57}.path-analyzer__main--top-header__left-section--dates__data{font-weight:600;color:#3c4a57;font-size:12px}.path-analyzer__main--top-header__left-section--filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.path-analyzer__main--top-header__left-section--filter>svg{width:32px;height:32px;padding:4px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;cursor:pointer}.path-analyzer__main--top-header__left-section--filter>svg:hover,.path-analyzer__main--top-header__left-section--filter__active{background-color:#e6e9ec}.path-analyzer__main--top-header__right-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;width:50%}.path-analyzer__main--top-header__right-section--back{cursor:pointer}.path-analyzer__main--top-header__right-section--name{color:#000;font-size:18px;font-weight:500;margin-left:16px;width:60%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer__main--top-header__right-section--name>div{width:100%}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield{max-width:none}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap{border:none}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input{border:none;width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;background-color:rgba(0,0,0,0);background-color:initial;color:#3d566f}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input::-webkit-input-placeholder{font-size:14px}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input:-moz-placeholder,.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input::-moz-placeholder{font-size:14px}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input:-ms-input-placeholder{font-size:14px}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input::-ms-input-placeholder{font-size:14px}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input::placeholder{font-size:14px}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input:hover{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:rgba(117,150,183,.1)}.path-analyzer__main--top-header__right-section--name>div .gpx-textfield__wrap input:focus{background-color:#fff;outline:1px auto -webkit-focus-ring-color}.path-analyzer__main--top-header__menu{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px}.path-analyzer__main--top-header__menu>svg{width:24px;height:24px;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.path-analyzer__main--top-header__menu--icon--active,.path-analyzer__main--top-header__menu>svg:hover{background-color:rgba(117,150,183,.2)}.path-analyzer__main--top-header__menu-popover{width:88px;padding:8px 0;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981);box-shadow:0 0 1px 0 rgba(52,56,58,.23921568627450981)}.path-analyzer__main--top-header__menu-popover--item{color:#253445}.path-analyzer__main--top-header__menu-popover>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;cursor:pointer;padding:0 16px;font-size:14px}.path-analyzer__main--top-header__menu-popover>div>span{margin-left:8px}.path-analyzer__main--top-header__menu-popover>div:hover{background-color:rgba(117,150,183,.05)}.path-analyzer__main--top-header__menu-popover--clone{color:#253445}.path-analyzer__main--top-header__menu-popover--clone--disable{color:#5f6c7a;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer__main .page-header__main{-webkit-flex-grow:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.path-analyzer__dialog-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.path-analyzer__dialog-header--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.path-analyzer__dialog-header--container__title{font-size:18px;font-weight:600;color:#181f26}.path-analyzer__dialog-header--container__subtitle{color:#5f6c7a;font-size:12px;font-weight:400;line-height:16px}.path-analyzer__dialog-header--container__subtitle>span{color:#0369e9}.path-analyzer__dialog-header__product{margin-left:112px}.path-analyzer__dialog-header--search{margin-right:18px;margin-left:342px}.path-analyzer__footer{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1;padding:0 30px;min-height:50px;font-size:12px;min-width:930px}.path-analyzer__footer,.path-analyzer__footer .refresh{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.path-analyzer__footer .refresh{vertical-align:middle}.path-analyzer__footer .refresh .stale{color:#ff7f00;margin-right:5px}.path-analyzer__footer .refresh .stale img{margin-left:5px}.path-analyzer__footer .refresh img{margin-left:5px;cursor:pointer}.path-analyzer__footer .refresh img.animate{-webkit-animation-name:spin;-moz-animation-name:spin;-o-animation-name:spin;animation-name:spin;-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear}.path-analyzer__threshold input{width:25px;height:30px;border:0;font-size:14px;color:#000;outline:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;padding:0 8px;font-family:Noto Sans,sans-serif;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.path-analyzer__threshold--input-error{border:1px solid #fc3f1d}.path-analyzer__threshold--error{position:absolute;top:20px;left:-100px;-webkit-transition:.2s ease;-o-transition:ease .2s;-moz-transition:ease .2s;transition:.2s ease;white-space:nowrap;font-size:11px;color:#fc3f1d}.path-analyzer__header{min-width:930px;width:-webkit-calc(100% - 48px);width:-moz-calc(100% - 48px);width:calc(100% - 48px);position:fixed;margin-top:56px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1;-webkit-justify-content:unset;-moz-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}.path-analyzer__header .page-header__secondary{width:100%}.path-analyzer__header--wrap{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.path-analyzer__header--wrap,.path-analyzer__header--wrap__filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer__header--wrap__filters{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:28px;gap:28px}.path-analyzer__header--wrap__filters--starting-with{font-size:12px;color:#3c4a57}.path-analyzer__header--wrap__filters--starting-with span:nth-child(2){font-weight:600}.path-analyzer__header--content,.path-analyzer__header .right-header-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.path-analyzer__header .right-header-wrapper{position:relative}.path-analyzer__header .right-header-wrapper .threshold{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.path-analyzer__header .right-header-wrapper .threshold_label{font-size:12px;margin-right:10px;color:#2b3d51}.path-analyzer__header .right-header-wrapper .steps-pagination{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:#2b3d51}.path-analyzer__header .right-header-wrapper .steps-pagination,.path-analyzer__header .right-header-wrapper .steps-pagination .back,.path-analyzer__header .right-header-wrapper .steps-pagination .next{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer__header .right-header-wrapper .steps-pagination .back img{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.path-analyzer__header .right-header-wrapper .steps-pagination .active{cursor:pointer}.path-analyzer__header .selectors,.path-analyzer__header .selectors .selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer__header .selectors .selector{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:12px;color:#2b3d51}.path-analyzer__header .selectors .selector>div{margin-right:10px}.path-analyzer__header .selectors .selector .error{position:absolute;top:29px;left:0;font-size:9px;color:red}.path-analyzer__header .selectors .selector>div:first-child{white-space:nowrap;margin-right:10px}.path-analyzer__header--picker .react-datepicker__day{width:2.4em;height:2.4em;line-height:2.5em;margin:2px 0}.path-analyzer__header--picker .react-datepicker__day--highlighted{background-color:#0f87ec;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#fff}.path-analyzer__header--picker .react-datepicker__day--highlighted:first-child{-webkit-border-radius:50% 0 0 50%;-moz-border-radius:50% 0 0 50%;border-radius:50% 0 0 50%}.path-analyzer__header--picker .react-datepicker__day--highlighted:last-child{-webkit-border-radius:0 50% 50% 0;-moz-border-radius:0 50% 50% 0;border-radius:0 50% 50% 0}.path-analyzer__filter{width:0;min-width:0;overflow:auto;position:fixed;right:0;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;-webkit-transition:width .5s,min-width .5s;-o-transition:width .5s,min-width .5s;-moz-transition:width .5s,min-width .5s;transition:width .5s,min-width .5s}.path-analyzer__filter-open{min-width:260px;width:260px;position:fixed}.path-analyzer__filter-open .data-slicer{height:-webkit-calc(100vh - 200px);height:-moz-calc(100vh - 200px);height:calc(100vh - 200px)}.path-analyzer__main-content{width:100%}.path-analyzer__main-content .table-v3 .table-pagination{min-height:50px;margin:0}.path-analyzer__main-content .table-v3 .table-pagination .inner-container-left{padding-left:6px}.path-analyzer__main-content .table-v3 .table-pagination .inner-container-left .path-create-search-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.path-analyzer__main-content .table-v3 .table-pagination .inner-container-left .path-create-search-container__create-button{margin-right:16px}.path-analyzer__main-content .table-v3 .table-pagination .inner-container-left .path-create-search-container__search{width:300px}.path-analyzer__main-content .table-v3 .status-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px}.path-analyzer__main-content .table-v3 .status-cell>span{color:#3d566f}.path-analyzer__main-content .table-v3 .status-cell img{width:20px;height:20px;margin-right:5px}.path-analyzer__main-content .ReactTable{margin:5px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.path-analyzer__main-content .ReactTable .name-cell{color:#0db14c;cursor:pointer}.path-analyzer__main-content .ReactTable .name-cell:hover{text-decoration:underline}.path-analyzer__main-content .ReactTable .custom-range,.path-analyzer__main-content .ReactTable .relative-range{font-size:13px}.path-analyzer__main-content .ReactTable .relative-range>span:first-child{margin-right:10px}.path-analyzer__main-content .ReactTable .relative-range>span:last-child{color:#9a9ca5;font-size:12px;font-style:italic}.path-analyzer__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);padding-top:100px;background-color:#fff}.path-analyzer__empty--img{height:200px}.path-analyzer__empty--title{color:#0e62c2;margin-bottom:20px;font-size:24px;font-family:Noto Sans,sans-serif}.path-analyzer__empty--first-row{font-size:15px;font-weight:500;margin-bottom:10px;margin-top:20px}.path-analyzer__empty--sec-row{width:500px;margin-bottom:20px}.path-analyzer-dialog-paper .MuiDialogTitle-root{padding:24px 24px 0 32px!important}.path-analyzer-dialog-paper .MuiDialogContent-root{padding:16px 16px 72px 32px!important}.path-analyzer-dialog-paper .gpx-dialog{width:1064px}.path-analyzer-dialog-paper .gpx-dialog__header,.path-analyzer-dialog-paper .gpx-dialog__header>div:first-child{width:100%}.path-analyzer-dialog-paper .gpx-dialog__header--close-icon{top:24px!important;right:32px!important}.path-analyzer-dialog-paper .MuiPaper-rounded{-webkit-border-radius:12px!important;-moz-border-radius:12px!important;border-radius:12px!important}.path-analyzer-drawer{width:35vw;margin-top:70px;padding:0 24px 24px 32px}.path-analyzer-drawer__loader{height:-webkit-calc(100vh - 104px)!important;height:-moz-calc(100vh - 104px)!important;height:calc(100vh - 104px)!important}.path-analyzer-drawer__insights--tip{border:1px solid #56adff;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;padding:16px;margin:24px 0}.path-analyzer-drawer__insights>ol>li{border-bottom:1px solid #e6e9ec;color:#181f26;margin-top:8px}.path-analyzer-drawer__insights>ol>li>ul>li{list-style-type:disc;margin-bottom:8px;color:#3c4a57;line-height:24px}.path-analyzer-drawer__insights>p{line-height:24px;color:#181f26;font-size:16px;font-weight:400}.path-analyzer-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:24px;margin-bottom:16px}.path-analyzer-drawer__header>div>img{cursor:pointer}.path-analyzer-drawer__header--name{font-weight:600;font-size:18px}.path-analyzer-drawer__header--img{margin:0 8px}.path-analyzer-drawer__header--dates{color:#5f6c7a;margin-left:16px;font-size:12px;font-weight:400;line-height:16px}.path-analyzer-component{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font:inherit;color:inherit;border:none;background:rgba(0,0,0,0)}.path-analyzer-component .app-loader{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:350px}.path-analyzer-component .app-loader,.sankey-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.sankey-tooltip{font-size:12px;text-align:left;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:5px 5px 2px;font-family:Noto Sans,sans-serif;background-color:#374353}.sankey-tooltip>div.value{margin-right:20px}.sankey-tooltip .title{padding-bottom:5px;border-bottom:1px solid rgba(160,163,161,.5)}.circular-loader{width:150px;margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.afeedback{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.afeedback__wrapper{width:100%;overflow:hidden}.afeedback__filter{width:0;min-width:0;height:100%;overflow:hidden;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;-webkit-transition:width .5s,min-width .5s;-o-transition:width .5s,min-width .5s;-moz-transition:width .5s,min-width .5s;transition:width .5s,min-width .5s}.afeedback__filter .tabs__list{padding:18px 5px 0 20px}.afeedback__filter-open{min-width:260px;width:260px}.afeedback .page-header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.afeedback__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1}.afeedback__header,.afeedback__header--selectors>div,.afeedback__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.afeedback__header--selectors>div{margin-right:15px}@media (max-width:1500px){.afeedback__header--selectors>div{margin-bottom:10px}}.afeedback__header--selectors>div:first-child{margin-left:20px}.afeedback__header--selectors>div>span{font-size:12px;font-weight:300;margin-right:10px;white-space:nowrap}@media (max-width:1500px){.afeedback__header--selectors{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-top:10px}}.afeedback__header--charts>div:first-child{margin-right:5px}.afeedback__header--charts>div>div{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.afeedback__header--charts>div>div:hover{background-color:#fff}.afeedback__content{padding:5px;overflow:scroll;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px)}.afeedback__content>.chart-v4{min-height:320px;margin-bottom:5px}.afeedback__content>.vertical-chart{margin-bottom:5px;min-height:205px}.afeedback__chart-total{font-size:14px;font-weight:400;margin-left:5px}.afeedback__chart--user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.afeedback__chart--biz{position:relative;bottom:2px;margin-right:10px}.afeedback__chart--icon{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;border:2px solid #cfd8dc;padding:2px;margin-right:10px}.afeedback__chart--icon>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.afeedback__chart--icon>div,.afeedback__chart--icon>span{width:26px;height:26px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#cfd8dc}.afeedback__chart--icon>span{font-size:13px;color:#fff;letter-spacing:1px;display:block;line-height:26px;text-align:center;font-family:Noto Sans,sans-serif}.afeedback__vch--submitted{font-size:12px}.afeedback__vch--submitted>span{margin:0 5px;font-weight:700}.afeedback__vch--account{color:#0db14c;cursor:pointer}.afeedback__vch--account:hover{text-decoration:underline}.afeedback-audience .table-pagination{margin:0;height:48px}.afeedback-audience__pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:35px;width:500px}.afeedback-audience__pagination>input{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-left:10px;caret-color:#0f87ec}.feedbacks{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.feedbacks .table-pagination{margin:0;height:48px}.feedbacks__pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:35px}.feedbacks__pagination>input{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-left:10px;width:500px;caret-color:#0f87ec}.feedbacks__empty{height:150px;background-color:#fff;line-height:100px;font-size:15px;font-family:Noto Sans,sans-serif}.feedbacks__empty>div img{width:70px;height:70px}.feedbacks__empty>span{color:#a0a3a1}.feedbacks__entries{position:relative}.feedbacks__entries--loader{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:hsla(0,0%,100%,.8);-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.feedbacks__entries--loader .app-loader{height:auto}.feedbacks__entries--loader>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);-webkit-transform:translateY(-52%);-moz-transform:translateY(-52%);-ms-transform:translateY(-52%);-o-transform:translateY(-52%);transform:translateY(-52%);-webkit-transition:all .3s cubic-bezier(.25,.46,.45,.94);-o-transition:all .3s cubic-bezier(.25,.46,.45,.94);-moz-transition:all .3s cubic-bezier(.25,.46,.45,.94);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.feedbacks__entries--loader-active{opacity:1;z-index:2;pointer-events:all}.feedbacks__entries--loader-active>div{-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}.feedbacks .af-entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:15px 20px;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed}.feedbacks .af-entry .divider{background:none;margin:0 5px}.feedbacks .af-entry__info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-shadow:inset -1px 0 0 0 #ddd;-moz-box-shadow:inset -1px 0 0 0 #ddd;box-shadow:inset -1px 0 0 0 #ddd;min-width:80%}.feedbacks .af-entry__info--type{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.feedbacks .af-entry__info--type>div{color:#ff7f00;margin-top:5px;font-size:11px;font-weight:500;letter-spacing:.2px;text-transform:uppercase}.feedbacks .af-entry__main{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0 25px 0 15px;overflow:hidden}.feedbacks .af-entry__main,.feedbacks .af-entry__subject{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.feedbacks .af-entry__subject{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.feedbacks .af-entry__subject .category-data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.feedbacks .af-entry__subject .category-data .category-name{font-weight:700}.feedbacks .af-entry__subject .category-data .divider{margin-right:8px;font-weight:700}.feedbacks .af-entry__subject .category-data .labels{max-width:240px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.feedbacks .af-entry__subject>div:first-child{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-right:20px}.feedbacks .af-entry__subject>div:last-child{font-weight:500;font-size:12px;white-space:nowrap}.feedbacks .af-entry__subject>div:last-child>span{font-weight:300}.feedbacks .af-entry__desc{margin-top:8px;font-weight:300;font-size:14px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left}.feedbacks .af-entry__path{margin-top:8px;font-weight:300;font-size:12px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.feedbacks .af-entry__path .path-text{max-width:100px}.feedbacks .af-entry__by{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:20%;margin-left:15px}.feedbacks .af-entry__profile{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;border:2px solid #cfd8dc;padding:2px;margin-right:10px}.feedbacks .af-entry__profile>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.feedbacks .af-entry__profile>div,.feedbacks .af-entry__profile>span{width:26px;height:26px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#cfd8dc}.feedbacks .af-entry__profile>span{font-size:13px;color:#fff;letter-spacing:1px;display:block;line-height:26px}.feedbacks .af-entry__user{font-size:12px;text-align:left;overflow:hidden}.feedbacks .af-entry__user>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.feedbacks .af-entry__user--name:hover{cursor:pointer;text-decoration:underline;color:#0f87ec}.feedbacks .af-entry__user--email{cursor:pointer;color:#a0a3a1}.feedbacks .af-entry__user--email:hover{text-decoration:underline;color:#000}.feedbacks .af-entry__user--account{cursor:pointer;color:#0f87ec;margin-top:15px}.feedbacks .af-entry__user--account:hover{text-decoration:underline}.labels-list{padding-bottom:0;padding-left:10px;margin-bottom:0}.chart-v4{background-color:#fff;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.chart-v4__loader{padding:20px 0}.chart-v4__loader img{width:80px}.chart-v4__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:20px 30px 0 0}.chart-v4__header,.chart-v4__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart-v4__header>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#2b3d51}.chart-v4__header>div:first-child{font-size:16px;font-weight:700;line-height:30px;padding-left:25px;text-align:left;border-left:5px solid #00b0ff;font-family:Noto Sans,sans-serif}.chart-v4__header--info{font-size:12px;margin-left:20px;white-space:nowrap}.chart-v4__header--info>strong{margin:0 5px}.chart-v4__legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:15px 25px 15px 40px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;word-spacing:3px}.chart-v4__legend>div{margin-right:20px;cursor:pointer}.chart-v4__no-data{height:120px;line-height:80px;font-size:18px;color:#a0a3a1}.chart-v4 .recharts-responsive-container{display:inline-block}.chart-v4 .recharts-responsive-container .recharts-surface .xAxis{font-size:11px;-webkit-transform:translateY(12px);-moz-transform:translateY(12px);-ms-transform:translateY(12px);-o-transform:translateY(12px);transform:translateY(12px)}.chart-v4 .recharts-responsive-container .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line,.chart-v4 .recharts-responsive-container .recharts-surface .xAxis>line{display:none}.chart-v4 .recharts-responsive-container .recharts-surface .yAxis{font-size:11px;-webkit-transform:translate(-12px);-moz-transform:translate(-12px);-ms-transform:translate(-12px);-o-transform:translate(-12px);transform:translate(-12px)}.chart-v4 .recharts-responsive-container .recharts-surface path.recharts-rectangle.recharts-tooltip-cursor{fill:none}.chart-v4 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line{stroke-dasharray:2px 3px}.chart-v4 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line:first-child{stroke-dasharray:inherit;stroke:#aeaeae}.chart-v4 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line{stroke-dasharray:inherit}.chart-v4 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:first-child,.chart-v4 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:last-child{display:none}.cv4-tip{font-size:12px;font-family:Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);min-width:129px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;color:#19232f;text-transform:capitalize}.cv4-tip,.cv4-tip__items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cv4-tip__items,.cv4-tip__items--title{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cv4-tip__items--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px}.cv4-tip__items--title--dot{padding-right:8px;font-size:18px}.cv4-tip__items--name{padding-left:18px;padding-right:16px}.cv4-tip__items>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cv4-tip__items>div:first-child{padding-top:8px}.cv4-tip__items>div:last-child{border-bottom:1px solid #e3eaf1;margin-bottom:6px;padding-bottom:6px}.cv4-tip__date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 16px 10px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cv4-tip__date>div:first-child{color:#7596b7;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-right:16px}.cv4-tip__date>div:last-child{color:#7596b7;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.cv4-tip__date--dot{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#7596b7;margin:0 5px}.cv4-tip__date--day,.cv4-tip__date--hour{color:#7596b7}.aep{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;min-width:1000px;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);overflow:auto;padding:16px;grid-row-gap:16px;row-gap:16px}.aep .MuiTabs-root{margin:0 0 8px;background-color:#fff}.aep__sub-header{top:40px;z-index:2;height:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-weight:600;margin-left:10px;position:absolute;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);width:calc(100% - 40px);-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aep__sub-header img{margin:0 5px}.aep__sub-header--back:hover{cursor:pointer}.aep__cta-drilldown--button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;top:700px;padding-top:16px}.aep__cta-drilldown--button img{margin:0 5px;cursor:pointer}.aep__tabs-header-buttons>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__tabs-header-buttons>div:first-child>div{padding-left:3px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;max-width:350px}.aep__tabs-header-buttons>div:last-child{font-size:12px;color:#0f87ec;cursor:pointer;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;padding:3px 10px}.aep__tabs-header-buttons>div:last-child:hover{background:#e6f0fd}.aep__content-view>div{margin-bottom:16px}.aep__content-view .aep__chart__empty-chart{text-align:center}.aep__loader{position:absolute;top:0;left:0;width:100%;min-height:-webkit-calc(100vh - 110px)!important;min-height:-moz-calc(100vh - 110px)!important;min-height:calc(100vh - 110px)!important;background-color:rgba(0,0,0,.2);z-index:20}.aep__loader img{width:80px}.aep .page-header{-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);padding:0 16px}.aep__header,.aep__header--option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__header--option{font-size:14px;color:#3c4a57}.aep__header--option--value,.aep__header--option--value-disabled{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.aep__header--option--value-disabled{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#acb4bd}.aep__header--option--value>div:first-child{max-width:200px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.aep__header--option>div:first-child{margin-right:10px}.aep__header .env-selector{margin-left:10px}.aep__kpis-container{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:5px 5px 0}.aep__kpis-container,.aep__kpis-container .performance-kpi-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.aep__kpis-container .performance-kpi-wrapper{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;margin-right:10px;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.aep__kpis-container .performance-kpi-wrapper:last-child{margin-right:0}.aep__kpis-container>div:nth-child(2){-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%}.aep__kpis-container .performance-kpi{min-height:88px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);border-right:1px solid #eee;width:100%}.aep__kpis-container .performance-kpi.clicked,.aep__kpis-container .performance-kpi.opened,.aep__kpis-container .performance-kpi.uniqueOpened{-webkit-flex-basis:35%;-ms-flex-preferred-size:35%;flex-basis:35%}.aep__kpis-container .performance-kpi.ctor{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%}.aep__kpis-container .performance-kpi__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px 0 15px;margin:12px 0;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.aep__kpis-container .performance-kpi__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600;text-align:left;max-height:20px}.aep__kpis-container .performance-kpi__header--title img{margin-left:10px;vertical-align:middle}.aep__kpis-container .performance-kpi__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__kpis-container .performance-kpi__content--value{padding:0 18px;font-family:Noto Sans,sans-serif;font-size:22px}.aep__kpis-container .performance-kpi__content--bottom-icon{padding:0 40px;font-family:Noto Sans,sans-serif;font-size:22px}.aep__kpis-container .performance-kpi__percent--equals,.aep__kpis-container .performance-kpi__percent--positive{color:#0db14c}.aep__kpis-container .performance-kpi__percent--negative{color:#fc3f1d}.aep__kpis-container .performance-kpi__percent span{margin-right:15px;font-family:Noto Sans,sans-serif;font-size:14px;text-align:right}.aep__kpis-container .performance-kpi__percent span.ctor{padding:0 15px;font-size:22px}.aep__kpis-container .performance-kpi__percent img{position:relative;bottom:4px}.aep__chart{margin:5px 5px 0 0!important;min-width:920px!important;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.aep__chart .chart-v2{margin:0;min-height:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.aep__chart .chart-v2__no-data{line-height:197px!important}.aep__chart .chart-v2__header--title{width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.aep__chart .chart-v2__header--title>div{text-align:left;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.aep__chart .chart-v2__header--showing{white-space:nowrap}.aep__chart--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.aep__chart--header--right{margin:15px 45px 0 0}.aep__chart--header--right,.aep__chart--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__chart--title{font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700;padding-left:25px;border-left:5px solid #00b0ff;margin-top:15px}.aep__chart--title .open-engagement-button{margin-left:10px}.aep__chart--back{margin-right:20px;width:20px;height:20px}.aep__chart--value{font-size:12px;font-weight:700;color:#000;margin-right:10px}.aep__chart--value .completed{color:#20ae52}.aep__chart--value .viewed{color:#00b0ff}.aep__chart--icon{padding-right:10px}.aep__chart--info{font-family:Noto Sans,sans-serif;font-size:14px;margin-right:10px!important}.aep__chart--info .completed{color:#20ae52}.aep__chart--info .viewed{color:#00b0ff}.aep__email-kpis{padding:16px 8px 0}.aep__email-kpis--drilldown{padding:0}.aep__email-table{padding:3px 11px}.aep__email-table .table-pagination{margin:0}.aep__enagagement-drilldown-accordion{-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);text-align:start}.aep__enagagement-drilldown-accordion .gpx-accordion__summary{width:100%}.aep__enagagement-drilldown-accordion .gpx-accordion__details{width:100%!important}.aep__enagagement-drilldown-accordion .gpx-accordion__details .aep__chart,.aep__enagagement-drilldown-accordion .gpx-accordion__details .chart{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;min-height:200px}.aep__enagagement-drilldown-accordion .gpx-accordion__details .inapp-stats{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.aep__enagagement-drilldown-accordion .gpx-accordion .MuiAccordion-root.Mui-expanded{margin:0}.aep__enagagement-drilldown-accordion .gpx-accordion .MuiAccordionSummary-root .gpx-accordion__summary{font-size:14px;font-weight:600;color:#181f26}.aep__inbound-branch{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aep__inbound-branch__selection .react-select__control{background-color:unset!important}.aep__inbound-branch__selection .react-select__value-container{font-weight:600;height:24px!important;font-size:15px}.aep__inbound-branch__filter{margin-right:16px;cursor:pointer;position:relative}.aep__inbound-branch__filter>svg{width:32px;height:32px;padding:4px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;cursor:pointer}.aep__inbound-branch__filter--active,.aep__inbound-branch__filter :active,.aep__inbound-branch__filter>svg:hover{background-color:#e6e9ec}.aep__inbound-branch__filter--applied{position:absolute;top:4px;right:5px;width:8px;height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#f75d4f;border:1px solid #fff}.aep__inbound-section-filters{height:48px;border:1px solid #e6e9ec;margin:-4px 0;background-color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:12px;grid-column-gap:16px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.aep__inbound-section-filters--status,.aep__inbound-section-filters--status__seq{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__inbound-section-filters--status__seq{width:20px;height:16px;font-size:12px;margin-right:8px;background-color:#e4d2f6;border:1px solid #bf94e9}.aep__inbound-section-filters--status__button{cursor:pointer}.aep__inbound-section-filters--status__button--text{margin-left:8px}.aep__inbound-section-filters--path,.aep__inbound-section-filters--path__seq{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__inbound-section-filters--path__seq{font-size:12px;margin-right:8px;width:20px;height:16px;background-color:#e4d2f6;border:1px solid #bf94e9}.aep__inbound-section-filters--path__button{cursor:pointer}.aep__inbound-section-filters--path__button--text{margin-left:8px}.aep__email-drilldown__content{overflow:auto;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);position:relative}.aep__email-drilldown__content--header{top:40px;z-index:2;height:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-weight:600;margin-left:20px;position:absolute;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);width:calc(100% - 40px);-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aep__email-drilldown__content--header--back:hover{cursor:pointer}.aep__email-drilldown__content--header img{margin:0 5px}.aep__email-drilldown__content .MuiTabs-root{margin:16px 16px 8px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.aep__email-drilldown__content .table-v3 .table-pagination{padding:0;height:50px}.aep__email-drilldown__content .table-v3 .table-pagination .inner-container-left{padding-left:12px}.aep__email-drilldown__content .table-v3 .table-pagination .inner-container-left .custom-attributes__table--search{width:300px;margin-left:8px}.aep__email-drilldown__content .gpx-select .aep__email-drilldown-table-filter{margin-top:8px;margin-left:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.aep__email-drilldown__content .gpx-select .aep__email-drilldown-table-filter:hover{background:#d5d9de}.aep__email-drilldown__content .gpx-select .aep__email-drilldown-table-filter .react-select__control{background:rgba(0,0,0,0);text-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__email-drilldown__content .gpx-select .aep__email-drilldown-table-filter .react-select__value-container{padding-left:6px;height:30px}.aep__email-drilldown__content .gpx-select .aep__email-drilldown-table-filter .react-select__menu{width:200px;z-index:99}.aep__email-drilldown__content--data .aep__email-drilldown-accordion{padding:8px}.aep__email-drilldown__content--data .email-drilldown-data-kpis{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;z-index:100;position:absolute;top:92px;margin-right:40px;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;left:-webkit-calc(100% - 130px);left:-moz-calc(100% - 130px);left:calc(100% - 130px);width:70px}.aep__email-drilldown__content--data .email-drilldown-data-kpis img.email-drilldown-data-kpis{z-index:100}.aep__email-drilldown__content--data .email-drilldown-data-kpis img.email-drilldown-data-kpis__percentage{padding:2px}.aep__email-drilldown__content--data .email-drilldown-data-kpis img.email-drilldown-data-kpis__percentage--selected{border-color:#0f87ec}.aep__email-drilldown__content--data .email-drilldown-data-kpis img.email-drilldown-data-kpis__number{direction:rtl}.aep__email-drilldown__content--data .email-drilldown-data-kpis img.email-drilldown-data-kpis__number--selected{border-color:#0f87ec}.aep__email-drilldown__content--data .email-drilldown-data-kpis img{border:1px solid #d5d9de;border-end-end-radius:4px;border-start-end-radius:4px}.aep__email-drilldown__content--data{padding:0 8px}.aep__email-drilldown__content--data>div{padding-bottom:8px}.aep__email-drilldown__content--data>div .gpx-accordion{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);background:#fff;font-size:56px}.aep__email-drilldown__content--data>div .gpx-accordion .MuiAccordionSummary-root .gpx-accordion__summary{font-size:14px;font-weight:600;color:#181f26}.aep__email-drilldown__content--data>div .gpx-accordion .MuiCollapse-root.MuiCollapse-entered .gpx-accordion__details{width:100%}.aep__email-drilldown__content--data>div .gpx-accordion .MuiCollapse-root.MuiCollapse-entered .gpx-accordion__details .inapp-stats{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0;margin:0}.aep__email-drilldown__content--data>div .gpx-accordion .MuiCollapse-root.MuiCollapse-entered .gpx-accordion__details .aep__email-kpis.inapp-stats{min-height:124px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0;margin:16px 0 0}.aep__email-drilldown__content--data>div .gpx-accordion .MuiCollapse-root.MuiCollapse-entered .gpx-accordion__details .aep__chart{-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);margin-left:0}.aep__email-drilldown__content--data>div .gpx-accordion .MuiCollapse-root.MuiCollapse-entered .gpx-accordion__details .aep__chart .chart-v2{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.aep__email-drilldown__content--data>div .gpx-accordion .MuiCollapse-root.MuiCollapse-entered .MuiAccordionDetails-root{padding:0}.aep__email-drilldown__content__email-kpis{padding-top:8px}.aep .table-v3{padding:0 5px 5px}.aep .table-v3 .table-pagination{margin:5px 0 0!important;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.aep .table-v3 .table-pagination .email-performance__table--search{width:300px;margin-left:8px}.aep .table-v3 .performance-completed-by img{position:relative;top:4px}.aep .table-v3 .performance-type-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep .table-v3 .performance-type-cell>img{margin-right:5px}.aep__inbound-section-filters--tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:10px;gap:10px;padding:3px 8px 5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.analytics-drilldown{width:100%;height:100%}.analytics-drilldown__loader{height:-webkit-calc(100vh - 168px)!important;height:-moz-calc(100vh - 168px)!important;height:calc(100vh - 168px)!important;position:absolute;z-index:3;width:100%;background-color:rgba(0,0,0,.2)}.analytics-drilldown__loader img{width:80px}.analytics-drilldown__header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.analytics-drilldown__header-kc{margin-top:5px;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.analytics-drilldown__table{margin:0;position:relative}.analytics-drilldown__table .table-pagination{margin:0}.analytics-drilldown__table .inner-container-left{margin-left:20px}.analytics-drilldown__table-kc{margin:0;position:relative}.analytics-drilldown__table-kc .table-pagination{margin:0}.analytics-drilldown__table-kc .inner-container-left{margin-left:20px}.analytics-drilldown__table-kc-analytics .table-v3 .ReactTable .-loading .app-loader{top:20px}.analytics-drilldown__table-email-engagements{padding:8px}.analytics-drilldown__table-in-app-preformance .table-v3{padding:0}.analytics-drilldown__table-in-app-preformance .table-v3 .rt-td{cursor:default!important}.analytics-drilldown__clicks-cell,.analytics-drilldown__completed-cell,.analytics-drilldown__viewed-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-drilldown__clicks-cell>div,.analytics-drilldown__completed-cell>div,.analytics-drilldown__viewed-cell>div{margin-right:5px}.analytics-drilldown__completed-cell>img{position:relative;top:5px}.analytics-drilldown__tasklist-filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;font-weight:400;font-size:12px;line-height:16px;color:#181f26;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:12px}.analytics-drilldown__tasklist-filter .gpx-wrapper.gpx-select{width:148px;min-width:148px}.steps-view{margin-left:-5px}.steps-view .funnel-chart.chart-v2{margin:10px}.steps-view .table-v3__content{-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.steps-view .table-v3 .table-pagination{margin:10px 0 0;padding:5px}.steps-view .table-v3 .table-pagination .pagination-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.steps-view .table-v3 .table-pagination .pagination-wrapper .checkbox-component .checkbox-text{font-size:12px}.steps-table__pagination,.steps-view .table-v3 .table-pagination .pagination-wrapper .checkbox-component .checkbox-text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.steps-table__pagination{margin-right:10px}.steps-table__pagination--back{padding:0 10px 0 5px}.funnel-chart.chart-v2{min-height:270px;height:270px;margin:5px}.funnel-chart.chart-v2 .tooltip-v2{word-break:break-word}.funnel-chart.chart-v2 .app-loader{height:203px!important}.funnel-chart.chart-v2 .funnel-chart__no-data{font-family:Noto Sans,sans-serif;color:#abaaaa;font-size:16px;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-calc(100% - 50px);height:-moz-calc(100% - 50px);height:calc(100% - 50px)}.funnel-chart.chart-v2 .funnel-chart__no-data,.funnel-chart.chart-v2__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.funnel-chart.chart-v2__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px 0;max-height:50px}.funnel-chart.chart-v2 .recharts-responsive-container .recharts-surface .xAxis{-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-ms-transform:translateY(1px);-o-transform:translateY(1px);transform:translateY(1px)}.funnel-chart.chart-v2 .recharts-responsive-container .recharts-surface .xAxis>line{display:block}.funnel-chart.chart-v2 .yAxis .recharts-cartesian-axis-ticks .recharts-cartesian-axis-tick:nth-child(2),.funnel-chart.chart-v2 .yAxis .recharts-cartesian-axis-ticks .recharts-cartesian-axis-tick:nth-child(3),.funnel-chart.chart-v2 .yAxis .recharts-cartesian-axis-ticks .recharts-cartesian-axis-tick:nth-child(4){display:none}.funnel-customized-xAxis-tick{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.funnel-customized-xAxis-tick__img{margin-right:3px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:15px;height:15px}.funnel-customized-xAxis-tick__img--warning{margin-right:4px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:13px;height:13px;-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-ms-transform:translateY(1px);-o-transform:translateY(1px);transform:translateY(1px)}.funnel-customized-xAxis-tick__text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.header__type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header__type .open-engagement-button{margin-right:7px}.header__type--name{font-size:12px}.open-engagement-button{cursor:pointer;width:20px;height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:5px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.open-engagement-button:hover{background-color:rgba(26,56,67,.05)}.drilldown__funnel-chart-tooltip{color:#fff;font-size:13px;padding:8px 20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);font-family:Noto Sans,sans-serif;background-color:#374353}.drilldown__funnel-chart-tooltip .warning-img{width:15px;height:15px;padding-right:3px;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.engagement-cta-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;cursor:pointer;color:#00b0ff}.engagement-cta-cell--zero{color:#acb4bd}.url-cta-tooltip__url-list{text-align:left;list-style:none;padding:0;margin:0}.url-cta-tooltip__url-list__title{padding-bottom:8px}.url-cta-tooltip__url-list__item{color:#fff;text-align:left;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;pointer-events:none}.url-cta-tooltip__url-list__item--link{color:#33deff;pointer-events:auto;text-decoration:underline}.cta-cell{cursor:pointer;color:#00b0ff;text-decoration:underline}.cta-tooltip__url-list{list-style:none;padding:0;margin:0}.cta-tooltip__url-list__item{text-align:left;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:300px}.cta-tooltip__url-list__item a{text-decoration:underline;color:#33deff}.engagement-cta-text-cell{font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement-cta-text-cell__content{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;cursor:pointer;margin-left:5px;background-color:#e3eaf1;padding:4px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.labels-tooltip,.labels-tooltip .labels-list{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.labels-tooltip .labels-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left;padding-left:10px}.cta-text-tooltip__url-list,.cta-text-tooltip__url-list__item{list-style:none;padding:0;margin:0}.cta-text-tooltip__url-list__item{text-align:left;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:300px}.cta-text-tooltip__url-list__item a{text-decoration:underline;color:#33deff}.email-cell{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;color:#00b0ff;text-decoration:underline}.engagement-branching-status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;height:24px;text-align:left;color:#3c4a57;padding:0 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-branching-status__completed{background-color:#d5f5db}.engagement-branching-status__dropped-off{background-color:#fddfdc}.engagement-branching-status__snoozed{background-color:#ffe18f}.engagement-path{font-size:12px;font-weight:600;color:#3c4a57;margin-left:8px;grid-column-gap:4px;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.engagement-path,.engagement-path__elements{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.engagement-path__elements{border:1px solid #5f6c7a;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:24px;height:24px;cursor:pointer}.engagement-path__elements-last--completed{color:#13ad68;border:1px solid #13ad68;background-color:#f6fdfa}.engagement-path__elements-last--dropped-off{color:#dc3626;border:1px solid #dc3626;background-color:#fff9f9}.engagement-path__elements-last--snoozed{color:#f4a702;border:1px solid #f4a702;background-color:#fffaeb}.engagement-path__elements-last--deleted{color:#acb4bd;border:1px solid #acb4bd;background-color:none}.back-button{cursor:pointer}.step-analytics{height:448px;background-color:#fff}.step-analytics__loader .app-loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:350px}.step-analytics .gpx-chart-legend{background-color:#fff}.step-analytics__summary{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step-analytics__summary,.step-analytics__summary--toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.step-analytics__summary--toggle{grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.step-analytics__summary--toggle__title{font-size:14px;color:#181f26;font-weight:400}.step-loader{padding:20px 0}.step-loader img{width:80px}.step-analytics-tooltip{background-color:#fff;padding:8px 0;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32)}.step-analytics-tooltip__header{padding:12px 12px 12px 16px;color:#181f26;font-size:14px;font-weight:600;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.step-analytics-tooltip__entry,.step-analytics-tooltip__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.step-analytics-tooltip__entry{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;cursor:default;color:#19232f;font-size:12px;font-weight:400;font-family:Noto Sans,sans-serif}.step-analytics-tooltip__entry:hover{background-color:rgba(117,150,183,.1)}.step-analytics-tooltip__entry--event{cursor:pointer}.step-analytics-tooltip__entry>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.step-analytics-tooltip__entry>div span{font-size:18px;margin-right:8px}.step-analytics-tooltip__entry>div:first-of-type{margin-right:16px}.inbound-branch-popover{width:270px;padding:12px 0 8px}.inbound-branch-popover__content{max-height:650px;padding:0 16px}.inbound-branch-popover__content--title{font-size:14px;cursor:pointer}.inbound-branch-popover__content--title__wrap{height:24px;line-height:1.71}.inbound-branch-popover__content--title__no-multi{height:32px}.inbound-branch-popover__content--title:hover{color:#0369e9}.inbound-branch-popover__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:40px;padding:0 16px;background-color:#fbfbfc}.inbound-branch-popover__footer>div{margin-left:8px}.inapp-popover{width:270px;padding:12px 0 8px}.inapp-popover__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px}.inapp-popover__header--title{font-size:14px;margin-bottom:8px;color:#19232f}.inapp-popover__content{max-height:350px;padding:0 16px;overflow:auto}.inapp-popover__content--header{font-size:14px;padding:12px 8px 5px;color:#253445;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.inapp-popover .gpx-checkbox input{margin-top:0}.inapp-popover .gpx-checkbox__label{font-size:12px!important}.inapp-popover__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:40px;padding:0 16px;background-color:#fbfbfc}.inapp-popover__footer>div{margin-left:8px}.inapp-popover__group-by{width:250px;padding-bottom:0}.inapp-popover__group-by--selected{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:218px;height:32px;margin:0 0 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 4px 0 8px;border:1px solid #e3eaf1;background-color:rgba(117,150,183,.05)}.inapp-popover__group-by--selected img{cursor:pointer}.inapp-popover__group-by .inapp-popover__content{height:176px}.inapp-popover__group-by .inapp-popover__footer{-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.inapp-popover__group-by .react-select,.inapp-popover__group-by .react-select__menu{width:218px;min-width:218px}.aep__filters-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:40px;padding:0 16px;margin:4px 8px 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.aep__filter{margin-right:24px}.aep__filter>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.aep__filter--title{color:#3e5872}.aep__filter--button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-left:12px}.inapp-table .pagination-top .table-v3{padding:0!important}.inapp-table .pagination-top .table-v3 .table-pagination{margin:0 0 1px!important;-webkit-box-shadow:0 .5px 0 0 rgba(25,35,47,.2),0 0 0 0 rgba(25,35,47,.12);-moz-box-shadow:0 .5px 0 0 rgba(25,35,47,.2),0 0 0 0 rgba(25,35,47,.12);box-shadow:0 .5px 0 0 rgba(25,35,47,.2),0 0 0 0 rgba(25,35,47,.12)}.inapp-table__grouped .table-v3 .rt-td{cursor:default!important}.inapp-table__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 8px;min-height:48px;padding:0 16px 0 24px;background-color:#fff;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.inapp-table__group-by,.inapp-table__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.inapp-table__group-by--title{font-size:12px;color:#3e5872}.inapp-table__group-by .aep__filter--button{width:438px;height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.inapp-table__group-by--multi,.inapp-table__group-by--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.inapp-table__group-by--wrapper{padding:0 12px}.inapp-table__group-by--entry{height:24px;padding:8px;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#19232f;background-color:#e3eaf1}.inapp-table__group-by--entry,.inapp-table__group-by--multi>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.inapp-table__group-by--and{margin:0 8px;color:#0369e9}.inapp-table__labels{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.inapp-table__labels--tooltip{text-align:left}.inapp-table__labels--label{color:#0470f7;font-size:12px;padding:4px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #e3eaf1;background-color:#e3eaf1;margin-right:5px}.inapp-table__labels--first{max-width:100px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.inapp-table__cta-name-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px;width:100%}.inapp-table__cta-name-cell__name{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.inapp-table__cta-name-cell__label{font-size:11px;padding:0 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;line-height:16px}.inapp-table__cta-name-cell__label--deleted{color:#9a1c0b;background:#fff2f1;border:1px solid #fcbeb9}.inapp-table__cta-name-cell__label--changed{color:#115f89;background:#d3ecfa;border:1px solid #96d1f3}.inapp-table .table-v3{padding:0 8px}.inapp-table .table-v3 .table-pagination{margin:0!important;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.inapp-table .table-v3 .table-pagination .inapp-table-pagination--search{width:300px;margin-left:8px}.inapp-stats{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 8px 8px;min-height:156px;padding:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12)}.inapp-stats,.inapp-stats__kpi{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.inapp-stats__kpi{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.inapp-stats__kpi--shadow{width:1px;height:77px;-webkit-box-shadow:inset -1px 0 0 0 #e3eaf1;-moz-box-shadow:inset -1px 0 0 0 #e3eaf1;box-shadow:inset -1px 0 0 0 #e3eaf1}.inapp-stats__kpi--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.inapp-stats__kpi--title{font-size:56px;color:#3e5872;cursor:default;text-align:left;font-weight:700}.inapp-stats__kpi--desc{font-size:12px;color:#a0a3a1;white-space:nowrap;text-align:left;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.inapp-stats__kpi--desc>img{margin-left:4px}.inapp-stats__kpi--desc .tippy-box .inapp-stats__kpi--tooltip{font-size:14px;text-align:left;width:229px;height:92px}.inapp-stats__kpi--desc .tippy-box .inapp-stats__kpi--tooltip--header{font-weight:600;padding-bottom:8px}.inapp-stats__kpi--na{color:#a0a3a1;background-color:rgba(160,163,161,.24)}.inapp-stats__kpi--change,.inapp-stats__kpi--na{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:27px;padding:0 6px;font-size:14px;min-width:80px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.inapp-stats__kpi--change{color:#119460;background-color:rgba(19,199,127,.24)}.inapp-stats__kpi--change>img{position:relative;top:1px}.inapp-stats__kpi--change--negative{color:#d13f31;background-color:rgba(247,93,79,.08)}.inapp-stats__kpi--change--negative>img{position:relative;top:-1px}.inapp-stats__kpi:last-child .inapp-stats__kpi--shadow{display:none}.nps{position:relative;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.nps,.nps-error__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.nps-list{width:100%;padding:5px 0;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.nps-list .table-v3{padding:0 5px}.nps-list .table-v3 .table-pagination{margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.nps-list .table-v3 .table-pagination .survey-list__table--search{width:300px;margin-left:8px}.nps .table-v3{padding:5px}.nps .table-v3 .table-pagination{margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.nps .table-v3 .table-pagination .inner-container-left{padding-left:6px}.nps__header,.nps__header--option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nps__header--option{color:#000;font-size:13px;margin-left:20px}.nps__header--option>div:first-child{font-size:12px;font-weight:300;margin-right:10px;white-space:nowrap}.nps__header--option:last-child:last-child{z-index:10}.nps__chart .chart-v3{margin:5px 5px 0}.smulti{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;background-color:#f6f8fa}.smulti>div:first-child{position:relative;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:auto}.smulti__filter{width:0;min-width:0;height:100%;overflow:hidden;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;-webkit-transition:width .5s,min-width .5s;-o-transition:width .5s,min-width .5s;-moz-transition:width .5s,min-width .5s;transition:width .5s,min-width .5s}.smulti__filter-open{min-width:260px;width:260px}.smulti__header{padding:0 12px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1;overflow-x:auto}.smulti__header--options,.smulti__header .page-header__secondary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.smulti__header--options{margin-right:10px;padding-right:10px;-webkit-box-shadow:inset -1px 0 0 0 #d5dee8;-moz-box-shadow:inset -1px 0 0 0 #d5dee8;box-shadow:inset -1px 0 0 0 #d5dee8}.smulti__header--options>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;margin-left:10px;color:#2b3d51}.smulti__header--options>div>div:first-child{margin-right:10px}.smulti__header--questions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:50px;overflow:auto}.smulti__header--questions>span{font-size:12px;margin-right:10px;color:#2b3d51}.smulti__header--question{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.smulti__header--question>div:first-child{min-width:20px;padding-right:0!important}.smulti__header--question>div:first-child>img{position:relative;bottom:1px}.smulti__header--question>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.smulti__header--question>div:last-child>div:first-child{font-weight:700}.smulti__header--question>div:last-child>span{margin:0 5px}.smulti__header--question>div:last-child>div:last-child{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.smulti__header--content{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.smulti__header--content,.smulti__header--content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.smulti__header--content>div{margin-right:10px}.smulti__header--arrows>img{cursor:pointer}.smulti__header--arrows>img:first-child{margin-right:5px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.smulti__header--charts>div:first-child,.smulti__header--show-as>div:first-child{margin-right:5px}.smulti__header--charts>div>div,.smulti__header--show-as>div>div{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.smulti__header--charts>div>div:hover,.smulti__header--show-as>div>div:hover{background-color:#fff}.smulti__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px)}.smulti__content{width:100%;overflow:auto}.multi-overview .masonry{height:100%}.multi-overview .masonry__column{margin-left:5px;height:100%}.multi-overview .masonry__column:last-child{margin-right:5px}.multi-overview .masonry__column .multi-box__wrapper{margin:0 5px 5px 0}.multi-overview .masonry__column .multi-vertical-chart__wrapper{margin:0 0 5px}.multi-overview__table .table-v3{padding-top:0}.multi-overview__table .table-pagination{margin:0}.multi-question__table .table-v3{padding:0 5px}.multi-question__table--open{padding:5px 0 0}.multi-question__table .user-answer-cell{color:#000;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.multi-question__table .user-answer-cell--empty{color:#a0a3a1}.multi-question__table .table-pagination{margin:0}.multi-box{width:100%}.multi-box__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.multi-box__wrapper--loading{min-height:150px}.multi-box__wrapper--loading>img{width:50px}.multi-user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden;height:-webkit-calc(100vh - 110px);height:-moz-calc(100vh - 110px);height:calc(100vh - 110px);width:100%}.multi-user>div:first-child{width:100%}.multi-user__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;min-height:50px;background-color:#f2f1ef;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);z-index:1}.multi-user__header--back{margin-right:10px;cursor:pointer}.multi-user__header--name{font-size:16px;font-weight:700}.multi-user__content{overflow:auto;height:-webkit-calc(100vh - 160px);height:-moz-calc(100vh - 160px);height:calc(100vh - 160px)}.multi-user__data{margin:10px}.multi-user__user{width:100%;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding-bottom:10px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:default}.multi-user__user,.multi-user__user--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.multi-user__user--header{padding:10px 10px 0}.multi-user__user--header>div:first-child{position:relative}.multi-user__user--header>div:first-child img{width:45px;height:45px;-o-object-fit:contain;object-fit:contain;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.multi-user__user--header>div:first-child span{left:0;top:13px;position:absolute;width:100%;height:19px;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:500;font-stretch:condensed;text-align:center;color:#fff}.multi-user__user--header>div:nth-child(2){padding-left:10px;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;color:#6d6c6c;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.multi-user__user--details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-family:Noto Sans,sans-serif;font-stretch:condensed;color:#000;font-size:12px;padding:10px 20px;font-weight:300}.multi-user__user--details>div{width:100%;padding-bottom:5px;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.multi-user__user--btn{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px 10px}.multi-user__user--btn>div>button{line-height:24px!important}.multi-user__user--btn>div>button,.multi-user__user--btn>div>button>div>div{height:24px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.multi-user__user--btn>div>button>div>div>span{font-size:12px!important;text-transform:capitalize!important}.multi-user__user--arrows{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.multi-user__user--arrows>img{cursor:pointer}.multi-user__user--arrows>img:first-child{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);margin-right:10px}.multi-vertical-chart{width:100%}.multi-vertical-chart__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.multi-vertical-chart--all,.multi-vertical-chart__wrapper--all{height:100%}.multi-vertical-chart__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:15px 30px 0 0}.multi-vertical-chart__header,.multi-vertical-chart__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.multi-vertical-chart__header>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.multi-vertical-chart__header>div:first-child{font-weight:700;line-height:30px;padding-left:25px;border-left:5px solid #00b0ff;text-align:left;font-size:16px;font-family:Noto Sans,sans-serif}.multi-vertical-chart__header--slab{font-family:Noto Sans,sans-serif}.multi-vertical-chart__header--info{margin-left:20px}.multi-vertical-chart__header--info>div{font-size:12px;margin-right:5px;white-space:nowrap}.multi-vertical-chart__header--info>tspan{font-size:12px;font-weight:700}.multi-vertical-chart__header--sequence>span{color:#00b0ff}.multi-vertical-chart__open-text{width:100%;font-size:12px;color:#3c4a57;text-align:left;padding:20px 0 0 35px}.multi-vertical-chart__open-text__content{max-height:300px;overflow-y:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.multi-vertical-chart__open-text__content--all{height:100%;max-height:100%}.multi-vertical-chart__show-all-answers{color:#0369e9;font-size:14px;padding:16px 0;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;margin-top:auto}.multi-vertical-chart__show-all-answers:hover{cursor:pointer}.multi-vertical-chart__open-text-answer{padding-right:35px}.multi-vertical-chart__open-text-answer__user,.multi-vertical-chart__open-text-answer__user--initials{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.multi-vertical-chart__open-text-answer__user--initials{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:20px;width:20px;height:20px;font-size:8px;cursor:pointer;font-weight:600;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;color:#19232f;border:1px solid #7596b7}.multi-vertical-chart__open-text-answer__user--name{padding-left:8px;font-weight:700}.multi-vertical-chart__open-text-answer--divider{margin:12px 0;border-bottom:1px solid #e3eaf1}.multi-vertical-chart__open-text-answer--empty{padding-bottom:20px}.multi-vertical-chart__loader{padding-right:35px;text-align:center}.multi-vertical-chart__questions{width:100%;padding:35px}.multi-vertical-chart__questions>div{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:6px}.multi-vertical-chart__bar,.multi-vertical-chart__questions>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.multi-vertical-chart__bar{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:30%;height:18px;margin-right:10px}.multi-vertical-chart__bar>div{height:100%;cursor:pointer}.multi-vertical-chart__number{position:relative;top:2px;min-width:28px;font-size:11px;font-weight:700;margin-right:10px;text-align:right}.multi-vertical-chart__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.multi-vertical-chart__buttom-info{width:100%;padding:0 0 15px 20px}.multi-vertical-chart__buttom-info>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:0}.multi-vertical-chart__question--info{-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.multi-vertical-chart__question--info .multi-vertical-chart__bar{width:60%}.multi-vertical-chart__question--info .multi-vertical-chart__container{width:auto}.mvc__text{font-size:11px;padding:2px 4px;color:#58a5ff}.mvc__text--highest{color:#ffa64d}.mvc__text--highlight{color:#a0a3a1}.mvc__text--selected{color:#fff;font-size:9px;background-color:#58a5ff;padding:2px 5px}.mvc__text--selected--highest{color:#fff;background-color:#ffa64d}.mvc__wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;text-align:left;white-space:nowrap;color:#58a5ff}.mvc__wrap--highest{color:#ffa64d}.mvc__wrap--highlight{color:#a0a3a1}.mvc__wrap--selected{color:#58a5ff}.mvc__wrap--selected--highest{color:#ffa64d}.mvc__wrap span{margin-left:4px}.mvc__name{font-size:12px;text-align:left;margin-left:10px;color:#a0a3a1;font-weight:400;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mvc__name:hover{color:#000}.mvc__name>div:last-child{padding-left:8px}.gauge-trend{width:-webkit-calc(100% - 25px);width:-moz-calc(100% - 25px);width:calc(100% - 25px);position:absolute;bottom:28px}.gauge-trend,.gauge-trend__inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.gauge-trend__inner{font-size:12px}.gauge-trend__inner p{margin:0;height:15px}.multi-chart-pie{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.multi-chart-pie .recharts-wrapper{overflow:hidden}.multi-chart{margin:5px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.multi-chart__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:15px 30px 0 0}.multi-chart__header,.multi-chart__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.multi-chart__header>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.multi-chart__header>div:first-child{font-size:14px;font-weight:700;line-height:30px;padding-left:25px;border-left:5px solid #00b0ff;text-align:left;font-family:Noto Sans,sans-serif}.multi-chart__header--slab{font-size:16px;font-family:Noto Sans,sans-serif}.multi-chart__header--info{font-size:12px;margin-left:20px;white-space:nowrap}.multi-chart__header--info>strong{margin:0 5px}.multi-chart__legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:15px 25px 15px 40px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;word-spacing:3px}.multi-chart__legend>div{margin-right:20px;cursor:pointer}.multi-chart .recharts-responsive-container{display:inline-block}.multi-chart .recharts-responsive-container .recharts-surface .xAxis{font-size:11px;-webkit-transform:translateY(12px);-moz-transform:translateY(12px);-ms-transform:translateY(12px);-o-transform:translateY(12px);transform:translateY(12px)}.multi-chart .recharts-responsive-container .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line,.multi-chart .recharts-responsive-container .recharts-surface .xAxis>line{display:none}.multi-chart .recharts-responsive-container .recharts-surface .yAxis{font-size:11px;-webkit-transform:translate(-12px);-moz-transform:translate(-12px);-ms-transform:translate(-12px);-o-transform:translate(-12px);transform:translate(-12px)}.multi-chart .recharts-responsive-container .recharts-surface path.recharts-rectangle.recharts-tooltip-cursor{fill:none}.multi-chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line{stroke-dasharray:2px 3px}.multi-chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line:first-child{stroke-dasharray:inherit;stroke:#aeaeae}.multi-chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line{stroke-dasharray:inherit}.multi-chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:first-child,.multi-chart .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:last-child{display:none}.masonry{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.masonry,.masonry__column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.masonry__column{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}.gc{height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px)}.gc__empty{margin-top:57px;color:#a0a3a1;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gc__empty,.gc__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.gc__header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;min-height:50px;padding:0 20px 0 15px;position:relative}.gc__header--apply{border-left:1px solid #ededed;padding-left:12px}.gc__header--apply button{height:24px;line-height:24px;font-size:12px;padding:0 15.5px}.gc__content{height:100%;margin-top:20px;padding:50px 30px;font-family:Noto Sans,sans-serif;font-size:14px;color:#a0a3a1}.gc__content--text,.gc__content img{margin-bottom:30px}.nps .survey-rates{position:relative;top:22px;right:20px;cursor:default}.nps .survey-rates .widget-nps__data--container{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nps .survey-rates__gauge{position:absolute;top:10px;z-index:9}.nps__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.nps__wrapper--loader{position:absolute;top:0;left:0;z-index:9;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.nps__content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:auto}.nps__chart{position:relative}.nps__chart--header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.nps__chart--header--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.nps__chart--header--content .dropdown .simple-dropdown__content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nps__chart--header--content p{font-size:12px;font-weight:300;margin:0 10px 0 0}.nps__chart--header--top{margin-right:10px}.nps__chart--header--buttons,.nps__chart--header--top{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nps__chart--header--buttons>div:hover{cursor:pointer;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nps__chart--header--buttons img{padding:5px}.nps__chart--header--survey-type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:35px;font-weight:700}.nps__chart--header--survey-type img{margin-right:10px}.nps__chart--header--back{cursor:pointer}.nps__chart--header--type{margin-left:10px}.nps__chart--header--name{margin-left:5px;font-size:16px;font-weight:700}.nps__chart--selected{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nps__actions{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;overflow-x:auto}.nps__actions--content{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.nps__actions--content,.nps__view-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.nps__view-selector{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px}.nps__view-selector>div:first-child{font-size:12px;font-weight:300;margin-right:10px;white-space:nowrap}.nps__filter{width:0;min-width:0;height:100%;overflow:hidden;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;-webkit-transition:width .5s,min-width .5s;-o-transition:width .5s,min-width .5s;-moz-transition:width .5s,min-width .5s;transition:width .5s,min-width .5s}.nps__filter-open{min-width:260px;width:260px}.nps-users .table-pagination{padding-left:20px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.nps-users .table-pagination .checkbox-component .checkbox-text{font-size:12px}.bar-cell,.nps-users .table-pagination .checkbox-component .checkbox-text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bar-cell{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.bar-cell .bar{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:15px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:120px;margin-right:20px}.bar-cell .bar__section{height:15px}.bar-cell .bar__detractors{background-color:#ff3800}.bar-cell .bar__passives{background-color:#f8f8f7}.bar-cell .bar__promoters{background-color:#28bb28}.nps-bar-tooltip{width:230px}.nps-bar-tooltip__bottom,.nps-bar-tooltip__top{padding:5px}.nps-bar-tooltip__row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.nps-bar-tooltip__row__label{width:100px;text-align:left}.nps-bar-tooltip__row__per,.nps-bar-tooltip__row__value{width:100px;text-align:right}.chart-v3{min-width:90%;min-height:240px;height:240px;background-color:#fff;font-family:Noto Sans,sans-serif;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;margin:10px}.chart-v3 .app-loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:240px}.chart-v3 .recharts-responsive-container{display:inline-block}.chart-v3 .recharts-responsive-container .recharts-surface .xAxis{font-size:11px;-webkit-transform:translateY(12px);-moz-transform:translateY(12px);-ms-transform:translateY(12px);-o-transform:translateY(12px);transform:translateY(12px)}.chart-v3 .recharts-responsive-container .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line,.chart-v3 .recharts-responsive-container .recharts-surface .xAxis>line{display:none}.chart-v3 .recharts-responsive-container .recharts-surface .yAxis{font-size:11px;-webkit-transform:translate(-12px);-moz-transform:translate(-12px);-ms-transform:translate(-12px);-o-transform:translate(-12px);transform:translate(-12px)}.chart-v3 .recharts-responsive-container .recharts-surface path.recharts-rectangle.recharts-tooltip-cursor{fill:none}.chart-v3 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line{stroke-dasharray:2px 3px}.chart-v3 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-horizontal>line:first-child{stroke-dasharray:inherit;stroke:#aeaeae}.chart-v3 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line{stroke-dasharray:inherit}.chart-v3 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:first-child,.chart-v3 .recharts-responsive-container .recharts-surface .recharts-cartesian-grid-vertical>line:last-child{display:none}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper{width:100%!important}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend .legend-total{font-family:Noto Sans,sans-serif;font-size:12px;margin-left:25px}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend .legend-total .separator{margin-left:5px}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend .legend-total .text{font-weight:700}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend ul{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 60px 0 20px;max-height:40px}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend ul>li{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:20px;font-size:12px;font-weight:300;margin-right:20px;white-space:nowrap;list-style:none;cursor:pointer}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend ul>li p{margin:0;max-width:132px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:capitalize}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend ul>li:last-child{margin-right:0}.chart-v3 .recharts-responsive-container .recharts-legend-wrapper .legend ul>li:before{content:"\2022";position:relative;top:1px;margin-right:6px;font-size:23px}.chart-v3__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:18px 40px 0 0}.chart-v3__header,.chart-v3__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart-v3__header--title{height:37px;line-height:37px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:600;padding-left:25px;border-left:5px solid #00b0ff}.chart-v3__header--title>img{margin:0 10px}.chart-v3__header--showing{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:300}.chart-v3__header--showing>strong{margin:0 5px}.chart-v3__arrow{margin-right:20px;position:relative;bottom:4px}.chart-v3__no-chart,.chart-v3__no-data{font-family:Noto Sans,sans-serif;color:#abaaaa;font-size:16px;line-height:350px}.chart-v3__chart{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart-v3__chart>div{position:relative;display:inline-block}.chart-v3__container{width:100%}.chart-v3__container--pie{width:-webkit-calc(100% - 230px);width:-moz-calc(100% - 230px);width:calc(100% - 230px)}.chart-v3__container--bar{padding-top:15px}.chart-v3__container--bar .recharts-surface .xAxis{-webkit-transform:translate(0)!important;-moz-transform:translate(0)!important;-ms-transform:translate(0)!important;-o-transform:translate(0)!important;transform:translate(0)!important}.chart-v3__container--bar .recharts-surface .xAxis>line{display:block!important;stroke:#aeaeae}.chart-v3__container--bar .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line{display:none}.chart-v3__pie{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:230px;overflow:hidden;position:relative}.chart-v3__pie .lower-text{font-family:Noto Sans,sans-serif;font-size:6px;font-weight:300}.chart-v3__pie .middle-text{font-family:Noto Sans,sans-serif;font-size:10px;font-weight:500}.chart-v3__pie .recharts-tooltip-wrapper{z-index:10}.chart-v3__pie--inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:102px;left:50px;font-size:11px;background-color:#404040;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#33deff;height:70px;width:70px;z-index:1}.chart-v3__pie--inner img{margin-top:8px}.chart-v3__pie--inner p{margin:0;line-height:15px}.chart-tooltip-v3,.chart-tooltip-v3-bar{min-width:129px;font-size:12px;padding:8px 10px;font-family:Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;color:#19232f;text-transform:capitalize}.chart-tooltip-v3,.chart-tooltip-v3-bar,.chart-tooltip-v3-bar__items,.chart-tooltip-v3__items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chart-tooltip-v3-bar__items--title,.chart-tooltip-v3__items--title{width:100px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-right:50px}.chart-tooltip-v3-bar__items--title--dot,.chart-tooltip-v3__items--title--dot{padding-right:8px;font-size:18px}.chart-tooltip-v3-bar__items--value,.chart-tooltip-v3__items--value{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-left:20px}.chart-tooltip-v3-bar__items--value,.chart-tooltip-v3-bar__items>div,.chart-tooltip-v3__items--value,.chart-tooltip-v3__items>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chart-tooltip-v3-bar__items>div:last-child,.chart-tooltip-v3__items>div:last-child{border-bottom:1px solid #e3eaf1;margin-bottom:6px}.chart-tooltip-v3-bar__time,.chart-tooltip-v3__time{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chart-tooltip-v3-bar__label,.chart-tooltip-v3__label{color:#ffa64d;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.chart-tooltip-v3-bar__additional,.chart-tooltip-v3__additional{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#ffa64d}.chart-tooltip-v3-bar__additional--dot,.chart-tooltip-v3__additional--dot{margin:0 5px}.chart-tooltip-v3-bar__additional--day,.chart-tooltip-v3-bar__additional--hour,.chart-tooltip-v3__additional--day,.chart-tooltip-v3__additional--hour{color:rgba(160,163,161,.5)}.chart-tooltip-v3-bar__pie,.chart-tooltip-v3__pie{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:150px}.chart-tooltip-v3-bar__pie>div,.chart-tooltip-v3__pie>div{color:#33deff}.chart-tooltip-v3-bar__pie>div:nth-child(2),.chart-tooltip-v3__pie>div:nth-child(2){color:#fff}.chart-tooltip-v3-bar__bar,.chart-tooltip-v3__bar{text-align:left}.chart-tooltip-v3-bar__bar--name,.chart-tooltip-v3__bar--name{border-bottom:1px solid #eee}.chart-tooltip-v3-bar{padding:0}.chart-tooltip-v3-bar__count,.chart-tooltip-v3-bar__name{text-align:left;padding:7px 15px 5px}.chart-tooltip-v3-bar__name{max-width:129px;overflow-wrap:break-word;word-wrap:break-word;border-bottom:1px solid rgba(160,163,161,.5)}.analytics-features-usage{padding:10px}.analytics-features-usage__chart{margin:0!important}.analytics-features-usage__chart--header{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.analytics-features-usage__chart--header,.analytics-features-usage__chart--header--feature{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.analytics-features-usage__chart--header--feature img{margin:15px 0 0 15px!important;bottom:0!important}.analytics-features-usage__chart--header--right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:15px 45px 0 0}.analytics-features-usage__chart--title{font-family:Noto Sans,sans-serif;font-size:18px;font-weight:600;padding-left:25px;border-left:5px solid #00b0ff;margin-top:15px}.analytics-features-usage__chart--title span{font-size:16px;font-weight:400;margin-left:10px}.analytics-features-usage__chart--arrow{margin-right:20px;position:relative;bottom:4px}.analytics-features-usage__chart--info{margin-right:25px;font-family:Noto Sans,sans-serif;font-size:14px}.analytics-features-usage__chart--info--equals,.analytics-features-usage__chart--info--green{color:#0db14c}.analytics-features-usage__chart--info--red{color:#fc3f1d}.analytics-features-usage__kpis{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.analytics-features-usage__kpis>div{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.analytics-features-usage__kpis>div:nth-child(3) .analytics-features-usage__kpi--header{margin:12px 0 2px}.analytics-features-usage__kpis .feature-kpi .kpi__header .kpi__title{max-width:80%;direction:rtl;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.analytics-features-usage__kpi-error,.analytics-features-usage__kpi-error-heatmap{min-height:165px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:10px 10px 0 0;min-width:235px;width:25%;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:17px;color:#a0a3a1}.analytics-features-usage__kpi-error-heatmap{min-height:215px;width:100%}.analytics-features-usage__kpi{min-height:165px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:10px 10px 0 0;min-width:235px;width:25%;cursor:pointer}.analytics-features-usage__kpi--loader{margin-top:50px}.analytics-features-usage__kpi--last{margin-right:0}.analytics-features-usage__kpi--no-chart{display:block;height:40px}.analytics-features-usage__kpi--hovered .analytics-features-usage__kpi--header{border-left:5px solid rgba(0,176,255,.35);padding:0 25px}.analytics-features-usage__kpi--active .analytics-features-usage__kpi--header{border-left:5px solid #00b0ff;padding:0 25px}.analytics-features-usage__kpi--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px 0 30px;margin:12px 0;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-features-usage__kpi--title{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:85%}.analytics-features-usage__kpi--feature-image{position:absolute;top:-2px;right:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#00b0ff;font-size:12px;font-weight:300;padding:5px 6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;z-index:10}.analytics-features-usage__kpi--feature-image:hover{background-color:rgba(26,56,67,.05)}.analytics-features-usage__kpi--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-features-usage__kpi--value{padding-left:5px;font-family:Noto Sans,sans-serif;font-size:30px}.analytics-features-usage__kpi--percent-equals span,.analytics-features-usage__kpi--percent-negative span,.analytics-features-usage__kpi--percent-positive span{margin-right:15px;font-family:Noto Sans,sans-serif;font-size:14px;text-align:right;color:#0db14c}.analytics-features-usage__kpi--percent-equals img,.analytics-features-usage__kpi--percent-negative img,.analytics-features-usage__kpi--percent-positive img{position:relative;bottom:4px}.analytics-features-usage__kpi--percent-equals span{margin-right:0}.analytics-features-usage__kpi--percent-negative span{color:#fc3f1d}.analytics-features-usage__kpi--date-picker{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:5px;padding:0 20px}.analytics-features-usage__kpi--selected-date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-features-usage__kpi--selected-date div{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300}.analytics-features-usage__kpi--selected-date img{-webkit-transform:rotate(90deg) scale(.9);-moz-transform:rotate(90deg) scale(.9);-ms-transform:rotate(90deg) scale(.9);-o-transform:rotate(90deg) scale(.9);transform:rotate(90deg) scale(.9);margin-left:20px}.analytics-features-usage__total{-webkit-flex-grow:3!important;-moz-box-flex:3!important;-ms-flex-positive:3!important;flex-grow:3!important;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-width:235px;min-height:155px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;margin-top:10px}.analytics-features-usage__total--loader{margin:auto 0}.analytics-features-usage__total--title{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;margin:15px 0 10px}.analytics-features-usage__total--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:100%;padding:0 20px}.analytics-features-usage__total--container>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.analytics-features-usage__total--container>div:nth-child(2)>div:first-child{background-color:#66cfff}.analytics-features-usage__total--img{padding:8px;background-color:#00b0ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-bottom:5px}.analytics-features-usage__total--text{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;margin-bottom:5px;text-transform:capitalize}.analytics-features-usage__total--number{font-family:Noto Sans,sans-serif;font-size:18px}.analytics-features-usage__average{width:100%;-webkit-flex-grow:0.8!important;-moz-box-flex:0.8!important;-ms-flex-positive:0.8!important;flex-grow:0.8!important;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-width:235px;min-height:155px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;margin:10px 10px 0 0}.analytics-features-usage__average--loader{margin:auto 0}.analytics-features-usage__average--title{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;margin:15px 0;text-transform:capitalize}.analytics-features-usage__average--img{margin-bottom:13px}.analytics-features-usage__average--text{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;margin-bottom:5px}.analytics-features-usage__average--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-features-usage__average--container img{position:relative;bottom:3px}.analytics-features-usage__average--number{font-family:Noto Sans,sans-serif;font-size:18px;margin-right:10px}.analytics-features-usage__average--change{margin-right:6px}.analytics-features-usage__average--change-negative{color:#fc3f1d}.analytics-features-usage__average--change-positive{color:#0db14c}.analytics-features-usage .heatmap{margin-top:10px}.analytics-features-usage .heatmap__tiles{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.analytics-features-usage .heatmap__tiles--days{width:30px;margin:0 15px 0 0;text-align:right}.analytics-features-usage__heatmap-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:0 20px 0 45px;margin-bottom:7px}.analytics-features-usage__heatmap-header,.analytics-features-usage__heatmap-header--filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-features-usage__heatmap-header--filter>div{text-transform:capitalize;margin-right:10px;font-weight:300;font-size:12px}.analytics-features-usage__heatmap-header--filter--amount{font-weight:500!important;margin-right:5px!important}.analytics-features-usage__heatmap-header--filter--dialog{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding:5px 6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.analytics-features-usage__heatmap-header--filter--dialog>img{margin-right:5px}.analytics-features-usage__heatmap-header--filter--dialog:hover{background-color:rgba(26,56,67,.05)}.analytics-features-usage__heatmap-header--title{font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700}.analytics-features-usage-d-heatmap>div>div,.analytics-features-usage-dialog>div>div{max-width:540px!important;-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.analytics-features-usage-d-heatmap>div>div>div,.analytics-features-usage-dialog>div>div>div{max-height:500px;overflow:hidden;-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;background-color:#f8f8f7!important}.analytics-features-usage-d-heatmap>div>div>div>div,.analytics-features-usage-dialog>div>div>div>div{padding:0!important}.analytics-features-usage-d-heatmap__header,.analytics-features-usage-dialog__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px 20px 60px;background-color:#404040;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}.analytics-features-usage-d-heatmap__header>div:first-child img,.analytics-features-usage-dialog__header>div:first-child img{margin-right:20px}.analytics-features-usage-d-heatmap__header--title,.analytics-features-usage-dialog__header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7}.analytics-features-usage-d-heatmap__header--count,.analytics-features-usage-dialog__header--count{color:#d7d6d7;font-family:Noto Sans,sans-serif;margin-left:10px;font-size:14px;font-weight:300}.analytics-features-usage-d-heatmap__search,.analytics-features-usage-dialog__search{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 30px;background-color:#fff}.analytics-features-usage-d-heatmap__search img,.analytics-features-usage-dialog__search img{margin-right:10px}.analytics-features-usage-d-heatmap__search input,.analytics-features-usage-dialog__search input{border:0;font-size:14px;outline:none}.analytics-features-usage-d-heatmap__search input::-webkit-input-placeholder,.analytics-features-usage-dialog__search input::-webkit-input-placeholder{font-size:13px!important}.analytics-features-usage-d-heatmap__search input:-moz-placeholder,.analytics-features-usage-d-heatmap__search input::-moz-placeholder,.analytics-features-usage-dialog__search input:-moz-placeholder,.analytics-features-usage-dialog__search input::-moz-placeholder{font-size:13px!important}.analytics-features-usage-d-heatmap__search input:-ms-input-placeholder,.analytics-features-usage-dialog__search input:-ms-input-placeholder{font-size:13px!important}.analytics-features-usage-d-heatmap__search input::-ms-input-placeholder,.analytics-features-usage-dialog__search input::-ms-input-placeholder{font-size:13px!important}.analytics-features-usage-d-heatmap__search input::placeholder,.analytics-features-usage-dialog__search input::placeholder{font-size:13px!important}.analytics-features-usage-d-heatmap__features,.analytics-features-usage-dialog__features{overflow:scroll;height:340px;margin-bottom:10px;background-color:#fff;padding-top:10px}.analytics-features-usage-d-heatmap__features__header,.analytics-features-usage-dialog__features__header{padding:6px 10px;font-size:14px;font-size:75%;font-weight:500;margin:0 10px .25em;text-transform:uppercase;color:#999;-webkit-box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.1);box-shadow:inset 0 -1px 1px 0 rgba(0,0,0,.1)}.analytics-features-usage-d-heatmap__features__section,.analytics-features-usage-dialog__features__section{padding-bottom:10px}.analytics-features-usage-d-heatmap__features__list,.analytics-features-usage-dialog__features__list{padding:0;margin:0}.analytics-features-usage-d-heatmap__feature,.analytics-features-usage-dialog__feature{padding:6px 20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#a0a3a1;font-family:Noto Sans,sans-serif;font-size:14px;cursor:pointer;background-color:#fff}.analytics-features-usage-d-heatmap__feature,.analytics-features-usage-d-heatmap__feature .checkbox-component,.analytics-features-usage-dialog__feature,.analytics-features-usage-dialog__feature .checkbox-component{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.analytics-features-usage-d-heatmap__feature .checkbox-component .checkbox-text,.analytics-features-usage-dialog__feature .checkbox-component .checkbox-text{height:auto;line-height:normal;text-align:left;direction:rtl}.analytics-features-usage-d-heatmap__feature--checked .checkbox-text,.analytics-features-usage-dialog__feature--checked .checkbox-text{color:#000!important;font-weight:600!important}.analytics-features-usage-d-heatmap__feature .checkbox-text,.analytics-features-usage-dialog__feature .checkbox-text{font-family:Noto Sans,sans-serif;font-size:14px;line-height:23px;color:#a0a3a1;font-weight:300}.analytics-features-usage-d-heatmap__feature:hover,.analytics-features-usage-dialog__feature:hover{background-color:rgba(26,56,67,.05)}.analytics-features-usage-d-heatmap__feature--radio,.analytics-features-usage-dialog__feature--radio{width:15px;height:15px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);border:1px solid #eee;margin-right:15px;position:relative;top:2px}.analytics-features-usage-d-heatmap__feature--radio-checked,.analytics-features-usage-dialog__feature--radio-checked{border:4px solid #ff7f00}.chart{min-width:90%;min-height:242px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;margin:10px}.chart .app-loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:242px}.chart .recharts-surface .xAxis{font-size:11px;-webkit-transform:translateY(12px);-moz-transform:translateY(12px);-ms-transform:translateY(12px);-o-transform:translateY(12px);transform:translateY(12px)}.chart .recharts-surface .xAxis .recharts-cartesian-axis-ticks>g>line,.chart .recharts-surface .xAxis>line{display:none}.chart .recharts-surface .yAxis{font-size:11px;-webkit-transform:translate(-12px);-moz-transform:translate(-12px);-ms-transform:translate(-12px);-o-transform:translate(-12px);transform:translate(-12px)}.chart .recharts-surface .recharts-cartesian-grid-horizontal>line{stroke-dasharray:2px 3px}.chart .recharts-surface .recharts-cartesian-grid-horizontal>line:first-child{stroke-dasharray:inherit;stroke:#aeaeae}.chart .recharts-surface .recharts-cartesian-grid-vertical>line{stroke-dasharray:inherit}.chart .recharts-surface .recharts-cartesian-grid-vertical>line:first-child,.chart .recharts-surface .recharts-cartesian-grid-vertical>line:last-child{display:none}.chart__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chart__header,.chart__header__right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart__header__right{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:15px 45px 0 0}.chart__title{font-family:Noto Sans,sans-serif;font-size:18px;font-weight:600;padding-left:25px;border-left:5px solid #00b0ff;margin-top:15px}.chart__title span{font-size:16px;font-weight:400;margin-left:10px}.chart__arrow{margin-right:20px;position:relative;bottom:4px}.chart__no-chart,.chart__no-data{margin-top:50px;font-family:Noto Sans,sans-serif;color:#abaaaa;font-size:16px;text-align:center}.chart__no-data{margin-top:100px}.chart-tooltip{min-width:129px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);text-transform:capitalize;background-color:#fff;color:#19232f;font-size:12px;font-family:Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif}.chart-tooltip,.chart-tooltip>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart-tooltip>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chart-tooltip>div:first-child{border-bottom:1px solid #e3eaf1;margin-bottom:6px;padding:6px 16px}.chart-tooltip__name{padding-left:20px}.chart-tooltip__items{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:129px}.chart-tooltip__items,.chart-tooltip__items--widget-title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.chart-tooltip__items--widget-title{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;line-height:normal;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.chart-tooltip__items--widget-title--dot{padding-right:8px;font-size:18px;color:#33deff}.chart-tooltip__items--widget-title:first-letter{text-transform:capitalize}.chart-tooltip__items--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;line-height:normal;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.chart-tooltip__items--title--dot{padding-right:8px;font-size:18px;color:#33deff}.chart-tooltip__items--title:first-letter{text-transform:capitalize}.chart-tooltip__footer{padding:0 16px 10px}.chart-tooltip__footer--label{color:#7596b7;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-right:16px}.chart-tooltip__footer--additional{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#7596b7}.chart-tooltip__footer--additional--dot{margin:0 5px}.chart-tooltip__footer--additional--day,.chart-tooltip__footer--additional--hour{color:#7596b7}.heatmap{min-height:215px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;padding:15px 30px 10px 40px;min-width:850px}.heatmap__loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.heatmap__loader .app-loader img{height:65px;width:65px}.heatmap__title{font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700;text-align:left;margin-bottom:15px}.heatmap__tiles{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.heatmap__tiles--days{width:50px;margin-left:15px;text-align:left}.heatmap__tiles--days>div{font-size:10px;font-weight:300}.heatmap__data{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.heatmap__data,.heatmap__data .day-names{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;width:100%}.heatmap__data .day-names{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.heatmap__data .day-names>div{min-width:4.05%;height:10px;background-color:#e9e9e9;margin:0 1px 4px 0}.heatmap__hours{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.heatmap__hours .hour-names{font-size:11px;font-weight:300}.heatmap__hours .hour-names:nth-child(2n+0){visibility:hidden}.heatmap__legend-wrapper{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:13px 60px 0 10px}.heatmap__legend-color,.heatmap__legend-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.heatmap__legend-color{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:25%}.heatmap__legend-color>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.heatmap__legend-color--color{width:20%;height:10px;border-left:1px solid #fff}.heatmap__legend-color--color:first-child{display:none}.heatmap__legend-color--text{font-size:10px;position:relative;width:20%;left:10%}.heatmap__date-picker{width:50%}.heatmap__date-picker .simple-dropdown__content{margin-top:-200px}.time-selector .dropdown-v2__content--options>div:first-letter,.time-selector .dropdown-v2__trigger>div:first-letter{text-transform:capitalize}.afp{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;overflow:auto;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.afp .page-header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.afp .tabs__list{margin-top:0;padding:15px 2px 0 5px}.afp__adoption-cell{font-size:12px;color:#2b3d51;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.afp__adoption-cell>div{font-size:12px;padding:4px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#e3eaf1}.afp__adoption-cell>div:first-child{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.afp__adoption-cell--rest{margin-left:4px}.afp__adoption-cell--tooltip{font-size:12px;text-align:left}.afp__adoption-cell--tooltip>div{margin-bottom:4px}.afp__adoption-cell--tooltip>div>span{padding-right:4px}.afp__loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:20}.afp__main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:auto}.afp__main--content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 16px 16px;border:1px solid #d5d9de}.afp__main--flat{font-size:12px;font-weight:300;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:48px;min-height:48px;padding:15px 30px;background-color:#f2f1ef;-webkit-box-shadow:0 1px 0 0 #d8d8d8;-moz-box-shadow:0 1px 0 0 #d8d8d8;box-shadow:0 1px 0 0 #d8d8d8;z-index:1}.afp__main--flat>span{font-weight:700;font-size:13px;margin-left:10px}.afp__chart{width:100%;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;border:1px solid #d5d9de}.afp__chart--container{padding:16px}.afp__chart>div{width:100%}.afp__chart>div .gpx-chart>div .highcharts-container{width:100%!important}.afp__chart>div .gpx-chart>div .highcharts-container .highcharts-root{width:100%}.afp__chart--data-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:18px 40px 18px 0}.afp__chart--data-header,.afp__chart--data-header--showing{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.afp__chart--data-header--showing{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:300}.afp__chart--data-header--showing>strong{margin:0 5px}.afp__chart--data-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.afp__chart--data-header--buttons>div{border-color:#d5d9de;border-style:solid;border-width:1px .5px;background:#f5f7f9}.afp__chart--data-header--buttons>div:first-child{border-left-width:1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.afp__chart--data-header--buttons>div:last-child{border-right-width:1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.afp__chart--data-header--buttons>div:hover{cursor:pointer}.afp__chart--data-header--buttons>div.afp__chart--selected{border:1px solid #0369e9}.afp__chart--data-header--buttons img{padding:2px}.afp__chart--data-header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:37px;line-height:37px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:600;padding-left:25px;border-left:5px solid #00b0ff}.afp__chart--data-header--title>div:last-child{margin:0 10px}.afp__chart--header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.afp__chart--header,.afp__chart--header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.afp__chart--header>div{margin-right:10px}.afp__chart--header>div p{font-size:12px;font-weight:400;margin:0 10px 0 0;color:#2b3d51}.afp__chart--header--divider{border-left:1px solid #ddd;margin:0 10px;height:30px}.afp__chart--header--top{margin-right:10px}.afp__chart--header--dimensions,.afp__chart--header--dimensions .dimension,.afp__chart--header--top{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.afp__chart--header--dimensions .dimension{margin-right:10px}.afp__table{position:relative}.afp__table .rt-noData{margin-top:50px}.afp__table--name{font-size:12px;color:#2b3d51}.afp__table--name svg{margin-right:5px}.afp__table--name--selected svg>path{stroke:#0369e9}.afp__table .table-pagination{margin:0}.afp__table .table-v3__content{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.afp__table .table-v3 .ReactTable .-loading .app-loader{top:20px}.afp__filter{width:0;min-width:0;height:100%;overflow:hidden;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1;-webkit-transition:width .5s,min-width .5s;-o-transition:width .5s,min-width .5s;-moz-transition:width .5s,min-width .5s;transition:width .5s,min-width .5s}.afp__filter-open{min-width:260px;width:260px}.afp__filter .gpx-tabs .MuiTabs-root{padding:11px 0 7px 25px}.afp__filter .gpx-tabs .MuiTabs-root .MuiTabs-scroller{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.afp__filter .gpx-tabs .MuiTabs-root .MuiTab-wrapper{font-size:12px!important}.afp__chart--tip{width:100%}.afp__chart--tip .chart-tooltip-v2__items--title{width:100%;margin-right:20px}.analytics-breadcrumbs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:48px;min-height:48px;padding:15px 30px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.2);z-index:1}.analytics-breadcrumbs__root{cursor:pointer}.analytics-breadcrumbs__crumb{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#2b3d51}.analytics-breadcrumbs__crumb>div:first-child{margin:0 10px}.analytics-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#181f26;font-size:18px;font-weight:600;line-height:24px;padding:16px 16px 16px 32px}.analytics-drawer__header img{cursor:pointer}.analytics-drawer__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;height:48px;padding:8px 32px;border-top:1px solid #e6e9ec}.analytics-drawer__footer>div{margin-left:16px}.analytics-drawer__content{padding:0 32px;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);overflow:hidden}.analytics-drawer__content--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:16px}.analytics-drawer__heading{font-size:14px;font-weight:600;line-height:24px}.analytics-drawer__heading--small{color:#5f6c7a;font-size:12px;font-weight:400;line-height:16px}.analytics-drawer__list{height:-webkit-calc(100% - 90px);height:-moz-calc(100% - 90px);height:calc(100% - 90px);padding-bottom:16px;overflow-y:auto}.analytics-drawer__list--title{color:#3c4a57;padding:10px 16px 9px 56px;border-bottom:1px solid #e6e9ec;font-size:12px;font-weight:600;line-height:16px}.analytics-drawer__search{width:240px!important}.analytics-entity{padding:12px 16px 12px 12px;border-bottom:1px solid #e6e9ec}.analytics-entity .gpx-checkbox__label{color:#0369e9!important;line-height:24px;padding-left:16px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.analytics-bot__entries{padding:5px}.analytics-bot__entries--view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}.analytics-bot__entries--view>div{margin-right:10px}.analytics-bot .bot-table{width:100%}.analytics-bot .bot-table .table-pagination{margin:-5px -5px 5px}.analytics-bot .bot-table .table-pagination .analytics-bot__table--search{width:300px;margin-left:8px}.analytics-bot .bot-table__weblink-url{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#3d566f;font-size:12px}.analytics-bot .kc-list__quick-filters{margin-left:20px}.analytics-bot .bot-tiles__header,.analytics-bot .kc-list__quick-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-bot .bot-tiles__header{height:42px;margin:-5px -5px 5px;background-color:#f2f1ef}.analytics-bot .bot-tiles__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:auto;height:-webkit-calc(100vh - 162px);height:-moz-calc(100vh - 162px);height:calc(100vh - 162px);background-color:#e0e7ec}.analytics-bot .bot-tiles .bot-tile{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:340px;height:200px;margin:20px 20px 0;padding:20px 25px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1);background-color:#fff}.analytics-bot .bot-tiles .bot-tile:last-child{margin-bottom:20px}.analytics-bot .bot-tiles .bot-tile__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:64px;height:64px;color:#ff7f00;font-size:30px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-bottom:15px;background-color:#404040}.analytics-bot .bot-tiles .bot-tile__wrapper{margin-bottom:15px}.analytics-bot .bot-tiles .bot-tile__actions,.analytics-bot .bot-tiles .bot-tile__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:default}.analytics-bot .bot-tiles .bot-tile__actions>div,.analytics-bot .bot-tiles .bot-tile__wrapper>div{width:50%;text-align:left}.analytics-bot .bot-tiles .bot-tile__actions>div .environment-cell,.analytics-bot .bot-tiles .bot-tile__wrapper>div .environment-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.analytics-bot .bot-tiles .bot-tile__actions>div .environment-cell__env,.analytics-bot .bot-tiles .bot-tile__wrapper>div .environment-cell__env{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:17px;height:17px;color:#000;font-size:10px;line-height:18px;margin-right:5px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;cursor:default}.analytics-bot .bot-tiles .bot-tile__actions>div .environment-cell__env--P,.analytics-bot .bot-tiles .bot-tile__wrapper>div .environment-cell__env--P{color:#fff;background-color:#2090ed}.analytics-bot .bot-tiles .bot-tile__actions>div .environment-cell__env--I,.analytics-bot .bot-tiles .bot-tile__actions>div .environment-cell__env--Q,.analytics-bot .bot-tiles .bot-tile__actions>div .environment-cell__env--S,.analytics-bot .bot-tiles .bot-tile__wrapper>div .environment-cell__env--I,.analytics-bot .bot-tiles .bot-tile__wrapper>div .environment-cell__env--Q,.analytics-bot .bot-tiles .bot-tile__wrapper>div .environment-cell__env--S{background-color:#e7ebed}.analytics-bot .bot-tiles .bot-tile__actions .raised-btn button,.analytics-bot .bot-tiles .bot-tile__wrapper .raised-btn button{height:24px!important;line-height:24px!important}.analytics-bot .bot-tiles .bot-tile__actions .raised-btn button>div>div,.analytics-bot .bot-tiles .bot-tile__wrapper .raised-btn button>div>div{height:24px!important}.analytics-bot .bot-tiles .bot-tile__actions .raised-btn span,.analytics-bot .bot-tiles .bot-tile__wrapper .raised-btn span{bottom:1px;font-size:12px!important}.analytics-bot .bot-tiles .bot-tile__name{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:12px;font-weight:700;margin-bottom:5px;padding-right:10px;line-height:14px}.analytics-bot .bot-tiles .bot-tile__product,.analytics-bot .bot-tiles .bot-tile__status{font-size:12px}.analytics-bot .bot-tiles .bot-tile__product{height:14px;margin-bottom:6px}.analytics-bot .bot-tiles .bot-tile__date{font-size:11px}.analytics-bot-drawer{width:35vw;height:100vh;margin-top:70px;padding:0 24px 0 32px;overflow:hidden}.analytics-bot-drawer__no-data{border:1px solid #e6e9ec;background:hsla(0,0%,100%,0);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:-webkit-calc(100vh - 348px);height:-moz-calc(100vh - 348px);height:calc(100vh - 348px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#5f6c7a;grid-row-gap:16px;row-gap:16px}.analytics-bot-drawer__no-data--title{font-weight:600;font-size:21px}.analytics-bot-drawer__no-data--subtitle{font-weight:400;font-size:14px;width:240px;text-align:center}.analytics-bot-drawer__userlist{width:100%}.analytics-bot-drawer__userlist .pagination__pagination-left__page .gpx-select .react-select__value-container{overflow:unset!important}.analytics-bot-drawer__userlist--footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:48px;border-top:1px solid #e6e9ec;padding:0 8px}.analytics-bot-drawer__userlist--search{width:280px!important;margin:16px 0;grid-gap:8px;gap:8px;-webkit-border-radius:72px!important;-moz-border-radius:72px!important;border-radius:72px!important}.analytics-bot-drawer__userlist--table{width:100%;height:-webkit-calc(100% - 124px);height:-moz-calc(100% - 124px);height:calc(100% - 124px);overflow:auto}.analytics-bot-drawer__userlist--table table{width:100%;text-align:left;position:relative}.analytics-bot-drawer__userlist--table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:1}.analytics-bot-drawer__userlist--table table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.analytics-bot-drawer__userlist--table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:600;color:#25313b}.analytics-bot-drawer__userlist--table table thead tr th>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer;white-space:nowrap}.analytics-bot-drawer__userlist--table table thead tr th>div svg>path{stroke:#3c4a57}.analytics-bot-drawer__userlist--table table thead tr th:first-child{padding:0}.analytics-bot-drawer__userlist--table table thead tr th:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.analytics-bot-drawer__userlist--table table thead tr th:first-child .gpx-checkbox input{margin:0}.analytics-bot-drawer__userlist--table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.analytics-bot-drawer__userlist--table table tbody tr td{font-size:14px;font-weight:400;text-align:left;color:#181f26;padding-left:24px;white-space:nowrap}.analytics-bot-drawer__userlist--table table tbody tr td:first-child{padding:0}.analytics-bot-drawer__userlist--table table tbody tr td:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.analytics-bot-drawer__userlist--table table tbody tr td:first-child .gpx-checkbox input{margin:0}.analytics-bot-drawer__userlist--table table tbody tr td:last-child svg{display:none;cursor:pointer;width:32px;height:32px;padding:4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.analytics-bot-drawer__userlist--table table tbody tr td:last-child svg:hover{background-color:rgba(117,150,183,.2)}.analytics-bot-drawer__userlist--table table tbody tr:hover{background-color:#f5f7f9}.analytics-bot-drawer__userlist--table table tbody tr:hover>td:last-child svg{display:block}.analytics-bot-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:24px;margin-bottom:16px}.analytics-bot-drawer__header>div>img{cursor:pointer}.analytics-bot-drawer__header--name{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:-webkit-calc(100% - 56px);width:-moz-calc(100% - 56px);width:calc(100% - 56px);font-weight:600;font-size:18px}.analytics-bot-drawer__description{margin:24px 0 16px}.analytics-bot-drawer__field{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:4px;row-gap:4px;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.analytics-bot-drawer__field,.analytics-bot-drawer__field-wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.analytics-bot-drawer__field-wrap{margin-bottom:16px}.analytics-bot-drawer__field-data{margin-bottom:24px}.analytics-bot-drawer__field--label{font-size:12px;color:#5f6c7a}.analytics-bot-drawer__field--value{color:#181f26}.analytics-bot-drawer__field--value>span{margin-left:4px}.analytics-bot-drawer__users{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.analytics-bot-drawer__users--title{width:100%;height:48px;padding:12px 0;font-size:14px;font-weight:600;color:#0369e9}.analytics-bot-drawer__users--email{border-bottom:1px solid #e6e9ec;height:48px;font-size:12px;font-weight:600;color:#3c4a57;line-height:1.33;width:100%;padding:12px 16px 12px 8px}.analytics-bot-drawer__users--list{width:100%;height:606px;overflow:auto;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.analytics-bot-drawer__users--list-element{height:48px;padding:12px 16px 12px 8px;border-bottom:1px solid #e6e9ec;width:100%;font-size:14px;color:#0369e9}.backfill-warning .btns-container>div:last-child button{width:130px!important}.mapper__labels{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:20px}.mapper__labels--chip{width:120px;height:24px;-webkit-flex-grow:initial;-moz-box-flex:initial;-ms-flex-positive:initial;flex-grow:0;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 10px 0 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e3eaf1}.mapper__labels--chip,.mapper__labels--chip .mapper-chip-option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__labels--chip .mapper-chip-option{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;margin-left:10px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mapper__labels--chip .mapper-chip-option__name{text-align:left;width:50px}.mapper__labels--chip .mapper-chip-option>div{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mapper__labels--chip .mapper-chip-option>div:first-child{padding-right:8px;line-height:normal}.mapper__labels--chip .mapper-chip-delete-img{height:24px;cursor:pointer}.mapper__more-labels{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:24px;font-size:12px;padding:0 10px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e3eaf1}.mapper__more-labels,.mapper__more-labels--chip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__more-labels--chip{width:100%;margin-bottom:4px}.mapper__more-labels--chip .mapper-chip-option{margin-left:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:inherit}.mapper__more-labels--chip .mapper-chip-option__name{margin:0 10px;text-align:start;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mapper__more-labels--chip .mapper-chip-delete-img{height:auto;padding-right:0;width:10px}.mapper__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(100vh - 144px);height:-moz-calc(100vh - 144px);height:calc(100vh - 144px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);background-color:#fff}.mapper__content--tree{border-right:1px solid #e6e9ec}.mapper__content-suggested{margin:0;height:100%;width:100%}.mapper__content-suggested .feature-tree__search{padding:5px 12px 0!important}.mapper__content-suggested .m-tree{height:100%!important}.mapper__content-suggested--error{font-size:18px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#fff;height:-webkit-calc(100vh - 170px);height:-moz-calc(100vh - 170px);height:calc(100vh - 170px);font-family:Noto Sans,sans-serif}.mapper__content-suggested--error>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;color:#a0a3a1}.mapper__content-suggested .product-tree{height:100%!important}.mapper__content-suggested .product-tree .feature-tree__search{padding-bottom:10px!important}.mapper__content-suggested .product-tree .feature-tree>div>div>div>div>span.collapse{display:block!important;color:#cfd8dc;width:10px}.mapper__content-suggested .product-tree .feature-tree .inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__content-suggested .product-tree__heading{font-size:18px;font-weight:500;line-height:1.33;letter-spacing:normal;text-align:left;color:#000;padding:16px 0 22px 16px}.mapper__content-suggested .product-tree__counts{padding-left:16px;grid-gap:24px;gap:24px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mapper__content-suggested .product-tree__counts,.mapper__content-suggested .product-tree__counts--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__content-suggested .product-tree__counts--item{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px;padding-bottom:25px}.mapper__content-suggested .product-tree__counts--item>div:first-child{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:normal;text-align:left;color:#000}.mapper__content-suggested .product-tree__counts--item>div:nth-child(2){font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#7596b7;text-transform:capitalize}.mapper__content-suggested .events-table{height:100%!important;-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset}.mapper__content-suggested .events-table__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 24px 0 0}.mapper__content-suggested .events-table__header--title{font-size:18px;font-weight:500;line-height:1.33;letter-spacing:normal;text-align:left;color:#000}.mapper__content-suggested .events-table__header-title{padding-top:8px;padding-left:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px;height:42px;font-size:16px;font-weight:600;line-height:1.5;color:#000}.mapper__content-suggested .events-table__header-title>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;grid-gap:8px;gap:8px}.mapper__content-suggested .events-table__header-title--sub-heading{font-size:12px;line-height:1.3;color:#5f6c7a}.mapper__content-suggested .events-table__content{height:-webkit-calc(100% - 94px)!important;height:-moz-calc(100% - 94px)!important;height:calc(100% - 94px)!important}.mapper__content-suggested .events-table__content .table-v3{height:-webkit-calc(100% - 28px)!important;height:-moz-calc(100% - 28px)!important;height:calc(100% - 28px)!important}.mapper__content .app-loader-v2__active{z-index:1600}.mapper__content--resize-handle{position:absolute;top:50%;right:2px;opacity:.5;color:#2090ed}.mapper__content--resize-container>div{z-index:2}.mapper__content .product-tree{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;z-index:1;overflow:auto;position:relative;background-color:#fff;height:-webkit-calc(100vh - 170px);height:-moz-calc(100vh - 170px);height:calc(100vh - 170px);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.mapper__content .product-tree__desktop{height:-webkit-calc(100vh - 115px);height:-moz-calc(100vh - 115px);height:calc(100vh - 115px)}.mapper__content .product-tree .ps-v2{z-index:9;padding:10px}.mapper__content .product-tree .ps-v2 .product{width:145px}.mapper__content .product-tree .tree-wrapper{width:100%;position:relative}.mapper__content .product-tree .tree-wrapper .feature-tree{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mapper__content .product-tree .tree-wrapper .feature-tree__search{z-index:2;padding:0 12px}.mapper__content .product-tree .tree-wrapper .feature-tree__image{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.mapper__content .product-tree .tree-wrapper .feature-tree__image--backfill{position:absolute;top:1px;left:15px;width:6px;height:6px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#ff7f00}.mapper__content .product-tree .tree-wrapper .feature-tree__image--suggestion{position:absolute;top:13px;left:15px;width:6px;height:6px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#00bbf3}.mapper__content .product-tree .tree-wrapper .feature-tree__image--exposed{position:absolute;top:13px;left:15px;width:6px;height:6px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#2090ed}.mapper__content .product-tree .tree-wrapper .feature-tree__count{font-size:10px;font-weight:600;font-family:Noto Sans,sans-serif}.mapper__content .product-tree .tree-wrapper .feature-tree__empty-child{width:50%;font-size:13px;margin:20px auto;font-family:Noto Sans,sans-serif}.mapper__content .product-tree .tree-wrapper .feature-tree__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.mapper__content .product-tree .tree-wrapper .feature-tree__empty--text{width:160px;margin-bottom:30px}.mapper__content .product-tree .tree-wrapper .feature-tree__empty--text>img{margin-bottom:10px}.mapper__content .product-tree .tree-wrapper .feature-tree__empty--text>div{font-size:15px;font-weight:300}.mapper__content .product-tree .tree-wrapper .feature-tree__empty--or{margin:5px 0}.mapper__content .product-tree .tree-wrapper .feature-tree__empty--btns{z-index:0}.mapper__content .product-tree .tree-wrapper .feature-tree>div>div>div>div>span.collapse{display:none}.mapper__content .product-tree .tree-wrapper .feature-tree .footer{height:100%}.mapper__content .product-tree .tree-wrapper .feature-tree .tree{position:fixed;top:0;left:0;bottom:0;width:300px;overflow-x:hidden;overflow-y:auto;background-color:#fff}.mapper__content .product-tree .tree-wrapper .feature-tree .m-node .inner{position:relative}.mapper__content .product-tree .tree-wrapper .feature-tree .m-node .inner .input-with-button{height:24px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-node .inner .input-with-button__button{display:none;opacity:0}.mapper__content .product-tree .tree-wrapper .feature-tree .m-node .inner .input-with-button__input{font-size:12px;padding:0 12px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-node__backfilling{position:absolute;left:4px;top:8px;z-index:9}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree{overflow:auto;direction:rtl;height:-webkit-calc(100vh - 255px);height:-moz-calc(100vh - 255px);height:calc(100vh - 255px)}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree>.m-node{direction:ltr;padding-left:10px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree>.m-node>.children{padding-left:0!important;margin-top:5px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:24px;line-height:24px;margin-left:10px;padding:0 5px;text-align:left;font-family:Noto Sans,sans-serif;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node [data-tooltip]:after{color:#ffebcd}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node .module-name,.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node .name-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;overflow:hidden}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node .module-name .node-text{padding:4px 5px;text-align:left;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#2b3d51;font-family:Noto Sans,sans-serif}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node.is-selection{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;-webkit-box-shadow:0 0 1px 1px #fc3f1d!important;-moz-box-shadow:0 0 1px 1px #fc3f1d!important;box-shadow:0 0 1px 1px #fc3f1d!important}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node.is-root{min-height:35px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node.is-root .module-name{display:block;width:100%}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node.is-hovered:not(.is-root):not(.is-active){background-color:rgba(26,56,67,.05)}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node img{margin-right:3px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node .plus-icon{width:16px;height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#ccc;border:1px solid #ccc;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;opacity:0;-webkit-transition:opacity .2s ease;-o-transition:opacity ease .2s;-moz-transition:opacity ease .2s;transition:opacity .2s ease}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .node:hover .plus-icon{opacity:1}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node>.inner{padding-left:0}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#000;font-size:13px;padding-left:10px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .collapse{position:absolute;left:5px;z-index:1;width:15px;height:24px;line-height:24px;color:#cfd8dc}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:24px;line-height:24px;margin-left:10px;padding:0 5px;text-align:left;font-family:Noto Sans,sans-serif;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node.is-module .node-text{font-weight:700}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node [data-tooltip]:after{color:#ffebcd}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node .module-name,.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node .name-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;overflow:hidden}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node .module-name .node-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0 5px;font-family:Noto Sans,sans-serif;text-align:left;overflow:hidden;white-space:nowrap}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node.is-active{background-color:rgba(26,56,67,.03);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node.is-active .module-name{font-weight:700}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node.is-root{min-height:35px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node.is-root .module-name{display:block;width:100%}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node.is-hovered:not(.is-root):not(.is-active){background-color:rgba(26,56,67,.05)}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node img{margin-right:3px}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node .plus-icon{width:16px;height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#ccc;border:1px solid #ccc;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;opacity:0;-webkit-transition:opacity .2s ease;-o-transition:opacity ease .2s;-moz-transition:opacity ease .2s;transition:opacity .2s ease}.mapper__content .product-tree .tree-wrapper .feature-tree .m-tree .m-node .children .m-node .inner .node:hover .plus-icon{opacity:1}.mapper__content .events-table{-webkit-flex-basis:85%;-ms-flex-preferred-size:85%;flex-basis:85%;overflow:auto;background-color:#fff;height:100%}.mapper__content .events-table__content,.mapper__content .events-table__content .table-v3{height:100%}.mapper__content .events-table__content .table-v3__content{height:-webkit-calc(100% - 42px);height:-moz-calc(100% - 42px);height:calc(100% - 42px)}.mapper__content .events-table__desktop{height:-webkit-calc(100vh - 115px);height:-moz-calc(100vh - 115px);height:calc(100vh - 115px)}.mapper__content .events-table .table-pagination{margin:0}.mapper__content .events-table .features-view .feature-name-row img{margin-right:5px}.mapper__content .events-table .empty-rules{margin-top:57px;color:#a0a3a1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mapper__content .events-table .empty-rules .create-rules-title{margin-top:20px}.mapper__content .events-table .empty-rules .create-rules-buttons{margin-top:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.mapper__content .events-table .empty-rules .create-rules-buttons .url-create-button{margin:0 20px;padding:4px 20px;color:#ff7f00;border:1px solid #ff7f00;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer;line-height:0}.mapper__content .events-table .rule-type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mapper__content .events-table .rule-type .rule-type-img{margin-right:5px}.mapper__content .events-table .rule-type .rule-type-text{margin-top:3px}.mapper__content .events-table .table-title-row{border:1px solid #e9e9e9;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:56px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__content .events-table .table-title-row .feature-name{margin-right:auto;margin-left:25px;font-size:16px;text-align:left}.mapper__content .events-table .table-title-row .feature-name .name{font-weight:700}.mapper__content .events-table .table-title-row .feature-name img{padding-right:5px}.mapper__content .events-table .table-title-row .feature-name .events-count{font-size:13px;font-weight:300;margin-left:5px}.mapper__content .events-table .table-title-row .feature-data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__content .events-table .table-title-row .feature-data .three-dots:after{content:"\2807";color:#d7d6d7;font-size:25px;margin-right:30px;cursor:pointer}.mapper__content .events-table .rule-scope{font-family:Source Code Pro,monospace;font-size:12px;font-weight:500}.mapper__content .events-table .rule-scope,.mapper__content .events-table .selector-strength{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mapper__content .events-table .selector-strength.STRONG{color:#0db14c}.mapper__content .events-table .selector-strength.MEDIUM{color:#ffb325}.mapper__content .events-table .selector-strength.WEAK{color:#8b0000}.mapper__content .events-table .mapper-selector{font-size:12px;color:#2b3d51;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-family:Source Code Pro,monospace}.mapper__content .tabs-container{width:100%;height:100%}.mapper__content .tabs-container .gpx-tabs>div:not(:first-child){height:-webkit-calc(100% - 32px);height:-moz-calc(100% - 32px);height:calc(100% - 32px)}.mapper__content .tabs-container .gpx-tabs .MuiTabs-fixed{padding-left:24px}.mapper__content .tabs-container .gpx-tabs .MuiTab-labelIcon .MuiTab-wrapper>:first-child{margin-bottom:0}.mapper__content__tab{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.mapper__content__tab>div:first-child{padding-top:16px}.mapper__content__tab--header{padding-top:8px;padding-left:24px;grid-gap:12px;gap:12px;height:42px}.mapper__content__tab--header,.mapper__content__tab--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__content__tab--title{font-size:16px;font-weight:600;line-height:1.5;color:#000;height:inherit}.mapper__content__tab--labels-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper__content__tab--labels-icon{position:relative}.mapper__content__tab--beta{position:absolute;font-size:8px;background-color:#0f87ec;color:#fff;top:-8px;left:20px;padding:0 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:1.9;display:none}.mapper__content__tab--tabs{padding-top:16px;position:relative;overflow:auto;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.mapper__content__tab--tabs-action{position:absolute;right:24px;z-index:1;top:18px}.mapper__content__tab--tabs-action .gpx-button-wrapper .gpx-button .MuiButton-text .MuiButton-label{font-size:14px;font-weight:600}.mapper__content__tab--tabs-action svg>path{stroke:#0369e9}.gpx-rule-dialog .gpx-textfield__wrap{height:32px!important}.gpx-rule-dialog .gpx-select .react-select__value-container{height:unset!important}.tippy-box .help-title{font-size:12px!important}.f-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m-tree{position:relative;overflow:hidden}.m-draggable{position:absolute;opacity:.8;-webkit-box-shadow:10px 10px 5px #888;-moz-box-shadow:10px 10px 5px #888;box-shadow:10px 10px 5px #888;background-color:rgba(26,55,67,.1);border:1px solid #ccc}.m-draggable .inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.m-draggable .inner .collapse{padding-left:10px}.m-node{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m-node.placeholder{cursor:pointer}.m-node.placeholder>*{visibility:hidden}.m-node.placeholder{width:100%!important;border:1px solid #ccc;background-color:rgba(26,55,67,.1);padding-left:20px!important;margin-left:20px!important;opacity:.3}.m-node .inner{position:relative;cursor:pointer;padding-left:10px}.m-node .inner .ps-v2__option>div,.m-node .inner .ps-v2__selection>div{max-width:200px}.m-node .collapse{cursor:pointer;display:inline}.m-node .caret-right:before{content:"\25B8"}.m-node .caret-down:before{content:"\25BE"}.m-node .edit-node-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.mapper-adoption{height:-webkit-calc(100vh - 266px);height:-moz-calc(100vh - 266px);height:calc(100vh - 266px);overflow:auto;padding:16px 0;background-color:#fbfbfc;height:100%}.mapper-adoption-highchart{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);margin:16px 16px 0}.mapper-adoption__loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:inherit}.mapper-adoption__empty-chart__title{margin:40px 0 16px;font-weight:500;font-size:26px}.mapper-adoption__empty-chart__subtitle{margin-bottom:52px;color:#7596b7;font-size:18px}.mapper-adoption__empty-chart__icon{margin-top:82px}.mapper-adoption__table{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);margin:16px 16px 0}.mapper-adoption__table-container .table-v3 .table-pagination{margin:0}.filter-sections{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.filter-sections,.filter-sections__left-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.filter-sections__left-filters{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:16px;gap:16px}.filter-sections__left-filters--environment{height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d5d9de;background-color:#fff}.filter-sections__left-filters--environment .gpx-product-explorer__container .gpx-explorer-viewer{height:30px;background-color:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.filter-sections__left-filters--environment .gpx-product-explorer__container .gpx-explorer-viewer:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.filter-sections__left-filters--environment>div:first-child{width:106px;text-transform:capitalize;border-right:1px solid #d5d9de}.filter-sections__left-filters--environment .env-selector{width:134px;margin:0;height:30px}.filter-sections__left-filters--environment .env-selector .react-select__control{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.filter-sections__right-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.filter-sections__right-filters--refresh{cursor:pointer}.filter-sections .type-select{z-index:99;width:40px}.filter-sections--custom-filter-section{cursor:pointer}.filter-sections__date-picker{width:312px}.filter-sections__date-picker .date-range-picker__selectedDate{height:32px}.filter-sections__date-picker .date-range-picker .DRP-controls__inputs-title{text-transform:capitalize}.filter-sections__date-picker .date-range-picker__content{left:0;top:32px}.filter-sections--chart-selection .type-select{z-index:99;width:40px}.filter-sections--chart-selection .type-select .gpx-select{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);position:relative;width:40px;z-index:99}.adoption-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 16px}.adoption-filters__legend{height:96px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);margin-top:16px}.adoption-filters__legend,.adoption-filters__legend--entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.adoption-filters__legend--entry{text-align:left;width:190px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-right:1px solid #e6e9ec}.adoption-filters__legend--entry:last-child{border:none}.adoption-filters__legend--entry-wrapper>div:first-child{height:32px;font-size:21px;font-weight:600;line-height:1.52;text-align:left;color:#181f26}.adoption-filters__legend--entry-wrapper>div:last-child{height:16px;font-size:12px;font-weight:600;line-height:1.33;text-align:left;color:#3c4a57}.mapper-table{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.mapper-table__suggestion{height:unset!important}.mapper-table__suggestion .table-v3__content .pagination-top .table-v3{padding-bottom:0!important;padding-top:0!important}.mapper-table__name-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;overflow:hidden;color:#2b3d51}.mapper-table__name-cell>img,.mapper-table__name-cell svg{margin-right:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.mapper-table__name-cell>div{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mapper-table__name-cell--has-children path{stroke:#0369e9}.mapper-table__type-cell{font-size:12px;color:#2b3d51}.mapper-table__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px;padding:0 20px}.mapper-table__header,.mapper-table__header--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper-table__header--content div{font-size:13px}.mapper-table__header--content__tab{margin-bottom:10px}.mapper-table__header--title{font-weight:600;font-size:18px;margin:0 10px;height:42px}.mapper-table .table-v3{height:100%}.mapper-table .table-v3__content{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;height:100%}.mapper-table .table-v3__content .pagination-top .table-v3{padding-bottom:0!important;padding-top:0!important}.mapper-table__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;padding:0 24px}.mapper-table__options--title{font-size:12px;font-weight:300;margin-right:10px}.mapper-table__options--option img{padding:5px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.mapper-table__options--option img:hover{background-color:rgba(26,56,67,.05)}.mapper-table__options>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper-table__options>div>div{margin-right:5px}.mapper-table__options>div>div:last-child{margin-right:0}.mapper-table__secondary-options{margin-left:15px;padding-left:15px;border-left:1px solid #ededed}.mapper-table__secondary-options--image{padding:5px}.mapper-table__no-events>div{width:190px;padding-top:10px}.mapper-empty-features{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.mapper-empty-features__heading{font-size:18px;font-weight:600;line-height:1.33;text-align:center;color:#181f26}.mapper-empty-features__sub-heading{margin:8px 0 16px;font-size:12px;line-height:1.33;text-align:center;color:#5f6c7a}.mapper-empty-features__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.mapper-empty-features__actions .gpx-button-wrapper .gpx-button .MuiButton-text{padding:0 20px}.mapper-empty-features__actions .gpx-button-wrapper .gpx-button .MuiButton-text .MuiButton-label{font-size:14px;font-weight:600}.mapper-empty-features__actions svg>path{stroke:#0369e9}.mapper-popover-body{width:196px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:8px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);background-color:#fff}.mapper-popover-body,.mapper-popover-body__body--item{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mapper-popover-body__body--item{padding:0 16px;height:32px;align-self:stretch;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.mapper-popover-body__body--item:hover{background-color:#f5f7f9}.mapper-popover-body__body--item div{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;font-weight:400;line-height:1.71;letter-spacing:normal;text-align:left;color:#181f26}.mapper-v2-breadcrumbs{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding-left:24px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mapper-v2-breadcrumbs,.mapper-v2-breadcrumbs__icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mapper-v2-breadcrumbs__icon>svg:first-child{cursor:pointer}.mapper-v2-breadcrumbs__title{font-size:12px;line-height:1.33;color:#000}.mapper-v2-feature-tree{height:-webkit-calc(100% - 92px);height:-moz-calc(100% - 92px);height:calc(100% - 92px);padding-top:16px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mapper-v2-feature-tree__suggestion{height:-webkit-calc(100% - 84px);height:-moz-calc(100% - 84px);height:calc(100% - 84px)}.mapper-v2-feature-tree .gpx-tree-wrapper .gpx-tree-options{margin:0 16px 10px}.mapper-v2-feature-tree .gpx-tree-wrapper .gpx-tree-options .gpx-tree-search{width:100%}.mapper-v2-feature-tree .gpx-tree-wrapper .gpx-tree-options .gpx-tree-search .gpx-textfield{max-width:100%}.mapper-v2-feature-tree .gpx-tree-wrapper .gpx-tree{height:-webkit-calc(100% - 42px);height:-moz-calc(100% - 42px);height:calc(100% - 42px)}.mapper-v2-header{height:48px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 24px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2)}.mapper-v2-header,.mapper-v2-header__product-selection--product{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper-v2-header__product-selection--product{width:208px;height:32px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d5d9de}.mapper-v2-header__product-selection--product:has(.react-select__control--is-disabled){background-color:#fbfbfc}.mapper-v2-header__product-selection--product>div:first-child{width:73px;padding:0 8px 0 13px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:14px;line-height:1.71;text-align:left;color:#181f26}.mapper-v2-header__product-selection--product .ps-v2{grid-gap:16px;gap:16px}.mapper-v2-header__product-selection--product .ps-v2__selection div{font-size:14px;line-height:1.71;text-align:left;color:#181f26}.mapper-v2-header__product-selection--product .ps-v2 .product{margin:0;width:132px;border-left:1px solid #d5d9de;border-top:1px solid #d5d9de}.mapper-v2-header__product-selection--product .ps-v2 .product .react-select__control{border:none;-webkit-border-radius:unset;-moz-border-radius:unset;border-radius:unset;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mapper-v2-header__product-selection--product .ps-v2 .product .react-select__control--is-disabled{background-color:#fbfbfc}.mapper-v2-header__product-selection--product .ps-v2 .channel{width:208px;height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d5d9de}.mapper-v2-header__product-selection--product .ps-v2 .channel:has(.react-select__control--is-disabled){background-color:#fbfbfc}.mapper-v2-header__product-selection--product .ps-v2 .channel .channel-selector{width:130px;border-left:1px solid #d5d9de}.mapper-v2-header__product-selection--product .ps-v2 .channel .channel-selector .react-select__control{border:none;-webkit-border-radius:unset;-moz-border-radius:unset;border-radius:unset;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mapper-v2-header__product-selection--product .ps-v2 .channel .channel-selector .react-select__control--is-disabled{background-color:#fbfbfc}.mapper-v2-header__product-selection--product .ps-v2 .channel .channel-selector__label{line-height:1.71;text-align:left;color:#181f26}.mapper-v2-header__product-selection--product .ps-v2 .channel--label{font-size:14px;line-height:1.71;text-align:left;color:#181f26;padding:0 8px 0 13px}.mapper-v2-header__actions{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.mapper-v2-header__actions,.mapper-v2-header__actions--settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mh-settings{height:500px}.mh-settings .search{width:100%;height:40px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mh-settings__headers{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:30px;outline:none;font-size:9px;padding:0 15px;font-weight:600;color:#000;border:1px solid #dadada;text-transform:uppercase;font-family:Noto Sans,sans-serif;background-color:#f6f6f6}.mh-settings__headers>div{width:220px}.mh-settings__content{height:430px;overflow:auto;background-color:#fff}.mh-settings__entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;color:#000;font-size:12px;border-bottom:1px solid rgba(0,0,0,.05)}.mh-settings__entry>div{width:220px;padding:0 15px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mh-settings__entry input{border:none;outline:none;width:100%;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 7px;height:24px;line-height:24px}.mh-settings__entry input::-webkit-input-placeholder{font-size:11px;font-family:Noto Sans,sans-serif}.mh-settings__entry input:-moz-placeholder,.mh-settings__entry input::-moz-placeholder{font-size:11px;font-family:Noto Sans,sans-serif}.mh-settings__entry input:-ms-input-placeholder{font-size:11px;font-family:Noto Sans,sans-serif}.mh-settings__entry input::-ms-input-placeholder{font-size:11px;font-family:Noto Sans,sans-serif}.mh-settings__entry input::placeholder{font-size:11px;font-family:Noto Sans,sans-serif}.mh-settings__entry--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mh-settings__entry--key{width:193px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-family:Noto Sans,sans-serif}.mh-settings__entry--key--hover{width:160px}.mh-settings__entry--error{border:1px solid #fc3f1d!important}.mh-settings__entry--value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:0!important}.mh-settings__entry--value button{height:24px;line-height:24px;font-size:12px;padding:0 15.5px}.mapper-host{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:4px}.mapper-host:hover{background-color:#e6e9ec;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.mapper-host div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mapper-host div svg{cursor:pointer}.mapper-v2-counts{padding-left:16px;padding-top:16px}.mapper-v2-counts__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper-v2-counts__header--title{height:24px;font-size:16px;font-weight:600;line-height:1.5;text-align:left;color:#000}.mapper-v2-counts__header--icon{width:32px;height:32px;padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#0369e9;margin-right:16px;cursor:pointer}.mapper-v2-counts__header--icon svg>path{fill:#fff}.mapper-v2-counts__header--icon:hover{background-color:#e6f0fd}.mapper-v2-counts__header--icon:hover svg>path{fill:#0369e9}.mapper-v2-counts__header--icon-selected{border:1px solid #0369e9!important;background-color:#fff!important}.mapper-v2-counts__header--icon-selected svg>path{stroke:#0369e9}.mapper-v2-counts__header--icon-disabled{cursor:default;background-color:#e6e9ec}.mapper-v2-counts__header--icon-disabled:hover{background-color:#e6e9ec}.mapper-v2-counts__header--icon-disabled:hover svg>path{fill:#fff}.mapper-v2-counts__counts{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px;margin-top:4px}.mapper-v2-counts__counts--item{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:8px;gap:8px;padding:0}.mapper-v2-counts__counts--item,.mapper-v2-counts__counts--item>div:first-child{height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper-v2-counts__counts--item>div:first-child{font-size:14px;font-weight:600;line-height:1.71;text-align:left;color:#3c4a57}.mapper-v2-counts__counts--item>div:first-child svg{cursor:pointer}.mapper-v2-counts__counts--item>div:nth-child(2){height:16px;font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a;text-transform:capitalize}.mapper-v2-counts__rule-count-tooltip{text-align:left}.empty-product-mapper{height:100%;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;padding:20px 0}.empty-product-mapper__heading{font-size:18px;font-weight:600;line-height:1.33;text-align:center;color:#181f26}.empty-product-mapper__sub-heading{margin:8px 0 86px;font-size:12px;line-height:1.33;text-align:center;color:#5f6c7a}.empty-product-mapper__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:34px;gap:34px}.empty-product-mapper__actions .empty-tree-action-card{width:368px;padding:24px 32px 11px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e6e9ec}.empty-product-mapper__actions .empty-tree-action-card__heading{font-size:16px;font-weight:600;line-height:1.5;text-align:center;color:#181f26}.empty-product-mapper__actions .empty-tree-action-card__sub-heading{margin:16px 0;font-size:14px;line-height:1.71;text-align:center;color:#5f6c7a}.start-mapping{width:684px;position:relative}.start-mapping .MuiDialogTitle-root{height:auto!important;padding:0 16px 0 32px!important}.start-mapping .MuiDialogContent-root{padding:24px 16px 32px 32px!important}.start-mapping .gpx-dialog__header{padding-top:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.start-mapping__header--title{height:24px;font-size:14px;font-weight:600;line-height:1.71;text-align:left;color:#181f26}.start-mapping__header--sub-title{height:16px;margin-top:7px;font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a}.start-mapping__close-icon{position:absolute;right:16px;top:16px;cursor:pointer}.start-mapping__body--input-url{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.start-mapping__body--input-url div>.gpx-textfield{max-width:unset;width:535px}.start-mapping__body--input-url .gpx-button-wrapper{margin-top:16px}.start-mapping__body--suggestions{padding-top:40px}.url-suggestions__heading{font-size:12px;line-height:1.33;text-align:left;color:#3c4a57}.url-suggestions__list{padding-top:12px;max-height:180px;overflow:auto}.url-suggestions__list--item{height:30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:535px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;margin-bottom:4px}.url-suggestions__list--item:hover{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e6e9ec}.url-suggestions__list--item:hover>div:last-child{display:block}.url-suggestions__list--item>div:first-child{height:22px;margin-left:4px;font-size:14px;line-height:1.71;text-align:left;color:#5f6c7a;max-width:450px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:inline-block;white-space:nowrap;vertical-align:top}.url-suggestions__list--item>div:first-child:hover{color:#0369e9}.url-suggestions__list--item>div:last-child{height:24px;display:none}.url-suggestions__list--item svg{margin-right:8px}.url-suggestions__list--item svg:hover path,.url-suggestions__list--item svg:hover rect{stroke:#0369e9}.feature-menu-popover{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;-webkit-box-shadow:0 1px 1px 1px rgba(0,0,0,.1)!important;-moz-box-shadow:0 1px 1px 1px rgba(0,0,0,.1)!important;box-shadow:0 1px 1px 1px rgba(0,0,0,.1)!important}.mapper-menu{width:160px!important;padding:0 0 5px!important}.mapper-menu__wrapper{color:#000;font-size:12px;font-weight:300}.mapper-menu__wrapper__labels--search{padding:10px}.mapper-menu__wrapper__labels--list{font-size:12px;padding:12px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:250px;overflow-y:auto;width:250px}.mapper-menu__wrapper__labels--list--highlight{background-color:rgba(117,150,183,.1)}.mapper-menu__wrapper__labels--list--label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mapper-menu__wrapper__labels--list--label:hover{background-color:rgba(117,150,183,.1)}.mapper-menu__wrapper__labels--list--label--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:180px;height:32px;cursor:pointer;line-height:32px;padding:0 16px}.mapper-menu__wrapper__labels--list--label--name>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.mapper-menu__wrapper__labels--list--label--name>div:first-child{padding-right:12px;line-height:normal}.mapper-menu__wrapper__labels--list--label--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;width:20px}.mapper-menu__wrapper__labels--list--label--actions>div:first-child{padding-right:5px}.mapper-menu__wrapper__labels--list--label--actions .mapper-label__selected{padding-left:30px}.mapper-menu__wrapper__labels--list--label--actions__edit-only{margin-left:25px}.mapper-menu__wrapper__labels--action{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 16px;border:1px solid #e3eaf1;background-color:#fbfbfc;position:-webkit-sticky;position:sticky;bottom:0}.mapper-menu__wrapper--title{padding:10px 15px 0;margin-bottom:-15px}.mapper-menu__wrapper--secondary{-webkit-box-shadow:inset 0 1px 0 0 #ddd;-moz-box-shadow:inset 0 1px 0 0 #ddd;box-shadow:inset 0 1px 0 0 #ddd}.mapper-menu__content{margin-top:10px;padding:10px 0 0}.mapper-menu__entry{min-height:24px!important;line-height:24px!important;padding:0 10px!important}.mapper-menu__entry>div>div{padding:0!important}.mapper-menu__entry--option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mapper-menu__entry--option>span{margin-left:5px;font-size:12px;color:#000}.tab__content .selector-rules .rule-input-wrapper .url-rule-input-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.tab__content .selector-rules .rule-input-wrapper .url-rule-input-wrapper .plain-text{margin-right:10px}.tab__content .selector-rules .rule-input-wrapper .url-rule-input-wrapper .react-select{width:120px;margin-right:10px}.mobile-tap-dialog .apt-panel{padding:0!important;margin:0!important}.mobile-tap-dialog .apt-panel .event-rule-header{padding:10px 20px 0}.mobile-tap-dialog .apt-panel .apt-panel-body{height:354px;overflow:auto;padding:15px 20px!important}.mobile-tap-dialog .tap-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:392px}.mobile-tap-dialog .tap-selector textarea{min-width:500px;min-height:200px;max-width:100%;max-height:100%;border:none;outline:none;font-size:12px;padding:12px;color:#2b3d51;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.mobile-tap-dialog .tap-selector textarea::-webkit-input-placeholder{font-size:12px}.mobile-tap-dialog .tap-selector textarea:-moz-placeholder,.mobile-tap-dialog .tap-selector textarea::-moz-placeholder{font-size:12px}.mobile-tap-dialog .tap-selector textarea:-ms-input-placeholder{font-size:12px}.mobile-tap-dialog .tap-selector textarea::-ms-input-placeholder{font-size:12px}.mobile-tap-dialog .tap-selector textarea::placeholder{font-size:12px}.ce-container{z-index:2000}.ce-container .ced{max-height:390px;min-height:213px;padding:30px 35px;overflow:auto}.ce-container .ced__loading{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;height:130px;width:250px;margin:auto;text-align:center;color:#a0a3a1;font-weight:300}.ce-container .ced .dropdown-v2__content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ce-container .ced__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:10px 0}.ce-container .ced__header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;margin-right:10px;cursor:pointer;color:#000}.ce-container .ced__header--title:first-letter{text-transform:capitalize}.ce-container .ced__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.ce-container .ced__header--el{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-transform:uppercase;padding:0 5px;margin-left:5px;font-size:10px;line-height:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ce-container .ced__header--el--enter{background-color:rgba(26,56,67,.05)}.ce-container .ced__add{color:#0f87ec;font-size:12px;font-weight:300;font-family:Noto Sans,sans-serif;cursor:pointer;text-transform:capitalize;width:40px}.ce-container .ced__rule{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding:5px;background-color:rgba(26,56,67,.05);margin-bottom:15px}.ce-container .ced__rule .Select-control{height:30px!important}.ce-container .ced__rule .Select-control .Select-input,.ce-container .ced__rule .Select-control .Select-placeholder,.ce-container .ced__rule .Select-control .Select-value{line-height:30px!important;height:30px!important;font-size:14px}.ce-container .ced__rule .Select-menu-outer{margin-top:-2px;border:none}.ce-container .ced__rule .Select-menu-outer .Select-menu{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.ce-container .ced__rule .Select-menu-outer .Select-menu .Select-option{text-align:left;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px}.ce-container .ced__rule .Select-menu-outer .Select-menu .Select-option .without-check{width:13px;height:10px}.ce-container .ced__rule .Select-menu-outer .Select-menu .Select-option .with-check{margin-right:5px}.ce-container .ced__rule .Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:right;vertical-align:middle;width:25px;padding-right:14px}.ce-container .ced__rule--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}.ce-container .ced__rule--options>div:first-child{width:200px}.ce-container .ced__rule--options>div:nth-child(2){width:150px}.ce-container .ced__rule--options>div:nth-child(2) .Select-control{background-color:#58a5ff}.ce-container .ced__rule--options>div:nth-child(2) .Select-control .Select-placeholder,.ce-container .ced__rule--options>div:nth-child(2) .Select-control .Select-value-label{color:#fff!important}.ce-container .ced__rule--options>div:nth-child(2) .Select-menu-outer .Select-option.is-focused{background-color:#408afc}.ce-container .ced__rule--options>div:nth-child(2) .Select-menu-outer .Select-option.is-selected{background-color:#58a5ff}.ce-container .ced__rule--options>div:nth-child(2) .Select-menu-outer .Select-option{color:#fff;background-color:#58a5ff}.ce-container .ced__rule--options>div:nth-child(2) .Select-arrow-zone .Select-arrow{border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0)}.ce-container .ced__rule--value>div{width:100%}.ce-container .ced__rule--value input{height:30px}.ce-container .ced__rule--value .value-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.ce-container .ced__rule--value .date-picker{height:30px;cursor:pointer;font-size:14px}.ce-container .ced__rule--value .date-time-relative{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ce-container .ced__rule--value .date-time-relative>div{width:250px}.ce-container .ced__rule--delete{position:absolute;top:9px;right:-27px;cursor:pointer}.scopes-dialog-wrapper__content{grid-area:content;margin:5px 5px 0}.scopes-dialog-wrapper__content--tabs{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-family:Noto Sans,sans-serif;font-size:15px;margin-bottom:0}.scopes-dialog-wrapper__content--tabs,.scopes-dialog-wrapper__content--tabs .selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.scopes-dialog-wrapper__content--tabs .selectors{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.scopes-dialog-wrapper__content--tabs-list,.scopes-dialog-wrapper__content--tabs-selector-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;list-style:none;padding:15px 5px 15px 10px;margin-bottom:0}.scopes-dialog-wrapper__content--tabs-selector-list{font-family:Noto Sans,sans-serif}.scopes-dialog-wrapper__content--tabs-selector-list:first-child{-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px}.scopes-dialog-wrapper__content--tabs-selector-list:last-child{-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px}.scopes-dialog-wrapper__content--tabs-selector-list .error{padding-left:45px;margin-top:5px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.scopes-dialog-wrapper__content--tab{position:relative;height:32px;line-height:32px;padding:0 25px;border:1px solid #ddd;background-color:#f3f3f4;margin:0 -1px -1px 0;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.scopes-dialog-wrapper__content--tab:first-letter{text-transform:capitalize}.scopes-dialog-wrapper__content--tab--active{border-bottom-color:#fff;background-color:#fff}.scopes-dialog-wrapper__content--tab--active:after{background-color:#0f87ec}.scopes-dialog-wrapper__content--tab--active:before{content:"";position:absolute;width:100%;height:5px;top:-2px;left:0;background-color:#0f87ec}.scopes-dialog-wrapper__content--tab .selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.scopes-dialog-wrapper__content--selector-tab{position:relative;padding:3px 30px;font-size:13px;border:1px solid #ddd;background-color:#f3f3f4;margin:0 -1px -1px 0;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.scopes-dialog-wrapper__content--selector-tab:first-letter{text-transform:capitalize}.scopes-dialog-wrapper__content--selector-tab--active{color:#fff;background-color:#0f87ec}.scopes-dialog-wrapper__content--selector-tab .selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.scopes-dialog-wrapper .selector{margin:0 0 15px}.scopes-dialog-wrapper .selector textarea{width:500px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);border:none;resize:none;outline:none;padding:10px;height:100px}.scopes-dialog-wrapper .selector .selector-strength .prefix{margin-right:5px}.scopes-dialog-wrapper .selector .selector-strength .STRONG{color:#2090ed}.scopes-dialog-wrapper .selector .selector-strength .MEDIUM{color:#ffb325}.scopes-dialog-wrapper .selector .selector-strength .WEAK{color:#8b0000}.scopes-dialog-wrapper .selector textarea.disabled{opacity:.5;background-color:#e0e7ec}.scopes-dialog-wrapper .selector .error{text-align:center;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.scopes-dialog-wrapper .selector .match-inner-tree-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.scopes-dialog-wrapper .selector .match-inner-tree-wrapper .match-inner-tree{padding-top:10px}.tab__content{background-color:#f6f6f6}.tab__content .selector-rules{position:relative;clear:both;padding:15px 50px 30px;font-family:Noto Sans,sans-serif}.tab__content .selector-rules .rule-input-wrapper{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 0 9px}.tab__content .selector-rules .rule-input-wrapper .world{margin-right:5px}.tab__content .selector-rules .rule-input-wrapper .error{position:absolute;top:35px;margin-top:5px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.tab__content .selector-rules .rule-input-wrapper .input-wrapper{width:100%}.tab__content .selector-rules .rule-input-wrapper .input-wrapper input{outline:none;width:100%;border:hidden;font-size:14px;padding:0 10px;color:#000;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:30px;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px rgba(0,0,0,.1)}.tab__content .selector-rules .rule-input-wrapper .input-wrapper input::-webkit-input-placeholder{font-size:14px}.tab__content .selector-rules .rule-input-wrapper .input-wrapper input:-moz-placeholder,.tab__content .selector-rules .rule-input-wrapper .input-wrapper input::-moz-placeholder{font-size:14px}.tab__content .selector-rules .rule-input-wrapper .input-wrapper input:-ms-input-placeholder{font-size:14px}.tab__content .selector-rules .rule-input-wrapper .input-wrapper input::-ms-input-placeholder{font-size:14px}.tab__content .selector-rules .rule-input-wrapper .input-wrapper input::placeholder{font-size:14px}.tab__content .selector-rules .rule-input-wrapper .delete{margin-left:5px;cursor:pointer}.tab__content .header-rules{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 50px 0;font-size:13px;font-weight:700}.tab__content .header-rules .rules-title{padding-right:10px;font-weight:700}.tab__content .header-rules .rules-seperator{height:1px;-webkit-flex:2 1;-moz-box-flex:2;-ms-flex:2 1;flex:2 1;background:#ccc}.tab__content .rules-help{padding-left:10px;cursor:pointer;color:#0f87ec;text-decoration:none}.tab__content .rules-help.grey{color:#a0a3a1}.tab__content .help-text{display:block;padding-left:60px;font-size:15px;max-height:500px;-webkit-transition:all .5s ease;-o-transition:all ease .5s;-moz-transition:all ease .5s;transition:all .5s ease}.tab__content .help-text.hide{max-height:0;overflow:hidden}.tab__content .help-text .rules-description{margin-top:20px;font-size:12px}.tab__content .help-text .rules-description .asterisk{color:#0f87ec}.tab__content .help-text .rules-description .help-title{color:#000!important}.tab__content .help-text .rules-description .help-p{position:relative;margin:0 50px 0 0;color:#a0a3a1!important}.tab__content .add{cursor:pointer;font-size:14px;font-weight:500;color:#0f87ec;display:inline-block;margin:0 0 30px 70px}.tab__content .add:before{content:"+";font-size:16px;margin:0 4px}.clone-feature-form{color:#4b6a87;width:644px;font-family:Noto Sans,sans-serif;font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.clone-feature-form__body--product{padding:8px 0}.clone-feature-form-sub-title{color:#19232f;font-size:14px;font-weight:500;margin-bottom:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.clone-feature-form-sub-title .gpx-checkbox>span.MuiIconButton-root{padding-left:2px}.clone-feature-form-details{margin-bottom:10px;color:#19232f;font-size:14px}.clone-feature-form-hint{color:#7596b7;font-size:12px;margin-bottom:20px}.clone-feature-form-find-replace{margin-top:15px}.clone-feature-form .find-replace-row-container{width:100%;margin-top:10px}.clone-feature-form .find-replace-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.clone-feature-form .find-replace-row-remove{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:30px}.clone-feature-form .find-replace-row-remove,.clone-feature-form .find-replace-row-remove-img{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.clone-feature-form .find-replace-row_first-remove{-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:6px;height:50px}.clone-feature-form .find-replace-field{width:30%;margin-right:1%;padding-right:3px}.clone-feature-form .find-replace-field .gpx-textfield{width:100%}.clone-feature-form .find-replace-field-select{width:30%;margin-right:1%}.clone-feature-form .find-replace-field-select .gpx-select{width:100%}.clone-feature-form .find-replace-field-select .gpx-select .react-select__indicators{height:28px}.clone-feature-form-add{color:#0470f7;cursor:pointer;width:100px;margin:10px 0 50px}.clone-feature-form .horizontal-separator{width:100%;height:1px;background-color:rgba(0,0,0,.12156862745098039);margin:15px 0}.clone-feature-form-summary_header,.clone-feature-form-summary_row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;border-bottom:1px solid #e3eaf1;font-size:12px;color:#3e5872;font-weight:700;height:36px}.clone-feature-form-summary_row{color:#19232f;height:48px;font-size:14px;font-weight:400}.clone-feature-form-summary_cell,.clone-feature-form-summary_header-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:161px;padding-left:20px}.clone-feature-form-summary_cell>span,.clone-feature-form-summary_header-item>span{display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.clone-feature-form .ps-v2{margin:5px 0}.clone-feature-form .ps-v2 .product{width:375px}.text-selector-dialog-content .text-selector-rule{margin-bottom:25px;position:relative;padding-right:30px}.text-selector-dialog-content .text-selector-rule img.deleteButton{position:absolute;right:0;top:5px;cursor:pointer}.text-selector-dialog-content .text-selector-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.text-selector-dialog-content .text-selector-row .text-field-component-wrapper{width:100%}.text-selector-dialog-content .text-selector-row input.text-field-component::-webkit-input-placeholder{font-size:13px}.text-selector-dialog-content .text-selector-row input.text-field-component:-moz-placeholder,.text-selector-dialog-content .text-selector-row input.text-field-component::-moz-placeholder{font-size:13px}.text-selector-dialog-content .text-selector-row input.text-field-component:-ms-input-placeholder{font-size:13px}.text-selector-dialog-content .text-selector-row input.text-field-component::-ms-input-placeholder{font-size:13px}.text-selector-dialog-content .text-selector-row input.text-field-component::placeholder{font-size:13px}.text-selector-dialog-content .text-selector-row .plain-text{margin-right:15px}.text-selector-dialog-content .text-selector-row .react-select{min-width:150px;margin-right:15px}.mobile-dialog-wrapper .event-rule-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:10px 0 0;padding:0 20px}.mobile-dialog-wrapper .event-rule-header__title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;margin-right:10px;cursor:pointer;color:#000}.mobile-dialog-wrapper .event-rule-header__title:first-letter{text-transform:capitalize}.mobile-dialog-wrapper .event-rule-header__line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.mobile-dialog-wrapper .event-rule-header__el{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-transform:uppercase;padding:0 5px;margin-left:5px;font-size:10px;line-height:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mobile-dialog-wrapper .event-rule-header__el--enter{background-color:rgba(26,56,67,.05)}.mobile-dialog-wrapper .apt-panel{margin:0;padding:20px 25px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mobile-dialog-wrapper .apt-panel .apt-panel-header-text{display:none}.mobile-dialog-wrapper .apt-panel .apt-panel-header-actions,.mobile-dialog-wrapper .apt-panel .rules-set-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mobile-dialog-wrapper .apt-panel .rules-set-actions{width:180px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.mobile-dialog-wrapper .apt-panel .apt-panel-body{min-width:0;padding:15px 0}.mobile-dialog-wrapper .apt-panel .apt-panel-body__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:10px 0}.mobile-dialog-wrapper .apt-panel .apt-panel-body__header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;margin-right:10px;cursor:pointer;color:#000}.mobile-dialog-wrapper .apt-panel .apt-panel-body__header--title:first-letter{text-transform:capitalize}.mobile-dialog-wrapper .apt-panel .apt-panel-body__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.mobile-dialog-wrapper .apt-panel .apt-panel-body__header--el{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-transform:uppercase;padding:0 5px;margin-left:5px;font-size:10px;line-height:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mobile-dialog-wrapper .apt-panel .apt-panel-body__header--el--enter{background-color:rgba(26,56,67,.05)}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible;width:95%;position:relative}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .add{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#0f87ec;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;font-stretch:condensed;height:15px;margin-left:10px;text-transform:capitalize}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;position:relative}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule__duplicate{position:absolute;top:7px;left:-22px}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .cancel-img{margin:10px 0 10px 6px;width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer;position:absolute;top:-10px;right:-35px}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .field-type{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:200px}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .spacer{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15px}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .name{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:200px}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .operator{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:210px}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .value{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .value-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .date-picker{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:auto!important}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .date-picker .inner-date-picker{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-after,.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-before,.mobile-dialog-wrapper .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-between{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:16px;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;color:#000;margin:0 15px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .react-select{margin:0 10px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .rules-set-actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .rules-set-actions .margin-check{margin-right:5px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-header .apt-panel-header-actions .rules-set-actions .rules-set-action-label{height:14px;font-family:Noto Sans,sans-serif;font-size:12px;margin-right:10px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body{max-height:500px;overflow:auto}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);position:relative}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .add{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:#0f87ec;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:13px;font-stretch:condensed;height:15px;margin-left:10px;text-transform:capitalize}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;position:relative}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule__duplicate{display:none}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule__operators-value{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .cancel-img{margin:10px 0 10px 6px;width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer;position:absolute;top:-10px;right:-35px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .field-type{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:200px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .spacer{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:15px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .name{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:200px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .operator{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:150px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value{width:-webkit-calc(100% - 240px);width:-moz-calc(100% - 240px);width:calc(100% - 240px)}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .value-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .date-picker{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:auto!important}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .value .date-picker .inner-date-picker{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-after,.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-before,.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .text-between{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:16px;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;color:#000;margin:0 15px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules{background-color:#fbfbfc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:5px 5px 0;margin-bottom:10px;position:relative}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-rules .rule{margin-bottom:5px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules{background-color:#ededed;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:10px 5px;margin-bottom:20px;position:relative;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .rule{margin-bottom:5px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .rule input.text-field-component{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .properties-label{padding-left:2px;margin-right:10px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .line{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;height:1px;background-color:#cecece}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .properties-condition{padding-left:10px;margin-right:2px}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .properties-title .add-property{margin-left:0;cursor:pointer}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .properties-wrapper .rule .cancel-img{top:-5px;margin:0;position:static}.mobile-dialog-wrapper .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .grouped-parent-rules .add{text-align:left;margin-bottom:10px}.mobile-dialog-wrapper .rules-sets .audience-audience-list{padding:10px 0 0}.mobile-dialog-wrapper .rules-sets .audience-audience-list .audience-audience-list-item{height:42px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-dialog-wrapper .rules-sets .audience-audience-list .audience-audience-list-item .segment-img{margin:10px 21px 10px 15px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.mobile-dialog-wrapper .rules-sets .audience-audience-list .audience-audience-list-item .name{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mobile-dialog-wrapper .rules-sets .audience-audience-list .audience-audience-list-item .spacer{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mobile-dialog-wrapper .rules-sets .audience-audience-list .audience-audience-list-item .cancel-img{margin:10px 6px;width:32px;height:32px;padding:5px;-o-object-fit:contain;object-fit:contain;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer}.gpx-rule-dialog .gpx-select .react-select,.gpx-rule-dialog .gpx-select .react-select__control{height:100%}.gpx-rule-dialog .divider{width:unset}.gpx-rule-dialog .gpx-rule-dialog-operator-logic__logic{padding:5px 12px!important}.suggestion-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:-webkit-calc(100vh - 130px);height:-moz-calc(100vh - 130px);height:calc(100vh - 130px);margin:16px 32px 14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:2px solid #fcc642;position:relative}.suggestion-view__white{background-color:#fff}.suggestion-view__loader{width:100%}.suggestion-view__banner{position:absolute;top:0;width:160px;height:24px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:4px 30px;background-color:#fcc642;font-size:10px;font-weight:500;line-height:1.45;letter-spacing:normal;text-align:center;color:#fff;text-transform:uppercase;-webkit-clip-path:polygon(0 0,20% 100%,80% 100%,100% 0);clip-path:polygon(0 0,20% 100%,80% 100%,100% 0);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;z-index:1}.suggestion-view__body{height:100%;width:100%;overflow:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-self:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.suggestion-view__error{width:100%}.suggestion-view__error--heading{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:20px;gap:20px}.suggestion-view__error--heading>div{font-size:21px;font-weight:500;line-height:1.14;letter-spacing:normal;text-align:left;color:#19232f}.suggestion-view__error--text{max-width:398px;padding-top:40px;margin:auto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#7596b7}.suggestion-view__error--action{margin-top:48px}.suggestion-view .suggestion-view-welcome{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;max-width:590px}.suggestion-view .suggestion-view-welcome__heading{font-size:26px;font-weight:500;line-height:1.23;letter-spacing:normal;text-align:center;color:#19232f}.suggestion-view .suggestion-view-welcome__sub-heading{padding-top:24px;font-size:18px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:center;color:#7596b7}.suggestion-view .suggestion-view-welcome__rocket{padding:40px 0}.suggestion-view .suggestion-view-welcome__get-started .gpx-button-wrapper .gpx-button button{height:32px}.suggestion-view .suggestion-view-welcome__divider{margin-top:32px;height:1px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;background-color:#e3eaf1}.suggestion-view .suggestion-view-welcome__advanced-setting{padding-top:16px;grid-gap:8px;gap:8px}.suggestion-view .suggestion-view-welcome__advanced-setting,.suggestion-view .suggestion-view-welcome__advanced-setting--dropdown{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.suggestion-view .suggestion-view-welcome__advanced-setting--dropdown{grid-gap:4px;gap:4px;font-size:14px;font-weight:500;line-height:1.71;letter-spacing:normal;text-align:center;color:#0369e9;padding:4px 20px 4px 8px;cursor:pointer}.suggestion-view .suggestion-view-welcome__advanced-setting--dropdown-active{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;background-color:rgba(3,105,233,.2)}.suggestion-view .suggestion-view-welcome__advanced-setting--dropdown-active,.suggestion-view .suggestion-view-welcome__advanced-setting--info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.suggestion-view .suggestion-view-welcome__advanced-setting--info{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px;font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#5f6c7a}.suggestion-view .suggestion-view-welcome__advanced-setting-info{margin-top:24px}.suggestion-view .suggestion-view-welcome__advanced-setting-info--heading{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:normal;text-align:left;color:#19232f}.suggestion-view .suggestion-view-welcome__advanced-setting-info--sub-heading{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#7596b7;margin-top:4px}.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes{margin-top:24px;text-align:left;display:grid;grid-gap:8px}.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes>span{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#3e5872}.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;grid-gap:8px;gap:8px}.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes>div>div:first-child{width:486px}.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes>div img{cursor:pointer}.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes .gpx-textfield{max-width:486px}.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes .gpx-textfield__wrap,.suggestion-view .suggestion-view-welcome__advanced-setting-info--input-boxes .gpx-textfield__wrap input{height:32px}.suggestion-view .suggestion-view-welcome__advanced-setting-info--add-filter{text-align:left;margin-top:16px}.suggestion-view .suggestion-view-scanning{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:845px;margin:auto}.suggestion-view .suggestion-view-scanning__confetti{height:500px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(/auto-suggestion-confetti.gif) 50% no-repeat}.suggestion-view .suggestion-view-scanning__sub-heading{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#7596b7}.suggestion-view .suggestion-view-scanning__rocket{padding:40px 0}.suggestion-view .suggestion-view-scanning__progress-bar{width:291px;margin:auto}.suggestion-view .suggestion-view-scanning__help-text{margin-top:16px;font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:center;color:#afc3d7}.suggestion-view .suggestion-view-scanning__status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.suggestion-view .suggestion-view-scanning__status--text{font-size:21px;font-weight:500;line-height:1.14;letter-spacing:normal;text-align:left;color:#19232f}.suggestion-view .suggestion-view-scanning__micro-copy{margin-top:50px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#7596b7}.suggestion-view .suggestion-view-scanning__counts{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:90px;gap:90px;margin-top:40px}.suggestion-view .suggestion-view-scanning__counts--item{text-align:center}.suggestion-view .suggestion-view-scanning__counts--item>div:first-child{font-size:42px;font-weight:500;line-height:1.33;letter-spacing:normal;text-align:center;color:#3e5872}.suggestion-view .suggestion-view-scanning__counts--item>div:nth-child(2){margin-top:4px;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#19232f;text-transform:capitalize}.suggestion-view .suggestion-view-scanning__time{margin-top:30px;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#7596b7}.suggestion-view .suggestion-view-scanning__preview-product-tree-btn{margin-top:40px}.suggestion-view .suggestion-view-scanning__empty-counts{padding-top:40px;max-width:512px;margin:auto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#7596b7}.company-details{height:-webkit-calc(100vh - 56px);height:-moz-calc(100vh - 56px);height:calc(100vh - 56px);overflow:auto}.company-details .app-loader{height:100vh}.company-details__account{padding:16px}.company-details .settings-details-content{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.company-details .settings-details-content .setting-right .setting-input-width .settings-input{width:530px;height:85px}.company-details .settings-details-content .setting-right .setting-subscription-id{text-align:left;padding-left:5px;margin:40px 0 20px}.company-details .settings-details-content .setting-right .setting-subscription-id>span{font-weight:500}.company-details .settings-details-content .setting-right .input-hint{font-family:Noto Sans,sans-serif;font-size:14px;color:#a0a3a1;padding:0;margin:0;text-align:left}.company-details .settings-details-content .oauth-secret-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.company-details .settings-details-content .oauth-secret-container input{width:450px}.company-details .settings-details-content .oauth-secret-container .oauth-secret-button{margin-left:15px}.company-details .header-subscription-settings{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.company-details .header-subscription-settings,.company-details .header-subscription-settings__right-group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.company-details .header-subscription-settings__right-group{-ms-flex-pack:end}.company-details .header-subscription-settings__save-button{margin-left:15px}.account-info{width:100%;height:100%;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 1px 3px 0 rgba(25,35,47,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff;padding:16px;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.account-info__oauth{text-align:start;margin-top:-36px}.account-info__oauth .oauth-secret-button{margin-left:15px}.account-info__oauth .oauth-secret-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px}.account-info__oauth .input-hint{color:#4b6a87;font-size:12px}.account-info__wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.account-info__wrap,.account-info__wrap--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.account-info__wrap--container{grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;margin-bottom:16px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;-webkit-flex-basis:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.account-info__wrap--container .time-zone-select-wrapper .react-select__control{width:312px}.account-info__wrap--container__name{color:#4b6a87;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:4px}.account-info__wrap--container__value>span{cursor:pointer;position:relative;top:8px;left:4px}.account-info__wrap--container__label{color:#4b6a87;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:4px}.account-info__wrap--package{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.account-info__wrap--package__name,.account-info__wrap--package__subscription{width:350px}.account-info__wrap--company{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.account-info__wrap--company .gpx-textfield{max-width:350px!important}.account-info__wrap--company .gpx-textfield .gpx-textfield__wrap input{width:350px}.account-info__wrap--company .gpx-textfield__label,.account-info__wrap--company .gpx-wrapper__label{text-align:left}.account-info__profile{width:160px}.account-info__profile>img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.account-info__profile--overlay{position:relative;width:160px;height:160px;left:50%;top:-50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%)}.account-info__profile--overlay,.account-info__profile--overlay>div{cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.account-info__profile--overlay>div{height:32px;width:32px;background-color:#fff;visibility:hidden}.account-info__profile--overlay>div img{height:17.564px;width:17.564px}.account-info__profile--overlay:hover{background-color:rgba(24,31,38,.6)}.account-info__profile--overlay:hover>div{visibility:visible}.company-profile-dialog__picture{width:400px;text-transform:capitalize;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.company-profile-dialog__picture img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.company-profile-dialog__picture>div{width:100%}.company-profile-dialog__picture .gpx-textfield{max-width:100%!important}.company-profile-dialog__picture .gpx-textfield__wrap{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;border:1px solid #d5d9de!important}.company-profile-dialog__picture .gpx-textfield__wrap>input::-webkit-input-placeholder{color:#acb4bd}.company-profile-dialog__picture .gpx-textfield__wrap>input:-moz-placeholder,.company-profile-dialog__picture .gpx-textfield__wrap>input::-moz-placeholder{color:#acb4bd}.company-profile-dialog__picture .gpx-textfield__wrap>input:-ms-input-placeholder{color:#acb4bd}.company-profile-dialog__picture .gpx-textfield__wrap>input::-ms-input-placeholder{color:#acb4bd}.company-profile-dialog__picture .gpx-textfield__wrap>input::placeholder{color:#acb4bd}.company-profile-dialog__picture .gpx-dialog__header--close-icon{top:16px!important;right:24px!important}.company-profile-dialog__picture .MuiDialogActions-root,.company-profile-dialog__picture .MuiDialogContent-root,.company-profile-dialog__picture .MuiDialogTitle-root{padding-left:32px!important;padding-right:32px!important}.Select .Select-menu-outer{float:left;text-align:left;z-index:10000}.time-zone-select-wrapper{margin-bottom:10px}.utilization-summary{margin-top:12px;padding:28px;background-color:#fff}.utilization-summary,.utilization-summary__active-users{overflow:auto;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 1px 3px 0 rgba(25,35,47,.2)}.utilization-summary__active-users{margin-top:18px;width:100%;height:100%}.utilization-summary__active-users .app-loader{height:200px}.utilization-summary__active-users__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:18px;font-weight:600;font-size:18px}.utilization-summary__trends-chart{margin-top:18px;width:100%;height:100%;overflow:auto;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 1px 3px 0 rgba(25,35,47,.2)}.utilization-summary__trends-chart .app-loader{height:200px}.utilization-summary__trends-chart__container{height:-webkit-calc(100% - 40px);height:-moz-calc(100% - 40px);height:calc(100% - 40px)}.utilization-summary__trends-chart__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:18px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.utilization-summary__trends-chart__header--title{font-weight:600;font-size:18px}.utilization-summary__trends-chart__header--toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f2f2f2;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;padding:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.utilization-summary__trends-chart__header--toggle__button{padding:8px 16px;border:none;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;background-color:rgba(0,0,0,0);cursor:pointer;font-size:14px;font-weight:600;color:#555;-webkit-transition:background-color .3s,color .3s;-o-transition:background-color .3s,color .3s;-moz-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.utilization-summary__trends-chart__header--toggle__button:hover{background-color:#ddd}.utilization-summary__trends-chart__header--toggle__button:disabled{cursor:not-allowed;background-color:#e3eaf1;color:#afc3d7}.utilization-summary__trends-chart__header--toggle__button-selected{background-color:#fff;color:#2a7cf7}.utilization-summary__datepicker .date-range-picker__content{top:32px;right:0!important;left:auto!important}.utilization-summary__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:18px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.utilization-summary__header--title{font-weight:600;font-size:18px}.utilization-summary__header--title__info{margin-left:8px;cursor:pointer}.utilization-summary__header--right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:16px;gap:16px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.utilization-summary__title{text-align:start;margin-bottom:28px}.utilization-summary__events{grid-gap:36px;gap:36px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:18px}.utilization-summary__events,.utilization-summary__events--wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.utilization-summary__events--wrap{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px;-webkit-align-items:start;-moz-box-align:start;-ms-flex-align:start;align-items:start}.utilization-summary__events--wrap__value{font-weight:600}.utilization-summary-tooltip{background-color:#fff;padding:8px 0;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);-moz-box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32);box-shadow:0 8px 24px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.32)}.utilization-summary-tooltip__header{padding:12px 12px 12px 16px;color:#181f26;font-size:14px;font-weight:600;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.utilization-summary-tooltip__entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;cursor:default;color:#19232f;font-size:12px;font-weight:400;font-family:Noto Sans,sans-serif}.utilization-summary-tooltip__entry:hover{background-color:rgba(117,150,183,.1)}.utilization-summary-tooltip__entry--event{cursor:pointer}.utilization-summary-tooltip__entry>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.utilization-summary-tooltip__entry>div span{font-size:18px;margin-right:8px}.utilization-summary-tooltip__entry>div:first-of-type{margin-right:16px}.console{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px);overflow:hidden}.console__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:54px;padding:0 30px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);background-color:#f9f8f7;z-index:11}.console__header--title{font-size:18px;font-family:Noto Sans,sans-serif}.console__filters{margin-left:100px}.console__filters,.console__filters>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.console__content .table-pagination{margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.console__access-denied{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:18px;color:#2b3d51}.console-integration,.console__access-denied{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.console-integration{padding:5px}.console-integration>div{width:100%}.console-integration .back{cursor:pointer;margin:0 10px}.console__engagements{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px}.console__engagements>div{width:100%}.console__engagements>div>img{margin:0 10px;cursor:pointer}.console__engagements--filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:15px}.console__engagements--filters>div{margin-right:10px}.console__engagements--filters .date-range-picker__content{top:0;left:0}.console__engagements--env,.console__engagements--product{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:0!important}.console__engagements--env .channel,.console__engagements--product .channel{margin-right:10px}.console__engagements--env{position:relative;top:1px}.console__engagements--group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.console__engagements--group>div{margin-right:10px}.console__engagements--group>div:first-child{font-size:14px;margin-left:20px}.cengagement-deep__pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.cengagement-deep__pagination__backButton{cursor:pointer;margin-right:10px}.cengagement-deep__name{margin:0 30px;font-size:15px;font-weight:700}.cengagement-deep__group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.cengagement-deep__group>div:first-child{margin-right:10px}.cengagement-deep .rt-resizable-header-content{width:100%;text-align:left}.cengagement-deep__column-name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:10px}.cengagements-user{padding-top:48px;color:#2b3d51}.cengagements-user>div{padding-top:20px}.cengagements-user__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px;font-size:20px;font-weight:500;letter-spacing:0;line-height:24px;margin-bottom:20px}.cengagements-user__title>div:first-child{margin-bottom:5px}.cengagements-user__links{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cengagements-user__links a{font-size:12px;margin-right:30px}.cengagements-user__links img{cursor:pointer}.cengagements-user__email,.cengagements-user__name{color:#8399af;font-size:13px;font-weight:300;letter-spacing:0;margin-bottom:5px}.cengagements-user__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px}.cengagements-user__data .datetime-cell .date{padding:5px 5px 5px 0}.cengagements-user__data>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:50%;margin-bottom:10px}.cengagements-user__data>div>div:first-child{font-size:14px;font-weight:700}.cengagements-user__data>div>div:last-child{font-size:12px;font-weight:300}.cengagements-user__timeline{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;height:-webkit-calc(100vh - 239px);height:-moz-calc(100vh - 239px);height:calc(100vh - 239px)}.cengagements-user__timeline .timeline__content{padding:0 20px}.cengagements-user__timeline .timeline-entity{margin:0;width:100%}.cengagements-user__timeline .timeline-entity__content--wrapper>div:first-child{width:100%}.cengagements-user__timeline .timeline-entity .timeline-entity{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #e2e9f0}.cengagements-user__timeline .timeline-entity .timeline-entity__error{border-color:#fc3f1d}.cengagements-user__timeline .timeline-entity .timeline-entity__error-text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;margin-top:8px}.cengagements-user__timeline .timeline-entity .timeline-entity__error-text svg circle,.cengagements-user__timeline .timeline-entity .timeline-entity__error-text svg path{stroke:#181f26}.cengagements-user__timeline .timeline-entity .timeline-entity__error-text div{font-size:11px;line-height:1.45;text-align:left;color:#181f26}.cengagements-user__empty{padding:40px;font-size:16px}.engagements__content--name{cursor:pointer}.engagements__content--name a{cursor:default;color:#3d566f;font-size:12px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.timeline-tooltip__filters-applied{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 10px 15px;width:320px}.timeline-tooltip__filters-applied--title{color:#33deff;font-size:11px;margin-bottom:10px}.timeline-tooltip__filters-applied .tooltip-head{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500}.timeline-tooltip__filters-applied .tooltip-head .head-right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.timeline-tooltip__filters-applied .tooltip-head .head-right .in-app{color:#2090ed}.timeline-tooltip__filters-applied .tooltip-head .head-right .mobile{color:#ffa64d}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:Noto Sans,sans-serif;font-size:12px}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-text{color:#fff}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-content{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-content .not-allowed{color:hsla(0,0%,100%,.25)}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-content .in-app.full{color:#2090ed}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-content .in-app.empty,.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-content .mobile .not-allowed{color:hsla(0,0%,100%,.25)}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-content .mobile.full{color:#ffa64d}.timeline-tooltip__filters-applied .tooltip-content .bullet-wrapper .bullet-content .mobile.empty{color:hsla(0,0%,100%,.25)}.timeline-tooltip__filters-applied--filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:5px;line-height:14px}.timeline-tooltip__filters-applied--filter>div:first-child{width:10px;font-size:13px}.timeline-tooltip__filters-applied--filter>div:nth-child(2){position:relative;top:-1px;color:#fff;font-size:11px;text-transform:capitalize}.timeline-tooltip__filters-applied--filter--disabled{color:hsla(0,0%,100%,.25)!important}.timeline-entity__tooltip{padding:10px 5px;overflow:hidden;word-break:break-all;text-align:left}.timeline-entity__tooltip--regular>div:first-child{color:#ffa64d;margin-bottom:5px}.timeline-entity__tooltip--regular>div:nth-child(2){color:#fff;word-break:break-all;white-space:normal}.timeline-entity__tooltip--form>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.timeline-entity__tooltip--form>div>div:first-child{color:#fff;margin-right:5px}.timeline-entity__tooltip--form>div>div:nth-child(2){color:#35d0ee}.timeline-entity__tooltip--identify .title{display:inline-block;border-bottom:1px solid rgba(53,208,238,.3);margin-bottom:5px}.timeline-entity__tooltip--identify.customAttributes,.timeline-entity__tooltip--identify.user-fields{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.timeline-entity__tooltip--identify.customAttributes{max-width:-webkit-calc(100% - 1px);max-width:-moz-calc(100% - 1px);max-width:calc(100% - 1px)}.timeline-entity__tooltip--identify.account-fields{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.timeline-entity__tooltip--identify .field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.timeline-entity__tooltip--identify .field .name{word-break:normal;color:#a0a3a1;margin-right:5px}.timeline-entity__tooltip--identify .field .name.name--bold{font-weight:700}.timeline-entity__tooltip--identify .field .value{word-break:normal;color:#35d0ee;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.timeline-entity__tooltip--custom>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.timeline-entity__tooltip--custom>div>div:first-child{word-break:normal;color:#a0a3a1;margin-right:5px}.timeline-entity__tooltip--custom>div>div:nth-child(2){word-break:normal;color:#35d0ee;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.timeline{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;text-align:left;min-width:50%;height:-webkit-calc(100vh - 107px);height:-moz-calc(100vh - 107px);height:calc(100vh - 107px);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);position:relative}.timeline .page-header{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-bottom:1px;z-index:10}.timeline.feedback-timeline{height:-webkit-calc(100vh - 150px);height:-moz-calc(100vh - 150px);height:calc(100vh - 150px)}.timeline__loader img{width:60px}.timeline__header--arrow{cursor:pointer;margin-left:10px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.timeline__content{background-color:#fff;overflow-y:auto!important;height:100%;position:relative}.timeline__content--overlay{-webkit-transition:background-color .5s ease-out;-o-transition:background-color .5s ease-out;-moz-transition:background-color .5s ease-out;transition:background-color .5s ease-out;position:absolute;top:0;left:0;height:0;width:100%;z-index:1}.timeline__content--overlay--show{background-color:rgba(25,42,48,.5);height:100%}.timeline__content--filters{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;position:absolute;top:49px;left:0;width:100%;background-color:#f2f1ef;display:none;z-index:2;overflow:hidden;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);border-color:#cfd8dc}.timeline__content--filters .filters-head{padding:10px 30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500}.timeline__content--filters .filters-head .head-right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%}.timeline__content--filters .filters-content{padding:0 30px 15px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.timeline__content--filters--open{border:1px solid #cfd8dc;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.timeline__content--filter,.timeline__content--filters--open{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.timeline__content--filter{width:100%;margin-top:5px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.timeline__content--filter .filter-text{font-family:Noto Sans,sans-serif;font-size:12px}.timeline__content--filter .checkbox-wrapper{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.timeline__content--filter .checkbox-wrapper .empty{padding:0 5px}.timeline__content--filter .checkbox-wrapper .checkbox-box{width:inherit;height:19px;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}.timeline__content--filter .checkbox-wrapper .checkbox-text{font-size:13px;line-height:21px;margin:0}.timeline__content--filter .checkbox-wrapper .checkbox-text:first-letter{text-transform:capitalize}.timeline__content--empty{text-align:center;margin-top:40px;margin-bottom:20px}.timeline__content--empty--content{color:#c7c2c2;font-weight:400;font-size:16px;-webkit-background-clip:text;background-clip:text}.timeline__content--empty--content:first-letter{text-transform:capitalize}.timeline__content .timeline-entity{width:95%;margin:0 auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;min-height:88px}.timeline__content .timeline-entity__wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:40px}.timeline__content .timeline-entity__dates,.timeline__content .timeline-entity__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.timeline__content .timeline-entity__dates{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.timeline__content .timeline-entity__left{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500;color:#253445;padding-left:2px;margin-right:10px}.timeline__content .timeline-entity__line{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;height:1px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.timeline__content .timeline-entity__right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:15px}.timeline__content .timeline-entity__right--date{text-align:right;font-size:12px;color:#557391;font-family:Noto Sans,sans-serif}.timeline__content .timeline-entity__right--bullet{color:#000;margin-left:5px;margin-right:5px}.timeline__content .timeline-entity__right--day{font-size:12px;font-weight:300;color:#557391;font-family:Noto Sans,sans-serif;position:relative;top:1px}.timeline__content .timeline-entity__content{width:100%}.timeline__content .timeline-entity__content--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;margin-bottom:5px}.timeline__content .timeline-entity__content--wrapper-first .timeline-entity{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.timeline__content .timeline-entity__content--wrapper .timeline-entity{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:15px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.timeline__content .timeline-entity__content--wrapper .timeline-entity .tooltip-v2{max-width:800px}.timeline__content .timeline-entity__content--wrapper .timeline-entity__IDENTIFY,.timeline__content .timeline-entity__content--wrapper .timeline-entity__SESSION_INITIALIZED{padding:15px 15px 15px 20px}.timeline__content .timeline-entity__content--wrapper .timeline-entity__IDENTIFY img,.timeline__content .timeline-entity__content--wrapper .timeline-entity__SESSION_INITIALIZED img{margin-right:5px;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}.timeline__content .timeline-entity__content--wrapper .timeline-entity__APP_CRASHED{padding:15px 15px 15px 20px}.timeline__content .timeline-entity__content--wrapper .timeline-entity__APP_CRASHED img{margin-right:5px;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-image{min-width:48px;min-height:48px;border:1px solid #9ca0a5}.timeline__content .timeline-entity__content--wrapper .timeline-entity .activity-channel{font-size:10px}.timeline__content .timeline-entity__content--wrapper .timeline-entity .activity-channel .mobile{color:#ff7f00}.timeline__content .timeline-entity__content--wrapper .timeline-entity .activity-channel .mobile .divider{padding:0 5px;background:none;color:#000}.timeline__content .timeline-entity__content--wrapper .timeline-entity .activity-channel .mobile .platform.iOS{color:#14c4fb}.timeline__content .timeline-entity__content--wrapper .timeline-entity .activity-channel .mobile .platform.Android{color:#7ed321}.timeline__content .timeline-entity__content--wrapper .timeline-entity .activity-channel .web{color:#000}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-info{font-size:13px;overflow:hidden;font-weight:700;white-space:normal;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#2b3d51;font-family:Noto Sans,sans-serif}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-info__custom{white-space:nowrap}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-info__tap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-info .sent-to{font-weight:400;color:#9ca0a5}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-info a.cta{color:#0db14c;font-weight:400}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-info a.deeplink{text-decoration:none}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-action-container{position:absolute;right:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-action-container .session-recording-link{background:url(/play-2.15.svg) 50% no-repeat;height:15px;width:16px;margin-left:5px}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-action-container .session-recording-link:hover{background:url(/play-6.15.svg) 50% no-repeat}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .more-details{margin:5px 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:13px;word-wrap:break-word;word-break:break-all}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .more-details__feature-match,.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .more-details a{color:#a0a3a1}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .more-details__tap{color:#a0a3a1;font-size:12px}.timeline__content .timeline-entity__content--wrapper .timeline-entity .timeline-right .timeline-date-time{font-family:Noto Sans,sans-serif;font-stretch:condensed;line-height:1.5;font-size:13px;font-weight:300;color:#000;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.timeline__content .timeline-entity__content--wrapper .timeline-entity__error{-webkit-box-shadow:inset 0 1px 0 0 #fc3f1d;-moz-box-shadow:inset 0 1px 0 0 #fc3f1d;box-shadow:inset 0 1px 0 0 #fc3f1d}.tippy-popper .tippy-tooltip.identify-theme{max-width:800px}.tap-structure__content{overflow:auto;max-height:430px;background-color:#fff}.tap-structure__content>div{width:100%;padding:20px;overflow:auto}.tap-structure__content button{margin:0;padding:0;border:none;cursor:text;outline:none;display:block;background:none;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.tap-structure__element{font-size:12px;padding-left:10px;color:#2b3d51;white-space:nowrap}.tap-structure__element--opener{display:block}.tap-structure__element--opener:before{content:"<"}.feedback-activity .header{margin-bottom:15px}.feedback-activity .header .title{font-size:13px;font-weight:700;color:var(--gunmetal);margin-bottom:5px}.feedback-activity .header .type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:300;letter-spacing:normal}.feedback-activity .header .type .dot{margin:0 3px;height:4px;width:4px;background:rgba(0,0,0,0)}.feedback-activity .content .score .question{font-size:12px;font-weight:500;margin-bottom:10px}.feedback-activity .content .score .description{width:400px;font-size:12px;font-weight:300;margin-top:15px}.feedback-activity .content .score .answers .nps-feedback,.feedback-activity .content .score .answers .nps-feedback .answer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.feedback-activity .content .score .answers .nps-feedback .answer{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:12px;color:#cfd8dc;margin-right:3px;width:20px}.feedback-activity .content .score .answers .nps-feedback .answer.detractors{border-bottom:1px solid #ff3800}.feedback-activity .content .score .answers .nps-feedback .answer.detractors.selected{background-color:#ff3800;color:#fff}.feedback-activity .content .score .answers .nps-feedback .answer.passives{border-bottom:1px solid #ffc460}.feedback-activity .content .score .answers .nps-feedback .answer.passives.selected{background-color:#ffc460;color:#fff}.feedback-activity .content .score .answers .nps-feedback .answer.promoters{border-bottom:1px solid #0db14c}.feedback-activity .content .score .answers .nps-feedback .answer.promoters.selected{background-color:#0db14c;color:#fff}.feedback-activity .content .score .answers .boolean-feedback{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.feedback-activity .content .score .answers .boolean-feedback .active{background-color:#0db14c}.feedback-activity .content .score .answers .boolean-feedback .thumb{border-bottom:1px solid #e9e9e9;width:25px;height:25px;background-color:#fff}.feedback-activity .content .score .answers .boolean-feedback .thumb img{padding:3px}.feedback-activity .content .score .answers .boolean-feedback .thumb.positive.active{background-color:#0db14c}.feedback-activity .content .score .answers .boolean-feedback .thumb.negative.active{background-color:#ff3800}.feedback-activity .content .score .answers .boolean-feedback .thumb.negative img{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.feedback-activity .content .score .answers .ratings-feedback,.feedback-activity .content .score .answers .ratings-feedback .rating{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.feedback-activity .content .score .answers .ratings-feedback .rating{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #e9e9e9;font-size:12px;text-align:center;color:#fff;margin-right:3px;width:20px;height:20px}.feedback-activity .content .score .answers .ratings-feedback .rating.selected{background-color:#ff3800}.feedback-activity .content .score .answers .ratings-feedback .rating img{width:14px;height:13px}.feedback-activity .content .multi-question .question{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:500;margin-bottom:10px}.feedback-activity .content .multi-question .question .sequence-number{width:10px;font-size:12px;font-weight:300;text-align:right;margin-right:10px}.feedback-activity .content .multi-question .description{font-size:12px;font-weight:300;margin-left:20px;margin-bottom:10px}.feedback-activity .content .multi-question .answers{font-size:11px;margin-bottom:10px}.feedback-activity .content .multi-question .answers .answer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:11px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2px}.feedback-activity .content .multi-question .answers .answer .dot{color:#00b0ff;margin:0 5px}.feedback-activity .content .multi-question .answers .answer .sequence-number{text-align:center;vertical-align:middle;background-color:#00b0ff;margin-left:20px;color:#fff;font-size:9px;font-weight:500;letter-spacing:normal;padding:3px 5px}.feedback-activity .content .multi-question .answers .answer .text{color:#000;font-weight:400}.feedback-activity .content .user-feedback .description{font-weight:400;font-size:12px}.feedback-activity .content .user-feedback .row-field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:500;margin-bottom:10px}.feedback-activity .content .user-feedback .row-field .field{margin-bottom:10px}.feedback-activity .content .user-feedback .row-field .dot{margin:0 5px}.feedback-activity .content .user-feedback .row-field .value{font-weight:400}.console__webhooks{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5px}.console__webhooks,.console__webhooks--filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.console__webhooks--filters{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;padding:5px 5px 5px 15px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.console__webhooks--filters>div{margin-right:10px}.console__webhooks--filters .date-range-picker__content{top:0;left:0}.console__webhooks__payloadContainer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-calc(100vh - 125px);height:-moz-calc(100vh - 125px);height:calc(100vh - 125px)}.console__webhooks__payloadContainer>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:80%;padding:5px}.console__webhooks__payloadContainer>div>textarea{background:#fff;height:100%;width:100%;resize:none;overflow:scroll;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:20px}.other-engagements-cell{max-width:100%;cursor:pointer}.other-engagements-cell,.other-engagements-cell>a{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.other-engagements-cell>a{cursor:default;color:#3d566f;font-size:12px;white-space:nowrap;cursor:pointer}.other-engagements-cell>a:hover{text-decoration:underline}.priority-rule-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:default}.viewed-by-cell{color:#0f87ec;text-decoration:underline;cursor:pointer}.triggered-date-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.console__dependencies{height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px);background:#fff;margin:auto;overflow:auto}.console__dependencies__wrap{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:984px;height:100%;margin:auto}.console__dependencies__wrap,.console__dependencies__wrap--selection{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.console__dependencies__wrap--selection{grid-column-gap:16px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;width:100%;margin-top:12px}.console__dependencies__wrap--selection__type{margin-right:8px}.console__dependencies__wrap--selection__type .gpx-wrapper.gpx-select{width:200px;height:32px}.console__dependencies__wrap--selection__type .react-select__control{min-height:38px!important;margin-top:-8px!important}.console__dependencies__wrap--selection__name{width:619px}.console__dependencies__wrap--selection__name .gpx-wrapper.gpx-select{width:619px;max-width:619px}.console__dependencies__wrap--selection__refresh{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:4px;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;cursor:pointer}.console__dependencies__wrap--selection__refresh>div{color:#0369e9;font-size:12px;font-weight:600}.console__dependencies__wrap--list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:16px;row-gap:16px;width:100%;margin-top:28px}.console__dependencies__wrap--list>div:last-child{margin-bottom:16px}.console__dependencies__wrap--empty-feature{color:#181f26;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-calc(100% - 136px);height:-moz-calc(100% - 136px);height:calc(100% - 136px);-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.console__dependencies__wrap--empty-feature__title{font-size:21px;font-weight:600;line-height:32px}.console__dependencies__wrap--empty-feature__icon{margin-bottom:16px}.console__dependencies__wrap--empty-feature__loader{margin-top:12px}.console__dependencies__wrap--empty-feature__subtitle{color:#5f6c7a;font-size:12px;font-weight:400;line-height:24px}.dependencies__content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 24px}.dependencies__content,.dependencies__content--wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.dependencies__content--wrap{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;font-weight:400;margin:0 0 18px 4px}.dependencies__content--wrap__info{color:#5f6c7a}.dependencies__content--wrap__refresh{color:#0369e9;font-weight:600;margin-right:8px}.dependencies__accordion{-webkit-box-shadow:0 6px 12px 0 rgba(25,35,47,.06),0 0 1px 0 rgba(52,56,58,.2);-moz-box-shadow:0 6px 12px 0 rgba(25,35,47,.06),0 0 1px 0 rgba(52,56,58,.2);box-shadow:0 6px 12px 0 rgba(25,35,47,.06),0 0 1px 0 rgba(52,56,58,.2);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.dependencies__accordion .MuiAccordion-root.Mui-disabled{background-color:#fff!important}.dependencies__accordion .MuiAccordionSummary-root.Mui-disabled{opacity:unset!important}.dependencies__accordion .gpx-accordion__details,.dependencies__accordion .gpx-accordion__summary{width:100%!important}.dependencies__accordion--summary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dependencies__accordion--summary__name{color:#181f26;font-size:14px;font-weight:600}.dependencies__accordion--summary__count{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;height:24px;background:#e4d2f6;min-width:107px;padding:3px 8px 5px}.dependencies__accordion--summary__count>div{font-weight:400;font-size:12px;color:#181f26}.dependencies__accordion--summary__count--empty{background-color:#e6e9ec}.dependencies__table{height:-webkit-calc(100vh - 262px);height:-moz-calc(100vh - 262px);height:calc(100vh - 262px);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);background-color:#fff}.dependencies__table .dependencies-table-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px 12px}.dependencies__table .dependencies-table-header,.dependencies__table .dependencies-table-header__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dependencies__table .dependencies-table-header__title div{font-size:16px;font-weight:600;margin-right:5px;color:#181f26;line-height:1.5}.dependencies__table .dependencies-table-header__title span{font-size:12px;font-weight:600;color:#5f6c7a}.dependencies__table .dependencies-table-header__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.dependencies__table .dependencies-table-header__actions--button svg{cursor:pointer}.dependencies__table .dependencies-table-header__actions--button svg path{stroke:#fff}.dependencies__table .dependencies-table-header__actions--bulk path{stroke:#0369e9!important}.dependencies__table--view{overflow:auto;width:100%}.dependencies__table--view .pagination__pagination-left__page .gpx-select .react-select__value-container{overflow:unset}.dependencies__table--view__loader{width:100%}.dependencies__table--view table{width:100%;text-align:left;position:relative}.dependencies__table--view table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0}.dependencies__table--view table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.dependencies__table--view table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:600;color:#3c4a57}.dependencies__table--view table thead tr th>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.dependencies__table--view table thead tr th>div svg>path{stroke:#3c4a57}.dependencies__table--view table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.dependencies__table--view table tbody tr td{font-size:14px;text-align:left;color:#181f26;padding-left:24px}.dependencies__table--view--goto-report{cursor:pointer;padding:0 10px}.dependencies__table--view--goto-report-disabled svg g{fill:#d5d9de}.dependencies__table--view .user-management-pagination{height:40px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 8px;border-top:1px solid #e6e9ec}.dependencies__table--view .user-management-pagination__current-page-of{font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a;padding:0 8px}.dependencies__table--view .user-management-pagination__navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.dependencies__table--view .user-management-pagination__navigation>div{font-size:12px;line-height:1.33;letter-spacing:normal;text-align:center;color:#5f6c7a}.dependencies__table--view .user-management-pagination__navigation svg{cursor:pointer}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select{width:42px}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__single-value{margin:0;color:#181f26}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__value-container{padding:0}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__indicators{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__placeholder,.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__single-value{font-size:12px;line-height:1.33;text-align:left;margin:0}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__arrow img{bottom:0}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__indicator{padding:0}.dependencies__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__value-container{height:24px!important}.dependencies__table--view .user-management-pagination__navigation--page-number{min-width:40px}.dependencies__table--view .user-management-pagination__navigation--next-navigation-disabled path,.dependencies__table--view .user-management-pagination__navigation--previous-navigation-disabled path{stroke:#acb4bd}.dependencies__table--view--active-options{display:block!important;background-color:rgba(117,150,183,.2)!important}.dependencies__table--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.dependencies__table--name--admin-chip{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e6e9ec;font-size:12px;line-height:1.33;text-align:left;color:#181f26;padding:5px 8px}.dependencies__table--status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;line-height:1.33;text-align:left;color:#3c4a57}.dependencies__table--status>div{height:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;padding:1px 8px 3px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.dependencies__table--status--active{border:1px solid #98e7b1;background-color:#d5f5db}.dependencies__table--status--in-active{border:1px solid #d5d9de;background-color:#fff}.dependencies__table--status--pending{border:1px solid #fcdf91;background-color:#fef3d1}.dependencies__table--empty-users{height:-webkit-calc(100% - 60px);height:-moz-calc(100% - 60px);height:calc(100% - 60px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.dependencies__table--empty-users-title{font-size:14px;font-weight:600;line-height:1.71;text-align:center;color:#181f26}.dependencies__table--empty-users-description{margin-top:8px;font-size:11px;line-height:1.45;text-align:center;color:#5f6c7a}.console-dependency-filter-select-wrapper{position:relative}.console-dependency-filter-select-wrapper .console-dependency-filter-select__placeholder{color:#7596b7}.console-dependency-filter-select-wrapper .console-dependency-filter-select__single-value{font-size:14px;font-weight:400;color:#181f26}.console-dependency-filter-select-wrapper .console-dependency-filter-select__control{margin-right:2px;font-size:14px;cursor:pointer;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#fff;color:#253445;border:1px solid #e3eaf1;padding:1px 4px!important}.console-dependency-filter-select-wrapper .console-dependency-filter-select__control:hover{border-color:#2684ff!important}.console-dependency-filter-select-wrapper .console-dependency-filter-select__input{color:#19232f;font-size:14px;font-weight:400}.console-dependency-filter-select-wrapper .console-dependency-filter-select__loader{width:100%;text-align:center}.console-dependency-filter-select-wrapper .console-dependency-filter-select__loader #dots #dot1,.console-dependency-filter-select-wrapper .console-dependency-filter-select__loader #dots #dot2{-webkit-animation:load 1s infinite;-moz-animation:load 1s infinite;-o-animation:load 1s infinite;animation:load 1s infinite}.console-dependency-filter-select-wrapper .console-dependency-filter-select__loader #dots #dot2{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.console-dependency-filter-select-wrapper .console-dependency-filter-select__loader #dots #dot3{-webkit-animation:load 1s infinite;-moz-animation:load 1s infinite;-o-animation:load 1s infinite;animation:load 1s infinite;-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}.console-dependency-filter-select-wrapper .gpx-checkbox__label{display:grid}.console-dependency-filter-select-wrapper .gpx-checkbox__label .console-dependency-filter-select__label-inner-wrapper{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.console-dependency-filter-select-wrapper .console-dependency-filter-select__menu{text-align:start;left:0;background-color:#fff}.console-dependency-filter-select-wrapper .console-dependency-filter-select__menu .console-dependency-filter-select__option{color:#253445;font-size:14px;background:#fff;cursor:pointer;font-weight:400}.console-dependency-filter-select-wrapper .console-dependency-filter-select__menu .console-dependency-filter-select__option--is-selected{color:#0470f7}.console-dependency-filter-select-wrapper .console-dependency-filter-select__multi-value-more{background-color:#e6e6e6;padding:1px 8px;position:absolute;right:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #e6e6e6;color:#333;font-size:85%;overflow:hidden}.console-dependency-filter-select-wrapper .console-dependency-filter-select__multi-value-container{max-width:30%}.console-dependency-filter-select-wrapper .console-dependency-filter-select-pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px}.console-dependency-filter-select-wrapper .console-dependency-filter-select-pagination .console-dependency-filter-select-pagination-text{margin-left:16px}.console-dependency-filter-select-wrapper .console-dependency-filter-select-pagination .console-dependency-filter-select-pagination-icon{margin-left:20px;cursor:pointer}.console-dependency-filter-select-wrapper .console-dependency-filter-select__category{color:#7596b7;font-size:14px;padding:4px;border-bottom:1px solid #afc3d7}.console-dependency-filter-select-wrapper .console-dependency-filter-select__checkbox-wrapper{color:#181f26;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-column-gap:12px;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;font-size:14px}.console-dependency-filter-select-wrapper .console-dependency-filter-select__resize{padding-top:1px}.console-dependency-filter-select-wrapper .console-dependency-filter-select__resize .console-dependency-filter-select__resize-handle{position:absolute;top:-webkit-calc(50% - 10px);top:-moz-calc(50% - 10px);top:calc(50% - 10px);font-size:12px;color:#2090ed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:0}.console-dependency-filter-select-wrapper .console-dependency-filter-select__menu-list--is-multi{margin-top:40px;max-height:260px}.console-dependency-filter-select-wrapper .console-dependency-filter-select__category-sticky{position:absolute;top:0;right:0;z-index:99;color:#7596b7;font-size:14px;border-bottom:1px solid #afc3d7;width:-webkit-calc(100% - 24px);width:-moz-calc(100% - 24px);width:calc(100% - 24px);padding:16px 0 4px 4px;margin:0 12px;background-color:#fff}.console-dependency-filter-select__more-content{text-align:start}.console-dependency-filter-select__more-content .console-dependency-filter-select__more-content-text{margin-right:10px}.console-dependency-filter-select__more-content .console-dependency-filter-select__more-content-icon{margin-right:10px;cursor:pointer}.product-settings{font-family:Noto Sans,sans-serif}.product-settings__fetching{height:-webkit-calc(100vh - 49px);height:-moz-calc(100vh - 49px);height:calc(100vh - 49px)}.product-settings__loader{margin-top:10vh}.product-settings__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;height:54px;padding:0 30px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);background-color:#f9f8f7}.product-settings .inner-container-header .inner-container-name-wrapper{-webkit-flex:0 1;-moz-box-flex:0;-ms-flex:0 1;flex:0 1}.product-settings .inner-container-header .inner-container-right{display:block}.product-settings .account-settings{height:-webkit-calc(100vh - 101px);height:-moz-calc(100vh - 101px);height:calc(100vh - 101px)}.product-settings .settings-empty-products-wrapper{height:-webkit-calc(100vh - 58px);height:-moz-calc(100vh - 58px);height:calc(100vh - 58px)}.product-settings__dialog-wrapper{width:490px!important}.product-settings__dialog-wrapper>div{background:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.product-settings__dialog-body{padding:0!important;overflow-y:visible!important}.product-create-popup{width:393px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-create-popup__heading{width:303px;margin-top:16px;font-size:14px;line-height:1.71;color:#181f26;text-align:center}.product-create-popup__sub-heading{width:303px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;margin-top:12px;font-size:11px;line-height:1.45;color:#5f6c7a}.product-create-popup__sub-heading,.product-form{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-form{padding:30px 24px 35px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.4);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.4);box-shadow:0 2px 4px 0 rgba(0,0,0,.4);background-color:#f8f8f7;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.product-form__name-field{height:36px;text-align:center;font-size:18px;font-family:Noto Sans,sans-serif;color:#000;border:0;padding:0 10px;outline:none;background-color:rgba(255,127,0,.05);width:400px;margin:0 auto 20px}.product-form__name-field--error{border:1px solid red}.product-form__name-field::-webkit-input-placeholder{font-size:18px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.product-form__name-field:-moz-placeholder,.product-form__name-field::-moz-placeholder{font-size:18px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.product-form__name-field:-ms-input-placeholder{font-size:18px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.product-form__name-field::-ms-input-placeholder{font-size:18px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.product-form__name-field::placeholder{font-size:18px;font-family:Noto Sans,sans-serif;color:#a0a3a1;opacity:1}.product-form__control-row{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:400px;margin:25px auto;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2}.product-form__description-field{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:400px;height:78px;margin:0 auto;border:0;padding:15px;font-size:14px;color:#000;resize:none;outline:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.product-form__description-field::-webkit-input-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.product-form__description-field:-moz-placeholder,.product-form__description-field::-moz-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.product-form__description-field:-ms-input-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.product-form__description-field::-ms-input-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.product-form__description-field::placeholder{font-size:14px;color:#a0a3a1;opacity:1}.product-form__button-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:35px auto 0;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-form__confirm-button{padding:0 20px}.product-form__cancel-button{margin-right:20px;padding:0 20px}.products-welcome{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:60px 0}.products-welcome__title{margin:0 0 20px;font-size:24px;font-family:Noto Sans,sans-serif;font-weight:300;color:#0f87ec}.products-welcome__text{font-size:15px;width:80%}.products-welcome__image{margin:36px 0}.products-welcome__create-button{padding:7px 20px;color:#0f87ec;font-size:14px;font-weight:500;line-height:15px;border:1px solid #0f87ec;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer}.property-channel-menu{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;height:50px;background-color:#e0e7ec;padding-left:20px;border-bottom:1px solid #ddd;list-style:none;font-family:Noto Sans,sans-serif;font-size:15px;margin-bottom:0}.property-channel-menu__item{position:relative;height:32px;line-height:32px;padding:0 25px;border:1px solid #ddd;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background-color:#f3f3f4;margin:0 -1px -1px 0;cursor:pointer}.property-channel-menu__item:after{content:"";position:absolute;width:4px;height:4px;top:15px;left:15px;background-color:#ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.property-channel-menu__item--active{border-bottom-color:#fff;background-color:#fff}.property-channel-menu__item--active:after{background-color:#0f87ec}.property-channel-menu__item--active:before{content:"";position:absolute;width:100%;height:4px;top:-2px;left:0;background-color:#0f87ec}.property-channel-menu__item--disabled{cursor:default}.property-channel-menu__item--disabled:after{display:none}.property-channel-menu__lock-icon{position:absolute;height:15px!important;width:15px!important;top:9px;left:7px;color:GrayText!important}.property-channels-view .MuiTab-root{height:48px;min-height:48px}.property-channels-view .MuiTab-root .MuiTab-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.property-channels-view .MuiTab-root .MuiTab-wrapper .desktop-channel-lock{margin-bottom:0;position:relative;top:1px}.property-channels-view .MuiTab-root .MuiTab-wrapper .desktop-channel-lock svg{fill:#3d566f;height:18px}.property-channels-view .MuiTab-root.Mui-selected .MuiTab-wrapper .desktop-channel-lock svg{fill:#0f87ec}.property-channels-view .channel-container__content{height:-webkit-calc(100vh - 230px);height:-moz-calc(100vh - 230px);height:calc(100vh - 230px);overflow:auto}.property-channels-view .channel-container .gg-input .gg-input-inner{background-color:#f6f6f6;padding:0 20px}.property-channels-view .channel-container .tag-header-top{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.property-channels-view .channel-container .tag-header-top .generate{width:480px;margin-left:20px}.property-channels-view .channel-container .tag-header-top .generate input:focus{outline:none}.mobile-channel-container .tabs__panel{display:none}.mobile-channel-container .tabs__panel.ReactTabs__TabPanel--selected{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-channel-container .mobile-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px;color:#2b3d51;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.mobile-channel-container .mobile-header input{width:285px;width:310px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:30px;font-family:Roboto,sans-serif;font-size:14px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden;padding:1px 12px 0;border:0;min-width:0;outline:none}.mobile-channel-container .mobile-header input::-webkit-input-placeholder{font-size:13px}.mobile-channel-container .mobile-header input:-moz-placeholder,.mobile-channel-container .mobile-header input::-moz-placeholder{font-size:13px}.mobile-channel-container .mobile-header input:-ms-input-placeholder{font-size:13px}.mobile-channel-container .mobile-header input::-ms-input-placeholder{font-size:13px}.mobile-channel-container .mobile-header input::placeholder{font-size:13px}.mobile-channel-container .mobile-header .copy-button-wrapper{margin-left:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mobile-channel-container .mobile-header .env-selector,.mobile-channel-container .mobile-header .mobile-scheme{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-channel-container .mobile-header .mobile-scheme input{margin-right:10px}.mobile-channel-container .mobile-header .api-key{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-channel-container .mobile-header .header-label{margin-right:5px;font-size:12px;font-weight:700}.mobile-channel-container .mobile-header .tag-key-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-channel-container .mobile-panel{padding:20px}.mobile-channel-container .mobile-panel .download-links{padding-bottom:20px}.mobile-channel-container .mobile-panel .download-links .mobile-download-link{color:#2090ed}.mobile-channel-container .mobile-panel .file{padding:10px}.mobile-channel-container .mobile-scheme-container{margin-left:12px;margin-bottom:40px;margin-top:24px}.mobile-channel-container .mobile-scheme-container .mobile-scheme-title-container{text-align:left;margin-left:12px}.mobile-channel-container .mobile-scheme-container .mobile-scheme-title-container .mobile-scheme-title{height:24px;color:#253445;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;margin:0}.mobile-channel-container .mobile-scheme-container .mobile-scheme-title-container .mobile-scheme-subtitle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:16px;color:#7596b7;font-size:12px;letter-spacing:0;line-height:16px;margin:0}.mobile-channel-container .mobile-scheme-container .mobile-scheme-title-container .mobile-scheme-subtitle a,.mobile-channel-container .mobile-scheme-container .mobile-scheme-title-container .mobile-scheme-subtitle p{display:inline}.mobile-channel-container .mobile-scheme-container .mobile-scheme-title-container .mobile-scheme-subtitle a{margin-left:2px;color:#0f87ec;text-decoration:underline}.mobile-channel-container .mobile-scheme-container .mobile-scheme-copy-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;margin-left:12px;margin-top:16px}.mobile-channel-container .mobile-scheme-container .mobile-scheme-copy-container input{height:34px;width:312px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fbfbfc;margin-right:16px;border:1px solid #e3eaf1;padding-left:12px;color:#253445;font-size:14px;letter-spacing:0}.mobile-channel-container .mobile-platforms-container{margin:12px}.mobile-channel-container .mobile-platforms-container .mobile-platforms-title-container{text-align:left;margin-left:12px}.mobile-channel-container .mobile-platforms-container .mobile-platforms-title-container .mobile-platforms-title{height:24px;color:#253445;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;margin:0}.mobile-channel-container .mobile-platforms-container .mobile-platforms-title-container .mobile-platforms-subtitle{height:16px;color:#7596b7;font-size:12px;letter-spacing:0;line-height:16px;margin:0}.mobile-channel-container .mobile-platforms-container .mobile-platform-container{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:84px;width:290px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;margin:6px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile-channel-container .mobile-platforms-container .mobile-platform-container .mobile-platform-icon{height:40px;width:40px;background-color:#f3f3f3;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;margin-left:20px;margin-right:8px;-webkit-background-size:50% 50%;-moz-background-size:50%;-o-background-size:50%;background-size:50%;background-position:50%;background-repeat:no-repeat}.mobile-channel-container .mobile-platforms-container .mobile-platform-container .mobile-platform-text-container{text-align:left;display:table}.mobile-channel-container .mobile-platforms-container .mobile-platform-container .mobile-platform-text-container .mobile-platform-title{height:24px;color:#253445;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;margin:0}.mobile-channel-container .mobile-platforms-container .mobile-platform-container .mobile-platform-text-container .mobile-platform-download-links{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mobile-channel-container .mobile-platforms-container .mobile-platform-container .mobile-platform-text-container .mobile-platform-download-links .mobile-platform-download-link{height:16px;width:53px;color:#0470f7;font-size:14px;letter-spacing:0;line-height:16px;margin-right:16px}.mobile-channel-container .mobile-platforms-container .mobile-platform-container .mobile-platform-text-container .mobile-platform-download-links .mobile-platform-download-link-icon{height:12px;width:12px;margin-right:6px}.desktop-not-allowed-message{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:70vh;font-weight:700}.desktop-not-allowed-message,.environment-v2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.environment-v2{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:13px}.environment-v2__selection{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:10px}.environment-v2__option,.environment-v2__selection{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.environment-v2__option{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.environment-v2__option .input-with-button-wrapper,.environment-v2__option .input-with-button-wrapper .input-with-button{height:28px}.environment-v2__option .input-with-button-wrapper .input-with-button__input{height:28px;width:78px}.environment-v2__option__input>button{display:none}.environment-v2__option__input>input{background-color:rgba(0,0,0,0);background-color:initial;font-size:12px!important;font-weight:400!important;padding:0 0 0 2px!important;margin-right:0!important;height:27px}.environment-v2__option__lhs{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.environment-v2__option__lhs__max{min-width:83%;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.environment-v2__option__lhs .label-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden}.environment-v2__option__lhs .label-container .text{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.environment-v2__option__lhs .label-container .default-mark{margin-right:10px}.environment-v2__option__rhs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.environment-v2__label-options{position:relative;bottom:12px;left:120px}.environment-v2__label-options__container{padding:4px 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1)}.environment-v2__label-options__action-name{margin-left:5px}.environment-v2__label-options__row{padding:0 10px 0 7px}.environment-v2__label-options__row:hover{background-color:rgba(26,56,67,.05)}.gg-input{margin-bottom:10px;-webkit-flex:0.9 1;-moz-box-flex:0.9;-ms-flex:0.9 1;flex:0.9 1}.gg-input .gg-input-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.gg-input .gg-input-inner .input-icon{width:24px;height:24px;margin-right:10px}.gg-input .gg-input-inner .input-icon svg{color:#ff7f00}.gg-input .gg-input-inner .hint-wrapper{display:inline-block;width:100%}.gg-input .gg-input-inner .hint-wrapper .hint{color:#9b9b9b;float:left}.gg-input .gg-input-inner .required-sign{color:#ff9800;margin-left:5px}.web-site-url{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.web-site-url,.web-site-url input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.web-site-url input{border:none;outline:none;width:310px;height:30px;min-width:0;font-size:12px;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1px 12px 0;font-family:Noto Sans,sans-serif;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.web-site-url input::-webkit-input-placeholder{font-size:13px}.web-site-url input:-moz-placeholder,.web-site-url input::-moz-placeholder{font-size:13px}.web-site-url input:-ms-input-placeholder{font-size:13px}.web-site-url input::-ms-input-placeholder{font-size:13px}.web-site-url input::placeholder{font-size:13px}.web-site-url .copy-button-wrapper{margin-left:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.web-site-url .env-selector,.web-site-url .website-url{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.web-site-url .website-url{position:relative}.web-site-url .website-url__error{position:absolute;top:28px;left:26px;font-size:11px;color:#fc3f1d}.web-site-url .website-url input{margin-right:10px}.web-site-url .api-key{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#2b3d51}.web-site-url .header-label{font-size:12px;font-weight:500;margin-right:5px;color:#2b3d51}.web-site-url .tag-key-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.instruction-wrapper{height:0;position:relative;width:100%}.instruction-wrapper a{position:absolute;top:10px;font-size:12px;right:25px;color:#2090ed;z-index:10}.javaScriptSettings{width:100%;padding-top:10px}.tag-wrapper{padding:10px 20px}.tag-wrapper .templates-title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.tag-wrapper .templates-title__label{font-weight:500;color:#2b3d51;font-family:Noto Sans,sans-serif}.tag-wrapper .templates-title__line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin:0 10px}.tag-wrapper .templates-title__links{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:10px}.tag-wrapper .templates-title__link{color:#0f87ec;cursor:pointer}.tag-wrapper .templates-title__link-sdk{margin-right:24px;font-size:12px}.tag-wrapper .tag-warning{text-align:left;color:#ff7f00;font-size:14px}.seg-inst{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px}.seg-inst .seg-inst-inner{width:50%}.seg-inst__title{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px}.seg-inst__title,.seg-inst__title-name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.seg-inst__title-name{font-size:14px;font-weight:700;font-family:Noto Sans,sans-serif;margin:0 3px}.seg-inst__title-icon,.seg-inst__title-icon-middle{margin:0 3px}.seg-inst__body{margin-bottom:20px;font-weight:lighter}.seg-inst__how-to{background-color:#f9f8f7;text-align:left;padding:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);margin-bottom:25px}.seg-inst__how-to-title{font-size:18px;font-weight:700;margin-bottom:15px}.seg-inst__how-to-list-item{padding-left:10px}.seg-inst__how-to-list-item .list-key{color:#ff7f00}.seg-inst__how-to-list-item .list-number{font-weight:700}.seg-inst__read-more{font-size:14px;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.seg-inst__read-more a{color:#2090ed}.property-empty-url-msg-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:280px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.property-empty-url-msg-wrapper .property-empty-url-msg{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:16px;font-weight:700;color:#0f87ec}.account-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:5px;font-family:Noto Sans,sans-serif;height:-webkit-calc(100vh - 101px);height:-moz-calc(100vh - 101px);height:calc(100vh - 101px)}.account-settings__content{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding-top:0;overflow:scroll;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.invite-users{-webkit-flex:0.25 1;-moz-box-flex:0.25;-ms-flex:0.25 1;flex:0.25 1;width:260px;text-align:left;overflow:scroll;background:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.invite-users .input-with-button-wrapper{margin-bottom:10px}.invite-users .input-with-button-wrapper .input-error-container{margin:5px 0 0}.invite-users__header{padding:10px 12px;height:49px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1,inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1,inset 1px 0 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1,inset 1px 0 0 0 #e3eaf1}.invite-users__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:30px;font-size:15px;line-height:30px;position:relative;text-transform:capitalize;color:#2b3d51;font-family:Noto Sans,sans-serif}.invite-users__title img{margin:0 10px}.invite-users__title-count{font-size:14px;font-weight:300;margin-left:10px;font-family:Noto Sans,sans-serif}.invite-users__url-input{margin:10px 12px 0}.invite-users__content>div{overflow:auto;padding:0 12px;height:-webkit-calc(100vh - 211px);height:-moz-calc(100vh - 211px);height:calc(100vh - 211px)}.invite-users__section-title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:500;text-transform:capitalize;color:#2b3d51;font-family:Noto Sans,sans-serif}.invite-users__section-title:after{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;content:"";height:1px;border-bottom:1px solid #e3e3e3;margin-left:10px}.invited-user{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:Noto Sans,sans-serif;margin-top:10px}.invited-user,.invited-user__bubble{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.invited-user__bubble{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;height:22px;min-width:0;font-size:12px;position:relative;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;padding:0 30px 0 8px;background-color:#e3eaf1;color:#2b3d51}.invited-user__email{-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:13px;white-space:nowrap;overflow:hidden}.invited-user__remove-button{position:absolute;width:20px;height:19px;top:2px;right:2px;border:0;background:rgba(0,0,0,0) url(/cancel.svg) 0 0 no-repeat}.invited-user__invitation-date{width:64px;font-size:12px;font-weight:300;text-align:right;color:#2b3d51}.invited-user__list{margin-top:15px}.inviteable-user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:70px;margin-bottom:10px;margin-right:2px;background-color:#fff;font-family:Noto Sans,sans-serif;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.inviteable-user__avatar{width:43px;height:43px;color:#fff;margin:10px 0 0 10px;font-size:15px;font-weight:700;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#cfd8dc;border:3px solid #cfd8dc;overflow:hidden}.inviteable-user__initials{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:37px;height:37px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border:3px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;overflow:hidden}.inviteable-user__profile-image{height:100%;width:100%}.inviteable-user__description{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;min-width:0;margin-left:10px;margin-top:16px}.inviteable-user__name{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#6d6c6c;overflow:hidden}.inviteable-user__name,.inviteable-user__role{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.inviteable-user__role{margin-top:5px;font-size:12px;font-weight:300}.inviteable-user__delete-button{border:0;width:19px;height:20px;margin:16px 10px 0;background:rgba(0,0,0,0) url(/settings/products/delete-grey.svg) 0 0 no-repeat}.inviteable-user__disabled-delete-button{border:0;width:19px;height:20px;margin:16px 10px 0;background:rgba(0,0,0,0) url(/home/home1/btn-delete-3.svg) 0 0 no-repeat}.inviteable-user__list{margin-right:-12px;max-height:650px;margin-top:10px;padding-bottom:10px}.products-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.products-header .page-header__secondary{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.products-header:after{content:"";background-image:url(/edit-gray.svg),url(/edit-green.svg),url(/settings/products/delete-grey.svg),url(/settings/products/delete-orange.svg);display:none}.products-header__left-group{-ms-flex-align:center;-webkit-flex-basis:500px;-ms-flex-preferred-size:500px;flex-basis:500px}.products-header__center-group,.products-header__left-group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.products-header__center-group{-ms-flex-align:center}.products-header__center-group .react-select{margin-left:15px}.products-header__product-selector{width:219px;margin-left:40px}.products-header__button-group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 15px 0 10px;background-color:#fff;height:30px;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.products-header__button-group--expanded{width:60px}.products-header__button-group--expanded .products-header__button--delete,.products-header__button-group--expanded .products-header__button--edit{display:block}.products-header__button-group--expanded .products-header__button--expand{display:none}.products-header__button{width:30px;height:30px;cursor:pointer}.products-header__button--expand{position:relative}.products-header__button--expand:after{content:"\2026";position:absolute;width:100%;height:100%;top:0;left:0;font-size:30px;line-height:26px;color:#0f87ec}.products-header__button--edit{display:none;background:rgba(0,0,0,0) url(/edit-gray.svg) 50% no-repeat}.products-header__button--edit:hover{background-image:url(/edit-green.svg)}.products-header__button--delete{display:none;background:rgba(0,0,0,0) url(/horizon/delete/delete-1.svg) 50% no-repeat}.products-header__button--delete:hover{background-image:url(/horizon/delete/delete-3.svg)}.products-header__release-date-picker{width:140px;height:30px}.products-header__release-date-picker--disabled span{cursor:default;color:#a0a3a1}.products-header__owner-selector{width:180px;margin-left:15px}.products-header__owner-selector--disabled .Select-control{cursor:default}.products-header__owner-selector--disabled .Select-value-label{color:#a0a3a1!important}.products-header__save-button{margin-left:15px}.warning-container .deletion-errors__title{margin-bottom:10px}.warning-container .deletion-errors__section{margin-bottom:5px}.warning-container .deletion-errors__label{text-align:left;font-weight:700}.warning-container .deletion-errors__names,.warning-container .deletion-errors__names li,.warning-container .deletion-errors__others{text-align:left}.button-lock{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.button-lock .upgrade-symbol{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:5px}.integrations .account-settings{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px)}.integrations .integration-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;padding:15px;min-height:100%;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.integrations .integration-content-configurable{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.integrations .integration-content-configurable .feature-lock .upgrade-symbol{position:absolute;top:30px;right:110px}.integrations .integration-content-configurable .feature-lock .children{opacity:.4}.integrations .integration-content-stateless{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.integrations .integrations-empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto}.integrations .integrations-empty .empty-header{color:#ff7f00;margin-top:79px;font-family:Noto Sans,sans-serif;font-size:24px}.integrations .integrations-empty .empty-instructions{color:#000;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:300;padding-top:20px;max-width:285px}.integrations .integrations-empty .empty-img{color:#9ca0a5;margin-top:33px;height:60px;width:60px}.integrations .section-header{display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;margin:20px 0}.integrations .section-header .section-header-label{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;height:18px;font-size:12px;font-weight:500;color:#2b3d51;font-family:Noto Sans,sans-serif}.integrations .section-header .horizontal-line{-ms-flex:1 1 auto;-webkit-flex:1 1 auto;-moz-box-flex:1;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.dialog>div>div,.dialog>div>div>div{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.dialog>div>div>div{overflow:hidden;background-color:#f8f8f7!important}.dialog>div>div>div>div{padding:0!important}.integration-picker-dialog{padding-top:100px!important}.integration-picker-dialog>div>div{max-width:430px!important;width:430px!important}.integration-picker-dialog>div>div,.integration-picker-dialog>div>div>div{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.integration-picker-dialog>div>div>div{max-height:330px;overflow:hidden;background-color:#f8f8f7!important}.integration-picker-dialog>div>div>div>div{padding:0!important}.integration-picker-dialog__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.integration-picker-dialog__header--title-container img{margin-right:10px;height:25px}.integration-picker-dialog__header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.integration-picker-dialog__header--count{color:#d7d6d7;font-family:Noto Sans,sans-serif;margin-left:20px;font-size:14px;font-weight:300}.integration-picker-dialog .integrations-container{display:block;background-color:#e9ecf0;overflow-y:auto;padding-top:5px;height:260px}.integration-picker-dialog .integrations-container .integration-container-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:50px;margin:5px 20px;background-color:#fff;padding:5px 15px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.integration-picker-dialog .integrations-container .integration-container-item .integration-item-icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:35px}.integration-picker-dialog .integrations-container .integration-container-item .integration-item-icon img{max-width:35px;max-height:35px}.integration-picker-dialog .integrations-container .integration-container-item .integration-item-icon.slack-icon-wrapper img{max-width:50px;max-height:50px;width:50px}.integration-picker-dialog .integrations-container .integration-container-item .integration-item-name{margin-left:10px;color:#000;font-weight:500;font-size:13px}.integration-details .segmentio--details-action-btn{height:24px;width:110px;font-family:Noto Sans,sans-serif;font-size:12px}.integration-details .segmentio--details-action-btn img{height:15px}.integration-details .segmentio--details-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.integration-details .segmentio--details-status .segmentio--details-status-label{margin-right:5px;height:20px;width:20px}.integration-details .segmentio--details-status .segmentio--details-status-label.segmentio--details-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.integration-details .segmentio--details-last-job{font-size:11px}.integration-details .segmentio--details-last-job .segmentio--details-last-job-header{font-weight:500;text-align:left}.integration-details .segmentio--details-last-job .segmentio--details-last-job-started{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .segmentio--details-last-job .segmentio--details-last-job-result{margin-top:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .segmentio--details-last-job .segmentio--details-last-job-result .segmentio--details-last-job-result-success{color:#2090ed}.integration-details .segmentio--details-last-job .segmentio--details-last-job-result .segmentio--details-last-job-message,.integration-details .segmentio--details-last-job .segmentio--details-last-job-result .segmentio--details-last-job-result-failed{color:#ff7f00}.segmentio__manager{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:430px;padding-top:80px;font-size:14px;font-weight:300;background-color:#fff}.segmentio__manager>div{margin-bottom:20px}.segmentio__manager>img{margin-bottom:30px}.segmentio__manager a{line-height:30px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-decoration:none;color:#fff}.segmentio__push{padding:30px;height:430px;background-color:#fff}.segmentio__push--title{font-size:14px;font-weight:300;margin-bottom:15px}.segmentio__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px;padding:0 10px}.segmentio__header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000;margin-right:10px}.segmentio__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.segmentio__header .toggle-state-slider{position:relative;bottom:3px;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7)}.segmentio__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.segmentio__error{position:relative;top:6px;font-size:12px;color:#fc3f1d;padding-left:24px}.segmentio__option{margin-right:10px}.segmentio__option .product,.segmentio__option .ps-v2{width:140px;max-width:140px;border:none}.segmentio__option--active,.segmentio__option--title{position:relative;left:2px;font-size:9px;margin-bottom:1px;color:#a0a3a1;font-family:Noto Sans,sans-serif;letter-spacing:.5px}.segmentio__option--active{color:#0f87ec}.segmentio__option--key{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segmentio__option--key input{width:212px;color:#000;font-size:13px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.segmentio__option--key input::-webkit-input-placeholder{font-size:13px;color:#a0a3a1}.segmentio__option--key input:-moz-placeholder,.segmentio__option--key input::-moz-placeholder{font-size:13px;color:#a0a3a1}.segmentio__option--key input:-ms-input-placeholder{font-size:13px;color:#a0a3a1}.segmentio__option--key input::-ms-input-placeholder{font-size:13px;color:#a0a3a1}.segmentio__option--key input::placeholder{font-size:13px;color:#a0a3a1}.segmentio__option--key input[disabled]{border:none;background-color:#fff}.segmentio__button{width:66px;height:30px;color:#fff;cursor:pointer;line-height:30px;text-align:center;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;background-color:#eaeaea;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.segmentio__button--active{background-color:#0f87ec}.segmentio__table{color:#000;font-size:12px;margin-top:20px;padding:0 25px 0 14px}.segmentio__table--entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.segmentio__table--entry>div{margin-right:10px}.segmentio__table--product{width:140px;font-weight:700}.segmentio__table--env,.segmentio__table--product{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.segmentio__table--env{width:100px}.segmentio__table--key{width:240px;font-family:Source Code Pro,monospace}.integration-content .integration-details.ti-integration .integration-details-right{width:155px}.integration-content .integration-details.ti-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.ti-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.ti-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.ti-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#0f87ec}.integration-content .integration-details.ti-integration .integration-details-left{width:130px}.integration-content .integration-details.ti-integration .integration-details-left .integration-details-logo{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.integration-content .integration-details.ti-integration .integration-details-left .integration-details-logo img{width:auto}.integration-content .integration-details.ti-integration .integration-details-left .integration-details-name{height:40px;font-size:14px}.ti-integration .integration-details-results{height:100%}.ti-integration .ti-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.ti-integration .ti-docs-status .ti-docs-status-label{margin-right:5px;height:20px;width:20px}.ti-integration .ti-docs-status .ti-docs-status-label.ti-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.ti-integration .ti-docs-status .ti-docs-status-label.ti-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.ti-integration .ti-docs-status .ti-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.ti-docs-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.ti-docs-settings-view,.ti-docs-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ti-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.ti-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.ti-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.ti-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ti-docs-settings-view-header--buttons button:first-child{margin-right:15px}.ti-docs-settings-view .ti-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;margin:20px 20px 35px}.ti-docs-settings-view .ti-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.ti-docs-settings-view .ti-docs-settings-container-exportFormat-container{margin-top:20px}.ti-docs-settings-view .ti-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.ti-docs-settings-view .ti-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.ti-docs-settings-view .ti-docs-settings-container .__search-language{max-height:200px;padding-bottom:50px;position:relative}.ti-docs-settings-view .ti-docs-settings-container .__search-language--list{max-height:150px;overflow:auto}.ti-docs-settings-view .ti-docs-settings-container .__search-language--add-button{position:absolute;bottom:0;left:0}.ti-docs-settings-view .ti-docs-settings-container .__search-language--disable-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0)}.__search-language--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:8px;width:460px}.__search-language--item--input{font-family:Noto Sans,sans-serif;font-size:16px;width:160px;outline:0;border-width:0 0 1px;border-color:#000}.__search-language--item--input:focus{border-color:#000}.__search-language--item--remove{cursor:pointer}.__search-language--item--drag{cursor:move;font-size:22px;letter-spacing:6px}.sortableHelper{z-index:999999}.settings-input{position:relative;margin-bottom:10px}.settings-input .settings-input-container .input-icon{width:18px;height:18px;position:absolute;top:35px;right:0}.settings-input .settings-input-container .input-icon svg{color:#ff7f00}.settings-input .settings-input-container .hint-wrapper{display:inline-block;width:100%}.settings-input .settings-input-container .hint-wrapper .hint{color:#9b9b9b;float:left}.settings-input .settings-input-container .required-sign{color:#ff9800;margin-left:5px}.settings-input .settings-input-container .if-image label{position:absolute!important;left:0!important}.settings-input .settings-input-container .if-image input{width:-webkit-calc(100% - 20px)!important;width:-moz-calc(100% - 20px)!important;width:calc(100% - 20px)!important;text-align:left!important;position:absolute!important;left:0!important}.settings-input .settings-input-container .if-image div>div:nth-child(4){position:absolute!important;left:0;right:0;top:70px;text-align:center}.settings-input .settings-input-container .if-no-image div>div:nth-child(4){position:absolute!important;left:0;right:0;top:70px;text-align:center}.removeAutofillColor input:-webkit-autofill,.removeAutofillColor input:-webkit-autofill:active,.removeAutofillColor input:-webkit-autofill:focus,.removeAutofillColor input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.removeAutofillColor input:focus::-webkit-input-placeholder,::-webkit-input-placeholder{color:#000}::-webkit-input-placeholder{opacity:.5;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:400}::-moz-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:400}:-ms-input-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:400}:-moz-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:400}.integration-details .salesforce-details-toolbar .salesforce-details-toolbar-mapping{height:20px;width:20px;margin-left:10px;background:rgba(0,0,0,0) url(/settings/integrations/salesforce/map-fields-inactive.svg) 50% no-repeat;cursor:pointer}.integration-details .salesforce-details-toolbar .salesforce-details-toolbar-mapping:hover{background-image:url(/settings/integrations/salesforce/map-fields-active.svg)}.integration-details .salesforce-details-action-btn{height:24px;font-family:Noto Sans,sans-serif;font-size:12px}.integration-details .salesforce-details-action-btn img{height:15px}.integration-details .salesforce-details-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.integration-details .salesforce-details-status .salesforce-details-status-label{margin-right:5px;height:20px;width:20px}.integration-details .salesforce-details-status .salesforce-details-status-label.salesforce-details-status-AUTHORIZATION_FAILED,.integration-details .salesforce-details-status .salesforce-details-status-label.salesforce-details-status-AUTHORIZED,.integration-details .salesforce-details-status .salesforce-details-status-label.salesforce-details-status-UNDEFINED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.integration-details .salesforce-details-status .salesforce-details-status-label.salesforce-details-status-MAPPED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.integration-details .salesforce-details-status .salesforce-details-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.integration-details .salesforce-details-status .salesforce-details-status-value-AUTHORIZATION_FAILED{color:#ff7f00}.integration-details .salesforce-details-last-job{font-size:11px;height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.integration-details .salesforce-details-last-job,.integration-details .salesforce-details-last-job-last-sync{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .salesforce-details-last-job .salesforce-details-last-job-header{font-weight:500;text-align:left;margin-right:3px}.integration-details .salesforce-details-last-job .salesforce-details-last-job-started{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .salesforce-details-last-job .salesforce-details-last-job-result{margin-top:1px;font-size:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .salesforce-details-last-job .salesforce-details-last-job-result .salesforce-details-last-job-result-SUCCESS{color:#2090ed}.integration-details .salesforce-details-last-job .salesforce-details-last-job-result .salesforce-details-last-job-result-FAILED{color:#ff7f00}.integration-details .salesforce-details-last-job .salesforce-details-last-job-result .salesforce-details-last-job-result-IN_PROGRESS{-webkit-animation:fadeIt 5s ease-in-out;-moz-animation:fadeIt 5s ease-in-out;-o-animation:fadeIt 5s ease-in-out;animation:fadeIt 5s ease-in-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;color:#2090ed}@-webkit-keyframes fadeIt{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@-moz-keyframes fadeIt{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@-o-keyframes fadeIt{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes fadeIt{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.salesforce-field-mapping-view{height:590px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.salesforce-field-mapping-view,.salesforce-field-mapping-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.salesforce-field-mapping-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.salesforce-field-mapping-view-header--title-container img{margin-right:10px;height:25px}.salesforce-field-mapping-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.salesforce-field-mapping-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.salesforce-field-mapping-view-header--buttons .filled-button{margin-left:15px}.salesforce-field-mapping-view-header__product-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px 0}.salesforce-field-mapping-view .field-mapping-container,.salesforce-field-mapping-view .field-mapping-container .tabs-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0}.salesforce-field-mapping-view .field-mapping-container .tabs-view{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.salesforce-field-mapping-view .field-mapping-container .tabs-view .ReactTabs__TabPanel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.salesforce-field-mapping-view .field-mapping-container .tabs-view .field-mapping-tabs{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:50px;background-color:#e0e7ec;padding-left:20px;border-bottom:1px solid #ddd;list-style:none;font-family:Noto Sans,sans-serif;font-size:15px;margin-bottom:0}.salesforce-field-mapping-view .field-mapping-container .tabs-view .field-mapping-tabs__item{position:relative;height:32px;line-height:32px;padding:0 25px;border:1px solid #ddd;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background-color:#f3f3f4;margin:0 -1px -1px 0;cursor:pointer;text-transform:capitalize}.salesforce-field-mapping-view .field-mapping-container .tabs-view .field-mapping-tabs__item--active{border-bottom-color:#fff;background-color:#fff}.salesforce-field-mapping-view .field-mapping-container .tabs-view .field-mapping-tabs__item--active:before{content:"";position:absolute;width:100%;height:4px;top:-2px;left:0;background-color:#0f87ec}.salesforce-field-mapping-view .field-mapping-container .tabs-view .field-mapping-tabs__item--disabled{cursor:default}.salesforce-field-mapping-view .field-mapping-container .tabs-view .field-mapping-tabs__lock-icon{position:absolute;height:15px!important;width:15px!important;top:9px;left:7px;color:GrayText!important}.salesforce-entity-mapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.salesforce-entity-mapper,.salesforce-entity-mapper .salesforce-entity-mapper-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.salesforce-entity-mapper .salesforce-entity-mapper-header{min-height:40px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:700;color:#000}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-aptrinsic{margin-right:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-aptrinsic img{margin-right:10px}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-images{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-images .salesforce-entity-mapper-header-images-aptrinsic{background:rgba(0,0,0,0) url(/settings/integrations/salesforce/ap-face.svg) 50% no-repeat;width:36px;height:36px}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-images .salesforce-entity-mapper-header-images-joiner{font-family:Noto Sans,sans-serif;background:rgba(0,0,0,0) url(/settings/integrations/salesforce/field-mapping-gizmo.svg) 50% no-repeat;width:80px;height:36px}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-images .salesforce-entity-mapper-header-images-salesforce{background:rgba(0,0,0,0) url(/settings/integrations/logos/sf-logo-1.svg) 50% no-repeat;width:36px;height:36px}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-salesforce{margin-left:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-entity-mapper-header-salesforce img{margin-left:10px}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-entity-mapper-header-center .salesforce-sync-type-option{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:300;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.salesforce-entity-mapper .salesforce-entity-mapper-header .salesforce-object-type-container{margin-left:60px;margin-right:20px}.salesforce-entity-mapper .salesforce-entity-mapper-fields{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#e9ecf0;overflow:auto;height:360px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-mapped,.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-unmapped{display:block;overflow-y:auto;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-mapped{min-height:50px;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-unmapped{min-height:10px;height:100%;padding-bottom:20px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-mapped-empty{padding-top:50px;font-family:Noto Sans,sans-serif;text-align:center}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-mapped-empty .salesforce-entity-mapper-fields-mapped-empty-header{font-size:16px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-mapped-empty .salesforce-entity-mapper-fields-mapped-empty-details{margin-top:10px;font-size:12px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field{-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:30px;margin:15px 0 0 15px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field,.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-aptrinsic-field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:30px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-aptrinsic-field{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#f4f5f7;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);padding:5px;color:#000}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-aptrinsic-field .salesforce-entity-mapper-aptrinsic-fieldname{font-size:13px;-o-text-overflow:ellipsis;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-family:Noto Sans,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;outline:none;max-width:200px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-aptrinsic-field .salesforce-entity-mapper-aptrinsic-fieldtype{font-size:12px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-arrow-container{min-width:25px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-fields-map-state-img{width:20px;max-width:20px;margin:0 5px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-field-mapped{background:rgba(0,0,0,0) url(/settings/integrations/salesforce/fields_mapped.svg) 50% no-repeat}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-field-mapping{background:rgba(0,0,0,0) url(/settings/integrations/salesforce/fields_mapping.svg) 50% no-repeat}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-salesforce-field{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:365px;font-family:Noto Sans,sans-serif;font-size:14px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-salesforce-field .salesforce-field-select-option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#000}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-salesforce-field .salesforce-field-select-option .field-name{min-width:0;font-size:13px;font-family:Noto Sans,sans-serif;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-salesforce-field .salesforce-field-select-option .field-type{min-width:0;font-size:12px;font-family:Noto Sans,sans-serif}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-delete-mapping{width:20px;margin:0 5px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-delete-mapping-mapped{background:rgba(0,0,0,0) url(/settings/integrations/salesforce/remove-grey.svg) 50% no-repeat;cursor:pointer}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-field .salesforce-entity-mapper-delete-mapping-mapped:hover{background-image:url(/settings/integrations/salesforce/remove-green.svg)}.salesforce-entity-mapper .salesforce-entity-mapper-fields .unmapped-container{padding-bottom:20px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-separator-wrapper{position:relative;margin-bottom:15px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-separator-wrapper .salesforce-entity-mapper-fields-separator{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:700;color:#000;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:0 20px;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:-10px;z-index:0}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-separator-wrapper .salesforce-entity-mapper-fields-separator span{font-size:12px;font-family:Noto Sans,sans-serif;margin:0 5px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-separator-wrapper .salesforce-entity-mapper-fields-separator .salesforce-entity-mapper-fields-divider{height:1px;opacity:.75;background-color:#fff;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-separator-wrapper.divider-hover .salesforce-entity-mapper-fields-divider{background-color:#ff7f00}.salesforce-entity-mapper{height:100%}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-feature-field{height:75px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-feature-field .salesforce-entity-mapper-aptrinsic-field{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-feature-field .salesforce-entity-mapper-aptrinsic-field .react-select__group{padding:0}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-feature-field .salesforce-entity-mapper-aptrinsic-feature-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-feature-field .salesforce-entity-mapper-aptrinsic-select{width:185px}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-feature-field .salesforce-entity-mapper-aptrinsic-select .react-select .react-select__value-container .react-select__single-value{max-width:-webkit-calc(100% - 10px);max-width:-moz-calc(100% - 10px);max-width:calc(100% - 10px)}.salesforce-entity-mapper .salesforce-entity-mapper-fields .salesforce-entity-mapper-fields-container .salesforce-entity-mapper-feature-field .salesforce-entity-mapper-aptrinsic-select .react-select>div:last-of-type:not(.react-select__control){z-index:15}.sf-summary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 30px;background-color:hsla(0,0%,96.5%,.6)}.sf-summary__object-type-label{font-size:12px;margin-top:7px;font-weight:700;color:#0db14c}.sf-summary__object-type-value{font-size:12px;margin-top:7px;padding-left:16px}.sf-summary__logic{color:#000;font-size:14px;font-weight:300;margin-bottom:15px}.sf-summary__logic>span{font-size:14px;font-weight:700;color:#0db14c;margin-left:5px}.sf-summary__entity{margin-bottom:10px}.sf-summary__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.sf-summary__header--title{color:#000;font-size:13px;font-weight:700;font-family:Noto Sans,sans-serif}.sf-summary__header--line{height:1px;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 10px;background-color:#ddd}.sf-summary__header--disabled,.sf-summary__header--enabled{font-size:9px;font-weight:700;color:#0db14c;letter-spacing:.5px}.sf-summary__header--disabled{color:#a0a3a1}.sf-summary__entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.sf-summary__entry>div:first-child{font-size:22px;color:#0db14c;margin-right:10px}.sf-summary__entry>div:last-child{color:#000;font-size:13px;font-family:Noto Sans,sans-serif}.sf-summary__matching{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;margin-top:7px;padding-left:16px}.sf-summary__matching--title{font-weight:700;color:#0db14c}.sf-summary__matching--entries{color:#000}.sf-summary__matching--entries span{margin:0 5px}.sf-summary__scheduled span{font-weight:700}.salesforce-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.salesforce-settings-view,.salesforce-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.salesforce-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.salesforce-settings-view-header--title-container img{margin-right:10px;height:25px}.salesforce-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.salesforce-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.salesforce-settings-view-header--buttons .filled-button{margin-left:15px}.salesforce-settings-view-footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:10px 20px;background-color:#fff}.salesforce-settings-view .settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set{margin:20px 30px;background-color:hsla(0,0%,96.5%,.6);padding:5px}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-header{color:#000;font-size:14px;font-weight:300;font-family:Noto Sans,sans-serif}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content{margin:10px;font-family:Noto Sans,sans-serif}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container{margin-bottom:15px}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container:last-child{margin-bottom:0}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-type-header-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-type-header-container label{font-size:9px!important;font-weight:700!important}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-type-header-container .entity-type-header-line{height:1px;width:100%;margin-top:10px;margin-right:11px;margin-left:5px;background-color:#ddd}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-type-header-container .entity-type-container-label{color:#000;font-size:13px;font-weight:700;font-family:Noto Sans,sans-serif}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container{margin-left:5px}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .association-type-checkbox-container{margin-bottom:9px}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .association-type-checkbox-container .checkbox-text{color:#a0a3a1;padding-top:3px;font-size:12px;font-weight:300;font-family:Noto Sans,sans-serif}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .association-type-checkbox-container .checkbox-text__checked{color:#000}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .entity-association-custom-field-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:15px 30px 15px 0;font-family:Noto Sans,sans-serif}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .entity-association-custom-field-container .entity-association-custom-field-label{font-size:9px;margin-left:5px;margin-bottom:5px;text-transform:uppercase;font-family:Noto Sans,sans-serif;font-weight:700;letter-spacing:.5px}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .entity-association-custom-field-container .entity-association-custom-field-label-disabled{color:#a0a3a1}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .entity-association-custom-field-container .entity-association-custom-field-aptrinsic{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:5px;color:#0db14c}.salesforce-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container .entity-association-custom-field-container .entity-association-custom-field-sfdc{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:5px;color:#00b0ff}.integration-content .integration-details.zendesk-integration .integration-details-right .integration-details-results{height:80px}.integration-content .integration-details.zendesk-integration .integration-details-right .integration-details-results .integration-description{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.zendesk-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.zendesk-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#0f87ec}.integration-content .integration-details.zendesk-integration .integration-details-right .integration-details-results .integration-description .missing-filed-warning{font-size:10px;color:#ff5000}.integration-content .integration-details .zendesk-api-action-btn,.integration-content .integration-details .zendesk-details-action-btn{height:24px;white-space:nowrap;font-size:12px;margin-top:5px}.zendesk-integration .integration-details-results{height:80px}.zendesk-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.zendesk-docs-status .zendesk-docs-status-label{margin-right:5px;height:20px;width:20px}.zendesk-docs-status .zendesk-docs-status-label.zendesk-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.zendesk-docs-status .zendesk-docs-status-label.zendesk-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.zendesk-docs-status .zendesk-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.zendesk-docs-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.zendesk-docs-settings-view,.zendesk-docs-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.zendesk-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.zendesk-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.zendesk-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.zendesk-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.zendesk-docs-settings-view-header--buttons>button:first-child{margin-right:15px}.zendesk-docs-settings-view .zendesk-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;padding:20px 20px 35px;background-color:#fff}.zendesk-docs-settings-view .zendesk-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.zendesk-docs-settings-view .zendesk-docs-settings-container-exportFormat-container{margin-top:20px}.zendesk-docs-settings-view .zendesk-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.zendesk-docs-settings-view .zendesk-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.zendesk-docs-settings-view .action-btn-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.zendesk-docs-settings-view .action-btn-wrapper .zendesk-details-action-btn{white-space:nowrap;height:24px;font-size:12px;margin-top:5px}.helpDocs-docs-settings-view-header--buttons .filled-button{margin-left:15px}.integration-details .slack-details-toolbar .slack-details-toolbar-mapping{height:20px;width:20px;margin-left:10px;background:rgba(0,0,0,0) url(/settings/integrations/slack/map-fields-inactive.svg) 50% no-repeat;cursor:pointer}.integration-details .slack-details-toolbar .slack-details-toolbar-mapping:hover{background-image:url(/settings/integrations/slack/map-fields-active.svg)}.integration-details .slack-details-action-btn{height:24px;font-family:Noto Sans,sans-serif;font-size:12px}.integration-details .slack-details-action-btn img{height:15px}.integration-details .slack-details-action-btn .MuiButton-label{white-space:nowrap}.integration-details .slack-details-channel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;line-height:18px}.integration-details .slack-details-channel .slack-details-channel-label{margin-right:5px;font-weight:500}.integration-details .slack-details-channel .slack-details-channel-value{width:83px;font-size:12px;text-align:left;color:#2b3d51;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.integration-details .slack-details-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;line-height:18px}.integration-details .slack-details-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.integration-details .slack-details-status-label{margin-right:5px;height:20px;width:20px}.integration-details .slack-details-status-label-authorized{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.integration-details .slack-details-status-label-unauthorized{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.integration-details .slack-details-last-job{font-size:10px}.integration-details .slack-details-last-job .slack-details-last-job-label{padding-right:5px;font-weight:500}.integration-details .slack-details-last-job .slack-details-last-job-header{font-weight:500;text-align:center}.integration-details .slack-details-last-job .slack-details-last-job-ended,.integration-details .slack-details-last-job .slack-details-last-job-result,.integration-details .slack-details-last-job .slack-details-last-job-started,.slack-settings-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.slack-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.slack-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.slack-settings-view-header--title-container img{margin-right:10px;height:25px}.slack-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.slack-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.slack-settings-view-header--buttons>button:last-child{margin-left:15px}.slack-settings-view .settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;min-height:0}.slack-settings-view .settings-container .settings-retrieve-entity-list-set{margin:20px;padding:5px;font-family:Noto Sans,sans-serif}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-header{font-size:16px;font-weight:700;color:#2b3d51}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content{margin:10px;font-size:14px;color:#2b3d51}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .slack-settings-group{margin-bottom:20px}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .slack-settings-group .slack-settings-title{margin-bottom:4px;font-weight:700;font-size:14px}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-association-type-label{margin-left:20px}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container{margin-bottom:6px}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .checkbox-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-top:1px}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .checkbox-text{color:#363636;font-size:14px}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .__checked{color:rgba(0,0,0,.6)}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container:last-child{margin-bottom:0}.slack-settings-view .settings-container .settings-retrieve-entity-list-set .settings-retrieve-content .entity-type-container .entity-association-type-container{margin-left:30px}.integration-content .integration-details.mindtouch-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.mindtouch-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.mindtouch-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.mindtouch-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mindtouch-integration .integration-details-results{height:100%}.mindtouch-integration .mindtouch-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.mindtouch-integration .mindtouch-docs-status .mindtouch-docs-status-label{margin-right:5px;height:20px;width:20px}.mindtouch-integration .mindtouch-docs-status .mindtouch-docs-status-label.mindtouch-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.mindtouch-integration .mindtouch-docs-status .mindtouch-docs-status-label.mindtouch-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.mindtouch-integration .mindtouch-docs-status .mindtouch-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mindtouch-docs-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.mindtouch-docs-settings-view,.mindtouch-docs-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mindtouch-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.mindtouch-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.mindtouch-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.mindtouch-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.mindtouch-docs-settings-view-header--buttons>button:first-child{margin-right:15px}.mindtouch-docs-settings-view .mindtouch-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;padding:20px 20px 35px;background-color:#fff}.mindtouch-docs-settings-view .mindtouch-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.mindtouch-docs-settings-view .mindtouch-docs-settings-container-exportFormat-container{margin-top:20px}.mindtouch-docs-settings-view .mindtouch-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.mindtouch-docs-settings-view .mindtouch-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.integration-content .integration-details.contentful-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.contentful-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.contentful-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.contentful-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.contentful-integration .integration-details-results{height:100%}.contentful-integration .contentful-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.contentful-integration .contentful-docs-status .contentful-docs-status-label{margin-right:5px;height:20px;width:20px}.contentful-integration .contentful-docs-status .contentful-docs-status-label.contentful-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.contentful-integration .contentful-docs-status .contentful-docs-status-label.contentful-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.contentful-integration .contentful-docs-status .contentful-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.contentful-docs-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.contentful-docs-settings-view,.contentful-docs-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.contentful-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.contentful-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.contentful-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.contentful-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.contentful-docs-settings-view-header--buttons>button:first-child{margin-right:15px}.contentful-docs-settings-view .contentful-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;padding:20px 20px 35px;background-color:#fff}.contentful-docs-settings-view .contentful-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.contentful-docs-settings-view .contentful-docs-settings-container-exportFormat-container{margin-top:20px}.contentful-docs-settings-view .contentful-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.contentful-docs-settings-view .contentful-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.integration-content .integration-details.coveo-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.coveo-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.coveo-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.coveo-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.coveo-integration .integration-details-results{height:100%}.coveo-integration .coveo-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.coveo-integration .coveo-docs-status .coveo-docs-status-label{margin-right:5px;height:20px;width:20px}.coveo-integration .coveo-docs-status .coveo-docs-status-label.coveo-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.coveo-integration .coveo-docs-status .coveo-docs-status-label.coveo-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.coveo-integration .coveo-docs-status .coveo-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.coveo-docs-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.coveo-docs-settings-view,.coveo-docs-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.coveo-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.coveo-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.coveo-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.coveo-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.coveo-docs-settings-view-header--buttons>button:first-child{margin-right:15px}.coveo-docs-settings-view .coveo-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;padding:20px 20px 35px;background-color:#fff}.coveo-docs-settings-view .coveo-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.coveo-docs-settings-view .coveo-docs-settings-container-exportFormat-container{margin-top:20px}.coveo-docs-settings-view .coveo-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.coveo-docs-settings-view .coveo-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.integration-content .integration-details.bloomfire-integration .integration-details-logo{height:100px}.integration-content .integration-details.bloomfire-integration .integration-details-logo img{position:relative;top:20px;right:5px}.integration-content .integration-details.bloomfire-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.bloomfire-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.bloomfire-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.bloomfire-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#0f87ec}.bloomfire-integration .integration-details-results{height:100%}.bloomfire-integration .bloomfire-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.bloomfire-integration .bloomfire-docs-status .bloomfire-docs-status-label{margin-right:5px;height:20px;width:20px}.bloomfire-integration .bloomfire-docs-status .bloomfire-docs-status-label.bloomfire-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.bloomfire-integration .bloomfire-docs-status .bloomfire-docs-status-label.bloomfire-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.bloomfire-integration .bloomfire-docs-status .bloomfire-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bloomfire-docs-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.bloomfire-docs-settings-view,.bloomfire-docs-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bloomfire-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.bloomfire-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.bloomfire-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.bloomfire-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bloomfire-docs-settings-view-header--buttons button:first-child{margin-right:15px}.bloomfire-docs-settings-view .bloomfire-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;margin:20px 20px 35px}.bloomfire-docs-settings-view .bloomfire-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.bloomfire-docs-settings-view .bloomfire-docs-settings-container-exportFormat-container{margin-top:20px}.bloomfire-docs-settings-view .bloomfire-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.bloomfire-docs-settings-view .bloomfire-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.integration-content .integration-details.higher-logic-integration .integration-details-logo{height:100px}.integration-content .integration-details.higher-logic-integration .integration-details-logo img{position:relative;top:20px;right:5px}.integration-content .integration-details.higher-logic-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.higher-logic-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.higher-logic-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.higher-logic-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#0f87ec}.higher-logic-integration .integration-details-results{height:100%}.higher-logic-integration .higher-logic-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.higher-logic-integration .higher-logic-docs-status .higher-logic-docs-status-label{margin-right:5px;height:20px;width:20px}.higher-logic-integration .higher-logic-docs-status .higher-logic-docs-status-label.higher-logic-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.higher-logic-integration .higher-logic-docs-status .higher-logic-docs-status-label.higher-logic-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.higher-logic-integration .higher-logic-docs-status .higher-logic-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.higher-logic-docs-settings-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.higher-logic-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.higher-logic-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.higher-logic-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.higher-logic-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.higher-logic-docs-settings-view-header--buttons button:first-child{margin-right:15px}.higher-logic-docs-settings-view .higher-logic-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;margin:20px 20px 35px}.higher-logic-docs-settings-view .higher-logic-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.higher-logic-docs-settings-view .higher-logic-docs-settings-container-exportFormat-container{margin-top:20px}.higher-logic-docs-settings-view .higher-logic-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.higher-logic-docs-settings-view .higher-logic-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.integration-content .stateless-integration .integration-details-left .integration-details-logo{margin-bottom:40px}.integration-content .stateless-integration .integration-details-right .integration-details-results{height:145px;width:130px}.integration-content .stateless-integration .integration-details-right .integration-details-results .integration-description{font-size:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:145px}.integration-content .stateless-integration .integration-details-right .integration-details-action{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.integration-content .stateless-integration .integration-details-right .integration-details-action a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-details .gainsight-details-action-btn{height:24px;font-family:Noto Sans,sans-serif;font-size:12px}.integration-details .gainsight-details-action-btn img{height:15px}.integration-details .gainsight-details-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.integration-details .gainsight-details-status .gainsight-details-status-label{margin-right:5px;height:20px;width:20px}.integration-details .gainsight-details-status .gainsight-details-status-label.gainsight-details-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.integration-details .gainsight-details-last-job{font-size:11px}.integration-details .gainsight-details-last-job .gainsight-details-last-job-header{font-weight:500;text-align:left}.integration-details .gainsight-details-last-job .gainsight-details-last-job-started{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .gainsight-details-last-job .gainsight-details-last-job-result{margin-top:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .gainsight-details-last-job .gainsight-details-last-job-result .gainsight-details-last-job-result-success{color:#2090ed}.integration-details .gainsight-details-last-job .gainsight-details-last-job-result .gainsight-details-last-job-message,.integration-details .gainsight-details-last-job .gainsight-details-last-job-result .gainsight-details-last-job-result-failed{color:#ff7f00}.gsi-settings{width:800px;height:410px}.gsi-settings__radio{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.gsi-settings__wrapper--title{font-size:15px;font-weight:700;margin-bottom:4px;color:#19232f}.gsi-settings__reports{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:8px 8px 10px;border:.5px solid rgba(25,35,47,.1)}.gsi-settings__reports--query{margin-bottom:8px}.gsi-settings__reports--alt .gsi-table{max-height:223px!important}.gsi-settings__title-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.gsi-settings__title{font-size:14px;font-weight:700;margin-bottom:2px;color:#19232f}.gsi-settings__subtitle{font-size:12px;font-weight:lighter;color:#7596b7}.gsi-settings__search{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.gsi-settings .gsi-table{overflow:auto;margin-top:8px;max-height:245px}.gsi-settings .gsi-table__header,.gsi-settings .gsi-table__row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px;-webkit-box-shadow:0 1px 0 0 #e3eaf1;-moz-box-shadow:0 1px 0 0 #e3eaf1;box-shadow:0 1px 0 0 #e3eaf1}.gsi-settings .gsi-table__header>div,.gsi-settings .gsi-table__row>div{width:50%;padding:0 12px}.gsi-settings .gsi-table__header .gpx-checkbox__label,.gsi-settings .gsi-table__row .gpx-checkbox__label{width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.gsi-settings .gsi-table__header{font-size:12px;color:#3e5872}.gsi-settings .gsi-table__header--title{padding-left:33px}.gsi-settings .gsi-table__header .MuiButtonBase-root{display:none}.gsi-settings .gsi-table__header .gpx-checkbox__label{color:#3e5872;font-size:12px;padding-left:32px}.integration-details .aws-s3-export-details-action-btn{height:24px;font-family:Noto Sans,sans-serif;font-size:12px}.integration-details .aws-s3-export-details-action-btn img{height:15px}.integration-details .aws-s3-export-details-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.integration-details .aws-s3-export-details-status .aws-s3-export-details-status-label{margin-right:5px;height:20px;width:20px}.integration-details .aws-s3-export-details-status .aws-s3-export-details-status-label.aws-s3-export-details-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.integration-details .aws-s3-export-details-last-job{font-size:11px}.integration-details .aws-s3-export-details-last-job .aws-s3-export-details-last-job-header{font-weight:500;text-align:left}.integration-details .aws-s3-export-details-last-job .aws-s3-export-details-last-job-started{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .aws-s3-export-details-last-job .aws-s3-export-details-last-job-result{margin-top:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .aws-s3-export-details-last-job .aws-s3-export-details-last-job-result .aws-s3-export-details-last-job-result-success{color:#2090ed}.integration-details .aws-s3-export-details-last-job .aws-s3-export-details-last-job-result .aws-s3-export-details-last-job-message,.integration-details .aws-s3-export-details-last-job .aws-s3-export-details-last-job-result .aws-s3-export-details-last-job-result-failed{color:#ff7f00}.aws-s3-properties{margin-top:20px}.aws-s3-properties__authType{margin-bottom:20px}.aws-s3-properties__data,.aws-s3-properties__export{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}.aws-s3-properties__data .react-select__control,.aws-s3-properties__export .react-select__control{min-width:210px}.aws-s3-properties__data>div:first-child,.aws-s3-properties__export>div:first-child{margin-right:10px}.integration-details .aws-s3-entity-import-details-action-btn{height:24px;font-family:Noto Sans,sans-serif;font-size:12px}.integration-details .aws-s3-entity-import-details-action-btn img{height:15px}.integration-details .aws-s3-entity-import-details-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.integration-details .aws-s3-entity-import-details-status .aws-s3-entity-import-details-status-label{margin-right:5px;height:20px;width:20px}.integration-details .aws-s3-entity-import-details-status .aws-s3-entity-import-details-status-label.aws-s3-entity-import-details-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.integration-details .aws-s3-entity-import-details-last-job{font-size:11px}.integration-details .aws-s3-entity-import-details-last-job .aws-s3-entity-import-details-last-job-header{font-weight:500;text-align:left}.integration-details .aws-s3-entity-import-details-last-job .aws-s3-entity-import-details-last-job-started{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .aws-s3-entity-import-details-last-job .aws-s3-entity-import-details-last-job-result{margin-top:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .aws-s3-entity-import-details-last-job .aws-s3-entity-import-details-last-job-result .aws-s3-entity-import-details-last-job-result-success{color:#2090ed}.integration-details .aws-s3-entity-import-details-last-job .aws-s3-entity-import-details-last-job-result .aws-s3-entity-import-details-last-job-message,.integration-details .aws-s3-entity-import-details-last-job .aws-s3-entity-import-details-last-job-result .aws-s3-entity-import-details-last-job-result-failed{color:#ff7f00}.aws-s3-entity-import-settings-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.aws-s3-entity-import-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.aws-s3-entity-import-settings-view-header--title-container img{margin-right:10px;height:25px}.aws-s3-entity-import-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.aws-s3-entity-import-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.aws-s3-entity-import-settings-view-header--buttons>button:first-child{margin-right:15px}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;padding:20px 20px 35px;background-color:#fff}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-form__title{font-size:16px;font-weight:500;font-family:Noto Sans,sans-serif}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-product-key-filename-container .settings-input{margin-left:30px}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-product-setting-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:16px}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-exportFormat-container{margin-top:20px}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-authType{margin-top:20px;margin-bottom:10px}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-authType .gpx-wrapper__label{color:#a0a3a1}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-exportVersion-container{margin-top:20px}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-exportVersion-label{color:#000;font-weight:500;margin-left:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-exportVersion-label .integration-doc-link{width:20px;height:20px;margin-left:5px;cursor:pointer;color:#0f87ec;background-image:url(/help-green-small.svg);background-position:50%}.aws-s3-entity-import-settings-view .aws-s3-entity-import-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.integration-content .integration-details.helpDocs-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.helpDocs-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.helpDocs-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.helpDocs-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.helpDocs-integration .integration-details-results{height:100%}.helpDocs-integration .helpDocs-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.helpDocs-integration .helpDocs-docs-status .helpDocs-docs-status-label{margin-right:5px;height:20px;width:20px}.helpDocs-integration .helpDocs-docs-status .helpDocs-docs-status-label.helpDocs-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.helpDocs-integration .helpDocs-docs-status .helpDocs-docs-status-label.helpDocs-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.helpDocs-integration .helpDocs-docs-status .helpDocs-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.gpx-dialog.google-search-settings-dialog{width:684px}.gpx-dialog.google-search-settings-dialog .MuiDialogContent-root.MuiDialogContent-dividers{padding:16px 0!important}.helpDocs-docs-settings-view{width:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;height:380px;position:relative;clear:both;font-family:Noto Sans,sans-serif}.helpDocs-docs-settings-view,.helpDocs-docs-settings-view__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.helpDocs-docs-settings-view__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 32px 6px}.helpDocs-docs-settings-view__header--urls{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:500;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.helpDocs-docs-settings-view__header--urls>div:first-child{padding-right:3px}.helpDocs-docs-settings-view__header--urls .help-title{text-align:left;font-size:13px}.helpDocs-docs-settings-view .empty-rules{height:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:80px;text-align:center;color:#5f6c7a;font-size:14px;font-weight:500}.helpDocs-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.helpDocs-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.helpDocs-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.helpDocs-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.helpDocs-docs-settings-view-header--buttons button:first-child{margin-right:10px}.helpDocs-docs-settings-view .helpDocs-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;margin:20px 20px 35px}.helpDocs-docs-settings-view .helpDocs-docs-settings-container--google-search{margin:6px 0 0;max-height:380px;overflow:auto}.helpDocs-docs-settings-view .helpDocs-docs-settings-container--google-search-auth-setting-container{height:100%}.helpDocs-docs-settings-view .helpDocs-docs-settings-container--google-search-auth-setting-container .selector-rules{padding-left:16px;height:100%}.helpDocs-docs-settings-view .helpDocs-docs-settings-container--google-search-auth-setting-container .selector-rules-list{height:100%}.helpDocs-docs-settings-view .helpDocs-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.helpDocs-docs-settings-view .helpDocs-docs-settings-container-auth-setting-container .help-title{font-size:13px}.helpDocs-docs-settings-view .helpDocs-docs-settings-container-exportFormat-container{margin-top:20px}.helpDocs-docs-settings-view .helpDocs-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.helpDocs-docs-settings-view .helpDocs-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.helpDocs-docs-settings-view .rule-input-wrapper{position:relative;padding:6px 9px}.helpDocs-docs-settings-view .rule-input-wrapper,.helpDocs-docs-settings-view .rule-input-wrapper .url-rule-input-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.helpDocs-docs-settings-view .rule-input-wrapper .url-rule-input-wrapper{padding-right:12px;width:100%}.helpDocs-docs-settings-view .rule-input-wrapper .url-rule-input-wrapper .plain-text{margin-right:10px}.helpDocs-docs-settings-view .rule-input-wrapper .url-rule-input-wrapper .react-select{width:120px;margin-right:10px}.helpDocs-docs-settings-view .rule-input-wrapper .world{margin-right:5px}.helpDocs-docs-settings-view .rule-input-wrapper .error{position:absolute;top:35px;margin-top:5px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper{width:100%}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper .gpx-textfield{max-width:100%}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper input{outline:none;width:100%;border:hidden;font-size:14px;padding:0 10px;color:#000;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:30px;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper input::-webkit-input-placeholder{font-size:14px}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper input:-moz-placeholder,.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper input::-moz-placeholder{font-size:14px}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper input:-ms-input-placeholder{font-size:14px}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper input::-ms-input-placeholder{font-size:14px}.helpDocs-docs-settings-view .rule-input-wrapper .input-wrapper input::placeholder{font-size:14px}.helpDocs-docs-settings-view .rule-input-wrapper .delete{margin-left:5px;cursor:pointer}.helpDocs-docs-settings-view .rule-input-wrapper--error{-webkit-align-items:self-start;-moz-box-align:self-start;-ms-flex-align:self-start;align-items:self-start}.helpDocs-docs-settings-view .rule-input-wrapper__x-button--error{padding-top:3px}.helpDocs-docs-settings-view .add{cursor:pointer;font-size:14px;font-weight:500;color:#0f87ec;display:inline-block;padding-top:15px}.helpDocs-docs-settings-view .add:before{content:"+";font-size:16px;margin:0 4px}.integration-content .integration-details.salesforce-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.salesforce-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.salesforce-integration .integration-details-right .integration-details-results .integration-description a.data-center__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.salesforce-integration .integration-details-right .integration-details-results .integration-description a.data-center__link .integration-doc-link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#0f87ec}.salesforce-integration .integration-details-results{height:100%}.salesforce-integration .salesforce-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.salesforce-integration .salesforce-docs-status .salesforce-docs-status-label{margin-right:5px;height:20px;width:20px}.salesforce-integration .salesforce-docs-status .salesforce-docs-status-label.salesforce-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.salesforce-integration .salesforce-docs-status .salesforce-docs-status-label.salesforce-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.salesforce-integration .salesforce-docs-status .salesforce-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.salesforce-docs-settings-view{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.salesforce-docs-settings-view,.salesforce-docs-settings-view-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.salesforce-docs-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.salesforce-docs-settings-view-header--title-container img{margin-right:10px;height:25px}.salesforce-docs-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.salesforce-docs-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.salesforce-docs-settings-view-header--buttons button:first-child{margin-right:15px}.salesforce-docs-settings-view .salesforce-docs-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;margin:20px 20px 35px}.salesforce-docs-settings-view .salesforce-docs-settings-container .error{position:relative;bottom:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.salesforce-docs-settings-view .salesforce-docs-settings-container-exportFormat-container{margin-top:20px}.salesforce-docs-settings-view .salesforce-docs-settings-container-exportFormat-label{color:#000;font-weight:500;margin-left:5px}.salesforce-docs-settings-view .salesforce-docs-settings-container-configSavedResponse-container{margin-left:15px;color:red;font-size:14px}.integration-content .integration-details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:200px;width:340px;text-align:left;padding:20px;margin:15px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.integration-content .integration-details .integration-details-left{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:15px}.integration-content .integration-details .integration-details-left .integration-details-logo{margin-bottom:10px}.integration-content .integration-details .integration-details-left .integration-details-logo img{width:143px;max-height:100px}.integration-content .integration-details .integration-details-left .integration-details-name{height:20px;font-size:15px;font-family:Noto Sans,sans-serif;font-weight:600}.integration-content .integration-details .integration-details-left .integration-details-name__dh{margin-top:-32px}.integration-content .integration-details .integration-details-right{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.integration-content .integration-details .integration-details-right .integration-details-tools{height:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.integration-content .integration-details .integration-details-right .integration-details-tools .integration-details-toolbar-divider{width:1px;height:20px;margin-left:10px;background-color:#ddd}.integration-content .integration-details .integration-details-right .integration-details-tools .integration-details-toolbar-settings{height:20px;width:20px;margin-left:10px;background:rgba(0,0,0,0) url(/cogwheel-lightgray.svg) 50% no-repeat;cursor:pointer}.integration-content .integration-details .integration-details-right .integration-details-tools .integration-details-toolbar-settings.orange-icon,.integration-content .integration-details .integration-details-right .integration-details-tools .integration-details-toolbar-settings:hover{background-image:url(/cogwheel-orange.svg)}.integration-content .integration-details .integration-details-right .integration-details-tools .integration-details-toolbar-disable{height:20px;width:20px;margin-left:10px;background:rgba(0,0,0,0) url(/delete-lightgray.svg) 50% no-repeat;cursor:pointer}.integration-content .integration-details .integration-details-right .integration-details-tools .integration-details-toolbar-disable:hover{background-image:url(/delete-orange.svg)}.integration-content .integration-details .integration-details-right .integration-details-results{height:120px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:0;padding-left:0;font-size:12px}.integration-content .integration-details .integration-details-right .integration-details-action{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left}.integration-details .full-story-recording-details-action-btn{height:24px;width:110px;font-family:Noto Sans,sans-serif;font-size:12px}.integration-details .full-story-recording-details-action-btn img{height:15px}.integration-details .full-story-recording-details-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.integration-details .full-story-recording-details-status .full-story-recording-details-status-label{margin-right:5px;height:20px;width:20px}.integration-details .full-story-recording-details-status .full-story-recording-details-status-label.full-story-recording-details-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.integration-details .full-story-recording-details-last-job{font-size:11px}.integration-details .full-story-recording-details-last-job .full-story-recording-details-last-job-header{font-weight:500;text-align:left}.integration-details .full-story-recording-details-last-job .full-story-recording-details-last-job-started{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .full-story-recording-details-last-job .full-story-recording-details-last-job-result{margin-top:5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.integration-details .full-story-recording-details-last-job .full-story-recording-details-last-job-result .full-story-recording-details-last-job-result-success{color:#2090ed}.integration-details .full-story-recording-details-last-job .full-story-recording-details-last-job-result .full-story-recording-details-last-job-message,.integration-details .full-story-recording-details-last-job .full-story-recording-details-last-job-result .full-story-recording-details-last-job-result-failed{color:#ff7f00}.full-story-recording-settings-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,96.5%,.6)}.full-story-recording-settings-view-header{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;background-color:#404040}.full-story-recording-settings-view-header--title-container img{margin-right:10px;height:25px}.full-story-recording-settings-view-header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7;text-transform:capitalize}.full-story-recording-settings-view-header--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.full-story-recording-settings-view-header--buttons>button:first-child{margin-right:15px}.full-story-recording-settings-view .full-story-recording-settings-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;padding:20px 20px 35px;background-color:#fff}.full-story-recording-settings-view .full-story-recording-settings-container .full-story-recording-settings-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px;padding:0 10px}.full-story-recording-settings-view .full-story-recording-settings-container .full-story-recording-settings-header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000;margin-right:10px}.full-story-recording-settings-view .full-story-recording-settings-container .full-story-recording-settings-header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.full-story-recording-settings-view .full-story-recording-settings-container .full-story-recording-settings-header .toggle-state-slider{position:relative;bottom:3px;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7)}.full-story-recording-settings-view .full-story-recording-settings-container .full-story-recording-product-container{margin-top:15px;margin-left:30px;max-height:250px;overflow-y:auto}.full-story-recording-settings-view .full-story-recording-settings-container .full-story-recording-product-container .full-story-recording-cb{margin-bottom:15px}.integration-content .integration-details.insided-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.insided-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.insided-integration .integration-details-right .integration-details-results .integration-description__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.insided-integration .integration-details-right .integration-details-results .integration-description__link--text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.insided-integration .integration-details-results{height:100%}.insided-integration .insided-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.insided-integration .insided-docs-status .insided-docs-status-label{margin-right:5px;height:20px;width:20px}.insided-integration .insided-docs-status .insided-docs-status-label.insided-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.insided-integration .insided-docs-status .insided-docs-status-label.insided-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.insided-integration .insided-docs-status .insided-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.insided-integration-settings{width:684px}.insided-integration-settings__tab{margin-top:14px;border-top:1px solid #e3eaf1}.insided-integration-settings__tab--content{padding:16px 32px;max-height:330px;height:330px}.insided-integration-settings__global-error{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#f75d4f;margin-left:9px}.insided-integration-settings__global-success-message{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;margin-left:7px}.insided-integration-settings__global-success-message div{font-size:12px;font-weight:400;line-height:1.33;text-align:left;color:#119460;margin-top:2px}.insided-integration-settings .MuiDialogActions-root,.insided-integration-settings .MuiDialogTitle-root{padding:0 32px!important}.insided-integration-settings .gpx-tabs .MuiTabs-root{padding:0 32px}.insided-integration-settings .MuiDialogContent-dividers{padding:0!important}.insided-integration-settings .gpx-tabs .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.insided-integration-settings .gpx-tabs .MuiTabs-root .MuiTab-root .MuiTab-wrapper{padding:0!important}.insided-integration-settings .MuiTab-wrapper{font-weight:400;line-height:1.71;letter-spacing:normal}.authenticate-info__base-url,.authenticate-info__client-id,.authenticate-info__client-secret{padding-top:24px}.authenticate-info__author-id{padding:24px 0}.authenticate-info .gpx-textfield__wrap,.authenticate-info .gpx-textfield__wrap input{height:32px!important}.authenticate-info .gpx-textfield__wrap input{width:100%!important}.authenticate-info input[type=string]{-o-text-overflow:ellipsis;text-overflow:ellipsis}.authenticate-info .react-select__placeholder{color:#afc3d7;font-size:14px;font-weight:300;letter-spacing:0;opacity:.5}.category-search .gpx-accordion__details{width:100%!important}.category-search .gpx-accordion .divider{width:100%}.category-search .gpx-accordion .MuiAccordion-root{margin:0}.category-search .gpx-accordion .MuiAccordion-root .MuiButtonBase-root{min-height:48px;max-height:48px}.category-search .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root{padding:0}.category-search .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root .MuiIconButton-edgeEnd{margin:0}.category-search .gpx-accordion .MuiAccordion-root .MuiCollapse-root .MuiCollapse-wrapper .MuiAccordionDetails-root{padding:0}.category-search__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.category-search__header>div:first-child{width:496px}.category-search__header>div:first-child .gpx-textfield{max-width:100%}.category-search__header>div:first-child .gpx-textfield__wrap,.category-search__header>div:first-child .gpx-textfield__wrap input{height:32px}.category-search__header>div:first-child .gpx-textfield__end-icon{padding-right:6px}.category-search__header--refresh{cursor:pointer}.category-search__header--last-seen{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.category-search__header--last-seen>div{font-size:11px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:left;color:#7596b7}.category-search__header--last-seen img{padding:2px}.category-search__header--last-seen img:hover{background:rgba(117,150,183,.1);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.category-search__body{height:260px;overflow:auto;margin-top:16px}.category-search__content--all{font-size:12px;font-weight:600;line-height:1.33;letter-spacing:normal;text-align:left;color:#3e5872}.category-search__content--all-item,.category-search__content--item{height:32px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.category-search__content--all-item,.category-search__content--item,.category-search__content--no-results{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.category-search__content--no-results{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;color:#afc3d7;padding:20px 0}.integration-content .integration-details.zoomin-integration .integration-details-right .integration-details-results{height:100%}.integration-content .integration-details.zoomin-integration .integration-details-right .integration-details-results .integration-description{height:100%;padding:15px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.integration-content .integration-details.zoomin-integration .integration-details-right .integration-details-results .integration-description__link{padding:0;color:#0f87ec;border:none;font-weight:lighter;font-size:12px}.integration-content .integration-details.zoomin-integration .integration-details-right .integration-details-results .integration-description__link--text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.zoomin-integration .integration-details-results{height:100%}.zoomin-integration .zoomin-docs-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:13px}.zoomin-integration .zoomin-docs-status .zoomin-docs-status-label{margin-right:5px;height:20px;width:20px}.zoomin-integration .zoomin-docs-status .zoomin-docs-status-label.zoomin-docs-status-DISABLED{background:rgba(0,0,0,0) url(/attention-orange.svg) 50% no-repeat}.zoomin-integration .zoomin-docs-status .zoomin-docs-status-label.zoomin-docs-status-ENABLED{background:rgba(0,0,0,0) url(/check-6.svg) 50% no-repeat}.zoomin-integration .zoomin-docs-status .zoomin-docs-status-value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.existing-enabled-list__items{height:120px;overflow:auto;margin-top:10px}.existing-enabled-list__items::-webkit-scrollbar{-webkit-appearance:none}.existing-enabled-list__items::-webkit-scrollbar:vertical{width:11px}.existing-enabled-list__items::-webkit-scrollbar-thumb{-webkit-border-radius:8px;border-radius:8px;border:2px solid #fff;background-color:rgba(0,0,0,.5)}.error-popup .gpx-popup__title{padding-bottom:0!important}.zoomin-integration-settings{width:684px}.zoomin-integration-settings__tab{margin-top:14px;border-top:1px solid #e3eaf1}.zoomin-integration-settings__tab--content{padding:16px 32px;max-height:330px;height:330px}.zoomin-integration-settings__global-error{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#f75d4f;margin-left:9px}.zoomin-integration-settings__global-success-message{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;margin-left:7px}.zoomin-integration-settings__global-success-message div{font-size:12px;font-weight:400;line-height:1.33;text-align:left;color:#119460;margin-top:2px}.zoomin-integration-settings .MuiDialogActions-root,.zoomin-integration-settings .MuiDialogTitle-root{padding:0 32px!important}.zoomin-integration-settings .gpx-tabs .MuiTabs-root{padding:0 32px}.zoomin-integration-settings .MuiDialogContent-dividers{padding:0!important}.zoomin-integration-settings .gpx-tabs .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.zoomin-integration-settings .gpx-tabs .MuiTabs-root .MuiTab-root .MuiTab-wrapper{padding:0!important}.zoomin-integration-settings .MuiTab-wrapper{font-weight:400;line-height:1.71;letter-spacing:normal}.zoomin-settings-view{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:24px;gap:24px;width:712px;padding:0 0 32px 32px}.zoomin-settings-view .gpx-textfield{width:312px!important}.zoomin-settings-view__section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.zoomin-settings-dialog{width:712px}.zoomin-settings-dialog .MuiDialogActions-root,.zoomin-settings-dialog .MuiDialogTitle-root{padding:0 32px!important}.zoomin-settings-dialog .gpx-tabs .MuiTabs-root{padding:0 32px}.zoomin-settings-dialog .MuiDialogContent-dividers{padding:0!important}.webhook-dialog .tooltip__wrapper{max-height:-webkit-calc(100vh - 128px);max-height:-moz-calc(100vh - 128px);max-height:calc(100vh - 128px);height:-webkit-calc(100vh - 128px);height:-moz-calc(100vh - 128px);height:calc(100vh - 128px);min-height:-webkit-calc(100vh - 128px);min-height:-moz-calc(100vh - 128px);min-height:calc(100vh - 128px)}.webhook-empty{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh}.webhook-empty,.webhook-empty__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.webhook-empty__container{height:278px;width:638px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:-139px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3);-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3);box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3);background-color:rgba(112,144,175,.05)}.webhook-empty__container__icon{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.webhook-empty__container__content{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.webhook-empty__container__content--title{font-size:21px;font-family:500;letter-spacing:0;line-height:28px;margin:24px 0 0 27px;text-align:left;color:#000}.webhook-empty__container__content--title>p{font-size:13px;letter-spacing:0;margin-top:12px;font-family:100;color:#557391}.webhook-empty__container__content--title>p>a{text-decoration:none;color:#2090ed}.webhook-empty__container__content--createWebhook{float:right;margin:24px 24px 0 0}.webhooks_table{width:100%}.webhooks_table .ReactTable{margin:5px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.webhooks_table .ReactTable .webhooks__content--name{cursor:pointer}.webhooks_table .ReactTable .webhooks__content--name:hover{text-decoration:underline}.webhooks_table__clone{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.webhooks_table__clone,.webhooks_table__clone__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.webhooks_table__clone__data{width:100%;margin:25px;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.webhooks_table .webhook_counts_cell{font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer;text-decoration:none;color:#0f87ec}.webhooks_table .webhook_counts_cell:hover{text-decoration:underline}.webhook{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;width:100%;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.webhook__loader{position:absolute;top:0;left:0;width:100%;height:-webkit-calc(100vh - 104px)!important;height:-moz-calc(100vh - 104px)!important;height:calc(100vh - 104px)!important;background-color:rgba(0,0,0,.2);z-index:1}.webhook-view__unreachable{text-align:left;padding:6px 12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;margin:24px 24px 0;background-color:rgba(255,236,184,.5);-webkit-box-shadow:inset 0 0 0 1px #ffecb8;-moz-box-shadow:inset 0 0 0 1px #ffecb8;box-shadow:inset 0 0 0 1px #ffecb8}.webhook-form{margin:24px;background:#fff;padding-bottom:30px;height:-webkit-calc(100vh - 110px);height:-moz-calc(100vh - 110px);height:calc(100vh - 110px);overflow-y:auto;overflow-x:auto;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:left}.webhook-form__with-warning{height:-webkit-calc(100vh - 228px);height:-moz-calc(100vh - 228px);height:calc(100vh - 228px)}.webhook-form__text-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:32px;width:312px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:6px 12px;font-size:14px}.webhook-form__text-input:focus{outline:none}.webhook-form__text-input::-webkit-input-placeholder{font-size:14px}.webhook-form__text-input:-moz-placeholder,.webhook-form__text-input::-moz-placeholder{font-size:14px}.webhook-form__text-input:-ms-input-placeholder{font-size:14px}.webhook-form__text-input::-ms-input-placeholder{font-size:14px}.webhook-form__text-input::placeholder{font-size:14px}.webhook-form__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 35px}.webhook-form__sectionTitle{font-size:18px;font-weight:500;margin-top:5px;color:#253445;letter-spacing:0;line-height:24px}.webhook-form__title{font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;color:#253445}.webhook-form__microcopy{font-size:12px;font-family:100;color:#7596b7;width:100%;word-break:break-all;margin-top:2px}.webhook-form__label{font-size:12px;margin-bottom:5px;color:#46637f}.webhook-form__product-label-group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.webhook-form__product-label-group>div:first-child{margin-right:10px}.webhook-form__product-label-group .product-label-item,.webhook-form__product .ps-v2 .channel,.webhook-form__product .ps-v2 .product{min-width:312px}.webhook-form__headers{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 35px;border-bottom:1px solid #d3d3d3}.webhook-form__headers>div{margin-bottom:20px}.webhook-form__headers>div:last-child{margin-bottom:10px}.webhook-form__headers--container{width:640px;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:10px}.webhook-form__headers--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.webhook-form__headers--header--key>input{width:216px}.webhook-form__headers--header--key>input:disabled{background-color:#e3eaf1;cursor:not-allowed}.webhook-form__headers--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;cursor:pointer;font-size:13px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#0f87ec;text-transform:capitalize;font-family:Noto Sans,sans-serif}.webhook-form__headers--error{font-family:Noto Sans,sans-serif;color:red;font-size:12px}.webhook-form__events{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 35px}.webhook-form__events--container{width:640px;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:10px;overflow:visible}.webhook-form__event{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:10px;width:100%;overflow:visible}.webhook-form__event>img{margin-left:12px}.webhook-form__event .default-input{width:100%}.webhook-form__event .default-input input{font-size:14px}.webhook-form__event .default-input input::-webkit-input-placeholder{font-size:14px}.webhook-form__event .default-input input:-moz-placeholder,.webhook-form__event .default-input input::-moz-placeholder{font-size:14px}.webhook-form__event .default-input input:-ms-input-placeholder{font-size:14px}.webhook-form__event .default-input input::-ms-input-placeholder{font-size:14px}.webhook-form__event .default-input input::placeholder{font-size:14px}.webhook-form__event--type{width:100%}.webhook-form__event .dropdown-v2__trigger-box>div{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:130px}.webhook-form__event .dropdown-v2__content{width:200px}.webhook-form__event .dropdown-v2__content--options{max-height:170px}.webhook-form__event--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;cursor:pointer;font-size:13px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#0f87ec;text-transform:capitalize;font-family:Noto Sans,sans-serif}.webhook-form__event--empty{width:312px}.webhook-form__opt{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.webhook-form__opt>div{width:100%}.webhook-form__opt .default-input>input{-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.webhook-form__engagementDropdowns{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:312px}.webhook-form__engagementDropdowns--options{width:146px;margin-right:20px}.webhook-form__deleteIcon button{padding:4px}.webhook-form__deleteIconDisabled button{cursor:not-allowed}.webhook-form__errorBorder{border:1px solid red!important}.webhook-view-page-header{width:100%}.webhook-view-page-header .page-header__input-container>input,.webhook-view-page-header .page-header__title{color:#253445;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.checksum{width:100%;padding:5px;height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px);overflow:auto;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.checksum>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px}.checksum__title{font-size:18px}.checksum__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;width:100%;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.checksum__content>button{margin-right:40px}.checksum__content>div{margin-right:5px}.checksum__content--download__link .gpx-button .MuiButton-text .MuiButton-label{font-size:14px!important;font-weight:500!important;text-align:center;cursor:pointer}.checksum__validation{margin:32px 0;width:100%}.checksum__validation__accordion{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.checksum__validation__accordion .gpx-textfield{max-width:unset!important}.checksum__validation__accordion .gpx-textfield__wrap{border:1px solid #d5d9de!important}.checksum__validation__accordion .gpx-textfield__wrap--error{border:1px solid #f75d4f!important}.checksum__validation__accordion .gpx-textfield__error{text-align:start}.checksum__validation__accordion .gpx-textfield__label{text-align:start;color:#3c4a57!important}.checksum__validation__accordion .gpx-textfield input::-webkit-input-placeholder{color:#acb4bd!important}.checksum__validation__accordion .gpx-textfield input:-moz-placeholder,.checksum__validation__accordion .gpx-textfield input::-moz-placeholder{color:#acb4bd!important}.checksum__validation__accordion .gpx-textfield input:-ms-input-placeholder{color:#acb4bd!important}.checksum__validation__accordion .gpx-textfield input::-ms-input-placeholder{color:#acb4bd!important}.checksum__validation__accordion .gpx-textfield input::placeholder{color:#acb4bd!important}.checksum__validation__accordion__domains{margin:16px 0 8px;text-align:start}.checksum__validation__accordion__domains--allowed-domain .default-input input::-webkit-input-placeholder{color:#acb4bd;font-size:14px;font-weight:300}.checksum__validation__accordion__domains-title{height:16px;font-size:12px;color:#3c4a57;margin-bottom:10px}.checksum__validation__accordion__domains-title--link{cursor:pointer;color:#0369e9;margin:0 4px}.checksum__validation__accordion__domains-title--tooltip{width:500px;margin-right:12px;text-align:start;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.checksum__validation__accordion__domains--input__error{margin-top:4px;font-size:12px;color:#f75d4f}.checksum__validation__accordion-list{height:88px;border:1px solid #d5d9de;padding:16px;overflow:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:16px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.checksum__validation__accordion-list__wrap{height:24px;text-align:start;padding:3px 0 5px 8px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e3eaf1;margin-bottom:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:12px;color:#181f26}.checksum__validation__accordion-list__wrap-remove{cursor:pointer}.checksum__validation .gpx-accordion{border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.checksum__validation .gpx-accordion .divider{display:none}.checksum__validation .gpx-accordion .MuiAccordion-root{background-color:unset;margin:0}.checksum__validation .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 12px 0 0}.checksum__validation .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content,.checksum__validation .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .gpx-accordion__summary{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.checksum__validation .gpx-accordion .MuiAccordion-root .Mui-expanded{margin:0}.checksum__validation .gpx-accordion__summary{color:#19232f!important;font-weight:500;line-height:1.71;text-align:left}.checksum__validation .gpx-accordion .MuiAccordionDetails-root{display:block}.checksum__accordion-summary{width:100%;padding:0 16px;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.checksum__accordion-summary,.checksum__accordion-summary-criteria{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.checksum__accordion-summary-criteria{width:70%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checksum__accordion-summary-criteria__subtitle{font-size:12px;color:#5f6c7a;font-weight:400}.checksum__accordion-summary-date{margin-left:auto;color:#5f6c7a;height:16px;font-size:12px}.engagement-list{width:100%;height:512px}.engagement-list__back{margin-right:12px;width:32px;height:32px}.engagement-list__back :hover{background-color:#e6e9ec;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.engagement-list__loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.engagement-list__loader>img{height:56px;width:56px}.engagement-list__pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:10px;gap:10px;padding:4px 8px;border-top:1px solid #d5d9de;margin-top:8px;margin-bottom:24px}.engagement-list__pagination--page-select{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:24px;margin-left:auto;justify-items:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#181f26}.engagement-list__pagination--page-select .gpx-select,.engagement-list__pagination--page-select .gpx-wrapper{width:60px!important;height:24px}.engagement-list__search .gpx-textfield__wrap{margin:5px 0}.engagement-list__search>img{padding:8px;cursor:pointer;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.engagement-list__search>img:hover{background-color:rgba(117,150,183,.1)}.engagement-list__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement-list__header-title{text-align:left;height:24px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:14px;font-weight:500;color:#181f26}.engagement-list__header-sub-title{width:579px;height:16px;font-size:12px;letter-spacing:normal;text-align:left;color:#5f6c7a;margin-bottom:16px}.engagement-list__table{padding:0 8px;overflow:auto;height:600px}.engagement-list__table .datetime-cell{color:#181f26}.engagement-list__table table{width:100%}.engagement-list__table table thead tr{height:35px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.engagement-list__table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:500;color:#3e5872}.engagement-list__table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.engagement-list__table table tbody tr td{font-size:14px;text-align:left;padding-left:24px;color:#181f26}.engagement-list__table table tbody tr td:first-child{padding-left:14px}.engagement-list__preview{width:314px;height:100%;padding-top:80px;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.engagement-list__preview--title{font-weight:500;margin-bottom:16px;color:#19232f}.engagement-list__preview .nwidget-widget{height:281px;cursor:default;background-color:#fff}.engagement-list__preview .nwidget-widget:hover{-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.engagement-errors{padding:0 8px;overflow:auto;height:600px;width:100%}.engagement-errors table{width:100%;margin:0 16px}.engagement-errors table thead tr{height:35px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.engagement-errors table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:500;color:#25313b;height:16px}.engagement-errors table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.engagement-errors table tbody tr__special-row{height:32px}.engagement-errors table tbody tr td{font-size:14px;text-align:left;padding-left:24px;color:#181f26}.engagement-errors__special-row{height:32px!important;background-color:#f5f7f9}.engagement-errors__special-row td{font-size:12px!important;padding-left:32px!important;color:#3c4a57!important}.bulk-export__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bulk-export__actions .gpx-button{margin-left:20px}.bulk-export__product{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:500;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#2b3d51}.bulk-export__product>div{padding:0 10px;white-space:nowrap}.bulk-export__product span{color:#0f87ec}.bulk-export__create--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.bulk-export__create--title{color:#4b6a87;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:4px;font-family:Noto Sans,sans-serif}.bulk-export__create .gpx-textfield{width:330px!important;max-width:330px!important}.bulk-table{padding:5px}.bulk-table .table-pagination{margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.bulk-destination__action,.bulk-destination__label{color:#0470f7;font-size:12px;padding:4px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #e3eaf1;background-color:#e3eaf1}.bulk-destination__action--active,.bulk-destination__label--active{background-color:#fff;color:#253445}.bulk-destination__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#253445}.bulk-destination__label--delete{margin-left:4px}.bulk-destination__popover{width:280px;height:187px}.bulk-destination__popover--title{font-size:16px;font-weight:500;letter-spacing:0;padding:20px 20px 5px;color:#2b3d51;font-family:Noto Sans,sans-serif}.bulk-destination__popover--options{padding:10px}.bulk-destination__popover--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:52px;padding:20px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.bulk-destination__popover--actions>div{margin-left:5px}.bulk-destination__popover-empty>div{padding:20px;font-size:12px;color:#2b3d51}.bulk-report .custom-events{overflow:auto;height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.bulk-report__empty{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 24px 24px;background-color:#fff;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:260px;font-size:12px;color:#7596b7}.bulk-report__table{margin:16px 24px 24px;background-color:#fff}.bulk-report__table .table-v3__content{-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.user-management-container .app-loader-v2__active{z-index:9999}.user-management-container .gpx-tabs>.MuiTabs-root{background-color:#fff}.user-management-container .gpx-tabs>.MuiTabs-root .MuiTabs-flexContainer{height:47px;min-height:47px}.user-management-specific-selection{width:100%}.user-management-specific-selection thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:5}.user-management-specific-selection thead th{font-size:12px;font-weight:600;text-align:center;color:#3c4a57;vertical-align:baseline}.user-management-specific-selection thead th:has(.user-management-specific-selection__header--feature){vertical-align:middle;font-size:14px}.user-management-specific-selection tr{height:48px;padding-left:8px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.user-management-specific-selection .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-management-specific-selection__body--feature{text-align:left;padding-left:8px}.user-management-specific-selection__header--feature{text-align:left;padding-left:8px;margin-top:10px}.user-management-specific-selection__feature{font-size:14px;padding-left:8px;color:#181f26}.usrm-table-operations{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.usrm-table-operations .gpx-textfield{width:232px!important}.usrm-table-operations>svg{width:32px;height:32px;padding:4px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;cursor:pointer}.usrm-table-operations>svg:hover,.usrm-table-operations__active{background-color:#e6e9ec}.usrm-filters{padding-left:20px;grid-gap:16px;gap:16px;margin-bottom:8px}.usrm-filters,.usrm-filters__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.usrm-filters__item{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:8px;gap:8px;cursor:pointer;padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.usrm-filters__item--active,.usrm-filters__item:hover{background-color:#e6e9ec}.usrm-filters__item--alphabet{padding:0 5px 0 6px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #bf94e9;background-color:#e4d2f6;font-size:12px;font-weight:600;line-height:1.33;text-align:left;color:#712bba}.usrm-filters__item--value{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px;font-size:14px;line-height:1.71;text-align:left;color:#181f26}.usrm-filter-popover,.usrm-filters__item--value{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.usrm-filter-popover{width:170px;max-height:208px;overflow:auto;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);background-color:#fff;padding:12px 16px}.usrm-filter-popover__item{font-size:14px;line-height:1.71;text-align:left;color:#181f26;padding:4px 0;cursor:pointer}.usrm-filter-popover__item--selected{color:#0369e9}.user-roles{height:-webkit-calc(100vh - 95px);height:-moz-calc(100vh - 95px);height:calc(100vh - 95px)}.user-roles__content{padding:24px}.user-roles__content>div{height:-webkit-calc(100vh - 143px);height:-moz-calc(100vh - 143px);height:calc(100vh - 143px);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2)}.user-roles__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px 12px}.user-roles__header,.user-roles__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-roles__header--title div{font-size:16px;font-weight:600;margin-right:5px;color:#181f26}.user-roles__header--title span{font-size:12px;font-weight:600;color:#5f6c7a}.user-roles__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.user-roles__header--actions>img{margin-right:16px}.user-roles__table{overflow:auto;height:-webkit-calc(100vh - 203px);height:-moz-calc(100vh - 203px);height:calc(100vh - 203px)}.user-roles__table--filters-applied{height:-webkit-calc(100vh - 243px);height:-moz-calc(100vh - 243px);height:calc(100vh - 243px)}.user-roles__table table{width:100%;text-align:left;position:relative}.user-roles__table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0}.user-roles__table table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.user-roles__table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:600;color:#25313b}.user-roles__table table thead tr th>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.user-roles__table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.user-roles__table table tbody tr td{font-size:14px;text-align:left;padding-left:24px;color:#181f26}.user-roles__table table tbody tr td:last-child svg{display:none;cursor:pointer;width:32px;height:32px;padding:4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.user-roles__table table tbody tr td:last-child svg:hover{background-color:rgba(117,150,183,.2)}.user-roles__table table tbody tr:hover{background-color:#f5f7f9}.user-roles__table table tbody tr:hover>td:last-child svg{display:block}.user-roles__table--active-options{display:block!important;background-color:rgba(117,150,183,.2)!important}.user-roles__table--disabled{pointer-events:none}.user-roles__table--disabled path{fill:#acb4bd}.user-roles__table--name>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-roles__table--name--default{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e6e9ec;font-size:12px;line-height:1.33;text-align:left;color:#181f26;padding:4px 8px;text-transform:capitalize}.user-roles__table--header--userCount,.user-roles__table--userCount{text-align:right}.user-roles__table--userCount{float:right;cursor:pointer;display:inline;text-align:right;margin-right:24px;color:#0369e9}.role-groups-drawer{width:693px}.role-groups-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#181f26;font-size:18px;font-weight:500;padding:32px 24px 24px 32px}.role-groups-drawer__header img{cursor:pointer}.role-groups-drawer__wrapper{height:-webkit-calc(100vh - 139px);height:-moz-calc(100vh - 139px);height:calc(100vh - 139px)}.role-groups-drawer__info{padding:0 24px 0 32px}.role-groups-drawer__info>div:first-child{margin-bottom:16px}.role-groups-drawer__info .gpx-msgbox{width:100%!important;max-width:100%!important}.role-groups-drawer__info .gpx-msgbox .gpx-msgbox__wrap{width:100%}.role-groups-drawer__content{padding:32px 24px 0 32px}.role-groups-drawer__content--title{font-size:14px;font-weight:600;color:#181f26;margin-bottom:26px}.role-groups-drawer__content--title>span{font-size:12px;font-weight:500;color:#5f6c7a}.role-groups-drawer__table{overflow:auto;height:-webkit-calc(100vh - 395px);height:-moz-calc(100vh - 395px);height:calc(100vh - 395px)}.role-groups-drawer__table--has-error{height:-webkit-calc(100vh - 415px);height:-moz-calc(100vh - 415px);height:calc(100vh - 415px)}.role-groups-drawer__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff;position:relative;z-index:99;height:56px;padding:0 24px;border-top:1px solid #e6e9ec}.role-groups-drawer__footer>div{margin-left:16px}.user-roles-popover__content{width:150px;padding:8px 0}.user-roles-popover__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;cursor:pointer;padding-left:16px}.user-roles-popover__content>div:hover{background-color:#f5f7f9}.user-management{padding:24px;grid-gap:24px;gap:24px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-management,.user-management__widget>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.user-management__widget>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:95px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2)}.user-management__widget .userm-widget{width:208px;height:100%;cursor:pointer;text-align:left;font-weight:600}.user-management__widget .userm-widget>div{position:relative;top:20px;padding:4px 0 4px 40px;-webkit-box-shadow:inset -1px 0 0 0 #e6e9ec;-moz-box-shadow:inset -1px 0 0 0 #e6e9ec;box-shadow:inset -1px 0 0 0 #e6e9ec}.user-management__widget .userm-widget__number{font-size:21px;color:#181f26}.user-management__widget .userm-widget__number--disabled{color:#acb4bd}.user-management__widget .userm-widget__label{font-size:12px;color:#0369e9}.user-management__widget .userm-widget__label--disabled{color:#acb4bd}.user-management__widget .userm-widget:hover{background-color:#e6f0fd}.user-management__widget .userm-widget:last-child>div{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.user-management__widget .userm-widget__selected{background-color:#e6f0fd;border-bottom:1px solid #0369e9}.user-management__widget .userm-widget__disabled{pointer-events:none}.user-management__table{height:-webkit-calc(100vh - 262px);height:-moz-calc(100vh - 262px);height:calc(100vh - 262px);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);box-shadow:0 0 1px 0 rgba(25,35,47,.12),0 1px 3px 0 rgba(25,35,47,.2);background-color:#fff}.user-management__table .user-management-table-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px 12px}.user-management__table .user-management-table-header,.user-management__table .user-management-table-header__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-management__table .user-management-table-header__title div{font-size:16px;font-weight:600;margin-right:5px;color:#181f26;line-height:1.5}.user-management__table .user-management-table-header__title span{font-size:12px;font-weight:600;color:#5f6c7a}.user-management__table .user-management-table-header__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.user-management__table .user-management-table-header__actions--button svg{cursor:pointer}.user-management__table .user-management-table-header__actions--button svg path{stroke:#fff}.user-management__table .user-management-table-header__actions--bulk path{stroke:#0369e9!important}.user-management__table--view{overflow:auto;height:-webkit-calc(100% - 60px);height:-moz-calc(100% - 60px);height:calc(100% - 60px)}.user-management__table--view>div:first-child{height:-webkit-calc(100% - 40px);height:-moz-calc(100% - 40px);height:calc(100% - 40px);overflow:auto}.user-management__table--view table{width:100%;text-align:left;position:relative}.user-management__table--view table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:1}.user-management__table--view table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.user-management__table--view table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:600;color:#25313b}.user-management__table--view table thead tr th>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.user-management__table--view table thead tr th>div svg>path{stroke:#3c4a57}.user-management__table--view table thead tr th:first-child{padding:0}.user-management__table--view table thead tr th:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-management__table--view table thead tr th:first-child .gpx-checkbox input{margin:0}.user-management__table--view table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.user-management__table--view table tbody tr td{font-size:14px;text-align:left;color:#181f26;padding-left:24px}.user-management__table--view table tbody tr td:first-child{padding:0}.user-management__table--view table tbody tr td:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-management__table--view table tbody tr td:first-child .gpx-checkbox input{margin:0}.user-management__table--view table tbody tr td:last-child svg{display:none;cursor:pointer;width:32px;height:32px;padding:4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.user-management__table--view table tbody tr td:last-child svg:hover{background-color:rgba(117,150,183,.2)}.user-management__table--view table tbody tr:hover{background-color:#f5f7f9}.user-management__table--view table tbody tr:hover>td:last-child svg{display:block}.user-management__table--view .user-management-pagination{height:40px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 8px;border-top:1px solid #e6e9ec}.user-management__table--view .user-management-pagination__current-page-of{font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a;padding:0 8px}.user-management__table--view .user-management-pagination__navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.user-management__table--view .user-management-pagination__navigation>div{font-size:12px;line-height:1.33;letter-spacing:normal;text-align:center;color:#5f6c7a}.user-management__table--view .user-management-pagination__navigation svg{cursor:pointer}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select{width:42px}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__single-value{margin:0;color:#181f26}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__value-container{padding:0}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__indicators{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__placeholder,.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__single-value{font-size:12px;line-height:1.33;text-align:left;margin:0}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__arrow img{bottom:0}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__indicator{padding:0}.user-management__table--view .user-management-pagination__navigation--page-size .gpx-select .react-select__value-container{height:24px!important}.user-management__table--view .user-management-pagination__navigation--page-number{min-width:40px}.user-management__table--view .user-management-pagination__navigation--next-navigation-disabled path,.user-management__table--view .user-management-pagination__navigation--previous-navigation-disabled path{stroke:#acb4bd}.user-management__table--view--active-options{display:block!important;background-color:rgba(117,150,183,.2)!important}.user-management__table--name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-management__table--name--admin-chip{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e6e9ec;font-size:12px;line-height:1.33;text-align:left;color:#181f26;padding:5px 8px}.user-management__table--status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:12px;line-height:1.33;text-align:left;color:#3c4a57}.user-management__table--status>div{height:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;padding:1px 8px 3px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.user-management__table--status--active{border:1px solid #98e7b1;background-color:#d5f5db}.user-management__table--status--in-active{border:1px solid #d5d9de;background-color:#fff}.user-management__table--status--pending{border:1px solid #fcdf91;background-color:#fef3d1}.user-management__table--empty-users{height:-webkit-calc(100% - 60px);height:-moz-calc(100% - 60px);height:calc(100% - 60px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.user-management__table--empty-users-title{font-size:14px;font-weight:600;line-height:1.71;text-align:center;color:#181f26}.user-management__table--empty-users-description{margin-top:8px;font-size:11px;line-height:1.45;text-align:center;color:#5f6c7a}.user-management-popover{width:170px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:8px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);background-color:#fff}.user-management-popover,.user-management-popover__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.user-management-popover__item{height:32px;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding:4px 16px;cursor:pointer}.user-management-popover__item:hover{background-color:#f5f7f9}.user-management-popover__item--label{font-size:14px;line-height:1.71;text-align:left;color:#181f26;text-transform:capitalize}.usr-mgt-add-user-drawer{height:100%;width:693px}.usr-mgt-add-user-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#181f26;font-size:18px;font-weight:500;padding:32px 24px 24px 32px;text-transform:capitalize}.usr-mgt-add-user-drawer__header svg{cursor:pointer}.usr-mgt-add-user-drawer__body{height:-webkit-calc(100vh - 139px);height:-moz-calc(100vh - 139px);height:calc(100vh - 139px);overflow:auto;padding:0 24px 16px 32px}.usr-mgt-add-user-drawer__body--user-details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:16px;gap:16px}.usr-mgt-add-user-drawer__body--user-details>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;grid-gap:24px;gap:24px}.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield{width:254px}.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield__label{text-transform:capitalize}.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield .gpx-textfield__wrap>input::-webkit-input-placeholder{text-transform:capitalize}.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield .gpx-textfield__wrap>input:-moz-placeholder,.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield .gpx-textfield__wrap>input::-moz-placeholder{text-transform:capitalize}.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield .gpx-textfield__wrap>input:-ms-input-placeholder{text-transform:capitalize}.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield .gpx-textfield__wrap>input::-ms-input-placeholder{text-transform:capitalize}.usr-mgt-add-user-drawer__body--user-details div>.gpx-textfield .gpx-textfield__wrap>input::placeholder{text-transform:capitalize}.usr-mgt-add-user-drawer__body .usr-mgt-user-access{padding-top:32px}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__heading{font-size:14px;font-weight:600;line-height:1.71;text-align:left;color:#181f26}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access{padding-top:16px}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--types .gpx-radio .px-radio{margin-right:37px;margin-bottom:0}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--micro-copy{font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a;margin-top:12px}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--admin-access{margin-top:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--admin-access .usr-mgt-admin-access-card{width:364px;padding:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #d5d9de;cursor:pointer}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--admin-access .usr-mgt-admin-access-card__selected{border:1px solid #0369e9}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--admin-access .usr-mgt-admin-access-card__disabled{pointer-events:none}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--admin-access .usr-mgt-admin-access-card .gpx-radio .MuiFormGroup-row div:first-child div{font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a;margin-left:27px}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--admin-access .usr-mgt-admin-access-card .gpx-radio .MuiFormGroup-row:has(.Mui-disabled) div:first-child div{color:#a6b9cc}.usr-mgt-add-user-drawer__body .usr-mgt-user-access__access--specific-selection-table{margin-top:16px;overflow:auto;height:-webkit-calc(100vh - 423px);height:-moz-calc(100vh - 423px);height:calc(100vh - 423px)}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups{margin-top:16px}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table{height:-webkit-calc(100vh - 423px);height:-moz-calc(100vh - 423px);height:calc(100vh - 423px);overflow:auto}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--copy-to-all{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;font-size:12px;font-weight:600;line-height:1.33;text-align:left;color:#acb4bd;pointer-events:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--copy-to-all rect,.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--copy-to-all svg>path{stroke:#acb4bd}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--copy-to-all-selected{cursor:pointer;pointer-events:all;color:#0369e9}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--copy-to-all-selected rect,.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--copy-to-all-selected svg>path{stroke:#0369e9}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--copy-to-all-selected:hover{background-color:#e6f0fd}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table--body--name{width:inherit;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:none}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table{width:100%;text-align:left;position:relative}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:1}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table thead tr th{font-size:12px;text-align:left;font-weight:600;color:#25313b}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table thead tr th:first-child{padding-left:8px}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table thead tr th:not(:first-child){padding:0 24px}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table tbody tr td{font-size:14px;text-align:left;color:#181f26}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table tbody tr td:first-child{padding-left:8px}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table tbody tr td:not(:first-child){padding-left:24px}.usr-mgt-add-user-drawer__body .usr-mgt-assign-role-groups__table table tbody tr td .gpx-select{width:190px}.usr-mgt-add-user-drawer__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;z-index:99;height:56px;padding:0 24px;border-top:1px solid #e6e9ec}.usr-mgt-add-user-drawer__footer>div{margin-left:16px}.account-settings-v2{padding:32px 24px;grid-gap:16px;gap:16px;height:100%}.account-settings-v2__wrap{grid-gap:16px;gap:16px}.account-settings-v2__banner,.account-settings-v2__wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.account-settings-v2__banner{height:48px;padding:12px;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:8px;gap:8px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid #ffe18f;background:#fff3d1;margin-bottom:16px}.account-core-settings{-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;padding:16px;background:#fff;width:60%;min-height:248px;overflow:auto;max-height:-webkit-calc(100vh - 112px);max-height:-moz-calc(100vh - 112px);max-height:calc(100vh - 112px);-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06)}.account-core-settings--data__accordion--details{overflow:auto;height:100%}.account-core-settings--data__accordion--summary{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.account-core-settings--data__accordion--summary>span{color:#181f26;font-size:14px;font-style:normal;font-weight:600;line-height:24px;margin-left:8px}.account-core-settings--data__item{color:#181f26;font-size:14px;font-style:normal;font-weight:400;text-align:start;line-height:24px;padding:0 8px 0 32px;height:24px}.account-core-settings--data__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;height:56px}.account-core-settings--data__header--title{color:#181f26;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.account-core-settings--data__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.account-core-settings--data__header--actions__button{padding:8px 12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#fff;font-size:14px;font-weight:500}.account-core-settings--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.account-core-settings--no-data{height:80px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#f5f9fe;margin-top:24px}.account-core-settings--banner,.account-core-settings--no-data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:12px 24px}.account-core-settings--banner{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;height:48px;margin-bottom:24px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background:#fff3d1;border:1px solid #ffe18f}.account-core-settings--banner__icon{width:24px;height:24px;color:#3c4a57}.account-core-settings--banner__text{font-style:normal}.account-core-settings--banner__text,.label-data-list{color:#181f26;font-size:14px;font-weight:400;line-height:24px}.label-data-list__label{padding-left:24px;cursor:pointer}.label-data-list__features>div,.label-data-list__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px}.label-data-list__features>div{padding-left:56px}.account-metrics{-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;background:#fff;width:40%;padding:24px;height:480px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06)}.account-metrics--title{font-size:16px;font-weight:600}.account-metrics--tab-data--stickiness,.account-metrics--title{color:#181f26;text-align:start;font-style:normal;line-height:24px}.account-metrics--tab-data--stickiness{font-size:14px;font-weight:400}.account-metrics--tab-data--header{margin:24px 0;text-align:start;color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.account-metrics--tab-data--footer{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:8px;gap:8px;padding:12px 16px;height:56px;-webkit-border-radius:0 0 24px 24px;-moz-border-radius:0 0 24px 24px;border-radius:0 0 24px 24px;background:#fff}.account-metrics--tab-data--footer,.account-metrics--tab-data--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.account-metrics--tab-data--wrapper{grid-gap:16px;gap:16px;width:100%}.account-metrics--tab-data--wrapper__title{top:31px;position:relative;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.account-metrics--tab-data--formula{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:16px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:24px;gap:24px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;background:#f5f9fe;font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:#181f26}.account-metrics--tab-data--formula__description{color:#3c4a57}.account-metrics--tab-data--formula__description--top{border-bottom:1px solid #e6e9ec}.dual-slider{max-width:500px;margin:2rem auto;font-family:sans-serif;color:#2d2d2d}.dual-slider .label{font-size:1.2rem;margin-bottom:.5rem}.dual-slider__wrapper{position:relative;height:24px;margin-bottom:1rem}.dual-slider__wrapper--slider{position:absolute;top:12px;left:0;width:100%;height:24px;-webkit-appearance:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background:none;pointer-events:none;z-index:2}.dual-slider__wrapper--slider::-webkit-slider-thumb{height:16px;width:16px;-webkit-border-radius:50%;border-radius:50%;border:1px solid #dc3626;background:#fff;pointer-events:auto;-webkit-appearance:none;appearance:none;cursor:pointer;-webkit-box-shadow:0 .125rem .5625rem -.125rem rgba(0,0,0,.25);box-shadow:0 .125rem .5625rem -.125rem rgba(0,0,0,.25);position:relative;z-index:2}.dual-slider__wrapper--slider::-moz-range-thumb{height:16px;width:16px;-moz-border-radius:50%;border-radius:50%;border:1px solid #13ad68;background:#fff;pointer-events:auto;cursor:pointer;-moz-box-shadow:0 .125rem .5625rem -.125rem rgba(0,0,0,.25);box-shadow:0 .125rem .5625rem -.125rem rgba(0,0,0,.25);position:relative;z-index:2}.dual-slider__wrapper--track{position:absolute;top:10px;height:6px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:1}.dual-slider__wrapper--track__red{background-color:#f44336;left:0}.dual-slider__wrapper--track__yellow{background-color:#ffc107;position:absolute}.dual-slider__wrapper--track__green{background-color:#4caf50;position:absolute}.dual-slider__limit{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:1rem;gap:1rem}.dual-slider__limit,.dual-slider__limit--group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.dual-slider__limit--group{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:.5rem;gap:.5rem}.dual-slider__limit--group label{font-weight:500}.dual-slider__limit--group input{width:60px;padding:.3rem;text-align:center;border:1px solid #ccc;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.identification{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.identification,.identification__main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.identification__main{margin:5px;height:-webkit-calc(100vh - 112px);height:-moz-calc(100vh - 112px);height:calc(100vh - 112px);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.identification__main .account-menu{height:100%}.identification__content{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff}.identification__content,.identification__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.identification__empty{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.identification__empty--header{font-family:Noto Sans,sans-serif;font-size:24px;color:#ff7f00;margin:60px 0 20px}.identification__empty--text{font-size:15px;font-weight:300;margin-bottom:30px}.identification__empty .filled-button{border:1px solid #0db14c;line-height:30px}.identification__key{padding:20px}.identification__key--input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.identification__key--input .setup-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.identification__key--input .setup-wrapper .main-title{font-size:18px;color:#2b3d51;font-family:Noto Sans,sans-serif}.identification__key--input .input-wrapper .enforce-description{margin-bottom:50px;font-size:12px}.identification__key--input .input-wrapper .secondary-title{text-align:left;font-size:15px;margin-bottom:10px}.identification__key--input .input-wrapper .input-container,.identification__key--input .input-wrapper .input-container>form{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.identification__key--input .input-wrapper .input-container>form{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.identification__key--input .input-wrapper .input-container input{font-size:13px;height:30px;border:0;outline:0;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;padding:0 10px;width:350px}.identification__key--input .input-wrapper .input-container div{text-transform:capitalize;background-color:#0f87ec;color:#fff;height:30px;line-height:30px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;padding:0 10px;cursor:pointer}.identification__key--input .input-wrapper .error{position:relative;margin-top:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;text-align:left}.identification__key--input .input-wrapper .hash-util-link{text-align:left}.identification__key--input .input-wrapper .hash-util-link a{cursor:pointer}.identification__key--config{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.identification__key--config .identity-toggle-slider{margin-left:20px}.hash-calculator{font-size:14px}.hash-calculator input{width:100%!important}.hash-calculator__description{margin-bottom:20px;color:#2b3d51}.hash-calculator__inputs>div:first-child{margin-bottom:10px}.hash-calculator__action{margin:20px 0}.hash-calculator__action>div:first-child{margin-bottom:10px}.up-profile .gpx-tabs .MuiTabs-root{height:48px;min-height:48px;overflow:unset;background-color:#fff}.up-profile .gpx-tabs .MuiTabs-root .MuiTabs-scroller.MuiTabs-fixed{-webkit-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);-moz-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24)}.up-profile .gpx-tabs .MuiTabs-root .MuiTabs-flexContainer{height:48px;min-height:48px}.up-profile__tab{height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px);overflow:auto}.up-profile__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:45px;gap:45px;height:100%;padding:24px 0;font-family:Noto Sans,sans-serif}.up-profile__content--title{text-align:left;font-size:14px;font-weight:600}.up-profile__container{width:880px;min-width:880px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);-moz-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24)}.up-profile__container--wrapper{padding:24px}.up-profile__container--footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:48px;min-height:48px;border-top:1px solid #d5d9de}.up-profile__container--footer .gpx-button .MuiButton-root{min-width:auto!important}.up-profile__container--footer>div{margin-right:24px}.up-profile__container--reports{margin:0!important;max-height:-webkit-calc(100vh - 144px);max-height:-moz-calc(100vh - 144px);max-height:calc(100vh - 144px)}.up-profile__container--reports-list{max-height:-webkit-calc(100% - 48px);max-height:-moz-calc(100% - 48px);max-height:calc(100% - 48px);overflow-y:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:16px;gap:16px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-top:24px}.up-profile__container--reports-list>div:last-child{margin-bottom:24px}.up-profile__details{margin-top:16px}.up-profile__details--public{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.up-profile__details--image,.up-profile__details--public{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.up-profile__details--image{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px}.up-profile__details--image__header{font-size:12px;text-align:left;font-weight:400;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:4px;gap:4px}.up-profile__details--image__header img{width:16px;height:16px}.up-profile__details--image__picture{height:160px}.up-profile__details--image__picture>img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.up-profile__details--image__picture--overlay{position:relative;width:160px;height:160px;left:50%;top:-100%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%)}.up-profile__details--image__picture--overlay,.up-profile__details--image__picture--overlay>div{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.up-profile__details--image__picture--overlay>div{height:32px;width:32px;background-color:#fff;visibility:hidden;cursor:pointer}.up-profile__details--image__picture--overlay>div img{height:17.564px;width:17.564px}.up-profile__details--image__picture--overlay:hover{background-color:rgba(24,31,38,.6)}.up-profile__details--image__picture--overlay:hover>div{visibility:visible}.up-profile__details--user{text-align:left;text-transform:capitalize!important}.up-profile__details--user .gpx-button{margin-top:28px}.up-profile__details--user .gpx-textfield{max-width:100%!important}.up-profile__details--user .gpx-textfield__label{text-align:left}.up-profile__details--user .gpx-textfield__wrap{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.up-profile__details--first-last{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.up-profile__details--first-last .gpx-textfield{width:194px!important}.up-profile__details--first-last>div:first-child{margin-right:24px}.up-profile__details--support-access{text-align:left;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:16px;gap:16px}.up-profile__details--support-access__toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px}.up-profile__details--support-access__toggle-label{grid-gap:4px;gap:4px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.up-profile__details--support-access__expires-on{grid-gap:8px;gap:8px;color:#5f6c7a}.up-profile__details--support-access__expires-on,.up-profile__details--support-access__expires-on>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.up-profile__details--support-access__expires-on>div{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.up-profile__details--support-access__expires-on>div img{width:16px;height:16px}.up-profile__details--support-access .gpx-wrapper__label{color:#3c4a57!important}.up-profile__details--support-access .support-access-select{width:312px}.up-profile__details--support-access .support-access-select .react-select__control{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:1px solid #d5d9de;padding-left:12px}.up-profile__details--support-access .support-access-select .react-select__control--disabled{background:#f5f7f9}.up-profile__details--support-access .support-access-select .react-select__placeholder{color:#acb4bd}.up-profile__details--support-access .support-access-select .react-select__value-container{padding:0}.up-profile__details--support-access .support-access-select .react-select__menu{width:312px!important}.up-profile__change-password{grid-gap:24px;gap:24px}.up-profile__change-password,.up-profile__change-picture{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.up-profile__change-picture{grid-gap:8px;gap:8px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.up-profile__change-picture img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.up-profile__change-picture>div{width:100%}.up-profile__timezone{position:fixed;top:58px;right:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;height:28px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.up-profile__timezone .time-zone-select{width:232px}.up-profile__timezone .time-zone-select .react-select__control{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:1px solid #d5d9de;padding-left:12px}.up-profile__timezone .time-zone-select .react-select__value-container{padding:0}.up-profile__timezone .time-zone-select .react-select__menu{width:232px!important}.up-profile__timezone .time-zone-select .react-select__placeholder{color:#acb4bd}.up-profile__timezone-text{font-size:12px;line-height:16px}.up-profile__timezone-label{color:#5f6c7a}.up-profile__timezone-label--editing{color:#3c4a57}.up-profile__timezone-icon{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:24px;width:24px}.up-profile__timezone-icon:hover{background-color:#e6e9ec}.up-profile__report-group{width:-webkit-calc(100% - 48px);width:-moz-calc(100% - 48px);width:calc(100% - 48px);-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid #e6e9ec;-webkit-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);-moz-box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);box-shadow:0 2px 4px 0 rgba(52,56,58,.06),0 0 1px 0 rgba(52,56,58,.24);text-align:left}.up-profile__report-group--header{height:48px;padding:12px;-webkit-border-radius:12px 12px 0 0;-moz-border-radius:12px 12px 0 0;border-radius:12px 12px 0 0;border-bottom:1px solid #e6e9ec;background:#f5f7f9;font-size:14px;font-weight:600;line-height:24px}.up-profile__report-group--type{margin:16px 24px;font-size:12px;font-weight:600;line-height:16px}.up-profile__report-group--list{padding:0 26px 0 24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px}.up-profile__report-group--item{margin-left:16px;line-height:24px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.up-profile__report-group--item,.up-profile__report-group--item-name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.up-profile__report-group--item-name{grid-gap:8px;gap:8px}.up-profile__report-group--item-signups{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:18px;gap:18px;text-transform:capitalize}.up-profile__report-group--item-signups .checkbox-v2__label--disabled{color:#acb4bd}.up-profile__report-group>div:last-child{padding-bottom:24px}.up-profile-tooltip{background-color:#181f26!important;-webkit-border-radius:6px!important;-moz-border-radius:6px!important;border-radius:6px!important;padding:3px 8px 5px!important}.up-profile-tooltip .tippy-content{font-size:12px;line-height:16px;text-align:left}.up-profile-dialog{text-transform:capitalize}.up-profile-dialog .gpx-textfield{max-width:100%!important}.up-profile-dialog .gpx-textfield__wrap{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;border:1px solid #d5d9de!important}.up-profile-dialog .gpx-textfield__wrap>input::-webkit-input-placeholder{color:#acb4bd}.up-profile-dialog .gpx-textfield__wrap>input:-moz-placeholder,.up-profile-dialog .gpx-textfield__wrap>input::-moz-placeholder{color:#acb4bd}.up-profile-dialog .gpx-textfield__wrap>input:-ms-input-placeholder{color:#acb4bd}.up-profile-dialog .gpx-textfield__wrap>input::-ms-input-placeholder{color:#acb4bd}.up-profile-dialog .gpx-textfield__wrap>input::placeholder{color:#acb4bd}.up-profile-dialog .gpx-dialog__header--close-icon{top:16px!important;right:24px!important}.up-profile-dialog .MuiDialogActions-root,.up-profile-dialog .MuiDialogContent-root,.up-profile-dialog .MuiDialogTitle-root{padding-left:32px!important;padding-right:32px!important}.custom-attributes>.app-loader-v2{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px)}.custom-attributes>.app-loader-v2>div{top:40%}.custom-attributes__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#19232f;height:54px;padding:0 30px;background-color:#f9f8f7;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);z-index:4;width:100%}.custom-attributes__header--name{font-family:Noto Sans,sans-serif;font-size:18px;margin:0 30px}.custom-attributes__header .raised-btn{margin-right:30px}.custom-attributes__attribute-cell{font-size:12px;color:#3d566f}.custom-attributes .account-menu{min-width:160px;margin:5px 0 0 5px}.custom-attributes__content{margin:5px 5px 0;overflow:hidden;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.custom-attributes__content .historical-tracking-toggle-wrapper{position:absolute;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;top:15px;right:24px;z-index:2}.custom-attributes__content .historical-tracking-toggle-wrapper img{margin-right:5px}.custom-attributes__content .tabs{max-width:none}.custom-attributes__content .table-v3 .table-pagination{padding:0;height:50px}.custom-attributes__content .table-v3 .table-pagination .inner-container-left{padding-left:12px}.custom-attributes__content .table-v3 .table-pagination .inner-container-left .custom-attributes__table--search{width:300px;margin-left:8px}.historical-tracking-tooltip{width:190px;text-align:left;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#fff;font-size:12px;padding:0 10px;word-wrap:break-word}.historical-tracking-tooltip .title{padding-bottom:8px}.historical-tracking-tooltip .content{opacity:.74;padding-bottom:5px}.custom-attributes-dialog{width:100%;padding-top:24px}.custom-attributes-dialog input:disabled{color:#a0a3a1!important;border:none!important;background-color:#fff!important}.custom-attributes-dialog .portal-wizard__header .back{cursor:pointer}.custom-attributes-dialog .step-content{margin:24px 0 40px;width:100%}.custom-attributes-dialog .step-title{color:#253445;font-family:Roboto;font-size:16px;font-weight:500;margin-bottom:12px}.custom-attributes-dialog .attribute-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.custom-attributes-dialog .attribute-row:last-child{margin-bottom:40px}.custom-attributes-dialog .attribute-field{position:relative;width:49%}.custom-attributes-dialog .attribute-field.textarea-field{width:100%}.custom-attributes-dialog .attribute-field:last-child{margin-bottom:0}.custom-attributes-dialog .attribute-field.link{color:#0470f7;cursor:pointer}.custom-attributes-dialog .attribute-field .error{position:absolute;bottom:-16px;left:-6px;color:#f75d4f;font-size:12px;padding-left:10px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-attributes-dialog .attribute-field .error,.custom-attributes-dialog .attribute-field .error-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-attributes-dialog .attribute-field .error-box{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#2b3d51;font-size:14px;padding:12px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:1px solid #e3eaf1;margin-top:4px}.custom-attributes-dialog .attribute-field .error-box img{width:25px;height:25px;margin-right:8px}.custom-attributes-dialog .attribute-field .field-sub-title{color:#253445;font-size:14px;font-weight:500;line-height:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.custom-attributes-dialog .attribute-field .field-label{color:#4b6a87;font-size:12px;width:100%;padding-bottom:5px}.custom-attributes-dialog .attribute-field .entries.vertical{padding-top:11px;margin-left:-3px}.custom-attributes-dialog .attribute-field .entries.horizontal{margin-left:-3px;padding-top:11px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.custom-attributes-dialog .attribute-field .entries.labels{padding-top:0}.custom-attributes-dialog .attribute-field .entries .entry{padding:5px 0}.custom-attributes-dialog .attribute-field .entries .entry__checkbox{margin-right:15px}.custom-attributes-dialog .attribute-field .entries .entry__checkbox .checkbox-text{position:relative;top:1px;font-size:12px;line-height:20px;color:#2b3d51}.custom-attributes-dialog .attribute-field .entries .entry__checkbox .checkbox-text__checked{color:#2b3d51}.custom-attributes-dialog .attribute-field .entries .entry .field-description{margin-left:32px}.custom-attributes-dialog .attribute-field .entries .entry-radio{margin-top:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.custom-attributes-dialog .attribute-field .entries .entry-radio.radio-disabled{border:5px solid #a0a3a1}.custom-attributes-dialog .attribute-field .field-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.custom-attributes-dialog .attribute-field .field-content input{height:32px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;width:100%}.custom-attributes-dialog .attribute-field .field-content input.error{border:1px solid #f75d4f}.custom-attributes-dialog .attribute-field .field-content input::-webkit-input-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content input:-moz-placeholder,.custom-attributes-dialog .attribute-field .field-content input::-moz-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content input:-ms-input-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content input::-ms-input-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content input::placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content textarea{border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;width:100%;height:65px;overflow:auto;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;resize:none}.custom-attributes-dialog .attribute-field .field-content textarea::-webkit-input-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content textarea:-moz-placeholder,.custom-attributes-dialog .attribute-field .field-content textarea::-moz-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content textarea:-ms-input-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content textarea::-ms-input-placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-content textarea::placeholder{font-size:14px;line-height:20px}.custom-attributes-dialog .attribute-field .field-description{margin-top:2px;color:#7596b7;font-family:Roboto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px}.custom-attributes-dialog .attribute-field .field-description img{margin-right:5px;width:20px;height:20px}.custom-attributes-dialog .historical-tracking{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.custom-attributes-dialog .historical-tracking .toggle-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-bottom:17px}.custom-attributes-dialog .historical-tracking .tracking-container{height:156px}.custom-attributes-dialog .historical-tracking .tracking-quota-warning{color:#7596b7;font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-attributes-dialog .historical-tracking .tracking-quota-warning img{margin-right:5px}.custom-attributes-dialog .historical-tracking .empty-sources-warning{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.custom-attributes-dialog .historical-tracking .empty-sources-warning img{margin-right:5px;height:20px;width:20px}.custom-attributes-dialog .historical-tracking .checkboxes-wrapper{padding-bottom:20px}.custom-attributes-dialog .historical-tracking .checkboxes-wrapper .sources-label{color:#3e5872;font-size:12px;padding:12px 0 8px}.custom-attributes-dialog .historical-tracking .checkboxes-wrapper .checkboxes{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-attributes-dialog .historical-tracking .checkboxes-wrapper .checkboxes .checkbox-wrapper{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;padding-bottom:16px}.custom-attributes-dialog .historical-tracking .checkboxes-wrapper .checkboxes .checkbox-wrapper .tracking-source-checkbox{color:#19232f;font-size:14px;line-height:16px;height:16px}.custom-attributes-dialog .historical-tracking .checkboxes-wrapper .checkboxes .checkbox-wrapper .tracking-source-checkbox img{height:24px;width:24px}.attribute-dialog-inner{background:#f9f8f7;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;overflow:hidden}.attribute-dialog-inner .analytics-dfilter>div>div{max-width:540px!important;-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important}.attribute-dialog-inner .analytics-dfilter>div>div>div{max-height:500px;overflow:hidden;-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;background-color:#f8f8f7!important}.attribute-dialog-inner .analytics-dfilter>div>div>div>div{padding:0!important}.attribute-dialog-inner .analytics-dfilter__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px 20px 60px;background-color:#404040;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}.attribute-dialog-inner .analytics-dfilter__header--title-container img{margin-right:20px}.attribute-dialog-inner .analytics-dfilter__header--title{position:relative;top:2px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#d7d6d7}.attribute-dialog-inner .analytics-dfilter__header--count{color:#d7d6d7;font-family:Noto Sans,sans-serif;margin-left:20px;font-size:14px;font-weight:300}.attribute-dialog-inner .analytics-dfilter__flat-btns{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 30px;background-color:#fff}.attribute-dialog-inner .analytics-dfilter__flat-btns span{font-size:13px;font-weight:300;font-family:Noto Sans,sans-serif;cursor:pointer}.attribute-dialog-inner .analytics-dfilter__flat-btns--select-clear{color:#ff7f00}.attribute-dialog-inner .analytics-dfilter__flat-btns--select-clear span:first-child{margin-right:15px}.attribute-dialog-inner .analytics-dfilter__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.attribute-dialog-inner .analytics-dfilter__checkboxes{overflow:scroll;height:390px;padding:10px;width:230px;background-color:#e9ecf0}.attribute-dialog-inner .analytics-dfilter__checkboxes .checkbox-component{height:30px;line-height:20px}.attribute-dialog-inner .analytics-dfilter__checkboxes .checkbox-component .checkbox-box{margin-left:20px}.attribute-dialog-inner .analytics-dfilter__checkboxes .checkbox-component:hover{background-color:#fff}.attribute-dialog-inner .analytics-dfilter__checkboxes .checkbox-component:hover .checkbox-text{color:#000}.attribute-dialog-inner .analytics-dfilter__checkboxes .checkbox-component .checkbox-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#a0a3a1;font-size:13px;font-family:Noto Sans,sans-serif}.attribute-dialog-inner .analytics-dfilter__filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:310px;height:390px;text-align:center;padding:10px 20px;overflow:scroll}.attribute-dialog-inner .analytics-dfilter__filters--empty-container{margin-top:60px}.attribute-dialog-inner .analytics-dfilter__filters--empty{font-family:Noto Sans,sans-serif;font-size:14px;text-align:center;color:#a0a3a1;margin-bottom:10px;padding:0 40px}.attribute-dialog-inner .analytics-dfilter__filters--filter{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:22px;max-height:22px;margin:5px 0;padding:5px 7px 4px;color:#0cb04c;background-color:#fff;border:1px solid #0cb04c;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px}.attribute-dialog-inner .analytics-dfilter__filters--filter:nth-child(2n+0){border:1px solid #ff7f00;color:#ff7f00}.attribute-dialog-inner .analytics-dfilter__filters--filter:nth-child(2n+0) .analytics-dfilter__filters--filter-delete{background-color:rgba(255,127,0,.25)}.attribute-dialog-inner .analytics-dfilter__filters--filter:nth-child(3n+0){border:1px solid #9b9b9b;color:#9b9b9b}.attribute-dialog-inner .analytics-dfilter__filters--filter:nth-child(3n+0) .analytics-dfilter__filters--filter-delete{background-color:rgba(188,191,192,.5)}.attribute-dialog-inner .analytics-dfilter__filters--filter-text{margin-right:5px;font-size:12px;font-weight:500;white-space:nowrap}.attribute-dialog-inner .analytics-dfilter__filters--filter-delete{cursor:pointer;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:16px;padding:2px;height:16px;line-height:12px;font-size:12px;position:relative;right:-5px;background-color:rgba(13,177,76,.25)}.attribute-dialog-inner header{background:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}.attribute-dialog-inner header .title{font-family:Noto Sans,sans-serif;font-size:18px;font-weight:400;color:#6d6c6c;display:block;text-align:center;width:100%}.attribute-dialog-inner header button{margin-left:15px;padding:0 20px}.attribute-dialog-inner header button.filled-button{color:#0db14c}.attribute-dialog-inner textarea{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;width:420px}.attribute-dialog-inner textarea::-webkit-input-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.attribute-dialog-inner textarea:-moz-placeholder,.attribute-dialog-inner textarea::-moz-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.attribute-dialog-inner textarea:-ms-input-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.attribute-dialog-inner textarea::-ms-input-placeholder{font-size:14px;color:#a0a3a1;opacity:1}.attribute-dialog-inner textarea::placeholder{font-size:14px;color:#a0a3a1;opacity:1}.attribute-dialog-inner .Select-control{min-width:130px}.attribute-dialog-inner .name-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px}.attribute-dialog-inner .name-wrapper>.apt-select{padding:0 10px}.attribute-dialog-inner .name-wrapper-input{width:360px}.attribute-dialog-inner .product-form__description-field{width:300px}.tracking-sources-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.tracking-sources-cell .cell-part{background-color:#e3eaf1;font-size:12px;padding:6px;margin-right:2px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.state-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:11px;font-family:Noto Sans,sans-serif;min-width:150px;margin:7px}.state-tooltip__center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.state-tooltip__timezone{color:#d7d6d7;margin-bottom:5px}.state-tooltip .app-loader{margin:0 auto}.state-tooltip .app-loader img{width:50px;height:50px}.state-tooltip__end,.state-tooltip__start{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:2px}.state-tooltip__end>div,.state-tooltip__start>div{margin-right:5px;color:#d7d6d7}.state-tooltip__end>div:first-child,.state-tooltip__start>div:first-child{color:#33deff}.state-tooltip__end>div:nth-child(2),.state-tooltip__start>div:nth-child(2){color:#ffa64d}.state-tooltip__end{margin-bottom:5px}.state-tooltip__end>div:first-child{color:#07f163}.state-tooltip__recurrences{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;opacity:.75;border-top:1px solid #a0a3a1;padding-top:5px;width:180px}.state-tooltip__recurrences,.state-tooltip__recurrences>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.state-tooltip__recurrences>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;color:#ffa64d}.state-tooltip__recurrences>div>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.state-tooltip__recurrences>div>div:nth-child(2)>div:first-child{color:#d7d6d7;margin-right:10px}.state-tooltip__recurrences>div>div:nth-child(2)>div:last-child{color:#d7d6d7;margin-left:10px}.attribute-in-use{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-bottom:20px}.attribute-in-use__header{font-size:15px;font-weight:500;margin-bottom:10px}.attribute-in-use__references-list{max-height:300px;overflow:auto;list-style-type:disc}.attribute-in-use__bullet{font-size:14px;-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;text-align:start}.sdk_config{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.sdk_config,.sdk_config__main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.sdk_config__main{padding:5px;height:-webkit-calc(100vh - 103px);height:-moz-calc(100vh - 103px);height:calc(100vh - 103px)}.sdk_config__main .account-menu{height:100%}.sdk_config__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.sdk_config__config-lists{width:100%;overflow:auto;height:-webkit-calc(100vh - 113px);height:-moz-calc(100vh - 113px);height:calc(100vh - 113px);color:#2b3d51}.sdk_config__config-lists .title{font-size:18px;margin-bottom:13px;font-family:Noto Sans,sans-serif}.sdk_config__config-list{width:100%;padding:35px 35px 0;overflow:auto}.sdk_config__config-list .sdk_config_item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.sdk_config__config-list .sdk_config_item.align-start{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.sdk_config__config-list .sdk_config_item .sdk_config_item-tip{margin-right:10px}.sdk_config__config-list .sdk_config_item .sdk_config_item-tip .info{margin-left:10px}.sdk_config__config-list .sdk_config_item .sdk_config_toggle-slider--disable-click input{pointer-events:none!important}.sdk_config__config-list .sdk_config_item .sdk_config_item-name{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:50%}.sdk_config__config-list .sdk_config_item .sdk_config_item-name .download-link{color:#0f87ec;cursor:pointer;padding-left:5px}.sdk_config__config-list .sdk_config_item .sdk_config_item-line-wrapper{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 10px;padding-top:24px}.sdk_config__config-list .sdk_config_item .sdk_config_item-line-wrapper .item-line{width:100%;height:1px;background-color:#d6d6d6}.sdk_config__config-list .sdk_config_item .sdk_config_item-value{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30%}.sdk_config__config-list .sdk_config_item .sdk_config_item-value input.sdk_config_input-text{height:30px;padding:8px;width:100%;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.sdk_config__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.sdk_config__empty--header{font-family:Noto Sans,sans-serif;font-size:24px;color:#ff7f00;margin:60px 0 20px}.sdk_config__empty--text{font-size:15px;font-weight:300;margin-bottom:30px}.sdk_config__empty .filled-button{border:1px solid #0db14c;line-height:30px}.sdk-config__text-fix label{text-transform:none!important}.config__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.config__header--product .product-selector{font-size:16px;font-weight:700;margin-right:20px;padding-top:15px}.config__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.config__header--actions>div{margin-left:5px}.config__header--buttons-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.config__header--buttons-wrapper .restore-default{margin-right:15px}.engagement_settings{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.engagement_settings,.engagement_settings__main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement_settings__main{height:-webkit-calc(100vh - 112px);height:-moz-calc(100vh - 112px);height:calc(100vh - 112px);margin:5px}.engagement_settings__main .account-menu{height:100%}.engagement_settings__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;height:100%;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:25px 50px 0 20px;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.engagement_settings__content .error{position:fixed;margin-top:2px;font-size:12px;line-height:12px;color:#f44336;-webkit-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;-moz-transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;text-align:left}.engagement_settings__content .engagement_settings__line-wrapper{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 10px;padding-top:24px}.engagement_settings__content .engagement_settings__line-wrapper .item-line{width:100%;height:1px;background-color:#d6d6d6}.engagement_settings__content .engagement_settings__security{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:700px}.engagement_settings__content .engagement_settings__security_label{margin-bottom:13px;font-size:18px;font-family:Roboto Slab,sans-serif}.engagement_settings__content .engagement_settings__security_details{width:100%}.engagement_settings__content .engagement_settings__security_details .engagement-security-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.engagement_settings__content .engagement_settings__security_details .engagement-security-content a{text-decoration:none}.engagement_settings__content .engagement_settings__security_details .engagement-security-content a:hover{color:#fff}.engagement_settings__content .engagement_settings__throttling{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_label{margin-bottom:13px;font-size:18px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details{margin-top:15px;max-width:700px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details input[type=number]{height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:45px;text-align:right;padding:0 8px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .react-select{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details input.input--with-validation:disabled{background-color:#fff;border:none}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .throttling_item-tip{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__interval_details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__interval_details.inactive{color:#9b9b9b}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__interval_details .minimum_of_label{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__interval_details .unit-value{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px;border:1px solid #d3d3d3}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__interval_details .units-select{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:125px;margin-right:10px;border:1px solid #d3d3d3}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__threshold_details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__threshold_details.inactive{color:#9b9b9b}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__threshold_details .maximum_of-label{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__threshold_details .threshold-value{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px;border:1px solid #d3d3d3}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__threshold_details .engagements_every-label{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__threshold_details .unit-value{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:10px;border:1px solid #d3d3d3}.engagement_settings__content .engagement_settings__throttling .engagement_settings__throttling_details .engagement_settings__threshold_details .units-select{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:125px;margin-right:10px;border:1px solid #d3d3d3}.engagement_settings__content .engagement_settings__throttling_micro-copy{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.engagement_settings__content .engagement_settings__throttling_micro-copy .text{color:#4a4a4a}.engagement_settings__content .engagement_settings__throttling_micro-copy .sub-list{margin-left:5px;color:#4a4a4a;max-width:15%;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.engagement_settings .margin-top{margin-top:20px}.engagement_settings .threshold-toggle-slider-disabled{cursor:not-allowed!important}.engagement_settings .threshold-toggle-slider-disabled>*{pointer-events:none!important}.tooltip-sub-list{-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;padding-left:10px;padding-top:5px}.engagement-security-settings-wrapper .engagement-security-settings,.tooltip-sub-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.engagement-security-settings-wrapper .engagement-security-settings{padding:20px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.engagement-security-settings-wrapper .engagement-security-settings .question{font-weight:700;margin:20px 0}.login-settings .login-method{padding:20px 0 20px 20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed}.login-settings-loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:9}.login-settings-metadata,.login-settings-metadata-wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.login-settings-metadata{padding-top:8px;margin-right:15px;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.login-settings-metadata__radio-buttons{width:50px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px;padding-left:14px}.login-settings-metadata__radio-buttons .saml-metadata{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.login-settings-metadata__radio-buttons .saml-metadata :first-child{margin-bottom:13px}.login-settings-metadata__inputs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.login-settings-metadata__inputs .login-settings-url{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.login-settings-metadata__inputs .login-settings-url .settings-input{width:100%;height:85px}.login-settings-metadata__inputs .errorMessage{color:#f44336;font-size:12px;width:100%;text-align:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.login-settings-metadata__inputs .errorMessage,.whitelist__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.whitelist__container{min-width:690px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.whitelist__title-hint{color:#888;font-size:12px;text-align:left;padding:3px 0 10px 30px}.whitelist{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#eceff1}.whitelist__title{padding:10px 30px 0;font-size:16px;font-weight:700;text-align:left}.whitelist__disabled{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.4);z-index:9}.whitelist__disabled>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:265px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.whitelist__disabled>div>div{width:60%;color:#000;padding:20px;font-size:14px;text-align:center;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3)}.whitelist__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;min-height:40px;-webkit-box-shadow:inset 0 -1px 0 0 #e9e9e9;-moz-box-shadow:inset 0 -1px 0 0 #e9e9e9;box-shadow:inset 0 -1px 0 0 #e9e9e9;padding:0 25px 0 30px;background-color:#fff}.whitelist__header,.whitelist__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.whitelist__header>div{min-width:50%}.whitelist__header--search>input{outline:none;border:none;margin-left:5px;font-size:14px;caret-color:#0f87ec;width:100%}.whitelist__header--search>input::-webkit-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.whitelist__header--search>input:-moz-placeholder,.whitelist__header--search>input::-moz-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.whitelist__header--search>input:-ms-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.whitelist__header--search>input::-ms-input-placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.whitelist__header--search>input::placeholder{font-size:14px;color:#a0a3a1;font-weight:300}.whitelist__header--all{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a3a1;font-size:12px;font-weight:300;padding-right:15px;-webkit-box-shadow:inset -1px 0 0 0 #ededed;-moz-box-shadow:inset -1px 0 0 0 #ededed;box-shadow:inset -1px 0 0 0 #ededed}.whitelist__header--all>div:first-child{margin-right:5px}.whitelist__header--all>div:last-child{width:20px;text-align:right;font-size:9px;font-weight:700;color:#000;margin-left:5px;text-transform:uppercase}.whitelist__header--clear{margin-left:15px;font-size:13px;font-weight:500;color:#ff7f00;cursor:pointer}.whitelist__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(100vh - 467px);height:-moz-calc(100vh - 467px);height:calc(100vh - 467px)}.whitelist__wrapper--available{position:relative;width:70%;min-width:380px;background-color:#fff;overflow:auto}.whitelist__wrapper--overlay{position:absolute;top:100px;left:0;z-index:10;height:100%;width:-webkit-calc(100% - 310px);width:-moz-calc(100% - 310px);width:calc(100% - 310px);background-color:rgba(0,0,0,.1)}.whitelist__wrapper--users{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;min-width:310px;width:30%;overflow:auto;padding:20px;background-color:#f8f8f7}.whitelist__empty,.whitelist__wrapper--users{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.whitelist__empty{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;font-size:12px;font-family:Noto Sans,sans-serif;text-align:center}.whitelist__empty>div{margin:15px 0 25px;padding:0 20px}.whitelist__user{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed;height:48px;padding:0 20px;font-size:12px;cursor:pointer;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.whitelist__user:hover{-webkit-box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;box-shadow:inset 4px 0 0 0 #ff7f00,inset 0 -1px 0 0 #ededed;background-color:#fbfbfb}.whitelist__user--init-info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.whitelist__user--initials{height:34px;width:34px;line-height:27px;text-align:center;border:2px solid #cfd8dc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:2px;color:#fff;margin-right:10px}.whitelist__user--initials>span{display:block;height:26px;width:26px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:12px;font-weight:700;letter-spacing:.8px;background-color:#cfd8dc}.whitelist__user--initials>span>img{position:relative;bottom:1px}.whitelist__user--info{text-align:left}.whitelist__user--info>div{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#a0a3a1}.whitelist__user--info>div:first-child{color:#000}.whitelisted-user{max-width:270px;margin-bottom:10px}.whitelisted-user>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:22px;min-height:22px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;padding-left:8px}.whitelisted-user>div:first-child>span{color:#000;font-size:12px;font-weight:500;margin-right:8px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.whitelisted-user img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.whitelisted-user .tooltip-v2{max-width:100%}.whitelisted-user__tip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:11px}.whitelisted-user__tip>div:first-child{color:#ffa64d}.whitelisted-user__tip>div:last-child{-webkit-box-shadow:inset 0 1px 0 0 #636463;-moz-box-shadow:inset 0 1px 0 0 #636463;box-shadow:inset 0 1px 0 0 #636463;margin-top:5px;padding-top:5px;color:#a0a3a1;width:100%;text-align:left}.cards-selector{padding:20px}.cards-selector,.cards-selector .card-option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.cards-selector .card-option{height:60px;width:200px;padding:5px 20px;margin-right:30px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px 0 rgba(0,0,0,.2);box-shadow:0 4px 8px 0 rgba(0,0,0,.2);-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cards-selector .card-option.PING_IDENTITY .st0{fill:#7d7d7d;-webkit-transition:all 3s ease;-o-transition:all 3s ease;-moz-transition:all 3s ease;transition:all 3s ease}.cards-selector .card-option.AUTH_0 .cls-1,.cards-selector .card-option.OKTA svg path{fill:#7d7d7d;-webkit-transition:fill 3s;-o-transition:fill 3s;-moz-transition:fill 3s;transition:fill 3s}.cards-selector .card-option.GSUITE div,.cards-selector .card-option.GSUITE div div{width:100%}.cards-selector .card-option.GSUITE g g g g path,.cards-selector .card-option.GSUITE g g g path{fill:#7d7d7d;-webkit-transition:fill 3s;-o-transition:fill 3s;-moz-transition:fill 3s;transition:fill 3s}.cards-selector .card-option.card-option--checked,.cards-selector .card-option:hover{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);-moz-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.cards-selector .card-option.card-option--checked.PING_IDENTITY .st0,.cards-selector .card-option:hover.PING_IDENTITY .st0{fill:#e3002c}.cards-selector .card-option.card-option--checked.OKTA svg path,.cards-selector .card-option:hover.OKTA svg path{fill:#007dc1}.cards-selector .card-option.card-option--checked.AUTH_0 .cls-1,.cards-selector .card-option:hover.AUTH_0 .cls-1{fill:#eb5424}.cards-selector .card-option.card-option--checked.GSUITE g g g g path,.cards-selector .card-option.card-option--checked.GSUITE g g g path,.cards-selector .card-option:hover.GSUITE g g g g path,.cards-selector .card-option:hover.GSUITE g g g path{fill:#434343;-webkit-transition:fill 3s;-o-transition:fill 3s;-moz-transition:fill 3s;transition:fill 3s}.cards-selector .card-option>div,.cards-selector .card-option>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.platform-login-settings{width:100%;height:100vh}.platform-login-settings__loader{height:100vh}.platform-login-settings__popup{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:540px;margin-top:-15px}.platform-login-settings__popup__field{margin-bottom:15px;width:100%}.platform-login-settings__popup__field .gpx-textfield{max-width:100%!important}.platform-login-settings__popup__field__label{font-size:12px;color:#3c4a57;margin-bottom:4px}.platform-login-settings__popup__field__mandatory{display:inline;margin-left:4px;color:#f75d4f}.platform-login-settings__popup__field__microcopy{margin:4px 0;color:#5f6c7a;width:80%;font-size:12px}.platform-login-settings__popup__field__certificate-drop{margin-top:4px;width:45%}.platform-login-settings__popup__field__certificate-drop,.platform-login-settings__popup__field__certificate-drop .dropzone{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.platform-login-settings__popup__field__certificate-drop .dropzone{-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:64px}.platform-login-settings__popup__field__certificate-drop .dropzone>img{height:32px}.platform-login-settings__popup__field__certificate-drop .dropzone__text{font-size:12px}.platform-login-settings__popup__mapping{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-15px}.platform-login-settings__popup__mapping .gpx-textfield{max-width:90%!important}.platform-login-settings__popup__download-button{margin-top:15px}.localization{font-size:12px;text-align:left;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:580px;font-family:Noto Sans,sans-serif;padding:32px 0 0 40px}.localization,.localization__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.localization__title{margin-bottom:5px}.localization__title-text{font-weight:700;margin-right:10px;color:#2090ed}.localization__title-line{-ms-flex-positive:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.localization__label{margin:10px 0 0;font-weight:700;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.localization__label-select{margin-top:0}.localization__label-checkbox{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.localization__label--divider{width:300px;height:1px;margin-top:15px;background-color:#e3e3e3}.localization__special{margin:0}.localization__special-checkbox>div:last-child{position:relative;top:8px}.localization__general{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.localization__general,.localization__general-activation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;width:100%}.localization__general-activation{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.localization__general-default-lang,.localization__general-lang{margin-bottom:20px}.localization .react-select.attributes-select{width:100%}.languages-countries-list-header{font-family:Noto Sans,sans-serif;border-bottom:1px solid #e3e3e3;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.languages-countries-list-header,.languages-countries-list-header .filter-by-checked,.languages-countries-list-header .filter-by-checked__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.languages-countries-list-header .filter-by-checked__label{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px}.languages-countries-list-header .filter-by-checked__radio{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:-3px}.languages-countries-list-header .search{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.languages-countries-list-body{height:-webkit-calc(100vh - 474px);height:-moz-calc(100vh - 474px);height:calc(100vh - 474px);font-family:Noto Sans,sans-serif;font-size:12px;text-align:left;overflow:auto;padding:20px}.languages-countries-list-body,.languages-countries-list-body .language-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.languages-countries-list-body .language-list{margin-bottom:20px}.languages-countries-list-body .language-list .language-name{font-weight:700}.languages-countries-list-body .language-list .country,.languages-countries-list-body .language-list .language-name{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.languages-countries-list-body .language-list .country{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:3px}.languages-countries-list-body .language-list .country:hover{background-color:rgba(26,56,67,.03)}.languages-countries-list-body .language-list .country .country-set-default:hover{color:#ff7f00;cursor:pointer;font-weight:700}.languages-countries-list-body .language-list .country-left{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.languages-countries-list-body .language-list .country-key{margin-right:15px;width:50px}.languages-countries-list-body .language-list .country-flag{margin-right:15px;width:20px}.languages-countries-list-body .language-list .country-name{margin-right:5px}.languages-countries-list-body .language-list .country-set-default{cursor:pointer}.top-default{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:Noto Sans,sans-serif;padding:5px 0 10px 10px}.top-default__label{font-weight:700;margin-right:15px}.top-default .country{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:3px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.top-default .country:hover{background-color:rgba(26,56,67,.03)}.top-default .country .country-set-default:hover{color:#ff7f00;cursor:pointer;font-weight:700}.top-default .country-left{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.top-default .country-flag,.top-default .country-key{margin-right:10px}.top-default .country-name{margin-right:5px}.top-default .country-set-default{cursor:pointer}.feedback-config .tabsContainer{position:relative;bottom:47px}.feedback-config .MuiTabs-root{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.feedback-config .MuiTabs-root .MuiTabs-fixed{width:unset}.feedback-config .MuiTabs-root .MuiTabs-scroller{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.feedback-config__main{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;height:-webkit-calc(100vh - 135px);height:-moz-calc(100vh - 135px);height:calc(100vh - 135px);margin:15px;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.feedback-config__main,.feedback-config__main .feedback-settings-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background-color:#fff}.feedback-config__main .feedback-settings-header{width:99%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:19px;margin:1px}.feedback-config__main .feedback-settings-header .title{font-size:15px;font-weight:700}.feedback-config__main .feedback-settings-header--options,.feedback-config__main .feedback-settings-header .title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.feedback-config__main .feedback-settings-header--options>div,.feedback-config__main .feedback-settings-header--options>img{margin-left:24px}.feedback-config__main .feedback-settings-header--options>img:hover{padding:8px}.feedback-config__main .feedback-settings-header--search .gpx-textfield__wrap{margin:5px 0}.feedback-config__main .feedback-settings-header--search>img{padding:8px;cursor:pointer;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.feedback-config__main .feedback-settings-header--search>img:hover{background-color:rgba(117,150,183,.1)}.feedback-config__main .feedback-settings-header--close-icon{cursor:pointer;background-color:#e2eaf0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;width:15px;height:15px}.feedback-config__main .table-v3{min-width:99%;max-width:99%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.feedback-config__main .table-v3__content{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;background-color:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.feedback-config__main .table-v3__content .ReactTable{max-height:-webkit-calc(100vh - 205px);max-height:-moz-calc(100vh - 205px);max-height:calc(100vh - 205px)}.feedback-config__main .table-v3__content .popover-menu-icon-container svg{right:0;top:3px}.feedback-config__main .table-v3__content .rt-th[role=columnheader]{border-right:none}.feedback-config__main .table-v3__content .rt-th[role=columnheader] div{margin-left:10px}.feedback-config__main .account-menu{height:100%}.feedback-config__content{overflow:auto;width:540px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:20px;background-color:#fff}.feedback-config__content.loading{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.feedback-config__emails{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.feedback-config__emails,.feedback-config__emails--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.feedback-config__emails--header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.feedback-config__emails--entries{margin:20px 0;padding-left:10px}.feedback-config__emails--entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:5px}.feedback-config__emails--entry .remove-pattern{cursor:pointer}.feedback-config__emails--add{color:#ff7f00;cursor:pointer;padding-left:10px}.feedback-config__options{height:200px;margin-left:30px;padding-left:20px;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.feedback-config .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.feedback-config{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.feedback-config .page-header__secondary{z-index:5}.feedback-config .emails-settings{background-color:#fff;margin:1px;padding-left:10px;overflow:auto;height:100%}.feedback-config .emails-settings .emails{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:350px}.feedback-config .emails-settings .emails .emails-header{margin:20px 10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.feedback-config .emails-settings .emails .emails-header .title{font-size:14px;font-weight:500;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.feedback-config .emails-settings .emails--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.feedback-config .emails-settings .emails .micro-copy{font-size:12px;margin-left:10px;color:#3e5872}.feedback-config .emails-settings .emails .entries{margin:3px 0;padding-left:10px}.feedback-config .emails-settings .emails .entries .entry{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.feedback-config .emails-settings .emails .entries .entry>div{width:100%}.feedback-config .emails-settings .emails .entries .entry .delete-icon{margin-left:5px;width:30px}.feedback-config .emails-settings .emails .entries .entry .gpx-textfield{width:100%;max-width:unset}.feedback-config .emails-settings .emails .entries .entry .gpx-textfield__wrap input{width:100%}.feedback-config .emails-settings .emails .entries .entry .bulk-add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.feedback-config .emails-settings .emails .entries .entry .bulk-add .micro-copy{color:#7596b7;font-size:12px;font-weight:lighter;margin-left:1px}.feedback-config .emails-settings .emails .entries .entry .bulk-add .react-select__control:hover{-webkit-box-shadow:inset 0 0 0 1px #0369e9;-moz-box-shadow:inset 0 0 0 1px #0369e9;box-shadow:inset 0 0 0 1px #0369e9}.feedback-config .emails-settings .emails .entries .entry .bulk-add .react-select__multi-value{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.feedback-config .emails-settings .emails .entries .entry .bulk-add .react-select__multi-value__label{padding:0 4px}.feedback-config .emails-settings .emails .entries .entry .bulk-add .react-select__multi-value__remove{padding:0 6px}.feedback-config .emails-settings .emails .entries .entry .bulk-add .react-select__multi-value__remove img{height:7px;width:7px}.feedback-config .emails-settings .emails .entries .entry .bulk-add .react-select__indicators{display:none}.feedback-config .emails-settings .emails .entries .entry .remove-email{cursor:pointer;margin-left:20px;margin-top:3px}.feedback-config .emails-settings__options{height:200px;margin-left:30px;padding-left:20px;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.feedback-config .emails-settings .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.feedback-email-warning{text-align:left}.feedback-email-warning__delete,.feedback-email-warning__title{white-space:nowrap}.feedback-email-warning__entries{margin:10px 0}.feedback-email-warning__entries>div:first-child{font-weight:700}.feedback-email-warning__entries ul{margin:0 0 10px;padding-left:20px}.email-forwarding-cell{font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.email-forwarding-cell .first-email{max-width:80%}.email-forwarding-cell .first-email,.email-forwarding-cell .other-emails{background-color:#e3eaf1;padding:4px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.email-forwarding-cell .other-emails{max-width:20%;cursor:default;margin-left:5px}.emails-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.emails-tooltip .header{font-size:14px;margin-bottom:10px;font-weight:500}.emails-tooltip .emails-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left;padding-left:10px}.portal-wizard.create-category{overflow:auto}.portal-wizard.create-category .portal-wizard__container{max-width:684px;width:684px}.create-category-dialog{width:100%;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;color:#19232f}.create-category-dialog,.create-category-dialog .name-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.create-category-dialog .name-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.create-category-dialog .name-header .name-title-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.create-category-dialog .name-header .name-title-container .asterics{color:#f75d4f;font-size:12px;margin-left:2px}.create-category-dialog .input-title{font-size:12px;margin-bottom:4px}.create-category-dialog .category-name-input{width:100%;border:1px solid #e3eaf1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-bottom:24px}.create-category-dialog .email-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.create-category-dialog .category-description-input{width:100%;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-bottom:32px;resize:none}.create-category-dialog .category-description-input::-webkit-input-placeholder{color:#9b9b9b;font-family:Noto Sans,sans-serif;font-size:14px}.create-category-dialog .category-description-input:-moz-placeholder,.create-category-dialog .category-description-input::-moz-placeholder{color:#9b9b9b;font-family:Noto Sans,sans-serif;font-size:14px}.create-category-dialog .category-description-input:-ms-input-placeholder{color:#9b9b9b;font-family:Noto Sans,sans-serif;font-size:14px}.create-category-dialog .category-description-input::-ms-input-placeholder{color:#9b9b9b;font-family:Noto Sans,sans-serif;font-size:14px}.create-category-dialog .category-description-input::placeholder{color:#9b9b9b;font-family:Noto Sans,sans-serif;font-size:14px}.create-category-dialog .header-title{font-size:14px;font-weight:500}.create-category-dialog .header-micro-copy{font-size:12px;color:#7596b7;margin-bottom:12px}.create-category-dialog .configurations{margin-top:32px;height:300px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.create-category-dialog .configurations .gpx-select{margin-left:34px;width:350px;max-width:350px}.create-category-dialog .configurations .gpx-select .react-select__menu{width:100%;max-width:350px}.create-category-dialog .configurations .gpx-select .react-select__menu .react-select__option:hover{background-color:rgba(117,150,183,.1)}.create-category-dialog .configurations .gpx-select .react-select__menu .react-select__option--is-focused{background-color:#fff}.create-category-dialog .configurations .gpx-select .react-select__menu-list{max-height:170px}.create-category-dialog .configurations .gpx-select .react-select__multi-value__label{max-width:160px}.email-selector-popover{width:264px;padding:12px 0}.email-selector-popover>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:32px;padding:0 16px;font-size:14px;letter-spacing:0}.email-selector-popover>div>div{width:100%}.email-selector-popover>div>span{cursor:pointer}.email-selector__max-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:2px;height:24px;padding:0 12px;font-size:12px;letter-spacing:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#e2e9f0;color:#3d566f}.custom-event-error{max-height:350px;font-size:14px;overflow:auto;padding:0 0 25px}.custom-event-error,.custom-event-error .entities-category{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.custom-event-error .entities-category{font-weight:700}.custom-event-error .entities-category .category{padding-bottom:5px;font-size:14px}.custom-event-error .entities-category .entity{font-weight:400;padding-left:20px;font-size:13px;word-break:break-all}.custom-event-error .entities-category .separator{padding-right:5px}.custom-event-error .warning-text-bold{font-weight:500}.custom-event-error .warning-text-bold-red{font-weight:500;color:red}.custom-events-settings .custom-event-header{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.custom-events-settings .MuiTabs-fixed{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;padding-left:20px}.custom-events-settings .table-v3{padding:5px}.custom-events-settings .table-v3,.custom-events-settings .table-v3 .table-pagination{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.custom-events-settings .table-v3 .table-pagination{padding:0;margin:0;height:50px}.custom-events-settings .table-v3 .table-pagination .inner-container-left{padding-left:6px}.custom-events-settings .table-v3 .table-pagination .inner-container-left .custom-events-settings__content--search{width:300px;margin-left:8px}.custom-events-settings .MuiTabs-root{z-index:0}.custom-events-settings .cegc__props{min-width:100px;text-align:left}.custom-events-settings .cegc__props>div:first-child{color:#ffa64d}.custom-events-settings .cegc__props>div:last-child{margin-top:5px;font-size:12px}.custom-event-dialog .step-content{margin:24px 0;width:100%;max-height:450px}.custom-event-dialog .custom-category{margin-bottom:20px}.custom-event-dialog .custom-category .field-sub-title{color:#253445;font-size:14px;font-weight:500;line-height:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px}.custom-event-dialog .clone-field.delete{width:0}.custom-event-dialog .clone-field.delete .delete-img{margin-top:5px}.custom-event-dialog .clone-field.property>div:first-child{margin-bottom:10px}.custom-event-dialog .clone-field .field-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.custom-event-dialog .clone-field.link{color:#0470f7;cursor:pointer;width:100px}.custom-event-dialog .clone-field .error{color:#f75d4f;font-size:12px}.custom-event-dialog .clone-field .error-box{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#2b3d51;font-size:14px;padding:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:1px solid #e3eaf1;margin-top:4px}.custom-event-dialog .clone-field .error-box img{width:25px;height:25px;margin-right:8px}.custom-event-dialog .clone-field .field-label{color:#4b6a87;font-family:Noto Sans,sans-serif;font-size:12px;width:100%;padding-bottom:5px}.custom-event-dialog .clone-field .field-content input{height:32px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:12px;width:100%}.custom-event-dialog .clone-field .field-content input.error{border:1px solid #f75d4f}.custom-event-dialog .clone-field .field-content input::-webkit-input-placeholder{font-size:13px}.custom-event-dialog .clone-field .field-content input:-moz-placeholder,.custom-event-dialog .clone-field .field-content input::-moz-placeholder{font-size:13px}.custom-event-dialog .clone-field .field-content input:-ms-input-placeholder{font-size:13px}.custom-event-dialog .clone-field .field-content input::-ms-input-placeholder{font-size:13px}.custom-event-dialog .clone-field .field-content input::placeholder{font-size:13px}.custom-event-dialog .clone-field .react-select__option--is-selected>div>div{padding-right:0!important}.custom-event-dialog .event-property{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:5px}.custom-event-dialog .event-property .clone-field{min-height:50px;margin:0}.api-key-tip{background-color:#404040}.api-keys-tooltip__header{text-align:left;color:#ffa64d;font-size:11px;margin-bottom:10px}.api-keys-tooltip__permissions{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.api-keys-tooltip__permissions,.api-keys-tooltip__permissions>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.api-keys-tooltip__permissions>div{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.api-keys-tooltip__permissions>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.api-keys-tooltip__permissions--disabled>div{color:hsla(0,0%,100%,.25)}.api-keys-tooltip__permissions--bullet{color:#ffa64d;font-size:13px;width:10px}.api-keys-tooltip__permissions--name{color:#d7d6d7;font-size:11px;width:90px;text-align:left}.api-keys-tooltip__permissions--name:first-letter{text-transform:capitalize}.api-keys-tooltip__permissions--read{color:#33deff;text-transform:capitalize;padding-right:5px;border-right:1px solid #a0a3a1;margin-right:5px;height:12px;font-size:11px}.api-keys-tooltip__permissions--read--disabled{color:hsla(0,0%,100%,.25);border-right:1px solid hsla(0,0%,100%,.25)}.api-keys-tooltip__permissions--write{color:#07f163;font-size:11px;text-transform:capitalize}.api-keys-tooltip__permissions--write--disabled{color:hsla(0,0%,100%,.25)}.api-keys__main{height:-webkit-calc(100vh - 112px);height:-moz-calc(100vh - 112px);height:calc(100vh - 112px);margin:5px}.api-keys__empty,.api-keys__main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.api-keys__empty{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:340px;height:-webkit-calc(100vh - 185px);height:-moz-calc(100vh - 185px);height:calc(100vh - 185px);margin-top:60px;overflow:auto}.api-keys__empty--title{font-family:Noto Sans,sans-serif;font-size:24px;color:#ff7f00;margin-bottom:20px}.api-keys__empty--text{margin-bottom:35px}.api-keys__empty--text>div{width:422px;font-size:15px;font-weight:300}.api-keys__empty--text>div>div{margin-right:5px;display:inline}.api-keys__empty img{margin-bottom:35px}.api-keys__empty--btn{border:1px solid #0f87ec;line-height:30px}.api-keys__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;position:relative;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.2)}.api-keys__content--overlay{position:absolute;top:0;left:0;width:100%;height:100%}.api-keys__content--main{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.api-keys__content--main,.api-keys__table{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.api-keys__table--name{cursor:default}.api-keys__table--delete,.api-keys__table--edit{cursor:pointer}.api-keys__table>div{position:relative}.api-keys__table>div .react-bs-table-container{height:-webkit-calc(100vh - 125px);height:-moz-calc(100vh - 125px);height:calc(100vh - 125px);overflow-y:scroll;overflow-x:auto}.api-keys__table>div .react-bs-table-container .react-bs-container-header{position:absolute;top:0;left:0}.api-keys__table>div .react-bs-table-container .react-bs-container-header th{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0 5px}.api-keys__table>div .react-bs-table-container .react-bs-container-body{padding-top:31px}.api-keys__table>div .react-bs-table-container .react-bs-container-body .datetime-cell{text-align:center}.api-keys__table>div .react-bs-table-container .react-bs-container-body td{height:57px;max-height:57px;padding:0 5px!important}.api-keys__table>div .react-bs-table-container .react-bs-container-body td.react-bs-table-no-data{border:0!important;height:-webkit-calc(100vh - 300px);height:-moz-calc(100vh - 300px);height:calc(100vh - 300px);font-size:17px!important;color:#969696}.api-dialog-wrapper{min-width:557px;min-height:224px}.api-dialog-wrapper .app-loader-v2>div{top:20%}.api-dialog-wrapper .api-key-dialog{width:100%;padding:20px 0}.api-dialog-wrapper .api-key-dialog .app-loader{margin-top:10px}.api-dialog-wrapper .api-key-dialog .app-loader img{width:40px;height:40px}.api-dialog-wrapper .api-key-dialog .key-description{color:#7596b7;font-size:12px;margin-bottom:16px}.api-dialog-wrapper .api-key-dialog .key-warning{color:#7596b7;font-size:12px;margin-top:8px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.api-dialog-wrapper .api-key-dialog .key-warning img{margin-right:5px}.api-dialog-wrapper .api-key-dialog .generate-text{color:#0369e9;font-size:14px;cursor:pointer}.api-dialog-wrapper .api-key-dialog .generate-text.disabled{color:grey}.api-dialog-wrapper .api-key-dialog .analytics-header__product--select{width:360px}.api-dialog-wrapper .api-key-dialog .analytics-header__product--select .product{width:170px;margin-right:20px}.api-dialog-wrapper .api-key-dialog .analytics-header__product--select .channel>div{width:170px}.api-dialog-wrapper .api-key-dialog .env-selector{width:170px;height:auto!important;margin-right:0!important}.api-dialog-wrapper .api-key-dialog .api-key-section{margin-bottom:32px;position:relative}.api-dialog-wrapper .api-key-dialog .api-key-section.key,.api-dialog-wrapper .api-key-dialog .api-key-section.key-copy{margin-bottom:0}.api-dialog-wrapper .api-key-dialog .api-key-section.permissions .selectors-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:24px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.api-dialog-wrapper .api-key-dialog .api-key-section.permissions .selectors-wrapper .env-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.api-dialog-wrapper .api-key-dialog .api-key-section.permissions .selectors-wrapper>div:last-child{margin-left:10px}.api-dialog-wrapper .api-key-dialog .api-key-section.permissions .field-sub-title{margin-bottom:10px}.api-dialog-wrapper .api-key-dialog .error-box{color:#2b3d51;font-size:14px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.api-dialog-wrapper .api-key-dialog .error-box img{margin-right:5px;width:20px;height:20px}.api-dialog-wrapper .api-key-dialog .field-sub-title{font-size:14px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:16px;color:#000;font-weight:500;letter-spacing:0;line-height:20px}.api-dialog-wrapper .api-key-dialog .field-sub-title img{margin-left:2px;height:16px;width:16px}.api-dialog-wrapper .api-key-dialog .portal-wizard__header .back{cursor:pointer}.api-dialog-wrapper .api-key-dialog .step-content{margin:24px 0 40px;width:100%}.api-dialog-wrapper .api-key-dialog .step-title{color:#253445;font-size:16px;font-weight:500;margin-bottom:12px}.api-dialog-wrapper .api-key-dialog .api-key-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.api-dialog-wrapper .api-key-dialog .error{position:absolute;bottom:-18px;color:#f75d4f;font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.api-dialog-wrapper .api-key-dialog .api-key-field{position:relative;width:100%;margin-bottom:32px}.api-dialog-wrapper .api-key-dialog .api-key-field.textarea-field{margin-bottom:0}.api-dialog-wrapper .api-key-dialog .api-key-field.key{width:472px!important;margin-bottom:0}.api-dialog-wrapper .api-key-dialog .api-key-field .env-selector,.api-dialog-wrapper .api-key-dialog .api-key-field .product{height:auto!important}.api-dialog-wrapper .api-key-dialog .api-key-field .field-sub-title{color:#253445;font-size:14px;font-weight:500;line-height:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.api-dialog-wrapper .api-key-dialog .api-key-field .field-label{color:#4b6a87;font-size:12px;width:100%;padding-bottom:5px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input{height:32px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:6px 12px;width:100%}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input.error-input{border:1px solid #f75d4f}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input::-webkit-input-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input:-moz-placeholder,.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input::-moz-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input:-ms-input-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input::-ms-input-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content input::placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content textarea{border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:6px 12px;width:100%;height:65px;overflow:auto;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;resize:none}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content textarea::-webkit-input-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content textarea:-moz-placeholder,.api-dialog-wrapper .api-key-dialog .api-key-field .field-content textarea::-moz-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content textarea:-ms-input-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content textarea::-ms-input-placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-content textarea::placeholder{font-size:14px;line-height:20px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-description{margin-top:2px;color:#7596b7;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px}.api-dialog-wrapper .api-key-dialog .api-key-field .field-description img{margin-right:5px;width:20px;height:20px}.api-dialog-wrapper .api-key-dialog .grid-container{display:grid;grid-template-columns:auto auto auto;background-color:#2196f3;padding:10px}.api-dialog-wrapper .api-key-dialog .grid-item{background-color:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.8);padding:20px;font-size:30px;text-align:center}.api-dialog-wrapper .api-key-dialog .seperator{height:1px;background:#e3eaf1;margin-bottom:10px}.api-dialog-wrapper .api-key-dialog .api-key-permissions{display:grid;grid-template-columns:auto}.api-dialog-wrapper .api-key-dialog .api-key-permissions .permission{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;margin-bottom:12px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.api-dialog-wrapper .api-key-dialog .api-key-permissions .permission .permission-cell{width:101px}.api-dialog-wrapper .api-key-dialog .api-key-permissions .permission .permission-cell.header{font-size:12px;color:#3e5872}.api-dialog-wrapper .api-key-dialog .api-key-permissions .permission .permission-cell.checkbox{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:14px;margin:0!important}.api-dialog-wrapper .api-key-dialog .api-key-permissions .permission .permission-checkbox-text{font-size:14px}.api-dialog-wrapper .api-key-dialog .api-key-permissions .permission .permission-checkbox-text .disabled{color:#afc3d7}.key-copy .field-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:12px}.key-copy .api-key-success-message{font-size:14px;font-weight:500}.key-copy .api-key-success-img{width:36px;height:36px}.key-copy .key-warning{margin-bottom:24px}.key-copy .copy-key{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;width:566px!important;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.key-copy .copy-key>input{width:556px!important;margin-right:10px;padding:6px 12px}.key-copy .copy-key>button{padding:0 30px}.ps-v2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ps-v2 .channel-product-label{color:#3e5872;font-size:12px;margin-bottom:4px}.ps-v2 .product{z-index:9;width:165px;height:30px;margin-right:10px}.ps-v2 .channel,.ps-v2 .product{color:#000;font-size:13px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;font-family:Noto Sans,sans-serif}.ps-v2 .channel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:3}.ps-v2 .channel .react-select__single-value--is-disabled{color:#000}.ps-v2__option{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;font-size:13px}.ps-v2__option img{margin-right:10px}.ps-v2__option>div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ps-v2__selection{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px}.ps-v2__selection>img{margin-right:5px}.ps-v2__selection>div{font-size:13px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;color:#2b3d51}.ps-v2__selection>div.channel-tooltip{color:#fff}.ps-v2__channel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-width:83px}.ps-v2__channel>div:first-child{margin:0 5px}.ps-v2__channel>div:last-child{font-weight:300;font-size:13px}.ps-v3__option{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.channel-selector .react-select__value-container .channel-selector__image{margin-right:5px}.channel-selector .react-select__value-container .channel-selector__label{font-size:13px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#2b3d51}.knowledge-center__i18n{height:-webkit-calc(100vh - 152px);height:-moz-calc(100vh - 152px);height:calc(100vh - 152px);overflow-y:auto}.knowledge-center__label{padding-top:8px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;margin-bottom:4px;color:#4b6a87}.knowledge-center__label>div:nth-child(2){margin-left:2px;color:red}.knowledge-center__clone{width:400px}.knowledge-center__clone .gpx-msgbox.knowledge-center__clone--description{max-width:100%;margin-top:24px;width:100%}.knowledge-center__clone .gpx-msgbox.knowledge-center__clone--description>div{width:100%}.knowledge-center__clone--name>div .gpx-textfield{max-width:100%}.knowledge-center__clone--products-select>div .gpx-wrapper.gpx-select{width:100%;max-width:100%}.knowledge-center__clone--products-select>div .gpx-wrapper.gpx-select .react-select__menu-list--is-multi{height:175px}.knowledge-center__clone--products-select>div .gpx-wrapper.gpx-select .react-select__option--is-disabled{color:#acb4bd!important}.knowledge-center__clone--type--note{padding-bottom:18px}.knowledge-center__clone--type>div{color:#4b6a87;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:4px}.knowledge-center__clone--type .gpx-radio{margin-left:5px}.knowledge-center__clone--type .gpx-radio .MuiFormControl-root{width:100%}.knowledge-center__clone--type .gpx-radio .MuiFormControl-root .MuiFormGroup-row{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.knowledge-center__clone--localization{color:#4b6a87;font-size:12px;padding-top:8px}.knowledge-center__clone--localization .gpx-radio{margin-left:5px}.knowledge-center__clone--localization .gpx-radio .MuiFormControl-root .MuiFormControlLabel-root{padding-right:16px}.knowledge-center__clone .gpx-select{padding-bottom:12px}.knowledge-center__clone .gpx-select__menu-list-wrap{background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);-moz-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12)}.knowledge-center__clone .gpx-select__option--label{width:100%}.knowledge-center__clone .gpx-select .react-select__value-container{height:30px!important}.knowledge-center__clone .gpx-select .react-select__menu-list{background-color:#fff}.knowledge-center__clone--description{padding-bottom:16px}.knowledge-center__header{height:48px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f9f8f7}.knowledge-center__header .inner-container-header .inner-container-name-wrapper .inner-container-name{margin:0;width:100%}.knowledge-center__header .inner-container-header .inner-container-name-wrapper .kc-name-tip{-webkit-flex-grow:0.4;-moz-box-flex:0.4;-ms-flex-positive:0.4;flex-grow:0.4}.knowledge-center__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Noto Sans,sans-serif;font-size:20px}.knowledge-center__header--product{margin-right:20px}.knowledge-center__header--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__header--actions .gpx-button{margin-left:10px}.knowledge-center__header-left,.knowledge-center__header-right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__header-right{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:11}.knowledge-center__header-right .status-label{margin-right:20px;cursor:pointer;font-weight:700;font-family:Noto Sans,sans-serif}.knowledge-center__header-right .status-label.active-label{color:#0f87ec}.knowledge-center__header-right .status-label.inactive-label{color:#2b3d51}.knowledge-center__body{height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px)}.knowledge-center__body,.knowledge-center__engagement-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden}.knowledge-center__engagement-selector{width:100%}.knowledge-center__engagement-selector__table .table-v3{padding:0}.knowledge-center__engagement-selector__table .table-v3 .table-pagination{margin:0}.knowledge-center__engagement-selector__sidebar{width:310px;height:-webkit-calc(100vh - 101px);height:-moz-calc(100vh - 101px);height:calc(100vh - 101px);-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.knowledge-center__engagement-selector__table-wrapper{width:-webkit-calc(100% - 310px);width:-moz-calc(100% - 310px);width:calc(100% - 310px);overflow:hidden}.knowledge-center--tabs{height:100%;padding-top:5px}.knowledge-center--tabs--tab-list{list-style:none;padding-left:15px}.knowledge-center--tabs--tab-list,.knowledge-center--tabs--tab-list__tab{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:0}.knowledge-center--tabs--tab-list__tab{width:70px;height:35px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#f9f8f7;border:1px solid #ddd}.knowledge-center--tabs--tab-list__tab--active{background-color:#fff;border:1px solid;border-color:#ddd #ddd #fff}.knowledge-center--tabs--tab-list__tab--active:after{background-color:#0f87ec}.knowledge-center--tabs--tab-list__tab--active:before{content:"";position:absolute;width:100%;height:5px;top:-2px;left:0;background-color:#0f87ec}.knowledge-center--tabs--tab-panel{background-color:#f6f6f6;height:-webkit-calc(100vh - 150px);height:-moz-calc(100vh - 150px);height:calc(100vh - 150px)}.knowledge-center--tabs--tab-panel--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px;max-height:45px;min-height:45px;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.knowledge-center--tabs--tab-panel--header>div:last-child{cursor:pointer;color:#0f87ec}.knowledge-center--tabs--tab-panel--header img{position:relative;bottom:1px;width:8px}.knowledge-center--tabs--tab-panel.ReactTabs__TabPanel--selected{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.knowledge-center--tabs--tab-panel--list-container{height:-webkit-calc(100vh - 200px);height:-moz-calc(100vh - 200px);height:calc(100vh - 200px);overflow-y:auto}.knowledge-center__audience{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.knowledge-center__audience .kc-audience__body{width:100%}.knowledge-center__audience .kc-audience__body .segment-feature .segment-body{padding:0 0 0 5px}.knowledge-center__editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.knowledge-center__editor .page-header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.knowledge-center__editor-body{width:100%;background-color:#fff;height:100%;min-height:-webkit-calc(100vh - 170px);min-height:-moz-calc(100vh - 170px);min-height:calc(100vh - 170px)}.knowledge-center__editor-body,.knowledge-center__editor-body-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.knowledge-center__editor-body-wrapper{width:-webkit-calc(100% - 410px);width:-moz-calc(100% - 410px);width:calc(100% - 410px);overflow:scroll}.knowledge-center__editor-body__content{background:url(/public/knowledge-center/wallpaper.svg);height:100%;position:relative;min-height:425px;overflow:hidden}.knowledge-center__editor-body__content-modal{background-color:rgba(25,42,48,.5);height:100%}.knowledge-center__editor__sidebar{width:410px;height:-webkit-calc(100vh - 101px);height:-moz-calc(100vh - 101px);height:calc(100vh - 101px);background-color:#f6f6f6}.knowledge-center__editor__sidebar .feature-lock .lock-img{top:-1px;right:-12px}.knowledge-center__editor__sidebar .editor-tab-settings{height:-webkit-calc(100vh - 154px);height:-moz-calc(100vh - 154px);height:calc(100vh - 154px)}.knowledge-center__editor__sidebar .engagement-i18n__header .search{width:100%}.knowledge-center__preview--sidebar{width:310px;height:-webkit-calc(100vh - 103px);height:-moz-calc(100vh - 103px);height:calc(100vh - 103px);background-color:#f6f6f6}.knowledge-center__preview .knowledge-center__editor-body-wrapper{width:-webkit-calc(100% - 310px);width:-moz-calc(100% - 310px);width:calc(100% - 310px)}.knowledge-center__preview__header .page-header{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.knowledge-center__preview__header__top{z-index:99;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);height:50px;min-height:50px;background-color:#f6f6f6;text-align:left;padding:0 20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;font-family:Noto Sans,sans-serif;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.knowledge-center__preview__header__buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.knowledge-center__preview__header__buttons>div:first-child{margin-right:10px}.knowledge-center__preview__header .knowledgeCenter-env{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:35px;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.knowledge-center__preview__header .knowledgeCenter-env,.knowledge-center__preview__header .knowledgeCenter-env>div,.knowledge-center__preview__header .knowledgeCenter-env__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__preview__header .knowledgeCenter-env__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#000;min-height:40px;font-size:13px;padding:0 40px 0 20px;font-family:Noto Sans,sans-serif}.knowledge-center__preview__header .knowledgeCenter-env__header>img{margin-right:20px}.knowledge-center__preview__header .knowledgeCenter-env__entries{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__preview__header .knowledgeCenter-env__entries>span{margin-right:10px}.knowledge-center__preview__header .knowledgeCenter-env__checkbox{margin-right:15px}.knowledge-center__preview__header .knowledgeCenter-env__checkbox .checkbox-text{font-size:12px;line-height:20px;color:#a0a3a1}.knowledge-center__preview__header .knowledgeCenter-env__checkbox .checkbox-text__checked{font-weight:700;color:#000}.knowledge-center__preview__header .knowledgeCenter-env__checkbox--disabled .gpx-checkbox__label{color:#afc3d7}.knowledge-center__preview .knowledge-center__editor-body{min-height:-webkit-calc(100vh - 220px);min-height:-moz-calc(100vh - 220px);min-height:calc(100vh - 220px)}.kc-list{-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;position:relative;right:0}.kc-list__leave{right:500px}.kc-content-create-button{margin-right:20px}.MuiPaper-root.MuiPopover-paper.MuiPaper-elevation2.MuiPaper-rounded{margin-top:8px}.MuiPaper-root.MuiPopover-paper.MuiPaper-elevation2.MuiPaper-rounded .section-content__select-wrapper{height:170px;width:350px}.MuiPaper-root.MuiPopover-paper.MuiPaper-elevation2.MuiPaper-rounded .section-content__select-wrapper--option>div{width:100%;height:32px;cursor:pointer;line-height:32px;padding:0 8px}.MuiPaper-root.MuiPopover-paper.MuiPaper-elevation2.MuiPaper-rounded .section-content__select-wrapper--option>div .gpx-checkbox__label{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.MuiPaper-root.MuiPopover-paper.MuiPaper-elevation2.MuiPaper-rounded .section-content__select-wrapper--option>div:hover{background-color:rgba(117,150,183,.1)}.kc-empty{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-top:100px;background-color:#fff;position:relative}.kc-empty,.kc-empty>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kc-empty>div{margin-bottom:20px}.kc-empty>div>div:first-child{color:#ff7f00;margin-bottom:20px;font-size:24px;font-family:Noto Sans,sans-serif}.kc-empty>div>div:nth-child(2){font-size:15px;font-weight:500;margin-bottom:10px}.kc-empty>div>div:last-child{width:400px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.kc-empty img.kc-empty_icon{width:60px;height:60px}.kc-empty img.kc-empty_widget{position:absolute;bottom:0;right:0}.kc-empty>button{border:none;outline:none;width:144px;height:30px;line-height:30px;margin-top:20px;color:#0f87ec;font-size:15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px #0f87ec;-moz-box-shadow:inset 0 0 0 1px #0f87ec;box-shadow:inset 0 0 0 1px #0f87ec}.knowledge-center__article--manage{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 20px}.knowledge-center__article--manage,.knowledge-center__article--manage>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__article--manage .MuiButton-label{font-weight:600!important;font-size:14px!important}.knowledge-center__article--manage .MuiButton-label svg g{fill:#0470f7}.knowledge-center__article--linked{margin-right:20px}.knowledge-center__article--categories{cursor:pointer}.knowledge-center__article-table .table-pagination{margin:-10px 0}.knowledge-center__article-table .knowledge-center-display-name-cell,.knowledge-center__article-table .knowledge-center-display-name-cell .input-button,.knowledge-center__article-table .table-pagination .inner-container-left{width:100%}.knowledge-center__article-table .knowledge-center-display-name-cell .input-button input{width:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.knowledge-center__article-table .knowledge-center-type-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__article-table .knowledge-center-type-cell img{margin-right:5px}.knowledge-center__article-table .knowledge-center-name-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px}.knowledge-center__article-table .knowledge-center-name-cell-name{text-align:left}.knowledge-center__article-table .knowledge-center-name-cell-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__article-table .knowledge-center-name-cell-status-name{color:#2090ed;margin-right:5px}.knowledge-center__article-table .knowledge-center-name-cell-status-dot{margin-right:5px}.knowledge-center__article-table .knowledge-center-name-cell-status-bot{color:#a0a3a1}.knowledge-center__article-table .knowledge-center-checkbox-cell,.knowledge-center__article-table .knowledge-center-checkbox-cell .checkbox-component,.knowledge-center__article-table .knowledge-center-checkbox-cell .checkbox-component .checkbox-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__article-table .knowledge-center-checkbox-cell .checkbox-component .checkbox-box{height:auto}.knowledge-center__article-table .knowledge-center-checkbox-cell .checkbox-component .checkbox-text{font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__article-table .knowledge-center-guide-activation-cell{width:100%;height:20px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation{height:20px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input{background-color:#f7f7f7;border:none;height:100%;padding:5px;font-size:12px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::-webkit-input-placeholder{font-size:12px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input:-moz-placeholder,.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::-moz-placeholder{font-size:12px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input:-ms-input-placeholder{font-size:12px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::-ms-input-placeholder{font-size:12px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::placeholder{font-size:12px}.knowledge-center__article-table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-error-container{margin-top:1px;font-size:10px}.input-button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.input-button__input{width:215px;height:24px;padding-left:5px;border:none;background-color:rgba(26,56,67,.05);font-size:12px}.input-button__input::-webkit-input-placeholder{font-size:12px}.input-button__input:-moz-placeholder,.input-button__input::-moz-placeholder{font-size:12px}.input-button__input:-ms-input-placeholder{font-size:12px}.input-button__input::-ms-input-placeholder{font-size:12px}.input-button__input::placeholder{font-size:12px}.input-button__input:focus{outline:none}.input-button--disabled .input-button__input{background-color:rgba(0,0,0,0)}.input-button--hover .input-button__input{background-color:rgba(26,56,67,.05)}.input-button__button{height:25px;width:45px;border:0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;color:#fff;text-transform:capitalize;outline:none;font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.input-button__button,.input-button__button--green{background-color:#0f87ec}.input-button__button--orange{background-color:#ff7f00}.knowledge-center__engagement-selector--manage .MuiButton-label{font-weight:600!important;font-size:14px!important}.knowledge-center__engagement-selector--manage .MuiButton-label svg g{fill:#0470f7}.knowledge-center-entries-table--tabs{padding-top:5px;width:-webkit-calc(100% - 310px);width:-moz-calc(100% - 310px);width:calc(100% - 310px);overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.knowledge-center-entries-table--tabs--tab-list{list-style:none;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-left:15px;margin-bottom:0}.knowledge-center-entries-table--tabs--tab-list__tab{width:70px;height:35px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;position:relative;background-color:#f9f8f7;border:1px solid #ddd}.knowledge-center-entries-table--tabs--tab-list__tab--active{background-color:#fff;border:1px solid;border-color:#ddd #ddd #fff}.knowledge-center-entries-table--tabs--tab-list__tab--active:after{background-color:#0f87ec}.knowledge-center-entries-table--tabs--tab-list__tab--active:before{content:"";position:absolute;width:100%;height:5px;top:-2px;left:0;background-color:#0f87ec}.knowledge-center-entries-table--tabs--tab-panel{background-color:#f6f6f6}.knowledge-center-entries-table--tabs--tab-panel--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px;max-height:45px;min-height:45px;background-color:#fff;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.knowledge-center-entries-table--tabs--tab-panel--header>div:last-child{color:#0f87ec;cursor:pointer}.knowledge-center-entries-table--tabs--tab-panel--header img{position:relative;bottom:1px;width:8px}.knowledge-center-entries-table--tabs--tab-panel.ReactTabs__TabPanel--selected{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status{font-family:Noto Sans;font-size:11px}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status-name{background-color:#d5f5db;padding:0 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status-name__data{font-size:11px;color:#181f26}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status-draft{background-color:#ffecb8;width:20px;height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status-draft__data{font-size:11px;color:#181f26}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell__content div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .info{margin-left:-7px;margin-right:10px;margin-top:1px}.knowledge-center__engagement-selector__table .table-pagination{padding-left:20px}.knowledge-center-name-cell-status-draft__kc-tootip{width:220px;font-size:12px;text-align:left}.article-form-v2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:540px;max-width:1600px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article-form-v2__article-editors-override{width:100%!important;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1;margin-bottom:24px}.article-form-v2__article-editors-override .article-form__editor{width:100%;max-height:350px}.article-form-v2__article-editors-override .article-form__editor.body{height:140px}.article-form-v2__article-editors-override .article-form__editor.title{border-bottom:1px solid #e3eaf1}.article-form-v2__article-editors-override .article-form__editor .article-editor-wrapper{height:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.article-form-v2__article-editors-override .article-form__editor .article-editor-wrapper .fr-code{overflow:auto}.article-form-v2__article-editors-override:hover{border:1px solid #0f87ec}.article-form-v2__container{width:100%;margin-bottom:24px;margin-right:4px}.article-form-v2__container .microcopy{font-size:12px;font-family:100;color:#7596b7;width:100%;margin-top:4px}.article-form-v2__container .microcopy.radio-microcopy{margin-top:-8px}.article-form-v2__container .gpx-textfield{max-width:100%!important}.article-form-v2__container .date-v2__container{width:100%!important}.article-form-v2__flex-row{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:-10px}.article-editor-wrapper{width:100%;padding:7px}.article-editor-wrapper:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-toolbar.custom-theme.fr-desktop.fr-inline{z-index:9999}.fr-popup.fr-active{z-index:9999!important}.fr-placeholder{font-size:12px}.article-editors{width:360px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #efefef}.article-editors .article-form__container{background-color:#fff;margin-bottom:4px}.article-form{height:540px}.article-form__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative}.article-form__container .filed-error{font-size:10px;color:#ff4034;float:left;text-align:left}.article-form__label{font-size:13px;font-family:Noto Sans,sans-serif;color:#000;position:absolute;top:5px;left:-45px;width:45px}.article-form__label.radio{margin-top:5px}.article-form__name-input{width:360px}.article-form__editor{width:360px;padding:0 3px;max-height:140px;overflow-y:auto}.article-form__title-wrapper{font-family:Arial,serif;width:360px}.article-form__date{font-family:Arial,serif}.article-form__date .widget-article__release-date-picker{height:30px;font-size:12px}.article-form__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 35px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.article-form__data>div{margin-bottom:25px}.article-form__data>div:last-child{margin-bottom:10px}.article-form__data .default-input>input::-webkit-input-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-weight:400;font-size:13px!important}.article-form__data .default-input>input:-moz-placeholder,.article-form__data .default-input>input::-moz-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-weight:400;font-size:13px!important}.article-form__data .default-input>input:-ms-input-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-weight:400;font-size:13px!important}.article-form__data .default-input>input::-ms-input-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-weight:400;font-size:13px!important}.article-form__data .default-input>input::placeholder,.article-form__data .fr-wrapper.show-placeholder .fr-placeholder{color:#000;opacity:.5;font-family:Noto Sans,sans-serif;font-weight:400;font-size:13px!important}.article-form__data .date-range-picker__content{position:fixed;top:250px;left:-webkit-calc(50% - 340px);left:-moz-calc(50% - 340px);left:calc(50% - 340px)}.article-form__opt{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.article-form__opt--feature .react-select__option>div{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.article-form__footer-wrapper{font-family:Arial,serif}.article-form__footer-wrapper .article-form__container{margin-bottom:25px}.knowledge-base-search-header .search{width:100%;padding:20px}.knowledge-base-search--item{padding:10px 20px}.knowledge-base-search--item--inner{border-bottom:1px solid #ececec}.knowledge-base-search--item__title-text{color:rgba(0,0,0,.8);-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.knowledge-base-search--item__subtitle{position:relative}.knowledge-base-search--item__subtitle p{color:#7d7d7d;font-size:14px;max-height:70px;overflow:auto;padding:5px 5px 10px;margin-bottom:0}.knowledge-base-search--item__subtitle .multiline-gradient{position:absolute;width:100%;bottom:0;height:25px;background:#f8f8f7;background:-webkit-gradient(linear,left bottom,left top,from(#f8f8f7),to(rgba(248,248,247,0)));background:-webkit-linear-gradient(bottom,#f8f8f7,rgba(248,248,247,0));background:-moz-linear-gradient(bottom,#f8f8f7 0,rgba(248,248,247,0) 100%);background:-o-linear-gradient(bottom,#f8f8f7 0,rgba(248,248,247,0) 100%);background:linear-gradient(0deg,#f8f8f7,rgba(248,248,247,0))}.knowledge-base-search--item--actions--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-base-search--item--actions img{cursor:pointer}.knowledge-base-search--item--actions img.action--added{margin-left:3px;margin-right:4px;width:23px;height:23px;cursor:auto}.knowledge-base-search-results{height:500px;overflow:auto}.knowledge-base-search__article-preview{padding:15px 15px 0;height:540px;overflow:auto}.knowledge-base-search .empty-results{height:100%;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.knowledge-base-search__integration-disabled{font-size:12px;padding:0 50px;color:#7d7d7d;text-shadow:0 0 #000;height:400px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-weight:400}.knowledge-base-search__integration-disabled,.knowledge-center__widget-articles{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.knowledge-center__widget-articles{width:100%;padding:10px 20px}.knowledge-center__search-list-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow:hidden;height:100%;position:relative}.knowledge-center__articles .knowledge-center__widget-content__article-item{margin:8px 0;width:100%;padding:5px;position:relative;display:inline-block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.15),0 3px 10px 0 rgba(0,0,0,.19);-moz-box-shadow:0 2px 4px rgba(0,0,0,.15),0 3px 10px 0 rgba(0,0,0,.19);box-shadow:0 2px 4px rgba(0,0,0,.15),0 3px 10px 0 rgba(0,0,0,.19);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.knowledge-center__articles .knowledge-center__widget-content__article-item:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.knowledge-center__articles .knowledge-center__widget-content__article-item:after{position:absolute;z-index:-1;width:100%;height:100%;opacity:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.3);-moz-box-shadow:0 5px 15px rgba(0,0,0,.3);box-shadow:0 5px 15px rgba(0,0,0,.3);-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.knowledge-center__articles .knowledge-center__widget-content__article-item:after:hover{opacity:1}.knowledge-center__articles .knowledge-center__widget-content__article-item__title-text-wrapper{padding:5px}.knowledge-center__articles .knowledge-center__widget-content__article-item__title-text{width:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:14px;line-height:1.5;text-align:left}.knowledge-center__articles .knowledge-center__widget-content__article-item__subtitle{width:auto;white-space:normal;opacity:.5;font-size:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;text-align:left;padding:5px}.knowledge-center__articles .knowledge-center__widget-content__article{left:0;width:100%}.knowledge-center__articles .knowledge-center__widget-content__article--animate{left:100%}.knowledge-center__widget-article .widget-article__body{overflow-x:hidden;max-width:100%;position:relative;cursor:default;line-height:23px;color:#3a3c45;font-size:12px}.knowledge-center__widget-article .widget-article__body:first-child{margin-top:0}.knowledge-center__widget-article .widget-article__body p img{margin:0;max-width:100%;height:auto!important}.knowledge-center__widget-article .widget-article__body p iframe{max-width:100%}.knowledge-center__widget-article .widget-article__body h1{line-height:1.2;font-size:2em}.knowledge-center__widget-article .widget-article__body h2{line-height:1.2;font-size:1.5em}.knowledge-center__widget-article .widget-article__body h3{line-height:1.2;font-size:1.322em}.knowledge-center__widget-article .widget-article__body h4{font-size:1.15em;border-bottom:1px solid #dadce5;line-height:25px;white-space:normal;padding-bottom:10px;margin-bottom:13px;font-weight:700;color:#2a2c35}.knowledge-center__widget-article .widget-article__body h5{font-size:.87em}.knowledge-center__widget-article .widget-article__body h6,.knowledge-center__widget-article .widget-article__body small{font-size:.756em}.knowledge-center__widget-article .widget-article__body blockquote{padding:10px 20px;margin:30px 0;font-size:16px;border-left:5px solid #babcc5}.knowledge-center__widget-article .widget-article__body blockquote a{font-size:16px}.knowledge-center__widget-article .widget-article__body blockquote footer{display:block;font-size:80%;line-height:1.42857;color:rgba(0,0,0,.8)}.knowledge-center__widget-article .widget-article__body blockquote footer:before{content:"— &nbsp;"}.knowledge-center__widget-article .widget-article__body blockquote small{display:block;font-size:80%;line-height:1.42857;color:rgba(0,0,0,.8)}.knowledge-center__widget-article .widget-article__body blockquote small:before{content:"— &nbsp;"}.knowledge-center__widget-article .widget-article__body table,.knowledge-center__widget-article .widget-article__body tbody,.knowledge-center__widget-article .widget-article__body td,.knowledge-center__widget-article .widget-article__body tfoot,.knowledge-center__widget-article .widget-article__body th,.knowledge-center__widget-article .widget-article__body thead,.knowledge-center__widget-article .widget-article__body tr{max-width:100%;margin-top:10px;margin-bottom:20px;padding:0;border:1px solid #ccc;font-size:14px}.knowledge-center__widget-article .widget-article__body tr{margin-bottom:10px}.knowledge-center__widget-article .widget-article__body tr:nth-child(2n){background-image:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(rgba(0,0,0,.07)),to(rgba(0,0,0,.07)));background-image:-webkit-linear-gradient(0,rgba(0,0,0,.07),rgba(0,0,0,.07));background-image:-moz-linear-gradient(0,rgba(0,0,0,.07),rgba(0,0,0,.07));background-image:-o-linear-gradient(0,rgba(0,0,0,.07),rgba(0,0,0,.07));background-image:linear-gradient(0,rgba(0,0,0,.07),rgba(0,0,0,.07))}.knowledge-center__widget-article .widget-article__body dl{margin-top:0;margin-bottom:20px}.knowledge-center__widget-article .widget-article__body iframe,.knowledge-center__widget-article .widget-article__body img{max-width:100%;height:auto!important}.knowledge-center__widget-article .widget-article__body ul>li{list-style-type:disc}.knowledge-center__widget-article .widget-article__body ol>li{list-style-type:decimal}.knowledge-center__widget-article .widget-article__body a.mt-self-link{color:inherit!important;text-decoration:none}.knowledge-center__widget-article .widget-article__body a.mt-self-link:hover{color:inherit;text-decoration:none}.community-with-article-search{height:100%;width:100%}.community-with-article-search__header{padding:0 16px}.community-with-article-search__header--search .gpx-kc-search-box__container{padding:0}.community-with-article-search__loader{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:-webkit-calc(100% - 54px);height:-moz-calc(100% - 54px);height:calc(100% - 54px)}.community-with-article-search__body{height:-webkit-calc(100% - 90px);height:-moz-calc(100% - 90px);height:calc(100% - 90px)}.community-with-article-search__body--list{height:100%;overflow:auto}.community-with-article-search__tabs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 16px 8px;border-bottom:1px solid #e3eaf1}.community-with-article-search__tabs--tab{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;cursor:pointer;padding:5px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.search-results-list{overflow:auto}.search-results-list>:first-child{border:none}.search-results-list__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:8px 16px;grid-gap:16px;gap:16px;border-top:1px solid #e3eaf1;cursor:pointer}.search-results-list__title--text{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:14px;font-weight:400;line-height:1.71;text-align:left;color:#000;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search-results-list__show-more,.search-results-list__title--text{letter-spacing:normal;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.search-results-list__show-more{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:8px 16px;font-size:12px;font-weight:600;line-height:1.33;text-align:center;color:#0369e9;cursor:pointer}.search-results-list__show-more:focus,.search-results-list__show-more:hover{color:#0369e9;text-decoration:none}.manage-categories{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.manage-categories__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;padding:0 30px;background-color:#fff;border-bottom:1px solid #e9e9e9}.manage-categories__header,.manage-categories__header--add{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.manage-categories__header--add{cursor:pointer;color:#0f87ec;font-size:14px;font-family:Noto Sans,sans-serif;vertical-align:middle;border-left:1px solid #e9e9e9;padding-left:20px}.manage-categories__header--add img{padding-right:5px}.manage-categories__header--add div:first-letter{text-transform:capitalize}.manage-categories__header--add--disabled{cursor:default;pointer-events:none;color:#a0a3a1}.manage-categories__header .search{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0}.manage-categories__content{height:342px;overflow:auto;background-color:#f8f8f7}.manage-categories__category{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;min-height:38px;padding:0 20px;background-color:#fff;border-bottom:1px solid #e9e9e9}.manage-categories__category:hover{padding-left:16px;border-left:4px solid #a0a3a1}.manage-categories__category--new .manage-categories__category--content{padding:6px 0}.manage-categories__category--new,.manage-categories__category--new:hover{padding-left:16px;border-left:4px solid #0f87ec}.manage-categories__category--new:hover img,.manage-categories__category--new img{-webkit-transform:translateY(-9px);-moz-transform:translateY(-9px);-ms-transform:translateY(-9px);-o-transform:translateY(-9px);transform:translateY(-9px)}.manage-categories__category textarea.manage-categories__category--input{height:36px;background-color:#fff3e6;resize:none;font-weight:400;padding-top:2px}.manage-categories__category .manage-categories__category--input{outline:none;border:none;height:22px;line-height:normal;color:#000;font-size:12px;font-family:Noto Sans,sans-serif;font-weight:700;padding:4px 5px;margin-left:15px;caret-color:#0f87ec}.manage-categories__category .manage-categories__category--input::-webkit-input-placeholder{font-size:12px}.manage-categories__category .manage-categories__category--input:-moz-placeholder,.manage-categories__category .manage-categories__category--input::-moz-placeholder{font-size:12px}.manage-categories__category .manage-categories__category--input:-ms-input-placeholder{font-size:12px}.manage-categories__category .manage-categories__category--input::-ms-input-placeholder{font-size:12px}.manage-categories__category .manage-categories__category--input::placeholder{font-size:12px}.manage-categories__category--content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0;width:-webkit-calc(100% - 85px);width:-moz-calc(100% - 85px);width:calc(100% - 85px)}.manage-categories__category--content img{padding:5px 0}.manage-categories__category--has-subtitle{padding:9px 0}.manage-categories__category--inputs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.manage-categories__category--error{position:absolute;top:14px;left:260px;font-size:10px;color:red}.manage-categories__category--text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);width:calc(100% - 20px)}.manage-categories__category--count{color:#0f87ec;font-size:12px;font-weight:700;width:22px;text-align:right}.manage-categories__category--names{padding-right:20px;overflow:hidden;margin-left:15px;color:#000;font-size:12px;font-weight:700;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:normal;width:-webkit-calc(100% - 42px);width:-moz-calc(100% - 42px);width:calc(100% - 42px)}.manage-categories__category--wrapper-ellipsis{line-height:normal;height:14px;margin:1px 0}.manage-categories__category--name-main,.manage-categories__category--name-sub{display:inline-block;-o-text-overflow:ellipsis;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.manage-categories__category--name-sub{font-weight:400;color:#a0a3a1}.manage-categories__category--action-content .set-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.manage-categories__category--actions{display:none;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.manage-categories__category--actions-visible{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.manage-categories__category--actions img:first-child{margin-right:10px}.manage-categories__category--subtitle{margin:0 10px;padding-left:10px;border-left:1px solid #eee}.manage-categories .set-container>div{min-width:unset!important}.manage-categories .set-container button{height:24px!important;line-height:22px!important;border:1px solid #2090ed!important}.manage-categories .set-container button>div>div{height:24px!important}.manage-categories .set-container span{font-size:12px!important}.warning-body{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.warning-body p{font-size:14px;margin:0}.warning-body--name{font-size:15px;width:100%;word-break:break-word;display:inline-block}.warning-body--note{font-size:12px}.warning-body--divider{border:none;width:100px;height:1px;-webkit-box-shadow:inset 0 -1px 0 0 #ff3800;-moz-box-shadow:inset 0 -1px 0 0 #ff3800;box-shadow:inset 0 -1px 0 0 #ff3800;margin-bottom:20px!important;margin-top:20px}.knowledge-center__engagement-selector__in-pagination__wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__engagement-selector__search{min-width:232px;padding-left:30px}.knowledge-center__engagement-selector__search .gpx-textfield__wrap>input{width:-webkit-calc(100% - 20px)!important;width:-moz-calc(100% - 20px)!important;width:calc(100% - 20px)!important}.knowledge-center__engagement-selector__search__close-icon{width:10px;height:10px;cursor:pointer}.knowledge-center__engagement-selector__in-pagination__controllers{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__engagement-selector__table .pagination-top .table-v3{padding-top:0!important;padding-bottom:0!important}.knowledge-center__engagement-selector__table .table-v3__content>div{height:-webkit-calc(100vh - 195px)!important;height:-moz-calc(100vh - 195px)!important;height:calc(100vh - 195px)!important}.link-form__filed-container{margin-bottom:10px}.knowledge-center__engagement-selector--manage{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-right:20px}.knowledge-center__engagement-selector__table .inner-container-left,.knowledge-center__engagement-selector__table .knowledge-center-display-name-cell,.knowledge-center__engagement-selector__table .knowledge-center-display-name-cell .input-button{width:100%}.knowledge-center__engagement-selector__table .knowledge-center-display-name-cell .input-button input{width:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.knowledge-center__engagement-selector__table .knowledge-center-type-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__engagement-selector__table .knowledge-center-type-cell img{margin-right:5px}.knowledge-center__engagement-selector__table .knowledge-center-name-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-name{text-align:left}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status-name{color:#2090ed;margin-right:5px}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status-dot{margin-right:5px}.knowledge-center__engagement-selector__table .knowledge-center-name-cell-status-bot{color:#a0a3a1}.knowledge-center__engagement-selector__table .knowledge-center-checkbox-cell,.knowledge-center__engagement-selector__table .knowledge-center-checkbox-cell .checkbox-component,.knowledge-center__engagement-selector__table .knowledge-center-checkbox-cell .checkbox-component .checkbox-box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__engagement-selector__table .knowledge-center-checkbox-cell .checkbox-component .checkbox-box{height:auto}.knowledge-center__engagement-selector__table .knowledge-center-checkbox-cell .checkbox-component .checkbox-text{font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell{width:100%;height:20px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation{height:20px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input{background-color:#f7f7f7;border:none;height:100%;padding:5px;font-size:12px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::-webkit-input-placeholder{font-size:12px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input:-moz-placeholder,.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::-moz-placeholder{font-size:12px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input:-ms-input-placeholder{font-size:12px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::-ms-input-placeholder{font-size:12px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-with-validation input::placeholder{font-size:12px}.knowledge-center__engagement-selector__table .knowledge-center-guide-activation-cell .input-with-validation-wrapper .input-error-container{margin-top:1px;font-size:10px}.articleUsageWarning .warning-header img{margin-right:0}.articleUsageWarning .btns-container{margin-left:10px}.knowledge-center_link-display-name-cell,.knowledge-center_link-display-name-cell .input-button{width:100%}.knowledge-center_link-display-name-cell .input-button input{width:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.sortable-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0 20px;background-color:rgba(0,0,0,0);border-bottom:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#333;font-weight:400}.sortable-item .align-down{position:relative;top:1px}.sortable-item .align-left{position:relative;left:-5px}.sortable-item .align-right{margin-left:5px}.sortable-item .wrapper-align-left{position:relative;left:-5px}.sortable-item__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px}.sortable-item__wrapper:hover{background-color:#f3f3f3}.sortable-item .no-padding{padding-left:0}.sortable-item__inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-left:10px}.sortable-item__inner .remove-article{position:relative;left:2px}.sortable-item__inner__bigger-padding{padding-left:22px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.sortable-item__inner__bigger-padding,.sortable-item__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.sortable-item__title{position:relative;top:-2px;margin-left:10px}.sortable-item__title__no-margin{margin-left:0;position:relative;top:-2px}.sortable-item__title img{margin-right:10px}.sortable-item__title div{text-align:left;width:180px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sortable-item .no-margin .sortable-item__title{margin-left:-10px}.sortable-item .vertical-green-line{height:0;display:none}.sortable-list{padding:15px 0}.sortable-list .sortable-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sortable-list .sortable-item .vertical-green-line{display:block;margin:2px 0 0 10px;width:1px;height:15px;background-color:#2090ed}.sortable-list .category-item{padding-right:30px}.completed-icon{position:relative;right:1px}.input-with-validation-wrapper{width:100%}.input-with-validation-wrapper .input-with-validation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:30px;font-family:Noto Sans,sans-serif;font-size:14px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden}.input-with-validation-wrapper .input-with-validation__input{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding:1px 12px 0;border:0;min-width:0;outline:none}.input-with-validation-wrapper .input-with-validation__input::-webkit-input-placeholder{font-size:14px;color:#a0a3a1}.input-with-validation-wrapper .input-with-validation__input:-moz-placeholder,.input-with-validation-wrapper .input-with-validation__input::-moz-placeholder{font-size:14px;color:#a0a3a1}.input-with-validation-wrapper .input-with-validation__input:-ms-input-placeholder{font-size:14px;color:#a0a3a1}.input-with-validation-wrapper .input-with-validation__input::-ms-input-placeholder{font-size:14px;color:#a0a3a1}.input-with-validation-wrapper .input-with-validation__input::placeholder{font-size:14px;color:#a0a3a1}.input-with-validation-wrapper .input-with-validation__validation{padding:1px 12px 0;border:0;font-weight:500;color:#fff;text-transform:capitalize;background-color:#0f87ec;outline:none}.input-with-validation-wrapper .input-with-validation__validation--green{background-color:#0f87ec}.input-with-validation-wrapper .input-with-validation__validation--orange{background-color:#ff7f00}.input-with-validation-wrapper .input-with-validation__validation--grey{background-color:#6d6c6c}.input-with-validation-wrapper .input-with-validation.icon span.input-icon{background-color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.input-with-validation-wrapper .input-with-validation.icon span.input-icon svg{width:24px;height:24px;margin-right:5px}.input-with-validation-wrapper .input-with-validation.disabled input{background-color:#d6d6d6}.input-with-validation-wrapper .input-error-container{text-align:center;margin-top:8px;color:#ff7f00;font-size:13px;margin-bottom:-10px}.knowledge-center .kc-recommendation__table .table-pagination{margin:0}.knowledge-center .kc-recommendation__table .table-pagination .inner-container-left{width:100%}.knowledge-center .kc-recommendation__table_header{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}.kc-recommendation_clone_form{height:495px;padding:0 4px}.kc-recommendation_clone_form-header{width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 4px 0}.kc-recommendation_clone_form-header,.kc-recommendation_clone_form-header_close{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kc-recommendation_clone_form-header_close{cursor:pointer;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.kc-recommendation_clone_form-header_close img{width:14px}.kc-recommendation_clone_form-content{width:500px}.kc-recommendation_clone_form-input{font-size:12px;color:#3e5872;margin-bottom:28px}.kc-recommendation_clone_form-input .gpx-textfield{width:100%;max-width:100%!important}.kc-recommendation_clone_form-input .gpx-msgbox{width:100%!important;max-width:100%!important}.kc-recommendation_clone_form-input .gpx-msgbox__wrap{width:100%!important}.kc-recommendation_clone_form-input .gpx-msgbox__wrap textarea{height:50px}.kc-recommendation_form{width:644px;height:495px;padding:0 4px}.kc-recommendation_form-header{width:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 4px 0}.kc-recommendation_form-header,.kc-recommendation_form-header_close{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kc-recommendation_form-header_close{cursor:pointer;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.kc-recommendation_form-header_close img{width:14px}.kc-recommendation_form-input{font-size:12px;color:#3e5872;margin-bottom:28px}.kc-recommendation_form-input .gpx-textfield{width:100%;max-width:100%!important}.kc-recommendation_form-input .gpx-msgbox{width:100%!important;max-width:100%!important}.kc-recommendation_form-input .gpx-msgbox__wrap{width:100%!important}.kc-recommendation_form-input .gpx-msgbox__wrap textarea{height:50px}.kc-recommendation_form_error-tooltip-container{position:absolute;bottom:12px;right:20px;width:83px;height:33px}.kc-recommendation_content_header{margin-bottom:28px}.kc-recommendation_content_header_search-label{font-size:12px;font-family:Noto Sans,sans-serif;color:#7596b7;margin-bottom:12px}.kc-recommendation_content_header_search-input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kc-recommendation_content_header_search-input .react-select{width:540px;margin-right:16px}.kc-recommendation_content_header_search-input .react-select__multi-value img{width:15px}.kc-recommendation_content_header_search-input .react-select__option img{margin-right:17px}.kc-recommendation_content-list_title{margin-bottom:20px;font-weight:700}.kc-recommendation_content-list_item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:48px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e3eaf1;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;padding:0 10px;z-index:10000000;background-color:#fff}.kc-recommendation_content-list_item:hover{background-color:#e3eaf1}.kc-recommendation_content-list_item-left,.kc-recommendation_content-list_item_icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kc-recommendation_content-list_item_icon img{margin-right:40px}.kc-recommendation_content-list_item_delete{cursor:pointer}.kc-recommendation_content-list_empty,.kc-recommendation_content-list_item_delete{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kc-recommendation_content-list_empty{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:rgba(25,35,47,.35) 0 1px 3px;-moz-box-shadow:rgba(25,35,47,.35) 0 1px 3px;box-shadow:0 1px 3px rgba(25,35,47,.35);height:400px;width:100%}.kc-recommendation_content-list_empty_title{font-size:16px;font-weight:500;text-align:center;color:#19232f}.kc-recommendation_content-list_empty_desc{font-size:12px;color:#7596b7}.kc-recommendation_audience__body_rulesets .segment-feature>div{padding:0;background-color:#fff}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:none}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body__rules{width:100%}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets{height:100%}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel{margin:0 0 25px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel-header{min-height:42px;border:1px solid #e3eaf1;background-color:#fff}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel-header-index{display:none}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel-header-image-left{width:20px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body{width:100%;min-width:100%;border:1px solid #e3eaf1;border-top:none}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule__cancel-container{position:relative;height:24px;width:24px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule__cancel-container .cancel-img{margin:0;position:relative;top:0;left:0;width:24px;height:24px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .field-type{width:130px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .rule__operators-value{width:-webkit-calc(100% - 130px);width:-moz-calc(100% - 130px);width:calc(100% - 130px)}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .rule__operators-value .operator{width:130px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .rule__operators-value .value{width:250px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .rule__operators-value .value .render-with-copy .input-copy{position:relative;top:2px}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel .apt-panel-body .rules-set-inner-container .rule .rule__operators-value .value .render-with-copy .react-select{width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px)}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel-header-actions,.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel-header-image-right{display:none}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel.no-rules-apt-panel{color:#afc3d7}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel.no-rules-apt-panel .apt-panel-header{background-color:#e3eaf1;color:#afc3d7}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel.no-rules-apt-panel .apt-panel-header-image-left{opacity:.5}.kc-recommendation_audience__body_rulesets .segment-feature .segment-body .rules-sets .apt-panel.no-rules-apt-panel .no-rules-add-button{color:#afc3d7}.px-stepper{width:100%;height:100%}.px-stepper,.px-stepper_step{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.px-stepper_step{font-size:14px;font-weight:400;cursor:pointer;font-family:Noto Sans,sans-serif}.px-stepper_step-number{width:24px;height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#7596b7;border:1px solid #7596b7}.px-stepper_step-number_error{color:#b7757b;border:1px solid #b7757b}.px-stepper_step-line{height:2px;width:10px;-webkit-border-radius:0 0 1px 1px;-moz-border-radius:0 0 1px 1px;border-radius:0 0 1px 1px;margin-right:8px;background-color:#7596b7}.px-stepper_step-name{margin-right:20px}.px-stepper_step-active{cursor:auto}.px-stepper_step-active .px-stepper_step-number{background-color:#0369e9;border:1px solid #0369e9;color:#fff}.px-stepper_step-active .px-stepper_step-line{background-color:#0369e9}.px-stepper_step_validated .px-stepper_step-number{background-color:#13c77f;border:none}.px-stepper_step_validated .px-stepper_step-line{background-color:#13c77f}.px-stepper_step_validated img{width:26px;height:26px}.error_tooltip_content{color:#4b6a87;text-align:left}.error_tooltip_content ul{-webkit-padding-start:15px;-moz-padding-start:15px;padding-inline-start:15px}.kc-recommendation_audience_title{font-family:Noto Sans,sans-serif;font-weight:700;margin-bottom:5px;color:#2b3d51}.kc-recommendation_audience_sub-title{font-size:12px;color:#7596b7;margin-bottom:10px}.editor-tab-settings{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0 15px 15px;overflow-y:auto;overflow-x:hidden}.editor-tab-settings__bot{height:-webkit-calc(100vh - 166px);height:-moz-calc(100vh - 166px);height:calc(100vh - 166px)}.editor-tab-settings__bot .accordion-bot .gpx-accordion__details{width:100%}.editor-tab-settings__feedback{margin-top:15px}.editor-tab-settings__feedback .checkbox-text{position:relative;top:2px;font-size:14px;font-weight:400;color:#000}.editor-tab-settings__feedback .gpx-toggle-container{text-align:left}.editor-tab-settings__feedback-toggle{margin-left:-5px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.editor-tab-settings__bot{padding-top:20px}.editor-tab-settings__bot .checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.editor-tab-settings__bot .checkbox-component .checkbox-text{font-family:Noto Sans,sans-serif;font-size:12px}.editor-tab-settings__bot .checkbox-component .checkbox-box,.editor-tab-settings__bot .checkbox-component .checkbox-text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.editor-tab-settings__feedback-accordions{margin:0 -16px}.editor-tab-settings__feedback-accordions .gpx-accordion,.editor-tab-settings__feedback-accordions .gpx-accordion .MuiPaper-root{background-color:#fbfbfc}.editor-tab-settings__feedback-accordions-divider{height:1px;width:100%;background-color:#e3eaf1}.editor-tab-settings__section .gpx-msgbox__label,.editor-tab-settings__section .gpx-textfield__label{text-align:left}.editor-tab-settings__section--textfield{margin-bottom:8px;margin-top:16px}.editor-tab-settings__section--textfield .gpx-msgbox{width:368px;max-width:368px}.editor-tab-settings__section--textfield .gpx-msgbox .gpx-msgbox__wrap{width:368px}.editor-tab-settings__section--textfield .gpx-msgbox .gpx-msgbox__wrap>textarea{height:80px}.editor-tab-settings__section--link{cursor:pointer;color:#0369e9;text-decoration:underline}.editor-tab-settings__section .section-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.editor-tab-settings__section .section-header-label{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000}.editor-tab-settings__section .section-header--counter{padding-left:5px;font-size:11px;font-weight:500;line-height:1.45}.editor-tab-settings__section .section-header .horizontal-line{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1px;opacity:.75;background-color:#ddd;margin-left:10px}.editor-tab-settings__section .section-hidden{max-height:0;overflow:hidden}.editor-tab-settings__section .section-hidden,.editor-tab-settings__section .section-visible{-webkit-transition:max-height .5s;-o-transition:max-height .5s;-moz-transition:max-height .5s;transition:max-height .5s}.editor-tab-settings__section .section-visible{max-height:400px;height:auto;overflow:visible}.editor-tab-settings__section .section-content .gpx-wrapper.gpx-select{max-width:385px}.editor-tab-settings__section .section-content .gpx-select{width:385px}.editor-tab-settings__section .section-content .gpx-select__menu-list-wrap{background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);-moz-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12)}.editor-tab-settings__section .section-content .gpx-select .react-select__value-container{height:30px!important}.editor-tab-settings__section .section-content .gpx-select .react-select__control>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:8px}.editor-tab-settings__section .section-content .gpx-select .react-select__menu-list{background-color:#fff}.editor-tab-settings__section .section-content__help-text{font-size:12px;margin-bottom:10px;text-align:left}.editor-tab-settings__section .section-content .small-title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;color:#7d7d7d;margin-bottom:10px}.editor-tab-settings__section .section-content .categories-grid{max-height:unset;margin-bottom:15px}.editor-tab-settings__section .section-content__field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;margin-right:10px;width:45%}.editor-tab-settings__section .section-content__field .settings-field-label__long-field-name{width:-webkit-max-content;width:-moz-max-content;width:max-content}.editor-tab-settings__section .section-content__field .settings-field-label .label-hint{color:#7d7d7d}.editor-tab-settings__section .section-content__field .select-font{width:90%}.editor-tab-settings__section .section-content__field .select-font .react-select__value-container{overflow:hidden}.editor-tab-settings__section .section-content__field.emails-list{width:100%}.editor-tab-settings__section .section-content__field.settings-field-last{margin-right:0}.editor-tab-settings__section .section-content__field .text-field-number{width:55px}.editor-tab-settings__section .section-content__field .text-field-number-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.editor-tab-settings__section .section-content__field .text-field-number-wrapper .unit-sign{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.editor-tab-settings__section .section-content__field .text-field-number-wrapper__z-index{width:85px}.editor-tab-settings__section .section-content__field.custom-query-input-field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.editor-tab-settings__section .section-content__field.custom-query-input-field .section-content__row__label{font-size:12px;margin-bottom:5px;padding:0 10px}.editor-tab-settings__section .section-content__field.custom-query-input-field .text-field-component{font-size:12px}.editor-tab-settings__section .section-content__field.custom-query-input-field .text-field-component::-webkit-input-placeholder{font-size:12px}.editor-tab-settings__section .section-content__field.custom-query-input-field .text-field-component:-moz-placeholder,.editor-tab-settings__section .section-content__field.custom-query-input-field .text-field-component::-moz-placeholder{font-size:12px}.editor-tab-settings__section .section-content__field.custom-query-input-field .text-field-component:-ms-input-placeholder{font-size:12px}.editor-tab-settings__section .section-content__field.custom-query-input-field .text-field-component::-ms-input-placeholder{font-size:12px}.editor-tab-settings__section .section-content__field.custom-query-input-field .text-field-component::placeholder{font-size:12px}.editor-tab-settings__section .section-content__field .img-input .input-with-button input.input-with-button__input{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.editor-tab-settings__section .section-content__field .img-input .icon.input-with-button input.input-with-button__input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.editor-tab-settings__section .section-content .dense{margin-bottom:5px}.editor-tab-settings__section .section-content__row{margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left}.editor-tab-settings__section .section-content__row .feedback-category{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:5px;margin-bottom:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.editor-tab-settings__section .section-content__row .feedback-category .name-description{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;max-width:90%}.editor-tab-settings__section .section-content__row .feedback-category .name-description .name{font-size:14px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.editor-tab-settings__section .section-content__row .feedback-category .name-description .description{font-size:12px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#7d7d7d}.editor-tab-settings__section .section-content__row .feedback-category .name-description .separator{margin:0 6px;color:#7d7d7d}.editor-tab-settings__section .section-content__row .feedback-category .name-description .labels{color:#7d7d7d}.editor-tab-settings__section .section-content__row .settings-field-textfield textarea{resize:none}.editor-tab-settings__section .section-content__row .settings-field-textfield textarea::-webkit-input-placeholder{font-size:12px}.editor-tab-settings__section .section-content__row .settings-field-textfield textarea:-moz-placeholder,.editor-tab-settings__section .section-content__row .settings-field-textfield textarea::-moz-placeholder{font-size:12px}.editor-tab-settings__section .section-content__row .settings-field-textfield textarea:-ms-input-placeholder{font-size:12px}.editor-tab-settings__section .section-content__row .settings-field-textfield textarea::-ms-input-placeholder{font-size:12px}.editor-tab-settings__section .section-content__row .settings-field-textfield textarea::placeholder{font-size:12px}.editor-tab-settings__section .section-content__row .settings-field-url{width:100%;font-size:14px}.editor-tab-settings__section .section-content__row .settings-field.title-input-field{width:100%}.editor-tab-settings__section .section-content__row .settings-field-completed_color{width:150px}.editor-tab-settings__section .section-content__row_one-item .section-content__field{width:100%;margin-right:0}.editor-tab-settings__section .section-content__row .checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;margin-bottom:6px}.editor-tab-settings__section .section-content__row .checkbox-component .checkbox-text{font-family:Noto Sans,sans-serif;font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.editor-tab-settings__section .section-content__row__column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.editor-tab-settings__section .section-content_dynamic-list{font-size:14px;margin-bottom:10px}.editor-tab-settings__section .section-content_dynamic-list .section-content__row{margin-bottom:10px}.editor-tab-settings__section .section-content_dynamic-list .settings-field-list-label{font-family:Noto Sans,sans-serif;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:6px;font-weight:700;font-size:12px}.editor-tab-settings__section .section-content_dynamic-list .settings-field-plus{cursor:pointer;color:#ff7f00}.editor-tab-settings__section .section-content_dynamic-list img.remove-pattern{cursor:pointer}.editor-tab-settings__section .section-content_dynamic-list .checkbox-send-email{font-size:14px;margin-bottom:10px}.editor-tab-settings__section .section-content_dynamic-list .checkbox-send-email .checkbox-text{font-size:14px}.editor-tab-settings__section .section-content .gpx-textfield__wrap.gpx-textfield__wrap--with-end-icon.section-content__input{width:350px}.editor-tab-settings .embedded-settings__z-index{width:104px;margin-bottom:20px}.editor-tab-settings .embedded-settings__z-index--label{font-size:12px;margin-bottom:5px;text-align:left}.editor-tab-settings .embedded-settings .positions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.editor-tab-settings .embedded-settings .positions .position-grid{margin-bottom:20px}.editor-tab-settings .embedded-settings .positions .position-alignment{margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.editor-tab-settings .embedded-settings .positions .position-alignment .position-alignment-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px}.editor-tab-settings .embedded-settings .positions .position-alignment .position-alignment-wrapper .section-body-header{font-size:12px;margin-bottom:5px;text-align:left}.editor-tab-settings .embedded-settings .positions .position-alignment .position-alignment-wrapper .position-select{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;margin-right:20px}.editor-tab-settings .embedded-settings .positions .position-coordinates .section-body-header{font-size:12px;margin-bottom:5px;text-align:left}.editor-tab-settings .embedded-settings .positions .position-coordinates .coordinates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.editor-tab-settings .embedded-settings .positions .position-coordinates .coordinates>div:first-child{margin-right:38px}.editor-tab-settings .css-selector-settings{text-align:left;font-size:12px}.editor-tab-settings .css-selector-settings .section-header{margin-bottom:5px}.editor-tab-settings__checkbox-enable-docs-search{font-size:14px;margin-bottom:10px}.editor-tab-settings__checkbox-enable-docs-search .checkbox-text{font-size:14px}.editor-tab-settings__docs-search .editor-tab-settings__section .settings-field-label{font-size:12px;text-align:left}.editor-tab-settings .article-provider-selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.editor-tab-settings .article-provider-selector .article-provider-logo{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:50%;height:100%;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.editor-tab-settings .article-provider-selector .article-provider-logo__disabled{visibility:hidden}.editor-tab-settings .article-provider-selector .article-provider-logo img{width:55%;height:auto}.editor-tab-settings .article-provider-selector .article-provider-radio{width:100%}.editor-tab-settings .article-provider-selector .article-provider-radio__onboarding-search{white-space:nowrap}.editor-tab-settings .article-provider-selector .article-provider-radio__onboarding-search .gpx-checkbox__label{font-size:12px}.editor-tab-settings .dropdown-v2 .dropdown-v2__trigger-box>div,.editor-tab-settings .dropdown-v2 .dropdown__content .dropdown-v2__content--options>div{font-size:11px}.editor-tab-settings__hint{font-size:12px;padding:0 5px 10px;color:#7d7d7d;text-align:left}.editor-tab-settings__hint .link{cursor:pointer;color:#2090ed}.editor-tab-settings .section-spacer{width:100%;min-height:20px}.editor-tab-settings__toggle-wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.checkbox-align-text{top:3px;position:relative}.checkbox-resizable{margin-bottom:10px}.buttoneditor--textfield .gpx-textfield .gpx-textfield__wrap input{width:100%}.button-settings__color-picker-wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:32px;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;margin-top:20px}.button-settings__color-picker-wrap .tippy-box{color:#19232f;padding:0}.button-settings__color-picker-label{width:80px;text-align:start;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#3e5872;font-size:12px}.button-settings__sizebox-wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:20px}.button-settings__sizebox-wrap-title{width:100px;text-align:start;margin-right:10px;color:#3e5872;font-size:12px}.button-settings__sizebox-wrap .button-settings__round-circle{color:#7596b7;text-align:center;cursor:pointer;height:24px;width:24px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:12px;padding:4px 3px 0;margin-right:8px}.button-settings__sizebox-wrap .button-settings__round-circle--selected{background-color:#0369e9;color:#fff}.tabs-settings .tab-settings .gpx-wrapper.gpx-select{width:165px;max-width:165px}.tabs-settings .tab-settings .gpx-wrapper .gpx-wrapper__label{color:#4d545d;font-size:12px;font-family:Roboto,sans-serif}.tabs-settings .collapse-disabled .collapse__header{color:#7d7d7d}.tabs-settings .collapse-secondary{padding-left:0}.tabs-settings .checkbox-default-tab,.tabs-settings .hide-single-tab-cb{margin-bottom:10px}.draggable-category{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.draggable-category,.draggable-category .category-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.draggable-category .category-container{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.draggable-category .category-container .drag-handle{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:5%;-ms-flex-preferred-size:5%;flex-basis:5%}.draggable-category .category-container .arrow{height:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:8%;-ms-flex-preferred-size:8%;flex-basis:8%;cursor:default}.draggable-category .category-container .arrow img{cursor:pointer}.draggable-category .category-container .sequence{color:#7d7d7d;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:7%;-ms-flex-preferred-size:7%;flex-basis:7%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.draggable-category .category-container .name{color:#19232f;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:78%;-ms-flex-preferred-size:78%;flex-basis:78%;text-align:left}.draggable-category .labels{text-align:left;margin-left:60px}.draggable-category .labels .label{height:30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:400}.draggable-category .labels .label .marker{color:#7d7d7d;margin-right:10px}.draggable-category .labels .label .name{color:#19232f}.labels-tooltip{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-10px}.labels-tooltip,.labels-tooltip .list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.labels-tooltip .list{-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:10px}.labels-tooltip .list .bullet{text-align:left}.categories-progress-bar .gpx-wrapper .gpx-wrapper__label{font-family:Noto Sans,sans-serif}.categories-progress-bar .gpx-wrapper.gpx-select{width:250px;max-width:250px}.categories-progress-bar .gpx-wrapper .gpx-wrapper__label{color:#4d545d;font-size:12px;font-family:Roboto,sans-serif}.progress-bar-settings .settings-field-label{font-size:12px;text-align:left}.progress-bar-settings .checkbox-component{font-weight:700}.insided-categories__toggle,.progress-bar-settings .checkbox-component{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.insided-categories__toggle{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:8px;gap:8px}.insided-categories__toggle .gpx-toggle-container .gpx-toggle{margin:0}.insided-categories__toggle--help-text{text-align:left;font-size:12px;padding-top:8px}.insided-categories__toggle--help-text span{cursor:pointer;color:#2090ed}.insided-categories__toggle--label{font-size:14px;font-weight:400;font-stretch:normal;line-height:1.71;letter-spacing:normal;text-align:left;color:#000}.insided-categories__toggle--label-disabled{color:#acb4bd}.insided-categories__categories,.insided-categories__product-ares{margin-top:10px;text-align:left}.insided-categories__categories .react-select__select-all>div,.insided-categories__product-ares .react-select__select-all>div{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:11px;font-weight:600;line-height:1.45;letter-spacing:normal;text-align:left}.collapse{display:block}.collapse-secondary{padding-left:15px}.collapse__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;color:#000;cursor:pointer;font-size:13px;font-weight:700;font-family:Noto Sans,sans-serif}.collapse__header>div{line-height:20px;white-space:nowrap}.collapse__header>img{width:15px;margin-right:5px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.collapse__header--line{height:1px;width:100%;margin-left:10px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;background-color:#ddd}.collapse-disabled .collapse__header{color:#a0a3a1}.collapse__content{margin-top:10px;padding-left:20px}.knowledge-center__editor__content{height:100%;min-height:195px;overflow:auto;padding:5px 0;position:relative}.knowledge-center__editor__content .widget-bot-editor{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.knowledge-center__editor__content .embedded-widget-editor,.knowledge-center__editor__content .widget-bot-editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal}.knowledge-center__editor__content .embedded-widget-editor{-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.knowledge-center__editor__content .knowledge-center-preview{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.knowledge-center__editor__content .knowledge-center-preview,.knowledge-center__widget{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.knowledge-center__widget{max-width:-webkit-calc(100vw - 110px);max-width:-moz-calc(100vw - 110px);max-width:calc(100vw - 110px);-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.knowledge-center__widget-header{min-height:50px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px 0 30px;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0}.knowledge-center__widget-header__title{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap}.knowledge-center__widget-header__title-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:50px;padding:0 5px 0 0;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;min-width:0}.knowledge-center__widget-header--tabs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.knowledge-center__widget-header__tab{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:72px;height:32px;cursor:pointer}.knowledge-center__widget-header__tab-badge{position:absolute;top:-10px;right:-10px}.knowledge-center__widget-header__tab--inactive{height:29px;opacity:.5}.knowledge-center__widget-header__tab--inactive:hover{opacity:.6;-webkit-transition:.1s;-o-transition:.1s;-moz-transition:.1s;transition:.1s}.knowledge-center__widget-feedback{padding:0!important;overflow:auto}.knowledge-center__widget-feedback-content{min-height:230px;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.knowledge-center__widget-feedback--profile{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed}.knowledge-center__widget-feedback--data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px}.knowledge-center__widget-feedback--data>div:first-child{font-size:13px;font-weight:600;margin-bottom:5px}.knowledge-center__widget-feedback--initials{position:relative;margin-right:10px}.knowledge-center__widget-feedback--initials img{width:45px;height:45px;-o-object-fit:contain;object-fit:contain;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.knowledge-center__widget-feedback--initials span{left:0;top:11px;position:absolute;width:100%;height:19px;font-family:Noto Sans,sans-serif;font-size:17px;font-weight:500;font-stretch:condensed;text-align:center;color:#fff}.knowledge-center__widget-feedback--content-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;overflow:hidden;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:20px}.knowledge-center__widget-feedback--content-wrapper .labels-selector{margin-bottom:20px}.knowledge-center__widget-feedback--content-wrapper .labels-selector .placeholder{color:#a0a3a1}.knowledge-center__widget-feedback--content-wrapper .labels-selector .has-labels,.knowledge-center__widget-feedback--content-wrapper .labels-selector .placeholder{max-width:98%;overflow:hidden;font-size:12px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.knowledge-center__widget-feedback .content-labels-view>div:first-child{margin-bottom:10px}.knowledge-center__widget-feedback--content{width:100%;height:100%;padding:8px 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.knowledge-center__widget-feedback--content>div:first-child{margin-bottom:25px}.knowledge-center__widget-feedback .inputs-labels-view{max-height:-webkit-calc(100% - 98px);max-height:-moz-calc(100% - 98px);max-height:calc(100% - 98px)}.knowledge-center__widget-feedback--inputs{max-height:-webkit-calc(100% - 63px);max-height:-moz-calc(100% - 63px);max-height:calc(100% - 63px);height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.knowledge-center__widget-feedback--inputs input,.knowledge-center__widget-feedback--inputs textarea{font:inherit;border:none;outline:none;width:100%;font-size:12px;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 0 #ededed;-moz-box-shadow:inset 0 1px 0 0 #ededed;box-shadow:inset 0 1px 0 0 #ededed;caret-color:#ff7f00}.knowledge-center__widget-feedback--inputs input::-webkit-input-placeholder,.knowledge-center__widget-feedback--inputs textarea::-webkit-input-placeholder{font-size:12px;font-weight:500;color:#a0a3a1;font-family:inherit}.knowledge-center__widget-feedback--inputs input:-moz-placeholder,.knowledge-center__widget-feedback--inputs input::-moz-placeholder,.knowledge-center__widget-feedback--inputs textarea:-moz-placeholder,.knowledge-center__widget-feedback--inputs textarea::-moz-placeholder{font-size:12px;font-weight:500;color:#a0a3a1;font-family:inherit}.knowledge-center__widget-feedback--inputs input:-ms-input-placeholder,.knowledge-center__widget-feedback--inputs textarea:-ms-input-placeholder{font-size:12px;font-weight:500;color:#a0a3a1;font-family:inherit}.knowledge-center__widget-feedback--inputs input::-ms-input-placeholder,.knowledge-center__widget-feedback--inputs textarea::-ms-input-placeholder{font-size:12px;font-weight:500;color:#a0a3a1;font-family:inherit}.knowledge-center__widget-feedback--inputs input::placeholder,.knowledge-center__widget-feedback--inputs textarea::placeholder{font-size:12px;font-weight:500;color:#a0a3a1;font-family:inherit}.knowledge-center__widget-feedback--inputs input{height:30px;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;padding:8px 10px}.knowledge-center__widget-feedback--inputs input::-webkit-input-placeholder{font-family:inherit}.knowledge-center__widget-feedback--inputs input:-moz-placeholder,.knowledge-center__widget-feedback--inputs input::-moz-placeholder{font-family:inherit}.knowledge-center__widget-feedback--inputs input:-ms-input-placeholder{font-family:inherit}.knowledge-center__widget-feedback--inputs input::-ms-input-placeholder{font-family:inherit}.knowledge-center__widget-feedback--inputs input::placeholder{font-family:inherit}.knowledge-center__widget-feedback--inputs textarea{height:260px;max-height:-webkit-calc(100vh - 600px);max-height:-moz-calc(100vh - 600px);max-height:calc(100vh - 600px);min-height:50px;resize:none;padding:10px;margin-top:2px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.knowledge-center__widget-feedback--inputs-subject{height:32px;width:auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1;background-color:#fff}.knowledge-center__widget-feedback--inputs_message-wrap{margin-top:10px}.knowledge-center__widget-feedback--inputs_message-wrap_description{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.knowledge-center__widget-feedback--inputs_message-wrap .gpx-msgbox{width:368px;max-width:368px}.knowledge-center__widget-feedback--inputs_message-wrap .gpx-msgbox .gpx-msgbox__wrap{width:368px}.knowledge-center__widget-feedback--inputs_message-wrap .gpx-msgbox .gpx-msgbox__wrap>textarea{height:168px;max-width:368px;background-color:#fff}.knowledge-center__widget-feedback--submit{margin-bottom:20px}.knowledge-center__widget-feedback--submit .raised-btn{font-family:inherit!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.knowledge-center__widget-feedback--submit .raised-btn button,.knowledge-center__widget-feedback--submit .raised-btn button span{font-family:inherit!important}.knowledge-center__widget-feedback--feedback-submit{width:100%}.knowledge-center__widget-feedback--feedback-submit,.knowledge-center__widget-feedback--feedback-submit>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__widget-feedback--feedback-submit>div:first-child{padding:4px 15px;min-width:85px;min-height:30px;margin:20px auto}.knowledge-center__widget-content{min-height:85px;padding:0 0 40px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;height:100%;position:relative}.knowledge-center__widget-content__search{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:0;left:0;-webkit-box-shadow:inset 0 1px 0 0 var(--white-eleven);-moz-box-shadow:inset 0 1px 0 0 var(--white-eleven);box-shadow:inset 0 1px 0 0 var(--white-eleven)}.knowledge-center__widget-content__search,.knowledge-center__widget-content__search .search{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px}.knowledge-center__widget-content__search .search{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;height:40px;opacity:.8}.knowledge-center__widget-content__search .search input{border:none;background:none}.knowledge-center__widget-content__search .search input::-webkit-input-placeholder{font:inherit}.knowledge-center__widget-content__search .search input:-moz-placeholder,.knowledge-center__widget-content__search .search input::-moz-placeholder{font:inherit}.knowledge-center__widget-content__search .search input:-ms-input-placeholder{font:inherit}.knowledge-center__widget-content__search .search input::-ms-input-placeholder{font:inherit}.knowledge-center__widget-content__search .search input::placeholder{font:inherit}.knowledge-center__widget-content__article,.knowledge-center__widget-content__category,.knowledge-center__widget-content__items,.knowledge-center__widget-content__search-box-wrapper,.knowledge-center__widget-content__search-results{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.knowledge-center__widget-content__article,.knowledge-center__widget-content__category,.knowledge-center__widget-content__items,.knowledge-center__widget-content__search-results{height:100%;max-width:-webkit-calc(100vw - 110px);max-width:-moz-calc(100vw - 110px);max-width:calc(100vw - 110px);position:absolute;left:0;overflow-y:auto;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.knowledge-center__widget-content__article--animate,.knowledge-center__widget-content__category--animate,.knowledge-center__widget-content__items--animate,.knowledge-center__widget-content__search-results--animate{left:-100%;overflow:auto}.knowledge-center__widget-content__article-wrapper,.knowledge-center__widget-content__category-wrapper,.knowledge-center__widget-content__items-wrapper,.knowledge-center__widget-content__search-results-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;border-bottom:1px solid #cecece;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.knowledge-center__widget-content__items-with-offset{top:50px;height:-webkit-calc(100% - 50px);height:-moz-calc(100% - 50px);height:calc(100% - 50px)}.knowledge-center__widget-content__category{left:100%}.knowledge-center__widget-content__category--animate{left:0}.knowledge-center__widget-content__category-article--animate{left:-100%}.knowledge-center__widget-content__article{left:100%;overflow:auto}.knowledge-center__widget-content__article--animate{left:0}.knowledge-center__widget-content__article-categorised{left:100%}.knowledge-center__widget-content__article-categorised--animate{left:0}.knowledge-center__widget-content__search-results{left:100%;top:50px;height:-webkit-calc(100% - 50px);height:-moz-calc(100% - 50px);height:calc(100% - 50px);overflow:hidden}.knowledge-center__widget-content__search-results--animate{left:0}.knowledge-center__widget-content__search-results--article-animate{left:-100%}.knowledge-center__widget-content__search-results_rcmd{top:0;height:100%}.knowledge-center__widget-content__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:45px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 25px;border-bottom:1px solid rgba(0,0,0,.1);-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.knowledge-center__widget-content__item .hover-indicator{position:absolute;width:3px;height:100%;left:0;top:0;display:none}.knowledge-center__widget-content__item:hover .hover-indicator{display:block}.knowledge-center__widget-content__item:hover .category-badge-wrapper{-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}.knowledge-center__widget-content__item:hover .arrow-wrapper{opacity:1}.knowledge-center__widget-content__item__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__widget-content__item__wrapper .check-icon{margin-right:15px}.knowledge-center__widget-content__item__wrapper .check-icon-editable{margin-right:15px;position:relative;top:2px}.knowledge-center__widget-content__item__wrapper .bigger-icon{top:1px;right:1px}.knowledge-center__widget-content__item__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__widget-content__item__title-img{margin-right:15px}.knowledge-center__widget-content__item__title-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:280px;white-space:nowrap;text-align:left}.knowledge-center__widget-content__item__title-text-arrow{width:309px}.knowledge-center__widget-content__item__title-text-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.knowledge-center__widget-content__item__subtitle{opacity:.5;font-size:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:280px;white-space:nowrap;text-align:left}.knowledge-center__widget-content__item__item-right{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__widget-content__item__item-right .arrow-wrapper{-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;transition:opacity .2s ease-in;opacity:0;-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-ms-transform:translateY(1px);-o-transform:translateY(1px);transform:translateY(1px)}.knowledge-center__widget-content__item .vertical-green-line{display:block;margin:4px 0 1px 10px;width:1px;height:16px;background-color:#2090ed}.knowledge-center__widget-content__item .type{margin-right:15px;position:relative;top:2px}.knowledge-center__widget-content__item .type.kc-article{top:4px}.knowledge-center__widget-content__item.widget-item-selected .knowledge-center__widget-content__item__title-text{opacity:.5}.knowledge-center__widget-content__item .article-title-no-icon{padding-left:2px}.knowledge-center__widget-content .widget-article{padding:15px 5px;text-align:left;font-size:16px}.knowledge-center__widget-content .widget-article,.knowledge-center__widget-content .widget-article__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.knowledge-center__widget-content .widget-article__content{-webkit-box-shadow:rgba(0,0,0,.13) 0 2px 4px 0;-moz-box-shadow:rgba(0,0,0,.13) 0 2px 4px 0;box-shadow:0 2px 4px 0 rgba(0,0,0,.13);border:.5px solid #eee;padding:15px 10px;background:#fff;width:-webkit-calc(100% - 18px);width:-moz-calc(100% - 18px);width:calc(100% - 18px)}.knowledge-center__widget-content .widget-article__content img{max-width:100%;height:auto!important}.knowledge-center__widget-content .widget-article__content iframe{max-width:100%}.knowledge-center__widget-content .widget-article__title{width:100%;margin-bottom:10px}.knowledge-center__widget-content .widget-article__body{width:100%;margin-bottom:5px}.knowledge-center__widget-content .widget-article__link{font-size:12px;width:100%;text-align:right;margin-bottom:10px}.knowledge-center__widget-content .widget-article__footer{width:100%;font-size:12px;color:#7d7d7d;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.knowledge-center__widget-content .widget-article__author span{font-weight:700;color:#383838}.knowledge-center__widget-content__pb_list-categories-title{text-align:left;margin-top:32px;font-weight:700;padding-left:25px;padding-bottom:4px;font-family:Noto Sans,sans-serif}.knowledge-center__widget .category-badge-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;-o-transition:-o-transform .2s ease-in;-moz-transition:transform .2s ease-in,-moz-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in,-moz-transform .2s ease-in,-o-transform .2s ease-in;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.knowledge-center__widget .category-badge-wrapper .knowledge-center__badge{width:26px;height:16px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.knowledge-center__widget-article-label,.knowledge-center__widget-category-label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;width:100%;min-height:45px;height:45px;padding:0 30px;cursor:pointer;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.knowledge-center__widget-article-label .category-badge-wrapper .knowledge-center__badge,.knowledge-center__widget-category-label .category-badge-wrapper .knowledge-center__badge{-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.knowledge-center__widget-article-label:hover,.knowledge-center__widget-category-label:hover{background-color:rgba(0,0,0,.1)}.knowledge-center__widget-article-label>span,.knowledge-center__widget-category-label>span{width:9px;height:9px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.knowledge-center__widget-article-label>div,.knowledge-center__widget-category-label>div{font-size:15px;font-weight:400;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.knowledge-center__widget .knowledge-center-preview-bottom{min-height:100px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.knowledge-center__bot{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.knowledge-center__bot,.knowledge-center__bot-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative}.knowledge-center__bot-wrapper{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:10px}.knowledge-center__bot-tooltip-wrapper{margin-right:20px}.knowledge-center__bot-badge-wrapper{position:absolute}.knowledge-center__bot-badge-container{position:absolute;top:0;height:58px;width:58px}.knowledge-center__bot-img-wrapper{padding:9px}.knowledge-center__bot-img-wrapper,.knowledge-center__bot-img-wrapper div,.knowledge-center__selected-element{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.knowledge-center__selected-element{position:relative;width:40px;height:40px;background-color:#fff;border:2px solid #404040}.knowledge-center__selected-element img{width:30px;height:auto}.knowledge-center__close{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.knowledge-center__close,.knowledge-center__close-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__close-wrapper{-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative;margin-top:25px}.knowledge-center__close-img-wrapper{padding:9px}.knowledge-center__badge,.knowledge-center__close-img-wrapper,.knowledge-center__close-img-wrapper div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.knowledge-center__badge{width:24px;height:24px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:14px}.knowledge-center__tooltip{right:0;bottom:0;white-space:pre-line;text-align:left;overflow-wrap:break-word;min-height:100px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;overflow-y:auto;font-size:12px;line-height:1.2em}.knowledge-center__tooltip__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.knowledge-center__tooltip-triangle{max-height:100px;width:16px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin-bottom:14px;margin-left:-2px}.knowledge-center__preview .knowledge-center-preview .knowledge-center__widget{max-width:-webkit-calc(100vw - 110px);max-width:-moz-calc(100vw - 110px);max-width:calc(100vw - 110px)}.knowledge-center__preview .knowledge-center-preview .knowledge-center__widget-feedback--inputs{max-height:-webkit-calc(100% - 63px);max-height:-moz-calc(100% - 63px);max-height:calc(100% - 63px)}.knowledge-center__preview .knowledge-center-preview .knowledge-center__widget-feedback--inputs textarea{max-height:-webkit-calc(100vh - 675px);max-height:-moz-calc(100vh - 675px);max-height:calc(100vh - 675px)}.knowledge-center__preview .knowledge-center-preview .inputs-labels-view{max-height:-webkit-calc(100% - 98px);max-height:-moz-calc(100% - 98px);max-height:calc(100% - 98px)}.knowledge-center__preview .knowledge-center-preview .inputs-labels-view textarea{max-height:-webkit-calc(100vh - 675px);max-height:-moz-calc(100vh - 675px);max-height:calc(100vh - 675px)}.knowledge-center__preview .knowledge-center__editor-body__content{min-height:490px}.kc-recommendation-box_wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:16px 0;cursor:pointer}.kc-recommendation-box_wrapper__no-search{margin-top:16px!important}.kc-recommendation-box_wrapper__no-community-card{margin-top:7px}.kc-recommendation-box{width:86%;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:16px}.kc-recommendation-box,.kc-recommendation-box_icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kc-recommendation-box_icon{min-width:50px}.kc-recommendation-box_icon img{width:36px}.kc-recommendation-box_text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.kc-recommendation-box_text_title{font-size:14px;font-weight:700;word-break:break-word}.kc-recommendation-box_text_subtitle{font-size:12px}.kc-progress-bar{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0 2px;background-color:#fff}.kc-progress-bar,.kc-progress-bar__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kc-progress-bar__header{-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:3px 5px}.kc-progress-bar__title{text-align:left}.kc-progress-bar__bar{font-size:0}.kc-progress-bar__counter{min-width:60px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.kc-progress-bar .gpx-progress-bar__header{padding:2px 0!important}.px-widget-textfield{width:100%}.px-widget-textfield__label{color:#4b6a87;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:4px}.px-widget-textfield__wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1}.px-widget-textfield__wrap:hover{border-color:#0f87ec}.px-widget-textfield__wrap>input{height:30px;border:none;outline:none;padding:0 10px;font-size:14px;letter-spacing:0;width:-webkit-calc(100% - 24px);width:-moz-calc(100% - 24px);width:calc(100% - 24px);color:#253445;caret-color:#f75d4f}.px-widget-textfield__wrap>input::-webkit-input-placeholder{font-size:14px;font-weight:400;letter-spacing:0;color:#afc3d7;opacity:1}.px-widget-textfield__wrap>input:-moz-placeholder,.px-widget-textfield__wrap>input::-moz-placeholder{font-size:14px;font-weight:400;letter-spacing:0;color:#afc3d7;opacity:1}.px-widget-textfield__wrap>input:-ms-input-placeholder{font-size:14px;font-weight:400;letter-spacing:0;color:#afc3d7;opacity:1}.px-widget-textfield__wrap>input::-ms-input-placeholder{font-size:14px;font-weight:400;letter-spacing:0;color:#afc3d7;opacity:1}.px-widget-textfield__wrap>input::placeholder{font-size:14px;font-weight:400;letter-spacing:0;color:#afc3d7;opacity:1}.px-widget-textfield__wrap--focus{border-color:#0f87ec}.px-widget-textfield__wrap--error{border:1px solid #f75d4f}.px-widget-textfield__wrap--error .px-widget-textfield__wrap,.px-widget-textfield__wrap--error:hover{border-color:#f75d4f}.px-widget-textfield__wrap--disabled .px-widget-textfield__wrap,.px-widget-textfield__wrap--disabled:hover{border-color:#e3eaf1}.px-widget-textfield__wrap--disabled>input{color:#afc3d7}.px-widget-textfield__wrap--view-only>input{color:#253445}.px-widget-textfield__wrap--view-only>input.px-widget-textfield__wrap--focus,.px-widget-textfield__wrap--view-only>input:hover{border-color:#e3eaf1}.px-widget-textfield__wrap--withStartIcon>input{padding:0 12px 0 8px}.px-widget-textfield__wrap--withEndIcon>input{padding:0 8px 0 10px}.px-widget-textfield__end-icon,.px-widget-textfield__start-icon,.px-widget-textfield_start-icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.px-widget-textfield__start-icon{padding-left:3px;height:20px;padding-right:4px;border-right:1px solid}.px-widget-textfield__end-icon{padding-right:3px}.px-widget-textfield__error{margin-top:4px;font-size:12px;letter-spacing:0;color:#f75d4f}.gpx-kc-search-box__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px}.gpx-kc-search-box__container .px-widget-textfield__wrap{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.apt-widget-content_search-view{overflow:hidden}.px-widget-search-results{height:100%}.px-widget-search-results .loader-wrapper{height:100%}.px-widget-search-results .loader-wrapper,.px-widget-search-results_empty-search,.px-widget-search-results_no-results{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.px-widget-search-results_empty-search,.px-widget-search-results_no-results{height:-webkit-calc(100% - 34px);height:-moz-calc(100% - 34px);height:calc(100% - 34px)}.px-widget-search-results_empty-search_message,.px-widget-search-results_no-results_message{margin-top:16px;font-size:14px}.px-widget-search-results_results{height:-webkit-calc(100% - 34px);height:-moz-calc(100% - 34px);height:calc(100% - 34px);overflow:scroll}.recommendation-results .px-widget-search-results_results{height:-webkit-calc(100% - 95px);height:-moz-calc(100% - 95px);height:calc(100% - 95px)}.recommendation-results>div:nth-child(2){height:-webkit-calc(100% - 45px)!important;height:-moz-calc(100% - 45px)!important;height:calc(100% - 45px)!important}.px-widget-search-results-tabs-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 25px;overflow:hidden;white-space:nowrap}.px-widget-search-results-tabs-left-arrow{position:absolute;left:0;height:26px;width:26px;padding:2px 0 0 12px;background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),to(hsla(0,0%,100%,.3215686274509804)));background:-webkit-linear-gradient(left,#fff 50%,hsla(0,0%,100%,.3215686274509804));background:-moz-linear-gradient(left,#fff 50%,hsla(0,0%,100%,.3215686274509804));background:-o-linear-gradient(left,#fff 50%,hsla(0,0%,100%,.3215686274509804));background:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,.3215686274509804));display:none;cursor:pointer;color:#000}.px-widget-search-results-tabs-right-arrow{position:absolute;right:0;height:26px;width:16px;padding:2px 12px 0;background:-webkit-gradient(linear,right top,left top,color-stop(50%,#fff),to(hsla(0,0%,100%,.3215686274509804)));background:-webkit-linear-gradient(right,#fff 50%,hsla(0,0%,100%,.3215686274509804));background:-moz-linear-gradient(right,#fff 50%,hsla(0,0%,100%,.3215686274509804));background:-o-linear-gradient(right,#fff 50%,hsla(0,0%,100%,.3215686274509804));background:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,.3215686274509804));display:none;cursor:pointer;color:#000}.px-widget-search-results-tab{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;cursor:pointer;padding:5px 0}.px-widget-search-results_list-view{margin-top:20px}.px-widget-search-results_list-view_show-more{cursor:pointer;font-size:12px;padding-left:25px;margin-top:10px;text-align:left}.px-widget-search-results_list-view_title{padding-left:25px;margin-top:20px;font-size:14px}.px-widget-search-results_list-view_read-more{cursor:pointer;font-size:12px;padding:0 25px;margin-top:10px;text-align:right;min-height:24px}.px-widget-search-results_list-view_read-more a{font-size:12px;font-weight:600;line-height:1.33;letter-spacing:normal;text-align:center;color:#0369e9;text-decoration:none}.kc-community-box_wrapper{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:7px;cursor:pointer}.kc-community-box_wrapper__no-search{margin-top:16px}.kc-community-box_wrapper__no-recommendation-card{margin-bottom:16px}.kc-community-box{width:86%;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:16px}.kc-community-box,.kc-community-box_icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kc-community-box_icon{min-width:50px}.kc-community-box_icon img{width:36px}.kc-community-box_text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.kc-community-box_text_title{font-size:14px;font-weight:700;word-break:break-word}.kc-community-box_text_subtitle{font-size:12px}.community-posts{height:100%}.community-posts__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;width:100%;min-height:45px;height:45px;padding:0 30px;cursor:pointer;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.community-posts__header:hover{background-color:rgba(0,0,0,.1)}.community-posts__header span{width:9px;height:9px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.community-posts__header div{font-size:15px;font-weight:400;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:200px}.community-posts__search{padding:0 16px}.community-posts__search .gpx-kc-search-box__container{padding:0}.community-posts__body{height:-webkit-calc(100% - 95px);height:-moz-calc(100% - 95px);height:calc(100% - 95px)}.community-posts__body .MuiTabs-root{padding:0 16px}.community-posts__body>div:first-child .gpx-tabs .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root{font-family:inherit}.community-posts__body>div:first-child .gpx-tabs .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer>button:first-child span{padding-bottom:0}.community-posts__body>div:first-child .gpx-tabs .MuiTabs-root .MuiTabs-scroller .MuiTabs-indicator{background-color:#0369e9;height:2px}.community-posts__body .gpx-tabs>div:not(:first-child){height:-webkit-calc(100% - 37px);height:-moz-calc(100% - 37px);height:calc(100% - 37px)}.community-post-list{padding-top:8px;height:-webkit-calc(100% - 30px);height:-moz-calc(100% - 30px);height:calc(100% - 30px)}.community-post-list__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px 8px;height:30px;border-bottom:1px solid #e3eaf1}.community-post-list__header--text{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#000}.community-post-list__header--sort,.community-post-list__header--sort>div:first-child .gpx-select{width:118px}.community-post-list__header--sort>div:first-child .gpx-select .react-select__value-container{padding:1px 8px}.community-post-list__header--sort>div:first-child .gpx-select .react-select__control:focus-within,.community-post-list__header--sort>div:first-child .gpx-select .react-select__control:hover{background-color:rgba(117,150,183,.1)}.community-post-list__header--sort>div:first-child .gpx-select .react-select__control:focus-within>.react-select__value-container .react-select__single-value,.community-post-list__header--sort>div:first-child .gpx-select .react-select__control:hover>.react-select__value-container .react-select__single-value{color:#19232f}.community-post-list__header--sort>div:first-child .gpx-select .react-select__single-value{color:#3c4a57;font-size:11px}.community-post-list__body{overflow:auto;height:-webkit-calc(100% - 30px);height:-moz-calc(100% - 30px);height:calc(100% - 30px)}.community-post-list__body>:first-child{border:none}.community-post-list__body--empty{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#7596b7;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:inherit;padding-top:70px}.community-post-list__body--empty,.community-post-list__body--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.community-post-list__body--title{padding:8px 16px;grid-gap:16px;gap:16px;border-top:1px solid #e3eaf1;cursor:pointer}.community-post-list__body--title>div{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:14px;font-weight:400;line-height:1.71;text-align:left;color:#000;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.community-post-list__body--title>div,.community-post-list__body--view-on-community{letter-spacing:normal;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.community-post-list__body--view-on-community{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:8px 16px;font-size:12px;font-weight:600;line-height:1.33;text-align:center;color:#0369e9;cursor:pointer}.community-post-list__body--view-on-community:focus,.community-post-list__body--view-on-community:hover{color:#0369e9;text-decoration:none}.community-post-list__body-loader{height:260px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.community-post{width:368px;margin:16px auto;grid-gap:8px;gap:8px;padding:12px 16px 8px 8px;cursor:pointer;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);background-color:#fff}.community-post,.community-post__content--title{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.community-post__content--title{font-size:12px;font-weight:600;line-height:1.33;text-align:left;color:#19232f;margin-bottom:8px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.community-post__content--desc{width:320px;font-size:11px;text-align:left;color:#000;font-weight:400;letter-spacing:normal;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;word-wrap:break-word;line-height:1.45;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.community-post__content--counts{margin-top:4px;margin-right:8px;grid-gap:16px;gap:16px}.community-post__content--counts,.community-post__content--counts>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.community-post__content--counts>div{grid-gap:4px;gap:4px}.community-post__content--counts>div>span{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#afc3d7}.single-post-view{padding:16px 0;overflow:auto;height:100%}.single-post-view__loading{height:100%}.single-post-view__heading{padding:0 16px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-post-view__heading,.single-post-view__heading--post-type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.single-post-view__heading--post-type{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:10px;gap:10px}.single-post-view__heading--post-type img{cursor:pointer}.single-post-view__heading--post-type div{font-size:12px;font-weight:400;line-height:1.33;text-align:left;color:#19232f}.single-post-view__heading--read-on-community a{font-size:12px;font-weight:600;line-height:1.33;letter-spacing:normal;text-align:center;color:#0369e9;cursor:pointer}.single-post-view__heading--read-on-community a:focus,.single-post-view__heading--read-on-community a:hover{color:#0369e9;text-decoration:none}.single-post-view__title{margin:16px 0;padding:0 16px;font-size:14px;font-weight:600;line-height:1.71;letter-spacing:normal;text-align:left;color:#181f26}.single-post-view__up-votes{padding:0 16px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-post-view__up-votes,.single-post-view__up-votes--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.single-post-view__up-votes--wrapper{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:19px;gap:19px}.single-post-view__up-votes--status-badge{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #90e2c2;background-color:#d0f3e5;padding:0 4px;font-size:11px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:left;color:#3e5872}.single-post-view__up-votes--box{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:32px;padding:8px 5px 8px 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #0369e9}.single-post-view__up-votes--box div{margin:0 0 0 4px;font-size:11px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:left;color:#0369e9}.single-post-view__up-votes--box-blue{background-color:#0369e9}.single-post-view__up-votes--box-blue div{color:#fff}.single-post-view__up-votes--time{font-size:11px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:left;color:#7596b7}.single-post-view__profile{padding:0 16px;margin-top:24px;grid-gap:10px;gap:10px}.single-post-view__profile,.single-post-view__profile--pic{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.single-post-view__profile--pic{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;background-color:#facccb;color:#181f26;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:11px;text-transform:uppercase}.single-post-view__profile--pic,.single-post-view__profile--pic img{width:24px;height:24px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.single-post-view__profile--name{font-size:11px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:left;color:#19232f}.single-post-view__desc{padding:0 16px 8px;margin-top:8px;text-align:left;word-break:break-word;font-size:14px;color:#181f26}.single-post-view__desc img{width:100%}.single-post-view__desc .emojione{width:20px;height:20px}.single-post-view__replies-count{font-size:12px;font-weight:600;line-height:1.33;letter-spacing:normal;text-align:left;color:#3e5872;padding:8px 0 8px 16px;margin-right:16px;border-top:1px solid #e3eaf1;border-bottom:1px solid #e3eaf1}.single-post-view__replies{padding:0 16px}.single-post-view__replies--reply{padding-top:13px;padding-bottom:16px;border-bottom:1px solid #e3eaf1;text-align:left}.single-post-view__replies--reply>div:first-child{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-post-view__replies--reply>div:first-child,.single-post-view__replies--reply>div:first-child>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.single-post-view__replies--reply>div:first-child>div:first-child{grid-gap:8px;gap:8px}.single-post-view__replies--reply>div:first-child>div:first-child>div{font-size:12px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:left;color:#181f26}.single-post-view__replies--reply>div:first-child>div:nth-child(2){font-size:12px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:right;color:#181f26}.single-post-view__replies--reply>div:first-child span{background-color:#facccb;color:#19232f;font-size:11px;text-transform:uppercase;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.single-post-view__replies--reply>div:first-child span,.single-post-view__replies--reply>div:first-child span img{width:16px;height:16px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.single-post-view__replies--reply>div:nth-child(2){padding-top:10px;font-size:12px;font-weight:400;line-height:1.45;letter-spacing:normal;text-align:left;color:#181f26;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.single-post-view__replies--reply>div:nth-child(2) figure img{width:100%}.single-post-view__replies--reply>div:nth-child(2) .emojione{width:20px;height:20px}.single-post-view__footer{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;margin-top:16px}.single-post-view__footer,.single-post-view__footer--back-to-top{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.single-post-view__footer--back-to-top{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:6px;gap:6px;cursor:pointer}.single-post-view__footer--back-to-top div{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;text-align:left;color:#7596b7}.single-post-view__footer--read-on-community{font-size:12px;font-weight:600;line-height:1.33;letter-spacing:normal;text-align:center;color:#0369e9;cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.single-post-view__footer--read-on-community:focus,.single-post-view__footer--read-on-community:hover{color:#0369e9;text-decoration:none}.empty-list{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:100px 20px 0}.empty-list,.empty-list>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.empty-list>div{margin-bottom:20px}.empty-list>img{width:50px;height:50px}.kcl-attention{font-size:14px;text-align:left;height:350px;overflow:auto;font-family:Noto Sans,sans-serif}.kcl-attention__content{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:16px 0}.kcl-attention__content,.kcl-attention__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kcl-attention__content>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px;white-space:nowrap}.kcl-attention__content>div>div:first-child{margin-right:10px}.kcl-attention__bracket{margin:0 2px}.kcl-attention__locals{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.applyWarning .warning-header{font-family:Noto Sans,sans-serif;font-size:16px}.applyWarning .warning-content{width:100%}.applyWarning .warning-content .launch-warning .warning-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.applyWarning .warning-content .launch-warning .warning-section:first-child{margin-top:10px}.applyWarning .warning-content .launch-warning .warning-section:not(:first-child){margin-top:20px}.applyWarning .warning-content .launch-warning .warning-section .warning-section__header{border-bottom:1px solid rgba(0,0,0,.1);width:100%;text-align:left;font-weight:500;margin-bottom:5px}.applyWarning .warning-content .launch-warning .warning-section .warning-list{margin-left:15px}.applyWarning .warning-content .launch-warning .warning-section .warning-list .warning-sub-header{font-size:12px;margin-bottom:5px;text-align:left;font-weight:500;color:rgba(0,0,0,.8)}.applyWarning .warning-content .launch-warning .warning-section .warning-list .warning-sub-list:not(:last-child){margin-bottom:5px}.applyWarning .warning-content .launch-warning .warning-section .warning-list .warning-item{font-size:12px;text-align:left}.preview-tab-list{padding:25px;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;overflow-y:auto;height:-webkit-calc(100vh - 151px);height:-moz-calc(100vh - 151px);height:calc(100vh - 151px)}.preview-tab-list__item{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:3px}.preview-tab-list__item,.preview-tab-list__item__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-height:32px}.preview-tab-list__item__wrapper{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.preview-tab-list__item__wrapper .align-down{position:relative;top:1px}.preview-tab-list__item__wrapper .check-icon-editable{margin-right:15px}.preview-tab-list__item__wrapper--categorized{min-height:32px;padding-left:35px}.preview-tab-list__item .category-no-other-icons{position:relative;right:3px}.preview-tab-list__item .align-left{padding-left:3px}.preview-tab-list__item__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.preview-tab-list__item__title-img{margin-right:15px}.preview-tab-list__item__title-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:left}.preview-tab-list__item .vertical-green-line{display:block;margin:4px 0 1px 10px;width:1px;height:15px;background-color:#2090ed}.kc-audience{height:-webkit-calc(100vh - 104px);height:-moz-calc(100vh - 104px);height:calc(100vh - 104px);overflow:hidden}.kc-audience .rules-sets{height:-webkit-calc(100vh - 159px)!important;height:-moz-calc(100vh - 159px)!important;height:calc(100vh - 159px)!important}.audience-tabs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;list-style:none;padding:15px 5px 0 20px;margin-bottom:0}.audience-tabs__tab{position:relative;height:32px;line-height:32px;padding:0 25px;border:1px solid #ddd;background-color:#f3f3f4;margin:0 -1px 0 0;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.audience-tabs__tab:first-letter{text-transform:capitalize}.audience-tabs__tab--active{border-bottom-color:#fff;background-color:#fff}.audience-tabs__tab--active:after{background-color:#2090ed}.audience-tabs__tab--active:before{content:"";position:absolute;width:100%;height:5px;top:-2px;left:0;background-color:#2090ed}.audience-panel{background-color:#f6f6f6}.knowledge-center-list-view .inner-container-header{height:50px}.knowledge-center-list-view .kc-list{position:relative;overflow:hidden}.knowledge-center-list-view .kc-list__quick-filters{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:30px}.knowledge-center-list-view .kc-list__quick-filters>div{margin-right:20px}.knowledge-center-list-view .kc-list__quick-filters .ps-v2 .product{height:32px;margin-right:0}.knowledge-center-list-view .kc-list__quick-filters .ps-v2 .ps-v2__selection{font-weight:400}.knowledge-center-list-view .table-pagination{margin:0}.kc-form>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.kc-form__header{height:60px;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed;padding:0 10px;margin-bottom:20px}.kc-form__header>div{overflow:hidden;white-space:nowrap}.kc-form__header input{width:350px;outline:none;border:none;height:32px;padding:4px 10px;font-size:16px;font-weight:700;color:#000;caret-color:orange;background-color:#fff3e6;text-align:center}.kc-form__header input::-webkit-input-placeholder{font-size:16px}.kc-form__header input:-moz-placeholder,.kc-form__header input::-moz-placeholder{font-size:16px}.kc-form__header input:-ms-input-placeholder{font-size:16px}.kc-form__header input::-ms-input-placeholder{font-size:16px}.kc-form__header input::placeholder{font-size:16px}.kc-form__header--error{border:1px solid #fc3f1d}.kc-form__selectors{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0 15px}.kc-form__selectors .sub-types>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:250px}.kc-form__selectors>p{margin:10px 0 15px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#000;font-size:13px;font-weight:700;font-family:Noto Sans,sans-serif}.kc-form__selectors>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:250px}.kc-form__products>div,.kc-form__selectors>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:flex}.kc-form__products>div{width:350px!important}.kc-form__products>div>div:first-child{font-weight:400!important;font-family:Noto Sans,sans-serif!important;font-size:14px!important;color:#a0a3a1!important}.kc-form__description{margin-top:15px}.kc-form__description textarea{width:350px;height:62px;border:none;outline:none;resize:none;color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);font-size:14px;padding:15px}.kc-form__description textarea::-webkit-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-form__description textarea:-moz-placeholder,.kc-form__description textarea::-moz-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-form__description textarea:-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-form__description textarea::-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-form__description textarea::placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-form .button-set-v2{padding:25px 0 35px}.kc-form .button-set-v2>div{z-index:0}.priority-cell{cursor:pointer;font-size:12px;color:#3d566f}.eng-priority-cell{background-color:#e3eaf1;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;line-height:16px;font-size:12px;width:53px;height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.eng-priority-cell:hover{background-color:#fff}.analytics-labels-cell{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.engagement-type-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px}.engagement-type-cell>img{margin:0 5px}.articles__header-wrapper--product{font-size:14px;font-weight:500;color:#19232f}.articles__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 24px}.articles__header--title{font-size:14px;font-weight:500;color:#19232f}.articles__header--options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.articles__header--options>div,.articles__header--options>img{margin-left:24px}.articles__header--options>img:hover{padding:8px}.articles__header--search .gpx-textfield__wrap{margin:5px 0}.articles__header--search>img{padding:8px;cursor:pointer;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.articles__header--search>img:hover{background-color:rgba(117,150,183,.1)}.articles__table{padding:0 24px}.articles__table .table-v3{padding:0!important}.articles__table .table-v3 .rt-thead.-header{max-height:38px}.articles__table .table-v3 .table-pagination{margin:0}.articles__table .table-v3__content{overflow:hidden;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.articles__table .popover-menu-icon-container svg{top:3px;right:0}.articles__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;height:-webkit-calc(100vh - 152px);height:-moz-calc(100vh - 152px);height:calc(100vh - 152px);-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24);box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24)}.articles__empty--content{margin:32px 0 24px}.articles__empty--title{font-size:16px;font-weight:500;text-align:center;color:#19232f}.articles__empty--desc{font-size:12px;color:#7596b7}.articles__kcs-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;cursor:default;text-align:left}.articles__kcs-cell>div{font-size:12px;padding:4px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#e3eaf1}.articles__kcs-cell>div:first-child{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:-webkit-calc(100% - 30px);max-width:-moz-calc(100% - 30px);max-width:calc(100% - 30px)}.articles__kcs-cell--rest{margin-left:4px}.articles-warning__header{font-size:14px}.articles-warning__list{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:10px 0;font-size:13px;color:#a0a3a1}.articles-warning__list,.articles-warning__list>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.articles-warning__list>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;max-height:100px}.articles-warning__list>div>div{color:#000;font-size:13px;font-weight:700}.articles-warning__footer{margin:10px 0;font-size:14px}.articles__kcs-cell--tooltip{font-size:12px;text-align:left}.articles__kcs-cell--tooltip>div:first-child{color:#fff;margin-bottom:8px}.articles__kcs-cell--tooltip>div:last-child{color:#a6b9cc}.articles__kcs-cell--tooltip>div:last-child span{margin-right:2px}.article{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:24px 24px 0;background-color:#fff;height:-webkit-calc(100vh - 128px);height:-moz-calc(100vh - 128px);height:calc(100vh - 128px);-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24);box-shadow:0 1px 3px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.24)}.article__container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:-webkit-calc(100vh - 184px);height:-moz-calc(100vh - 184px);height:calc(100vh - 184px);-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.article__tabs{width:100%;padding:16px 0}.article__tabs .gpx-tabs .MuiTabs-root{padding-left:24px}.article__tabs .gpx-tabs .MuiTabs-root .MuiTabs-scroller{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.article__content-container{overflow:auto;padding-left:24px;height:-webkit-calc(100vh - 233px);height:-moz-calc(100vh - 233px);height:calc(100vh - 233px)}.article__content{contain:size;padding:24px 16px 24px 0}.article__content .gpx-textfield{max-width:100%!important;text-align:left}.article__content .gpx-textfield span{color:#f75d4f}.article__content .gpx-textfield__error{text-align:left}.article__data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:24px}.article__data>div{width:100%}.article__data>div:first-child{margin-right:25px}.article__data--author-name{padding-bottom:24px}.article__data--label{color:#4b6a87;font-size:12px;line-height:16px;margin-bottom:4px}.article__data--desc{font-size:12px;color:#7596b7}.article__data--view-type,.article__data--wrapper{display:block;text-align:left;margin-top:24px}.article__data--wrapper>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.article__data--wrapper>div:first-child>div{width:100%}.article__data--wrapper>div:first-child>div:first-child{margin-right:25px}.article__data--wrapper>div:last-child{margin-top:5px;font-size:12px;color:#7596b7}.article__editors{text-align:left;margin:24px 0 4px}.article__editors--title{color:#4b6a87;font-size:12px}.article__editors--title span{color:#f75d4f}.article__editors--content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.article__editors--error{margin-top:4px;font-size:12px;color:#f75d4f}.article__editors--toolbar--title>div:last-child{display:none}.article__editors--toolbar--body>div:first-child{display:none}.article__editors--toolbar .fr-toolbar{border:none;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1!important;-moz-box-shadow:inset 0 0 0 1px #e3eaf1!important;box-shadow:inset 0 0 0 1px #e3eaf1!important}.article__date--title{color:#4b6a87;font-size:12px;text-align:left;margin-bottom:2px}.article__date .date-v2__container{width:100%}.article__date--placeholder .date-v2__container--date{opacity:.5;font-size:14px;font-weight:300;letter-spacing:0;color:#afc3d7}.article__editor{width:100%;overflow:auto;max-height:350px}.article__editor>div{width:100%}.article__editor--title{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.article__editor--title>div{padding:12px}.article__editor--body{min-height:240px}.article__editor--body .fr-wrapper{padding:12px!important}.article__editor--body .fr-code-view>.fr-wrapper{padding:0 2px 0 12px!important}.article__editor--body .fr-code-view .fr-code{height:262px!important}.article__editor .fr-box img{vertical-align:baseline;vertical-align:initial}.article__editor .fr-code{overflow:auto!important}.article__actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:12px 24px}.article__actions>div:first-child{margin-right:16px}.article__local{overflow:hidden;margin-top:32px;text-align:left;height:-webkit-calc(100vh - 265px);height:-moz-calc(100vh - 265px);height:calc(100vh - 265px)}.article__local--title{font-weight:500;color:#19232f}.article__local--sub-title{font-size:12px;color:#7596b7}.article__local--selected{font-weight:300;padding-right:16px;-webkit-box-shadow:inset -1px 0 0 0 #e3eaf1;-moz-box-shadow:inset -1px 0 0 0 #e3eaf1;box-shadow:inset -1px 0 0 0 #e3eaf1}.article__state{padding-left:24px}.article__state .gpx-radio{margin:8px 0 6px}.article__languages{margin-top:32px}.article__languages--header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:24px}.article__languages--bulk,.article__languages--header,.article__languages--header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.article__languages--bulk>div{margin-left:16px}.article__languages--actions{padding-right:24px}.article__languages--search .gpx-textfield__wrap{margin:5px 0}.article__languages--search>img{padding:8px;cursor:pointer;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.article__languages--search>img:hover{background-color:rgba(117,150,183,.1)}.article__languages--upload{margin-left:24px}.article__languages--desc{margin:8px 0;padding-left:24px}.article-download__main{width:160px;padding:12px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.article-download__main--highlight{background-color:rgba(117,150,183,.1)}.article-download__main>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:32px;cursor:pointer;line-height:32px;padding:0 8px 0 16px}.article-download__main>div:hover{background-color:rgba(117,150,183,.1)}.article-upload{overflow:auto;height:376px;max-height:376px}.article-upload .dropzone-v2{width:636px;height:352px}.article-upload__done .dropzone-v2{padding:0;width:636px;height:80px;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.article-upload__done .dropzone-v2 img{width:48px;height:48px;margin-right:16px}.article-upload__done .dropzone-v2__container{text-align:left}.article-upload__done .dropzone-v2__text{margin:0 0 6px}.article-upload__files{height:272px;overflow:auto;margin-top:24px;max-height:272px}.article-upload__file{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:48px;font-size:14px;min-height:48px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:8px;color:#19232f;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.article-upload__file:hover{background-color:rgba(117,150,183,.05)}.article-upload__file img{padding:0 8px 0 12px}.article-upload__file div{overflow:auto;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.dropzone-v2{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:225px;height:185px;padding:36px 8px;outline:none;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:nowrap;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.dropzone-v2__container{text-align:center}.dropzone-v2__text{margin:7px 0}.dropzone-v2__info{font-size:12px;color:#7596b7}.dropzone-v2__browse{color:#0470f7}.dropzone-v2__drag-active{background-color:rgba(3,105,233,.08)}.article-translations{width:100%}.article-translations>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:15px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.article-translations__header{height:36px}.article-translations table{width:100%;table-layout:fixed}.article-translations table thead{-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.article-translations table thead .gpx-checkbox__label,.article-translations table thead th>div{color:#3e5872;font-size:12px;font-weight:500}.article-translations table thead tr{height:36px;min-height:36px}.article-translations table tbody{width:100%;display:block;overflow:auto;height:-webkit-calc(100vh - 515px);height:-moz-calc(100vh - 515px);height:calc(100vh - 515px)}.article-translations table tbody tr{width:100%;height:48px;display:table;min-height:48px;table-layout:fixed;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.article-translations table tbody tr:last-child{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.article-translations table tbody tr .gpx-checkbox__label{font-size:14px;color:#19232f}.article-translations tbody tr,.article-translations thead{width:100%;display:table;table-layout:fixed}.article-translations__row{cursor:pointer}.article-translations__row--selected,.article-translations__row:hover{background-color:rgba(117,150,183,.1)}.article-translations__lang{padding-left:16px}.article-translations__code,.article-translations__source,.article-translations__status{font-size:14px;text-align:center;color:#19232f}.article-translations__translated{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#0369e9}.article-translations__source img{padding:8px;cursor:pointer}.article-translations__source img:hover{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:rgba(117,150,183,.1)}.article-translations__pop{width:160px;padding:12px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.article-translations__pop>div:first-child{padding-bottom:8px;margin-bottom:12px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.article-translations__pop>div>div{padding-left:16px}.article-translations__pop--title{height:24px;font-size:12px;color:#7596b7}.article-translations__pop--option{height:32px;font-size:14px;cursor:pointer;line-height:32px;color:#19232f}.article-translations__pop--option:hover{background-color:rgba(117,150,183,.1)}.article-preview{height:100%;min-width:550px;-webkit-box-shadow:inset 1px 0 0 0 #e3eaf1;-moz-box-shadow:inset 1px 0 0 0 #e3eaf1;box-shadow:inset 1px 0 0 0 #e3eaf1}.article-preview__title{font-size:14px;font-weight:500;text-align:left;padding:16px 24px;color:#19232f}.article-preview__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-calc(100vh - 238px);height:-moz-calc(100vh - 238px);height:calc(100vh - 238px)}.article-preview__empty>div{font-size:12px;margin-top:32px;color:#7596b7}.article-preview__content{overflow:auto;height:-webkit-calc(100vh - 237px);height:-moz-calc(100vh - 237px);height:calc(100vh - 237px)}.article-preview__content>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;margin-top:40px;padding-bottom:20px}.article-preview__bot,.article-preview__content>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.article-preview__bot{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;-ms-flex-pack:center;width:58px;height:58px;padding:5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:10px 16px 0 0;background-color:#19232f}.article-preview__bot,.article-preview__box{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.article-preview__box{width:400px;height:550px;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.article-preview__box--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;color:#fff;font-size:15px;padding:0 25px 0 30px;background-color:#19232f}.article-preview__box--header>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:72px;height:29px;margin:2px 0 0;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;background-color:#fff;-webkit-box-shadow:0 -3px 0 0 #0369e9;-moz-box-shadow:0 -3px 0 0 #0369e9;box-shadow:0 -3px 0 0 #0369e9}.article-preview__box--content{height:500px;overflow:auto}.article-preview__box--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:45px;padding:0 30px;min-height:45px}.article-preview__box--title span{width:9px;height:9px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border-left:2px solid #000;border-bottom:2px solid #000}.article-preview__box--title div{font-size:15px;font-weight:500;max-width:300px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#19232f}.article-preview__box .widget-article{padding:15px 5px;text-align:left;font-size:16px}.article-preview__box .widget-article,.article-preview__box .widget-article__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.article-preview__box .widget-article__content{background:#fff;padding:15px 10px;width:-webkit-calc(100% - 18px);width:-moz-calc(100% - 18px);width:calc(100% - 18px);border:.5px solid #eee;-webkit-box-shadow:rgba(0,0,0,.13) 0 2px 4px 0;-moz-box-shadow:rgba(0,0,0,.13) 0 2px 4px 0;box-shadow:0 2px 4px 0 rgba(0,0,0,.13)}.article-preview__box .widget-article__content img{max-width:100%;vertical-align:baseline;vertical-align:initial;height:auto!important}.article-preview__box .widget-article__content iframe{max-width:100%}.article-preview__box .widget-article__title{width:100%;margin-bottom:10px}.article-preview__box .widget-article__body{width:100%;margin-bottom:5px}.article-preview__box .widget-article__link{width:100%;font-size:12px;text-align:right;margin-bottom:10px}.article-preview__box .widget-article__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;color:#7d7d7d;font-size:12px}.article-preview__box .widget-article__author span{font-weight:700;color:#383838}.warning-v3{width:432px;height:80px}.user-profile{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px);overflow:hidden}.user-profile__content{position:relative;height:-webkit-calc(100vh - 100px);height:-moz-calc(100vh - 100px);height:calc(100vh - 100px)}.user-profile__content--tabs{width:50%;background-color:#fff}.user-profile__content--resize{position:absolute!important;top:0;right:0;z-index:10}.user-profile__content--resize--handle{position:absolute;top:-webkit-calc(50% - 10px);top:-moz-calc(50% - 10px);top:calc(50% - 10px);font-size:12px;color:#2090ed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;left:0}.user-profile__content--timelines{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:15px;width:50%}.user-profile__content--timelines>div{margin:2px 0 0 4px}.user-profile__content .user-panel{background-color:#f6f6f6}.user-inferred{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-calc(100vh - 150px);height:-moz-calc(100vh - 150px);height:calc(100vh - 150px);overflow-y:scroll;padding:15px}.user-inferred__section{margin-bottom:15px}.user-inferred__section:last-child{margin-bottom:0}.user-inferred__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px;padding:0 10px}.user-inferred__header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000;margin-right:10px}.user-inferred__header--title:first-letter{text-transform:capitalize}.user-inferred__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.user-inferred__contact,.user-inferred__demographics,.user-inferred__interests,.user-inferred__no-footprint,.user-inferred__photos{background-color:#fff;padding:15px 25px}.user-inferred__contact--not-available,.user-inferred__demographics--not-available,.user-inferred__interests--not-available,.user-inferred__no-footprint--not-available,.user-inferred__photos--not-available{font-size:12px;color:grey;margin:auto}.user-inferred__photos{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding:15px 25px 5px}.user-inferred__photos--not-available{margin-bottom:10px}.user-inferred__photos--photo{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;width:30%;margin-bottom:10px}.user-inferred__photos--image{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:3px solid #cfd8dc;padding:3px;margin-right:10px}.user-inferred__photos--image img{width:37px;height:37px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.user-inferred__photos--name{white-space:nowrap}.user-inferred__photos--name img{position:relative;bottom:1px;margin-right:7px}.user-inferred__photos--name a span{font-family:Noto Sans,sans-serif;font-size:12px;color:#a0a3a1}.user-inferred__contact{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;text-align:left}.user-inferred__contact--name{font-family:Noto Sans,sans-serif;font-size:16px;font-weight:500;color:#4d545d;margin-bottom:8px}.user-inferred__contact--link{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.user-inferred__contact--link:last-child{margin-bottom:0}.user-inferred__contact--link img{margin-right:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.user-inferred__contact--link a{font-family:Noto Sans,sans-serif;font-size:13px;color:#0cb04c}.user-inferred__organization,.user-inferred__organizations{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-inferred__organization{background-color:#fff;padding:15px 25px;text-align:left;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-bottom:5px}.user-inferred__organization--name{font-family:Noto Sans,sans-serif;font-size:16px;font-weight:500;color:#4d545d;margin-bottom:8px}.user-inferred__organization--position{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.user-inferred__organization--position img{margin-right:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.user-inferred__organization--position span{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500;color:#000}.user-inferred__organization--date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:30px;font-family:Noto Sans,sans-serif;font-size:12px}.user-inferred__organization--date--bullet{font-size:11px;margin:0 5px}.user-inferred__organization--date--year{font-weight:300}.user-inferred__footprint{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;padding:15px 25px;text-align:left;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-bottom:5px}.user-inferred__footprint--name{font-family:Noto Sans,sans-serif;font-size:16px;font-weight:500;color:#6d6c6c;margin-bottom:8px}.user-inferred__footprint--name:first-letter{text-transform:capitalize}.user-inferred__footprint--data{font-family:Noto Sans,sans-serif;font-size:13px;margin-bottom:5px}.user-inferred__footprint--data,.user-inferred__footprint--data--provider{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-inferred__footprint--data--provider img{margin-right:10px}.user-inferred__footprint--data--provider div{text-transform:capitalize;width:90px;color:#a0a3a1}.user-inferred__demographics{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.user-inferred__demographics--gender,.user-inferred__demographics--location{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-inferred__demographics--gender>img,.user-inferred__demographics--location>img{margin-right:10px}.user-inferred__demographics--gender>div,.user-inferred__demographics--location>div{font-family:Noto Sans,sans-serif;font-size:13px}.user-inferred__demographics--gender{margin-top:8px}.user-inferred__demographics--gender>div{font-weight:500}.user-inferred__interests{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-inferred__interests,.user-inferred__interests--data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.user-inferred__interests--data{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:500;color:#4d545d;margin-bottom:8px;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.user-inferred__interests--data div:first-child{width:150px}.user-inferred__social-profiles{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-inferred__profile{background-color:#fff;padding:15px 25px;text-align:left;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-bottom:5px}.user-inferred__profile--header img{float:left;margin-right:12px;padding-top:3px;min-width:15px}.user-inferred__profile--header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-inferred__profile--header>div>span{text-transform:capitalize;font-weight:500;font-size:14px;color:#000;font-family:Noto Sans,sans-serif;margin-bottom:5px}.user-inferred__profile--header>div>a{font-family:Noto Sans,sans-serif;font-size:12px;color:#a0a3a1}.user-inferred__profile--data{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:8px 0 0 28px}.user-inferred__profile--key{width:75px;font-family:Noto Sans,sans-serif;font-size:13px;text-align:right;color:#000;text-transform:capitalize;margin-right:10px}.user-inferred__profile--value{font-size:12px;text-align:left;font-weight:300;color:#000;width:100%;white-space:pre-line}.user-inferred__organizations--not-available,.user-inferred__social-profiles--not-available{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;text-align:left;background-color:#fff;padding:15px 25px;width:100%}.user-inferred__organizations--not-available>div,.user-inferred__social-profiles--not-available>div{font-size:12px;color:grey;margin:auto}.user-account__attributes--attribute-deleted .user-account__attributes--title,.user-account__attributes--attribute-disabled .user-account__attributes--title{text-decoration:line-through}.user-details{height:-webkit-calc(100vh - 151px);height:-moz-calc(100vh - 151px);height:calc(100vh - 151px);overflow-y:scroll;padding:15px}.user-details__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:10px 0;padding:0 10px}.user-details__header--title{font-size:12px;color:#253445;font-weight:500;margin-right:10px;font-family:Noto Sans,sans-serif}.user-details__header--title:first-letter{text-transform:capitalize}.user-details__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1;height:1px;margin-top:9px}.user-details__profile{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:35px;margin-bottom:5px}.user-details__profile--image{border:5px solid #cfd8dc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:5px}.user-details__profile--image img{width:90px;height:90px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.user-details__profile--container{padding-left:35px;text-align:left}.user-details__profile--name{font-family:Noto Sans,sans-serif;font-size:24px;font-weight:600;color:#4d545d}.user-details__profile--details{font-family:Noto Sans,sans-serif;font-size:14px;color:#000}.user-details__info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 25px;margin-bottom:5px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.user-details__info--content{text-align:left;width:33%;height:70px}.user-details__info--content h5{font-size:12px;font-weight:400;color:#557391;font-family:Noto Sans,sans-serif}.user-details__info--content div{font-family:Noto Sans,sans-serif;font-size:14px;color:#2b3d51;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;margin-right:10px}.user-details__location{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.user-details__location--data{margin-bottom:5px;padding:0 0 10px 25px}.user-details__location>div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-details__location>div:nth-child(2)>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.user-details__location>div:nth-child(2)>div h5{font-size:12px;text-align:left;color:#557391;line-height:20px;text-transform:capitalize;margin:0 10px 0 0;font-family:Noto Sans,sans-serif}.user-details__location>div:nth-child(2)>div div{font-size:12px;font-weight:500;color:#2b3d51;font-family:Noto Sans,sans-serif}.user-details__sessionRecording{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.user-details__sessionRecording--data{background-color:#fff;margin-bottom:5px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:0 0 10px 25px}.user-details__sessionRecording--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:Noto Sans,sans-serif;font-size:14px;color:#000;padding-top:10px}.user-details__sessionRecording--container .user-details__sessionRecording--timestamp{margin-right:5px;min-width:145px;text-align:left}.user-details__sessionRecording--container .session-recording-link{background:url(/play-2.15.svg) 50% no-repeat;height:18px;width:16px;margin-left:5px}.user-details__sessionRecording--container .session-recording-link:hover{background:url(/play-6.15.svg) 50% no-repeat}.user-details__related{height:-webkit-calc(100vh - 155px);height:-moz-calc(100vh - 155px);height:calc(100vh - 155px)}.user-details__related--loader{height:100%}.user-details__related-information{overflow-x:auto;height:100%}.user-details__related-information--data{background-color:#fff;margin-bottom:5px;padding:15px 16px}.user-details__related-information--data,.user-details__related-information-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-details__related-information-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:50px;grid-row-gap:8px;row-gap:8px;width:100%}.user-details__related-information--chips{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e6e9ec;min-height:24px;padding:3px 8px 5px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;max-width:100%}.user-details__related-information-chip{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;text-align:center;font-size:12px;line-height:16px;font-weight:400;color:#181f26;max-width:100%;overflow-wrap:break-word}.user-details__related-information--empty{text-align:center;margin-top:40px;margin-bottom:20px}.user-details__related-information--empty-wrapper{color:#c7c2c2;font-weight:400;font-size:16px;-webkit-background-clip:text;background-clip:text}.user-details__related-information--empty:first-letter{text-transform:capitalize}.user-custom-attr__attributes--title{width:200px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.user-custom-attr__attributes--name,.user-custom-attr__attributes--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-custom-attr__attributes--name{grid-gap:16px;gap:16px}.user-custom-attr__attributes--name__enabled{width:12px;height:12px;background:#56d791;border:1px solid #56d791;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.user-custom-attr__attributes--name__disabled{width:12px;height:12px;background:#f75d4f;border:1px solid #f75d4f;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.user-custom-attr__attributes--name__label{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.user-custom-attr__user-pref-save{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.user-custom-attr__user-pref-save,.user-profile-timeline-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.user-profile-timeline-header{width:100%;height:40px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px}.user-profile-timeline-header .user-profile-timeline-header-title{font-weight:500;color:#19232f}.user-profile-timeline-header .user-profile-timeline-header-buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.user-profile-timeline-header .user-profile-timeline-header-buttons .user-profile-timeline-header-buttons-toggle{width:130px!important;height:16px!important;margin-right:16px}.user-profile-timeline-header .user-profile-timeline-header-buttons .user-profile-timeline-header-buttons-toggle label{font-weight:400!important}.user-profile-timeline-header .user-profile-timeline-header-buttons .user-profile-timeline-header-buttons-icon{height:100%;padding:8px;cursor:pointer;margin-left:10px}.user-profile-timeline-header .user-profile-timeline-header-buttons .date-range-picker{width:150px!important;height:100%!important;min-width:unset!important;padding:7px!important}.user-profile-timeline-header .user-profile-timeline-header-buttons .date-range-picker .date-range-picker__selectedDate{background-image:url(/horizon/icons/date_24.svg);color:#19232f;white-space:nowrap;width:140px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:block;line-height:30px;text-align:start}.user-profile-timeline-header .user-profile-timeline-header-buttons .date-range-picker .date-range-picker__selectedDate img{display:none}.user-profile-timeline-header .user-profile-timeline-header-buttons .date-range-picker .date-range-picker__content{top:37px!important;left:-630px!important}.filter-tooltip-content{text-align:start}.filter-tooltip-content__title{margin-top:6px;text-transform:capitalize}.filter-tooltip-content__subtitle{margin-left:20px}.user-profile-timeline-filter{color:#3d566f;height:100%}.user-profile-timeline-filter .user-profile-timeline-filter-header{padding:16px;text-align:start;font-size:18px;font-weight:500;color:#19232f}.user-profile-timeline-filter .user-profile-timeline-filter-header .user-profile-timeline-filter-header-title{font-weight:700}.user-profile-timeline-filter .user-profile-timeline-filter-header .user-profile-timeline-filter-header-selectors{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;z-index:9;position:relative}.user-profile-timeline-filter .user-profile-timeline-filter-header .user-profile-timeline-filter-header-selectors .user-profile-timeline-filter-header-selectors-selector{width:48%}.user-profile-timeline-filter .user-profile-timeline-filter-header .user-profile-timeline-filter-header-selectors .user-profile-timeline-filter-header-selectors-selector .user-profile-timeline-filter-header-selectors-selector-title{font-size:12px;color:rgba(37,52,69,.6)}.user-profile-timeline-filter .user-profile-timeline-filter-body{padding:16px;height:100%}.user-profile-timeline-filter .user-profile-timeline-filter-body .user-profile-timeline-filter-body-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:30px;margin-bottom:16px;border-bottom:1px solid #afc3d7}.user-profile-timeline-filter .user-profile-timeline-filter-body .user-profile-timeline-filter-body-header .user-profile-timeline-filter-body-header-right-side{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:200px}.user-profile-timeline-filter .user-profile-timeline-filter-body .user-profile-timeline-filter-body-content{display:block;overflow:auto;height:-webkit-calc(100% - 255px);height:-moz-calc(100% - 255px);height:calc(100% - 255px);position:relative;z-index:8}.user-profile-timeline-filter .user-profile-timeline-filter-body .user-profile-timeline-filter-body-content .user-profile-timeline-filter-body-divider{margin:16px 0;background-color:#afc3d7;height:1px}.user-profile-timeline-filter .user-profile-timeline-filter-bottom-bar{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f6f6f6;border-top:1px solid #e3eaf1;position:absolute;bottom:0;width:100%;height:50px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px 3px;z-index:999}.user-profile-timeline-filter .user-profile-timeline-filter-bottom-bar .user-profile-timeline-filter-bottom-bar-inner-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#0f87ec;cursor:pointer;font-size:14px;text-decoration:underline;padding:0 16px 0 8px}.user-profile-timeline-filter .user-profile-timeline-filter-bottom-bar .user-profile-timeline-filter-bottom-bar-inner-wrapper .user-profile-timeline-filter-select-all{margin-right:16px}.user-profile-timeline-filter .user-profile-timeline-filter-bottom-bar .gpx-button-wrapper{margin-left:16px}.user-profile-timeline-filter .user-profile-timeline-filter-bottom-bar .user-profile-timeline-filter-bottom-bar--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.user-profile-timeline-filter .user-profile-timeline-filter-bottom-bar .user-profile-timeline-filter-bottom-bar--buttons__info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;text-align:left;color:#5f6c7a}.user-profile-timeline-filter .user-profile-timeline-filter-bottom-bar .user-profile-timeline-filter-bottom-bar--buttons__info>div{padding-left:4px}.user-profile-timeline-filter-body-activity{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;position:relative}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity__left-side{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity__left-side .user-profile-timeline-filter-body-activity__left-side--icon{width:20px;margin-right:6px}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity__left-side .user-profile-timeline-filter-body-activity-label{text-transform:capitalize;width:150px;max-width:150px;text-align:start}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity__left-side>a{color:#0369e9;cursor:pointer;margin-left:-9px}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity-engagements{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:50%}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity-right-side{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:200px}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity-right-side .user-profile-timeline-filter-body-activity-right-side-disabled{width:34px}.user-profile-timeline-filter-body-activity .user-profile-timeline-filter-body-activity__loader{position:unset!important;top:unset!important;z-index:unset!important}.user-profile-filter-select-wrapper{position:relative}.user-profile-filter-select-wrapper .user-profile-filter-select__placeholder{color:#7596b7}.user-profile-filter-select-wrapper .user-profile-filter-select__control{cursor:pointer}.user-profile-filter-select-wrapper .user-profile-filter-select__single-value{font-size:14px;font-weight:400;color:#7596b7}.user-profile-filter-select-wrapper .user-profile-filter-select__control{background:rgba(0,0,0,0);margin-right:2px}.user-profile-filter-select-wrapper .user-profile-filter-select__input{color:#19232f;font-size:14px;font-weight:400}.user-profile-filter-select-wrapper .user-profile-filter-select__loader{width:100%;text-align:center}.user-profile-filter-select-wrapper .user-profile-filter-select__loader #dots #dot1,.user-profile-filter-select-wrapper .user-profile-filter-select__loader #dots #dot2{-webkit-animation:load 1s infinite;-moz-animation:load 1s infinite;-o-animation:load 1s infinite;animation:load 1s infinite}.user-profile-filter-select-wrapper .user-profile-filter-select__loader #dots #dot2{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.user-profile-filter-select-wrapper .user-profile-filter-select__loader #dots #dot3{-webkit-animation:load 1s infinite;-moz-animation:load 1s infinite;-o-animation:load 1s infinite;animation:load 1s infinite;-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}.user-profile-filter-select-wrapper .gpx-checkbox__label{display:grid}.user-profile-filter-select-wrapper .gpx-checkbox__label .user-profile-filter-select__label-inner-wrapper{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.user-profile-filter-select-wrapper .user-profile-filter-select__menu{text-align:start;left:0;background-color:#fff}.user-profile-filter-select-wrapper .user-profile-filter-select__menu .user-profile-filter-select__option{color:#253445;font-size:14px;background:#fff;cursor:pointer;font-weight:400}.user-profile-filter-select-wrapper .user-profile-filter-select__menu .user-profile-filter-select__option--is-selected{color:#0470f7}.user-profile-filter-select-wrapper .user-profile-filter-select__multi-value-more{background-color:#e6e6e6;padding:1px 8px;position:absolute;right:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #e6e6e6;color:#333;font-size:85%;overflow:hidden}.user-profile-filter-select-wrapper .user-profile-filter-select__multi-value-container{max-width:30%}.user-profile-filter-select-wrapper .user-profile-filter-select-pagination{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px}.user-profile-filter-select-wrapper .user-profile-filter-select-pagination .user-profile-filter-select-pagination-text{margin-left:16px}.user-profile-filter-select-wrapper .user-profile-filter-select-pagination .user-profile-filter-select-pagination-icon{margin-left:20px;cursor:pointer}.user-profile-filter-select-wrapper .user-profile-filter-select__category{color:#7596b7;font-size:14px;padding:4px;border-bottom:1px solid #afc3d7}.user-profile-filter-select-wrapper .user-profile-filter-select__checkbox-wrapper{color:#7596b7;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.user-profile-filter-select-wrapper .user-profile-filter-select__checkbox-wrapper .user-profile-filter-select__channel{font-size:12px;color:#7596b7}.user-profile-filter-select-wrapper .user-profile-filter-select__resize{padding-top:1px}.user-profile-filter-select-wrapper .user-profile-filter-select__resize .user-profile-filter-select__resize-handle{position:absolute;top:-webkit-calc(50% - 10px);top:-moz-calc(50% - 10px);top:calc(50% - 10px);font-size:12px;color:#2090ed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:0}.user-profile-filter-select-wrapper .user-profile-filter-select__menu-list--is-multi{margin-top:40px;max-height:260px}.user-profile-filter-select-wrapper .user-profile-filter-select__category-sticky{position:absolute;top:0;right:0;z-index:99;color:#7596b7;font-size:14px;border-bottom:1px solid #afc3d7;width:-webkit-calc(100% - 24px);width:-moz-calc(100% - 24px);width:calc(100% - 24px);padding:16px 0 4px 4px;margin:0 12px;background-color:#fff}.user-profile-filter-select__more-content{text-align:start}.user-profile-filter-select__more-content .user-profile-filter-select__more-content-text{margin-right:10px}.user-profile-filter-select__more-content .user-profile-filter-select__more-content-icon{margin-right:10px;cursor:pointer}@-webkit-keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-moz-keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-o-keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}.user-profile-timeline{overflow:auto;height:-webkit-calc(100% - 40px);height:-moz-calc(100% - 40px);height:calc(100% - 40px)}.user-profile-timeline .MuiAccordion-root{margin-bottom:0!important}.user-profile-timeline .MuiAccordion-root .MuiAccordionDetails-root{padding-bottom:0}.user-profile-timeline .gpx-accordion__summary{width:100%;text-align:start}.user-profile-timeline .gpx-accordion__summary .user-profile-timeline-summary{text-align:center;position:relative}.user-profile-timeline .gpx-accordion__summary .user-profile-timeline-line{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.user-profile-timeline .gpx-accordion__summary .user-profile-timeline-summary:before{content:"";position:absolute;top:50%;left:80px;border-top:1px solid #e3eaf1;width:-webkit-calc(100% - 80px);width:-moz-calc(100% - 80px);width:calc(100% - 80px);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.user-profile-timeline .gpx-accordion__summary .user-profile-timeline-label{max-width:80px;text-align:start;font-size:12px;font-weight:500;color:#19232f;text-transform:capitalize}.user-profile-timeline .user-profile-timeline-session{padding:0 8px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-session-title{text-align:start;font-size:12px;font-weight:500;color:#19232f;text-transform:capitalize}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-session-title .user-profile-timeline-session-subtitle{color:#7596b7;margin-left:6px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity{position:relative}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .MuiAccordionSummary-content,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .MuiAccordionSummary-content{margin:0!important}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .Mui-disabled,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .Mui-disabled{pointer-events:unset!important;background-color:#fff!important;opacity:1!important}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .Mui-disabled .MuiCollapse-container,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .Mui-disabled .MuiCollapse-container{height:0!important}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .MuiIconButton-label,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .MuiIconButton-label{color:#fff!important;width:24px!important}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .gpx-accordion__details,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .gpx-accordion__details{padding-left:165px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .extra-content,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .extra-content{font-size:12px;text-align:start;color:#7596b7}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .extra-content .unmapped-custom-attributes,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .extra-content .unmapped-custom-attributes{text-decoration:underline;cursor:pointer}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .extra-content .extra-content-identify,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .extra-content .extra-content-identify{margin-bottom:10px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .extra-content .title,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .extra-content .title{font-weight:700}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .extra-content .field,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .extra-content .field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .extra-content .field .name,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .extra-content .field .name{margin-right:8px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .extra-content__engagement-link,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .extra-content__engagement-link{cursor:pointer;text-decoration:underline;color:#0369e9}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity{height:40px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--time,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--time{color:#19232f;font-size:11px;min-width:80px;width:80px;text-align:start}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--icon,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--icon{width:24px;min-width:24px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--dot,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--dot{width:9px;min-width:9px;height:9px;background-color:#7596b7;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;margin-right:30px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text{text-align:start;margin-left:20px;color:#19232f;font-weight:500;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--session-recording-link,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--session-recording-link{background:url(/play-2.15.svg) 50% no-repeat;height:15px;width:16px;margin-left:5px;margin-bottom:2px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--session-recording-link:hover,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--session-recording-link:hover{background:url(/play-6.15.svg) 50% no-repeat}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--inner--wrapper,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--inner--wrapper{display:grid}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--inner--wrapper .user-profile-timeline__activity__content--title,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--inner--wrapper .user-profile-timeline__activity__content--title{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--inner--wrapper .user-profile-timeline__activity__content--subtitle,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--inner--wrapper .user-profile-timeline__activity__content--subtitle{font-size:11px;margin-top:2px;color:#7596b7;font-weight:400;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--trackingType,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity__content .user-profile-timeline__activity__content--text .user-profile-timeline__activity__content--title--wrapper .user-profile-timeline__activity__content--title--trackingType{color:#7596b7;text-transform:capitalize;margin-left:6px;margin-right:16px;white-space:nowrap}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity .user-profile-timeline__activity .user-profile-timeline__activity--channel,.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity .user-profile-timeline__activity .user-profile-timeline__activity--channel{font-size:12px;color:#7596b7}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-single-activity{border-bottom:1px solid #afc3d7;padding-bottom:16px;margin-bottom:16px}.user-profile-timeline .user-profile-timeline-session .user-profile-timeline-activity:before{content:"";display:block;position:absolute;top:25px;bottom:0;left:100px;width:1px;height:100%;background-color:#7596b7;z-index:1}.user-profile-timeline .user-profile-timeline-loader{position:absolute;background-color:#fff;bottom:0;width:100%;height:60px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-timeline .user-profile-timeline-no-more{height:60px;color:#7596b7}.user-profile-timeline-main-container{height:100%;background-color:#fff;border-left:2px solid #e3eaf1;font-family:Noto Sans,sans-serif;font-size:14px;position:relative}.user-profile-timeline-main-container .user-profile-timeline-main-container-loader{position:absolute;background-color:#fff;width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-profile-timeline-main-container .user-profile-timeline-main-container-no-results{font-size:16px;color:#7596b7;font-weight:400}.user-custom-attr{height:-webkit-calc(100vh - 150px);height:-moz-calc(100vh - 150px);height:calc(100vh - 150px);overflow-y:scroll;padding:15px}.user-custom-attr__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px;padding:0 10px}.user-custom-attr__header--custom{margin-top:10px}.user-custom-attr__header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000;margin-right:10px}.user-custom-attr__header--title:first-letter{text-transform:capitalize}.user-custom-attr__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.user-custom-attr__attributes{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;padding:20px 25px}.user-custom-attr__attributes--attribute{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.user-custom-attr__attributes--attribute:last-child{margin-bottom:0}.user-custom-attr__attributes--attribute-enabled .user-custom-attr__attributes--name{color:#000;font-weight:600}.user-custom-attr__attributes--attribute-deleted .user-custom-attr__attributes--title,.user-custom-attr__attributes--attribute-disabled .user-custom-attr__attributes--title{text-decoration:line-through}.user-custom-attr__attributes--title{font-family:Noto Sans,sans-serif;font-size:13px;text-align:left;color:#a0a3a1;margin-right:10px;line-height:20px}.user-custom-attr__attributes--name{font-family:Noto Sans,sans-serif;font-size:14px;color:#a0a3a1}.user-custom-attr__attributes--name__info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.user-custom-attr__attributes--name__label--account{width:52px;font-family:Noto Sans,sans-serif;font-size:12px;color:#5f6c7a;font-weight:400;line-height:16px;text-align:start}.user-custom-attr__empty--text{font-family:Noto Sans,sans-serif;font-size:15px;text-align:center;color:#a0a3a1;width:166px;margin:50px auto 5px}.user-custom-attr__empty--name{font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700;color:#4d545d}.user-account{height:-webkit-calc(100vh - 150px);height:-moz-calc(100vh - 150px);height:calc(100vh - 150px);overflow-y:scroll;padding:15px}.user-account__section{margin-bottom:10px}.user-account__section:last-child{margin-bottom:0}.user-account__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px;padding:0 10px}.user-account__header--title{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:700;color:#000;margin-right:10px}.user-account__header--title:first-letter{text-transform:capitalize}.user-account__header--line{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e3e3e3;height:1px;margin-top:9px}.user-account__attributes{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:20px 25px;margin-top:10px}.user-account__attributes--empty{font-size:12px;color:grey}.user-account__attributes--attribute{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.user-account__attributes--attribute:last-child{margin-bottom:0}.user-account__attributes--title{font-family:Noto Sans,sans-serif;font-size:13px;text-align:left;color:#a0a3a1;margin-right:10px;line-height:20px;text-transform:capitalize}.user-account__attributes--name{font-family:Noto Sans,sans-serif;font-size:14px;color:#000;font-weight:700}.user-account__custom-attributes>div:first-child{text-transform:none}.kcb-create{height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px)}.kcb-create .app-loader-v2__active{z-index:1601}.kcb-create-header{height:48px;padding:0 24px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);background:#fff}.kcb-create-header,.kcb-create-header--back{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-create-header--back{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;cursor:pointer}.kcb-create-header__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:312px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.kcb-create-header__title .gpx-textfield{width:312px!important}.kcb-create-header__title .gpx-textfield__wrap{height:32px!important}.kcb-create-header__title--text{color:#181f26;font-size:16px;font-style:normal;font-weight:600;line-height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:8px;cursor:pointer;max-width:312px}.kcb-create-header__title--text>span{max-width:276px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.kcb-create-header__title--text:hover{background:#e6e9ec}.kcb-create-header__tabs{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:16px;gap:16px}.kcb-create-header__tabs,.kcb-create-header__tabs--tab{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-create-header__tabs--tab{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;grid-gap:8px;gap:8px;font-size:14px;font-weight:400;line-height:24px;text-transform:capitalize;cursor:pointer}.kcb-create-header__actions{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.kcb-create-header__actions,.kcb-create-header__actions--icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kcb-create-header__actions--icon{cursor:pointer;padding:4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.kcb-create-header__actions--icon-more,.kcb-create-header__actions--icon:hover{background-color:#f5f7f9}.kcb-create-header__description{width:297px;height:271px;padding:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:16px;gap:16px}.kcb-create-header__description--title{font-size:18px;font-weight:600;line-height:24px;text-transform:capitalize}.kcb-create-header__description svg{cursor:pointer}.kcb-create-header__description>div:first-of-type{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-create-header__description .gpx-msgbox .gpx-msgbox__wrap{width:265px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.kcb-create-header__description .gpx-msgbox .gpx-msgbox__wrap>textarea{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;height:199px}#kcb-v2-ui-element{cursor:pointer;position:absolute;width:40px;height:40px;background-color:#fff;border:2px solid #404040;background-image:url(/knowledge-center/embedded/mapped-element.svg);-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;background-repeat:no-repeat}.kcb-content-create{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px);background:#eff5f8}.kcb-content-create .app-loader-v2__active{z-index:99999}.kcb-content-create__preview{position:relative;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;background-image:-webkit-radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 0);background-image:-moz-radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 2px);background-image:-o-radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 2px);background-image:radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 0);-webkit-background-size:16px 16px;-moz-background-size:16px 16px;-o-background-size:16px 16px;background-size:16px 16px}.kcb-content-create__actions{width:40px;background:#fff}.kcb-content-create__actions--items--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;cursor:pointer}.kcb-content-create__actions--items--item-selected{border-left:2px solid #0369e9;background:#e6f0fd}.kcb-content-create__actions--items--item-configuration-selected svg path{fill:#0369e9}.kcb-content-create__actions--items--item-design-selected svg path{stroke:#0369e9}.kcb-content-create__actions--items--item-localization-selected svg path:first-child{fill:#e6f0fd}.kcb-content-create__actions--items--item-localization-selected svg path:nth-child(2){stroke:#0369e9}.kcb-content-create__content{width:544px;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.25) inset;-moz-box-shadow:0 0 3px 0 rgba(0,0,0,.25) inset;box-shadow:inset 0 0 3px 0 rgba(0,0,0,.25);height:100%;overflow:auto}.kcb-audience-drawer{height:100%}.kcb-audience-drawer--info{margin:0 0 16px 32px;color:#5f6c7a;font-size:12px;font-weight:400;line-height:1.33px}.kcb-audience-drawer__content{border-top:1px solid #e6e9ec;height:-webkit-calc(100% - 18px);height:-moz-calc(100% - 18px);height:calc(100% - 18px)}.kcb-audience-drawer__content .kcb-audience-editor{height:100%}.kcb-audience-editor{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:-webkit-calc(100% - 80px);height:-moz-calc(100% - 80px);height:calc(100% - 80px)}.kcb-audience-editor__rules{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.kcb-audience-editor__rules .segment-feature{height:100%;overflow-y:auto}.kcb-audience-editor__rules .segment-feature>div{padding:0;background-color:#fff;height:100%}.kcb-audience-editor__rules .segment-feature .segment-body{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;height:100%}.kcb-audience-editor__rules .segment-feature .segment-body__empty{text-align:center}.kcb-audience-editor__rules .segment-feature .segment-body__empty--title{margin-bottom:0}.kcb-audience-editor__rules .segment-feature .segment-body__empty--title>div:first-of-type{display:none}.kcb-audience-editor__rules .segment-feature .segment-body__empty--title>span{margin:0;color:#3c4a57}.kcb-audience-editor__rules .segment-feature .segment-body__rules{width:100%;height:100%}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets{height:100%}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06)}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .apt-panel-body{min-width:535px}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .rule{grid-gap:8px;gap:8px}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .rule .field-type{width:160px}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .rule .spacer{display:none}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .rule .operator{width:auto;min-width:164px}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .rule .value{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .rule__operators-value{grid-gap:8px;gap:8px;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .add{margin:0}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .rule__cancel-container .cancel-img{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .rules-set-inner-container .MuiButton-text{min-width:58px}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .react-select__control{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border-color:#d5d9de}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .react-select__control--menu-is-open,.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .react-select__control:hover{border-color:#0369e9}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel .react-select__arrow>img{content:url(/horizon/icons/chevron-down-3.svg)}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel-header{-webkit-border-radius:12px 12px 0 0;-moz-border-radius:12px 12px 0 0;border-radius:12px 12px 0 0;background-color:#f5f9fe}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel-header .rules-set-actions .rules-set-action-label{color:#3c4a57}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel-header .rules-set-actions .rules-set-action-label:after{content:" :"}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel-header .rules-set-actions .react-select{margin:0 12px 0 0}.kcb-audience-editor__rules .segment-feature .segment-body__rules .rules-sets-container .apt-panel-header .rules-set-actions .react-select .react-select__control{width:76px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#f5f9fe;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.kcb-audience-editor__sidebar{width:271px;border-left:1px solid #e6e9ec}.kcb-audience-editor__sidebar .segment__sidebar-container{height:100%;overflow-y:auto}.kcb-audience-editor__sidebar .segment__sidebar-container--title{font-size:12px;font-weight:600;text-align:left;line-height:1.33;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.kcb-audience-editor__sidebar .segment__sidebar-container--rule-group{grid-gap:8px;gap:8px}.kcb-audience-editor__sidebar .segment__sidebar-container--rule-group,.kcb-audience-editor__sidebar .sidebar-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kcb-audience-editor__sidebar .sidebar-list{padding:16px;grid-gap:32px;gap:32px}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px;height:42px;padding:8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);font-size:12px;color:#19232f;cursor:pointer;pointer-events:auto}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item__disabled{color:#7596b7;-webkit-box-shadow:0 0 1px 0 rgba(43,61,81,.3);-moz-box-shadow:0 0 1px 0 rgba(43,61,81,.3);box-shadow:0 0 1px 0 rgba(43,61,81,.3)}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item .sidebar-item-img{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item .name{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:left}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item .disabledMsg{font-size:12px}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item .add{color:#9ca0a5;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:14px;font-stretch:condensed;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item.disabled-bg{background-color:#dedede;color:#9c9c9c}.kcb-audience-editor__sidebar .sidebar-list .sidebar-item.disabled-bg .sidebar-item-img{fill:#9c9c9c}.kcb-content-library-drawer--title,.kcb-content-library-drawer--title a{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-content-library-drawer--title a{cursor:pointer;margin-left:8px;width:18px;height:18px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.kcb-content-library-drawer .custom-drawer__header{padding:0;margin:24px 16px 8px 24px}.kcb-content-library-drawer--info{margin:0 0 16px 24px;color:#5f6c7a;font-size:12px;font-weight:400}.kcb-content-library-drawer__content{height:-webkit-calc(100vh - 144px);height:-moz-calc(100vh - 144px);height:calc(100vh - 144px);padding:0 24px 24px}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:16px;gap:16px}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield{width:232px;height:32px}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield .gpx-textfield__wrap{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:1px solid #d5d9de}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield .gpx-textfield__wrap>input::-webkit-input-placeholder{color:#acb4bd;font-weight:400}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield .gpx-textfield__wrap>input:-moz-placeholder,.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield .gpx-textfield__wrap>input::-moz-placeholder{color:#acb4bd;font-weight:400}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield .gpx-textfield__wrap>input:-ms-input-placeholder{color:#acb4bd;font-weight:400}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield .gpx-textfield__wrap>input::-ms-input-placeholder{color:#acb4bd;font-weight:400}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--header .gpx-textfield .gpx-textfield__wrap>input::placeholder{color:#acb4bd;font-weight:400}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--table{width:100%;height:-webkit-calc(100% - 32px);height:-moz-calc(100% - 32px);height:calc(100% - 32px);margin-top:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--table .content-library-table{height:100%;width:100%}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--table .content-library-table>div:first-child{overflow-x:hidden}.kcb-content-library-drawer__content .kcb-content-library-drawer__content--table .content-library-table__entryType div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-library-table{overflow:auto;height:-webkit-calc(100% - 60px);height:-moz-calc(100% - 60px);height:calc(100% - 60px)}.content-library-table>div:first-child{height:-webkit-calc(100% - 40px);height:-moz-calc(100% - 40px);height:calc(100% - 40px);overflow:auto}.content-library-table table{width:100%;text-align:left;position:relative}.content-library-table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:2;text-transform:capitalize}.content-library-table table thead tr{height:36px}.content-library-table table thead tr th{height:16px;padding:10px 16px 9px 8px;font-size:12px;text-align:left;font-weight:600;color:#25313b;-webkit-box-shadow:inset 0 -1px 0 0 #d5d9de;-moz-box-shadow:inset 0 -1px 0 0 #d5d9de;box-shadow:inset 0 -1px 0 0 #d5d9de}.content-library-table table thead tr th>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.content-library-table table thead tr th>div svg>path{stroke:#3c4a57}.content-library-table table thead tr th:first-child{padding-left:16px}.content-library-table table thead tr th:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-library-table table thead tr th:first-child .gpx-checkbox input{margin:0}.content-library-table table thead tr .content-library-table--sticky{padding-top:5px!important;-webkit-filter:drop-shadow(0 0 1px rgba(52,56,58,.24)) drop-shadow(-2px 0 4px rgba(52,56,58,.06));filter:drop-shadow(0 0 1px rgba(52,56,58,.24)) drop-shadow(-2px 0 4px rgba(52,56,58,.06));-webkit-clip-path:inset(-10px -10px 0 -10px);clip-path:inset(-10px -10px 0 -10px)}.content-library-table table thead tr .content-library-table--sticky~.content-library-table--sticky{-webkit-filter:none;filter:none;-webkit-clip-path:none;clip-path:none}.content-library-table table thead .kcb-v2-header-with-tooltip{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px}.content-library-table table thead .kcb-v2-header-with-tooltip,.content-library-table table thead .kcb-v2-header-with-tooltip div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-library-table table tbody tr{height:48px}.content-library-table table tbody tr td{font-size:14px;text-align:left;color:#181f26;padding:8px 16px 8px 8px;line-height:24px;-webkit-box-shadow:inset 0 -1px 0 0 #d5d9de;-moz-box-shadow:inset 0 -1px 0 0 #d5d9de;box-shadow:inset 0 -1px 0 0 #d5d9de}.content-library-table table tbody tr td>div{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:inherit;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-library-table table tbody tr td:first-child{padding-left:16px}.content-library-table table tbody tr td:first-child .gpx-checkbox{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-library-table table tbody tr td:first-child .gpx-checkbox input{margin:0}.content-library-table table tbody tr td .content-library-table__options{cursor:pointer;width:32px;height:32px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-library-table table tbody tr td .content-library-table__options svg{height:24px;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.content-library-table table tbody tr td .content-library-table__options--active,.content-library-table table tbody tr td .content-library-table__options:hover{background-color:#e6e9ec}.content-library-table table tbody tr.content-library-table--active-row,.content-library-table table tbody tr:hover{background-color:#f5f7f9}.content-library-table table tbody tr.content-library-table--active-row .content-library-table-inline-edit__text--editable,.content-library-table table tbody tr:hover .content-library-table-inline-edit__text--editable{border:1px solid #d5d9de}.content-library-table table tbody tr.content-library-table--active-row .content-library-table--sticky,.content-library-table table tbody tr:hover .content-library-table--sticky{background-color:#f5f7f9}.content-library-table table tbody tr .content-library-table--sticky{-webkit-filter:drop-shadow(0 0 1px rgba(52,56,58,.24)) drop-shadow(-2px 0 4px rgba(52,56,58,.06));filter:drop-shadow(0 0 1px rgba(52,56,58,.24)) drop-shadow(-2px 0 4px rgba(52,56,58,.06));-webkit-clip-path:inset(0 -10px 0 -10px);clip-path:inset(0 -10px 0 -10px)}.content-library-table table tbody tr .content-library-table--sticky~.content-library-table--sticky{-webkit-filter:none;filter:none;-webkit-clip-path:none;clip-path:none}.content-library-table__description{cursor:pointer}.content-library-table__description--dialog{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:265px;height:199px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.content-library-table__description--dialog>div{width:100%}.content-library-table__description--dialog>div .gpx-msgbox{width:100%;max-width:100%}.content-library-table__description--dialog>div .gpx-msgbox__wrap{width:100%}.content-library-table__description--dialog>div .gpx-msgbox__wrap textarea{height:199px}.content-library-table__name>span{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:100%;color:#0369e9;cursor:pointer}.content-library-table__empty{height:-webkit-calc(100% - 60px);height:-moz-calc(100% - 60px);height:calc(100% - 60px)}.content-library-table__type{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-library-table__type,.content-library-table__type div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-library-table__image{font-size:12px;font-style:normal;font-weight:600;line-height:16px;padding:4px 0}.content-library-table__image>div{height:100%}.content-library-table__image--info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:360px;height:96px;padding:12px;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:8px;gap:8px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid #a2c7f7;background:#e6f0fd;-webkit-box-shadow:0 4px 6px 0 rgba(3,105,233,.08);-moz-box-shadow:0 4px 6px 0 rgba(3,105,233,.08);box-shadow:0 4px 6px 0 rgba(3,105,233,.08);-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-library-table__image--info>:nth-child(2){color:#181f26;font-size:14px;font-weight:400;line-height:24px}.content-library-table__image--info>:nth-child(3){cursor:pointer}.content-library-table__image--dialog .gpx-dialog__content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:16px;gap:16px;height:auto!important}.content-library-table__image--dialog .dropzone{width:360px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid #e6e9ec;padding:32px 0;height:auto}.content-library-table__image--dialog .dropzone__text{margin-top:16px;margin-bottom:8px;color:#181f26;font-size:14px;font-weight:400;line-height:24px}.content-library-table__image--dialog .dropzone__browse{color:#0369e9;font-size:14px;font-weight:600;line-height:24px}.content-library-table__image--dialog .dropzone__info{color:#5f6c7a;font-size:12px;font-weight:400;line-height:16px}.content-library-table__image--dialog .MuiDialogContent-dividers{border:none}.content-library-table__image--dialog .MuiDialogTitle-root{height:auto!important;min-height:auto!important;padding:24px 24px 0 32px!important}.content-library-table__image--dialog .MuiDialogTitle-root .gpx-dialog__header div{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.content-library-table__image--dialog .MuiDialogContent-root{padding:0!important;margin:32px}.content-library-table__image--dialog .MuiDialogContent-root .gpx-dialog__content{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:360px;height:196px}.content-library-table__image--dialog .MuiDialogActions-root{padding:0 32px!important;-webkit-border-radius:0 0 16px 16px;-moz-border-radius:0 0 16px 16px;border-radius:0 0 16px 16px;border-top:1px solid #e6e9ec}.content-library-table__image--dialog .MuiDialogActions-root .MuiButton-label{font-size:14px!important;font-weight:600!important;line-height:24px!important}.content-library-table__image--dialog .gpx-dialog__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.content-library-table__image--dialog .gpx-dialog__footer div:nth-child(2){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px}.content-library-table__image--preview,.content-library-table__image--upload{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;padding:6px;height:100%;cursor:pointer;color:#0369e9}.content-library-table__image--preview:hover,.content-library-table__image--upload:hover{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;background:#e6f0fd}.content-library-table__image--preview svg path{stroke:#0369e9}.content-library-table__image--preview svg circle{fill:#0369e9}.content-library-table__image--upload svg g{stroke:#0369e9}.content-library-table__image--upload--disabled{color:#acb4bd;cursor:not-allowed}.content-library-table__image--upload--disabled svg g{stroke:#acb4bd}.content-library-table__image--upload--disabled:hover{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;background:#fff}.content-library-table__image--image{width:360px;height:196px}.content-library-table__image--image img{width:100%;height:100%}.content-library-table__botsUsed{color:#181f26;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.content-library-table__botsUsed--value{color:#0369e9;cursor:pointer}.content-library-table.content-library-table--drawer tr td:first-of-type,.content-library-table.content-library-table--drawer tr th:first-of-type{padding:11px;width:26px}.content-library-table.content-library-table--drawer tr td,.content-library-table.content-library-table--drawer tr th{padding:12px 16px 12px 8px}.content-library-table--sticky{right:0;position:-webkit-sticky;position:sticky;z-index:1;background-color:#fff}.content-library-table-pagination{height:40px;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 8px;border-top:1px solid #e6e9ec}.content-library-table-pagination__current-page-of{font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a;padding:0 8px}.content-library-table-pagination__navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.content-library-table-pagination__navigation>div{font-size:12px;line-height:1.33;letter-spacing:normal;text-align:center;color:#5f6c7a}.content-library-table-pagination__navigation svg{cursor:pointer}.content-library-table-pagination__navigation--page-size .react-select{width:50px}.content-library-table-pagination__navigation--page-size .react-select__single-value{margin:0;color:#181f26}.content-library-table-pagination__navigation--page-size .react-select__value-container{padding:0!important}.content-library-table-pagination__navigation--page-size .react-select__indicators{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.content-library-table-pagination__navigation--page-size .react-select__placeholder,.content-library-table-pagination__navigation--page-size .react-select__single-value{font-size:12px;line-height:1.33;text-align:left;margin:0}.content-library-table-pagination__navigation--page-size .react-select__arrow img{bottom:0}.content-library-table-pagination__navigation--page-size .react-select__indicator{padding:0}.content-library-table-pagination__navigation--page-size .react-select__value-container{height:24px!important}.content-library-table-pagination__navigation--page-number{min-width:40px}.content-library-table-pagination__navigation--next-navigation-disabled path,.content-library-table-pagination__navigation--previous-navigation-disabled path{stroke:#acb4bd}.content-library-table-popover .MuiPaper-root{min-width:96px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:8px 0;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16)}.content-library-table-popover .MuiPaper-root,.content-library-table-popover__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.content-library-table-popover__item{height:32px;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding:4px 16px}.content-library-table-popover__item:hover{background-color:#f5f7f9}.content-library-table-popover__item--label{font-size:14px;line-height:1.71;text-align:left;color:#181f26;text-transform:capitalize;cursor:pointer}.content-library-table-popover__item--label--disabled{color:#acb4bd;cursor:not-allowed}.content-library-table-bots-drawer{height:100%;width:580px;padding:16px 32px;grid-gap:12px;gap:12px;color:#181f26}.content-library-table-bots-drawer__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-library-table-bots-drawer__header--title{font-size:18px;font-style:normal;font-weight:600;line-height:24px;padding:8px 0}.content-library-table-bots-drawer__header--title span{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:600;line-height:16px}.content-library-table-bots-drawer__header--close{cursor:pointer}.content-library-table-bots-drawer__body{padding-top:16px}.content-library-table-bots-drawer__body table{width:100%;text-align:left;position:relative}.content-library-table-bots-drawer__body table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:1}.content-library-table-bots-drawer__body table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.content-library-table-bots-drawer__body table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:600;color:#25313b}.content-library-table-bots-drawer__body table thead tr th>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.content-library-table-bots-drawer__body table thead tr th:first-child{padding:0}.content-library-table-bots-drawer__body table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.content-library-table-bots-drawer__body table tbody tr td{font-style:normal;font-size:14px;text-align:left;color:#181f26;padding-left:24px}.content-library-table-bots-drawer__body table tbody tr td:first-child{padding:0}.content-library-table-bots-drawer__body--name{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:inherit}.content-library-table-bots-drawer__body--state{text-transform:capitalize;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-library-table-bots-drawer__body--state>div{padding:0 8px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.content-library-table-bots-drawer__body--state--launched{background:#d5f5db}.content-library-table-bots-drawer__body--state--editing{background:#b9e8ef}.content-library-table-bots-drawer__body--state--paused{background:#ffecb8}.content-library-table-inline-edit{width:100%}.content-library-table-inline-edit__text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:block}.content-library-table-inline-edit__text--editable{cursor:pointer;padding:2px 8px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:1px solid #fff}.content-library-table-inline-edit__text--editable--editing{border:1px solid #acb4bd!important}.content-library-table-inline-edit__text--editable--error{border:1px solid #f75d4f!important}.content-library-table-inline-edit input{width:100%!important}.content-library-table-additional-info-cell{width:100%;height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.content-library-table-additional-info-cell__icon{cursor:pointer;width:16px;height:16px}.content-library-table-additional-info-cell__text{min-width:-webkit-calc(100% - 40px);min-width:-moz-calc(100% - 40px);min-width:calc(100% - 40px);height:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.content-library-popover-edit .MuiPaper-root{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:16px}.content-library-popover-edit .MuiPaper-root textarea{border:none;resize:none;outline:none;height:24px}.content-library-popover-edit--multiline .MuiPaper-root textarea{height:83px}.kcb-no-results{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:24px;gap:24px;height:100%}.kcb-no-results_title{text-align:center;font-size:16px;font-weight:600}.kcb-no-results_message{color:#5f6c7a;text-align:center}.kcb-audience-tab{height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px);padding:24px;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:24px;gap:24px;background-color:#fbfbfc;text-align:left}.kcb-audience-tab,.kcb-audience-tab__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.kcb-audience-tab__title{color:#181f26;font-size:18px;font-weight:600;line-height:24px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.kcb-audience-tab__title--error-text{color:#dc3626;font-size:11px;font-style:normal;font-weight:400;line-height:16px}.kcb-audience-tab__subtitle{color:#5f6c7a;font-size:12px;font-weight:400;line-height:16px}.kcb-audience-tab__activation-rules,.kcb-audience-tab__environment{width:-webkit-calc(50% - 12px);width:-moz-calc(50% - 12px);width:calc(50% - 12px);height:136px;padding:24px}.kcb-audience-tab__activation-rules__content,.kcb-audience-tab__environment__content{margin-top:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.kcb-audience-tab__activation-rules__content>div,.kcb-audience-tab__environment__content>div{width:25%}.kcb-audience-tab__activation-rules__content>div{width:50%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-audience-tab__audience-rules{width:100%;height:-webkit-calc(100% - 160px);height:-moz-calc(100% - 160px);height:calc(100% - 160px)}.kcb-audience-tab__audience-rules__header{height:79px;border-bottom:1px solid #e6e9ec;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 24px 16px}.kcb-audience-tab__audience-rules__header .kcb-audience-tab__title{padding-top:12px}.kcb-audience-tab__edit{width:24px;height:24px;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f5f7f9;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer}.kcb-audience-tab__edit>svg{height:16px}.kcb-audience-tab__audience-logic .gpx-wrapper.gpx-select{width:312px}.kcb-audience-tab__audience-logic .gpx-wrapper.gpx-select .gpx-wrapper__label{text-transform:capitalize;color:#3c4a57}.kcb-audience-tab>div{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#fff;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06)}.kcb-audience-tab .kcb-audience-tab__select .react-select__control{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border-color:#d5d9de}.kcb-audience-tab .kcb-audience-tab__select .react-select__control--menu-is-open,.kcb-audience-tab .kcb-audience-tab__select .react-select__control:hover{border-color:#0369e9}.kcb-activation-rules-drawer__popup .gpx-popup__message{width:348px}.kcb-activation-rules-drawer .gpx-tabs .MuiTabs-root .MuiTabs-flexContainer{padding-left:32px}.kcb-activation-rules-drawer .gpx-tabs .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root.MuiTab-textColorInherit .MuiTab-wrapper{color:#3c4a57}.kcb-activation-rules-drawer .gpx-tabs .MuiTabs-root .MuiTabs-flexContainer .MuiTab-root.MuiTab-textColorInherit.Mui-selected .MuiTab-wrapper{color:#181f26;font-weight:600}.kcb-activation-rules-drawer .gpx-tabs .MuiTabs-indicator{background-color:#181f26!important}.kcb-activation-rules-drawer .gpx-tabs .kcb-activation-rules-drawer__tabs-content{padding:8px 32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px;height:-webkit-calc(100vh - 140px);height:-moz-calc(100vh - 140px);height:calc(100vh - 140px);overflow-y:auto}.kcb-activation-rules-drawer .gpx-tabs .kcb-activation-rules-drawer__tabs-content--info{margin-bottom:16px;color:#5f6c7a;font-size:12px;font-weight:400;line-height:1.33}.kcb-activation-rules-drawer .gpx-tabs .kcb-activation-rules-drawer__tabs-content--error{margin-top:8px;color:#f75d4f}.kcb-activation-rules-drawer .gpx-tabs .kcb-activation-rules-drawer__tabs-content--urls{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:8px;gap:8px}.kcb-activation-rules-drawer .gpx-tabs .kcb-activation-rules-drawer__tabs-content .gpx-textfield__error{text-transform:capitalize}.kcb-activation-rules-drawer .gpx-tabs .kcb-activation-rules-drawer__tabs-content .gpx-button .MuiButton-root{min-width:60px}.kcb-activation-rules-drawer__url-field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.kcb-activation-rules-drawer__url-field>div:first-of-type{width:-webkit-calc(100% - 32px);width:-moz-calc(100% - 32px);width:calc(100% - 32px)}.kcb-activation-rules-drawer__url-field>div:first-of-type .gpx-textfield{max-width:unset!important}.kcb-activation-rules-drawer__url-field>div:first-of-type .gpx-textfield__wrap{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border-color:#d5d9de}.kcb-activation-rules-drawer__url-field>div:first-of-type .gpx-textfield__wrap--focus,.kcb-activation-rules-drawer__url-field>div:first-of-type .gpx-textfield__wrap:hover{border-color:#0369e9}.kcb-activation-rules-drawer__url-field--remove{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-top:3px;height:24px;width:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.kcb-activation-rules-drawer__url-field--remove:hover{background-color:#f5f7f9}.kcb-activation-rules-drawer__tabs-content--button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.kcb-activation-rules-drawer__tabs-content--button__tooltip{padding:4px 8px!important;-webkit-border-radius:6px!important;-moz-border-radius:6px!important;border-radius:6px!important;background-color:#181f26!important}.kcb-activation-rules-drawer__tabs-content--button__tooltip .tippy-content{white-space:pre-line;font-size:12px;font-weight:400;line-height:1.33}.unsaved-changes-wrapper__popup .gpx-popup__message{width:348px;white-space:pre-wrap}.kcb-v2.kcb-v2__tabs .gpx-tabs .MuiTabs-root{height:48px;min-height:48px;overflow:unset;background-color:#fff}.kcb-v2.kcb-v2__tabs .gpx-tabs .MuiTabs-root .MuiTabs-scroller.MuiTabs-fixed{-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06)}.kcb-v2.kcb-v2__tabs .gpx-tabs .MuiTabs-root .MuiTabs-flexContainer{height:48px;min-height:48px}.kcb-v2.kcb-v2__tabs .gpx-tabs .MuiTabs-root .MuiTabs-indicator{background-color:#181f26}.kcb-v2.kcb-v2__tabs .gpx-tabs .MuiTabs-root .MuiTab-root .MuiTab-wrapper{color:#5f6c7a;font-weight:600}.kcb-v2.kcb-v2__tabs .gpx-tabs .MuiTabs-root .MuiTab-root.Mui-selected .MuiTab-wrapper,.kcb-v2.kcb-v2__tabs .gpx-tabs .MuiTabs-root .MuiTab-root:hover .MuiTab-wrapper{color:#181f26}.kcb-v2__tab{height:-webkit-calc(100vh - 96px);height:-moz-calc(100vh - 96px);height:calc(100vh - 96px);overflow:auto;background-color:#fff}.kcb-v2__tab--loader{z-index:1601!important}.kcb-v2-tooltip{background-color:#181f26!important;-webkit-border-radius:6px!important;-moz-border-radius:6px!important;border-radius:6px!important;padding:3px 8px 5px!important}.kcb-v2-tooltip .tippy-content{white-space:pre-wrap;font-size:12px;line-height:16px;text-align:left}.kcb-clone-dialog .MuiDialogTitle-root{height:40px!important;min-height:40px!important;margin:16px 24px 0 32px!important;padding:0!important}.kcb-clone-dialog .gpx-dialog__header{color:#181f26;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.kcb-clone-dialog .gpx-dialog__header--close-icon{top:10px!important;right:0!important}.kcb-clone-dialog .MuiDialogContent-root{padding:16px 32px 24px!important}.kcb-v2-bot-list{width:-webkit-calc(100% - 489px);width:-moz-calc(100% - 489px);width:calc(100% - 489px)}.kcb-v2-bot-list__header{width:100%;padding:12px 16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:16px;gap:16px}.kcb-v2-bot-list__header .gpx-textfield{width:232px;height:32px}.kcb-v2-bot-list__header .gpx-textfield .gpx-textfield__wrap{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:1px solid #d5d9de}.kcb-v2-bot-list__header .gpx-textfield .gpx-textfield__wrap>input::-webkit-input-placeholder{color:#acb4bd;font-weight:400}.kcb-v2-bot-list__header .gpx-textfield .gpx-textfield__wrap>input:-moz-placeholder,.kcb-v2-bot-list__header .gpx-textfield .gpx-textfield__wrap>input::-moz-placeholder{color:#acb4bd;font-weight:400}.kcb-v2-bot-list__header .gpx-textfield .gpx-textfield__wrap>input:-ms-input-placeholder{color:#acb4bd;font-weight:400}.kcb-v2-bot-list__header .gpx-textfield .gpx-textfield__wrap>input::-ms-input-placeholder{color:#acb4bd;font-weight:400}.kcb-v2-bot-list__header .gpx-textfield .gpx-textfield__wrap>input::placeholder{color:#acb4bd;font-weight:400}.kcb-v2-bot-list__header .MuiButton-endIcon>svg path{stroke:#fff}.kcb-v2-bot-list__header--title{color:#181f26;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.kcb-v2-bot-list__header--search{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:16px;gap:16px}.kcb-v2-bot-list__header--search,.kcb-v2-bot-list__header--search-icon{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.kcb-v2-bot-list__header--search-icon{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:4px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kcb-v2-bot-list__header--search-icon:hover{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;background:#f5f7f9}.kcb-v2-bot-list__header--search svg{cursor:pointer}.kcb-v2-bot-list__bots{width:100%;height:-webkit-calc(100% - 56px);height:-moz-calc(100% - 56px);height:calc(100% - 56px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.kcb-v2-bot-list__bots .kcb-table-scroll-container{overflow:auto;max-width:100%;height:-webkit-calc(100% - 40px);height:-moz-calc(100% - 40px);height:calc(100% - 40px)}.kcb-v2-bot-list__table{width:100%;text-align:left;line-height:24px}.kcb-v2-bot-list__table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0;z-index:2}.kcb-v2-bot-list__table thead tr{height:36px;-webkit-box-shadow:inset 0 -1px 0 0 #d5d9de;-moz-box-shadow:inset 0 -1px 0 0 #d5d9de;box-shadow:inset 0 -1px 0 0 #d5d9de}.kcb-v2-bot-list__table thead tr th{position:relative;padding:0 16px 0 8px;font-size:12px;font-weight:600;color:#3c4a57}.kcb-v2-bot-list__table thead tr th .kcb-v2-bot-list__table--resize-handle{position:absolute;top:0;right:0;width:8px;height:100%;cursor:col-resize}.kcb-v2-bot-list__table thead tr th>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.kcb-v2-bot-list__table thead tr th>div svg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.kcb-v2-bot-list__table thead tr th>div svg>path{stroke:#3c4a57}.kcb-v2-bot-list__table thead tr th>div>span{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.kcb-v2-bot-list__table thead tr th:first-child{padding-left:24px}.kcb-v2-bot-list__table thead .kcb-v2-bot-list__table--sticky{-webkit-box-shadow:inset 0 -1px 0 0 #d5d9de;-moz-box-shadow:inset 0 -1px 0 0 #d5d9de;box-shadow:inset 0 -1px 0 0 #d5d9de}.kcb-v2-bot-list__table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e6e9ec;-moz-box-shadow:inset 0 -1px 0 0 #e6e9ec;box-shadow:inset 0 -1px 0 0 #e6e9ec}.kcb-v2-bot-list__table tbody tr td{font-size:14px;color:#181f26;padding:0 16px 0 8px}.kcb-v2-bot-list__table tbody tr td>div{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.kcb-v2-bot-list__table tbody tr td:first-child{padding-left:24px}.kcb-v2-bot-list__table tbody tr td.kcb-v2-bot-list__table-cell-name{color:#0369e9;cursor:pointer}.kcb-v2-bot-list__table tbody tr.kcb-v2-bot-list__table-row--active,.kcb-v2-bot-list__table tbody tr.kcb-v2-bot-list__table-row--active .kcb-v2-bot-list__table--sticky,.kcb-v2-bot-list__table tbody tr:hover,.kcb-v2-bot-list__table tbody tr:hover .kcb-v2-bot-list__table--sticky{background-color:#e6f0fd}.kcb-v2-bot-list__table tbody tr.kcb-v2-bot-list__table-row--active .kcb-v2-bot-list__table-menu,.kcb-v2-bot-list__table tbody tr:hover .kcb-v2-bot-list__table-menu{cursor:pointer}.kcb-v2-bot-list__table--sticky{position:-webkit-sticky!important;position:sticky!important;z-index:1;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #e6e9ec;-moz-box-shadow:inset 0 -1px 0 0 #e6e9ec;box-shadow:inset 0 -1px 0 0 #e6e9ec;-webkit-clip-path:inset(0 -10px 0 -10px);clip-path:inset(0 -10px 0 -10px)}.kcb-v2-bot-list__table--sticky--sticky-first{-webkit-filter:drop-shadow(0 0 1px rgba(52,56,58,.24)) drop-shadow(-2px 0 4px rgba(52,56,58,.06))!important;filter:drop-shadow(0 0 1px rgba(52,56,58,.24)) drop-shadow(-2px 0 4px rgba(52,56,58,.06))!important}.kcb-v2-bot-list__table .kcb-v2-bot-list__table-menu{right:0}.kcb-v2-bot-list__table .kcb-v2-bot-list__table-menu>div{width:32px;height:32px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.kcb-v2-bot-list__table .kcb-v2-bot-list__table-menu>div:hover{background-color:#d2e4fb}.kcb-v2-bot-list__table .kcb-v2-bot-list__table-menu--active>div{background-color:#e6e9ec}.kcb-v2-bot-list__table .environment-cell{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-v2-bot-list__table .environment-cell__env{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;margin-right:5px;font-size:10px;line-height:24px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:default}.kcb-v2-bot-list__table .environment-cell__env--P{color:#fff;background-color:#0369e9}.kcb-v2-bot-list__table .environment-cell__env--I,.kcb-v2-bot-list__table .environment-cell__env--Q,.kcb-v2-bot-list__table .environment-cell__env--S{background-color:#e6e9ec}.kcb-v2-bot-list__table .priority-cell{cursor:pointer;font-size:14px;color:#181f26}.kcb-v2-bot-list__table .v3-modified-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3px}.kcb-v2-bot-list__table .v3-modified-tooltip__name{color:#36c3de}.kcb-v2-bot-list__table .v3-modified-tooltip__date{color:#fba44e;margin-right:10px}.kcb-v2-bot-list__table .v3-modified-tooltip__hour{color:#d7d6d7}.kcb-v2-bot-list__table--status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:0 8px;text-align:center}.kcb-v2-bot-list__table--status--editing{background:#b9e8ef}.kcb-v2-bot-list__table--status--paused{background:#ffecb8}.kcb-v2-bot-list__table--status--launched{background:#d5f5db}.kcb-v2-bot-list .user-management-pagination{height:40px;padding:4px 8px;border-top:1px solid #e6e9ec;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-v2-bot-list .user-management-pagination__current-page-of{font-size:12px;line-height:1.33;text-align:left;color:#5f6c7a;padding:0 8px}.kcb-v2-bot-list .user-management-pagination__navigation{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.kcb-v2-bot-list .user-management-pagination__navigation>div{font-size:12px;text-align:center;color:#5f6c7a}.kcb-v2-bot-list .user-management-pagination__navigation svg{cursor:pointer}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select{width:42px}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__single-value{margin:0;color:#181f26}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__value-container{padding:0}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__indicators{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__placeholder,.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__single-value{font-size:12px;line-height:1.33;text-align:left;margin:0}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__arrow img{bottom:0}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__indicator{padding:0}.kcb-v2-bot-list .user-management-pagination__navigation--page-size .gpx-select .react-select__value-container{height:24px!important}.kcb-v2-bot-list .user-management-pagination__navigation--page-number{min-width:40px}.kcb-v2-bot-list .user-management-pagination__navigation--next-navigation-disabled path,.kcb-v2-bot-list .user-management-pagination__navigation--previous-navigation-disabled path{stroke:#acb4bd}.kcb-v2__edit-button{position:absolute;top:10px;right:12px;z-index:2}.kcb-v2__edit-button svg{width:16px;height:16px}.kcb-v2__edit-button svg path{fill:#0369e9}.kcb-v2__preview{width:489px;height:100%;position:relative;background-color:#f5f7f9;background-image:-webkit-radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 0);background-image:-moz-radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 2px);background-image:-o-radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 2px);background-image:radial-gradient(circle,#cbd6e4 2px,rgba(0,0,0,0) 0);-webkit-background-size:16px 16px;-moz-background-size:16px 16px;-o-background-size:16px 16px;background-size:16px 16px;border-radius:0 16px 16px 0}.kcb-v2__preview,.kcb-v2__preview #knowledge-center__bot-wrapper{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0}.kcb-v2__preview #knowledge-center__bot-wrapper{border-radius:0 16px 16px 0;border:none}.kcb-v2__cell-lifetime{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#0369e9;cursor:pointer}.kcb-v2__cell-lifetime--disabled{cursor:default;color:#5f6c7a!important}.kcb-v2__content{position:relative;height:-webkit-calc(100% - 48px);height:-moz-calc(100% - 48px);height:calc(100% - 48px);margin:24px 32px 0;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.kcb-v2__clone .gpx-msgbox.kcb-v2__clone--description{max-width:100%;margin-top:24px;width:100%}.kcb-v2__clone .gpx-msgbox.kcb-v2__clone--description>div{width:100%}.kcb-v2__clone--name{margin-bottom:24px}.kcb-v2__clone--name>div .gpx-textfield{max-width:100%}.kcb-v2__clone--products-select>div .gpx-wrapper.gpx-select{width:100%;max-width:100%}.kcb-v2__clone--products-select>div .gpx-wrapper.gpx-select .react-select__menu-list--is-multi{height:175px}.kcb-v2__clone--products-select>div .gpx-wrapper.gpx-select .react-select__option--is-disabled{color:#acb4bd!important}.kcb-v2__clone--type{margin-bottom:24px}.kcb-v2__clone--type>div{color:#4b6a87;font-size:12px;letter-spacing:0;line-height:16px}.kcb-v2__clone--type .gpx-radio{margin-left:5px}.kcb-v2__clone--type .gpx-radio .MuiFormControl-root{width:100%}.kcb-v2__clone--type .gpx-radio .MuiFormControl-root .MuiFormGroup-row{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.kcb-v2__clone--localization{color:#4b6a87;font-size:12px}.kcb-v2__clone--localization .gpx-radio{margin-left:5px}.kcb-v2__clone--localization .gpx-radio .MuiFormControl-root .MuiFormControlLabel-root{padding-right:16px}.kcb-v2__clone .gpx-select{padding-bottom:12px}.kcb-v2__clone .gpx-select__menu-list-wrap{background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);-moz-box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12);box-shadow:0 0 1px 0 rgba(37,52,69,.3),0 8px 16px 0 rgba(37,52,69,.12)}.kcb-v2__clone .gpx-select__option--label{width:100%}.kcb-v2__clone .gpx-select .react-select__value-container{height:30px!important}.kcb-v2__clone .gpx-select .react-select__menu-list{background-color:#fff}.kcb-v2__clone--description{margin-bottom:24px}.kcb-v2__label{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:12px;margin-bottom:4px;color:#4b6a87}.kcb-v2__label>div:nth-child(2){margin-left:2px;color:red}.kcb-v2-popover{width:138px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:8px 0}.kcb-v2-popover--bot-header{width:312px;padding:8px 0}.kcb-v2-popover--bot-header>div{padding:8px 16px;cursor:pointer}.kcb-v2-popover--bot-header>div:hover{background-color:#f5f7f9}.kcb-v2-popover--bot-header>div .kcb-v2-bot-list__header-desc{color:#acb4bd;font-size:12px}.kcb-v2-popover--bot-header>div .kcb-v2-bot-list__header-title{line-height:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:8px;gap:8px}.kcb-v2-popover--bot-header .kcb-v2-beta{padding:0 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #dac0f2;background:#f0e5fa;color:#712bba;font-size:11px;line-height:16px;text-transform:lowercase}.kcb-v2-popover--bot-header .kcb-v2-beta:first-letter{text-transform:uppercase}.kcb-v2-popover__item{height:32px;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding:4px 16px;cursor:pointer}.kcb-v2-popover__item:hover{background-color:#f5f7f9}.kcb-v2-popover__item--label{font-size:14px;line-height:1.71;text-align:left;color:#181f26;text-transform:capitalize}.kcb-v2-popover__item--label--disabled{color:#acb4bd;cursor:not-allowed}.kcb-v2-popover__paper{-webkit-border-radius:8px!important;-moz-border-radius:8px!important;border-radius:8px!important;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16)!important;-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16)!important;box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16)!important}.kc-bot-creation-form>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.kc-bot-creation-form__header{height:60px;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #ededed;-moz-box-shadow:inset 0 -1px 0 0 #ededed;box-shadow:inset 0 -1px 0 0 #ededed;padding:0 10px;margin-bottom:20px}.kc-bot-creation-form__header>div{overflow:hidden;white-space:nowrap}.kc-bot-creation-form__header .gpx-textfield__wrap{border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;max-width:none}.kc-bot-creation-form__header .gpx-textfield__wrap input{width:350px;outline:none;border:none;height:32px;padding:4px 10px;font-size:16px;font-weight:700;color:#000;caret-color:orange;background-color:#fff3e6;text-align:center}.kc-bot-creation-form__header .gpx-textfield__wrap input::-webkit-input-placeholder{font-size:16px;color:#000;opacity:.5;font-weight:400}.kc-bot-creation-form__header .gpx-textfield__wrap input:-moz-placeholder,.kc-bot-creation-form__header .gpx-textfield__wrap input::-moz-placeholder{font-size:16px;color:#000;opacity:.5;font-weight:400}.kc-bot-creation-form__header .gpx-textfield__wrap input:-ms-input-placeholder{font-size:16px;color:#000;opacity:.5;font-weight:400}.kc-bot-creation-form__header .gpx-textfield__wrap input::-ms-input-placeholder{font-size:16px;color:#000;opacity:.5;font-weight:400}.kc-bot-creation-form__header .gpx-textfield__wrap input::placeholder{font-size:16px;color:#000;opacity:.5;font-weight:400}.kc-bot-creation-form__header--error{border:1px solid #fc3f1d}.kc-bot-creation-form__selectors{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0 15px}.kc-bot-creation-form__selectors .sub-types>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:250px}.kc-bot-creation-form__selectors>p{margin:10px 0 15px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#000;font-size:13px;font-weight:700;font-family:Noto Sans,sans-serif}.kc-bot-creation-form__selectors>div{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:250px}.kc-bot-creation-form__products>div,.kc-bot-creation-form__selectors>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:flex}.kc-bot-creation-form__products>div{width:350px!important}.kc-bot-creation-form__products>div>div:first-child{font-weight:400!important;font-family:Noto Sans,sans-serif!important;font-size:14px!important;color:#a0a3a1!important}.kc-bot-creation-form__description{margin-top:15px}.kc-bot-creation-form__description .gpx-msgbox__wrap{border:none;-webkit-border-radius:none;-moz-border-radius:none;border-radius:none}.kc-bot-creation-form__description .gpx-msgbox__wrap textarea{width:350px;height:62px;border:none;outline:none;resize:none;color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1);font-size:14px;padding:15px}.kc-bot-creation-form__description .gpx-msgbox__wrap textarea::-webkit-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-bot-creation-form__description .gpx-msgbox__wrap textarea:-moz-placeholder,.kc-bot-creation-form__description .gpx-msgbox__wrap textarea::-moz-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-bot-creation-form__description .gpx-msgbox__wrap textarea:-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-bot-creation-form__description .gpx-msgbox__wrap textarea::-ms-input-placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-bot-creation-form__description .gpx-msgbox__wrap textarea::placeholder{font-size:14px;font-family:Noto Sans,sans-serif;color:#a0a3a1}.kc-bot-creation-form .button-set-v2{padding:25px 0 35px}.kc-bot-creation-form .button-set-v2>div{z-index:0}.kcb-v2__priority-config--subtitle{color:#5f6c7a;font-size:12px;font-weight:400;line-height:16px}.kcb-v2__priority-config--dialog .MuiDialogTitle-root{padding-top:16px!important}.kcb-v2__priority-config .dragndrop-grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;grid-gap:8px;gap:8px;overflow-y:auto;height:294px}.kcb-v2__priority-config .dragndrop-grid .dragndrop-draggable{padding:12px 12px 12px 16px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid #e6e9ec;min-height:48px;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fff}.kcb-v2__priority-config .dragndrop-grid .dragndrop-draggable:active{-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.kcb-v2__priority-config .dragndrop-grid .dragndrop-draggable.__dragging{opacity:0}.kcb-v2__priority-config .kcb-v2__priority-config--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.kcb-v2__priority-config .kcb-v2__priority-config--item-priority{color:#5f6c7a}.kcb-v2__priority-config .kcb-v2__priority-config--item-icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.kcb-v2__priority-config .kcb-v2__priority-config--item-name{font-weight:600}.kcb-v2-content-library__table{margin:24px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;background:#fff;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);height:-webkit-calc(100vh - 256px);height:-moz-calc(100vh - 256px);height:calc(100vh - 256px)}.kcb-v2-content-library__dialog .MuiDialogTitle-root{padding:16px 24px 0!important;min-height:unset;height:unset}.kcb-v2-content-library__dialog .MuiDialogTitle-root h2{height:-webkit-max-content;height:-moz-max-content;height:max-content}.kcb-v2-content-library__dialog .gpx-dialog__header{height:unset!important}.kcb-v2-content-library__dialog .gpx-dialog__header>div:first-child{color:#181f26;font-size:18px;font-style:normal;font-weight:600;line-height:24px;padding:8px;width:100%}.kcb-v2-content-library__dialog .gpx-dialog__header--close-icon{height:24px;top:24px!important}.kcb-v2-content-library__dialog .gpx-dialog__actions .gpx-button .MuiButtonBase-root{min-width:auto}.kcb-v2-content-library__dialog .MuiDialogContent-root{padding:0 32px!important;overflow:hidden}.MuiPaper-rounded:has(.kcb-v2-content-library__dialog){-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.kcb-v2-summary-stats{height:88px;margin:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 2px 4px 0 rgba(52,56,58,.06);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.kcb-v2-summary-stats>:last-child>div{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.kcb-v2-summary-stats__item{width:223px;height:100%;cursor:pointer;text-align:left;font-weight:600}.kcb-v2-summary-stats__item--selected,.kcb-v2-summary-stats__item:hover{background-color:#e6f0fd}.kcb-v2-summary-stats__item>div{position:relative;top:20px;padding:4px 0 4px 40px;-webkit-box-shadow:inset -1px 0 0 0 #e6e9ec;-moz-box-shadow:inset -1px 0 0 0 #e6e9ec;box-shadow:inset -1px 0 0 0 #e6e9ec}.kcb-v2-summary-stats__item--value{color:#181f26;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.kcb-v2-summary-stats__item--title{color:#0369e9;font-size:12px;font-style:normal;font-weight:600;line-height:16px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px}.content-library-header,.kcb-v2-summary-stats__item--title,.kcb-v2-summary-stats__item--title>span{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.content-library-header{padding:16px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-library-header__title{color:#181f26;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.content-library-header__search{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:16px;gap:16px}.content-library-header__search,.content-library-header__search--icon{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-library-header__search--icon{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:4px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-library-header__search--icon:hover{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;background:#f5f7f9}.content-library-header__search svg{cursor:pointer}.content-library-header__search--actions svg path{stroke:#fff}.content-library-header-action-popover{width:178px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:8px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);background-color:#fff}.content-library-header-action-popover,.content-library-header-action-popover__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.content-library-header-action-popover__item{height:32px;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding:4px 16px;cursor:pointer}.content-library-header-action-popover__item:hover{background-color:#f5f7f9}.content-library-header-action-popover__item--label{font-size:14px;line-height:1.71;text-align:left;color:#181f26;text-transform:capitalize}.kcb-v2-add-linked-articles{width:856px;height:376px}.kcb-v2-add-linked-articles__micro-copy{color:#5f6c7a;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.kcb-v2-add-linked-articles__provider-wrapper{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.kcb-v2-add-linked-articles__provider,.kcb-v2-add-linked-articles__provider-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.kcb-v2-add-linked-articles__provider{padding-top:16px;width:312px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.kcb-v2-add-linked-articles__provider--selected{height:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fbfbfc;border:1px solid #e6e9ec;border-right:none;padding:6px 8px 6px 12px;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;cursor:pointer;width:43%}.kcb-v2-add-linked-articles__provider--selected--text{width:79px;overflow:hidden;color:#181f26;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-wrap:nowrap}.kcb-v2-add-linked-articles__provider--search{width:60%}.kcb-v2-add-linked-articles__provider--search .gpx-textfield__wrap{height:32px!important;-webkit-border-radius:0 8px 8px 0!important;-moz-border-radius:0 8px 8px 0!important;border-radius:0 8px 8px 0!important;border:1px solid #e6e9ec!important}.kcb-v2-add-linked-articles__provider-optional{width:312px}.kcb-v2-add-linked-articles__provider-optional .react-select__value-container{padding-left:8px!important}.kcb-v2-add-linked-articles__provider-optional .react-select__control{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.kcb-v2-add-linked-articles__content{height:-webkit-calc(100% - 64px);height:-moz-calc(100% - 64px);height:calc(100% - 64px)}.kcb-v2-add-linked-articles__content--empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;grid-gap:24px;gap:24px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kcb-v2-add-linked-articles__content--empty--text{color:#181f26;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.kcb-v2-add-linked-articles__content--empty--desc{color:#5f6c7a;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.kcb-v2-add-linked-articles__content--empty--desc span{color:#0369e9;cursor:pointer}.kcb-v2-add-linked-articles__popover{z-index:1600!important}.kcb-v2-add-linked-articles__popover .MuiPaper-root{-webkit-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);-moz-box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16);box-shadow:0 0 1px 0 rgba(52,56,58,.24),0 24px 56px 0 rgba(52,56,58,.16)}.kcb-v2-add-linked-articles-list{min-width:312px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:8px 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);box-shadow:0 0 2px 0 rgba(25,35,47,.24),0 16px 32px 0 rgba(25,35,47,.12);background-color:#fff}.kcb-v2-add-linked-articles-list,.kcb-v2-add-linked-articles-list__item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.kcb-v2-add-linked-articles-list__item{height:32px;align-self:stretch;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;grid-gap:8px;gap:8px;padding:4px 16px;cursor:pointer;align-items:center}.kcb-v2-add-linked-articles-list__item:hover{background-color:#f5f7f9}.kcb-v2-add-linked-articles-list__item--label{font-size:14px;line-height:1.71;text-align:left;color:#181f26;text-transform:capitalize}.kcb-v2-add-linked-articles-list__item--label--disabled{color:#acb4bd}.kcb-v2-add-linked-articles-list__item--selected{background-color:#f5f7f9!important}.kcb-v2-add-linked-articles-list__item--icon{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:24px;width:24px}.linked-articles-search-results{padding-top:16px;height:100%;overflow:auto}.linked-articles-search-results__item{padding-bottom:8px;border-bottom:1px solid #e6e9ec}.linked-articles-search-results__item--title{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#181f26;font-size:14px;font-style:normal;font-weight:600;line-height:24px;padding-top:4px}.linked-articles-search-results__item--title,.linked-articles-search-results__item--title--actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.linked-articles-search-results__item--title--actions{grid-gap:16px;gap:16px}.linked-articles-search-results__item--title--actions--view-icon{cursor:pointer;padding:4px;height:28px}.linked-articles-search-results__item--title--actions--view-icon:hover{background:#e6e9ec;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.linked-articles-search-results__item--title--actions--view-external-icon{cursor:pointer;padding:6px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.linked-articles-search-results__item--title--actions--view-external-icon:hover{background:#e6e9ec;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.linked-articles-search-results__item--title--actions--view-add-icon{cursor:pointer;padding:4px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.linked-articles-search-results__item--title--actions--view-add-icon:hover{background:#e6e9ec;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.linked-articles-search-results__item--title--actions--view-added-icon{padding:4px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:32px;height:32px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.linked-articles-search-results__item--description{display:-webkit-box;width:752px;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:#181f26;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.linked-articles-preview{width:890px;height:400px}.linked-articles-preview__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.linked-articles-preview__title svg{cursor:pointer}.linked-articles-preview__iframe{width:100%;height:400px;border:none}.kcb-v2-add-web-link{width:360px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:16px;gap:16px;padding-bottom:32px}.kcb-v2-add-web-link .gpx-textfield{max-width:100%!important}.kcb-v2-add-web-link .gpx-textfield__label{text-transform:capitalize}.kcb-v2-add-web-link .gpx-textfield input{height:32px!important}.kcb-v2-add-web-link .gpx-msgbox{width:100%!important;max-width:100%!important}.kcb-v2-add-web-link .gpx-msgbox__wrap{width:100%!important}.kcb-v2-clone-content{width:360px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:24px;gap:24px;padding:24px 0}.kcb-v2-clone-content .gpx-textfield{max-width:100%!important}.kcb-v2-clone-content .gpx-textfield__label{text-transform:capitalize;color:#3c4a57!important}.kcb-v2-clone-content .gpx-textfield input{height:32px!important}.kcb-v2-clone-content .gpx-msgbox{width:100%!important;max-width:100%!important}.kcb-v2-clone-content .gpx-msgbox__wrap{width:100%!important}.kcb-v2-clone-content .gpx-msgbox__label{text-transform:capitalize;color:#3c4a57!important}.kcb-v2-clone-content__localization{color:#3c4a57;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:4px}.package-manager{overflow:auto;background-color:#fff;height:-webkit-calc(100vh - 151px);height:-moz-calc(100vh - 151px);height:calc(100vh - 151px)}.package-manager__header{-ms-flex-align:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 16px}.package-manager__base,.package-manager__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.package-manager__base{-ms-flex-align:center}.package-manager__base>div:first-child{width:330px;min-width:330px;font-size:16px;font-weight:500;text-align:left}.package-manager__base .gpx-wrapper.gpx-select{width:170px;max-width:170px}.package-manager__content{padding:0 16px}.package-manager__content--top{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.package-manager__content--top,.package-manager__status{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.package-manager__status{min-width:318px}.package-manager__status,.package-manager__status--title{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.package-manager__status--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:48px}.package-manager__status--title>div:first-child{font-size:14px;font-weight:500;margin-right:5px}.package-manager__status--title--val{font-weight:700;color:#0f87ec}.package-manager__status--title--val--trial{color:#ff9800}.package-manager__trial{text-align:left;margin-top:20px}.package-manager__trial--title{font-size:14px;font-weight:500;margin-bottom:10px}.package-manager__trial--date,.package-manager__trial--dates{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.package-manager__trial--date:last-child{margin-left:20px}.package-manager__trial--date>div:first-child{margin-right:10px}.package-manager__trial--date_past .date-v2__container{border:1px solid #ff9800}.package-manager__trial--date_past-message{color:#ff9800;font-size:12px}.package-manager__trial--no-date{width:90px;height:32px;font-size:13px;padding:0 12px;line-height:32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;color:#253445;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.package-manager__activation{text-align:left;margin-top:20px}.package-manager__activation--title{font-size:14px;font-weight:500;margin-bottom:10px}.package-manager__product{position:relative;width:50%;margin:20px 0;padding-top:20px;padding-left:20px;-webkit-box-shadow:inset 0 1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 1px 0 0 #e3eaf1;box-shadow:inset 0 1px 0 0 #e3eaf1}.package-manager__product--header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.package-manager__product--header>div:first-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.package-manager__product--default{position:relative;bottom:5px;width:246px;font-size:14px;text-align:right;color:#253445}.package-manager__feature{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}.package-manager__feature--name{width:312px;min-width:312px;text-align:left;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.package-manager__feature .gpx-wrapper.gpx-select{width:170px;max-width:170px}.package-manager__feature--default{font-size:12px;margin-left:30px;color:#a5a8a6}.package-manager__subscription{padding:20px 0 0 20px}.package-manager__subscription--title{font-size:14px;font-weight:500;text-align:left}.package-manager__save{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.package-manager .date-v2__disabled img{display:none}.package-manager__select .gpx-wrapper__label{text-align:left}.package-change-error{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.package-change-error .micro-copy{font-weight:700;font-size:16px}.package-change-error .features{margin-top:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.enablement{height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px)}.enablement,.enablement__empty{width:100%;background-color:#fff}.enablement__empty{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-top:100px}.enablement__empty--title{color:#ff7f00;margin-bottom:20px;font-size:24px;font-family:Noto Sans,sans-serif}.enablement__empty--text{width:400px;font-size:15px;font-weight:500;margin-bottom:10px}.enablement__empty>button{border:none;outline:none;height:30px;line-height:30px;margin-top:20px;color:#0f87ec;font-size:15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px #0f87ec;-moz-box-shadow:inset 0 0 0 1px #0f87ec;box-shadow:inset 0 0 0 1px #0f87ec}.enablement__content{height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px)}.enablement__content--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:60px;padding:0 30px;background-color:#f6f6f6;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.enablement__content--children{overflow:auto;height:-webkit-calc(100vh - 151px);height:-moz-calc(100vh - 151px);height:calc(100vh - 151px)}.enablement__children{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.enablement__child,.enablement__children{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.enablement__child{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:48px;font-size:14px;padding:0 30px;border-bottom:1px solid rgba(0,0,0,.05)}.enablement__child:hover{background-color:rgba(0,0,0,.05)}.enablement__child--id{font-family:Noto Sans,sans-serif;font-size:12px;color:#a0a3a1}.enablement__child--name{color:#0f87ec}.enablement__child>div,.enablement__child>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.enablement__child>div>div{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:20px}.enablement__child>div>div span{color:#000;font-size:12px;font-family:Noto Sans,sans-serif}.enablement-accounts .table-v3 .table-pagination{margin:0}.enablement-create__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px}.enablement-create__content--title{color:#000;font-size:12px;margin-bottom:5px;font-family:Noto Sans,sans-serif}.enablement-create__content--error{border:1px solid #fc3f1d!important}.enablement-create__content>div{width:50%}.enablement-create__content>div:first-child{margin-bottom:30px}.enablement-create__content>div>input{border:none;outline:none;width:80%;height:30px;line-height:30px;padding:0 12px;font-size:13px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.enablement-create__content>div>input::-webkit-input-placeholder{font-size:12px}.enablement-create__content>div>input:-moz-placeholder,.enablement-create__content>div>input::-moz-placeholder{font-size:12px}.enablement-create__content>div>input:-ms-input-placeholder{font-size:12px}.enablement-create__content>div>input::-ms-input-placeholder{font-size:12px}.enablement-create__content>div>input::placeholder{font-size:12px}.identity-anonymization{padding:30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.identity-anonymization__toggle .gpx-color__label-container{margin:0 10px 0 0}.identity-anonymization__toggle .gpx-color__label-text{font-size:16px;font-weight:700}.identity-anonymization__toggle-wrapper{margin-bottom:30px}.identity-anonymization__toggle-wrapper,.usermodal-checkbox-component{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.usermodal-checkbox-component{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:2px}.usermodal-checkbox-component .usermodal-checkbox-box{min-width:20px}.usermodal-checkbox-component .usermodal-checkbox-box.is-enabled{cursor:pointer}.usermodal-checkbox-component .usermodal-checkbox-box.is-disabled{cursor:not-allowed}.usermodal-checkbox-component .usermodal-checkbox-label{margin-left:9.5px;height:19px;font-family:Noto Sans,sans-serif;font-size:14px}.usermodal-checkbox-component .usermodal-checkbox-label.enabled-text{color:#4d545d}.usermodal-checkbox-component .usermodal-checkbox-label.disabled-text{color:#9ca0a5}.admin-page{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(100vh - 48px);height:-moz-calc(100vh - 48px);height:calc(100vh - 48px);overflow:hidden}.admin-page__no-access{width:100%}.admin-page .account-menu{-webkit-flex:0 1 200px;-moz-box-flex:0;-ms-flex:0 1 200px;flex:0 1 200px;min-width:200px;min-height:100vh;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:10px 0;background-color:#f6f6f6;list-style:none;border:1px solid #ededed}.admin-page .account-menu__item{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:24px;margin:0 0 0 -1px;height:36px;font-family:Noto Sans,sans-serif;font-size:14px;line-height:16px;color:#000;cursor:pointer}.admin-page .account-menu__item--active{padding-left:20px;font-weight:700;border-left:4px solid #0f87ec;background-color:#fff}.admin-page .account-menu__item--active:hover{color:#000;text-decoration:none;cursor:default}.admin-page .account-menu__item:not([href]){opacity:.5}.admin-page .account-menu__item:not([href]):hover{color:#000;text-decoration:none;cursor:default}.signups{width:100%}.signups__header{height:58px;line-height:58px;text-align:left;padding:0 30px;font-size:18px;background-color:#f6f6f6;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);font-family:Noto Sans,sans-serif}.signups .table-v3{padding:0 5px}.signups .table-v3 .table-pagination{margin:5px 0 0}.signups__buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.signups__buttons>button:first-child{margin-right:10px}.subscription-group{width:-webkit-calc(100% - 200px);width:-moz-calc(100% - 200px);width:calc(100% - 200px)}.subscription-group__back-arrow{position:absolute;top:12px;left:210px;z-index:5}.subscription-group__list{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.subscription-group__list,.subscription-group__list__header-title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.subscription-group__list__header-title{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:18px;padding:0 20px;background-color:#f6f6f6}.subscription-group__list__header-title>div{margin-left:20px}.subscription-group__list-sidebar,.subscription-group__list__table{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.subscription-group__list-sidebar{min-width:300px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border-left:1px solid rgba(135,174,207,.51)}.subscription-group__list-sidebar-title{height:50px;color:#557391}.subscription-group__list-sidebar-item,.subscription-group__list-sidebar-title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.subscription-group__list-sidebar-item{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:55px;width:100%}.subscription-group__list-sidebar-item-inner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#557391;height:100%;width:100%;padding:16px 20px}.subscription-group__list-sidebar-item-inner-name{font-size:12px}.subscription-group__list-sidebar-item-inner-remove{font-size:12px;cursor:pointer}.subscription-group__list-sidebar-item-inner-remove:hover{color:#557391}.subscription-group__list-sidebar-item-divider{width:220px;height:1px;background-color:rgba(135,174,207,.51)}.subscription-group .table-v3{width:100%;min-width:auto}.subscription-group .table-v3 .table-pagination{margin:0}.subscription-group .table-v3 .subscriptions__table--action{cursor:pointer;color:#0f87ec}.subscription-group .table-v3 .subscriptions__table--action:hover{color:#557391}.subscription-group .subscription-templates{padding:20px;height:-webkit-calc(100vh - 195px);height:-moz-calc(100vh - 195px);height:calc(100vh - 195px);overflow:auto}.subscription-group .subscription-templates,.subscription-group .subscription-templates_type_group{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.subscription-group .subscription-templates_type_group_name{text-align:left;font-weight:700;margin-bottom:10px}.subscription-group .subscription-templates_type_group_items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.subscription-group .subscription-templates_item{min-width:250px;max-width:250px;height:250px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid rgba(135,174,207,.51);margin-bottom:20px;margin-right:25px}.subscription-group .subscription-templates_item_header{height:50px;padding:10px;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.subscription-group .subscription-templates_item_header_name{max-width:175px;text-wrap:none;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.subscription-group .subscription-templates_item_image{width:100%;padding:10px;height:200px;overflow:hidden}.subscription-group .subscription-templates_item_image img{max-width:100%}.subscriptions{min-width:-webkit-calc(100% - 200px);min-width:-moz-calc(100% - 200px);min-width:calc(100% - 200px)}.subscriptions__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:18px;padding-left:20px;background-color:#f6f6f6;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);font-family:Noto Sans,sans-serif}.subscriptions__table--properties{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.subscriptions .table-v3{padding:5px}.subscriptions .table-v3 .table-pagination{margin:0}.subscriptions .table-v3 .table-pagination .inner-container-left{padding:0 20px;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.subscription-users .table-v3{padding:0}.subscription-users .table-v3 .table-pagination{margin:0}.subscription-gs{height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px);padding:0 50px}.subscription-gs__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:50px;margin-bottom:20px}.subscription-gs__header>div:first-child{margin-right:20px}.subscription-gs__content{padding:20px 30px;background-color:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.subscription-gs__integration{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.subscription-gs__integration--title{white-space:nowrap}.subscription-gs__integration--line{width:100%;height:1px;margin:0 15px;background-color:#e3e3e3}.subscription-gs__options{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.subscription-gs__options>div:first-child{margin-right:25px}.subscription-gs__options .filled-button{height:24px;width:125px;color:#fff;font-size:12px;background-color:#ff7f00;font-family:Noto Sans,sans-serif}.subscription-gs__options .filled-button img{height:15px}.subscription-gs__options .filled-button.filled-button--disabled{color:#a0a3a1;cursor:not-allowed}.subscription-props{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:50px;overflow:auto;background-color:#fff;height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px)}.subscription-props>div{width:100%;text-align:left}.subscription-props__title{color:#000;font-size:18px;margin-bottom:10px}.subscription-props__title span{font-size:13px;font-family:Noto Sans,sans-serif;margin-right:12px}.subscription-props__channel{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:50px}.subscription-props__channel>div:first-child{color:#0f87ec;margin-right:15px}.subscription-props__channel span{color:#000}.subscription-sdk{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px);padding:50px;overflow:auto}.subscription-sdk .app-loader{width:100%}.subscription-sdk__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.subscription-sdk__config{width:100%;padding:5px;color:#000}.subscription-sdk__config--title{font-size:18px;text-align:left;margin-bottom:13px;font-family:Noto Sans,sans-serif}.subscription-sdk__config--list{width:100%;height:auto;background-color:#f9f8f7;padding:35px 35px 0;overflow:auto}.subscription-sdk__config--list .sdk_config_item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.subscription-sdk__config--list .sdk_config_item.align-start{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.subscription-sdk__config--list .sdk_config_item .sdk_config_item-tip{margin-right:10px}.subscription-sdk__config--list .sdk_config_item .sdk_config_toggle-slider--disable-click input{pointer-events:none!important}.subscription-sdk__config--list .sdk_config_item .sdk_config_item-name{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:50%}.subscription-sdk__config--list .sdk_config_item .sdk_config_item-line-wrapper{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 10px;padding-top:24px}.subscription-sdk__config--list .sdk_config_item .sdk_config_item-line-wrapper .item-line{width:100%;height:1px;background-color:#d6d6d6}.subscription-sdk__config--list .sdk_config_item .sdk_config_item-value{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30%;text-align:left}.subscription-sdk__config--list .sdk_config_item .sdk_config_item-value input.sdk_config_input-text{height:30px;padding:8px;width:100%;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.support-access .table-v3{padding:0}.support-access .table-v3 .table-pagination{margin:0}.support-access-title{font-weight:600;font-size:14px}.access-support-link-cell{cursor:pointer;color:#0369e9}.global-subscription-sdk{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px);padding:50px;overflow:auto}.global-subscription-sdk .app-loader{width:100%}.global-subscription-sdk__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.global-subscription-sdk__config{width:100%;height:100%;padding:5px;color:#000}.global-subscription-sdk__config--title{font-size:18px;text-align:left;margin-bottom:13px;font-family:Noto Sans,sans-serif}.global-subscription-sdk__config--list{width:100%;height:100%;background-color:#f9f8f7;padding:35px 35px 0;overflow:auto}.global-subscription-sdk__config--list .sdk_config_item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.global-subscription-sdk__config--list .sdk_config_item.align-start{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.global-subscription-sdk__config--list .sdk_config_item .sdk_config_item-tip{margin-right:10px}.global-subscription-sdk__config--list .sdk_config_item .sdk_config_toggle-slider--disable-click input{pointer-events:none!important}.global-subscription-sdk__config--list .sdk_config_item .sdk_config_item-name{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:50%}.global-subscription-sdk__config--list .sdk_config_item .sdk_config_item-line-wrapper{-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 10px;padding-top:24px}.global-subscription-sdk__config--list .sdk_config_item .sdk_config_item-line-wrapper .item-line{width:100%;height:1px;background-color:#d6d6d6}.global-subscription-sdk__config--list .sdk_config_item .sdk_config_item-value{-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30%;text-align:left}.global-subscription-sdk__config--list .sdk_config_item .sdk_config_item-value input.sdk_config_input-text{height:30px;padding:8px;width:100%;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.subscription-settings{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-calc(100vh - 157px);height:-moz-calc(100vh - 157px);height:calc(100vh - 157px);padding:50px;overflow:auto}.subscription-settings,.subscription-settings__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.subscription-settings__header{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.admin_feature-flags_edit{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:350px}.admin_feature-flags_edit,.admin_feature-flags_edit_input{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.admin_feature-flags_edit_input{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.admin_feature-flags_edit_input_field{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.admin_feature-flags_edit_input_field input{width:250px}.admin_feature-flags_edit_input_error{font-size:12px;color:#fc3f1d}.admin_feature-flags_edit_sub-list{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.admin_feature-flags_edit_sub-list,.admin_feature-flags_edit_sub-list_item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.admin_feature-flags_edit_sub-list_item{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:5px 0}.admin_feature-flags_edit_sub-list_item_delete img{cursor:pointer}.admin_feature-flags_list{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:auto}.admin_feature-flags_list,.admin_feature-flags_list_header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.admin_feature-flags_list_header{font-weight:700;padding:10px 0 5px}.admin_feature-flags_list_header_cell{width:10%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.admin_feature-flags_list_header_cell,.admin_feature-flags_list_item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.admin_feature-flags_list_item{padding:3px 0}.admin_feature-flags_list_item_cell{width:10%;border-bottom:1px solid #49627f;height:35px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.admin_feature-flags_list_cell_id{width:30%;text-align:left;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.admin_feature-flags_list_cell_allowed_number{color:#253445;cursor:pointer}.admin-platform-provision{width:100%}.admin-platform-provision .inner-container-left{width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:12px}.admin-platform-provision__dialog_content{width:400px}.admin-platform-provision__dialog_content .react-select__indicators{width:35px}.admin-platform-provision__dialog_content__customer_id{margin-bottom:20px}.admin-platform-provision__dialog_content__customer_id--title{font-size:14px}.admin-platform-provision__dialog_content .gpx-textfield{margin-bottom:8px;width:100%;max-width:100%!important}.admin-platform-provision_data_dialog{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:12px;row-gap:12px;width:400px}.admin-platform-provision_data_dialog__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:100px;-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px}.admin-platform-provision .table-pagination{padding:10px;height:42px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;margin:0}.admin-platform-provision .gpx-tabs .MuiTabs-root{padding:5px 0 5px 10px}.admin-platform-provision .gpx-tabs .MuiTabs-root .MuiTabs-scroller{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.admin-platform-provision .gpx-tabs .MuiTabs-root .MuiTab-wrapper{font-size:14px!important}.admin-platform-provision__selectors{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.admin-platform-provision__selectors,.admin-platform-provision__selectors>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.admin-platform-provision__selectors .react-select{width:180px}.admin-platform-provision__selectors .react-select__value-container{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.admin-sub-forwarding-cell{font-size:12px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.admin-sub-forwarding-cell .admin-first-sub{max-width:80%}.admin-sub-forwarding-cell .admin-first-sub,.admin-sub-forwarding-cell .admin-other-subs{background-color:#e3eaf1;padding:4px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.admin-sub-forwarding-cell .admin-other-subs{max-width:20%;cursor:default;margin-left:5px}.admin-subs-tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.admin-subs-tooltip .header{font-size:14px;margin-bottom:10px;font-weight:500}.admin-subs-tooltip .subs-list{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left;padding-left:10px}.job-drilldown{width:70vw;margin-top:70px}.job-drilldown__table{overflow:auto;padding-right:32px;height:-webkit-calc(100vh - 178px);height:-moz-calc(100vh - 178px);height:calc(100vh - 178px)}.job-drilldown__table--title{padding:0 24px;margin-bottom:12px;white-space:nowrap;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#181f26;font-size:18px;font-weight:500}.job-drilldown__table--title img{cursor:pointer;margin-right:12px}.job-drilldown__table table{width:100%;position:relative}.job-drilldown__table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0}.job-drilldown__table table thead tr{height:40px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.job-drilldown__table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:500;color:#3e5872}.job-drilldown__table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.job-drilldown__table table tbody tr:hover{background-color:#f3f9fe;cursor:pointer}.job-drilldown__table table tbody tr td{font-size:14px;text-align:left;padding-left:24px;color:#19232f}.job-drilldown__table table tbody tr td:first-child{padding-left:14px}.job-drilldown__table table--row{height:48px}.subscription-drilldown{width:70vw;margin-top:70px}.subscription-drilldown__table{overflow:auto;padding-right:32px;height:-webkit-calc(100vh - 178px);height:-moz-calc(100vh - 178px);height:calc(100vh - 178px)}.subscription-drilldown__table--title{padding:0 24px;margin-bottom:12px;white-space:nowrap;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#181f26;font-size:18px;font-weight:500}.subscription-drilldown__table--title img{cursor:pointer;margin-right:12px}.subscription-drilldown__table table{width:100%;position:relative}.subscription-drilldown__table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0}.subscription-drilldown__table table thead tr{height:35px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.subscription-drilldown__table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:500;color:#3e5872}.subscription-drilldown__table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.subscription-drilldown__table table tbody tr:hover{background-color:#f3f9fe;cursor:pointer}.subscription-drilldown__table table tbody tr td{font-size:14px;text-align:left;padding-left:24px;color:#19232f}.subscription-drilldown__table table tbody tr td:first-child{padding-left:14px}.user-drilldown{width:70vw;margin-top:70px}.user-drilldown__table{overflow:auto;padding-right:32px;height:-webkit-calc(100vh - 178px);height:-moz-calc(100vh - 178px);height:calc(100vh - 178px)}.user-drilldown__table--title{padding:0 24px;margin-bottom:12px;white-space:nowrap;color:#181f26;font-size:18px;font-weight:500;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.user-drilldown__table--title img{cursor:pointer;margin-right:12px}.user-drilldown__table table{width:100%;position:relative}.user-drilldown__table table thead{position:-webkit-sticky;position:sticky;background:#fff;top:0}.user-drilldown__table table thead tr{height:35px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.user-drilldown__table table thead tr th{padding:0 24px;font-size:12px;text-align:left;font-weight:500;color:#3e5872}.user-drilldown__table table tbody tr{height:48px;-webkit-box-shadow:inset 0 -1px 0 0 #e3eaf1;-moz-box-shadow:inset 0 -1px 0 0 #e3eaf1;box-shadow:inset 0 -1px 0 0 #e3eaf1}.user-drilldown__table table tbody tr:hover{background-color:#f3f9fe;cursor:pointer}.user-drilldown__table table tbody tr td{font-size:14px;text-align:left;padding-left:24px;color:#19232f}.user-drilldown__table table tbody tr td:first-child{padding-left:14px}.authentication-page{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-family:Noto Sans,sans-serif}.authentication-page .s-alert-box{max-width:500px}.domain-banner{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 0 1px 0 rgba(25,35,47,.24),0 1px 3px 0 rgba(25,35,47,.12);-moz-box-shadow:0 0 1px 0 rgba(25,35,47,.24),0 1px 3px 0 rgba(25,35,47,.12);box-shadow:0 0 1px 0 rgba(25,35,47,.24),0 1px 3px 0 rgba(25,35,47,.12)}.domain-banner-container{position:absolute;top:0;left:460px;z-index:99;padding:16px;width:-webkit-calc(100vw - 460px);width:-moz-calc(100vw - 460px);width:calc(100vw - 460px);max-width:-webkit-calc(100vw - 460px);max-width:-moz-calc(100vw - 460px);max-width:calc(100vw - 460px)}.domain-banner__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;letter-spacing:0;line-height:20px;color:#19232f}.domain-banner__content>img{margin-right:12px}.domain-banner__text{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.domain-banner__actions,.domain-banner__text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.domain-banner__actions{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.domain-banner__actions .gpx-button{margin-right:20px}.domain-banner__actions .gpx-button .MuiButton-label{white-space:nowrap}.domain-banner__microcopy{margin-top:2px;font-size:12px;letter-spacing:0;line-height:16px;color:#7596b7}.nsu-login{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;overflow-y:scroll}.nsu-login>div{width:90%;max-width:540px;text-align:center}.nsu-login .nsu-input{margin:40px 0 0}.nsu-login .checkbox-v2__label{font-size:14px}.nsu-login__submit-wrapper{text-align:center;margin-top:24px}.nsu-login__submit{width:150px;height:36px!important;padding:12px 60px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.nsu-login__links{margin:8px 0;text-transform:capitalize}.nsu-login__links a,.nsu-login__links div{cursor:pointer;font-size:14px;text-decoration:none;color:#0f87ec;float:right;height:20px;line-height:1.43}.nsu-login__links .forgot-password{color:#7596b7;font-style:italic;font-size:12px}.nsu-login__links .checkbox-v2{float:left}.nsu-login__links .checkbox-v2 .checkbox-v2__label{color:#19232f}.nsu-login__domain-selector{position:absolute;top:20px;right:20px;width:63px!important}.nsu-login__back-button{position:absolute;top:24px;left:20px;cursor:pointer}.nsu-login__back-button>img{float:left}.nsu-login__enter-email-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.nsu-login__idp-list{width:100%;margin:40px 0}.nsu-login__idp-list>p{font-size:16px}.nsu-login__or-line{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#19232f}.nsu-login__or-line:after,.nsu-login__or-line:before{display:block;background:#e3eaf1;width:20%;height:1px;margin:0 10px;content:""}.nsu-login__idp{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:48px;width:100%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #e3eaf1;background-color:#fff}.nsu-login__idp--logo{width:33%;text-align:right;padding-right:16px}.nsu-login__idp--name{width:50%;line-height:1.5;height:auto;font-size:16px;text-align:left}.nsu-login-quotes .nsu-quotes{display:block;padding:0}.nsu-login-quotes .nsu-quotes>div>img{position:fixed;width:460px;top:0;left:0}.nsu-login-quotes .nsu-quotes .login-overlay{position:relative}.nsu-login-quotes .nsu-quotes .login-overlay__content{position:relative;top:140px}.nsu-login-quotes .nsu-quotes .login-overlay__title{font-weight:900;font-size:48px;line-height:64px;color:#153d5e;padding-left:30px}.nsu-login-quotes .nsu-quotes .login-overlay__title span{display:block}.nsu-login-quotes .nsu-quotes .login-overlay__subtitle{font-weight:400;font-size:26px;line-height:32px;letter-spacing:.03em;color:#153d5e;margin:20px 0;padding-left:30px}.nsu-login-quotes .nsu-quotes .login-overlay__engage{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 96px 0 50px}.nsu-login-quotes .nsu-quotes .login-overlay__engage div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:18px}.nsu-login-quotes .nsu-quotes .login-overlay__engage div:first-child{min-width:24px;height:24px;margin-right:12px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background-color:#fff}.nsu-login-quotes .nsu-quotes .login-overlay__engage div:last-child{display:block;font-weight:300;font-size:21px;line-height:26px;color:#153d5e}.nsu-login-quotes .nsu-quotes .login-overlay__engage div:last-child span{font-weight:900}.nsu-login-quotes .nsu-quotes .login-overlay .gpx-button{margin-top:40px;padding-left:30px}.nsu-login-quotes .nsu-quotes .login-overlay .gpx-button>button{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#48b2eb}.nsu-login-quotes .nsu-quotes .overlay-trust{position:absolute;bottom:0;left:0;width:100%;height:188px;margin-bottom:0;background-color:#5b6d86}@media (max-width:1200px){.nsu__content{margin-left:0}.nsu-login-quotes{display:none}}.domain-change__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.domain-change__header>div{font-size:18px;margin-left:16px;color:#19232f}.domain-change__content{font-size:14px;margin-top:-13px;padding-left:40px}.domain-select-full .gpx-wrapper.gpx-select .react-select__control{height:48px;width:540px;border:1px solid #c7cad0}.domain-select-full .gpx-wrapper.gpx-select .react-select__value-container{height:100%}.domain-select-full .gpx-wrapper.gpx-select .react-select__single-value>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.domain-select-full .gpx-wrapper.gpx-select .react-select__single-value>div>img{margin-left:8px}.domain-select-full .gpx-wrapper.gpx-select .react-select__single-value>div>div{font-size:14px;font-weight:400;margin-left:8px;color:#19232f}.domain-select-full .gpx-wrapper.gpx-select .react-select__menu{max-width:540px;width:540px}.domain-select-full .gpx-wrapper.gpx-select .react-select__option{font-size:14px;font-weight:400;color:#19232f}.domain-select{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.domain-select .gpx-wrapper.gpx-select{width:63px}.domain-select .gpx-wrapper.gpx-select .react-select__control{width:63px;height:40px;border:none;background-color:rgba(0,0,0,0);background-color:initial}.domain-select .gpx-wrapper.gpx-select .react-select__value-container{height:24px;padding:0 0 0 4px!important}.domain-select .gpx-wrapper.gpx-select .react-select__indicator{padding:0 4px 0 0!important}.domain-select .gpx-wrapper.gpx-select .react-select__arrow{width:16px;height:16px}.domain-select .gpx-wrapper.gpx-select .react-select__menu{right:0}.domain-select__focus .gpx-wrapper.gpx-select .react-select__control{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none!important;background-color:rgba(117,150,183,.1)}.subscription-switch__subscriptions{padding:0 20px;overflow-y:scroll;height:270px}.subscription-switch__sub{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;padding:0 15px;font-family:Noto Sans,sans-serif;font-weight:600;color:#6d6c6c;margin:10px 0;height:50px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1;cursor:pointer}.subscription-switch__sub .sub_image{height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;border:2px solid #cfd8dc;padding:3px;margin-top:5px}.subscription-switch__sub .sub_image.active{border:2px solid #0f87ec}.subscription-switch__sub .sub_image.hovered{border:2px solid #9ca0a5}.subscription-switch__sub .sub_image img{width:30px;height:30px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px #789}.subscription-switch__sub--title{line-height:50px;margin-left:15px;font-size:14px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.subscription-switch__sub--idp{margin:auto 0 auto auto}.pretty-box{display:block;width:100%;font-size:16px;font-weight:300;line-height:16px;letter-spacing:.125px;background-color:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#22252b;height:48px;border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:15px;-webkit-transition:all .2s cubic-bezier(.2,.91,.85,.96) 0s;-o-transition:all .2s cubic-bezier(.2,.91,.85,.96) 0s;-moz-transition:all .2s cubic-bezier(.2,.91,.85,.96) 0s;transition:all .2s cubic-bezier(.2,.91,.85,.96) 0s}.pretty-box::-webkit-input-placeholder{height:auto;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#afc3d7;font-weight:400;opacity:.7}.pretty-box:-moz-placeholder,.pretty-box::-moz-placeholder{height:auto;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#afc3d7;font-weight:400;opacity:.7}.pretty-box:-ms-input-placeholder{height:auto;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#afc3d7;font-weight:400;opacity:.7}.pretty-box::-ms-input-placeholder{height:auto;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#afc3d7;font-weight:400;opacity:.7}.pretty-box::placeholder{height:auto;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#afc3d7;font-weight:400;opacity:.7}.pretty-box:disabled{background-color:#eaeaea}.pretty-box:focus{outline:0;border:1px solid #276ee5}.overlay-trust{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff;text-align:center;padding:26px 0}.overlay-trust__title{font-weight:700;letter-spacing:.05em;color:hsla(0,0%,100%,.6);padding-bottom:16px}.overlay-trust__images>div{height:48px;margin-bottom:8px}.overlay-trust img{margin-right:40px}.overlay-trust img:last-child{margin-right:0}.nsu{width:100vw;height:100vh;overflow:hidden}.nsu__header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:0;left:0;z-index:10;width:100%;padding:24px}.nsu__header,.nsu__header>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nsu__header--already{font-size:12px;margin-right:20px;color:#2b3d51}.nsu__content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;margin-left:460px}.nsu__content--secondary{margin:0}.nsu__back{position:absolute;top:-webkit-calc(50% - 15px);top:-moz-calc(50% - 15px);top:calc(50% - 15px);left:30px;padding:7px;cursor:pointer;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.nsu__continue{margin-top:30px;text-align:right}.nsu__disclaimer{margin-top:20px;font-size:12px;font-weight:300;color:#a0a3a1}.nsu__disclaimer>span{cursor:pointer;color:#2b3d51}.nsu__disclaimer>span:hover{text-decoration:underline}.nsu-quotes{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;width:460px;height:100vh;padding:0 20px;position:absolute;top:0;left:0;overflow:hidden}.nsu-quotes>div>img{position:relative;left:-20px;width:460px}.nsu-quotes .login-overlay{width:460px;height:100vh}.nsu-details,.nsu-email{width:90%;max-width:540px}.nsu-email__title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:900;font-size:18px;line-height:20px;color:#fcc642}.nsu-email__title>div:last-child{margin-left:12px;padding-left:12px;-webkit-box-shadow:inset 1px 0 0 0 #5d6871;-moz-box-shadow:inset 1px 0 0 0 #5d6871;box-shadow:inset 1px 0 0 0 #5d6871}.nsu-email__title span{display:block}.nsu-email .nsu__continue{text-align:left}.nsu-email__text{color:#5b6d86;font-size:18px;margin-top:50px;font-weight:900}.nsu-email__product{margin-top:20px}.nsu-email .gpx-checkbox{margin-top:10px}.nsu-email .gpx-checkbox a{color:#0f87ec}.nsu-details .nsu-input{margin-top:20px}.nsu-details__password{position:relative}.nsu-details__password>img{position:absolute;top:35px;right:20px}.nsu-details__actions{text-align:right;color:#a0a3a1;font-weight:300;font-size:12px}.nsu-details__actions>button{margin:20px 0}.nsu-details__actions .forgot-password{float:left;margin-top:20px;color:#7596b7;font-style:italic;cursor:pointer}.nsu-input{text-align:left}.nsu-input>div{display:block;color:#22252b;font-size:12px;line-height:16px;letter-spacing:.25px;font-weight:700;margin-bottom:8px}.nsu-input>div>span{font-size:10px;color:#fc3f1d}.nsu-text{margin-bottom:20px}.nsu-text>div{font-size:28px;line-height:36px;letter-spacing:0;font-weight:500;color:#22252b}.nsu-text>span{display:block;margin-bottom:10px;font-size:14px;font-weight:300;color:#73767f}.nsu-tile{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:250px;height:280px;cursor:pointer;padding:20px;margin:0 20px 20px 0;text-align:center;-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s;-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 0 1px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.nsu-tile:hover{-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 5px 5px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 5px 5px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 5px 5px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.nsu-tile .checkbox-v2{position:absolute;top:10px;left:10px}.nsu-tile__selected{-webkit-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 5px 5px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;-moz-box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 5px 5px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff;box-shadow:0 2px 3px 0 rgba(43,61,81,.1),0 5px 5px 0 rgba(43,61,81,.3),inset 0 0 0 5px #fff}.nsu-tile__text{font-size:14px;font-weight:700;color:#2b3d51}.nsu-tile__subtext{font-size:11px;color:#2b3d51}.nsu-objective,.nsu-role,.nsu-urgency{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;height:100vh}.nsu-objective__header,.nsu-role__header,.nsu-urgency__header{font-size:28px;line-height:36px;letter-spacing:0;font-weight:500;color:#2b3d51}.nsu-objective__wrapper,.nsu-role__wrapper,.nsu-urgency__wrapper{margin:20px 0}.nsu-objective__select-all,.nsu-role__select-all,.nsu-urgency__select-all{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;right:70px;cursor:pointer;font-size:12px;margin-bottom:10px;color:#0f87ec}.nsu-objective__container,.nsu-role__container,.nsu-urgency__container{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 50px}.nsu-objective__container,.nsu-objective__footer,.nsu-role__container,.nsu-role__footer,.nsu-urgency__container,.nsu-urgency__footer{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nsu-objective__footer,.nsu-role__footer,.nsu-urgency__footer{margin-bottom:10px;font-size:14px;font-weight:300;color:#73767f}.nsu-objective__footer>div,.nsu-role__footer>div,.nsu-urgency__footer>div{margin-left:10px}.nsu-esent .nsu-text{width:550px}.nsu-esent .nsu-text span{margin-top:10px}.nsu-esent__subtext{font-size:14px;font-weight:300;color:#73767f}.nsu-esent__subtext>span{cursor:pointer;color:#0f87ec}.nsu-domain{position:absolute;top:20px;left:480px;width:63px;z-index:99}@media (max-width:1200px){.nsu__content{margin-left:0}.nsu-quotes{display:none}}.nsu-trial__with-banner .nsu__header{position:absolute;top:74px}.nsu-trial .nsu-quotes{display:block}.nsu-trial .nsu-quotes>div>img{position:fixed;width:460px;top:0;left:0}.nsu-trial .nsu-quotes__trial{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:-webkit-calc(100vh - 188px);height:-moz-calc(100vh - 188px);height:calc(100vh - 188px)}.nsu-trial .nsu-quotes__trial>div{width:330px}.nsu-trial .nsu-quotes__trial--title{font-weight:900;font-size:48px;line-height:64px;color:#153d5e}.nsu-trial .nsu-quotes__trial--title span{display:block}.nsu-trial .nsu-quotes__trial--subtitle{font-weight:400;font-size:26px;line-height:32px;letter-spacing:.03em;color:#153d5e;margin:20px 0}.nsu-trial .nsu-quotes__trial--engage,.nsu-trial .nsu-quotes__trial--engage div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.nsu-trial .nsu-quotes__trial--engage div{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:18px}.nsu-trial .nsu-quotes__trial--engage div:first-child{min-width:24px;height:24px;margin-right:12px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background-color:#fff}.nsu-trial .nsu-quotes__trial--engage div:last-child{display:block;font-weight:300;font-size:18px;line-height:22px;color:#153d5e}.nsu-trial .nsu-quotes__trial--engage div:last-child span{font-weight:900}.nsu-trial .overlay-trust{position:absolute;bottom:0;left:0;width:100%;height:188px;margin-bottom:0;background-color:#5b6d86}.nsu-password{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.nsu-password>div{width:90%;max-width:540px;text-align:center}.nsu-password__title{font-size:14px;font-weight:700;margin:20px 0}.nsu-password .nsu-input{margin:20px 0}.nsu-password .captcha-v2>div>div{margin:0 auto}.nsu-password__submit{height:32px!important;margin-top:20px!important}.nsu-password__links{margin:60px 0 20px;text-transform:capitalize}.nsu-password__links a,.nsu-password__links div{cursor:pointer;font-size:16px;color:#a0a3a1;text-decoration:none}.nsu-password__links a:hover,.nsu-password__links div:hover{color:#0f87ec}.fp-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#fff;margin:0 auto}.fp-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.fp-container .fp-image{width:40%;height:100%;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.fp-container .fp-image img{height:100%;position:relative;margin-right:200px}.fp-container .fp-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:60%;padding:1%}.fp-container .fp-content__logo{margin-bottom:60px}.fp-container .fp-content__form{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize}.fp-container .fp-content__header{font-weight:700}.fp-container .fp-content__text{width:340px;text-align:center}.fp-container .fp-content__header,.fp-container .fp-content__text{text-transform:none;margin-bottom:20px}.fp-container .fp-content__header:first-letter,.fp-container .fp-content__text:first-letter{text-transform:uppercase}.fp-container .fp-content__email{width:320px!important;margin-bottom:30px}.fp-container .fp-content__email div:nth-child(4){color:#0f87ec!important;text-align:center}.fp-container .fp-content__email hr:nth-child(2){border-bottom:2px solid #49627f!important}.fp-container .fp-content__submit{margin-top:30px}.fp-container .fp-content__submit>button{height:41px!important;line-height:41px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.fp-container .fp-content__submit>button>div{height:41px!important}.fp-container .fp-content__submit>button>div>span{text-transform:capitalize!important}.fp-container .fp-content__submit>button>div>div{background-color:#0f87ec!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;height:41px!important}.fp-container .fp-content__submit>button>div>div>span{color:#fff!important;text-transform:capitalize!important}.fp-container .fp-content__links{margin-top:70px;cursor:pointer;color:#0f87ec}.fp-container .fp-content__links:first-letter{text-transform:capitalize!important}@media (max-width:700px){.fp-container .fp-image{display:none}.fp-container .fp-content{width:100%}}.nsu-verify{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.nsu-verify>div{width:90%;max-width:540px;text-align:center}.nsu-verify__title{font-size:14px;font-weight:700;margin:20px 0}.nsu-verify__title>div:last-child{font-weight:400}.nsu-verify .nsu-input{margin:20px 0}.nsu-verify__password{position:relative}.nsu-verify__password>img{position:absolute;top:35px;right:20px}.nsu-verify__submit{height:32px!important;margin-top:20px!important}.nsu-verify__links{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:60px 0 20px;text-transform:capitalize}.nsu-verify__links a,.nsu-verify__links div{cursor:pointer;font-size:16px;color:#a0a3a1;text-decoration:none}.nsu-verify__links a:hover,.nsu-verify__links div:hover{color:#0f87ec}.cp-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#fff;margin:0 auto}.cp-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.cp-container .cp-image{max-width:736px;height:100%;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.cp-container .cp-image img{height:100%}.cp-container .cp-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:60%;padding:1%}.cp-container .cp-content__logo{margin-bottom:60px}.cp-container .cp-content__form{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize}.cp-container .cp-content__header{font-weight:700;font-family:Noto Sans,sans-serif}.cp-container .cp-content__text{width:340px;text-align:center;padding:0 5px}.cp-container .cp-content__header,.cp-container .cp-content__text{text-transform:none;margin-bottom:20px}.cp-container .cp-content__header:first-letter,.cp-container .cp-content__text:first-letter{text-transform:uppercase}.cp-container .cp-content__password{width:320px!important;margin-bottom:30px}.cp-container .cp-content__password div:first-child{text-transform:none}.cp-container .cp-content__password div:nth-child(4){color:#ff7f00!important;text-align:center}.cp-container .cp-content__password hr:nth-child(2){border-bottom:2px solid #ff7f00!important}.cp-container .cp-content__submit{width:165px!important;margin-top:30px}.cp-container .cp-content__submit>button{height:41px!important;line-height:41px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.cp-container .cp-content__submit>button>div{height:41px!important}.cp-container .cp-content__submit>button>div>span{text-transform:capitalize!important}.cp-container .cp-content__submit>button>div>div{background-color:#0cb04c!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;height:41px!important}.cp-container .cp-content__submit>button>div>div>span{color:#fff!important;text-transform:capitalize!important;font-weight:400!important;font-size:18px!important}.cp-container .cp-content__links{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:70px;cursor:pointer;color:#0cb04c;width:340px}.cp-container .cp-content__links--back:first-letter{text-transform:capitalize!important}.cp-container .cp-content__links--contact{text-transform:capitalize}@media (max-width:700px){.cp-container .cp-image{display:none}.cp-container .cp-content{width:100%}}.signup-complete{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background-color:#f6f6f6;padding:20px 0}.signup-complete>div,.signup-complete>img{font-size:14px;text-align:center}.signup-complete__thank-you{color:#000;margin:20px 30px;font-family:Noto Sans,sans-serif}.signup-complete__in-case{margin:0 90px}.signup-complete__close{margin:40px 0 20px}.signup-empty{height:100vh;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.signup-empty,.su-container{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.su-container{height:100%;background-color:#fff;margin:0 auto}.su-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.su-container .su-image{min-height:650px;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.su-container .su-image,.su-container .su-image img{max-width:736px;height:100%}.su-container .su-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:60%;padding:1%}.su-container .su-content__logo{margin-bottom:60px}.su-container .su-content__form{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:340px}.su-container .su-content__form .signup-captcha{margin-bottom:20px}.su-container .su-content__header{font-weight:700}.su-container .su-content__text{width:300px;text-align:center}.su-container .su-content__header,.su-container .su-content__text{text-transform:none;margin-bottom:20px}.su-container .su-content__header:first-letter,.su-container .su-content__text:first-letter{text-transform:uppercase}.su-container .su-content__email{width:320px!important;margin-bottom:30px;text-transform:capitalize}.su-container .su-content__email div:nth-child(4){color:#0f87ec!important;text-align:center}.su-container .su-content__email hr:nth-child(2){border-bottom:2px solid #0f87ec!important}.su-container .su-content__checkboxes{margin-top:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-items:left;width:100%;min-height:44px}.su-container .su-content__checkboxes>:not(:first-child){margin-top:10px}.su-container .su-content__checkboxes .checkbox-component,.su-container .su-content__checkboxes .checkbox-text{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.su-container .su-content__checkboxes .checkbox-text{height:14px;font-size:14px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.su-container .su-content__license-agreement{color:#0f87ec}.su-container .su-content__submit{margin-top:30px;width:198px!important}.su-container .su-content__submit>button{height:41px!important;line-height:41px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.su-container .su-content__submit>button>div{height:41px!important}.su-container .su-content__submit>button>div>img{margin-left:-2px!important;margin-right:8px!important}.su-container .su-content__submit>button>div>span{text-transform:capitalize!important}.su-container .su-content__submit>button>div>div{background-color:#0f87ec!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;height:41px!important}.su-container .su-content__submit>button>div>div>img{margin-left:-2px!important;margin-right:8px!important}.su-container .su-content__submit>button>div>div>span{color:#fff!important;text-transform:capitalize!important}.su-container .su-content__links{margin-top:70px;cursor:pointer;color:#0f87ec}.su-container .su-content__links:first-letter{text-transform:capitalize!important}.su-container .su-content__request-demo{margin-top:25px}.su-container .su-content__request-demo .checkbox-component{-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.su-container .su-content__request-demo .checkbox-text{font-size:13px}.su-content__dialog{padding-top:100px!important}.su-content__dialog>div>div>div{background-color:#f6f6f6!important}.su-content__dialog>div>div>div>div{padding:0!important}.su-content__dialog--container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.su-content__dialog--logo{margin:30px 0}.su-content__dialog--license-agreement{background-color:#fff;padding:10px 30px;overflow:auto;font-size:13px;height:373px}.su-content__dialog--license-agreement .title{text-transform:capitalize;margin-bottom:30px}.su-content__dialog--opts{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:20px 95px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.su-content__dialog--accept{text-transform:capitalize;line-height:35px}.su-content__dialog--accept .checkbox-component{padding-top:4px}.su-content__dialog--accept .checkbox-component .checkbox-text{position:relative;font-size:14px;top:2px}.su-content__dialog--ok{min-width:59px!important}.su-content__dialog--ok>button{height:41px!important;line-height:41px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.su-content__dialog--ok>button>div{height:41px!important}.su-content__dialog--ok>button>div>span{text-transform:capitalize!important}.su-content__dialog--ok>button>div>div{height:41px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;background-color:#0f87ec!important}.su-content__dialog--ok>button>div>div>span{text-transform:uppercase!important;color:#fff!important}@media (max-width:700px){.su-container .su-image{display:none}.su-container .su-content{width:100%}}.textfield-with-icon{position:relative}.textfield-with-icon img{position:absolute;top:12px;right:0;z-index:1}.ev-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#fff;margin:0 auto}.ev-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.ev-container .ev-image{max-width:736px;height:100%;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.ev-container .ev-image img{height:100%}.ev-container .ev-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:60%;padding:1%}.ev-container .ev-content__logo{margin-bottom:60px}.ev-container .ev-content__form{text-align:center}.ev-container .ev-content__active-user{padding:0;font-size:23px;text-transform:capitalize;margin-top:80px;text-align:center}.ev-container .ev-content__active-user--btn{margin-top:30px}.ev-container .ev-content__active-user--btn>button{line-height:41px!important}.ev-container .ev-content__active-user--btn>button,.ev-container .ev-content__active-user--btn>button>div>div{height:41px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.ev-container .ev-content__active-user--btn>button>div>div{background-color:#0cb04c!important}.ev-container .ev-content__active-user--btn>button>div>div>span{color:#fff!important;text-transform:capitalize!important;font-size:19px!important}.ev-container .ev-content__form placeholder{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize}.ev-container .ev-content__header{font-weight:700}.ev-container .ev-content__text{width:300px;text-align:center}.ev-container .ev-content__header,.ev-container .ev-content__text{text-transform:none;margin-bottom:20px}.ev-container .ev-content__header:first-letter,.ev-container .ev-content__text:first-letter{text-transform:uppercase}.ev-container .ev-content__name-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ev-container .ev-content__first-name,.ev-container .ev-content__last-name,.ev-container .ev-content__password{width:150px!important;margin-bottom:30px}.ev-container .ev-content__first-name div:nth-child(4),.ev-container .ev-content__last-name div:nth-child(4),.ev-container .ev-content__password div:nth-child(4){color:#ff7f00!important;text-align:center}.ev-container .ev-content__first-name hr:nth-child(2),.ev-container .ev-content__last-name hr:nth-child(2),.ev-container .ev-content__password hr:nth-child(2){border-bottom:2px solid #ff7f00!important}.ev-container .ev-content__first-name{margin-right:20px}.ev-container .ev-content__password{width:320px!important}.ev-container .ev-content__submit{margin-top:30px}.ev-container .ev-content__submit>button{height:41px!important;line-height:41px!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.ev-container .ev-content__submit>button>div{height:41px!important}.ev-container .ev-content__submit>button>div>span{text-transform:capitalize!important}.ev-container .ev-content__submit>button>div>div{background-color:#0f87ec!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;height:41px!important}.ev-container .ev-content__submit>button>div>div>span{color:#fff!important;text-transform:capitalize!important}@media (max-width:700px){.ev-container .ev-image{display:none}.ev-container .ev-content{width:100%}}.saml-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#fff;margin:0 auto}.saml-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.saml-container .saml-content-image{width:40%;height:100%;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.saml-container .saml-content-image img{height:100%;position:relative}.saml-container .saml-content-main{width:60%;padding:1%;overflow:auto}.saml-container .saml-content-main,.saml-container .saml-content-main .saml-content__form{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.saml-container .saml-content-main .saml-content__form{text-transform:capitalize}.saml-container .saml-content-main .saml-content__logo{margin-bottom:60px}.saml-container .saml-content-main .saml-content__links{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:60px 0 20px;text-transform:capitalize}.saml-container .saml-content-main .saml-content__links a,.saml-container .saml-content-main .saml-content__links div{cursor:pointer;font-size:14px;color:#a0a3a1;text-decoration:none}.saml-container .saml-content-main .saml-content__links a:hover,.saml-container .saml-content-main .saml-content__links div:hover{color:#ff7f00}@media (max-width:700px){.saml-container .saml-content-image{display:none}.saml-container .saml-content-main{width:100%}}.saml-error-container{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#fff;margin:0 auto}.saml-error-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.saml-error-container .saml-error-content-image{width:40%;height:100%;overflow:hidden;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.saml-error-container .saml-error-content-image img{height:100%;position:relative}.saml-error-container .saml-error-content-main{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:60%;padding:1%;overflow:auto}.saml-error-container .saml-error-content-main .saml-error-content__logo{margin-bottom:60px}.saml-error-container .saml-error-content-main .saml-error-string{font-size:25px;margin-top:60px}@media (max-width:700px){.saml-error-container .saml-error-content-image{display:none}.saml-error-container .saml-error-content-main{width:100%}}.create-report{height:100vh;background-color:#fff}.create-report__header{padding:12px 32px;border-bottom:1px solid #e3eaf1}.create-report__body{height:-webkit-calc(100vh - 155px);height:-moz-calc(100vh - 155px);height:calc(100vh - 155px);padding:0 32px;overflow:scroll}.create-report__body--view-mode{height:-webkit-calc(100vh - 110px);height:-moz-calc(100vh - 110px);height:calc(100vh - 110px)}.create-report__body--micro-copy{margin-top:16px;margin-bottom:24px;font-size:12px;line-height:1.33;text-align:left;color:#7596b7}.create-report__body--micro-copy a{text-decoration:none;color:#0369e9;cursor:pointer}.create-report__body--accordion{margin-bottom:16px}.create-report__body--accordion>div .gpx-accordion{border:1px solid #e3eaf1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.create-report__body--accordion>div .gpx-accordion .divider{display:none}.create-report__body--accordion>div .gpx-accordion .MuiAccordion-root{background-color:unset;margin:0}.create-report__body--accordion>div .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 12px 0 0}.create-report__body--accordion>div .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content,.create-report__body--accordion>div .gpx-accordion .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .gpx-accordion__summary{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.create-report__body--accordion>div .gpx-accordion .MuiAccordion-root .Mui-expanded{margin:0}.create-report__body--accordion>div .gpx-accordion__summary{color:#19232f!important;font-weight:500;line-height:1.71;text-align:left}.create-report__body--accordion>div .gpx-accordion .MuiAccordionDetails-root{display:block;padding:8px 40px 16px 35px}.create-report__body--accordion-error>div .gpx-accordion{border:1px solid #f75d4f}.create-report__footer{padding:12px 32px;border-top:1px solid #e3eaf1}.create-report__footer--buttons{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.create-report .gpx-textfield{max-width:none!important}.create-report .gpx-textfield__wrap{height:32px!important}.create-report .gpx-textfield__wrap>input{width:100%!important;-o-text-overflow:ellipsis;text-overflow:ellipsis}.create-report .gpx-select{height:32px}.create-report .react-select__single-value--is-disabled .ps-v2__selection>div{color:#afc3d7}.create-report .react-select__control .react-select__value-container{height:100%!important}.create-report .react-select__control:active,.create-report .react-select__control:focus,.create-report .react-select__control:focus-within,.create-report .react-select__control:hover{-webkit-box-shadow:inset 0 0 0 1px #0f87ec;-moz-box-shadow:inset 0 0 0 1px #0f87ec;box-shadow:inset 0 0 0 1px #0f87ec}.create-report .react-select__control--is-disabled{background-color:#fbfbfc}.create-report .react-select__control--is-disabled .env-selector__label{color:#afc3d7}.create-report .react-select__control--is-disabled{background-color:#fbfbfc!important}.create-report .react-select__multi-value{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.create-report .react-select__multi-value--is-disabled,.create-report .react-select__multi-value--is-disabled .react-select__multi-value__label{color:#afc3d7}.create-report .react-select__max-container{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.create-report .gpx-wrapper__error{text-align:left}.create-report .accordion__heading{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.create-report .accordion__heading--number{width:18px;height:18px;margin:1px 10px;font-size:10px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #7596b7;color:#7596b7;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.create-report .accordion__heading--number-active{color:#fff;background-color:#0369e9;border:none}.create-report .accordion__heading--text{width:100%;height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.create-report .accordion__heading--text>div:first-child{width:20%}.create-report .selection{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.create-report .selection,.create-report .selection__items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.create-report .selection__items{grid-gap:10px;gap:10px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.create-report .selection__items div:first-child{height:24px}.create-report .selection__items>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px}.create-report .selection__items--item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:4px 8px;border:1px solid #7596b7;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.create-report .selection__items--item span{font-size:12px;line-height:1.33;text-align:left;color:#7596b7;font-weight:400}.create-report .selection__error{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #faadad;background-color:#fddddd}.create-report .selection__error span{font-size:12px;font-weight:400;line-height:1.33;text-align:center;color:#3e5872;width:50px}.report-header{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.report-header,.report-header__name-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.report-header__name-wrapper{grid-gap:16px;gap:16px}.report-header__name-wrapper--name{width:312px;text-align:left}.report-header__name-wrapper--name input{-o-text-overflow:ellipsis;text-overflow:ellipsis}.report-header__product-selection{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.report-header__product-selection--close{cursor:pointer}.audience__micro-copy{margin-bottom:24px;font-size:12px;line-height:1.33;text-align:left;color:#7596b7}.audience__micro-copy a{text-decoration:none;color:#0369e9;cursor:pointer}.audience__my-filters{text-align:left}.audience__add-filter{padding-top:24px;text-align:left}.audience__body--loader{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:16px}.audience__body--loader,.rule-set__header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.rule-set__header{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:22px;margin-bottom:14px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:700px}.rule-set__header--title{margin:0 16px 0 0;font-size:14px;font-weight:500;line-height:1.71;text-align:left;color:#19232f}.rule-set__header--line{height:1px;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:11.5px 16px;-webkit-transform:rotate(-1turn);-moz-transform:rotate(-1turn);-ms-transform:rotate(-1turn);-o-transform:rotate(-1turn);transform:rotate(-1turn);background-color:#e3eaf1}.rule-set__header--logic{width:30px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin:0 16px;font-size:14px;font-weight:400;line-height:1.71;text-transform:uppercase;text-align:left;color:#0369e9;cursor:pointer}.rule-set__header--logic-view-mode{color:#afc3d7}.rule-set__header--delete-icon{width:24px;height:24px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin:0 0 0 16px;-o-object-fit:contain;object-fit:contain;cursor:pointer}.rule-set__container{display:block}.rule-set__add{text-transform:capitalize}.rule-set__add .react-select__placeholder{font-size:14px;font-weight:500;line-height:1.71;text-align:center;color:#0369e9}.rule-set__add .react-select__control--is-disabled .react-select__placeholder{color:#afc3d7}.rule-set__add--only-add{font-size:14px;font-weight:500;line-height:1.71;text-align:center;color:#0369e9;text-align:left;cursor:pointer}.rule-set__add--view-only-add{color:#afc3d7}.rule-set__line{width:524px;height:1px;margin:16px 8px 0;background-color:#e3eaf1}.rule-set__no-rule{margin-top:16px;width:220px}.rule-set__no-rule .gpx-select{width:100%!important}.special-rule-set__selector{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:22px}.special-rule-set__selector--additional{height:54px}.special-rule-set__selector--additional .rule__header--title .react-select__indicators{display:none}.special-rule-set__selector--additional .rule__header--title .react-select__control{background-color:#fff!important}.special-rule-set__selector--additional .rule__header--title .react-select__single-value{color:#000!important}.special-rule-set__selector--additional-view-mode{height:54px}.special-rule-set__selector--delete{display:none;cursor:pointer}.special-rule-set__selector:hover>.special-rule-set__selector--delete{display:block}.special-rule-set__properties{text-align:left}.special-rule-set__properties .rule-set__header{margin:0}.special-rule-set__properties--selector{margin-bottom:10px;text-align:left}.special-rule-set__properties--selector-list .react-select__placeholder{font-size:14px;font-weight:500;line-height:1.71;text-align:center;color:#0369e9}.special-rule-set__properties--selector-list .react-select__control--is-disabled .react-select__placeholder{color:#afc3d7}.special-rule-set__properties--selector-no-list{margin-top:10px}.special-rule-set__properties--selector-no-list-view-mode{color:#afc3d7}.rule,.special-rule-set__properties--loading{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:24px;gap:24px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.rule{margin-top:6px;height:54px;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.rule__header{height:32px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:24px;gap:24px}.rule__header,.rule__header--historical,.rule__header--operator{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.rule__header--historical,.rule__header--operator{width:160px}.rule__header--historical>div,.rule__header--operator>div{width:100%}.rule__header--historical>div .gpx-select,.rule__header--operator>div .gpx-select{width:100%!important}.rule__header--historical>div .gpx-select .react-select__single-value,.rule__header--operator>div .gpx-select .react-select__single-value{font-weight:700;line-height:1.33;color:#0369e9}.rule__header--historical>div .gpx-select .react-select__single-value--is-disabled,.rule__header--operator>div .gpx-select .react-select__single-value--is-disabled{color:#afc3d7}.rule__header--title{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:160px;text-align:left}.rule__header--title>div{width:100%}.rule__header--title>div .gpx-select{width:100%!important}.rule__header--title .react-select__value-container{padding:0!important}.rule__header--title .react-select__value-container .react-select__single-value{width:90%}.rule__content{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.rule__content,.rule__content--date-between,.rule__content--default-date{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:24px;gap:24px}.rule__content--date-between,.rule__content--default-date{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.rule__content--date-between .date-v2,.rule__content--default-date .date-v2{width:220px}.rule__content--date-between .date-v2__container,.rule__content--default-date .date-v2__container{width:100%}.rule__content--date-between .date-v2__container:hover,.rule__content--default-date .date-v2__container:hover{-webkit-box-shadow:inset 0 0 0 1px #0f87ec;-moz-box-shadow:inset 0 0 0 1px #0f87ec;box-shadow:inset 0 0 0 1px #0f87ec}.rule__content--date-between .date-v2__disabled .date-v2__container--date,.rule__content--default-date .date-v2__disabled .date-v2__container--date{color:#afc3d7}.rule__content--date-between .date-v2__disabled .date-v2__container:hover,.rule__content--default-date .date-v2__disabled .date-v2__container:hover{-webkit-box-shadow:inset 0 0 0 1px #e3eaf1;-moz-box-shadow:inset 0 0 0 1px #e3eaf1;box-shadow:inset 0 0 0 1px #e3eaf1}.rule__content--date-relative-text{text-transform:capitalize;margin-top:6px}.rule__content--autocomplete,.rule__content--number,.rule__content--rule-selector,.rule__content--special-selector{text-align:left;min-width:220px}.rule__content--autocomplete .gpx-select,.rule__content--number .gpx-select,.rule__content--rule-selector .gpx-select,.rule__content--special-selector .gpx-select{width:100%!important}.rule__content--autocomplete .react-select,.rule__content--number .react-select,.rule__content--rule-selector .react-select,.rule__content--special-selector .react-select{min-height:32px}.rule__content--autocomplete .react-select__control,.rule__content--number .react-select__control,.rule__content--rule-selector .react-select__control,.rule__content--special-selector .react-select__control{height:100%}.rule__content--autocomplete .react-select__multi-value,.rule__content--number .react-select__multi-value,.rule__content--rule-selector .react-select__multi-value,.rule__content--special-selector .react-select__multi-value{max-width:170px}.rule__content--error{margin-top:4px;font-size:12px;letter-spacing:0;color:#f75d4f;text-align:left}.rule__delete{padding-top:6px;cursor:pointer;display:none}.rule:hover>.rule__delete{display:block}.steps{text-align:left}.steps__micro-copy{margin-bottom:24px;font-size:12px;line-height:1.33;color:#7596b7}.steps__micro-copy a{text-decoration:none;color:#0369e9;cursor:pointer}.steps__product-type-wrapper{padding-bottom:16px;border-bottom:1px solid #e3eaf1}.steps__product-type-wrapper--type-of-funnel{margin:0 8px 0 0;font-size:14px;font-weight:500;line-height:1.71;color:#000}.steps__product-type-wrapper--type-of-funnel img{width:24px;height:24px;margin:0 0 0 8px;cursor:pointer}.steps__product-type-wrapper--product-type{margin:16px 0 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.steps__product-type-wrapper--product-type .gpx-radio .MuiFormControlLabel-root .MuiFormControlLabel-label{font-family:Noto Sans,sans-serif}.steps__product-type-wrapper--product-type .px-radio{margin:0;padding-right:32px}.steps__product-type-wrapper--product-type .Mui-disabled{cursor:pointer}.steps__selection--heading{margin:24px 0 16px;font-size:14px;font-weight:500;line-height:1.71;text-align:left;color:#000}.steps__selection--step{position:relative}.steps__selection--step>div:first-child{position:absolute;top:2px;left:-30px;cursor:move}.funnel-step__name{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:24px;gap:24px}.funnel-step__name,.funnel-step__name--text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.funnel-step__name--text{width:456px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:4px;gap:4px}.funnel-step__name--text .gpx-textfield{max-width:none!important}.funnel-step__name--text .gpx-textfield__wrap{height:32px!important}.funnel-step__name--delete{cursor:pointer}.funnel-step__details{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:16px;margin-bottom:28px;grid-gap:16px;gap:16px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.funnel-step__details--label{font-size:12px;font-weight:400;line-height:1.33;text-align:left;color:#3e5872;margin-bottom:4px}.funnel-step__details--label--tooltip{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.funnel-step__details--label--tooltip>div{padding:2px 0}.funnel-step__details--product-filed{height:32px}.funnel-step__details--product-filed .ps-v2{height:100%}.funnel-step__details--product-filed .ps-v2 .product{height:100%;width:220px;margin:0;z-index:inherit}.funnel-step__details--product-filed .ps-v2 .product .react-select,.funnel-step__details--product-filed .ps-v2 .product .react-select .react-select__control{height:100%}.funnel-step__details--channel-filed{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px;height:32px}.funnel-step__details--step-filed{width:220px}.funnel-step__details--step-filed>div,.funnel-step__details--step-filed>div .gpx-select{width:100%}.funnel-step__details--step-filed input{-o-text-overflow:ellipsis;text-overflow:ellipsis}.funnel-step__icon{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:3px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer}.funnel-step__icon-selected{border:1px solid #0f87ec;background-color:#fff}.funnel-step__icon-view-mode{border:1px solid #afc3d7}.engagements-rules{display:block;width:100%}.engagements-rules__where{height:16px;font-size:12px;font-weight:400;line-height:1.33;text-align:left;color:#7596b7}.engagements-rules__where-list{margin-bottom:16px}.engagements-rules__content{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 4px;margin:2px 0;grid-gap:10px;gap:10px}.engagements-rules__content--error{border:1px solid #f75d4f;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.engagements-rules__content .react-select__single-value{font-size:14px;font-weight:400;line-height:1.71}.engagements-rules__content--operation .react-select__single-value{color:#7596b7!important}.engagements-rules__content--delete{cursor:pointer;display:none}.engagements-rules__content:hover>.engagements-rules__content--delete{display:block}.engagements-rules__add{height:28px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:2px;gap:2px}.date-range{text-align:left}.date-range__micro-copy{margin-bottom:24px;font-size:12px;line-height:1.33;color:#7596b7}.date-range__micro-copy a{text-decoration:none;color:#0369e9;cursor:pointer}.date-range__date-picker{width:312px}.date-range__date-picker--label{height:16px;font-size:12px;line-height:1.33;text-align:left;color:#3e5872;margin-bottom:8px}.date-range__date-picker--error{margin-top:4px;font-size:12px;letter-spacing:0;color:#f75d4f;text-align:left}.date-range__date-picker--view-only .date-range-picker{opacity:.5;pointer-events:none}.date-range__date-picker .date-range-picker__selectedDate{background-image:url(/chevron-down-24-gray.svg)}.date-range__date-picker .date-range-picker__selectedDate:hover{-webkit-box-shadow:inset 0 0 0 1px #0f87ec;-moz-box-shadow:inset 0 0 0 1px #0f87ec;box-shadow:inset 0 0 0 1px #0f87ec}.date-range__date-picker .date-range-picker__content{top:0;left:0}.date-range__date-picker .date-range-picker .DRP-controls__inputs-title{text-transform:capitalize}.additional-settings{text-align:left}.additional-settings__title{font-size:12px;color:#3c4a57}.additional-settings__journeys,.additional-settings__scopes{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;padding-bottom:12px}.additional-settings__journeys--all-journeys,.additional-settings__journeys--first-journey,.additional-settings__journeys--session-scope,.additional-settings__journeys--user-scope,.additional-settings__scopes--all-journeys,.additional-settings__scopes--first-journey,.additional-settings__scopes--session-scope,.additional-settings__scopes--user-scope{width:392px;height:92px;cursor:pointer;border:1px solid #e6e9ec;background-color:#fff;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;padding:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-row-gap:8px;row-gap:8px;margin-top:16px;margin-bottom:16px}.additional-settings__journeys--all-journeys:hover,.additional-settings__journeys--first-journey:hover,.additional-settings__journeys--session-scope:hover,.additional-settings__journeys--user-scope:hover,.additional-settings__scopes--all-journeys:hover,.additional-settings__scopes--first-journey:hover,.additional-settings__scopes--session-scope:hover,.additional-settings__scopes--user-scope:hover{background-color:#f5f9fe}.additional-settings__journeys--all-journeys__selected,.additional-settings__journeys--first-journey__selected,.additional-settings__journeys--session-scope__selected,.additional-settings__journeys--user-scope__selected,.additional-settings__scopes--all-journeys__selected,.additional-settings__scopes--first-journey__selected,.additional-settings__scopes--session-scope__selected,.additional-settings__scopes--user-scope__selected{-webkit-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);-moz-box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);box-shadow:0 3px 10px 0 rgba(25,35,47,.12),0 0 1px 0 rgba(25,35,47,.16);border:1px solid #0369e9;position:relative}.additional-settings__journeys--all-journeys__selected>span,.additional-settings__journeys--first-journey__selected>span,.additional-settings__journeys--session-scope__selected>span,.additional-settings__journeys--user-scope__selected>span,.additional-settings__scopes--all-journeys__selected>span,.additional-settings__scopes--first-journey__selected>span,.additional-settings__scopes--session-scope__selected>span,.additional-settings__scopes--user-scope__selected>span{top:4px;left:362px;position:absolute}.additional-settings__journeys--all-journeys__title,.additional-settings__journeys--first-journey__title,.additional-settings__journeys--session-scope__title,.additional-settings__journeys--user-scope__title,.additional-settings__scopes--all-journeys__title,.additional-settings__scopes--first-journey__title,.additional-settings__scopes--session-scope__title,.additional-settings__scopes--user-scope__title{height:24px;font-size:14px;font-weight:600;line-height:1.71;color:#181f26}.additional-settings__journeys--all-journeys__msg,.additional-settings__journeys--first-journey__msg,.additional-settings__journeys--session-scope__msg,.additional-settings__journeys--user-scope__msg,.additional-settings__scopes--all-journeys__msg,.additional-settings__scopes--first-journey__msg,.additional-settings__scopes--session-scope__msg,.additional-settings__scopes--user-scope__msg{height:32px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:12px;font-weight:400;line-height:1.33;color:#5f6c7a}.additional-settings__journeys--helper-text,.additional-settings__scopes--helper-text{margin:0 0 0 25px;font-size:12px;line-height:1.33;text-align:left;color:#7596b7}.additional-settings__journeys--alert,.additional-settings__scopes--alert{height:48px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;margin:16px 0;padding:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);-moz-box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);box-shadow:0 1px 3px 0 rgba(25,35,47,.2),0 0 1px 0 rgba(25,35,47,.12);background-color:#fff}.additional-settings__journeys--alert div,.additional-settings__scopes--alert div{height:24.6px;padding:0 0 23px;font-size:14px;line-height:1.71;text-align:left;color:#19232f}.additional-settings__journeys--alert div span,.additional-settings__scopes--alert div span{font-weight:700}.additional-settings__timeout-wrapper{margin:12px 0 24px}.additional-settings__timeout-wrapper--heading{font-size:14px;font-weight:500;line-height:1.71;text-align:left;color:#000}.additional-settings__timeout-wrapper--help-text{margin:4px 0 16px;font-size:12px;line-height:1.33;text-align:left;color:#7596b7}.additional-settings__timeout-wrapper--fields{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:16px;gap:16px}.additional-settings__timeout-wrapper--fields>div{width:192px}.additional-settings__timeout-wrapper--fields>div .gpx-select{width:100%}.landing-page{height:100vh;padding:0 40px;background-color:#fbfbfc;overflow:scroll}.landing-page__back-icon{padding-top:30px;cursor:pointer}.landing-page__back-icon,.landing-page__wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.landing-page__wrapper{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-top:150px}.landing-page__wrapper--description{width:656px;height:418px}.landing-page__wrapper--description>div:first-child{font-size:36px;font-weight:700;line-height:1.11;text-align:left;color:#19232f;margin-bottom:32px}.landing-page__wrapper--description>div:nth-child(2){max-width:600px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:20px;font-weight:400;line-height:1.6;letter-spacing:normal;text-align:left;color:#7596b7;margin-bottom:32px}.landing-page__wrapper--description>div:nth-child(2) a{color:#0369e9;cursor:pointer;text-decoration:none}.landing-page__wrapper--description__create-button{text-align:left}.landing-page__wrapper--description__create-button .MuiButton-text{text-transform:none!important}.landing-page__wrapper--video{width:800px;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #0369e9}.landing-page__wrapper--video img{width:100%;height:100%}