.glu-icon-button{display:flex;flex-direction:row;align-items:center;font-weight:700}[themed=glu-themed--light] .glu-icon-button{color:#333d44}[themed=glu-themed--dark] .glu-icon-button{color:#fff}.glu-icon-button:not(.glu-icon-button--disabled):hover{cursor:pointer}.glu-icon-button.glu-icon-button--disabled{opacity:.5;cursor:default}.glu-icon-button__icon{padding-right:.5rem}.glu-icon-button__item{font-size:1.4rem}.glu-icon-button.active .glu-icon-button__icon:before{color:#29abe2}.glu-notification{display:flex;flex-direction:row;width:100%;padding:1.6rem;border-radius:8px}.glu-notification.glu-notification-success{border-left:8px solid #72b566}.glu-notification.glu-notification-info{border-left:8px solid #29abe2}.glu-notification.glu-notification-warning{border-left:8px solid #f4a83b}.glu-notification.glu-notification-error{border-left:8px solid #ec3323}.glu-notification img{width:24px;height:24px;margin-right:8px}.glu-notification .glu-notification__message{font-family:"Oxygen",Arial,Helvetica,sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;margin-right:1.6rem;flex-grow:1;overflow:hidden;word-break:break-word}.glu-notification .glu-notification__message .glu-notification__item-name{font-weight:700}.glu-notification .glu-icon-button{height:-moz-fit-content;height:fit-content}[themed=glu-themed--light] .glu-notification{background-color:#fff;color:#333;box-shadow:0 4px 15px rgba(191,204,215,.5)}[themed=glu-themed--light] .glu-notification .glu-icon-button__icon{color:#718490}[themed=glu-themed--dark] .glu-notification{background-color:#333;color:#fff;box-shadow:0 4px 15px #333d44}[themed=glu-themed--dark] .glu-notification .glu-icon-button__icon{color:#fff}.glu-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;display:flex;flex-direction:column;justify-content:center}[themed=glu-themed--light] .glu-modal__overlay{background-color:rgba(51,61,68,.9)}[themed=glu-themed--dark] .glu-modal__overlay{background-color:rgba(51,61,68,.8)}.glu-modal{display:flex;flex-direction:column;margin:0 auto;width:45rem;justify-content:center;border-radius:8px;outline:none}[themed=glu-themed--light] .glu-modal{background-color:#fff}[themed=glu-themed--dark] .glu-modal{background-color:#4a5767}.glu-modal__header{position:relative;display:flex;align-items:center;padding:2rem;flex-shrink:1}.glu-modal__title{font-weight:700;font-size:2.2rem}[themed=glu-themed--light] .glu-modal__title{color:#333d44}[themed=glu-themed--dark] .glu-modal__title{color:#fff}.glu-modal__text{font-size:1.6rem;line-height:2.4rem;margin-bottom:4rem}[themed=glu-themed--light] .glu-modal__text{color:#333d44}[themed=glu-themed--dark] .glu-modal__text{color:#fff}.glu-modal__footer{display:flex;align-items:center;padding:2rem;flex-shrink:1}.loader-wrapper{flex-direction:column;position:absolute;z-index:10;display:flex;align-items:center;justify-content:center;width:100%}[themed=glu-themed--light] .loader-wrapper{background:#f2f5f8}[themed=glu-themed--dark] .loader-wrapper{background:#4a5767}.loader-wrapper.widget-loader{top:60px;height:calc(100% - 60px)}.loader-wrapper.size-small .lds-ellipsis div{position:absolute;top:50%;width:8px;height:8px;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0)}.loader-wrapper .loading-text{margin-top:10px}.loader-wrapper .lds-ellipsis{display:inline-block;position:relative;width:70px;height:20px}[themed=glu-themed--light] .loader-wrapper .lds-ellipsis{background-color:#f2f5f8}[themed=glu-themed--dark] .loader-wrapper .lds-ellipsis{background-color:#4a5767}.loader-wrapper .lds-ellipsis div{position:absolute;top:50%;width:13px;height:13px;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0)}.loader-wrapper .lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.loader-wrapper .lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.loader-wrapper .lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.loader-wrapper .lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.glu-avatar--lg,.glu-avatar--lg .glu-avatar__placeholder{width:10rem;height:10rem}.glu-avatar--md .glu-avatar__placeholder{width:7rem;height:7rem}.glu-avatar--sm .glu-avatar__placeholder{width:5rem;height:5rem}.glu-avatar__placeholder{width:5rem;height:5rem;border-radius:50%;background-size:cover;display:inline-block;position:relative;overflow:hidden;text-align:center;margin-right:.5rem}.glu-avatar__placeholder:before{color:#718490;font-family:"g-icons";font-size:1.6rem;content:"";z-index:2;line-height:2.9}.glu-avatar__placeholder:after,.glu-avatar__placeholder:before{transition:all .3s;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0}.glu-avatar__placeholder:after{content:"";z-index:1;border-radius:50%}.glu-avatar__placeholder--editable .glu-avatar__placeholder{cursor:pointer;position:relative;height:10rem;width:10rem}.glu-avatar__editable-input{display:none}.glu-avatar__placeholder-upload{width:10rem;height:10rem;border-radius:50%;position:relative;color:#718490;display:flex;flex-direction:column;justify-content:center;text-align:center;cursor:pointer}[themed=glu-themed--light] .glu-avatar__placeholder-upload{background-color:#f2f5f8;border:1px dashed #718490}[themed=glu-themed--dark] .glu-avatar__placeholder-upload{background-color:#3e4a55;border:1px dashed #e9eef3}.glu-avatar__placeholder-upload .g-icon{font-size:2rem}.glu-avatar__placeholder-upload-overlay{position:absolute;width:100%;height:45%;left:0;bottom:0;background:#464f56;opacity:.8}.glu-avatar__container{border-radius:100%;display:flex;flex:0 0 150px;justify-content:center;overflow:hidden;position:relative;cursor:pointer}.glu-avatar__container .glu-avatar__placeholder{height:100%}.glu-avatar__container .glu-avatar__overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;transition:opacity .25s;z-index:1;height:50%;background:#f2f5f8;opacity:.5}.glu-avatar__container .g-icon-photo_upload{position:absolute;z-index:9;top:63%}.glu-avatar__container .g-icon-photo_upload:before{color:#333}.glu-checkbox{display:inline-block;cursor:pointer;position:relative;padding-left:2rem;font-size:1.4rem;line-height:1.6rem;min-height:1.6rem;min-width:1.6rem;vertical-align:middle;font-weight:700}[themed=glu-themed--light] .glu-checkbox{color:#333d44}[themed=glu-themed--dark] .glu-checkbox{color:#fff}.glu-checkbox input{opacity:0;position:absolute;left:0;top:0;z-index:-1}.glu-checkbox:after,.glu-checkbox:before{color:#fff;border-radius:2.6666666667px;content:"";position:absolute;display:block;width:1.6rem;height:1.6rem;left:0;top:0;transition:background-color .3s;z-index:1}.glu-checkbox:before{border:2px solid}[themed=glu-themed--light] .glu-checkbox:before{border-color:#718490;background-color:#fff}[themed=glu-themed--dark] .glu-checkbox:before{border-color:#718490;background-color:#4a5767}.glu-checkbox.glu-checkbox--focused:before,.glu-checkbox:hover:before{border:2px solid}[themed=glu-themed--dark] .glu-checkbox.glu-checkbox--focused:before,[themed=glu-themed--dark] .glu-checkbox:hover:before,[themed=glu-themed--light] .glu-checkbox.glu-checkbox--focused:before,[themed=glu-themed--light] .glu-checkbox:hover:before{border-color:#718490}.glu-checkbox:after{transform-origin:center center;z-index:1}.glu-checkbox.glu-checkbox--checked:after{font-family:"g-icons",serif;content:"";line-height:1;position:absolute;font-size:1.6rem;top:0;right:0;bottom:0;left:0;text-align:center;display:block}[themed=glu-themed--dark] .glu-checkbox.glu-checkbox--checked:after,[themed=glu-themed--light] .glu-checkbox.glu-checkbox--checked:after{background-color:#718490}.glu-checkbox.glu-checkbox--disabled{cursor:default;opacity:.5}.glu-checkbox.glu-checkbox--no-label{padding-left:1.6rem}.overlay{background-color:rgba(0,0,0,.5);position:fixed;height:100%;width:100%;top:0;left:0;display:flex;align-items:center;justify-content:center}.onboarding-tooltip{position:absolute;z-index:1000;background:#fff;color:#000}.glu-tooltip-body{z-index:1000;width:280px;max-width:280px;color:#fff;padding:16px;border-radius:6px;font-size:14px;font-weight:400}.glu-tooltip-body,.glu-tooltip-body:after{position:absolute;background-color:#29abe2}.glu-tooltip-body:after{content:"";width:12px;height:12px}.glu-tooltip-body.arrow-top:after{transform:translate(-50%,50%) rotate(45deg);top:-12px;left:60px}.glu-tooltip-body.arrow-right:after{left:100%;top:20%;transform:translate(-50%,-50%) rotate(-45deg)}.glu-tooltip-body.arrow-left:after{left:0;top:20%;transform:translate(-50%,-50%) rotate(-45deg)}.glu-tooltip-body.arrow-top-right:after{transform:translate(-50%,50%) rotate(45deg);top:-12px;right:10px}.glu-tooltip-text{line-height:18px}.glu-tooltip-actions,.glu-tooltip-text{margin-top:16px}.glu-tooltip-actions{text-align:right}.glu-tooltip-actions button{cursor:pointer;outline:none;padding:10px 20px;font-size:14px;font-weight:700;border-radius:6px}.glu-tooltip-skip{background-color:transparent;color:#fff;margin-right:10px}.glu-tooltip-got-it{background-color:#fff;color:#29abe2}.glu-grid-layout,.glu-grid-layout .react-grid-layout{width:100%;height:100%}.glu-grid-layout__empty{position:absolute;width:28rem;top:50%;transform:translateX(-50%);left:50%;text-align:center;font-size:1.6rem}[themed=glu-themed--light] .glu-grid-layout__empty{color:#718490}[themed=glu-themed--dark] .glu-grid-layout__empty{color:#ccc}[themed=glu-themed--light] .glu-radio-button{font-weight:700}.glu-radio-button{display:inline-block;cursor:pointer;position:relative;padding-left:2.5rem;font-size:1.4rem;min-height:1.6rem;min-width:1.6rem;vertical-align:middle;line-height:1.1}[themed=glu-themed--light] .glu-radio-button{color:#333d44}[themed=glu-themed--dark] .glu-radio-button{color:#fff}.glu-radio-button input{opacity:0;position:absolute;left:0;top:0;z-index:-1}.glu-radio-button:after,.glu-radio-button:before{content:"";position:absolute;display:block;width:1.6rem;height:1.6rem;border-radius:1.6rem;left:0;top:0;transition:all .3s;z-index:1}.glu-radio-button:before{border:2px solid}[themed=glu-themed--light] .glu-radio-button:before{border-color:#718490;background-color:#fff}[themed=glu-themed--dark] .glu-radio-button:before{border-color:#718490;background-color:#4a5767}.glu-radio-button.glu-radio-button--focused:before,.glu-radio-button:hover:before{border:2px solid}[themed=glu-themed--dark] .glu-radio-button.glu-radio-button--focused:before,[themed=glu-themed--dark] .glu-radio-button:hover:before,[themed=glu-themed--light] .glu-radio-button.glu-radio-button--focused:before,[themed=glu-themed--light] .glu-radio-button:hover:before{border-color:#718490}.glu-radio-button:after{transform:scale(0);transform-origin:center center;z-index:1}[themed=glu-themed--dark] .glu-radio-button:after,[themed=glu-themed--light] .glu-radio-button:after{background-color:#718490}.glu-radio-button.glu-radio-button--checked:after{transform:scale(.5)}.glu-radio-button.glu-radio-button--disabled{cursor:default;opacity:.5}.glu-radio-button.glu-radio-button--no-label{padding-left:1.6rem}.glu-form-error{padding-top:1rem}[themed=glu-themed--light] .glu-form-error{color:#ec3323}[themed=glu-themed--dark] .glu-form-error{color:#ea7470}[themed=glu-themed--dark] .glu-modal div.text-secondary{color:#fff}[themed=glu-themed--dark] .glu-modal p.text-secondary{color:#ccc}[themed=glu-themed--dark] .glu-modal .glu-checkbox__permission .glu-h4.text-bold,[themed=glu-themed--dark] .glu-modal .glu-radio__permission .glu-h4.text-bold{font-weight:400}.glu-input{display:flex;width:100%;height:4rem;font-size:1.4rem;transition:all .3s;border-radius:8px;border-width:1px;border-style:solid;overflow:hidden}[themed=glu-themed--light] .glu-input{border-color:#e9eef3;background-color:#fff}[themed=glu-themed--dark] .glu-input{border-color:#ccc;background-color:#4a5767}.glu-input.glu-input--disabled{opacity:.5}[themed=glu-themed--dark] .glu-input:not(.glu-input--disabled):hover,[themed=glu-themed--light] .glu-input:not(.glu-input--disabled):hover{border-color:rgba(60,200,209,.5)}[themed=glu-themed--dark] .glu-input.glu-input--focused,[themed=glu-themed--dark] .glu-input.glu-input--focused:hover,[themed=glu-themed--light] .glu-input.glu-input--focused,[themed=glu-themed--light] .glu-input.glu-input--focused:hover{border-color:#29abe2}[themed=glu-themed--light] .glu-input.glu-input--invalid{border-color:#ec3323}[themed=glu-themed--dark] .glu-input.glu-input--invalid{border-color:#ea7470}[themed=glu-themed--light] .glu-input.glu-input--invalid.glu-input--focused,[themed=glu-themed--light] .glu-input.glu-input--invalid:hover{border-color:#ec3323}[themed=glu-themed--dark] .glu-input.glu-input--invalid.glu-input--focused,[themed=glu-themed--dark] .glu-input.glu-input--invalid:hover{border-color:#ea7470}[themed=glu-themed--light] .glu-input.glu-input--invalid.glu-input--focused{border-color:#ec3323}[themed=glu-themed--dark] .glu-input.glu-input--invalid.glu-input--focused{border-color:#ea7470}.glu-input__input{flex-grow:1;height:100%;min-width:3rem;padding:0 1rem;outline:none;background:none;border:none;font-size:1.6rem;font-weight:400;text-align:left;border-radius:0;appearance:none;-webkit-appearance:none}[themed=glu-themed--light] .glu-input__input{color:#333d44}[themed=glu-themed--dark] .glu-input__input{color:#ccc}.glu-input__input[type=button]{cursor:pointer}.glu-input__input:disabled{-webkit-user-select:none;user-select:none;cursor:default}.glu-input__input::-webkit-search-cancel-button{appearance:none;-webkit-appearance:none}.glu-input__input::-ms-clear{display:none}.glu-input__input::placeholder{font-size:1.6rem;opacity:.8}[themed=glu-themed--light] .glu-input__input::placeholder{color:#333d44}[themed=glu-themed--dark] .glu-input__input::placeholder{color:#ccc}.glu-input--text-center .glu-input__input{text-align:center}.glu-input__item{flex-shrink:1;padding:0 .5rem;font-size:1.4rem;line-height:4rem;transition:color .3s}.glu-input__item+.glu-input__input,.glu-input__item+.glu-input__item{padding-left:0}.glu-input__item--clickable{cursor:pointer}.icon.glu-input__icon{line-height:4rem;font-size:1.5rem;transition:all .3s}.icon.glu-input__icon.glu-input__icon--clear{font-size:1.2rem}.icon.glu-input__icon.glu-input__icon--clickable{cursor:pointer}.glu-textarea{display:flex;flex-direction:column;width:100%;font-size:1.4rem;transition:all .3s;border-radius:8px;box-sizing:border-box;border:1px solid;font-family:"Oxygen",Arial,Helvetica,sans-serif!important;height:15rem}[themed=glu-themed--light] .glu-textarea{border-color:#e9eef3;background-color:#fff}[themed=glu-themed--dark] .glu-textarea{border-color:#ccc;background-color:#4a5767}.glu-textarea.glu-textarea--disabled{opacity:.5}[themed=glu-themed--dark] .glu-textarea:not(.glu-textarea--disabled):hover,[themed=glu-themed--light] .glu-textarea:not(.glu-textarea--disabled):hover{border-color:rgba(60,200,209,.5)}[themed=glu-themed--dark] .glu-textarea.glu-textarea--focused,[themed=glu-themed--dark] .glu-textarea.glu-textarea--focused:hover,[themed=glu-themed--light] .glu-textarea.glu-textarea--focused,[themed=glu-themed--light] .glu-textarea.glu-textarea--focused:hover{border-color:#29abe2}[themed=glu-themed--light] .glu-textarea.glu-textarea--invalid{border-color:#ec3323}[themed=glu-themed--dark] .glu-textarea.glu-textarea--invalid{border-color:#ea7470}[themed=glu-themed--light] .glu-textarea.glu-textarea--invalid.glu-textarea--focused,[themed=glu-themed--light] .glu-textarea.glu-textarea--invalid:hover{border-color:#ec3323}[themed=glu-themed--dark] .glu-textarea.glu-textarea--invalid.glu-textarea--focused,[themed=glu-themed--dark] .glu-textarea.glu-textarea--invalid:hover{border-color:#ea7470}[themed=glu-themed--light] .glu-textarea.glu-textarea--invalid.glu-textarea--focused{border-color:#ec3323}[themed=glu-themed--dark] .glu-textarea.glu-textarea--invalid.glu-textarea--focused{border-color:#ea7470}.glu-textarea__textarea{flex-grow:1;height:100%;resize:none;outline:none;background:none;border:none;font-size:1.6rem;font-weight:400;text-align:left;border-radius:0;appearance:none;-webkit-appearance:none;padding:1rem}[themed=glu-themed--light] .glu-textarea__textarea{color:#333d44}[themed=glu-themed--dark] .glu-textarea__textarea{color:#fff}.glu-textarea__textarea:disabled{-webkit-user-select:none;user-select:none;cursor:default}.glu-textarea__textarea::placeholder{font-size:1.6rem;opacity:.8}[themed=glu-themed--light] .glu-textarea__textarea::placeholder{color:#333d44}[themed=glu-themed--dark] .glu-textarea__textarea::placeholder{color:#ccc}.glu-textarea__counter{padding:1rem}[themed=glu-themed--light] .glu-textarea__counter{color:#333d44}[themed=glu-themed--dark] .glu-textarea__counter{color:#ccc}.gluware-react-app--fullscreen .glu-right-sidebar{top:6rem;height:calc(100% - 6rem)}.glu-right-sidebar{position:fixed;right:0;top:11rem;max-height:100%;height:calc(100% - 11rem);z-index:6;transition:transform .3s;transform:translateX(0);overflow:hidden;border-left:1px solid transparent;border-top:1px solid transparent}[themed=glu-themed--light] .glu-right-sidebar{border-color:#e9eef3;background-color:#fff}[themed=glu-themed--dark] .glu-right-sidebar{border-color:rgba(113,132,144,.3);background-color:#3e4a55}.glu-right-sidebar.glu-right-sidebar--collapsed{transform:translateX(100%)}.glu-right-sidebar.glu-right-sidebar--collapsed .glu-right-sidebar__panel-container{box-shadow:none}.glu-right-sidebar.glu-right-sidebar--full-width{width:100%}.glu-right-sidebar__panel-container{position:relative;float:left;padding:0;max-height:100%;height:100%;max-width:48rem;transition:all .3s;width:48rem}.glu-right-sidebar__panel-container.glu-right-sidebar__panel-container--full-width{width:100%;max-width:100%}@media(max-width:991px){.glu-right-sidebar__panel-container{width:28rem}}@media(max-width:424px){.glu-right-sidebar__panel-container{width:20rem}}.glu-right-sidebar__panel-container>*{position:absolute;z-index:0;height:100%;width:100%}.glu-widget__image{width:8rem;height:8rem;object-fit:cover;border-radius:100%;background-color:#fff}.glu-flex-row.glu-query-filter-icon{margin-left:1rem}.glu-filter-query{border:1px solid #e5eaf3;border-radius:10px;padding:5px}.glu-filter-query,[themed=glu-themed--light] .glu-filter-query{background:#f2f5f8}[themed=glu-themed--dark] .glu-filter-query{background:#3e4a55}.glu-filter-query .g-icon-close{line-height:1em}.glu-filter-query span{line-height:normal;font-weight:700;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:.5rem;align-self:center}[themed=glu-themed--light] .glu-filter-query span{color:#718490}[themed=glu-themed--dark] .glu-filter-query span{color:#ccc}.glu-modal__filter{width:85rem}.glu-widget-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;line-height:2.5rem}[themed=glu-themed--light] .glu-widget__image{border:1px solid #f2f5f8}.glu-empty-content{text-align:center;height:inherit;justify-content:center;flex-direction:column;margin-top:6rem;font-size:1.4rem}.glu-empty-content .g-icon{padding-bottom:1rem}.glu-widgets-sidebar__header-btn{padding:0 1rem}.glu-widget-filter--opened{height:calc(100% - 30rem)!important}.glu-display-widget ul{list-style:disc}.glu-display-widget ol{list-style-type:decimal}.glu-display-widget ul li,ol li{list-style-position:inside;margin-left:1rem}.glu-display-widget strong{font-weight:700}.glu-display-widget em{font-style:italic}.glu-display-widget td{border-width:1px;border-style:solid}.glu-display-widget a{color:#29abe2}[themed=glu-themed--light] .glu-display-widget blockquote,[themed=glu-themed--light] .glu-display-widget li,[themed=glu-themed--light] .glu-display-widget p{color:#333d44}[themed=glu-themed--dark] .glu-display-widget blockquote,[themed=glu-themed--dark] .glu-display-widget li,[themed=glu-themed--dark] .glu-display-widget p{color:#fff}[themed=glu-themed--light] .glu-display-widget td{color:#333d44;border:1px solid #333d44}[themed=glu-themed--dark] .glu-display-widget td{color:#fff;border:1px solid #fff}.jodit-container ul{list-style:disc}.jodit-container ol{list-style-type:decimal}.jodit-container ul li,ol li{list-style-position:inside;margin-left:1rem}.jodit-container strong{font-weight:700}.jodit-container em{font-style:italic}[themed=glu-themed--dark] #gluware-react-app .glu-dashboard-card__text-editor blockquote,[themed=glu-themed--dark] #gluware-react-app .glu-dashboard-card__text-editor h1,[themed=glu-themed--dark] #gluware-react-app .glu-dashboard-card__text-editor li,[themed=glu-themed--dark] #gluware-react-app .glu-dashboard-card__text-editor p{color:#333d44}[themed=glu-themed--dark] #gluware-react-app .glu-dashboard-card__text-editor td{color:#333d44;border:1px solid #333d44}.glu-menu-item{color:#f2f5f8;padding:1rem;-webkit-user-select:none;user-select:none;height:3.5rem;cursor:pointer;overflow:hidden}.glu-menu-item__text{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;font-weight:700;line-height:1.5}.glu-menu-item__icon{min-width:2.5rem;min-height:1px}.glu-menu-item__icon .g-icon{color:#f2f5f8!important;font-size:2rem}.glu-menu--no-icons .glu-menu-item__icon{display:none}.glu-menu-item--clickable{transition:all .3s;cursor:pointer}.glu-menu-item--disabled{opacity:.8;cursor:default}.glu-sub-menu.glu-menu-item{position:relative;padding:0 2rem 0 1rem}.glu-sub-menu .glu-menu__items--collapse-down{top:0;bottom:auto}.glu-sub-menu .glu-menu__items{right:calc(100% + .5rem)}.glu-sub-menu__chevron{margin-right:-2rem;font-size:2rem}.glu-menu{text-align:left;display:inline-block;font-weight:700}.glu-menu__icon{cursor:pointer;transition:color .3s;font-size:2rem;color:#f2f5f8}.glu-menu--disabled .glu-menu__icon{cursor:default;opacity:.8}.glu-menu__items{overflow:hidden;border-radius:8px;text-align:left;position:absolute;min-width:22rem;background-color:#333d44;display:none;right:calc(100% + .5rem);bottom:0;top:auto;z-index:5}[themed=glu-themed--light] .glu-menu__items{box-shadow:0 4px 15px #e5eaf3}[themed=glu-themed--dark] .glu-menu__items{box-shadow:none}.glu-menu__items--collapse-down{top:0;bottom:auto}.glu-menu__items--visible{display:block}.glu-menu__items--right{left:calc(100% + 2rem);right:auto}.glu-widget-empty{text-align:center;height:inherit;justify-content:center;display:flex;flex-direction:column;margin-top:-2rem}.glu-widget-empty .g-icon{padding-bottom:1rem}.glu-widget-empty .glu-pill{padding:1rem 2rem;margin-top:1rem;cursor:pointer}[themed=glu-themed--light] .glu-widget-empty .glu-h6{color:#718490}[themed=glu-themed--dark] .glu-widget-empty .glu-h6{color:#ccc}.rss-description,.rss-title{line-clamp:2;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:18px;max-height:36px;overflow:hidden}.rss-error-title{margin-bottom:4px}.rss-error-source,.rss-error-title{font-weight:700;color:#718490}.rss-error-source,.rss-source-pub-date{margin-top:8px;font-size:10px;color:#718490}[themed=glu-themed--light] .rss-description{color:#333d44}[themed=glu-themed--dark] .rss-description{color:#fff}[themed=glu-themed--light] .rss-source-pub-date{color:#718490}[themed=glu-themed--dark] .rss-source-pub-date{color:#ccc}.rss-field.glu-link{width:100%}[themed=glu-themed--light] .rss-field.glu-link:hover{background:rgba(41,171,226,.1)}[themed=glu-themed--dark] .rss-field.glu-link:hover{background:rgba(41,171,226,.2)}.open-widget-configuration{font-weight:700;text-decoration:underline;color:#29abe2;margin-left:4px;cursor:pointer}.glu-select__number-of-items .react-select__menu{z-index:2}@media(max-width:1550px){#gluware-react-app .glu-widget-rss-feed__modal .glu-label{padding-bottom:1px;font-size:1.2rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-form-row+.glu-form-row{margin-top:1.1rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-form-error{padding-top:.3rem;font-size:1.2rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-modal__header{height:4rem;min-height:4rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-content__section{padding-bottom:0}#gluware-react-app .glu-widget-rss-feed__modal .glu-select .react-select__value-container{position:static}#gluware-react-app .glu-widget-rss-feed__modal .glu-select .react-select__control{min-height:2.5rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-select .react-select__indicator{padding:0 .5rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-select .react-select__single-value{font-size:1.3rem!important}#gluware-react-app .glu-widget-rss-feed__modal .glu-input.glu-form-input-pad{height:2.5rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-btn{height:3rem;font-size:1.3rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-modal__footer{min-height:5rem;height:5rem}#gluware-react-app .glu-widget-rss-feed__modal .glu-input input{font-size:1.3rem!important}#gluware-react-app .glu-widget-rss-feed__modal .glu-input input::placeholder{font-size:1.3rem}}.glu-iframe-container{height:100%}.glu-iframe-container iframe{height:100%;width:100%}div.glu-content__iframe{height:100%;padding:1rem}[themed=glu-themed--light] .glu-web-widget__disclaimer .glu-web-widget__disclaimer_text{color:#718490}[themed=glu-themed--dark] .glu-web-widget__disclaimer .glu-web-widget__disclaimer_text{color:#ccc}.glu-no-http{text-align:center;height:inherit;justify-content:center;display:flex;flex-direction:column}.glu-no-http div{line-height:2.5rem}.glu-no-http .g-icon-info,.glu-no-http h2,.glu-no-http p{padding-bottom:1rem}[themed=glu-themed--light] .glu-no-http .glu-h5{color:#718490}[themed=glu-themed--dark] .glu-no-http .glu-h5{color:#ccc}.glu-no-http div.url-link{color:#29abe2;font-size:1.6rem}.glu-web-widget__disclaimer{padding-top:1rem}.glu-web-widget__disclaimer .glu-web-widget__disclaimer_text{font-size:1.2rem;align-self:center;padding-left:.5rem}.glu-content .calendar-container{clear:both}.glu-content__day .spaces,.glu-content__day .week-date{display:none}.glu-content__day .tui-full-calendar-timegrid-container{border-bottom:1px solid #e4eaf0}[themed=glu-themed--light] .glu-content__day .tui-full-calendar-timegrid-container .tui-full-calendar-timegrid-timezone{background-color:#fff!important}[themed=glu-themed--dark] .glu-content__day .tui-full-calendar-timegrid-container .tui-full-calendar-timegrid-timezone{background-color:#3e4a55!important}.glu-content__day>div.calendar-container:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-vlayout-area{height:calc(100% - 7.5rem)!important}.glu-content__week .menu{padding-bottom:1.5rem}.glu-content__week .tui-full-calendar-dayname{background-color:#eff2f6;border:1px solid #e4eaf0;padding-left:1rem!important}.glu-content__week .tui-full-calendar-dayname.tui-full-calendar-today{background-color:#259adb;border:1px solid #259adb}.glu-content__week .tui-full-calendar-dayname.tui-full-calendar-today .week-date,.glu-content__week .tui-full-calendar-dayname.tui-full-calendar-today .week-day-name{color:#fff}.glu-content__week .tui-full-calendar-dayname .week-date,.glu-content__week .tui-full-calendar-dayname .week-day-name{font-size:1.4rem;font-weight:700}.glu-content__week .tui-full-calendar-vlayout-area{border-bottom:1px solid #e4eaf0}.glu-content__week .tui-full-calendar-vlayout-area .tui-full-calendar-timegrid-container{overflow-y:overlay}.glu-content__week .tui-full-calendar-layout{height:calc(100% - .5rem)}.glu-content__week .tui-full-calendar-week-container .tui-full-calendar-today{box-shadow:-1px 0 0 0 #259adb;border-right:1px solid #259adb!important}.glu-content__month .menu{padding-bottom:1.5rem}.glu-content__month .tui-full-calendar-floating-layer{bottom:8%!important}.glu-content__month .tui-full-calendar-month-dayname{background-color:#eff2f6!important;border:1px solid #e4eaf0;border-bottom:none}.glu-content__month .tui-full-calendar-month-week-item{border-left:1px solid #e4eaf0;border-right:1px solid #e4eaf0}.glu-content__month .tui-full-calendar-month-week-item:last-child{border-bottom:1px solid #e4eaf0}.glu-content__month .smaller-font{position:absolute;right:0;height:10px;font-size:10px;line-height:10px;padding-right:2px;text-align:right;margin-top:4px}.glu-content__month .tui-full-calendar-layout{height:calc(100% - 2rem)}[themed=glu-themed--light] .glu-content__month .tui-full-calendar-month{background-color:#fff}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month{background-color:#3e4a55}[themed=glu-themed--light] .glu-content__month .tui-full-calendar-month-dayname-item{color:#333d44}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month-dayname-item{color:#fff}[themed=glu-themed--light] .glu-content__month .tui-full-calendar-month-dayname-item span{color:#333d44}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month-dayname-item span{color:#fff}[themed=glu-themed--light] .glu-content__month .tui-full-calendar-weekday-grid-header>span{color:#333d44!important}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-weekday-grid-header>span{color:#fff!important}[themed=glu-themed--light] .glu-content__month .tui-full-calendar-weekday-schedule-title{color:#333d44!important}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-weekday-schedule-title{color:#fff!important}.glu-content__scheduler{height:100%;overflow:hidden}.glu-content__scheduler .menu>span{margin-right:1rem;vertical-align:top}.glu-content__scheduler .menu>span>*{margin-right:.5rem}.glu-content__scheduler .menu .range-container .time-zone{vertical-align:top;line-height:2rem;font-size:1.3rem;display:inline-block;margin:.5rem 1rem 1rem}[themed=glu-themed--light] .glu-content__scheduler .menu .range-container .time-zone{color:#718490}[themed=glu-themed--dark] .glu-content__scheduler .menu .range-container .time-zone{color:#ccc}.glu-content__scheduler .menu .range-container{display:inline-block}.glu-content__scheduler .menu .range-container>span{margin-left:.8rem}.glu-content__scheduler .menu .range-container>span.render-range{line-height:2rem;display:block;margin-left:.8rem;font-weight:700}[themed=glu-themed--light] .glu-content__scheduler .menu .range-container>span.render-range{color:#333d44}[themed=glu-themed--dark] .glu-content__scheduler .menu .range-container>span.render-range{color:#fff}.glu-content__scheduler .menu .range-container>span.cal-type{margin-top:1rem;display:inline-block}.glu-content__scheduler .menu .type-dropdown{margin-top:.25rem;margin-left:.8rem;margin-bottom:.25rem;width:13rem;float:right}.glu-content__scheduler .menu .move-today{border:2px solid #000;border-radius:.6rem;padding:.1rem .9rem;vertical-align:top;background-color:#fff}.glu-content__scheduler .menu .move-today:focus{outline:none}[themed=glu-themed--light] .glu-content__scheduler .menu .move-day{background-color:#fff}[themed=glu-themed--dark] .glu-content__scheduler .menu .move-day{background-color:#3e4a55}.glu-content__scheduler .menu .move-day:focus{outline:none}.glu-content__scheduler .menu .move-day>span{font-size:2rem;margin-right:.1rem;vertical-align:middle;cursor:pointer}.glu-content__scheduler .menu .move-day>span:hover:before{color:#29abe2}.glu-content__scheduler>div:not(.menu){height:calc(100% - 2rem)!important}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container{min-height:unset!important}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-dayname-container{border-top:none!important;border-bottom:none!important;overflow:hidden}[themed=glu-themed--light] .glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-dayname-container{background-color:#fff!important}[themed=glu-themed--dark] .glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-dayname-container{background-color:#3e4a55!important}[themed=glu-themed--light] .glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-dayname-container .tui-full-calendar-dayname-name,[themed=glu-themed--light] .glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-dayname-container .week-date{color:#333d44}[themed=glu-themed--dark] .glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-dayname-container .tui-full-calendar-dayname-name,[themed=glu-themed--dark] .glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-dayname-container .week-date{color:#fff}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-vlayout-area{height:calc(100% - 8rem)!important}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-vlayout-area>div[class*=tui-view-]{height:100%!important}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-vlayout-area .tui-full-calendar-time-schedule{min-height:27px}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-week-container .tui-full-calendar-vlayout-area .tui-full-calendar-time-schedule .tui-full-calendar-time-schedule-content{font-size:10px;line-height:12px;min-height:27px}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-month{min-height:unset!important}.glu-content__scheduler>div:not(.menu) .tui-full-calendar-month>div[class*=tui-view-]:last-child{height:calc(100% - 6rem)!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-popup-container,[themed=glu-themed--dark] .glu-content tui-full-calendar-month-more{background-color:#333d44;color:#fff;border-color:#718490}[themed=glu-themed--dark] .glu-content .tui-full-calendar-popup-container a,[themed=glu-themed--dark] .glu-content tui-full-calendar-month-more a{color:#29abe2}[themed=glu-themed--dark] .glu-content .tui-full-calendar-popup-arrow-border{border-left-color:#718490}[themed=glu-themed--dark] .glu-content .tui-full-calendar-popup-arrow-fill{border-left-color:#333d44}[themed=glu-themed--dark] .glu-content .tui-full-calendar-month-more{background-color:#333d44!important;border-color:#718490!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-month-more-title-day,[themed=glu-themed--dark] .glu-content .tui-full-calendar-month-more-title-day-label{color:#fff!important}[themed=glu-themed--dark] .glu-content__week .tui-full-calendar-dayname{background-color:#718490;border:1px solid #718490}[themed=glu-themed--dark] .glu-content__week .tui-full-calendar-weekday-border{border-top:1px solid #718490!important}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month-dayname{background-color:#718490!important;border:1px solid #718490!important}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month-dayname-item,[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month-week-item,[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-weekday-grid-line{border-right:1px solid #718490!important}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month-week-item{border-left:1px solid #718490!important}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-weekday-border{border-top:1px solid #718490!important}[themed=glu-themed--dark] .glu-content__month .tui-full-calendar-month-week-item:last-child{border-bottom:1px solid #718490!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-timezone{border-right:1px solid #718490!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-week-container{background-color:#3e4a55}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-container{border:none}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-hour{color:#f2f5f8!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-timezone{background-color:#3e4a55!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-time-date,[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-gridline{border-color:#718490!important}[themed=glu-themed--dark] .glu-content .glu-content__week .tui-full-calendar-vlayout-area{border-bottom:none}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-hourmarker-time{color:#3cc8d1!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-hourmarker-line-left{border-top:1px dashed #3cc8d1!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-hourmarker-line-today{border-top:1px solid #3cc8d1!important}[themed=glu-themed--dark] .glu-content .tui-full-calendar-timegrid-todaymarker{background-color:#3cc8d1!important}.widget-hidden{visibility:hidden;position:absolute;left:-5000px}[themed=glu-themed--dark] .tui-full-calendar-popup-detail-item .tui-full-calendar-ic-repeat-b{background-image:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZD0iTTE1IDNhMTEuOTY3IDExLjk2NyAwIDAwLTcuNzkzIDIuODc1IDEgMSAwIDEwMS4yOTkgMS41MkE5Ljk0OCA5Ljk0OCAwIDAxMTUgNWE5Ljk4NiA5Ljk4NiAwIDAxOS45NTEgOUgyMmw0IDYgNC02aC0zLjA1QzI2LjQzNyA3Ljg1MiAyMS4yNzcgMyAxNSAzek00IDEwbC00IDZoMy4wNUMzLjU2MyAyMi4xNDggOC43MjMgMjcgMTUgMjdjMi45NjkgMCA1LjY5Ny0xLjA4MyA3Ljc5My0yLjg3NWExIDEgMCAxMC0xLjI5OS0xLjUyQTkuOTQ4IDkuOTQ4IDAgMDExNSAyNWE5Ljk4NiA5Ljk4NiAwIDAxLTkuOTUxLTlIOGwtNC02eiIvPjwvc3ZnPg==")}[themed=glu-themed--light] .tui-full-calendar-popup-detail-item .tui-full-calendar-ic-repeat-b{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZD0iTTE1IDNhMTEuOTY3IDExLjk2NyAwIDAwLTcuNzkzIDIuODc1IDEgMSAwIDEwMS4yOTkgMS41MkE5Ljk0OCA5Ljk0OCAwIDAxMTUgNWE5Ljk4NiA5Ljk4NiAwIDAxOS45NTEgOUgyMmw0IDYgNC02aC0zLjA1QzI2LjQzNyA3Ljg1MiAyMS4yNzcgMyAxNSAzek00IDEwbC00IDZoMy4wNUMzLjU2MyAyMi4xNDggOC43MjMgMjcgMTUgMjdjMi45NjkgMCA1LjY5Ny0xLjA4MyA3Ljc5My0yLjg3NWExIDEgMCAxMC0xLjI5OS0xLjUyQTkuOTQ4IDkuOTQ4IDAgMDExNSAyNWE5Ljk4NiA5Ljk4NiAwIDAxLTkuOTUxLTlIOGwtNC02eiIvPjwvc3ZnPg==")}.rules-group-body{margin-left:14px!important;margin-top:12px!important}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-filter-container select.form-control,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-operator-container select.form-control,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-value-container select.form-control{appearance:none;background:url(/static/media/chevron-down.0c4205e2.svg);background-position:95%;background-size:10px;background-repeat:no-repeat;background-color:#4a5767;text-indent:0;padding:0 2rem 0 1rem;line-height:2;overflow:hidden;text-overflow:ellipsis}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-filter-container input.form-control,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-operator-container input.form-control,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-value-container input.form-control{padding:.3rem 0}.glu-query advanced-filter-gl .query-builder .rule-header .btn-group{padding-top:0}.glu-advanced-filter{color:#ea7470;padding:1rem}.column-pill{display:flex!important;align-items:center!important;height:24px!important;font-size:12px;line-height:100%}.column-pill .column-close{color:#fff!important;font-size:12px;margin-left:10px}.column-close:before{cursor:pointer}.all-columns,.selected-columns{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;margin-top:8px;margin-bottom:30px}.drag-column{margin:5px 0 0 5px;padding:4px 10px}.glu-clickable-label{cursor:pointer;font-weight:700}[themed=glu-themed--light] .glu-clickable-label{color:#718490}[themed=glu-themed--dark] .glu-clickable-label{color:#fff}.glu-dashboard-library__filters{background-color:#fff}.grid-container__full-height,.grid-container__full-height entity-grid-gl{height:100%}[themed=glu-themed--light] #gluware-react-app entity-grid-gl header-row{background:#e9eef3}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl header-row{background:#333d44}#gluware-react-app entity-grid-gl grid-column{height:3rem}#gluware-react-app entity-grid-gl grid-column:hover{cursor:pointer}#gluware-react-app entity-grid-gl grid-column:hover toggle-icon-gl[data-icon="toggle.lockunlock"]{display:none}#gluware-react-app entity-grid-gl grid-column .icon-container{float:left;position:static;line-height:3.3rem}#gluware-react-app entity-grid-gl grid-column .column-name{font-weight:700;position:static;align-self:center;float:left;max-width:calc(100% - 23px)}[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-column .column-name{color:#333d44}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-column .column-name{color:#fff}#gluware-react-app entity-grid-gl grid-column resize-handle{z-index:1;position:absolute;top:0;right:0;bottom:0;width:2px}[themed=glu-themed--light] #gluware-react-app entity-grid-gl unlocked-grid-row.even{background:#f2f5f8}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl unlocked-grid-row.even{background:#4a5767}#gluware-react-app entity-grid-gl unlocked-grid-row.selected{background:rgba(41,171,226,.2)}#gluware-react-app entity-grid-gl unlocked-grid-row.active{background:rgba(41,171,226,.2)!important}#gluware-react-app entity-grid-gl unlocked-grid-row{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;height:3rem;box-sizing:border-box;outline:none}[themed=glu-themed--light] #gluware-react-app entity-grid-gl unlocked-grid-row{background:#fff}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl unlocked-grid-row{background:#3e4a55}#gluware-react-app entity-grid-gl locked-grid-row{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;height:3rem;box-sizing:border-box;outline:none}[themed=glu-themed--light] #gluware-react-app entity-grid-gl locked-grid-row{background:#fff}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl locked-grid-row{background:#3e4a55}[themed=glu-themed--light] #gluware-react-app entity-grid-gl locked-grid-row.even{background:#f2f5f8}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl locked-grid-row.even{background:#4a5767}#gluware-react-app entity-grid-gl grid-cell *{padding-left:1rem}[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell{color:#333d44}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell{color:#fff}#gluware-react-app entity-grid-gl grid-cell access-status-column,#gluware-react-app entity-grid-gl grid-cell audit-status-column,#gluware-react-app entity-grid-gl grid-cell device-capture-status-column,#gluware-react-app entity-grid-gl grid-cell device-discovery-status-column,#gluware-react-app entity-grid-gl grid-cell device-type-column,#gluware-react-app entity-grid-gl grid-cell image-type-icon-column,#gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column,#gluware-react-app entity-grid-gl grid-cell schedule-status-column,#gluware-react-app entity-grid-gl grid-cell schedule-type-column{padding-left:0;display:flex;justify-content:center}#gluware-react-app entity-grid-gl grid-cell access-status-column *,#gluware-react-app entity-grid-gl grid-cell audit-status-column *,#gluware-react-app entity-grid-gl grid-cell device-capture-status-column *,#gluware-react-app entity-grid-gl grid-cell device-discovery-status-column *,#gluware-react-app entity-grid-gl grid-cell device-type-column *,#gluware-react-app entity-grid-gl grid-cell image-type-icon-column *,#gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column *,#gluware-react-app entity-grid-gl grid-cell schedule-status-column *,#gluware-react-app entity-grid-gl grid-cell schedule-type-column *{padding-left:0}#gluware-react-app entity-grid-gl grid-cell access-status-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell access-status-column span,#gluware-react-app entity-grid-gl grid-cell audit-status-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell audit-status-column span,#gluware-react-app entity-grid-gl grid-cell device-capture-status-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell device-capture-status-column span,#gluware-react-app entity-grid-gl grid-cell device-discovery-status-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell device-discovery-status-column span,#gluware-react-app entity-grid-gl grid-cell device-type-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell device-type-column span,#gluware-react-app entity-grid-gl grid-cell image-type-icon-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell image-type-icon-column span,#gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column span,#gluware-react-app entity-grid-gl grid-cell schedule-status-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell schedule-status-column span,#gluware-react-app entity-grid-gl grid-cell schedule-type-column base-icon-gl,#gluware-react-app entity-grid-gl grid-cell schedule-type-column span{align-self:center}[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell access-status-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell access-status-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell audit-status-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell audit-status-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell device-capture-status-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell device-capture-status-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell device-discovery-status-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell device-discovery-status-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell device-type-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell device-type-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell image-type-icon-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell image-type-icon-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell schedule-status-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell schedule-status-column span,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell schedule-type-column base-icon-gl,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-cell schedule-type-column span{color:#718490}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell access-status-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell access-status-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell audit-status-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell audit-status-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell device-capture-status-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell device-capture-status-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell device-discovery-status-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell device-discovery-status-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell device-type-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell device-type-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell image-type-icon-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell image-type-icon-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell last-occurrence-status-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell schedule-status-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell schedule-status-column span,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell schedule-type-column base-icon-gl,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-cell schedule-type-column span{color:#f2f5f8}#gluware-react-app entity-grid-gl grid-cell div{align-items:center}#gluware-react-app entity-grid-gl grid-cell allow-site-auto-assignment-field-column>div{display:flex;justify-content:center;padding-top:.5em;padding-left:0}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-error:before{color:#ea7470}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-error,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-unknown{height:23px}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-error:before,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-unknown:before{font-size:1.8rem}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl .empty-message{color:#fff}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl unlocked-grid-row.active{background:#3a5d71!important}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl unlocked-grid-row.selected{background:#3a5d71}[themed=glu-themed--light] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-error:before{color:#ec3323}[themed=glu-themed--light] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-error,[themed=glu-themed--light] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-unknown{height:23px}[themed=glu-themed--light] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-error:before,[themed=glu-themed--light] #gluware-react-app entity-grid-gl device-discovery-status-column .g-icon-unknown:before{font-size:1.8rem}[themed=glu-themed--light] #gluware-react-app entity-grid-gl .empty-message{color:#3a5d71}[themed=glu-themed--light] #gluware-react-app entity-grid-gl unlocked-grid-row.selected{background:rgba(41,171,226,.2)}.glu-grid-widget .glu-scroll-fix{max-height:100%;height:calc(100% - 3rem)}.glu-grid-widget .glu-content__body{overflow:hidden}.glu-grid-widget .glu-grid__total-rows{padding-top:1rem}[themed=glu-themed--light] .glu-grid-widget .glu-grid__total-rows{color:#718490}[themed=glu-themed--dark] .glu-grid-widget .glu-grid__total-rows{color:#f2f5f8}[themed=glu-themed--light] .glu-grid-widget entity-grid-gl{background-color:#f2f5f8}[themed=glu-themed--dark] .glu-grid-widget entity-grid-gl{background-color:#4a5767}.glu-grid-widget entity-grid-gl locked-column-container grid-body-container,.glu-grid-widget entity-grid-gl locked-right-column-container grid-body-container{overflow-y:auto}.glu-user-checkmark{display:flex;flex-direction:row;align-items:center;white-space:pre-wrap}.glu-info-sidebar p{line-height:1.5}.glu-info-sidebar .glu-info-sidebar__widget_description,.glu-info-sidebar .glu-info-sidebar__widgets-list{line-height:1.8}.glu-info-sidebar .glu-content__section{padding-bottom:2rem}.glu-info-sidebar .glu-content__section.glu-info-sidebar__widget_description{padding-bottom:4rem;word-break:break-word}.glu-info-sidebar .glu-content__section.glu-info-sidebar__widget_description .glu-pill{padding:0 1rem}[themed=glu-themed--light] .glu-info-sidebar .glu-info-sidebar__widget_description{color:#333d44}[themed=glu-themed--dark] .glu-info-sidebar .glu-info-sidebar__widget_description{color:#fff}.glu-info-sidebar .glu-image-container{width:438px;margin-top:8px}.glu-info-sidebar .glu-image-container__image{width:100%}.glu-chart__legend-title{line-height:18px}.glu-chart__legend-box{width:2rem;height:2rem;margin-right:1rem;background:transparent;justify-content:center;border-radius:2px}.chartjs-render-monitor{margin:0 auto}.glu-chart__list-item{display:flex;line-height:2rem;padding-top:1rem}.glu-chart__list-item:hover{cursor:pointer}[themed=glu-themed--light] .glu-chart__list-item{color:#333d44}[themed=glu-themed--dark] .glu-chart__list-item{color:#fff}.glu-chart__box--inner{width:70%;height:70%}.glu-cahrt__legend-item-value{font-weight:700;margin-left:.5rem}[themed=glu-themed--light] .glu-cahrt__legend-item-value{color:#333d44}[themed=glu-themed--dark] .glu-cahrt__legend-item-value{color:#fff}.glu-data-chart{height:100%}.glu-data-chart .glu-chart{height:70%;margin:auto;width:50%}.glu-data-chart .glu-chart:hover{cursor:pointer}.glu-data-chart__total{position:absolute;bottom:0;right:0;padding-bottom:1.5rem;padding-right:1rem;font-size:1.6rem;line-height:2rem;font-weight:400}[themed=glu-themed--light] .glu-data-chart__total{color:#333d44}[themed=glu-themed--dark] .glu-data-chart__total{color:#fff}.glu-data-chart__total span{font-weight:700}.gauge{position:relative;top:50%;transform:translateY(-50%)}.gauge-tooltip{background-color:#333d44;color:#fff;padding:1.5rem 1rem;border-radius:.5rem;font-size:1.6rem}.gauge-tooltip--bold{font-weight:700;font-size:1.8rem}.c3-gauge-value{font-weight:700}.c3-gauge-value-sub-title{text-anchor:middle;font-family:Oxygen}.c3-chart-arcs-gauge-max,.c3-chart-arcs-gauge-min{font-size:1.6rem;color:#333d44}.c3{max-height:none!important}.glu-count__text--small{text-align:center}[themed=glu-themed--light] .glu-count-widget__filter-name,[themed=glu-themed--light] .glu-count__text--big,[themed=glu-themed--light] .glu-count__text--small{color:#333d44}[themed=glu-themed--dark] .glu-count-widget__filter-name,[themed=glu-themed--dark] .glu-count__text--big,[themed=glu-themed--dark] .glu-count__text--small{color:#fff}[themed=glu-themed--light] .c3-chart-arcs-gauge-max,[themed=glu-themed--light] .c3-chart-arcs-gauge-min,[themed=glu-themed--light] .c3-gauge-value,[themed=glu-themed--light] .c3-gauge-value-sub-title{fill:#333d44!important}[themed=glu-themed--dark] .c3-chart-arcs-gauge-max,[themed=glu-themed--dark] .c3-chart-arcs-gauge-min,[themed=glu-themed--dark] .c3-gauge-value,[themed=glu-themed--dark] .c3-gauge-value-sub-title{fill:#fff!important}[themed=glu-themed--dark] .c3-chart-arcs .c3-chart-arcs-background{stroke:#718490;fill:#4a5767}[themed=glu-themed--dark] .c3-chart-arc path{stroke:none}.glu-count{height:100%;width:100%;position:absolute}.glu-count-widget__filter-name{position:absolute;left:50%;transform:translate(-50%);text-align:center;color:#333d44;position:relative;z-index:9999}.glu-count-widget__filter-name--none{display:none}.glu-count__text{height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.glu-count__text--big{font-weight:700}.glu-search-item{display:flex;align-items:center;padding:1.8rem 1.6rem;height:4.4rem}[themed=glu-themed--light] .glu-search-item:hover{background-color:#e9eef3;color:#333d44}[themed=glu-themed--dark] .glu-search-item:hover{background-color:#718490}[themed=glu-themed--light] .glu-search-item--active{background-color:#e9eef3;color:#333d44}[themed=glu-themed--dark] .glu-search-item--active{background-color:#718490}.glu-search{position:relative}.glu-search .glu-search-results{position:absolute;top:calc(4px + 4rem);box-shadow:0 4px 15px rgba(61,142,210,.5);border-radius:8px;width:100%;z-index:1;max-height:13.2rem;overflow-y:auto}[themed=glu-themed--light] .glu-search .glu-search-results{background-color:#fff;color:#333d44}[themed=glu-themed--dark] .glu-search .glu-search-results{background-color:#4a5767;color:#ccc}.glu-search .glu-search-input{position:relative}.glu-search .glu-search-input .glu-input__icon{color:#748594;font-size:2rem}[themed=glu-themed--dark] .glu-search .glu-search-results{box-shadow:0 4px 15px #000}.glu-network-commands{margin:1.6rem 0}.glu-network-display--wrapper{display:flex;flex:1 1;min-height:6rem;background-color:#f2f5f8;overflow-y:auto;padding:8px 8px 0;position:relative;border-radius:8px;margin-bottom:1rem}[themed=glu-themed--light] .glu-network-display--wrapper{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .glu-network-display--wrapper{background-color:#4a5767;color:#ccc}.glu-network-display--wrapper--off{background-color:#f2f5f8;border:1px solid #29abe2}.glu-network-display--wrapper .glu-network-display{flex:1 1;min-width:150px;overflow-wrap:break-word;margin-right:8px;border-radius:8px;-webkit-user-select:text;user-select:text}.glu-network-display--wrapper .glu-network-display .glu-network-display__item{white-space:pre-wrap;font-size:1.4rem;line-height:2.2rem}.glu-network-display--wrapper .glu-network-display__spinner--wrapper{display:flex;flex-direction:column;width:100%;align-items:center}.glu-network-display--wrapper .glu-network-display__spinner-text{line-height:2.4rem}.glu-network-display--wrapper .glu-network-display__button{width:3.2rem;height:3.2rem;padding-left:5px;background-color:#fff;border-radius:8px;visibility:hidden;cursor:pointer}.glu-network-display--wrapper:hover .glu-network-display__button{visibility:visible}.glu-network-display__spinner--wrapper{display:flex;justify-content:center}.glu-network-form{max-height:260px;margin-top:1rem}.glu-network-form--none{display:none}.glu-network--wrapper{height:100%;width:100%}.user-image{width:80px;height:80px;border-radius:50%}.user-details{overflow-x:hidden;padding:0 10px}.name-and-role{font-weight:700;margin-bottom:8px}.name-and-role,.online-status-and-solution{line-height:18px}.online-status-and-solution{font-size:12px}.user-list-item-wrapper{display:grid;grid-template-columns:80px 1fr}.name-role-send-email{display:grid;grid-template-columns:1fr 20px}.organization-used{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;line-height:1.8rem}.name-and-role .name{color:#333;font-size:14px}.name-and-role .role{font-size:12px}.status-online{color:#72b566}.email-link{height:-moz-fit-content;height:fit-content;text-decoration:none}[themed=glu-themed--dark] .name-and-role .name{color:#fff}[themed=glu-themed--dark] .name-and-role .role,[themed=glu-themed--dark] .online-status-and-solution{color:#ccc}.glu-task-pills .glu-pill{margin-right:4px}.glu-task-assigned-to,.glu-task-date,.glu-task-pills{margin-top:4px!important}[themed=glu-themed--light] .glu-task-assigned-to,[themed=glu-themed--light] .glu-task-date{color:#4a5767}[themed=glu-themed--dark] .glu-task-assigned-to,[themed=glu-themed--dark] .glu-task-date{color:#fff}.glu-task-name{font-size:1.4rem}[themed=glu-themed--light] .glu-task-name{color:#4a5767}[themed=glu-themed--dark] .glu-task-name{color:#fff}.glu-task-new-pill{background-color:#29abe2!important}.glu-task-container>div{margin:.4rem 0}.glu-task:hover{cursor:pointer}[themed=glu-themed--light] .glu-task:hover{background:rgba(41,171,226,.1)}[themed=glu-themed--dark] .glu-task:hover{background:rgba(41,171,226,.2)}@keyframes flash{0%{background-color:rgba(41,171,226,.2)}}.glu-task-list-item--highlighted{animation-name:flash;animation-timing-function:ease;animation-duration:2s;animation-iteration-count:1}.glu-task-list-item-details .glu-task-list__title{margin-bottom:.2rem;margin-right:2rem;padding:1rem 0}.glu-task-list-item-details__assigned-to,.glu-task-list-item-details p{line-height:1.5}.glu-task-list-item-details .glu-content__section{padding-bottom:2rem}[themed=glu-themed--light] .glu-task-list-item-details__text{color:#333d44}[themed=glu-themed--dark] .glu-task-list-item-details__text{color:#fff}.glu-task-list-item-details__description{margin-top:.5rem}.glu-task-list-item-details .glu-pill{margin-right:1rem}.glu-task-list-item-details .edit-delete-action{margin-right:2rem}.glu-date-input-wrapper .glu-date-input{width:20rem}.glu-date-input-wrapper .glu-date-input:after{content:"";display:flex;align-self:center;margin-right:5px}.glu-date-picker-modal{max-width:40rem}.glu-date-picker-modal .rdrCalendarWrapper{width:100%}[themed=glu-themed--light] .glu-date-picker-modal .rdrCalendarWrapper{background-color:#fff}[themed=glu-themed--dark] .glu-date-picker-modal .rdrCalendarWrapper{background-color:#4a5767}.glu-date-picker-modal .rdrMonth{width:100%}.glu-content__section .rdrMonth .rdrDays .rdrDayDisabled{background-color:transparent}[themed=glu-themed--dark] .glu-date-picker-modal .rdrDayNumber span{color:#fff}[themed=glu-themed--dark] .glu-date-picker-modal .rdrDayPassive .rdrDayNumber span{color:#6f787d}[themed=glu-themed--dark] .glu-date-picker-modal .rdrMonthAndYearPickers select{color:#fff;filter:brightness(100)}[themed=glu-themed--dark] .glu-date-picker-modal .rdrMonthAndYearPickers select option{background:#4a5767}.glu-btn-link.glu-tooltip .g-icon.g-icon-sorting{padding-left:1rem;padding-right:1rem}[themed=glu-themed--light] .glu-sort-options-menu{background:#fff}[themed=glu-themed--dark] .glu-sort-options-menu{background:#333d44}.glu-sort-options-menu .glu-menu-item:first-child{cursor:default}[themed=glu-themed--light] .glu-sort-options-menu .glu-menu-item:first-child:hover{background:#fff}[themed=glu-themed--dark] .glu-sort-options-menu .glu-menu-item:first-child:hover{background:#333d44}[themed=glu-themed--light] .glu-sort-options-menu .glu-menu-item:hover{background:rgba(41,171,226,.1)}[themed=glu-themed--dark] .glu-sort-options-menu .glu-menu-item:hover{background:rgba(41,171,226,.2)}[themed=glu-themed--light] .glu-sort-options-menu .glu-menu-item.selected{background:rgba(41,171,226,.1)}[themed=glu-themed--dark] .glu-sort-options-menu .glu-menu-item.selected{background:rgba(41,171,226,.2)}.glu-sort-options-menu .glu-menu-item .glu-menu-item__text{font-weight:400}[themed=glu-themed--light] .glu-sort-options-menu .glu-menu-item .glu-menu-item__text{color:#333d44}[themed=glu-themed--dark] .glu-sort-options-menu .glu-menu-item .glu-menu-item__text{color:#fff}@media(max-width:1479px){#gluware-react-app .glu-widget-task-list__modal .glu-label{padding-bottom:1px;font-size:1.2rem}#gluware-react-app .glu-widget-task-list__modal .glu-form-row+.glu-form-row{margin-top:1.1rem}#gluware-react-app .glu-widget-task-list__modal .glu-form-error{padding-top:.3rem;font-size:1.2rem}#gluware-react-app .glu-widget-task-list__modal .glu-modal__header{height:4rem;min-height:4rem}#gluware-react-app .glu-widget-task-list__modal .glu-content__section{padding-bottom:0}#gluware-react-app .glu-widget-task-list__modal .glu-select .react-select__value-container{position:static}#gluware-react-app .glu-widget-task-list__modal .glu-select .react-select__control{min-height:2.5rem}#gluware-react-app .glu-widget-task-list__modal .glu-select .react-select__indicator{padding:0 .5rem}#gluware-react-app .glu-widget-task-list__modal .glu-select .react-select__single-value{font-size:1.3rem!important}#gluware-react-app .glu-widget-task-list__modal .glu-input.glu-form-input-pad{height:2.5rem}#gluware-react-app .glu-widget-task-list__modal .glu-btn{height:3rem;font-size:1.3rem}#gluware-react-app .glu-widget-task-list__modal .glu-modal__footer{min-height:5rem;height:5rem}#gluware-react-app .glu-widget-task-list__modal .glu-input input{font-size:1.3rem!important}#gluware-react-app .glu-widget-task-list__modal .glu-input input::placeholder{font-size:1.3rem}}.glu-dashboard-card,.glu-device-inventory{display:flex;flex-direction:column}.glu-device-inventory{height:100%;justify-content:center}.glu-device-inventory .echarts-for-react{height:100%!important}.glu-sunburst{height:95%;flex:1 1}.glu-sunburst .highcharts-drillup-button{display:none}.glu-device-inventory-widget__filter-name{text-align:center}.glu-device-inventory-widget__filter-name--none{display:none}[themed=glu-themed--light] .glu-device-inventory-widget__filter-name{color:#333d44}[themed=glu-themed--dark] .glu-device-inventory-widget__filter-name{color:#fff}.glu-progress-bar-title{font-family:"Oxygen",Arial,Helvetica,sans-serif;font-size:14px;line-height:13px;font-weight:400;margin:16px 0 10px}[themed=glu-themed--light] .glu-progress-bar-title{color:#333d44}[themed=glu-themed--dark] .glu-progress-bar-title{color:#fff}.glu-bar-and-label{display:flex;width:100%;height:16px}.glu-progress-bar__label{display:flex;width:23%;margin-left:14px;justify-content:flex-end;align-items:flex-end}.glu-progress-bar__label .glu-progress-bar__label-text{font-family:"Oxygen",Arial,Helvetica,sans-serif;font-size:12px;line-height:13px;font-weight:700}[themed=glu-themed--light] .glu-progress-bar__label .glu-progress-bar__label-text{color:#333d44}[themed=glu-themed--dark] .glu-progress-bar__label .glu-progress-bar__label-text{color:#fff}@media screen and (max-width:450px){.glu-progress-bar__label .glu-progress-bar__label-text{font-size:10px}}.glu-progress-bar__label .glu-progress-bar__label-infinity{font-family:"Oxygen",Arial,Helvetica,sans-serif;font-size:22px;font-weight:400;color:#72b566}.glu-progress-bar--first .glu-progress-bar-title{margin-top:6px}.glu-bar{display:flex;width:77%;border-radius:8px}.glu-progress{display:flex;align-items:center}.glu-progress .glu-progress__text{font-family:"Oxygen",Arial,Helvetica,sans-serif;font-size:10px;line-height:13px;margin-left:8px;margin-top:1px;color:#fff}.glu-table{margin-top:16px}[themed=glu-themed--light] .glu-table{color:#333d44}[themed=glu-themed--dark] .glu-table{color:#fff}.glu-table .glu-table__title{font-weight:400;font-size:14px;line-height:13px;margin-bottom:8px}.glu-table .glu-table__table{width:100%;height:100px;font-size:12px;line-height:13px;border:1px solid;border-radius:4px 4px 0 0}[themed=glu-themed--light] .glu-table .glu-table__table{border-color:#e9eef3}[themed=glu-themed--dark] .glu-table .glu-table__table{border-color:#333d44}.glu-table .glu-table__table tbody{border-top:1px solid}[themed=glu-themed--light] .glu-table .glu-table__table tbody{border-color:#e9eef3}[themed=glu-themed--dark] .glu-table .glu-table__table tbody{border-color:#333d44}.glu-table .glu-table__table td,.glu-table .glu-table__table th{border-collapse:collapse;text-align:left;padding:5px 0 5px 16px}.glu-table .glu-table__table .glu-table__header-cell{font-weight:700}[themed=glu-themed--light] .glu-table .glu-table__table .glu-table__header-cell{color:#333d44;background-color:#f2f5f8}[themed=glu-themed--dark] .glu-table .glu-table__table .glu-table__header-cell{color:#fff;background-color:#4a5767}.glu-table .glu-table__table .glu-table__total{font-weight:700;border-top:1px solid}[themed=glu-themed--light] .glu-table .glu-table__table .glu-table__total{border-color:#e9eef3}[themed=glu-themed--dark] .glu-table .glu-table__table .glu-table__total{border-color:#333d44}.licensing-card{background-color:#fff;border-radius:8px;border:1px solid;position:relative}[themed=glu-themed--light] .licensing-card{border-color:#e5eaf3;background-color:#fff}[themed=glu-themed--dark] .licensing-card{border-color:#333d44;background-color:#3e4a55}.glu-licensing-solutions{display:flex;flex-direction:column;width:100%;margin-top:16px}[themed=glu-themed--light] .glu-licensing-solutions{color:#333d44}[themed=glu-themed--dark] .glu-licensing-solutions{color:#fff}.glu-licensing-solutions .glu-licensing-solutions__title{font-weight:400;font-size:14px}.glu-licensing-solutions .glu-solutions{display:flex;width:100%;justify-content:space-between;line-height:2.5rem;margin-top:1.2rem}.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper{display:flex;align-items:center}.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-icon{margin-right:8px}@media screen and (max-width:450px){.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-icon{margin-right:5px}}@media screen and (max-width:400px){.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-icon{margin-right:3px}}.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-icon--disabled{color:#718490!important}.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-title{font-size:14px;line-height:13px;font-weight:700;margin-right:3px}@media screen and (max-width:450px){.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-title{font-size:10px;margin-right:5px}}@media screen and (max-width:400px){.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-title{margin-right:2px}}.glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-license-title--disabled{color:#718490}.glu-licensing-solutions .glu-solutions .glu-license-spacer{width:1px;height:100%;background-color:#ccc;margin:0 4px}.glu-licensing-solutions .glu-solutions .glu-license-spacer:last-child{display:none}.licensing-width-xs .glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-solution__pair .glu-license-icon{margin-right:3px}.licensing-width-xs .glu-licensing-solutions .glu-solutions .glu-solution__pair--wrapper .glu-solution__pair .glu-license-title{font-size:10px;line-height:11px;font-weight:700;margin-right:0}.calculator-outline{outline:none}.calculator-container{display:flex;flex-direction:column;width:100%;height:100%;border-radius:8px;padding-top:8px;padding-bottom:1rem}.calculator-container .result-container{display:flex;width:100%;flex-grow:1;min-height:64px;justify-content:flex-end;align-items:center;padding:8px;margin-bottom:8px;border-radius:8px;font-size:24px}[themed=glu-themed--light] .calculator-container .result-container{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .calculator-container .result-container{background-color:#4a5767;color:#fff}@media(max-width:424px){.calculator-container .result-container{font-size:22px}}.calculator-container .result-container.error{font-size:16px}.calculator-container .result-container .result{flex-grow:1;min-height:60px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.calculator-container .units-keypad-container{display:flex;width:100%;flex-grow:1}.calculator-container .units-keypad-container .units-switch-container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr;grid-gap:4px 0;gap:4px 0;width:10%;margin-right:16px}.calculator-container .units-keypad-container .units-switch-container .unit{display:flex;justify-content:center;align-items:center;color:#748594;font-family:"Oxygen";font-weight:700;cursor:pointer}[themed=glu-themed--light] .calculator-container .units-keypad-container .units-switch-container .unit{background-color:#f2f5f8}[themed=glu-themed--dark] .calculator-container .units-keypad-container .units-switch-container .unit{background-color:#4a5767}.calculator-container .units-keypad-container .units-switch-container .unit:first-child{border-radius:8px 8px 0 0}.calculator-container .units-keypad-container .units-switch-container .unit:nth-child(4){border-radius:0 0 8px 8px}.calculator-container .units-keypad-container .units-switch-container .unit-active{display:flex;justify-content:center;align-items:center;background-color:#29abe2;color:#fff;font-family:"Oxygen";font-weight:700;cursor:pointer}.calculator-container .units-keypad-container .units-switch-container .unit-active:first-child{border-radius:8px 8px 0 0}.calculator-container .units-keypad-container .units-switch-container .unit-active:last-child{border-radius:0 0 8px 8px}.calculator-container .units-keypad-container .keypad-container{display:flex;flex-direction:column;width:90%;flex-grow:.5}.calculator-container .units-keypad-container .keypad-container .letter-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;flex-grow:1;grid-gap:0 8px;gap:0 8px;margin-bottom:8px}.calculator-container .units-keypad-container .keypad-container .letter-container .letter-element{display:flex;justify-content:center;align-items:center;min-height:32px;cursor:pointer;font-size:16px;font-weight:700;border-radius:8px}[themed=glu-themed--light] .calculator-container .units-keypad-container .keypad-container .letter-container .letter-element{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .calculator-container .units-keypad-container .keypad-container .letter-container .letter-element{background-color:#4a5767;color:#fff}.calculator-container .units-keypad-container .keypad-container .letter-container .letter-element:focus,.calculator-container .units-keypad-container .keypad-container .letter-container .letter-element:focus-visible{outline:none}.calculator-container .units-keypad-container .keypad-container .keypads{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:8px 6px;gap:8px 6px;width:100%;flex-grow:1}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-element{display:flex;justify-content:center;align-items:center;min-height:32px;cursor:pointer;font-size:16px;font-weight:700;border-radius:8px}[themed=glu-themed--light] .calculator-container .units-keypad-container .keypad-container .keypads .keypad-element{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .calculator-container .units-keypad-container .keypad-container .keypads .keypad-element{background-color:#4a5767;color:#fff}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-element:focus,.calculator-container .units-keypad-container .keypad-container .keypads .keypad-element:focus-visible{outline:none}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-blue-element{display:flex;justify-content:center;align-items:center;min-height:32px;cursor:pointer;font-size:16px;color:#29abe2;font-weight:700;border-radius:8px}[themed=glu-themed--light] .calculator-container .units-keypad-container .keypad-container .keypads .keypad-blue-element{background-color:#f2f5f8}[themed=glu-themed--dark] .calculator-container .units-keypad-container .keypad-container .keypads .keypad-blue-element{background-color:#4a5767}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-blue-element:focus,.calculator-container .units-keypad-container .keypad-container .keypads .keypad-blue-element:focus-visible{outline:none}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-red-element{display:flex;justify-content:center;align-items:center;min-height:32px;cursor:pointer;font-size:16px;color:#ea7470;font-weight:700;border-radius:8px}[themed=glu-themed--light] .calculator-container .units-keypad-container .keypad-container .keypads .keypad-red-element{background-color:#f2f5f8}[themed=glu-themed--dark] .calculator-container .units-keypad-container .keypad-container .keypads .keypad-red-element{background-color:#4a5767}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-red-element:focus,.calculator-container .units-keypad-container .keypad-container .keypads .keypad-red-element:focus-visible{outline:none}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-element-equal{display:flex;justify-content:center;align-items:center;min-height:32px;cursor:pointer;font-size:16px;font-weight:700;border-radius:8px;background-color:#29abe2;color:#fff}.calculator-container .units-keypad-container .keypad-container .keypads .keypad-element-equal:focus,.calculator-container .units-keypad-container .keypad-container .keypads .keypad-element-equal:focus-visible{outline:none}[themed=glu-themed--light] .calculator-container .units-keypad-container .keypad-container .keypad-blue-element:disabled,[themed=glu-themed--light] .calculator-container .units-keypad-container .keypad-container .keypad-element:disabled,[themed=glu-themed--light] .calculator-container .units-keypad-container .keypad-container .letter-container .letter-element:disabled{background-color:#fff;border:1px solid #ebf1f5;color:#8a9aa8}[themed=glu-themed--dark] .calculator-container .units-keypad-container .keypad-container .keypad-blue-element:disabled,[themed=glu-themed--dark] .calculator-container .units-keypad-container .keypad-container .keypad-element:disabled,[themed=glu-themed--dark] .calculator-container .units-keypad-container .keypad-container .letter-container .letter-element:disabled{background-color:#3e4a55;border:1px solid #4a5767;color:#4a5767}.date-interval-select{display:flex;flex-direction:row}.date-interval-select .date-interval-select_item{display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;background-color:#fff;font-family:"Oxygen",Arial,Helvetica,sans-serif;font-size:1.6rem;font-weight:700;cursor:pointer;border:1px solid}[themed=glu-themed--light] .date-interval-select .date-interval-select_item{color:#718490;background-color:#fff;border-color:#e9eef3}[themed=glu-themed--dark] .date-interval-select .date-interval-select_item{color:#718490;background-color:#4a5767;border-color:#ccc}.date-interval-select .date-interval-select_item--active{color:#fff!important}[themed=glu-themed--dark] .date-interval-select .date-interval-select_item--active,[themed=glu-themed--light] .date-interval-select .date-interval-select_item--active{background-color:#29abe2}.date-interval-select .date-interval-select_item--first{border-radius:8px 0 0 8px}.date-interval-select .date-interval-select_item--last{border-radius:0 8px 8px 0}.activity-count .activity-count__separator{padding:1px 2rem;border:solid transparent;border-width:1px 0 0}[themed=glu-themed--light] .activity-count .activity-count__separator{border-color:#e9eef3}[themed=glu-themed--dark] .activity-count .activity-count__separator{border-color:rgba(113,132,144,.3)}.activity-count .activity-count__separator.activity-count--inner{border:none}.activity-count .activity-count__separator.activity-count--inner:before{content:"";display:block;height:1px;margin-top:1px;border:solid transparent;border-width:1px 0 0}[themed=glu-themed--light] .activity-count .activity-count__separator.activity-count--inner:before{border-color:#e9eef3}[themed=glu-themed--dark] .activity-count .activity-count__separator.activity-count--inner:before{border-color:rgba(113,132,144,.3)}.activity-count .activity-count__content{display:flex;flex-direction:column}.activity-count .activity-count__content .activity-count__date-interval{display:flex}.activity-count .activity-count__content .activity-count__date-interval,.activity-count .activity-count__content .activity-count__stats{border-radius:8px;padding:8px}[themed=glu-themed--light] .activity-count .activity-count__content .activity-count__date-interval,[themed=glu-themed--light] .activity-count .activity-count__content .activity-count__stats{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .activity-count .activity-count__content .activity-count__date-interval,[themed=glu-themed--dark] .activity-count .activity-count__content .activity-count__stats{background-color:#4a5767;color:#fff}.activity-count .activity-count__content .activity-count__stats--inner{display:flex;flex-direction:column;height:100%}.activity-count .activity-count__content .activity-count__date-interval{min-width:-moz-fit-content;min-width:fit-content;flex-direction:row;align-items:center;padding:8px;margin:1.6rem 1.6rem 4px}.activity-count .activity-count__content .activity-count__date-interval .activity-count__date-interval-label{display:flex;flex:1 1;font-size:1.4rem}[themed=glu-themed--light] .activity-count .activity-count__content .activity-count__date-interval .activity-count__date-interval-label{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .activity-count .activity-count__content .activity-count__date-interval .activity-count__date-interval-label{background-color:#4a5767;color:#fff}.activity-count .activity-count__content .activity-count__no-data-msg{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.activity-count .activity-count__content .activity-count__no-data-msg span{padding-bottom:1rem}[themed=glu-themed--light] .activity-count .activity-count__content .activity-count__no-data-msg{color:#718490}[themed=glu-themed--dark] .activity-count .activity-count__content .activity-count__no-data-msg{color:#ccc}.activity-count .activity-count__content .activity-count__stats{margin:4px 1.6rem 1.6rem;min-width:-moz-fit-content;min-width:fit-content;height:100%}.activity-count .activity-count__content .activity-count__stats .activity-count__chart--wrapper{display:flex;flex:1 1;width:80%;height:100%}.activity-count .activity-count__content .activity-count__stats .activity-count__chart--wrapper .glu-chart{height:65%;margin:auto 7%;width:65%}.activity-count .activity-count__content .activity-count__stats .activity-count__chart--wrapper .glu-chart:hover{cursor:pointer}.activity-count__calendar .rdrCalendarWrapper{width:100%;padding:0 2.4rem}[themed=glu-themed--light] .activity-count__calendar .rdrCalendarWrapper{background-color:#fff}[themed=glu-themed--dark] .activity-count__calendar .rdrCalendarWrapper{background-color:#4a5767}.activity-count__calendar .rdrCalendarWrapper .rdrMonth{width:100%;padding:0}.activity-count__calendar .rdrCalendarWrapper .rdrMonthsVertical{min-height:25rem}.activity-count__calendar .rdrMonth .rdrDays .rdrDayDisabled{background-color:transparent}[themed=glu-themed--dark] .activity-count__calendar .rdrDayNumber span{color:#fff}[themed=glu-themed--dark] .activity-count__calendar .rdrDayPassive .rdrDayNumber span{color:#6f787d}[themed=glu-themed--dark] .activity-count__calendar .rdrMonthAndYearPickers select{color:#fff;filter:brightness(100)}[themed=glu-themed--dark] .activity-count__calendar .rdrMonthAndYearPickers select option{background:#4a5767}.glu-message-container{display:flex;justify-content:center;margin-top:.5rem}.glu-message-container-body{display:flex;width:100%;padding:7px 14px;width:90%;height:62px;justify-content:center;align-items:center}[themed=glu-themed--light] .glu-message-container-body{color:#333d44}[themed=glu-themed--dark] .glu-message-container-body{color:#fff}.glu-message-container-body__content{margin-left:1rem;flex-grow:1;overflow:hidden;word-break:break-word;display:flex;justify-content:center;align-items:center;height:100%}.glu-message-container-body__icon{width:22px;height:19px}.glu-message-container--state-warning{background-color:rgba(244,166,57,.2);border:1px solid #f4a83b}.activity-count__changes--wrapper{display:flex;flex-direction:row;width:100%;justify-content:space-between}.activity-count__changes--wrapper .activity-count_count{font-size:1.6rem;font-family:"Oxygen",Arial,Helvetica,sans-serif;color:#333d44;line-height:3.6rem}.activity-count__changes--wrapper .activity-count_count span{font-weight:700}[themed=glu-themed--light] .activity-count__changes--wrapper .activity-count_count{color:#333d44}[themed=glu-themed--dark] .activity-count__changes--wrapper .activity-count_count{color:#fff}.activity-count__changes--wrapper .activity-count_counter-switch--wrapper{display:flex;align-items:center}.activity-count__changes--wrapper .activity-count_counter-switch--wrapper .chevrons--wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:8px}.activity-count__changes--wrapper .activity-count_counter-switch--wrapper .chevrons--wrapper .chevron-up{transform:rotate(180deg);cursor:pointer;font-size:1.6rem}.activity-count__changes--wrapper .activity-count_counter-switch--wrapper .chevrons--wrapper .chevron-down{cursor:pointer;font-size:1.6rem}.activity-count__changes--wrapper .activity-count_counter-switch--wrapper .selected-counter_text{font-size:1.6rem;font-weight:700}.float-label{display:flex;flex-direction:column;position:relative}.float-label .custom-input{width:100%;height:48px;padding:8px 16px 0 8px;outline:none;border:1px solid #bfccd6;border-radius:9px;font-family:Arial,Helvetica,sans-serif;font-size:16px}[themed=glu-themed--light] .float-label .custom-input{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .float-label .custom-input{background-color:#4a5767;color:#fff}.float-label .custom-input_label{font-size:14px;color:#999;pointer-events:none;position:absolute;padding:0 12px;transform:translateY(16px) scale(1);transform-origin:top left;transition:all .2s ease-out}[themed=glu-themed--light] .float-label .custom-input_label{color:#333d44}[themed=glu-themed--dark] .float-label .custom-input_label{color:#fff}.float-label:focus-within .custom-input_label{transform:translateY(4px) scale(.75)}.float-label .custom-input--active{font-size:14px;pointer-events:none;position:absolute;padding:0 12px;transform:translateY(4px) scale(.75);transform-origin:top left;transition:all .2s ease-out}[themed=glu-themed--light] .float-label .custom-input--active{color:#333d44}[themed=glu-themed--dark] .float-label .custom-input--active{color:#fff}.ipCalculatorContainer{grid-template-columns:repeat(2,1fr)}.ipCalculatorContainer,.ipCalculatorContainerSmall{display:grid;grid-column-gap:16px;grid-row-gap:16px;margin-top:8px}.ipCalculatorContainerSmall{grid-template-columns:1,1fr}.config-preview-container{display:flex;flex:1 1;overflow:auto;position:relative;border-radius:8px;margin-top:16px;padding:8px 4px 8px 8px}[themed=glu-themed--light] .config-preview-container{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .config-preview-container{background-color:#4a5767;color:#fff}.config-preview-container .action-buttons-container,.config-preview-container .action-buttons-container .copy-icon,.config-preview-container .action-buttons-container .unfold-icon{display:none}.config-preview-container:hover .action-buttons-container{display:flex;position:absolute;right:8px;margin-right:16px}.config-preview-container:hover .action-buttons-container .copy-icon{display:block;margin-right:8px;cursor:pointer}.config-preview-container:hover .action-buttons-container .unfold-icon{display:block;cursor:pointer}.config-preview-container-expended{display:flex;width:100%;height:305px;border-radius:8px;margin-top:8px;padding:8px 4px 8px 8px;overflow-y:scroll;position:relative}[themed=glu-themed--light] .config-preview-container-expended{background-color:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .config-preview-container-expended{background-color:#4a5767;color:#fff}.config-preview-container-expended .action-buttons-container,.config-preview-container-expended .action-buttons-container .copy-icon,.config-preview-container-expended .action-buttons-container .unfold-icon{display:none}.config-preview-container-expended:hover .action-buttons-container{display:flex;position:absolute;right:8px}.config-preview-container-expended:hover .action-buttons-container .copy-icon{display:block;margin-right:8px;cursor:pointer}.config-preview-container-expended:hover .action-buttons-container .unfold-icon{display:block;cursor:pointer}.ip-calculator-result{flex:1 1;overflow-y:scroll}.ip-calculator-result-item{margin-bottom:30px;-webkit-user-select:text;user-select:text}[themed=glu-themed--light] .ip-calculator-result-item{color:#333d44}[themed=glu-themed--dark] .ip-calculator-result-item{color:#fff}.ip-subnet-parent-container{padding-bottom:2rem!important}.roi-configuration-form .glu-task-config-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef}.roi-configuration-form .glu-task-config-list{background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;overflow:hidden}.roi-configuration-form .glu-task-config-item{padding:16px;border-bottom:1px solid #e9ecef;background:#fff}.roi-configuration-form .glu-task-config-item:hover{background:#f8f9fa}.roi-configuration-form .task-checkbox{margin-right:16px}.roi-configuration-form .task-checkbox input[type=checkbox]{width:16px;height:16px;margin:0}.roi-configuration-form .task-name{flex:1 1;font-size:14px;color:#333;font-weight:500;margin-right:16px}.roi-configuration-form .task-input-group{display:flex;align-items:center;grid-gap:8px;gap:8px}.roi-configuration-form .task-input-group input{width:80px;padding:8px 12px;font-size:14px;border:1px solid #ddd;border-radius:4px;text-align:center}.roi-configuration-form .task-input-group input:focus{border-color:#29abe2;box-shadow:0 0 0 2px rgba(0,123,255,.1);outline:none}.roi-configuration-form .task-input-group .unit-label{font-size:14px;color:#666;font-weight:500}.roi-configuration-form .glu-modal__header{padding:20px 24px 16px!important;border-bottom:1px solid #e0e0e0!important}.roi-configuration-form .glu-modal__header .glu-modal__title{font-size:18px!important;font-weight:600!important;color:#333!important;margin:0!important}.roi-configuration-form .glu-modal__body{padding:0!important;overflow:hidden!important;max-height:calc(90vh - 140px)!important}.roi-configuration-form .glu-task-config-item{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #f5f5f5}.roi-configuration-form .glu-task-config-item:last-child{border-bottom:none}.roi-configuration-form .glu-task-config-item .task-checkbox{width:30px;flex-shrink:0}.roi-configuration-form .glu-task-config-item .task-name{flex:1 1;font-size:13px;color:#333;font-weight:500;padding-right:12px}.roi-configuration-form .glu-task-config-item .task-input{width:80px;flex-shrink:0;margin-right:8px}.roi-configuration-form .glu-task-config-item .task-input input{width:100%;padding:4px 8px;font-size:13px;border:1px solid #e0e0e0;border-radius:3px}.roi-configuration-form .glu-task-config-item .task-unit{width:40px;flex-shrink:0;font-size:12px;color:#666}.roi-configuration-form .glu-task-config-row{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #f5f5f5}.roi-configuration-form .glu-task-config-row.glu-task-config-row-odd{background-color:#f6f8fa}.roi-configuration-form .glu-task-config-row:last-child{border-bottom:none}.roi-configuration-form .glu-task-name{font-size:14px;color:#333;font-weight:500;margin:0;padding:8px 0}.roi-configuration-form .glu-input-unit{font-size:14px;color:#666;padding:8px 12px;background:#f8f9fa;border:1px solid #e0e0e0;border-left:none;border-radius:0 4px 4px 0}.roi-configuration-form .glu-input-group{display:flex;align-items:stretch}.roi-configuration-form .glu-input-group .glu-form-control{border-radius:4px 0 0 4px;border-right:none}.roi-configuration-form .glu-form-control.roi-activities-number-input{width:7rem}.roi-configuration-form .glu-form-control--disabled{background-color:#f8f9fa;color:#6c757d;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px}.roi-configuration-form .roi-tabs__nav{display:flex;border-bottom:1px solid #e0e0e0;margin-bottom:0;background:#fff;padding:0 20px}.roi-configuration-form .roi-tabs__nav-item{padding:16px 24px;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#666;border:none;border-bottom:3px solid transparent;transition:all .2s ease;position:relative;margin-bottom:-1px}.roi-configuration-form .roi-tabs__nav-item:hover{color:#29abe2}.roi-configuration-form .roi-tabs__nav-item--active{color:#29abe2;border-bottom-color:#29abe2;font-weight:600}.roi-configuration-form .roi-tabs__content{background:#fff;min-height:400px;max-height:calc(80vh - 160px);overflow-y:auto;padding:24px}.roi-configuration-form .roi-tabs__content .glu-radio:checked{appearance:none;border-radius:50%;border:1px solid #29abe2;position:relative}.roi-configuration-form .roi-tabs__content .glu-radio:checked:before{width:10px;height:10px;background-color:#29abe2;position:absolute;content:"";border-radius:50%;margin-left:2px;margin-top:2px}.roi-configuration-form .roi-tabs__content .glu-radio-text{font-size:1.5rem;vertical-align:top;margin-left:1rem}.roi-configuration-form .roi-tabs__content .glu-radio-description{display:flex;align-items:center;font-size:1rem;margin-left:2.6rem}.roi-configuration-form .roi-tabs__content .glu-radio-description>i{font-size:1rem;margin-right:.4rem}.roi-configuration-form .roi-tabs__content .glu-checkbox,.roi-configuration-form .roi-tabs__content .glu-label{font-size:1.6rem;font-weight:700;color:#192026}.roi-configuration-form .roi-tabs__content .glu-checkbox__time-per-task,.roi-configuration-form .roi-tabs__content .glu-label__time-per-task{font-weight:300}.roi-configuration-form .roi-tabs__content .glu-checkbox-main,.roi-configuration-form .roi-tabs__content .glu-label-main{font-size:1.7rem}.roi-configuration-form .roi-tabs__content .glu-checkbox.glu-checkbox--checked:after{background-color:#29abe2}.roi-configuration-form .roi-tabs__content .glu-content__section{padding:0 1rem}.roi-configuration-form .roi-tabs__content .glu-content__section .glu-input-numeric{border:1px solid #e9eef3;height:4rem;width:100%;border-radius:8px;padding:1rem}.roi-configuration-form .roi-tabs__content .glu-content__section .glu-input-numeric:hover{border-color:rgba(60,200,209,.5)}.roi-configuration-form .roi-tabs__content .glu-content__section .glu-input-numeric:active,.roi-configuration-form .roi-tabs__content .glu-content__section .glu-input-numeric:focus-visible{border-color:#29abe2;outline:none}.roi-configuration-form .roi-tabs__content .glu-content__section .glu-input-numeric.roi-activities-number-input{height:3rem;margin-top:0}.roi-configuration-form .glu-section{margin-bottom:32px}.roi-configuration-form .glu-section-title{font-size:16px;font-weight:600;color:#333;margin:0 0 16px;padding-bottom:0;border-bottom:none}.roi-configuration-form .glu-radio-group{display:flex;flex-direction:column;grid-gap:12px;gap:12px;background:#f8f9fa;padding:16px;border-radius:8px;border:1px solid #e9ecef;margin-top:.5rem}.roi-configuration-form .glu-radio-group .glu-radio-item--disabled{opacity:.5}.roi-configuration-form .glu-radio-wrapper{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:8px 0}.roi-configuration-form .glu-radio{margin:2px 0 0;width:16px;height:16px}.roi-configuration-form .react-select__menu{z-index:10}.roi-configuration-form .glu-radio-label:not(.glu-radio-label-with-description){margin:0 0 0 1rem;font-size:1.5rem;color:#333;cursor:pointer;line-height:1.4;flex:1 1;vertical-align:bottom}.roi-configuration-form .glu-radio-label:not(.glu-radio-label-with-description) .radio-description{font-size:12px;color:#666;margin-top:4px;display:block}.roi-configuration-form .glu-checkbox-wrapper{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef;margin-bottom:8px}.roi-configuration-form .glu-checkbox{margin:0;width:auto;height:16px}.roi-configuration-form .glu-checkbox-label{margin:0;font-size:14px;color:#333;cursor:pointer;flex:1 1}.top-automated-tasks-view{width:100%;flex:1 1}.top-automated-tasks-view__tasks{display:flex;flex-direction:column;grid-gap:12px;gap:12px;background-color:#f8f9fa;padding:1rem;border-radius:1rem}.top-automated-tasks-view__task-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-radius:1rem;border:1px solid #e9ecef;transition:all .2s}.top-automated-tasks-view__task-item:hover{background:#f1f3f4;border-color:#dee2e6}.top-automated-tasks-view__task-hours,.top-automated-tasks-view__task-name{font-size:14px;font-weight:700;color:#192026}.top-automated-tasks-view__empty{text-align:center;padding:40px 20px;color:#666}.top-automated-tasks-view__empty p{margin:8px 0;font-size:14px}.top-automated-tasks-view__empty p:first-child{font-weight:500;color:#333}@media(max-width:768px){.top-automated-tasks-view__task-item{padding:12px 16px}.top-automated-tasks-view__task-hours,.top-automated-tasks-view__task-name{font-size:14px}}.date-range-selector{position:relative}.date-range-selector__buttons{display:flex;grid-gap:4px;gap:4px;align-items:center;flex-wrap:wrap}.date-range-selector__button{min-width:40px;height:32px;padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.date-range-selector__button:hover{border-color:#29abe2;color:#29abe2;background:#f8f9fa}.date-range-selector__button--active{background:#29abe2;color:#fff;border-color:#29abe2}.date-range-selector__button--active:hover{background:#1e92c2;border-color:#1e92c2}.date-range-selector__button--custom{min-width:32px;padding:6px 8px}.date-range-selector__button--custom .g-icon{font-size:16px}.date-range-selector__custom{position:absolute;top:100%;left:0;right:0;background:#423131;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:16px;z-index:1000;margin-top:4px;width:100%;max-width:500px}.date-range-selector__calendar-container{margin-bottom:16px}.date-range-selector__calendar-container,.date-range-selector__calendar-container .rdrDateRangeWrapper{width:100%;display:flex;justify-content:center}.date-range-selector__calendar-container .rdrDateRangeWrapper .rdrDateDisplayWrapper,.date-range-selector__calendar-container .rdrDateRangeWrapper .rdrDefinedRangesWrapper{display:none}.date-range-selector__calendar-container .rdrCalendarWrapper{background:transparent;border:none;box-shadow:none;width:100%;display:flex;justify-content:center}.date-range-selector__calendar-container .rdrMonth{width:100%;max-width:400px;margin:0 auto}.date-range-selector__calendar-container .rdrMonth .rdrMonthAndYearWrapper{padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.date-range-selector__calendar-container .rdrMonth .rdrMonthAndYearWrapper .rdrMonthAndYearPickers .rdrMonthPicker,.date-range-selector__calendar-container .rdrMonth .rdrMonthAndYearWrapper .rdrMonthAndYearPickers .rdrYearPicker{background:transparent;border:none;font-size:16px;font-weight:500;color:#333}.date-range-selector__calendar-container .rdrMonth .rdrMonthAndYearWrapper .rdrNextPrevButton{background:transparent;border:none;color:#666}.date-range-selector__calendar-container .rdrMonth .rdrMonthAndYearWrapper .rdrNextPrevButton:hover{background:#f5f5f5}.date-range-selector__calendar-container .rdrMonth .rdrWeekDays{display:flex;width:100%}.date-range-selector__calendar-container .rdrMonth .rdrWeekDays .rdrWeekDay{font-size:12px;color:#999;font-weight:500;flex:1 1;text-align:center;padding:8px 0}.date-range-selector__calendar-container .rdrMonth .rdrDays{display:flex;flex-wrap:wrap;width:100%}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay{height:40px;line-height:40px;flex:1 0 14.28%;display:flex;justify-content:center;align-items:center;position:relative}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay .rdrDayNumber{font-size:14px;color:#333;width:32px;height:32px;text-align:center;border-radius:50%;display:flex;align-items:end;justify-content:center;position:relative;z-index:1}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay:hover:not(.rdrDayInRange):not(.rdrDayStartOfRange):not(.rdrDayEndOfRange) .rdrDayNumber{background:rgba(41,171,226,.1);width:32px;height:32px;border-radius:50%}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayToday .rdrDayNumber:after{background:#29abe2;width:6px;height:6px;border-radius:50%;position:absolute;bottom:4px;left:50%;transform:translateX(-50%)}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayInRange{background:#29abe2!important}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayInRange .rdrDayNumber{color:#fff!important;background:#29abe2!important;width:32px;height:32px;border-radius:50%}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayEndOfRange,.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayStartOfRange{background:#29abe2!important}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayEndOfRange .rdrDayNumber,.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayStartOfRange .rdrDayNumber{color:#fff!important;background:#29abe2!important;width:32px;height:32px;border-radius:50%}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayInPreview{background:rgba(41,171,226,.2)!important}.date-range-selector__calendar-container .rdrMonth .rdrDays .rdrDay.rdrDayInPreview .rdrDayNumber{color:#333!important;background:transparent!important}.date-range-selector__custom-inputs{display:flex;grid-gap:16px;gap:16px;margin-bottom:16px;align-items:end}@media(max-width:480px){.date-range-selector__custom-inputs{flex-direction:column;grid-gap:12px;gap:12px}}.date-range-selector__input-group{display:flex;flex-direction:column;grid-gap:4px;gap:4px;flex:1 1}.date-range-selector__input-group label{font-size:12px;color:#666;font-weight:500}.date-range-selector__input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;width:100%;box-sizing:border-box}.date-range-selector__input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.date-range-selector__custom-actions{display:flex;justify-content:flex-end;grid-gap:8px;gap:8px}.date-range-selector__custom-actions .glu-btn{padding:8px 16px;font-size:14px;min-width:auto;height:auto}.roi-widget .date-range-selector{background:#f8f9fa;padding:1rem;border-radius:1rem;border:1px solid #e9ecef}.roi-widget .date-range-selector__display{margin-bottom:1rem;padding:0}.roi-widget .date-range-selector__label{color:#495057;font-size:12px;font-weight:400}.roi-widget .date-range-selector__buttons{justify-content:stretch;grid-gap:0;gap:0;border-radius:4px;overflow:hidden;border:1px solid #dee2e6;height:32px}.roi-widget .date-range-selector__button{height:100%;font-size:12px;min-width:0;flex:1 1;padding:0;border-radius:0;border:none;border-right:1px solid #dee2e6;background:#fff;color:#666;font-weight:500}.roi-widget .date-range-selector__button:last-child{border-right:none}.roi-widget .date-range-selector__button:hover{background:#f8f9fa;border-color:#dee2e6}.roi-widget .date-range-selector__button--active{background:#29abe2;color:#fff;border-color:#29abe2}.roi-widget .date-range-selector__button--active:hover{background:#1e92c2}.roi-widget .date-range-selector__button--custom{min-width:0;width:32px;padding:0}.roi-widget .date-range-selector__button--custom .g-icon{font-size:12px}.custom-date-range-modal .rdrCalendarWrapper{background:transparent;border:none;box-shadow:none;width:100%;display:flex;justify-content:center;font-family:inherit}.custom-date-range-modal .rdrDateRangeWrapper{display:flex;justify-content:center}.custom-date-range-modal .rdrMonths{justify-content:center}.custom-date-range-modal .rdrMonths .rdrMonth{width:100%;max-width:400px;padding:0 20px}.custom-date-range-modal .rdrMonthAndYearWrapper{padding:20px 0;height:auto}.custom-date-range-modal .rdrMonthAndYearPickers{font-size:16px;font-weight:500}.custom-date-range-modal .rdrWeekDays{padding:0;margin-bottom:10px}.custom-date-range-modal .rdrWeekDay{font-size:14px;font-weight:500;color:#666;line-height:40px;height:40px}.custom-date-range-modal .rdrDays{padding:0}.custom-date-range-modal .rdrDay{height:40px;line-height:40px}.custom-date-range-modal .rdrDay .rdrDayNumber{font-size:14px;font-weight:400;height:30px;line-height:40px;width:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-date-range-modal .rdrDay.rdrDayToday .rdrDayNumber:after{background:#29abe2}.custom-date-range-modal .rdrDay.rdrDayEndOfRange .rdrDayNumber,.custom-date-range-modal .rdrDay.rdrDayInRange .rdrDayNumber,.custom-date-range-modal .rdrDay.rdrDayStartOfRange .rdrDayNumber{background:#29abe2;color:#fff}.custom-date-range-modal .rdrDay.rdrDayEndOfRange .rdrDayNumber,.custom-date-range-modal .rdrDay.rdrDayStartOfRange .rdrDayNumber{border-radius:50%}.custom-date-range-modal .rdrDay.rdrDayInRange .rdrDayNumber{border-radius:0}.custom-date-range-modal .rdrDay:hover .rdrDayNumber{background:#e3f2fd;color:#29abe2;border-radius:25%;width:50px}.custom-date-range-modal .rdrDay:hover .rdrDayNumber>span{color:#1d2429}.custom-date-range-modal .rdrDay:hover .rdrDayStartPreview{border-radius:25%}.custom-date-range-modal .rdrDateDisplayWrapper,.custom-date-range-modal .rdrDefinedRangesWrapper{display:none}.custom-date-range-modal .rdrNextPrevButton{background:transparent;border:none;color:#666;font-size:18px}.custom-date-range-modal .rdrNextPrevButton:hover{background:#f5f5f5;color:#29abe2}.roi-widget .glu-content__separator.glu-content__separator--inner:before{border:none}.roi-widget .downloading{opacity:.6;pointer-events:none;cursor:not-allowed}.roi-widget .downloading .g-icon-spinner{animation:spin 1s linear infinite}.roi-widget .downloading .g-icon{visibility:visible!important;display:inline-block!important}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.roi-widget .glu-content__header{border-bottom:1px solid #e9eef3;padding:1rem 0;margin:0 2rem}.roi-widget__body{padding:16px;overflow:hidden}.roi-widget__body,.roi-widget__content{flex:1 1;display:flex;flex-direction:column}.roi-widget__content{justify-content:center;align-items:center}.roi-widget__placeholder{text-align:center;padding:20px}.roi-widget__placeholder h3{margin:0 0 8px;color:#333;font-size:18px;font-weight:600}.roi-widget__placeholder p{margin:0 0 16px;color:#666;font-size:14px}.roi-widget__metrics{display:flex;flex-direction:column;align-items:start;justify-content:flex-start;text-align:left;flex:1 1;padding:1rem;background-color:#f8f9fa;border-radius:8px;height:100%}.roi-widget__metric{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;overflow:hidden;height:100%}.roi-widget__metric--primary .roi-widget__metric-label{font-size:14px;color:#666;font-weight:400;line-height:1.4;max-width:95%;margin-bottom:8px;order:1;align-self:flex-start;margin-left:1rem;text-align:left}.roi-widget__metric--primary .roi-widget__metric-container{order:2;flex-grow:1;display:flex;justify-content:center;flex-direction:column;align-items:center;padding-bottom:1rem}.roi-widget__metric--primary .roi-widget__metric-value{font-size:48px;font-weight:700;color:#333;line-height:1.1;order:2;margin-bottom:8px}.roi-widget__metric--primary .roi-widget__comparison{order:3}.roi-widget__metric--primary .roi-widget__comparison-icon[title="Hide comparison chart"]:before{content:"";color:#29abe2}.roi-widget__metric-label{font-weight:400;color:#666;font-size:14px;margin-bottom:16px;order:1;display:flex;align-items:center;justify-content:space-between;width:100%}.roi-widget__metric-text{flex:1 1;line-height:1.4}.roi-widget__metric-value{font-weight:700;color:#333;font-size:48px;line-height:1.1;order:2}.roi-widget__icon--enabled{color:#5d6f80}.roi-widget__icon--disabled{color:#d9e1e8}.roi-widget__comparison-icon{font-size:20px;cursor:pointer;margin-left:12px;flex-shrink:0;transition:all .2s ease}.roi-widget__comparison-icon:hover{color:#29abe2!important;transform:scale(1.1)}.roi-widget__comparison{font-size:12px;font-weight:500;margin-top:8px;display:flex;align-items:center;justify-content:center}.roi-widget__comparison--positive{color:#28a745}.roi-widget__comparison--negative{color:#dc3545}.roi-widget__comparison-percentage{display:flex;align-items:center;justify-content:center;grid-gap:1rem;gap:1rem;margin:0 0 1rem;order:2}.roi-widget__percentage-arrow{font-size:20px;font-weight:700}.roi-widget__percentage-arrow.positive{color:#4caf50}.roi-widget__percentage-arrow.negative{color:#f44336}.roi-widget__percentage-value{font-size:28px;font-weight:700}.roi-widget__percentage-value.positive{color:#4caf50}.roi-widget__percentage-value.negative{color:#f44336}.roi-widget__comparison-bars{display:flex;flex-direction:column;grid-gap:12px;gap:12px;order:3;width:100%;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin-top:4px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.roi-widget__bar-item{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.roi-widget__bar-label{display:flex;align-items:center;justify-content:left;font-size:14px;color:#666}.roi-widget__bar-label span{font-weight:400}.roi-widget__bar-label strong{font-weight:600;color:#333}.roi-widget__bar-container{width:100%;height:8px;border-radius:4px;overflow:hidden;position:relative}.roi-widget__bar-container--current{background-color:rgba(76,175,80,.2)}.roi-widget__bar-container--previous{background-color:rgba(255,152,0,.2)}.roi-widget__bar{height:100%;border-radius:4px;transition:width .6s ease-in-out}.roi-widget__bar--current{background:linear-gradient(90deg,#4caf50,#66bb6a);box-shadow:0 2px 4px rgba(76,175,80,.3)}.roi-widget__bar--previous{background:linear-gradient(90deg,#ff9800,#ffb74d);box-shadow:0 2px 4px rgba(255,152,0,.3)}.roi-widget__error{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#dc3545;padding:20px}.roi-widget__error p{margin:0 0 8px;font-size:14px}.roi-widget__error p:first-child{font-weight:600}.roi-widget__error__custom-actions{display:flex;justify-content:space-between;grid-gap:12px;gap:12px;margin-top:16px}.roi-widget__error__custom-actions .glu-btn{flex:1 1;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid;transition:all .2s ease}.roi-widget__error__custom-actions .glu-btn--secondary{background:#fff;color:#666;border-color:#ddd}.roi-widget__error__custom-actions .glu-btn--secondary:hover{background:#f5f5f5;border-color:#ccc}.roi-widget__error__custom-actions .glu-btn--primary{background:#29abe2;color:#fff;border-color:#29abe2}.roi-widget__error__custom-actions .glu-btn--primary:hover{background:#2196d4;border-color:#2196d4}.roi-widget__error__custom-actions .glu-btn--primary:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed}.roi-widget__chart-wrapper{width:100%;max-width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.roi-widget__chart{width:100%;max-width:100%;padding-bottom:1rem;overflow:hidden}.roi-widget__chart .echarts-for-react{width:100%!important;max-width:100%!important;overflow:hidden!important}.roi-widget__chart-empty{display:flex;align-items:center;justify-content:center;border-radius:8px;margin-top:16px}.roi-widget__empty-message{text-align:center;color:#666}.roi-widget__empty-message .g-icon{font-size:48px;color:#ccc;margin-bottom:12px;display:block}.roi-widget__empty-message p{margin:0;font-size:14px}.roi-widget__metric-label{font-size:13px}@media(max-width:768px){.roi-widget__body{padding:12px}.roi-widget__placeholder{padding:16px}.roi-widget__placeholder h3{font-size:16px}.roi-widget__placeholder p{font-size:13px}.roi-widget__metrics{padding:16px}.roi-widget__metric--primary .roi-widget__metric-value{font-size:36px}.roi-widget__metric--primary .roi-widget__metric-label{font-size:13px}.roi-widget__metric-value{font-size:36px}.roi-widget__metric-label{font-size:13px}}.roi-widget[style*="width: 200px"] .roi-widget__placeholder,.roi-widget[style*="width: 250px"] .roi-widget__placeholder{padding:12px}.roi-widget[style*="width: 200px"] .roi-widget__placeholder h3,.roi-widget[style*="width: 250px"] .roi-widget__placeholder h3{font-size:14px}.roi-widget[style*="width: 200px"] .roi-widget__placeholder p,.roi-widget[style*="width: 250px"] .roi-widget__placeholder p{font-size:12px}.roi-widget[style*="width: 200px"] .roi-widget__metrics,.roi-widget[style*="width: 250px"] .roi-widget__metrics{padding:12px}.roi-widget[style*="width: 200px"] .roi-widget__metric--primary .roi-widget__metric-value,.roi-widget[style*="width: 250px"] .roi-widget__metric--primary .roi-widget__metric-value{font-size:28px}.roi-widget[style*="width: 200px"] .roi-widget__metric--primary .roi-widget__metric-label,.roi-widget[style*="width: 250px"] .roi-widget__metric--primary .roi-widget__metric-label{font-size:12px}.roi-widget[style*="width: 200px"] .roi-widget__metric-value,.roi-widget[style*="width: 250px"] .roi-widget__metric-value{font-size:28px}.roi-widget[style*="width: 200px"] .roi-widget__metric-label,.roi-widget[style*="width: 250px"] .roi-widget__metric-label{font-size:12px}.roi-widget__loading{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;min-height:150px}.roi-widget__loading .glu-loader-container{margin-bottom:16px}.roi-widget__loading p{margin:0;color:#666;font-size:14px}.roi-widget .empty-widget-content,.roi-widget .loader-container{flex:1 1;display:flex;justify-content:center;align-items:center}.roi-widget .empty-widget-content{flex-direction:column;text-align:center;padding:20px}.roi-widget .empty-widget-content .empty-widget-content__icon{font-size:48px;color:#ccc;margin-bottom:16px}.roi-widget .empty-widget-content .empty-widget-content__message{color:#666;font-size:14px;margin-bottom:16px;line-height:1.4}.roi-widget .empty-widget-content .empty-widget-content__button{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.roi-widget .empty-widget-content .empty-widget-content__button:hover{background:#0056b3}.roi-filter-modal{padding:0 2rem}.roi-filter-modal__content{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;padding:1rem 0}.roi-filter-modal__field{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;position:relative;z-index:1}.roi-filter-modal__field .glu-select .react-select__menu{z-index:9999!important;position:absolute!important}.roi-filter-modal__field .glu-select .react-select__menu-portal{z-index:9999!important}.roi-filter-modal__label{font-weight:600;color:#2c3e50;font-size:.875rem;margin-bottom:.25rem}.roi-filter-modal__loading{padding:2rem;text-align:center;color:#6c757d;font-style:italic;border:1px solid #e9eef3;border-radius:4px;background:#f8f9fa}.roi-filter-modal .glu-modal__footer{display:flex;grid-gap:.75rem;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e9eef3}.roi-filter-modal .glu-modal__footer .glu-btn{min-width:80px;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.roi-filter-modal .glu-modal__footer .glu-btn--primary{background-color:#3498db;color:#fff;border:1px solid #3498db}.roi-filter-modal .glu-modal__footer .glu-btn--primary:hover{background-color:#2980b9;border-color:#2980b9}.roi-filter-modal .glu-modal__footer .glu-btn--secondary{background-color:#fff;color:#6c757d;border:1px solid #dee2e6}.roi-filter-modal .glu-modal__footer .glu-btn--secondary:hover{background-color:#f8f9fa;border-color:#adb5bd}@media(max-width:768px){.roi-filter-modal{width:95vw}.roi-filter-modal__content{grid-gap:1rem;gap:1rem}.roi-filter-modal__checkboxes{max-height:150px}}.dashboard-layout-switch>div{margin-left:1rem}.glu-accordion .g-icon{transition:transform .3s ease-in-out}.glu-accordion--opened .g-icon-chevron-down{transform:rotate(180deg)}.glu-accordion__header{display:flex;align-items:center;padding-bottom:1rem}.glu-accordion__header-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;margin:0 0 0 1.5rem;color:#333;font-size:1.6rem}[themed=glu-themed--light] .glu-accordion__header-title{color:#333d44}[themed=glu-themed--dark] .glu-accordion__header-title{color:#fff}.glu-dashboard-block{margin-bottom:8px;position:relative;padding-right:1rem}.dashboard-title-created{margin-left:10px!important;overflow:hidden}.glu-dashboard--highlighted{border:1px solid #29abe2!important}.dashboard-title{font-size:1.8rem;font-weight:700;line-height:2.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}[themed=glu-themed--light] .dashboard-title{color:#333d44}[themed=glu-themed--dark] .dashboard-title{color:#fff}.glu-header__padding{padding:0 1rem 0 1.5rem;display:flex;align-items:center;height:6rem;position:relative;border-bottom:1px solid transparent;font-weight:700}.dashboard-created-by{display:flex;align-items:center;font-size:1.4rem}.dashboard-created-by .glu-icon-button__icon{font-size:14px;justify-content:center}.dashboard-created-by .glu-icon-button__icon,.dashboard-created-in{display:flex;align-items:center;font-size:1.4rem}.dashboard-created-by,.dashboard-created-in,.dashboard-description,.widget-list{line-height:2.2rem}.dashboard-description,.dashboard-title,.widget-list{word-break:break-word}.dashboard-title-created{flex:1 1}.widget-list{margin-top:1rem;color:#718490}.dashboard-options{align-self:baseline}.dashboard-checkbox{margin-top:5px;align-self:baseline}.dashboard-created-by,.dashboard-created-in,.dashboard-description{color:#718490;font-weight:400}.tags-row-section{color:#718490}.tags-row .glu-pill{margin-right:1rem;margin-bottom:1rem}.glu-card__separator{margin:5px 0}.glu-content__section.dashboard-description{text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:0}.glu-widget-list.dashboard-description,.widget-list.dashboard-description{text-overflow:ellipsis;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:0}.glu-dashboard-block .glu-content__section.dashboard-description,.glu-dashboard-block .widget-list.dashboard-description{padding-bottom:4px}.glu-dashboard-library__empty{font-size:1.6rem;margin-left:1rem}[themed=glu-themed--light] .glu-dashboard-library__empty{color:#718490}[themed=glu-themed--dark] .glu-dashboard-library__empty{color:#ccc}.dashboard-library__items{flex-wrap:wrap}.glu-slider{position:relative;height:100%;width:100%;margin:0 auto;overflow:hidden;background-color:#3e4a55}.glu-slider .glu-slider-button-container{width:100%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:0}.glu-slider .glu-slider-button-container__button{position:relative;display:inline-block;min-width:8rem;height:3.5rem;text-transform:capitalize;text-align:center;font-size:1.4rem;font-weight:400;transition:all .3s;opacity:1;border-radius:8px;box-sizing:border-box;outline:none;padding:0 3rem;margin:1rem;cursor:pointer}.glu-slider .glu-slider-content{height:480px;display:flex}.glu-slider .glu-dot{padding:.5rem;margin-right:.5rem;cursor:pointer;border-radius:50%}.glu-slider .glu-dots{margin:2.5rem 0 2rem;width:100%;display:flex;align-items:center;justify-content:center}.glu-slider .glu-slide{width:100vw}.glu-slider .glu-slide img{height:100%}.glu-slider .glu-slide__text-content{color:#fff;text-align:center}.glu-slider .glu-slide__text-content h1{font-size:36px!important;line-height:36px!important;font-weight:400!important;color:#fff!important}.glu-slider .glu-slide__text-content p{font-size:18px!important;line-height:24px!important;width:60%;margin:30px auto 0}.glu-slider .g-icon-close{line-height:1;position:relative;right:-4px}[themed=glu-themed--dark] div.glu-slider-modal,[themed=glu-themed--light] div.glu-slider-modal{width:86rem;padding:1.2rem 2rem 2rem;background:#3e4a55;height:780px;justify-content:start}[themed=glu-themed--dark] div.glu-slider-modal-finish .glu-content__section,[themed=glu-themed--light] div.glu-slider-modal-finish .glu-content__section{padding:4rem 2rem}@media(max-width:1479px){[themed=glu-themed--dark] div.glu-slider-modal,[themed=glu-themed--light] div.glu-slider-modal{height:580px;width:66rem}[themed=glu-themed--dark] .glu-slider .glu-slider-content,[themed=glu-themed--light] .glu-slider .glu-slider-content{height:300px}[themed=glu-themed--dark] .glu-slider .glu-slide__text-content p,[themed=glu-themed--light] .glu-slider .glu-slide__text-content p{width:80%}[themed=glu-themed--dark] .glu-slider .glu-slide img,[themed=glu-themed--light] .glu-slider .glu-slide img{position:relative;left:6rem}}@media(max-width:1550px){[themed=glu-themed--dark] div.glu-slider-modal,[themed=glu-themed--light] div.glu-slider-modal{height:580px;width:66rem}[themed=glu-themed--dark] .glu-slider .glu-slider-content,[themed=glu-themed--light] .glu-slider .glu-slider-content{height:300px}[themed=glu-themed--dark] .glu-slider .glu-slide__text-content p,[themed=glu-themed--light] .glu-slider .glu-slide__text-content p{width:80%}[themed=glu-themed--dark] .glu-slider .glu-slide img,[themed=glu-themed--light] .glu-slider .glu-slide img{position:relative;left:6rem}}.import-window__container{width:47.5em;justify-content:start}.import-window__input-container{cursor:pointer;border-radius:.8rem;border:.1rem dashed #ccc;min-height:12rem;margin:0 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:16em;width:44em}.import-window__label{font-weight:700}[themed=glu-themed--light] .import-window__label{color:#333d44}[themed=glu-themed--dark] .import-window__label{color:#fff}.import-window__file-name{font-weight:400;width:5em;margin-top:.5rem;font-size:1.2rem}[themed=glu-themed--dark] .import-window__file-name{color:#fff}.import-window__json-image{margin-bottom:.5rem}[themed=glu-themed--light] .import-window__json-image{color:#333d44}[themed=glu-themed--dark] .import-window__json-image{color:#fff}.import-window__body{overflow:auto;max-height:26em}.import-window__input{opacity:0;position:absolute;z-index:-1}.import-window__input:focus{outline:none}.import-window__button{justify-content:center;margin-bottom:.5rem;color:#748594}.import-window__files-container{margin:2rem 2rem 1rem;display:flex;flex-wrap:wrap}.import-window__img-container{margin-right:2rem;margin-bottom:1rem;padding-top:1rem;padding-bottom:1rem}.import-window__img-wrap{position:relative}.import-window__img-wrap .close-button{position:absolute;cursor:pointer;z-index:100;top:-7px;right:5px;color:#718490}[themed=glu-themed--dark] .import-window__json-image{filter:invert(80%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(100%) contrast(100%)}[themed=glu-themed--light] .import-window__file-name{color:#333d44}.glu-dashboard-library__info{padding-top:10rem;height:100%}@media (max-width:992px){.glu-dashboard-library__info{padding-top:3rem}}.glu-dashboard-library__info-btn{justify-content:center;width:40rem;height:40rem;margin:4rem auto 0;align-items:center;align-content:center;border-radius:8px;position:relative;transition:.3s;cursor:pointer}.glu-dashboard-library__info-btn .g-icon{display:inline-block;padding-bottom:1rem}[themed=glu-themed--light] .glu-dashboard-library__info-btn{background-color:#fff;box-shadow:0 4px 15px #e5eaf3}[themed=glu-themed--dark] .glu-dashboard-library__info-btn{background-color:#333d44;box-shadow:0 4px 15px #333d44}.glu-dashboard-library__info-btn:before{content:"";position:absolute;top:5rem;bottom:5rem;left:5rem;right:5rem;border:1px dashed;border-radius:8px}[themed=glu-themed--light] .glu-dashboard-library__info-btn:before{border-color:#e9eef3}[themed=glu-themed--dark] .glu-dashboard-library__info-btn:before{border-color:rgba(113,132,144,.3)}.glu-dashboard-library__info-btn:hover{transform:translateY(-3px)}[themed=glu-themed--light] .glu-dashboard-library__info-btn:hover{box-shadow:0 1rem 2rem rgba(113,132,144,.4)}[themed=glu-themed--dark] .glu-dashboard-library__info-btn:hover{box-shadow:0 1rem 2rem #333}.glu-dashboard-library__info-btn:active{transform:translateY(-1px)}[themed=glu-themed--light] .glu-dashboard-library__info-btn:active{box-shadow:0 .5rem 1rem rgba(113,132,144,.4)}[themed=glu-themed--dark] .glu-dashboard-library__info-btn:active{box-shadow:0 .5rem 1rem rgba(51,51,51,.4)}[themed=glu-themed--light] .glu-dashboard-library__filters,[themed=glu-themed--light] .glu-dashboard-library__mobile-filters{background:#fff}[themed=glu-themed--dark] .glu-dashboard-library__filters,[themed=glu-themed--dark] .glu-dashboard-library__mobile-filters{background:#4a5767}.glu-dashboard-library__mobile-filters{position:absolute;top:0;bottom:0;width:100%;min-height:61rem;z-index:1}.glu-dashboard-library__mobile-filters .glu-dashboard-mobile-filters-section{height:calc(100% - 6rem)}.glu-dashboard-library__mobile-filters .glu-dashboard-mobile-filters-section form{height:100%;position:relative}.glu-dashboard-library__mobile-filters .glu-dashboard-mobile-filters-section form .filter-form-wrapper .filter-form{width:100%}.glu-dashboard-library__mobile-filters .glu-dashboard-mobile-filters-section form .filter-form-wrapper .filter-form .filter-form__item{width:100%;margin:1rem 0}.glu-dashboard-library__mobile-filters .glu-dashboard-mobile-filters-section form .filter-form-wrapper .glu-page__buttons{width:100%;position:absolute;bottom:0}.glu-dashboard-library__mobile-filters .glu-dashboard-mobile-filters-section form .filter-form-wrapper .glu-page__buttons .filter-form-buttons div{margin:1rem 0}.glu-dashboard-library__mobile-filters .glu-content__section--big{border-bottom:1px solid #e9eef3}.glu-dashboard-library__filter-icon{margin-left:2rem}.glu-dashboard-library__share-disclaimer{position:absolute;left:0;right:0;bottom:3rem;line-height:1.4}[themed=glu-themed--light] .glu-dashboard-library__share-disclaimer-text{color:#718490}[themed=glu-themed--dark] .glu-dashboard-library__share-disclaimer-text{color:#ccc}.glu-dashboard-library .glu-accordion{padding-bottom:3rem}.glu-dashboard-filters-section{padding:0 2rem 3rem}.glu-dashboard-reset-configuration{font-size:1.6rem;margin-bottom:4rem}[themed=glu-themed--dark] .g-icon.g-icon-chevron-down{color:#fff}.dashboard-library__items .glu-dashboard-block:hover,.dashboard-library__items .glu-dashboard-card:hover{border:1px solid #29abe2!important}.glu-dashboard-block,.glu-dashboard-card{background-color:#fff;border-radius:8px;border:1px solid;position:relative}[themed=glu-themed--light] .glu-dashboard-block,[themed=glu-themed--light] .glu-dashboard-card{border-color:#e5eaf3;background-color:#fff}[themed=glu-themed--dark] .glu-dashboard-block,[themed=glu-themed--dark] .glu-dashboard-card{border-color:#333d44;background-color:#3e4a55}.glu-dashboard-library .glu-dashboard-card .glu-content__header{align-items:flex-start;padding:1rem 1rem 0 2rem}.glu-dashboard-card__image{width:8rem;height:8rem;background-size:contain;background-position:50%;background-repeat:no-repeat;border-radius:100%}.glu-dashboard-card__text-editor .ck-editor__editable{min-height:30rem}.glu-radio__image-setting{margin-left:1rem}.glu-radio__permission-title{margin-left:1rem;font-size:1.4rem;font-weight:700}.glu-checkbox__permission{margin-left:2rem}.glu-checkbox__permission-info,.glu-radio__permission-info{font-size:1.2rem;font-weight:400;padding-top:.5rem;margin-left:1rem}.glu-not-found-page{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;font-weight:700;background-color:#fff}.glu-not-found-page-error-code{color:#000!important;letter-spacing:.3rem;margin:0;font-size:8rem!important;line-height:1!important}.glu-not-found-page-error-status{margin:1.6rem 0 0;font-size:2.4rem;line-height:1.33}.glu-not-found-page-secondary-text{color:#718490;font-weight:400;font-size:1.6rem;margin:.8rem 0 0;line-height:1.5}.glu-wrapper{position:relative;height:100%;width:100%}[themed=glu-themed--light] .glu-wrapper{background-color:#f2f5f8}[themed=glu-themed--light] #gluware-react-app ::-webkit-scrollbar-thumb{background:#b2b9c5}[themed=glu-themed--dark] .glu-wrapper{background-color:#4a5767}[themed=glu-themed--dark] #gluware-react-app ::-webkit-scrollbar-thumb{background:#718490}#gluware-react-app ::-webkit-scrollbar{width:10px;height:10px}#gluware-react-app ::-webkit-scrollbar-track{background:none}#gluware-react-app ::-webkit-scrollbar-thumb{border-radius:4px}#gluware-react-app ::-webkit-scrollbar-corner{background:none}#onboarding-tooltip-portal{position:relative;z-index:999}@font-face{font-family:"g-icons";src:url(/static/media/g-icons.b31b190c.eot);src:url(/static/media/g-icons.b31b190c.eot) format("embedded-opentype"),url(/static/media/g-icons.d910c9e3.ttf) format("truetype"),url(/static/media/g-icons.c2398364.woff) format("woff"),url(/static/media/g-icons.4aa37ad6.svg) format("svg");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Oxygen";src:url(/static/media/oxygen-light.aee76650.svg) format("svg"),url(/static/media/oxygen-light.56948d2a.ttf) format("truetype"),url(/static/media/oxygen-light.435cfa37.woff) format("woff");src:url(/static/media/oxygen-light.c4422e91.eot);src:url(/static/media/oxygen-light.c4422e91.eot) format("embedded-opentype"),url(/static/media/oxygen-light.c5851f37.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:"Oxygen";src:url(/static/media/oxygen-regular.8520ee05.svg) format("svg"),url(/static/media/oxygen-regular.98483e46.ttf) format("truetype"),url(/static/media/oxygen-regular.ab0fa5fc.woff) format("woff");src:url(/static/media/oxygen-regular.27c10fcd.eot);src:url(/static/media/oxygen-regular.27c10fcd.eot) format("embedded-opentype"),url(/static/media/oxygen-regular.d08c060c.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"Oxygen";src:url(/static/media/oxygen-bold.47a22a61.svg) format("svg"),url(/static/media/oxygen-bold.ce873782.ttf) format("truetype"),url(/static/media/oxygen-bold.f0feb985.woff) format("woff");src:url(/static/media/oxygen-bold.23828685.eot);src:url(/static/media/oxygen-bold.23828685.eot) format("embedded-opentype"),url(/static/media/oxygen-bold.beb475d8.woff2) format("woff2");font-weight:700;font-style:normal}.clearfix:after,.glu-row:after{content:"";display:table;clear:both}.glu-row{margin:0 -.5rem}.glu-row--margin-top{margin-top:.5rem}.glu-row--fluid{margin:-.5rem}.glu-flex{display:flex}.glu-flex-row{display:flex;margin:0 -.5rem}.glu-flex-col{margin:0}.glu-flex-col,.glu-flex-row--sm{display:flex;flex-direction:column}@media(min-width:600px){.glu-flex-row--sm{flex-direction:row}}.glu-flex-row--md{display:flex;flex-direction:column}@media(min-width:992px){.glu-flex-row--md{flex-direction:row}}.glu-flex-row--lg{display:flex;flex-direction:column}@media(min-width:1480px){.glu-flex-row--lg{flex-direction:row}}.glu-flex-col--sm{display:flex;flex-direction:row}@media(min-width:600px){.glu-flex-col--sm{flex-direction:column}}.glu-flex-col--md{display:flex;flex-direction:row}@media(min-width:992px){.glu-flex-col--md{flex-direction:column}}.glu-flex-col--lg{display:flex;flex-direction:row}@media(min-width:1480px){.glu-flex-col--lg{flex-direction:column}}.glu-flex-align-center{align-items:center}.glu-flex-align-center--sm{align-items:unset}@media(min-width:600px){.glu-flex-align-center--sm{align-items:center}}.glu-flex-align-center--md{align-items:unset}@media(min-width:992px){.glu-flex-align-center--md{align-items:center}}.glu-flex-align-center--lg{align-items:unset}@media(min-width:1480px){.glu-flex-align-center--lg{align-items:center}}.glu-flex-start{align-items:flex-start}.glu-flex-end{align-items:flex-end}.glu-flex-self-center{align-self:center}.glu-flex-self-start{align-self:flex-start}.glu-flex-self-end{align-self:flex-end}.glu-flex-justify-end{justify-content:flex-end}.glu-flex-justify-space-between{justify-content:space-between}.glu-flex-justify-center{justify-content:center}.glu-flex-grow{flex-grow:1;min-width:0}.glu-flex-row>.glu-flex-grow{padding-left:.5rem;padding-right:.5rem}.glu-flex-shrink{flex-shrink:1}.glu-flex-row>.glu-flex-shrink{padding-left:.5rem;padding-right:.5rem}.glu-flex-shrink--large-padding{flex-shrink:1}.glu-flex-row>.glu-flex-shrink--large-padding{padding-left:1.5rem;padding-right:1.5rem}.glu-col--fluid{position:relative;min-height:1px}.glu-row>.glu-col--fluid{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col--fluid{padding:.5rem}.glu-flex-row>.glu-col--fluid{padding-left:.5rem;padding-right:.5rem}.glu-col-1{position:relative;min-height:1px;width:4.1666666667%}.glu-row>.glu-col-1{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-1{padding:.5rem}.glu-flex-row>.glu-col-1{padding-left:.5rem;padding-right:.5rem}.glu-col-2{position:relative;min-height:1px;width:8.3333333333%}.glu-row>.glu-col-2{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-2{padding:.5rem}.glu-flex-row>.glu-col-2{padding-left:.5rem;padding-right:.5rem}.glu-col-3{position:relative;min-height:1px;width:12.5%}.glu-row>.glu-col-3{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-3{padding:.5rem}.glu-flex-row>.glu-col-3{padding-left:.5rem;padding-right:.5rem}.glu-col-4{position:relative;min-height:1px;width:16.6666666667%}.glu-row>.glu-col-4{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-4{padding:.5rem}.glu-flex-row>.glu-col-4{padding-left:.5rem;padding-right:.5rem}.glu-col-5{position:relative;min-height:1px;width:20.8333333333%}.glu-row>.glu-col-5{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-5{padding:.5rem}.glu-flex-row>.glu-col-5{padding-left:.5rem;padding-right:.5rem}.glu-col-6{position:relative;min-height:1px;width:25%}.glu-row>.glu-col-6{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-6{padding:.5rem}.glu-flex-row>.glu-col-6{padding-left:.5rem;padding-right:.5rem}.glu-col-7{position:relative;min-height:1px;width:29.1666666667%}.glu-row>.glu-col-7{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-7{padding:.5rem}.glu-flex-row>.glu-col-7{padding-left:.5rem;padding-right:.5rem}.glu-col-8{position:relative;min-height:1px;width:33.3333333333%}.glu-row>.glu-col-8{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-8{padding:.5rem}.glu-flex-row>.glu-col-8{padding-left:.5rem;padding-right:.5rem}.glu-col-9{position:relative;min-height:1px;width:37.5%}.glu-row>.glu-col-9{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-9{padding:.5rem}.glu-flex-row>.glu-col-9{padding-left:.5rem;padding-right:.5rem}.glu-col-10{position:relative;min-height:1px;width:41.6666666667%}.glu-row>.glu-col-10{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-10{padding:.5rem}.glu-flex-row>.glu-col-10{padding-left:.5rem;padding-right:.5rem}.glu-col-11{position:relative;min-height:1px;width:45.8333333333%}.glu-row>.glu-col-11{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-11{padding:.5rem}.glu-flex-row>.glu-col-11{padding-left:.5rem;padding-right:.5rem}.glu-col-12{position:relative;min-height:1px;width:50%}.glu-row>.glu-col-12{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-12{padding:.5rem}.glu-flex-row>.glu-col-12{padding-left:.5rem;padding-right:.5rem}.glu-col-13{position:relative;min-height:1px;width:54.1666666667%}.glu-row>.glu-col-13{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-13{padding:.5rem}.glu-flex-row>.glu-col-13{padding-left:.5rem;padding-right:.5rem}.glu-col-14{position:relative;min-height:1px;width:58.3333333333%}.glu-row>.glu-col-14{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-14{padding:.5rem}.glu-flex-row>.glu-col-14{padding-left:.5rem;padding-right:.5rem}.glu-col-15{position:relative;min-height:1px;width:62.5%}.glu-row>.glu-col-15{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-15{padding:.5rem}.glu-flex-row>.glu-col-15{padding-left:.5rem;padding-right:.5rem}.glu-col-16{position:relative;min-height:1px;width:66.6666666667%}.glu-row>.glu-col-16{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-16{padding:.5rem}.glu-flex-row>.glu-col-16{padding-left:.5rem;padding-right:.5rem}.glu-col-17{position:relative;min-height:1px;width:70.8333333333%}.glu-row>.glu-col-17{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-17{padding:.5rem}.glu-flex-row>.glu-col-17{padding-left:.5rem;padding-right:.5rem}.glu-col-18{position:relative;min-height:1px;width:75%}.glu-row>.glu-col-18{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-18{padding:.5rem}.glu-flex-row>.glu-col-18{padding-left:.5rem;padding-right:.5rem}.glu-col-19{position:relative;min-height:1px;width:79.1666666667%}.glu-row>.glu-col-19{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-19{padding:.5rem}.glu-flex-row>.glu-col-19{padding-left:.5rem;padding-right:.5rem}.glu-col-20{position:relative;min-height:1px;width:83.3333333333%}.glu-row>.glu-col-20{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-20{padding:.5rem}.glu-flex-row>.glu-col-20{padding-left:.5rem;padding-right:.5rem}.glu-col-21{position:relative;min-height:1px;width:87.5%}.glu-row>.glu-col-21{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-21{padding:.5rem}.glu-flex-row>.glu-col-21{padding-left:.5rem;padding-right:.5rem}.glu-col-22{position:relative;min-height:1px;width:91.6666666667%}.glu-row>.glu-col-22{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-22{padding:.5rem}.glu-flex-row>.glu-col-22{padding-left:.5rem;padding-right:.5rem}.glu-col-23{position:relative;min-height:1px;width:95.8333333333%}.glu-row>.glu-col-23{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-23{padding:.5rem}.glu-flex-row>.glu-col-23{padding-left:.5rem;padding-right:.5rem}.glu-col-24{position:relative;min-height:1px;width:100%}.glu-row>.glu-col-24{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-24{padding:.5rem}.glu-flex-row>.glu-col-24{padding-left:.5rem;padding-right:.5rem}.glu-col-offset-1{margin-left:4.1666666667%}.glu-col-offset-2{margin-left:8.3333333333%}.glu-col-offset-3{margin-left:12.5%}.glu-col-offset-4{margin-left:16.6666666667%}.glu-col-offset-5{margin-left:20.8333333333%}.glu-col-offset-6{margin-left:25%}.glu-col-offset-7{margin-left:29.1666666667%}.glu-col-offset-8{margin-left:33.3333333333%}.glu-col-offset-9{margin-left:37.5%}.glu-col-offset-10{margin-left:41.6666666667%}.glu-col-offset-11{margin-left:45.8333333333%}.glu-col-offset-12{margin-left:50%}.glu-col-offset-13{margin-left:54.1666666667%}.glu-col-offset-14{margin-left:58.3333333333%}.glu-col-offset-15{margin-left:62.5%}.glu-col-offset-16{margin-left:66.6666666667%}.glu-col-offset-17{margin-left:70.8333333333%}.glu-col-offset-18{margin-left:75%}.glu-col-offset-19{margin-left:79.1666666667%}.glu-col-offset-20{margin-left:83.3333333333%}.glu-col-offset-21{margin-left:87.5%}.glu-col-offset-22{margin-left:91.6666666667%}.glu-col-offset-23{margin-left:95.8333333333%}.glu-col-offset-24{margin-left:100%}.glu-col-xs-1{position:relative;min-height:1px;width:4.1666666667%}.glu-row>.glu-col-xs-1{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-1{padding:.5rem}.glu-flex-row>.glu-col-xs-1{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-2{position:relative;min-height:1px;width:8.3333333333%}.glu-row>.glu-col-xs-2{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-2{padding:.5rem}.glu-flex-row>.glu-col-xs-2{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-3{position:relative;min-height:1px;width:12.5%}.glu-row>.glu-col-xs-3{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-3{padding:.5rem}.glu-flex-row>.glu-col-xs-3{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-4{position:relative;min-height:1px;width:16.6666666667%}.glu-row>.glu-col-xs-4{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-4{padding:.5rem}.glu-flex-row>.glu-col-xs-4{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-5{position:relative;min-height:1px;width:20.8333333333%}.glu-row>.glu-col-xs-5{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-5{padding:.5rem}.glu-flex-row>.glu-col-xs-5{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-6{position:relative;min-height:1px;width:25%}.glu-row>.glu-col-xs-6{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-6{padding:.5rem}.glu-flex-row>.glu-col-xs-6{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-7{position:relative;min-height:1px;width:29.1666666667%}.glu-row>.glu-col-xs-7{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-7{padding:.5rem}.glu-flex-row>.glu-col-xs-7{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-8{position:relative;min-height:1px;width:33.3333333333%}.glu-row>.glu-col-xs-8{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-8{padding:.5rem}.glu-flex-row>.glu-col-xs-8{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-9{position:relative;min-height:1px;width:37.5%}.glu-row>.glu-col-xs-9{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-9{padding:.5rem}.glu-flex-row>.glu-col-xs-9{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-10{position:relative;min-height:1px;width:41.6666666667%}.glu-row>.glu-col-xs-10{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-10{padding:.5rem}.glu-flex-row>.glu-col-xs-10{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-11{position:relative;min-height:1px;width:45.8333333333%}.glu-row>.glu-col-xs-11{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-11{padding:.5rem}.glu-flex-row>.glu-col-xs-11{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-12{position:relative;min-height:1px;width:50%}.glu-row>.glu-col-xs-12{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-12{padding:.5rem}.glu-flex-row>.glu-col-xs-12{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-13{position:relative;min-height:1px;width:54.1666666667%}.glu-row>.glu-col-xs-13{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-13{padding:.5rem}.glu-flex-row>.glu-col-xs-13{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-14{position:relative;min-height:1px;width:58.3333333333%}.glu-row>.glu-col-xs-14{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-14{padding:.5rem}.glu-flex-row>.glu-col-xs-14{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-15{position:relative;min-height:1px;width:62.5%}.glu-row>.glu-col-xs-15{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-15{padding:.5rem}.glu-flex-row>.glu-col-xs-15{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-16{position:relative;min-height:1px;width:66.6666666667%}.glu-row>.glu-col-xs-16{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-16{padding:.5rem}.glu-flex-row>.glu-col-xs-16{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-17{position:relative;min-height:1px;width:70.8333333333%}.glu-row>.glu-col-xs-17{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-17{padding:.5rem}.glu-flex-row>.glu-col-xs-17{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-18{position:relative;min-height:1px;width:75%}.glu-row>.glu-col-xs-18{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-18{padding:.5rem}.glu-flex-row>.glu-col-xs-18{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-19{position:relative;min-height:1px;width:79.1666666667%}.glu-row>.glu-col-xs-19{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-19{padding:.5rem}.glu-flex-row>.glu-col-xs-19{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-20{position:relative;min-height:1px;width:83.3333333333%}.glu-row>.glu-col-xs-20{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-20{padding:.5rem}.glu-flex-row>.glu-col-xs-20{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-21{position:relative;min-height:1px;width:87.5%}.glu-row>.glu-col-xs-21{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-21{padding:.5rem}.glu-flex-row>.glu-col-xs-21{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-22{position:relative;min-height:1px;width:91.6666666667%}.glu-row>.glu-col-xs-22{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-22{padding:.5rem}.glu-flex-row>.glu-col-xs-22{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-23{position:relative;min-height:1px;width:95.8333333333%}.glu-row>.glu-col-xs-23{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-23{padding:.5rem}.glu-flex-row>.glu-col-xs-23{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-24{position:relative;min-height:1px;width:100%}.glu-row>.glu-col-xs-24{float:left;padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-xs-24{padding:.5rem}.glu-flex-row>.glu-col-xs-24{padding-left:.5rem;padding-right:.5rem}.glu-col-xs-offset-1{margin-left:4.1666666667%}.glu-col-xs-offset-2{margin-left:8.3333333333%}.glu-col-xs-offset-3{margin-left:12.5%}.glu-col-xs-offset-4{margin-left:16.6666666667%}.glu-col-xs-offset-5{margin-left:20.8333333333%}.glu-col-xs-offset-6{margin-left:25%}.glu-col-xs-offset-7{margin-left:29.1666666667%}.glu-col-xs-offset-8{margin-left:33.3333333333%}.glu-col-xs-offset-9{margin-left:37.5%}.glu-col-xs-offset-10{margin-left:41.6666666667%}.glu-col-xs-offset-11{margin-left:45.8333333333%}.glu-col-xs-offset-12{margin-left:50%}.glu-col-xs-offset-13{margin-left:54.1666666667%}.glu-col-xs-offset-14{margin-left:58.3333333333%}.glu-col-xs-offset-15{margin-left:62.5%}.glu-col-xs-offset-16{margin-left:66.6666666667%}.glu-col-xs-offset-17{margin-left:70.8333333333%}.glu-col-xs-offset-18{margin-left:75%}.glu-col-xs-offset-19{margin-left:79.1666666667%}.glu-col-xs-offset-20{margin-left:83.3333333333%}.glu-col-xs-offset-21{margin-left:87.5%}.glu-col-xs-offset-22{margin-left:91.6666666667%}.glu-col-xs-offset-23{margin-left:95.8333333333%}.glu-col-xs-offset-24{margin-left:100%}.glu-col-sm-1{position:relative;min-height:1px}.glu-row>.glu-col-sm-1{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-1{padding:.5rem}.glu-flex-row>.glu-col-sm-1{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-1{width:4.1666666667%}.glu-row>.glu-col-sm-1{float:left}}.glu-col-sm-2{position:relative;min-height:1px}.glu-row>.glu-col-sm-2{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-2{padding:.5rem}.glu-flex-row>.glu-col-sm-2{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-2{width:8.3333333333%}.glu-row>.glu-col-sm-2{float:left}}.glu-col-sm-3{position:relative;min-height:1px}.glu-row>.glu-col-sm-3{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-3{padding:.5rem}.glu-flex-row>.glu-col-sm-3{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-3{width:12.5%}.glu-row>.glu-col-sm-3{float:left}}.glu-col-sm-4{position:relative;min-height:1px}.glu-row>.glu-col-sm-4{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-4{padding:.5rem}.glu-flex-row>.glu-col-sm-4{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-4{width:16.6666666667%}.glu-row>.glu-col-sm-4{float:left}}.glu-col-sm-5{position:relative;min-height:1px}.glu-row>.glu-col-sm-5{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-5{padding:.5rem}.glu-flex-row>.glu-col-sm-5{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-5{width:20.8333333333%}.glu-row>.glu-col-sm-5{float:left}}.glu-col-sm-6{position:relative;min-height:1px}.glu-row>.glu-col-sm-6{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-6{padding:.5rem}.glu-flex-row>.glu-col-sm-6{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-6{width:25%}.glu-row>.glu-col-sm-6{float:left}}.glu-col-sm-7{position:relative;min-height:1px}.glu-row>.glu-col-sm-7{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-7{padding:.5rem}.glu-flex-row>.glu-col-sm-7{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-7{width:29.1666666667%}.glu-row>.glu-col-sm-7{float:left}}.glu-col-sm-8{position:relative;min-height:1px}.glu-row>.glu-col-sm-8{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-8{padding:.5rem}.glu-flex-row>.glu-col-sm-8{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-8{width:33.3333333333%}.glu-row>.glu-col-sm-8{float:left}}.glu-col-sm-9{position:relative;min-height:1px}.glu-row>.glu-col-sm-9{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-9{padding:.5rem}.glu-flex-row>.glu-col-sm-9{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-9{width:37.5%}.glu-row>.glu-col-sm-9{float:left}}.glu-col-sm-10{position:relative;min-height:1px}.glu-row>.glu-col-sm-10{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-10{padding:.5rem}.glu-flex-row>.glu-col-sm-10{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-10{width:41.6666666667%}.glu-row>.glu-col-sm-10{float:left}}.glu-col-sm-11{position:relative;min-height:1px}.glu-row>.glu-col-sm-11{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-11{padding:.5rem}.glu-flex-row>.glu-col-sm-11{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-11{width:45.8333333333%}.glu-row>.glu-col-sm-11{float:left}}.glu-col-sm-12{position:relative;min-height:1px}.glu-row>.glu-col-sm-12{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-12{padding:.5rem}.glu-flex-row>.glu-col-sm-12{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-12{width:50%}.glu-row>.glu-col-sm-12{float:left}}.glu-col-sm-13{position:relative;min-height:1px}.glu-row>.glu-col-sm-13{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-13{padding:.5rem}.glu-flex-row>.glu-col-sm-13{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-13{width:54.1666666667%}.glu-row>.glu-col-sm-13{float:left}}.glu-col-sm-14{position:relative;min-height:1px}.glu-row>.glu-col-sm-14{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-14{padding:.5rem}.glu-flex-row>.glu-col-sm-14{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-14{width:58.3333333333%}.glu-row>.glu-col-sm-14{float:left}}.glu-col-sm-15{position:relative;min-height:1px}.glu-row>.glu-col-sm-15{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-15{padding:.5rem}.glu-flex-row>.glu-col-sm-15{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-15{width:62.5%}.glu-row>.glu-col-sm-15{float:left}}.glu-col-sm-16{position:relative;min-height:1px}.glu-row>.glu-col-sm-16{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-16{padding:.5rem}.glu-flex-row>.glu-col-sm-16{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-16{width:66.6666666667%}.glu-row>.glu-col-sm-16{float:left}}.glu-col-sm-17{position:relative;min-height:1px}.glu-row>.glu-col-sm-17{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-17{padding:.5rem}.glu-flex-row>.glu-col-sm-17{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-17{width:70.8333333333%}.glu-row>.glu-col-sm-17{float:left}}.glu-col-sm-18{position:relative;min-height:1px}.glu-row>.glu-col-sm-18{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-18{padding:.5rem}.glu-flex-row>.glu-col-sm-18{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-18{width:75%}.glu-row>.glu-col-sm-18{float:left}}.glu-col-sm-19{position:relative;min-height:1px}.glu-row>.glu-col-sm-19{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-19{padding:.5rem}.glu-flex-row>.glu-col-sm-19{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-19{width:79.1666666667%}.glu-row>.glu-col-sm-19{float:left}}.glu-col-sm-20{position:relative;min-height:1px}.glu-row>.glu-col-sm-20{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-20{padding:.5rem}.glu-flex-row>.glu-col-sm-20{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-20{width:83.3333333333%}.glu-row>.glu-col-sm-20{float:left}}.glu-col-sm-21{position:relative;min-height:1px}.glu-row>.glu-col-sm-21{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-21{padding:.5rem}.glu-flex-row>.glu-col-sm-21{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-21{width:87.5%}.glu-row>.glu-col-sm-21{float:left}}.glu-col-sm-22{position:relative;min-height:1px}.glu-row>.glu-col-sm-22{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-22{padding:.5rem}.glu-flex-row>.glu-col-sm-22{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-22{width:91.6666666667%}.glu-row>.glu-col-sm-22{float:left}}.glu-col-sm-23{position:relative;min-height:1px}.glu-row>.glu-col-sm-23{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-23{padding:.5rem}.glu-flex-row>.glu-col-sm-23{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-23{width:95.8333333333%}.glu-row>.glu-col-sm-23{float:left}}.glu-col-sm-24{position:relative;min-height:1px}.glu-row>.glu-col-sm-24{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-sm-24{padding:.5rem}.glu-flex-row>.glu-col-sm-24{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-col-sm-24{width:100%}.glu-row>.glu-col-sm-24{float:left}}@media(min-width:600px){.glu-col-sm-offset-1{margin-left:4.1666666667%}}@media(min-width:600px){.glu-col-sm-offset-2{margin-left:8.3333333333%}}@media(min-width:600px){.glu-col-sm-offset-3{margin-left:12.5%}}@media(min-width:600px){.glu-col-sm-offset-4{margin-left:16.6666666667%}}@media(min-width:600px){.glu-col-sm-offset-5{margin-left:20.8333333333%}}@media(min-width:600px){.glu-col-sm-offset-6{margin-left:25%}}@media(min-width:600px){.glu-col-sm-offset-7{margin-left:29.1666666667%}}@media(min-width:600px){.glu-col-sm-offset-8{margin-left:33.3333333333%}}@media(min-width:600px){.glu-col-sm-offset-9{margin-left:37.5%}}@media(min-width:600px){.glu-col-sm-offset-10{margin-left:41.6666666667%}}@media(min-width:600px){.glu-col-sm-offset-11{margin-left:45.8333333333%}}@media(min-width:600px){.glu-col-sm-offset-12{margin-left:50%}}@media(min-width:600px){.glu-col-sm-offset-13{margin-left:54.1666666667%}}@media(min-width:600px){.glu-col-sm-offset-14{margin-left:58.3333333333%}}@media(min-width:600px){.glu-col-sm-offset-15{margin-left:62.5%}}@media(min-width:600px){.glu-col-sm-offset-16{margin-left:66.6666666667%}}@media(min-width:600px){.glu-col-sm-offset-17{margin-left:70.8333333333%}}@media(min-width:600px){.glu-col-sm-offset-18{margin-left:75%}}@media(min-width:600px){.glu-col-sm-offset-19{margin-left:79.1666666667%}}@media(min-width:600px){.glu-col-sm-offset-20{margin-left:83.3333333333%}}@media(min-width:600px){.glu-col-sm-offset-21{margin-left:87.5%}}@media(min-width:600px){.glu-col-sm-offset-22{margin-left:91.6666666667%}}@media(min-width:600px){.glu-col-sm-offset-23{margin-left:95.8333333333%}}@media(min-width:600px){.glu-col-sm-offset-24{margin-left:100%}}.glu-col-md-1{position:relative;min-height:1px}.glu-row>.glu-col-md-1{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-1{padding:.5rem}.glu-flex-row>.glu-col-md-1{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-1{width:4.1666666667%}.glu-row>.glu-col-md-1{float:left}}.glu-col-md-2{position:relative;min-height:1px}.glu-row>.glu-col-md-2{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-2{padding:.5rem}.glu-flex-row>.glu-col-md-2{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-2{width:8.3333333333%}.glu-row>.glu-col-md-2{float:left}}.glu-col-md-3{position:relative;min-height:1px}.glu-row>.glu-col-md-3{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-3{padding:.5rem}.glu-flex-row>.glu-col-md-3{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-3{width:12.5%}.glu-row>.glu-col-md-3{float:left}}.glu-col-md-4{position:relative;min-height:1px}.glu-row>.glu-col-md-4{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-4{padding:.5rem}.glu-flex-row>.glu-col-md-4{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-4{width:16.6666666667%}.glu-row>.glu-col-md-4{float:left}}.glu-col-md-5{position:relative;min-height:1px}.glu-row>.glu-col-md-5{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-5{padding:.5rem}.glu-flex-row>.glu-col-md-5{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-5{width:20.8333333333%}.glu-row>.glu-col-md-5{float:left}}.glu-col-md-6{position:relative;min-height:1px}.glu-row>.glu-col-md-6{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-6{padding:.5rem}.glu-flex-row>.glu-col-md-6{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-6{width:25%}.glu-row>.glu-col-md-6{float:left}}.glu-col-md-7{position:relative;min-height:1px}.glu-row>.glu-col-md-7{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-7{padding:.5rem}.glu-flex-row>.glu-col-md-7{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-7{width:29.1666666667%}.glu-row>.glu-col-md-7{float:left}}.glu-col-md-8{position:relative;min-height:1px}.glu-row>.glu-col-md-8{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-8{padding:.5rem}.glu-flex-row>.glu-col-md-8{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-8{width:33.3333333333%}.glu-row>.glu-col-md-8{float:left}}.glu-col-md-9{position:relative;min-height:1px}.glu-row>.glu-col-md-9{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-9{padding:.5rem}.glu-flex-row>.glu-col-md-9{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-9{width:37.5%}.glu-row>.glu-col-md-9{float:left}}.glu-col-md-10{position:relative;min-height:1px}.glu-row>.glu-col-md-10{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-10{padding:.5rem}.glu-flex-row>.glu-col-md-10{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-10{width:41.6666666667%}.glu-row>.glu-col-md-10{float:left}}.glu-col-md-11{position:relative;min-height:1px}.glu-row>.glu-col-md-11{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-11{padding:.5rem}.glu-flex-row>.glu-col-md-11{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-11{width:45.8333333333%}.glu-row>.glu-col-md-11{float:left}}.glu-col-md-12{position:relative;min-height:1px}.glu-row>.glu-col-md-12{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-12{padding:.5rem}.glu-flex-row>.glu-col-md-12{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-12{width:50%}.glu-row>.glu-col-md-12{float:left}}.glu-col-md-13{position:relative;min-height:1px}.glu-row>.glu-col-md-13{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-13{padding:.5rem}.glu-flex-row>.glu-col-md-13{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-13{width:54.1666666667%}.glu-row>.glu-col-md-13{float:left}}.glu-col-md-14{position:relative;min-height:1px}.glu-row>.glu-col-md-14{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-14{padding:.5rem}.glu-flex-row>.glu-col-md-14{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-14{width:58.3333333333%}.glu-row>.glu-col-md-14{float:left}}.glu-col-md-15{position:relative;min-height:1px}.glu-row>.glu-col-md-15{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-15{padding:.5rem}.glu-flex-row>.glu-col-md-15{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-15{width:62.5%}.glu-row>.glu-col-md-15{float:left}}.glu-col-md-16{position:relative;min-height:1px}.glu-row>.glu-col-md-16{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-16{padding:.5rem}.glu-flex-row>.glu-col-md-16{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-16{width:66.6666666667%}.glu-row>.glu-col-md-16{float:left}}.glu-col-md-17{position:relative;min-height:1px}.glu-row>.glu-col-md-17{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-17{padding:.5rem}.glu-flex-row>.glu-col-md-17{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-17{width:70.8333333333%}.glu-row>.glu-col-md-17{float:left}}.glu-col-md-18{position:relative;min-height:1px}.glu-row>.glu-col-md-18{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-18{padding:.5rem}.glu-flex-row>.glu-col-md-18{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-18{width:75%}.glu-row>.glu-col-md-18{float:left}}.glu-col-md-19{position:relative;min-height:1px}.glu-row>.glu-col-md-19{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-19{padding:.5rem}.glu-flex-row>.glu-col-md-19{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-19{width:79.1666666667%}.glu-row>.glu-col-md-19{float:left}}.glu-col-md-20{position:relative;min-height:1px}.glu-row>.glu-col-md-20{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-20{padding:.5rem}.glu-flex-row>.glu-col-md-20{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-20{width:83.3333333333%}.glu-row>.glu-col-md-20{float:left}}.glu-col-md-21{position:relative;min-height:1px}.glu-row>.glu-col-md-21{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-21{padding:.5rem}.glu-flex-row>.glu-col-md-21{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-21{width:87.5%}.glu-row>.glu-col-md-21{float:left}}.glu-col-md-22{position:relative;min-height:1px}.glu-row>.glu-col-md-22{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-22{padding:.5rem}.glu-flex-row>.glu-col-md-22{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-22{width:91.6666666667%}.glu-row>.glu-col-md-22{float:left}}.glu-col-md-23{position:relative;min-height:1px}.glu-row>.glu-col-md-23{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-23{padding:.5rem}.glu-flex-row>.glu-col-md-23{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-23{width:95.8333333333%}.glu-row>.glu-col-md-23{float:left}}.glu-col-md-24{position:relative;min-height:1px}.glu-row>.glu-col-md-24{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-md-24{padding:.5rem}.glu-flex-row>.glu-col-md-24{padding-left:.5rem;padding-right:.5rem}@media(min-width:992px){.glu-col-md-24{width:100%}.glu-row>.glu-col-md-24{float:left}}@media(min-width:992px){.glu-col-md-offset-1{margin-left:4.1666666667%}}@media(min-width:992px){.glu-col-md-offset-2{margin-left:8.3333333333%}}@media(min-width:992px){.glu-col-md-offset-3{margin-left:12.5%}}@media(min-width:992px){.glu-col-md-offset-4{margin-left:16.6666666667%}}@media(min-width:992px){.glu-col-md-offset-5{margin-left:20.8333333333%}}@media(min-width:992px){.glu-col-md-offset-6{margin-left:25%}}@media(min-width:992px){.glu-col-md-offset-7{margin-left:29.1666666667%}}@media(min-width:992px){.glu-col-md-offset-8{margin-left:33.3333333333%}}@media(min-width:992px){.glu-col-md-offset-9{margin-left:37.5%}}@media(min-width:992px){.glu-col-md-offset-10{margin-left:41.6666666667%}}@media(min-width:992px){.glu-col-md-offset-11{margin-left:45.8333333333%}}@media(min-width:992px){.glu-col-md-offset-12{margin-left:50%}}@media(min-width:992px){.glu-col-md-offset-13{margin-left:54.1666666667%}}@media(min-width:992px){.glu-col-md-offset-14{margin-left:58.3333333333%}}@media(min-width:992px){.glu-col-md-offset-15{margin-left:62.5%}}@media(min-width:992px){.glu-col-md-offset-16{margin-left:66.6666666667%}}@media(min-width:992px){.glu-col-md-offset-17{margin-left:70.8333333333%}}@media(min-width:992px){.glu-col-md-offset-18{margin-left:75%}}@media(min-width:992px){.glu-col-md-offset-19{margin-left:79.1666666667%}}@media(min-width:992px){.glu-col-md-offset-20{margin-left:83.3333333333%}}@media(min-width:992px){.glu-col-md-offset-21{margin-left:87.5%}}@media(min-width:992px){.glu-col-md-offset-22{margin-left:91.6666666667%}}@media(min-width:992px){.glu-col-md-offset-23{margin-left:95.8333333333%}}@media(min-width:992px){.glu-col-md-offset-24{margin-left:100%}}.glu-col-lg-1{position:relative;min-height:1px}.glu-row>.glu-col-lg-1{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-1{padding:.5rem}.glu-flex-row>.glu-col-lg-1{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-1{width:4.1666666667%}.glu-row>.glu-col-lg-1{float:left}}.glu-col-lg-2{position:relative;min-height:1px}.glu-row>.glu-col-lg-2{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-2{padding:.5rem}.glu-flex-row>.glu-col-lg-2{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-2{width:8.3333333333%}.glu-row>.glu-col-lg-2{float:left}}.glu-col-lg-3{position:relative;min-height:1px}.glu-row>.glu-col-lg-3{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-3{padding:.5rem}.glu-flex-row>.glu-col-lg-3{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-3{width:12.5%}.glu-row>.glu-col-lg-3{float:left}}.glu-col-lg-4{position:relative;min-height:1px}.glu-row>.glu-col-lg-4{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-4{padding:.5rem}.glu-flex-row>.glu-col-lg-4{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-4{width:16.6666666667%}.glu-row>.glu-col-lg-4{float:left}}.glu-col-lg-5{position:relative;min-height:1px}.glu-row>.glu-col-lg-5{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-5{padding:.5rem}.glu-flex-row>.glu-col-lg-5{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-5{width:20.8333333333%}.glu-row>.glu-col-lg-5{float:left}}.glu-col-lg-6{position:relative;min-height:1px}.glu-row>.glu-col-lg-6{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-6{padding:.5rem}.glu-flex-row>.glu-col-lg-6{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-6{width:25%}.glu-row>.glu-col-lg-6{float:left}}.glu-col-lg-7{position:relative;min-height:1px}.glu-row>.glu-col-lg-7{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-7{padding:.5rem}.glu-flex-row>.glu-col-lg-7{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-7{width:29.1666666667%}.glu-row>.glu-col-lg-7{float:left}}.glu-col-lg-8{position:relative;min-height:1px}.glu-row>.glu-col-lg-8{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-8{padding:.5rem}.glu-flex-row>.glu-col-lg-8{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-8{width:33.3333333333%}.glu-row>.glu-col-lg-8{float:left}}.glu-col-lg-9{position:relative;min-height:1px}.glu-row>.glu-col-lg-9{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-9{padding:.5rem}.glu-flex-row>.glu-col-lg-9{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-9{width:37.5%}.glu-row>.glu-col-lg-9{float:left}}.glu-col-lg-10{position:relative;min-height:1px}.glu-row>.glu-col-lg-10{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-10{padding:.5rem}.glu-flex-row>.glu-col-lg-10{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-10{width:41.6666666667%}.glu-row>.glu-col-lg-10{float:left}}.glu-col-lg-11{position:relative;min-height:1px}.glu-row>.glu-col-lg-11{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-11{padding:.5rem}.glu-flex-row>.glu-col-lg-11{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-11{width:45.8333333333%}.glu-row>.glu-col-lg-11{float:left}}.glu-col-lg-12{position:relative;min-height:1px}.glu-row>.glu-col-lg-12{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-12{padding:.5rem}.glu-flex-row>.glu-col-lg-12{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-12{width:50%}.glu-row>.glu-col-lg-12{float:left}}.glu-col-lg-13{position:relative;min-height:1px}.glu-row>.glu-col-lg-13{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-13{padding:.5rem}.glu-flex-row>.glu-col-lg-13{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-13{width:54.1666666667%}.glu-row>.glu-col-lg-13{float:left}}.glu-col-lg-14{position:relative;min-height:1px}.glu-row>.glu-col-lg-14{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-14{padding:.5rem}.glu-flex-row>.glu-col-lg-14{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-14{width:58.3333333333%}.glu-row>.glu-col-lg-14{float:left}}.glu-col-lg-15{position:relative;min-height:1px}.glu-row>.glu-col-lg-15{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-15{padding:.5rem}.glu-flex-row>.glu-col-lg-15{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-15{width:62.5%}.glu-row>.glu-col-lg-15{float:left}}.glu-col-lg-16{position:relative;min-height:1px}.glu-row>.glu-col-lg-16{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-16{padding:.5rem}.glu-flex-row>.glu-col-lg-16{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-16{width:66.6666666667%}.glu-row>.glu-col-lg-16{float:left}}.glu-col-lg-17{position:relative;min-height:1px}.glu-row>.glu-col-lg-17{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-17{padding:.5rem}.glu-flex-row>.glu-col-lg-17{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-17{width:70.8333333333%}.glu-row>.glu-col-lg-17{float:left}}.glu-col-lg-18{position:relative;min-height:1px}.glu-row>.glu-col-lg-18{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-18{padding:.5rem}.glu-flex-row>.glu-col-lg-18{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-18{width:75%}.glu-row>.glu-col-lg-18{float:left}}.glu-col-lg-19{position:relative;min-height:1px}.glu-row>.glu-col-lg-19{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-19{padding:.5rem}.glu-flex-row>.glu-col-lg-19{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-19{width:79.1666666667%}.glu-row>.glu-col-lg-19{float:left}}.glu-col-lg-20{position:relative;min-height:1px}.glu-row>.glu-col-lg-20{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-20{padding:.5rem}.glu-flex-row>.glu-col-lg-20{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-20{width:83.3333333333%}.glu-row>.glu-col-lg-20{float:left}}.glu-col-lg-21{position:relative;min-height:1px}.glu-row>.glu-col-lg-21{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-21{padding:.5rem}.glu-flex-row>.glu-col-lg-21{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-21{width:87.5%}.glu-row>.glu-col-lg-21{float:left}}.glu-col-lg-22{position:relative;min-height:1px}.glu-row>.glu-col-lg-22{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-22{padding:.5rem}.glu-flex-row>.glu-col-lg-22{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-22{width:91.6666666667%}.glu-row>.glu-col-lg-22{float:left}}.glu-col-lg-23{position:relative;min-height:1px}.glu-row>.glu-col-lg-23{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-23{padding:.5rem}.glu-flex-row>.glu-col-lg-23{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-23{width:95.8333333333%}.glu-row>.glu-col-lg-23{float:left}}.glu-col-lg-24{position:relative;min-height:1px}.glu-row>.glu-col-lg-24{padding-left:.5rem;padding-right:.5rem}.glu-row--fluid>.glu-col-lg-24{padding:.5rem}.glu-flex-row>.glu-col-lg-24{padding-left:.5rem;padding-right:.5rem}@media(min-width:1480px){.glu-col-lg-24{width:100%}.glu-row>.glu-col-lg-24{float:left}}@media(min-width:1480px){.glu-col-lg-offset-1{margin-left:4.1666666667%}}@media(min-width:1480px){.glu-col-lg-offset-2{margin-left:8.3333333333%}}@media(min-width:1480px){.glu-col-lg-offset-3{margin-left:12.5%}}@media(min-width:1480px){.glu-col-lg-offset-4{margin-left:16.6666666667%}}@media(min-width:1480px){.glu-col-lg-offset-5{margin-left:20.8333333333%}}@media(min-width:1480px){.glu-col-lg-offset-6{margin-left:25%}}@media(min-width:1480px){.glu-col-lg-offset-7{margin-left:29.1666666667%}}@media(min-width:1480px){.glu-col-lg-offset-8{margin-left:33.3333333333%}}@media(min-width:1480px){.glu-col-lg-offset-9{margin-left:37.5%}}@media(min-width:1480px){.glu-col-lg-offset-10{margin-left:41.6666666667%}}@media(min-width:1480px){.glu-col-lg-offset-11{margin-left:45.8333333333%}}@media(min-width:1480px){.glu-col-lg-offset-12{margin-left:50%}}@media(min-width:1480px){.glu-col-lg-offset-13{margin-left:54.1666666667%}}@media(min-width:1480px){.glu-col-lg-offset-14{margin-left:58.3333333333%}}@media(min-width:1480px){.glu-col-lg-offset-15{margin-left:62.5%}}@media(min-width:1480px){.glu-col-lg-offset-16{margin-left:66.6666666667%}}@media(min-width:1480px){.glu-col-lg-offset-17{margin-left:70.8333333333%}}@media(min-width:1480px){.glu-col-lg-offset-18{margin-left:75%}}@media(min-width:1480px){.glu-col-lg-offset-19{margin-left:79.1666666667%}}@media(min-width:1480px){.glu-col-lg-offset-20{margin-left:83.3333333333%}}@media(min-width:1480px){.glu-col-lg-offset-21{margin-left:87.5%}}@media(min-width:1480px){.glu-col-lg-offset-22{margin-left:91.6666666667%}}@media(min-width:1480px){.glu-col-lg-offset-23{margin-left:95.8333333333%}}@media(min-width:1480px){.glu-col-lg-offset-24{margin-left:100%}}.glu-flex-xs-grow{flex:1 0 auto;min-width:0;width:auto}.glu-flex-row>.glu-flex-xs-grow{padding-left:.5rem;padding-right:.5rem}.glu-flex-xs-shrink{flex:0 1 auto;width:auto}.glu-flex-row>.glu-flex-xs-shrink{padding-left:.5rem;padding-right:.5rem}@media(min-width:600px){.glu-flex-sm-grow{flex:1 0 auto;min-width:0;width:auto}.glu-flex-row>.glu-flex-sm-grow{padding-left:.5rem;padding-right:.5rem}.glu-flex-sm-shrink{flex:0 1 auto;width:auto}.glu-flex-row>.glu-flex-sm-shrink{padding-left:.5rem;padding-right:.5rem}}@media(min-width:992px){.glu-flex-md-grow{flex:1 0 auto;min-width:0;width:auto}.glu-flex-row>.glu-flex-md-grow{padding-left:.5rem;padding-right:.5rem}.glu-flex-md-shrink{flex:0 1 auto;width:auto}.glu-flex-row>.glu-flex-md-shrink{padding-left:.5rem;padding-right:.5rem}}@media(min-width:1480px){.glu-flex-lg-grow{flex:1 0 auto;min-width:0;width:auto}.glu-flex-row>.glu-flex-lg-grow{padding-left:.5rem;padding-right:.5rem}.glu-flex-lg-shrink{flex:0 1 auto;width:auto}.glu-flex-row>.glu-flex-lg-shrink{padding-left:.5rem;padding-right:.5rem}}@media(max-width:599px){.glu-col-pad--xs{padding-top:1rem}}@media(max-width:991px){.glu-col-pad--sm{padding-top:1rem}}@media(max-width:1479px){.glu-col-pad--md{padding-top:1rem}}@media(max-width:2559px){.glu-col-pad--lg{padding-top:1rem}}@media(max-width:2559px){.glu-col-pad--lg-big{padding-top:2rem}}.glu-hide{display:none}.glu-show{display:block}.glu-show-inline{display:inline-block}.glu-show-table{display:table}@media(max-width:599px){.glu-hide-xs{display:none}}@media(max-width:991px){.glu-hide-sm{display:none}}@media(max-width:1479px){.glu-hide-md{display:none}}.glu-show-xs{display:none}@media(max-width:599px){.glu-show-xs{display:block}}.glu-show-xs-inline{display:none}@media(max-width:599px){.glu-show-xs-inline{display:inline-block}}.glu-show-xs-table{display:none}@media(max-width:599px){.glu-show-xs-table{display:table}}.glu-show-sm{display:none}@media(max-width:991px){.glu-show-sm{display:block}}.glu-show-sm-inline{display:none}@media(max-width:991px){.glu-show-sm-inline{display:inline-block}}.glu-show-sm-table{display:none}@media(max-width:991px){.glu-show-sm-table{display:table}}.glu-show-md{display:none}@media(max-width:1479px){.glu-show-md{display:block}}.glu-show-md-inline{display:none}@media(max-width:1479px){.glu-show-md-inline{display:inline-block}}.glu-show-md-table{display:none}@media(max-width:1479px){.glu-show-md-table{display:table}}.glu-spread-v,.glu-spread-v--xs{height:100%}@media(min-width:600px){.glu-spread-v--sm{height:100%}}@media(min-width:992px){.glu-spread-v--md{height:100%}}@media(min-width:1480px){.glu-spread-v--lg{height:100%}}.glu-inline,.glu-inline--sm{display:inline-block}.glu-inline+.glu-inline,.glu-inline--sm+.glu-inline{margin-left:.5rem}.glu-inline+.glu-inline--sm,.glu-inline--sm+.glu-inline--sm{margin-left:.25rem}.glu-padding-left-half{padding-left:.5rem}.glu-overflow-auto{overflow:auto}[themed=glu-themed--dark],[themed=glu-themed--light]{font-family:"Oxygen",Helvetica,Arial,sans-serif!important;font-weight:400}[themed=glu-themed--light] [themed=glu-themed--dark],[themed=glu-themed--light] [themed=glu-themed--light]{color:#333d44}[themed=glu-themed--dark] [themed=glu-themed--dark],[themed=glu-themed--dark] [themed=glu-themed--light]{color:#fff}#gluware-react-app{height:100%;overflow:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box;position:relative;overflow-y:auto;-webkit-user-select:none;user-select:none;text-rendering:optimizeLegibility}#gluware-react-app input{font-family:"Oxygen",Arial,Helvetica,sans-serif;font-size:1.6rem!important}#gluware-react-app input::-ms-clear{display:none}#gluware-react-app *,#gluware-react-app :after,#gluware-react-app :before{box-sizing:inherit}#gluware-react-app button::-moz-focus-inner{border:0}#gluware-react-app h1,.glu-h1{font-size:2.4rem;font-weight:700;margin:0;line-height:2}[themed=glu-themed--light] #gluware-react-app h1,[themed=glu-themed--light] .glu-h1{color:#333d44}[themed=glu-themed--dark] #gluware-react-app h1,[themed=glu-themed--dark] .glu-h1{color:#fff}#gluware-react-app h2,.glu-h2{font-size:1.8rem;font-weight:700;margin:0;line-height:1.2}[themed=glu-themed--light] #gluware-react-app h2,[themed=glu-themed--light] .glu-h2{color:#333d44}[themed=glu-themed--dark] #gluware-react-app h2,[themed=glu-themed--dark] .glu-h2{color:#fff}#gluware-react-app h3,.glu-h3{font-size:1.6rem;font-weight:700;margin:0}[themed=glu-themed--light] #gluware-react-app h3,[themed=glu-themed--light] .glu-h3{color:#333d44}[themed=glu-themed--dark] #gluware-react-app h3,[themed=glu-themed--dark] .glu-h3{color:#fff}#gluware-react-app h4,.glu-h4{font-size:1.4rem;font-weight:400;margin:0}[themed=glu-themed--light] #gluware-react-app h4,[themed=glu-themed--light] .glu-h4{color:#333d44}[themed=glu-themed--dark] #gluware-react-app h4,[themed=glu-themed--dark] .glu-h4{color:#fff}#gluware-react-app h4,.glu-h4--bold{font-weight:700}[themed=glu-themed--light] #gluware-react-app h4,[themed=glu-themed--light] .glu-h4--bold{color:#333d44}[themed=glu-themed--dark] #gluware-react-app h4,[themed=glu-themed--dark] .glu-h4--bold{color:#fff}#gluware-react-app h5,.glu-h5{font-size:1.6rem;font-weight:400;margin:0;line-height:1.4}[themed=glu-themed--light] #gluware-react-app h5,[themed=glu-themed--light] .glu-h5{color:#333d44}[themed=glu-themed--dark] #gluware-react-app h5,[themed=glu-themed--dark] .glu-h5{color:#fff}#gluware-react-app h6,.glu-h6{font-size:1.2rem;font-weight:400;line-height:1.5;margin:0}[themed=glu-themed--light] #gluware-react-app h6,[themed=glu-themed--light] .glu-h6{color:#333d44}[themed=glu-themed--dark] #gluware-react-app h6,[themed=glu-themed--dark] .glu-h6{color:#fff}.g-icon{font-family:"g-icons"!important;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;font-size:2rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[themed=glu-themed--dark] .g-icon,[themed=glu-themed--light] .g-icon{color:#718490}[class*=" g-icon-"],[class^=g-icon-]{font-family:"g-icons"!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.g-icon-topology:before{content:""}.g-icon-rpa:before{content:""}.g-icon-wan_access_point:before{content:""}.g-icon-access_point:before{content:""}.g-icon-chart-analytics:before{content:""}.g-icon-note:before{content:""}.glu-page{width:100%;height:100%;overflow:hidden}.glu-page__header{display:flex;align-items:center;height:6.4rem;padding:0 2rem;position:relative}[themed=glu-themed--light] .glu-page__header{background-color:#fff;z-index:2;box-shadow:0 5px 8px rgba(0,0,0,.16)}[themed=glu-themed--dark] .glu-page__header{background-color:#3e4a55;z-index:2;box-shadow:0 5px 8px rgba(0,0,0,.16)}.glu-page__header--no-shadow{box-shadow:0 0 0 #e5eaf3!important}.glu-page__header.glu-flex-row{padding:0 2.4rem;margin:0}.glu-page__mobile-menu{position:fixed;width:100%;padding:0 2rem 1rem}.glu-page__mobile-menu .mobile-menu__item{padding:1rem 0}[themed=glu-themed--light] .glu-page__mobile-menu{background-color:#fff;box-shadow:0 4px 15px #e5eaf3}[themed=glu-themed--dark] .glu-page__mobile-menu{background-color:#3e4a55;box-shadow:0 4px 15px #333d44}.glu-page__body{padding:2rem;height:100%;overflow-x:auto}.glu-page__body.glu-page__body--margin-top{margin-top:9rem;padding-bottom:10rem}.glu-page--has-filters-opened .glu-page__body{height:calc(100% - 20rem)}.glu-page--has-header .glu-page__body{height:calc(100% - 6rem)}.glu-page--has-footer .glu-page__body{height:calc(100% - 4.5rem)}.glu-page__title{font-size:1.8rem;font-weight:700}[themed=glu-themed--light] .glu-page__title{color:#333d44}[themed=glu-themed--dark] .glu-page__title{color:#fff}.glu-page__buttons{padding-top:2rem}@media screen and (max-width:1440px){.glu-page__header .glu-dashboard-name--max-width{max-width:43rem}}@media screen and (min-width:1365px){.glu-page__header .glu-dashboard-name--max-width{max-width:auto}}.glu-content,.glu-content-page{width:100%;height:100%}.glu-content{box-sizing:border-box}.glu-content__header{display:flex;align-items:center;height:6rem;padding:0 2rem;position:relative;border-bottom:1px solid transparent;font-weight:700}.glu-content__header.glu-flex-row{padding:0 1.5rem;margin:0}.glu-content__header.glu-content__header--lg{height:8rem}.glu-content__title{font-weight:700;font-size:1.6rem;line-height:2.2rem}[themed=glu-themed--light] .glu-content__title{color:#333d44}[themed=glu-themed--dark] .glu-content__title{color:#fff}.glu-content__title--big{font-size:1.8rem}.glu-content__footer{display:flex;align-items:center;height:6rem;padding:0 2rem;position:relative;z-index:1}.glu-content__footer.glu-flex-row{padding:0 1.5rem;margin:0}.glu-content__body{position:relative;height:calc(100% - 6rem);overflow-x:auto}.glu-content--has-footer .glu-content__body{height:calc(100% - 12rem)}.glu-content__body.glu-content__body--overflow-unset{overflow-x:unset}.glu-content__section{padding:1rem 2rem}.glu-content__section+.glu-content__section:not(.glu-content__separator){padding-top:0}.glu-content__section--big{padding:2rem}.glu-content__section--big+.glu-content__section:not(.glu-content__separator){padding-top:0}.glu-content__separator{border:solid transparent;border-width:1px 0 0}[themed=glu-themed--light] .glu-content__separator{border-color:#e9eef3}[themed=glu-themed--dark] .glu-content__separator{border-color:rgba(113,132,144,.3)}.glu-content__separator.glu-content__separator--inner{border:none}.glu-content__separator.glu-content__separator--inner:before{content:"";display:block;height:1rem;margin-top:-1rem;border:solid transparent;border-width:1px 0 0}[themed=glu-themed--light] .glu-content__separator.glu-content__separator--inner:before{border-color:#e9eef3}[themed=glu-themed--dark] .glu-content__separator.glu-content__separator--inner:before{border-color:rgba(113,132,144,.3)}.glu-content__separator.glu-content__separator--bottom{border-width:0 0 1px}.glu-content__separator.glu-content__separator--bottom.glu-content__separator--inner{border:none}.glu-content__separator.glu-content__separator--bottom.glu-content__separator--inner:before{display:none}.glu-content__separator.glu-content__separator--bottom.glu-content__separator--inner:after{content:"";display:block;height:1rem;margin-bottom:-1rem;border:solid transparent;border-width:0 0 1px}[themed=glu-themed--light] .glu-content__separator.glu-content__separator--bottom.glu-content__separator--inner:after{border-color:#e9eef3}[themed=glu-themed--dark] .glu-content__separator.glu-content__separator--bottom.glu-content__separator--inner:after{border-color:rgba(113,132,144,.3)}.glu-content__separator.glu-content__separator--overlay:before{content:"";display:block;height:1rem;margin-top:-1rem;border:solid transparent;border-width:1px 0 0;position:relative;z-index:99999}[themed=glu-themed--light] .glu-content__separator.glu-content__separator--overlay:before{border-color:#e9eef3}[themed=glu-themed--dark] .glu-content__separator.glu-content__separator--overlay:before{border-color:rgba(113,132,144,.3)}.glu-content__separator.glu-content__separator--right{border-width:0 1px 0 0}.glu-content__separator.glu-content__separator--left{border-width:0 0 0 1px}.glu-content-pre{white-space:pre-wrap}.glu-break-all{overflow:hidden;word-break:break-all}.glu-card{border-radius:8px;padding:1rem .5rem;border:1px solid}[themed=glu-themed--light] .glu-card{background-color:#f2f5f8;border-color:#e5eaf3}[themed=glu-themed--dark] .glu-card{background-color:#4a5767;border-color:#3e4a55}.glu-btn-link{display:inline;border:none;padding:0;margin:0;cursor:pointer;font-size:1.4rem;line-height:4rem;transition:opacity .3s;text-decoration:none;background-color:transparent;outline:none}.glu-btn-link:disabled{opacity:.5;cursor:default}.glu-btn-link.g-icon{font-size:2rem}.glu-btn-link--side-padding{padding-left:1rem;padding-right:1rem}.glu-btn{background-color:transparent;position:relative;display:inline-block;min-width:11rem;height:4rem;text-transform:capitalize;text-align:center;font-size:1.4rem;font-weight:400;transition:all .3s;opacity:1;border-radius:8px;box-sizing:border-box;padding:0 1rem}.glu-btn,.glu-btn:focus{outline:none}.glu-btn:not(:disabled){cursor:pointer}.glu-btn:not(:disabled):focus,.glu-btn:not(:disabled):hover{opacity:1}.glu-btn--primary{font-weight:700;min-width:9.6rem}[themed=glu-themed--dark] .glu-btn--primary,[themed=glu-themed--light] .glu-btn--primary{background-color:#29abe2;color:#fff}[themed=glu-themed--dark] .glu-btn--primary:hover,[themed=glu-themed--light] .glu-btn--primary:hover{background-color:#1e92c2;border-color:#1e92c2}.glu-btn--primary:focus{box-shadow:0 0 0 .3rem #3fc6ff}[themed=glu-themed--dark] .glu-btn--primary:focus,[themed=glu-themed--light] .glu-btn--primary:focus{border-color:#29abe2}.glu-btn--primary:disabled{cursor:default}[themed=glu-themed--light] .glu-btn--primary:disabled{background-color:#ccc}[themed=glu-themed--dark] .glu-btn--primary:disabled{background-color:#718490}.glu-btn--secondary{border:2px solid #718490;font-weight:700;min-width:9.6rem}[themed=glu-themed--light] .glu-btn--secondary{background-color:#fff;color:#718490}[themed=glu-themed--dark] .glu-btn--secondary{background-color:inherit;color:#ccc}.glu-btn--secondary:not(:disabled):hover{color:#333;border-color:#333;background-color:#fff}.glu-btn--secondary:active{border-color:#333}.glu-btn--secondary:focus{box-shadow:0 0 0 .2rem #3cc8d1}[themed=glu-themed--dark] .glu-btn--secondary:focus,[themed=glu-themed--light] .glu-btn--secondary:focus{border-color:#3fc6ff}[themed=glu-themed--dark] .glu-btn--danger,[themed=glu-themed--light] .glu-btn--danger{background-color:#ec3323;color:#fff}.glu-btn--inline+.glu-btn--inline{margin-left:1rem}.glu-btn-link.glu-tooltip{line-height:2}.glu-btn-link.glu-tooltip .g-icon{line-height:2;padding:0}.glu-pill{text-transform:capitalize;border-radius:8px;text-align:center;color:#fff;padding:.5rem 1rem;display:inline-block;font-size:1.2rem}.glu-pill,.glu-pill--new{background-color:#f4a83b}.glu-pill--generic{background-color:#29abe2}.glu-pill--accessibility{background-color:#72b566}.glu-pill--productivity{background-color:#e74eb3}.glu-pill--collaboration{background-color:#3cc8d1}.glu-pill--informational{background-color:#ffed8b}.glu-pill--assets{background-color:#66b5b0}.glu-pill--status{background-color:#9766c9}.glu-pill--activity{background-color:#6f81df}.glu-pill--actions{background-color:#a185dc}.glu-pill--notifications{background-color:#ea7470}.glu-pill--column-default{background-color:#718490}.glu-pill--column-selected{background-color:#72b566}.glu-label{display:block;margin:0;font-size:1.6rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;padding-bottom:.5rem}[themed=glu-themed--light] .glu-label{color:#333d44}[themed=glu-themed--dark] .glu-label{color:#fff}.glu-form-row+.glu-form-row{margin-top:2rem}.glu-select{border-radius:8px}.glu-form-input-pad{margin-top:.5rem}.glu-link{display:inline-block;border:none;padding:0;margin:0;cursor:pointer;background:none;text-decoration:none;font-size:1.4rem;font-weight:700;color:#29abe2;opacity:.8;transition:opacity .3s}.glu-link:hover{opacity:1}.glu-link.glu-link--disabled,.glu-link:disabled{opacity:.3;cursor:default}.glu-link.glu-link--disabled:hover,.glu-link:disabled:hover{opacity:.3}.glu-link.icon{font-size:1.5rem}.glu-query advanced-filter-container advanced-filter-gl .keep-focus-input{position:absolute;clip:rect(0,0,0,0)}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-header .group-conditions label.btn{background:#ccc;border-radius:8px!important;margin-right:1rem;color:#fff;font-size:1.2rem}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-header .group-conditions label.btn.active{background:#29abe2}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-header .group-actions .btn{background:transparent;color:#718490;border:none;font-size:1.4rem}[themed=glu-themed--light] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-header .group-actions .btn{color:#718490}[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-header .group-actions .btn{color:#ccc}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-header .group-actions .btn:active{background:transparent;border:none}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .error-container{display:none}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container{padding:0 0 2px;background:transparent}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-header .btn-group .btn-danger{background:transparent;border:none;font-weight:700;font-size:1.4rem;line-height:18px;margin-right:0}[themed=glu-themed--light] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-header .btn-group .btn-danger{color:#333d44}[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-header .btn-group .btn-danger{color:#fff}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-header .btn-group .btn-danger .glyphicon-remove{position:relative;top:4px}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .error-container{display:none}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-filter-container,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-operator-container,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-value-container{width:25%;border-left:none}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-filter-container .form-control,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-operator-container .form-control,.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-value-container .form-control{border:1px solid #ccc;box-sizing:border-box;border-radius:8px;padding:.5rem 0;text-indent:1rem;width:100%}[themed=glu-themed--light] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-filter-container .form-control,[themed=glu-themed--light] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-operator-container .form-control,[themed=glu-themed--light] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-value-container .form-control{background-color:#fff;color:#333d44}[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-filter-container .form-control,[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-operator-container .form-control,[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-value-container .form-control{background-color:#4a5767;color:#ccc}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container:before{border-width:0 0 1px 1px}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container:after{border-width:0 0 0 1px}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rules-group-container{border:1px solid #ccc;box-sizing:border-box;border-radius:8px;margin-left:-1px}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rules-group-container .rules-group-header .group-actions .btn-danger i{display:none}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rules-group-container .rules-group-container{border-color:#d7dce0}[themed=glu-themed--light] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rules-group-container{background:#f2f5f8;color:#333d44}[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rules-group-container{background:#3e4a55;color:#ccc}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rules-group-container:before{border-width:0 0 1px 1px}.glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rules-group-container:after{border-width:0 0 0 1px}.glu-query advanced-filter-container advanced-filter-gl button-control-container button-control:first-child{color:#718490;background:transparent;border:1px solid #718490;border-radius:8px;padding:2rem 4rem;display:flex;align-items:center}.glu-query advanced-filter-container advanced-filter-gl button-control-container button-control:nth-child(2){background:#29abe2;border-radius:8px;padding:2rem 4rem;display:flex;align-items:center}[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl button-control-container button-control:first-child{color:#ccc;border-color:#ccc}[themed=glu-themed--dark] .glu-query advanced-filter-container advanced-filter-gl .query-builder .rules-group-container .rules-group-body .rules-list .rule-container .rule-header .btn-group .btn-danger{font-weight:400}.glu-dashboard-widget{background-color:#fff;border-radius:8px;border:1px solid;position:relative}[themed=glu-themed--light] .glu-dashboard-widget{border-color:#e5eaf3;background-color:#fff}[themed=glu-themed--dark] .glu-dashboard-widget{border-color:#333d44;background-color:#3e4a55}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#e9eef3}::-webkit-scrollbar-thumb{background:#dde1e9}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.cursor-default{cursor:default}.cursor-crosshair{cursor:crosshair}.cursor-none{cursor:none}.cursor-not-allowed{cursor:not-allowed}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-help{cursor:help}.text-medium,.text-regular{font-weight:400}.text-bold{font-weight:700}.text-muted{opacity:.6}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-capitalize{text-transform:capitalize!important}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap}.text-secondary--line-height{line-height:2.2rem}[themed=glu-themed--dark] .text-secondary,[themed=glu-themed--light] .text-secondary{color:#718490}[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-container column-container unlocked-grid-row.active,[themed=glu-themed--dark] #gluware-react-app entity-grid-gl grid-container column-container unlocked-grid-row.selected,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-container column-container unlocked-grid-row.active,[themed=glu-themed--light] #gluware-react-app entity-grid-gl grid-container column-container unlocked-grid-row.selected,div select.custom-input option:hover{background-color:var(--selected,rgba(41,171,226,.2))!important}[themed=glu-themed--light] .glu-select .react-select__option--is-selected{background-color:var(--selected,#e9eef3)!important}[themed=glu-themed--dark] .glu-select .react-select__option--is-selected{background-color:var(--selected,#718490)!important}[themed=glu-themed--light] .glu-select .react-select__option:hover{background-color:var(--selected,#e9eef3)!important}[themed=glu-themed--dark] .glu-select .react-select__option:hover{background-color:var(--selected,#718490)!important}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top}.react-grid-item.cssTransforms{transition-property:transform}.react-grid-item.resizing{z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:rgba(229,234,243,.6);border:1px solid rgba(51,61,68,.8);opacity:.4;transition-duration:.1s;z-index:2;border-radius:8px;-webkit-user-select:none;user-select:none;pointer-events:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}[themed=glu-themed--dark] .react-grid-item>.react-resizable-handle:after{border-right:2px solid hsla(0,0%,100%,.4);border-bottom:2px solid hsla(0,0%,100%,.4)}.glu-select .react-select__control{border:1px solid transparent;box-shadow:none;border-radius:8px;height:auto;min-height:4rem}[themed=glu-themed--light] .glu-select .react-select__control{border-color:#e9eef3;background:#fff}[themed=glu-themed--dark] .glu-select .react-select__control{border-color:#ccc;background:#4a5767}[themed=glu-themed--dark] .glu-select .react-select__control:hover,[themed=glu-themed--light] .glu-select .react-select__control:hover{border-color:rgba(60,200,209,.5)}[themed=glu-themed--dark] .glu-select .react-select__control--is-focused,[themed=glu-themed--dark] .glu-select .react-select__control--is-focused:hover,[themed=glu-themed--dark] .glu-select .react-select__control:active,[themed=glu-themed--light] .glu-select .react-select__control--is-focused,[themed=glu-themed--light] .glu-select .react-select__control--is-focused:hover,[themed=glu-themed--light] .glu-select .react-select__control:active{border-color:#29abe2}.glu-select .css-1hk84bp-control .css-g1d714-ValueContainer .css-ubsb3w-singleValue,.glu-select .css-1wj62pv-control .css-g1d714-ValueContainer .css-ubsb3w-singleValue{padding:5px 0}[themed=glu-themed--light] .glu-select .react-select__value-container{color:#333d44}[themed=glu-themed--dark] .glu-select .react-select__value-container{color:#ccc}.glu-select .react-select__single-value{padding:1px 0}[themed=glu-themed--light] .glu-select .react-select__single-value{color:#333d44}[themed=glu-themed--dark] .glu-select .react-select__single-value{color:#ccc}.glu-select .react-select__input input{font-weight:400!important}.glu-select .react-select__placeholder{font-size:1.6rem;font-weight:400;opacity:.8}[themed=glu-themed--light] .glu-select .react-select__placeholder{color:#333d44}[themed=glu-themed--dark] .glu-select .react-select__placeholder{color:#ccc}.glu-select .react-select__indicator-separator{display:none}.glu-select .react-select__indicator{opacity:.4;padding:1rem .5rem}[themed=glu-themed--dark] .glu-select .react-select__indicator,[themed=glu-themed--light] .glu-select .react-select__indicator{color:#718490}.glu-select .react-select__menu{border-radius:0 0 8px 8px;overflow:hidden}[themed=glu-themed--light] .glu-select .react-select__menu{box-shadow:0 4px 15px #e5eaf3}[themed=glu-themed--dark] .glu-select .react-select__menu{box-shadow:0 4px 15px #333d44}.glu-select .react-select__menu-list{padding:0}[themed=glu-themed--light] .glu-select .react-select__menu-list{background:#fff}[themed=glu-themed--dark] .glu-select .react-select__menu-list{background:#3e4a55}.glu-select .react-select__multi-value__remove{transition:all .3s}.glu-select .react-select__multi-value__remove:hover{background-color:#29abe2;cursor:pointer;color:#fff}[themed=glu-themed--light] .glu-select .react-select__option{color:#333d44}[themed=glu-themed--dark] .glu-select .react-select__option{color:#ccc}.glu-select .react-select__option--is-focused{background-color:transparent}[themed=glu-themed--light] .glu-select .react-select__option--is-selected{background-color:#e9eef3;color:#333d44;border-color:#29abe2}[themed=glu-themed--dark] .glu-select .react-select__option--is-selected{background-color:#718490;border-color:#29abe2}[themed=glu-themed--light] .glu-select .react-select__option:hover{background-color:#e9eef3}[themed=glu-themed--dark] .glu-select .react-select__option:hover{background-color:#718490}.rc-tooltip-inner{min-height:auto!important;font-family:"Oxygen",Arial,Helvetica,sans-serif}.rc-tooltip-inner .rc-tooltip-arrow{background-color:#333d44!important}.notifications-component .notification-container--top-right{right:7rem;top:7rem;z-index:20}.notification .animate__animated{border-radius:8px}
/*# sourceMappingURL=main.645cb5b6.chunk.css.map */