@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);.sidebar{width:65px;min-height:calc(100% - 60px);display:flex;flex-direction:column}[dir] .sidebar{margin-top:60px;background:var(--theme-blue);border-top:1px solid var(--white)}.sidebar-content{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 5rem);position:fixed;top:100px;white-space:nowrap;width:65px}[dir] .sidebar-content{padding:1.5rem .6rem}[dir=ltr] .sidebar-content{left:0}[dir=rtl] .sidebar-content{right:0}.sidebar-item{display:flex;align-items:center;color:var(--white);width:230px;flex:0 0 auto;text-decoration:none}[dir] .sidebar-item{padding:.5rem .7rem;border-radius:12px}[dir=ltr] .sidebar-item,[dir=rtl] .sidebar-item{margin-left:auto;margin-right:auto}.sidebar-item.active-item,.sidebar-item:hover{color:var(--black);transition:.15s ease-in}[dir] .sidebar-item.active-item,[dir] .sidebar-item:hover{background:var(--white);cursor:pointer}.sidebar-item.active-item .item-arrow-icon,.sidebar-item.active-item .item-icon,.sidebar-item:hover .item-arrow-icon,.sidebar-item:hover .item-icon{filter:brightness(0) saturate(100%) invert(0) sepia(100%) saturate(0) hue-rotate(280deg) brightness(97%) contrast(97%)}[dir=ltr] .sidebar-item .item-icon{margin-right:1.2rem}[dir=rtl] .sidebar-item .item-icon{margin-left:1.2rem}[dir=ltr] .sidebar-item .item-arrow-icon{margin-left:auto;margin-right:.5rem}[dir=rtl] .sidebar-item .item-arrow-icon{margin-right:auto;margin-left:.5rem}.sidebar-item:hover .item-arrow-icon,.sidebar-item:hover .item-icon,.sidebar-item:hover .item-icon rect{fill:var(--black)}[dir] .sidebar-item:not(:last-child){margin-bottom:1.2rem}.sidebar-toggle-icon{position:fixed;bottom:5px;color:var(--white);font-size:24px}[dir=ltr] .sidebar-toggle-icon{left:25px}[dir=rtl] .sidebar-toggle-icon{right:25px}[dir] .sidebar-toggle-icon i:hover{transform:scale(1.05);cursor:pointer}[dir=ltr] .rotate-enter-active{-webkit-animation:rotate-ltr .3s;animation:rotate-ltr .3s}[dir=rtl] .rotate-enter-active{-webkit-animation:rotate-rtl .3s;animation:rotate-rtl .3s}[dir=ltr] .rotate-leave-active{animation:rotate-ltr .3s reverse}[dir=rtl] .rotate-leave-active{animation:rotate-rtl .3s reverse}[dir=ltr] .backward-enter-active{-webkit-animation:backward-ltr .3s;animation:backward-ltr .3s}[dir=rtl] .backward-enter-active{-webkit-animation:backward-rtl .3s;animation:backward-rtl .3s}[dir=ltr] .backward-leave-active{animation:backward-ltr .3s reverse}[dir=rtl] .backward-leave-active{animation:backward-rtl .3s reverse}@keyframes rotate-ltr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@-webkit-keyframes rotate-ltr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes rotate-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes backward-ltr{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes backward-rtl{0%{transform:rotate(-1turn)}to{transform:rotate(0deg)}}@-webkit-keyframes backward-ltr{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@-webkit-keyframes backward-rtl{0%{transform:rotate(-1turn)}to{transform:rotate(0deg)}}.nav-header{height:60px;z-index:9999}[dir] .nav-header{background:var(--theme-blue);padding:0 1.3rem;box-shadow:0 8px 24px rgba(80,148,221,.25)}[dir=ltr] .nav-links{margin-left:auto}[dir=rtl] .nav-links{margin-right:auto}.nav-links .nav-item{color:var(--white);text-decoration:none;font-weight:400;font-size:.88rem}[dir=ltr] .nav-links .nav-item:not(:last-child){margin-right:3rem}[dir=rtl] .nav-links .nav-item:not(:last-child){margin-left:3rem}:root{--body-font-style:"Nunito",sans-serif;--theme-orange:#d8804c;--theme-blue:#5094dd;--theme-blue-alt:#24588d;--theme-green:#27ae60;--white:#fff;--black:#000;--grey:#707070;--red:red;--warning:#f2c037;--border-color:rgba(62,62,62,0.3)}body{position:relative;font-family:var(--body-font-style)!important}[dir] body{margin:0;padding:0}*{box-sizing:border-box}.flexbox{display:flex}.flex-column{flex-direction:column}.flex-align-center{align-items:center}.flex-justify-center{justify-content:center}.flex-align-start{align-items:flex-start}.flex-justify-start{justify-content:flex-start}.flex-align-end{align-items:flex-end}.flex-justify-end{justify-content:flex-end}.fit-content{width:-webkit-fit-content;width:fit-content;width:-moz-fit-content}.full-width{width:100%}.half-width{width:50%}.full-height{height:100%}.grid{display:grid;grid-gap:20px 18px}.double-grid{grid-template-columns:repeat(2,1fr)}.triple-grid{grid-template-columns:repeat(3,1fr)}.quadruple-grid{grid-template-columns:repeat(4,1fr)}[dir=ltr] .x-padding-sm,[dir=rtl] .x-padding-sm{padding-left:.8rem;padding-right:.8rem}[dir=ltr] .x-padding-md,[dir=rtl] .x-padding-md{padding-left:1.5rem;padding-right:1.5rem}[dir=ltr] .x-padding-lg,[dir=rtl] .x-padding-lg{padding-left:2rem;padding-right:2rem}[dir] .y-padding-sm{padding-top:.8rem;padding-bottom:.8rem}[dir] .y-padding-md{padding-top:1.5rem;padding-bottom:1.5rem}[dir] .y-padding-lg{padding-top:2rem;padding-bottom:2rem}[dir] .padding-sm{padding:.8rem}[dir] .padding-md{padding:1.5rem}[dir] .padding-lg{padding:2rem}[dir=ltr] .right-padding-sm{padding-right:.8rem}[dir=rtl] .right-padding-sm{padding-left:.8rem}[dir=ltr] .right-padding-md{padding-right:1.5rem}[dir=rtl] .right-padding-md{padding-left:1.5rem}[dir=ltr] .right-padding-lg{padding-right:2rem}[dir=rtl] .right-padding-lg{padding-left:2rem}[dir=ltr] .left-padding-sm{padding-left:.8rem}[dir=rtl] .left-padding-sm{padding-right:.8rem}[dir=ltr] .left-padding-md{padding-left:1.5rem}[dir=rtl] .left-padding-md{padding-right:1.5rem}[dir=ltr] .left-padding-lg{padding-left:2rem}[dir=rtl] .left-padding-lg{padding-right:2rem}[dir] .top-padding-sm{padding-top:.8rem}[dir] .top-padding-md{padding-top:1.5rem}[dir] .top-padding-lg{padding-top:2rem}[dir] .bottom-padding-sm{padding-bottom:.8rem}[dir] .bottom-padding-md{padding-bottom:1.5rem}[dir] .bottom-padding-lg{padding-bottom:2rem}[dir] .margin-sm{margin:.8rem}[dir] .margin-md{margin:1.5rem}[dir] .margin-lg{margin:2rem}[dir=ltr] .x-margin-sm,[dir=rtl] .x-margin-sm{margin-left:.8rem;margin-right:.8rem}[dir=ltr] .x-margin-md,[dir=rtl] .x-margin-md{margin-left:1.5rem;margin-right:1.5rem}[dir=ltr] .x-margin-lg,[dir=rtl] .x-margin-lg{margin-left:2rem;margin-right:2rem}[dir] .y-margin-sm{margin-top:.8rem;margin-bottom:.8rem}[dir] .y-margin-md{margin-top:1.5rem;margin-bottom:1.5rem;margin-top:2rem;margin-bottom:2rem}[dir=ltr] .left-margin-sm{margin-left:.8rem}[dir=rtl] .left-margin-sm{margin-right:.8rem}[dir=ltr] .left-margin-md{margin-left:1.5rem}[dir=rtl] .left-margin-md{margin-right:1.5rem}[dir=ltr] .left-margin-lg{margin-left:2rem}[dir=rtl] .left-margin-lg{margin-right:2rem}[dir=ltr] .right-margin-sm{margin-right:.8rem}[dir=rtl] .right-margin-sm{margin-left:.8rem}[dir=ltr] .right-margin-md{margin-right:1.5rem}[dir=rtl] .right-margin-md{margin-left:1.5rem}[dir=ltr] .right-margin-lg{margin-right:2rem}[dir=rtl] .right-margin-lg{margin-left:2rem}[dir] .top-margin-sm{margin-top:.8rem}[dir] .top-margin-md{margin-top:1.5rem}[dir] .top-margin-lg{margin-top:2rem}[dir] .bottom-margin-sm{margin-bottom:.8rem}[dir] .bottom-margin-md{margin-bottom:1.5rem}[dir] .bottom-margin-lg{margin-bottom:2rem}.text-sm{font-size:.8rem}.text-md{font-size:1rem}.text-lg{font-size:1.4rem}.bold-text{font-weight:700}[dir=ltr] .text-left{text-align:left}[dir=rtl] .text-left{text-align:right}[dir] .text-center{text-align:center}[dir=ltr] .text-right{text-align:right}[dir=rtl] .text-right{text-align:left}[dir] .br-small{border-radius:8px}[dir] .br-mid{border-radius:16px}[dir] .br-large{border-radius:24px}[dir=ltr] .centered-container,[dir=ltr] .centered-item,[dir=rtl] .centered-container,[dir=rtl] .centered-item{margin-left:auto;margin-right:auto}.centered-image{display:block}[dir=ltr] .centered-image,[dir=rtl] .centered-image{margin-left:auto;margin-right:auto}.container-sm{width:calc(100% - 50rem)}.container-md{width:calc(100% - 35rem)}.container-lg{width:calc(100% - 15rem)}.relative-position{position:relative}.absolute-position{position:absolute}.absolute-centered{top:50%}[dir=ltr] .absolute-centered{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .absolute-centered{right:50%;transform:translate(50%,-50%)}.absolute-aligned{top:50%}[dir] .absolute-aligned{transform:translateY(-50%)}[dir=ltr] .absolute-justified{left:50%;transform:translateX(-50%)}[dir=rtl] .absolute-justified{right:50%;transform:translateX(50%)}.fixed-position{position:fixed}.fixed-top{top:0}[dir=ltr] .fixed-top{left:0}[dir=rtl] .fixed-top{right:0}.fixed-bottom{bottom:0}[dir=ltr] .fixed-bottom{left:0}[dir=rtl] .fixed-bottom{right:0}[dir] .rounded{border-radius:50%}[dir] .shadowed{box-shadow:0 0 2px 4px rgba(80,148,221,.09)}.form-field{font-size:.85rem;color:var(--theme-blue-alt);font-family:var(--body-font-style);width:100%;transition:.15s ease-in-out}[dir] .form-field{padding:8px 22px;border:1px solid rgba(80,148,221,.35);border-radius:8px;margin-top:4px;background:transparent}[dir] .form-field.input-error{border:1px solid rgba(255,0,0,.8);background:rgba(255,0,0,.13)!important}[dir=ltr] .form-field.input-error{-webkit-animation:vibrate-ltr .6s;animation:vibrate-ltr .6s}[dir=rtl] .form-field.input-error{-webkit-animation:vibrate-rtl .6s;animation:vibrate-rtl .6s}[dir] select.form-field{padding:7px 12px}.error-text{font-size:.8rem;color:var(--red);display:block;line-height:1rem}@keyframes vibrate-ltr{0%{transform:translateX(0)}25%{transform:translateX(-7px)}50%{transform:translateX(7px)}75%{transform:translateX(-7px)}to{transform:translateX(0)}}@keyframes vibrate-rtl{0%{transform:translateX(0)}25%{transform:translateX(7px)}50%{transform:translateX(-7px)}75%{transform:translateX(7px)}to{transform:translateX(0)}}@-webkit-keyframes vibrate-ltr{0%{transform:translateX(0)}25%{transform:translateX(-7px)}50%{transform:translateX(7px)}75%{transform:translateX(-7px)}to{transform:translateX(0)}}@-webkit-keyframes vibrate-rtl{0%{transform:translateX(0)}25%{transform:translateX(7px)}50%{transform:translateX(-7px)}75%{transform:translateX(7px)}to{transform:translateX(0)}}[dir] .form-group{margin-bottom:20px}.form-group label{color:var(--theme-blue-alt);font-weight:700;font-size:1rem}.form-field:focus{outline:0}[dir] .form-field:focus{box-shadow:0 0 1px 2px rgba(36,88,141,.1)}input::-moz-placeholder,textarea::-moz-placeholder{color:rgba(36,88,141,.75)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:rgba(36,88,141,.75)}input::placeholder,textarea::placeholder{color:rgba(36,88,141,.75)}textarea.form-field{height:90px}.button{font-family:var(--body-font-style);text-decoration:none;transition:.5s ease-in-out;font-size:.8rem}[dir] .button{padding:6px 20px;border-radius:20px;background:transparent;border:1px solid transparent}.button:focus{outline:0}.button:hover{transition:all .15s;text-decoration:none}[dir] .button:hover{cursor:pointer}.button-blue{color:var(--white)}[dir] .button-blue{background:var(--theme-blue);border:1px solid var(--theme-blue)}.button-green{color:var(--white)}[dir] .button-green{background:var(--theme-green);border:1px solid var(--theme-green)}.button-green:hover{color:var(--theme-green)}[dir] .button-green:hover{background:transparent}.button-red{color:var(--white)}[dir] .button-red{background:var(--red);border:1px solid var(--red)}.button-red:hover{color:var(--red)}[dir] .button-red:hover{background:transparent}.button-red-transparent{color:var(--red)}[dir] .button-red-transparent{background:transparent;border:1px solid var(--red)}.button-red-transparent:hover{color:var(--white)}[dir] .button-red-transparent:hover{background:var(--red)}.button-blue:hover{color:var(--theme-blue)}[dir] .button-blue:hover{background:transparent}.button-blue-alt{color:var(--white)}[dir] .button-blue-alt{background:var(--theme-blue-alt);border:1px solid var(--theme-blue-alt)}.button-blue-alt:hover{color:var(--theme-blue-alt)}[dir] .button-blue-alt:hover{background:transparent}.button-blue-transparent{color:var(--theme-blue)}[dir] .button-blue-transparent{background:transparent;border:1px solid var(--theme-blue)}.button-blue-transparent:hover{color:var(--white)}[dir] .button-blue-transparent:hover{background:var(--theme-blue)}.button-retry{display:flex;align-items:center;color:var(--theme-blue-alt);font-size:.85rem}.button-retry i{font-size:20px;transition:.3s ease-in-out}[dir=ltr] .button-retry i{margin-right:.4rem}[dir=rtl] .button-retry i{margin-left:.4rem}.button-retry:hover{opacity:.5}[dir=ltr] .button-retry:hover i{transform:rotate(90deg)}[dir=rtl] .button-retry:hover i{transform:rotate(-90deg)}button.button-orange{color:var(--white)}[dir] button.button-orange{background:var(--theme-orange);border:1px solid var(--theme-orange)}button.button-orange:hover{opacity:.5}.button:disabled{opacity:.5!important}.modal{position:fixed;top:0;width:100%;height:100%;z-index:9999;overflow-y:auto}[dir] .modal{background:rgba(150,167,186,.85);padding:1rem 0}[dir=ltr] .modal{left:0}[dir=rtl] .modal{right:0}.modal.modal-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.modal .modal-content{width:calc(100% - 35rem);max-width:650px;max-height:calc(100% - 2rem)}[dir] .modal .modal-content{margin:0 auto;background:var(--white);padding:1rem 1.3rem;border-radius:12px}@media screen and (max-width:650px){.modal .modal-content{width:calc(100% - 2.5rem)}}@media screen and (min-width:651px) and (max-width:1024px){.modal .modal-content{width:calc(100% - 7.5rem)}}.modal-header,.modal-header .close-icon{display:flex;align-items:center}.modal-header .close-icon{transition:.2s ease;font-size:24px;font-weight:700;width:28px;height:28px;justify-content:center}[dir] .modal-header .close-icon{border-radius:50%;border:1px solid transparent}[dir=ltr] .modal-header .close-icon{margin-left:auto}[dir=rtl] .modal-header .close-icon{margin-right:auto}.modal-header .header-text{font-size:.9rem;font-weight:700}[dir] .modal-header .header-text{margin:0}.modal-header .close-icon:hover{color:var(--theme-blue-alt)}[dir] .modal-header .close-icon:hover{border:1px solid var(--theme-blue-alt);cursor:pointer}.tooltip{font-size:.8rem;position:absolute;z-index:99;max-width:10rem}[dir] .tooltip{text-align:center;border-radius:4px}.tooltip.position-top{top:-40px}.tooltip.position-bottom{top:105%}.tooltip .tooltip-content{position:relative;white-space:normal}[dir] .tooltip .tooltip-content{padding:.35rem .7rem}.tooltip .tooltip-content:before{content:"";position:absolute;width:0;height:0}[dir=ltr] .tooltip .tooltip-content:before{left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent}[dir=rtl] .tooltip .tooltip-content:before{right:50%;transform:translateX(50%);border-right:8px solid transparent;border-left:8px solid transparent}.tooltip.position-bottom .tooltip-content:before{top:-8px}.tooltip.position-top .tooltip-content:before{top:98%}.tooltip.success-tooltip{color:var(--white)}[dir] .tooltip.success-tooltip{background:#27ae60}[dir] .success-tooltip.position-top .tooltip-content:before{border-top:8px solid #27ae60}[dir] .error-tooltip.position-top .tooltip-content:before{border-top:8px solid rgba(255,0,0,.15)}[dir] .error-tooltip.position-bottom .tooltip-content:before{border-bottom:8px solid rgba(255,0,0,.15)}[dir] .success-tooltip.position-bottom .tooltip-content:before{border-bottom:8px solid #27ae60}.tooltip.error-tooltip{color:red}[dir] .tooltip.error-tooltip{background:rgba(255,0,0,.15)}.dashboard-content-container{flex-grow:100}@media screen and (min-width:1024px){[dir] .dashboard-content-container.nav-present{padding:4rem 3.5rem}}@media screen and (max-width:1024px){[dir] .dashboard-content-container.nav-present{padding:5rem 1.5rem}}[dir] .dashboard-content-container.nav-hidden{padding:2.5rem 2.25rem}.dashboard-content-container.sidebar-open{width:calc(100% - 260px)}[dir=ltr] .dashboard-content-container.sidebar-open,[dir=rtl] .dashboard-content-container.sidebar-open{-webkit-animation:slide-open .5s;animation:slide-open .5s}.dashboard-content-container.sidebar-closed{width:calc(100% - 60px)}[dir=ltr] .dashboard-content-container.sidebar-closed,[dir=rtl] .dashboard-content-container.sidebar-closed{animation:slide-open .5s reverse}@keyframes slide-open{0%{width:calc(100% - 60px)}to{width:calc(100% - 260px)}}@-webkit-keyframes slide-open{0%{width:calc(100% - 60px)}to{width:calc(100% - 260px)}}.animated-circle{width:70px;height:70px;opacity:1}[dir] .animated-circle{border-radius:50%;background:var(--theme-blue-alt)}[dir=ltr] .animated-circle,[dir=rtl] .animated-circle{-webkit-animation-name:move;animation-name:move;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:4s;animation-delay:4s}.dialog-box{transition:.25s ease-in-out;width:calc(100% - 1rem)}[dir] .dialog-box{padding:.5rem 1rem;border-radius:12px;background:var(--white);border:1px solid rgba(80,148,221,.4);margin-top:20px}[dir] .dialog-box,[dir] .q-dialog .q-dialog__inner .dialog-box{box-shadow:0 0 2px 4px rgba(80,148,221,.09)}[dir] .q-dialog .q-dialog__backdrop{background:rgba(150,167,186,.25)}@keyframes scaleStar{0%{transform:scale(1.2) translateY(-50%)}to{transform:scale(1) translateY(-50%)}}@-webkit-keyframes scaleStar{0%{transform:scale(1.2) translateY(-50%)}to{transform:scale(1) translateY(-50%)}}#app{font-family:var(--body-font-style);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-main{max-width:100%}[dir] nav{padding:30px}nav a{font-weight:700;color:#2c3e50}nav a.router-link-exact-active{color:#42b983}.custom-checkbox-container[data-v-4ed6cdfe]{--checkbox-bg:#5094dd;--color-rgb:rgba(80,148,221,0.9);display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:16px;height:16px}.custom-checkbox-container.disabled[data-v-4ed6cdfe]{opacity:.5}.custom-checkbox-container input[data-v-4ed6cdfe]{position:absolute;opacity:0;width:0;height:0}[dir] .custom-checkbox-container input[data-v-4ed6cdfe]{cursor:pointer}.custom-checkbox-container .checkmark[data-v-4ed6cdfe]{position:absolute;top:0;width:16px;height:16px}[dir] .custom-checkbox-container .checkmark[data-v-4ed6cdfe]{background:transparent;border:1px solid var(--theme-blue)}[dir=ltr] .custom-checkbox-container .checkmark[data-v-4ed6cdfe]{left:0}[dir=rtl] .custom-checkbox-container .checkmark[data-v-4ed6cdfe]{right:0}[dir] .custom-checkbox-container .checkmark[data-v-4ed6cdfe]:hover{box-shadow:inset 0 0 1px 1px var(--color-rgb),0 0 1px 1px var(--color-rgb);cursor:pointer}.checkmark[data-v-4ed6cdfe]:after{content:"";position:absolute;top:-.05rem;width:.42rem;height:.75rem;display:none}[dir] .checkmark[data-v-4ed6cdfe]:after{border:solid #fff}[dir=ltr] .checkmark[data-v-4ed6cdfe]:after{left:.235rem;border-width:0 .12rem .12rem 0;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg)}[dir=rtl] .checkmark[data-v-4ed6cdfe]:after{right:.235rem;border-width:0 0 .12rem .12rem;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}[dir] .custom-checkbox-container input:checked~.checkmark[data-v-4ed6cdfe]{background:var(--checkbox-bg)}.custom-checkbox-container input:checked~.checkmark[data-v-4ed6cdfe]:after{display:block}.dropdown-input[data-v-4e12fc7d]{justify-content:space-between;min-height:37px}[dir] .dropdown-input[data-v-4e12fc7d]{padding:8px 14px;background:#fff;border:1px solid rgba(80,148,221,.35);border-radius:8px}.dropdown-input i[data-v-4e12fc7d]{font-size:18px}.dropdown-container[data-v-4e12fc7d]{width:100%;position:relative;color:var(--theme-blue-alt)}[dir] .dropdown-container[data-v-4e12fc7d]{margin-top:4px;cursor:pointer}.dropdown-current[data-v-4e12fc7d]{font-size:.85rem;width:100%;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[dir=ltr] .dropdown-current[data-v-4e12fc7d]{margin-right:.8rem}[dir=rtl] .dropdown-current[data-v-4e12fc7d]{margin-left:.8rem}.dropdown-menu[data-v-4e12fc7d]{position:absolute;width:100%;min-width:200px;z-index:99999;opacity:1;transition:.2s ease-in-out}[dir] .dropdown-menu[data-v-4e12fc7d]{background:#fff;border:1px solid rgba(80,148,221,.35)}.dropdown-menu.out-of-view[data-v-4e12fc7d]{opacity:0}[dir] .top-menu[data-v-4e12fc7d]{padding:.8rem 0;border-bottom:1px solid rgba(80,148,221,.2);background:#fff}.search-bar[data-v-4e12fc7d]{width:calc(100% - 1rem);position:relative}[dir] .search-bar[data-v-4e12fc7d]{margin:0 auto}.search-bar input[data-v-4e12fc7d]{position:relative;z-index:2}.search-bar form input[type=submit][data-v-4e12fc7d]{display:none}.auto-suggest[data-v-4e12fc7d]{position:absolute;top:50%;font-size:.85rem;opacity:.5;z-index:1;width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir] .auto-suggest[data-v-4e12fc7d]{transform:translateY(-50%)}[dir=ltr] .auto-suggest[data-v-4e12fc7d]{left:32px}[dir=rtl] .auto-suggest[data-v-4e12fc7d]{right:32px}.auto-suggest .matching[data-v-4e12fc7d]{opacity:0}.search-icon[data-v-4e12fc7d]{position:absolute;top:50%;z-index:99;font-size:16px;font-weight:700}[dir] .search-icon[data-v-4e12fc7d]{transform:translateY(-50%)}[dir=ltr] .search-icon[data-v-4e12fc7d]{left:10px}[dir=rtl] .search-icon[data-v-4e12fc7d]{right:10px}.form-field[data-v-4e12fc7d]{font-size:.85rem}[dir] .form-field[data-v-4e12fc7d]{padding:4px 32px;margin-top:0}.dropdown-options[data-v-4e12fc7d]{list-style:none;width:100%;max-height:11.6rem;overflow-y:auto}[dir] .dropdown-options[data-v-4e12fc7d]{padding:0;margin:0}.dropdown-options[data-v-4e12fc7d]::-webkit-scrollbar{width:4px}[dir] .dropdown-options[data-v-4e12fc7d]::-webkit-scrollbar{background:rgba(80,148,221,.15)}[dir] .dropdown-options[data-v-4e12fc7d]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:3px}.dropdown-options li[data-v-4e12fc7d],.error-response[data-v-4e12fc7d]{white-space:normal}[dir] .dropdown-options li[data-v-4e12fc7d],[dir] .error-response[data-v-4e12fc7d]{padding:8px 22px}.dropdown-options li[data-v-4e12fc7d]:hover{color:#fff}[dir] .dropdown-options li[data-v-4e12fc7d]:hover{background:rgba(80,148,221,.65);cursor:pointer}.dropdown-options li.current-selected[data-v-4e12fc7d]{color:var(--theme-blue-alt);font-weight:700}[dir] .dropdown-options li.current-selected[data-v-4e12fc7d]{background:rgba(80,148,221,.12)}.arrow-icon[data-v-4e12fc7d]{transition:all .25s}[dir] .arrow-icon[data-v-4e12fc7d]{transform:rotate(0deg)}[dir=ltr] .arrow-icon.open[data-v-4e12fc7d]{transform:rotate(180deg)}[dir=rtl] .arrow-icon.open[data-v-4e12fc7d]{transform:rotate(-180deg)}[dir] .warning-dialog .q-dialog__backdrop{background:rgba(150,167,186,.25)}[dir] .warning-dialog .dialog-box[data-v-7807a19a]{border-radius:12px;box-shadow:0 0 2px 4px rgba(80,148,221,.09)}[dir] .warning-dialog .modal-header[data-v-7807a19a]{padding:.25rem 0 .35rem;border-bottom:1px solid rgba(80,148,221,.2)}.warning-dialog .modal-header .header-text[data-v-7807a19a]{font-size:1rem}.warning-dialog .warning-text[data-v-7807a19a]{font-size:.9rem;width:calc(100% - 1rem);line-height:1.5rem;color:var(--theme-blue-alt)}[dir] .warning-dialog .warning-text[data-v-7807a19a]{padding:2rem 1.5rem;margin:0 auto}[dir] .warning-dialog .action-section[data-v-7807a19a]{padding:1rem 0;border-top:1px solid rgba(80,148,221,.2)}.warning-dialog .action-section button[data-v-7807a19a]{min-width:120px;max-width:100%}[dir=ltr] .warning-dialog .action-section button[data-v-7807a19a]:first-child{margin-right:.6rem}[dir=rtl] .warning-dialog .action-section button[data-v-7807a19a]:first-child{margin-left:.6rem}.overlay-parent{position:relative!important;transition:.15s ease-in-out}.overlay-parent.faded-overlay{opacity:.55}.edit-overlay[data-v-1142e440]{width:100%}[dir] .edit-overlay[data-v-1142e440]{border-radius:inherit}.edit-overlay .edit-content[data-v-1142e440]{position:absolute;width:100%;height:100%;top:0;z-index:1;overflow:hidden;display:flex;flex-wrap:nowrap}[dir] .edit-overlay .edit-content[data-v-1142e440]{border-radius:inherit}[dir=ltr] .edit-overlay .edit-content[data-v-1142e440]{left:0}[dir=rtl] .edit-overlay .edit-content[data-v-1142e440]{right:0}.edit-overlay .edit-content .overlay-section[data-v-1142e440]{width:100%;height:100%;position:relative}.edit-overlay .edit-content .overlay-section .overlay-content[data-v-1142e440]{width:100%;height:100%;flex:0 0 auto;display:flex;flex-wrap:nowrap;position:absolute;top:0}.edit-overlay .edit-content .overlay-section .overlay-content .overlay-line[data-v-1142e440]{width:60px;height:100%;position:relative;flex:0 0 auto}[dir] .edit-overlay .edit-content .overlay-section .overlay-content .overlay-line[data-v-1142e440]{background:#f9f9f9}[dir=ltr] .edit-overlay .edit-content .overlay-section .overlay-content .overlay-line[data-v-1142e440]{transform:skew(-20deg)}[dir=rtl] .edit-overlay .edit-content .overlay-section .overlay-content .overlay-line[data-v-1142e440]{transform:skew(20deg)}[dir=ltr] .edit-overlay .edit-content .overlay-section .overlay-content .overlay-line[data-v-1142e440]:not(:last-child){margin-right:60px}[dir=rtl] .edit-overlay .edit-content .overlay-section .overlay-content .overlay-line[data-v-1142e440]:not(:last-child){margin-left:60px}[dir=ltr] .edit-overlay .edit-content .overlay-section .overlay-content.main[data-v-1142e440]{transform:translateX(-100%);-webkit-animation:slideRight-ltr-1142e440 8s linear infinite;animation:slideRight-ltr-1142e440 8s linear infinite}[dir=rtl] .edit-overlay .edit-content .overlay-section .overlay-content.main[data-v-1142e440]{transform:translateX(100%);-webkit-animation:slideRight-rtl-1142e440 8s linear infinite;animation:slideRight-rtl-1142e440 8s linear infinite}@keyframes slideRight-ltr-1142e440{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideRight-rtl-1142e440{0%{transform:translateX(100%)}to{transform:translateX(0)}}@-webkit-keyframes slideRight-ltr-1142e440{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@-webkit-keyframes slideRight-rtl-1142e440{0%{transform:translateX(100%)}to{transform:translateX(0)}}[dir] .edit-overlay .edit-content .overlay-section .overlay-content.secondary[data-v-1142e440]{transform:translateX(0)}[dir=ltr] .edit-overlay .edit-content .overlay-section .overlay-content.secondary[data-v-1142e440]{-webkit-animation:slideLeft-ltr-1142e440 8s linear infinite;animation:slideLeft-ltr-1142e440 8s linear infinite}[dir=rtl] .edit-overlay .edit-content .overlay-section .overlay-content.secondary[data-v-1142e440]{-webkit-animation:slideLeft-rtl-1142e440 8s linear infinite;animation:slideLeft-rtl-1142e440 8s linear infinite}@keyframes slideLeft-ltr-1142e440{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slideLeft-rtl-1142e440{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@-webkit-keyframes slideLeft-ltr-1142e440{0%{transform:translateX(0)}to{transform:translateX(100%)}}@-webkit-keyframes slideLeft-rtl-1142e440{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.edit-overlay .edit-content.faded[data-v-1142e440]{opacity:.6}.edit-overlay .overlay-bg[data-v-1142e440]{width:100%;height:100%;position:absolute;top:0;z-index:99}[dir] .edit-overlay .overlay-bg[data-v-1142e440]{background:rgba(80,148,221,.05);border-radius:inherit}[dir=ltr] .edit-overlay .overlay-bg[data-v-1142e440]{left:0}[dir=rtl] .edit-overlay .overlay-bg[data-v-1142e440]{right:0}.edit-overlay .action-btn[data-v-1142e440]{width:40px;height:40px;position:absolute;z-index:99;top:-10px;display:flex;justify-content:center;align-items:center;transition:.2s ease-in-out;color:var(--white)}[dir] .edit-overlay .action-btn[data-v-1142e440]{border-radius:50%}[dir] .edit-overlay .action-btn.hide-btn[data-v-1142e440]{background:var(--theme-orange);box-shadow:0 0 2px rgba(216,128,76,.25),0 0 2px 4px rgba(216,128,76,.3)}[dir=ltr] .edit-overlay .action-btn.hide-btn[data-v-1142e440]{right:-10px}[dir=rtl] .edit-overlay .action-btn.hide-btn[data-v-1142e440]{left:-10px}[dir] .edit-overlay .action-btn.hide-btn[data-v-1142e440]:hover{background:#e88c58}[dir] .edit-overlay .action-btn.delete-btn[data-v-1142e440]{background:var(--red);box-shadow:0 0 2px rgba(255,0,0,.25),0 0 2px 4px rgba(255,0,0,.3)}[dir=ltr] .edit-overlay .action-btn.delete-btn[data-v-1142e440]{left:-10px}[dir=rtl] .edit-overlay .action-btn.delete-btn[data-v-1142e440]{right:-10px}[dir] .edit-overlay .action-btn.delete-btn[data-v-1142e440]:hover{background:#ff2323}.edit-overlay .action-btn img[data-v-1142e440]{width:18px;height:18px;filter:brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(2%) hue-rotate(41deg) brightness(107%) contrast(101%)}.dashboard-search-bar .search-bar-group{display:flex;flex-direction:column;justify-content:center;position:relative}[dir] .dashboard-search-bar .search-bar-group{padding:0 1.5rem;background:var(--white);border-radius:20px}[dir=ltr] .dashboard-search-bar .search-bar-group{box-shadow:6px 8px 16px rgba(80,148,221,.12)}[dir=rtl] .dashboard-search-bar .search-bar-group{box-shadow:-6px 8px 16px rgba(80,148,221,.12)}.search-bar-group.edit-mode .form-group{position:relative;z-index:2}[dir] .search-group .form-group form .search-field{padding:8px 16px;border-top:1px solid rgba(80,148,221,.35);border-bottom:1px solid rgba(80,148,221,.35)}[dir=ltr] .search-group .form-group form .search-field{border-radius:0 8px 8px 0;border-right:1px solid rgba(80,148,221,.35);border-left:1px solid transparent}[dir=rtl] .search-group .form-group form .search-field{border-radius:8px 0 0 8px;border-left:1px solid rgba(80,148,221,.35);border-right:1px solid transparent}.search-group .form-group.input-group{width:100%}.search-bar-group .input-holder{position:relative}.search-bar-group .input-holder .dropdown-container{max-width:8.5rem}[dir] .input-holder .dropdown-container .dropdown-input{border-top:1px solid rgba(80,148,221,.35);border-bottom:1px solid rgba(80,148,221,.35)}[dir=ltr] .input-holder .dropdown-container .dropdown-input{border-right:1px solid rgba(80,148,221,.2);border-left:1px solid rgba(80,148,221,.35);border-radius:8px 0 0 8px}[dir=rtl] .input-holder .dropdown-container .dropdown-input{border-left:1px solid rgba(80,148,221,.2);border-right:1px solid rgba(80,148,221,.35);border-radius:0 8px 8px 0}.select-holders .flexbox{justify-content:space-between}.select-holders .form-group{width:48%}[dir] .select-holders .form-group{margin-bottom:0}[dir] .search-group .form-group .form-field{background:var(--white)}[dir=ltr] .option-check .option-item:not(:first-child){margin-left:1.6rem}[dir=rtl] .option-check .option-item:not(:first-child){margin-right:1.6rem}[dir=ltr] .search-options .action-buttons{margin-left:auto}[dir=rtl] .search-options .action-buttons{margin-right:auto}.search-bar-group .input-holder form{flex-grow:100}[dir=ltr] .search-bar-group .input-holder .tooltip{left:50%;transform:translateX(-50%)}[dir=rtl] .search-bar-group .input-holder .tooltip{right:50%;transform:translateX(50%)}[dir=ltr] .slid-enter-active,[dir=rtl] .slid-enter-active{-webkit-animation:slid .5s;animation:slid .5s}[dir=ltr] .slid-leave-active,[dir=rtl] .slid-leave-active{animation:slid .5s reverse}@-webkit-keyframes slid{0%{top:90%;opacity:0}to{top:105%;opacity:1}}@keyframes slid{0%{top:90%;opacity:0}to{top:105%;opacity:1}}[dir=ltr] .generate-action-container .generate-button{margin-left:auto}[dir=rtl] .generate-action-container .generate-button{margin-right:auto}.search-results{position:absolute;top:100%;width:calc(100% - 100px);z-index:99;max-height:20rem;overflow-y:auto}[dir] .search-results{background:#fff}[dir=ltr] .search-results{left:0;box-shadow:1px 3px 5px rgb(80 148 221/12%)}[dir=rtl] .search-results{right:0;box-shadow:-1px 3px 5px rgb(80 148 221/12%)}.search-results::-webkit-scrollbar{width:6px}[dir] .search-results::-webkit-scrollbar{background:rgb(80 148 221/12%);border-radius:8px}[dir] .search-results::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}.search-results .load-section{display:flex;justify-content:center;align-items:center}[dir] .search-results .load-section{text-align:center}.search-results .load-section,.search-results .result-section .no-result{color:var(--theme-blue-alt);font-size:.8rem}[dir] .search-results .load-section,[dir] .search-results .result-section .no-result{padding:.75rem 1rem;text-align:center}.data-container .data-item{display:flex;align-items:center;font-size:.85rem}[dir] .data-container .data-item{padding:.6rem}.data-container .data-item.tag{color:#5094dd}.data-container .data-item.salesrep{color:#27ae60}.data-container .data-item.source{color:#d8804c}.data-container .data-item:hover{transition:.3s ease}[dir] .data-container .data-item:hover{background:rgb(80 148 221/8%);cursor:pointer}[dir] .data-container .data-item .separator{margin:0 .3rem}.data-container .data-item .filter-value{font-weight:700}.data-container .data-item .search-icon{font-size:17px}[dir=ltr] .data-container .data-item .search-icon{margin-right:.5rem}[dir=rtl] .data-container .data-item .search-icon{margin-left:.5rem}.data-container .no-result-data{justify-content:center;font-size:.85rem}[dir] .data-container .no-result-data{background:rgba(80,148,221,.08);text-align:center}button.search-btn{min-width:80px;display:flex;justify-content:center;align-items:center}[dir] button.search-btn{text-align:center}@media screen and (max-width:650px){.select-holders .select-options{flex-direction:column}.select-holders .flexbox .form-group{width:100%}[dir] .select-holders .flexbox .form-group{margin-bottom:1.1rem}}.q-date__header-title-label{font-size:1.1rem}.search-type-selector .dropdown-menu{min-width:136px!important}.modal.loading-modal[data-v-01d1ce36]{display:flex;justify-content:center;align-items:center}[dir] .modal.loading-modal[data-v-01d1ce36]{background:rgba(0,0,0,.8)}[dir] .modal.loading-modal .modal-content[data-v-01d1ce36]{background:transparent}@media screen and (min-width:1024px){.loading-modal .report-loading[data-v-01d1ce36]{width:calc(100% - 55rem)}}@media screen and (min-width:750px) and (max-width:1024px){.loading-modal .report-loading[data-v-01d1ce36]{width:calc(100% - 12.5rem)}}@media screen and (max-width:749px){.loading-modal .report-loading[data-v-01d1ce36]{width:calc(100% - 2.5rem)}}.loading-modal .report-loading .loading-text[data-v-01d1ce36]{color:var(--white);font-weight:700;font-size:1.35rem}[dir] .loading-modal .report-loading .loading-text[data-v-01d1ce36]{text-align:center}.loading-modal .loading-bar[data-v-01d1ce36]{position:relative;width:100%;height:4px;overflow:hidden}[dir] .loading-modal .loading-bar[data-v-01d1ce36]{margin:1.5rem 0}.loading-modal .loading-bar .bar-animated[data-v-01d1ce36]{width:250px;height:100%;position:absolute;top:0}[dir] .loading-modal .loading-bar .bar-animated[data-v-01d1ce36]{background:var(--theme-blue-alt);border-radius:4px}[dir=ltr] .loading-modal .loading-bar .bar-animated[data-v-01d1ce36]{left:0;-webkit-animation:slide-left-ltr-01d1ce36 1s infinite;animation:slide-left-ltr-01d1ce36 1s infinite}[dir=rtl] .loading-modal .loading-bar .bar-animated[data-v-01d1ce36]{right:0;-webkit-animation:slide-left-rtl-01d1ce36 1s infinite;animation:slide-left-rtl-01d1ce36 1s infinite}@keyframes slide-left-ltr-01d1ce36{0%{left:0}to{left:120%}}@keyframes slide-left-rtl-01d1ce36{0%{left:0}to{left:120%}}@-webkit-keyframes slide-left-ltr-01d1ce36{0%{left:0}to{left:120%}}@-webkit-keyframes slide-left-rtl-01d1ce36{0%{left:0}to{left:120%}}.error-handler[data-v-1d63ec12]{width:calc(100% - 10rem);color:red}[dir] .error-handler[data-v-1d63ec12]{background:var(--white);margin:3rem auto;padding:3rem 0}.error-handler img[data-v-1d63ec12]{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(7084%) hue-rotate(2deg) brightness(101%) contrast(127%)}.error-handler .error-text[data-v-1d63ec12]{font-size:.9rem;font-weight:700}@media screen and (max-width:650px){.error-handler[data-v-1d63ec12]{flex-direction:column;width:calc(100% - 2rem)}}.switch[data-v-9c144ec8]{--switch-width:45px;--switch-height:20px;position:relative;display:flex;width:var(--switch-width);height:var(--switch-height);transition:.3s ease}[dir] .switch[data-v-9c144ec8]{background:#e8eced;border-radius:calc(var(--switch-height)/2);cursor:pointer}.switch.disabled[data-v-9c144ec8]{opacity:.4!important}[dir] .switch.checked[data-v-9c144ec8]{background:#1278d4}.switch input[data-v-9c144ec8]{opacity:0;width:0;height:0}.slider[data-v-9c144ec8]{position:absolute;width:var(--switch-height);height:var(--switch-height);top:0;transition:.3s ease}[dir] .slider[data-v-9c144ec8]{background:#fff;transform:translateX(0);border-radius:50%}[dir=ltr] .slider[data-v-9c144ec8]{left:0}[dir=rtl] .slider[data-v-9c144ec8]{right:0}[dir] .switch:not(.checked):hover .slider[data-v-9c144ec8]{box-shadow:0 0 1px 2px hsla(0,0%,65.9%,.2),0 0 2px 1px hsla(0,0%,65.9%,.15),0 0 1px 6px hsla(0,0%,65.9%,.09)}[dir] .switch.checked:hover .slider[data-v-9c144ec8]{box-shadow:0 0 1px 2px rgba(18,120,212,.2),0 0 2px 1px rgba(18,120,212,.15),0 0 1px 8px rgba(18,120,212,.09)}[dir] .switch input+.slider[data-v-9c144ec8]{border:1px solid hsla(0,0%,65.9%,.5);box-shadow:0 0 1px 2px hsla(0,0%,65.9%,.09)}[dir] .switch input:checked+.slider[data-v-9c144ec8]{border:1px solid rgba(18,120,212,.5);box-shadow:0 0 1px 2px rgba(18,120,212,.09)}[dir=ltr] .switch input:checked+.slider[data-v-9c144ec8]{transform:translateX(calc(100% + 5px))}[dir=rtl] .switch input:checked+.slider[data-v-9c144ec8]{transform:translateX(calc(-100% + -5px))}.modal[data-v-179d9e30]{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.2s ease-in-out;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.modal.modal-open[data-v-179d9e30]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal .modal-content[data-v-179d9e30]{transition:.2s ease-in-out;opacity:0}[dir] .modal .modal-content[data-v-179d9e30]{transform:scale(1.05);background:#f7f7f7}@media screen and (min-width:1024px){.modal .modal-content[data-v-179d9e30]{width:990px}}.modal.modal-open .modal-content[data-v-179d9e30]{opacity:1}[dir] .modal.modal-open .modal-content[data-v-179d9e30]{transform:scale(1)}.modal-header .header-text[data-v-179d9e30]{font-size:1rem}[dir] .modal-header .header-text[data-v-179d9e30]{margin-top:.5rem}.metric-data[data-v-179d9e30]{overflow-y:auto;white-space:nowrap;height:calc(75vh - 50px);max-height:calc(100% - 125px)}[dir] .metric-data[data-v-179d9e30]{padding:.6rem .5rem}.metric-data[data-v-179d9e30]::-webkit-scrollbar{height:4px;width:4px}[dir] .metric-data[data-v-179d9e30]::-webkit-scrollbar{background:rgba(80,148,221,.08);border-radius:8px}[dir] .metric-data[data-v-179d9e30]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}.data-grid[data-v-179d9e30]{display:flex;flex-wrap:wrap}.data-grid .data-grid-item[data-v-179d9e30]{display:flex;flex-direction:column;min-height:150px;flex:0 0 auto}[dir] .data-grid .data-grid-item[data-v-179d9e30]{background:var(--white);padding:.5rem;border-radius:12px;box-shadow:0 0 1px 1px rgba(80,148,221,.03),0 0 1px 3px rgba(80,148,221,.06)}@media screen and (min-width:1024px){.modal .modal-content[data-v-179d9e30]{max-width:990px}}@media screen and (min-width:1200px){.data-grid .data-grid-item[data-v-179d9e30]{width:calc(25% - .7rem)}}@media screen and (min-width:1024px) and (max-width:1200px){.data-grid .data-grid-item[data-v-179d9e30]{width:calc(33% - .7rem)}}@media screen and (min-width:750px) and (max-width:1024px){.data-grid .data-grid-item[data-v-179d9e30]{width:calc(50% - .7rem)}}@media screen and (min-width:750px){[dir] .data-grid .data-grid-item[data-v-179d9e30]{margin:0 .35rem 1rem}}@media screen and (max-width:749px){.data-grid .data-grid-item[data-v-179d9e30]{width:100%;max-width:400px}[dir] .data-grid .data-grid-item[data-v-179d9e30]{margin:0 auto 1rem}}.data-grid-item .item-heading[data-v-179d9e30]{display:flex;flex-direction:row-reverse}[dir] .data-grid-item .item-heading[data-v-179d9e30]{margin:0 0 1rem}.data-grid-item .item-heading .heading[data-v-179d9e30]{font-size:.85rem;line-height:1.2rem;font-weight:600;white-space:normal}[dir] .data-grid-item .item-heading .heading[data-v-179d9e30]{margin:0;padding:.1rem 0}.data-grid-item .item-heading .metric-options[data-v-179d9e30]{display:flex}[dir=ltr] .data-grid-item .item-heading .metric-options[data-v-179d9e30]{margin-left:auto}[dir=rtl] .data-grid-item .item-heading .metric-options[data-v-179d9e30]{margin-right:auto}.data-grid-item .item-heading .metric-options:empty+.heading[data-v-179d9e30]{width:100%}.data-grid-item .item-heading .metric-options:not(:empty)+.heading[data-v-179d9e30]{width:calc(65% - 1rem)}[dir] .metric-options .metric-total[data-v-179d9e30]{padding-top:.07rem}[dir=ltr] .metric-options .metric-total[data-v-179d9e30]{margin-right:.5rem}[dir=rtl] .metric-options .metric-total[data-v-179d9e30]{margin-left:.5rem}.metric-options .metric-total span[data-v-179d9e30]{color:var(--white);font-weight:700;font-size:.75rem}[dir] .metric-options .metric-total span[data-v-179d9e30]{background:var(--theme-blue-alt);padding:.1rem .3rem;text-align:center;border-radius:4px}.metric-options button[data-v-179d9e30]{display:inline-block;font-size:18px;color:var(--theme-blue-alt);height:20px;width:20px;transition:.15s ease-in-out}[dir] .metric-options button[data-v-179d9e30]{margin:0;padding:0;border:1px solid transparent;background:transparent;cursor:pointer}.metric-options button[data-v-179d9e30]:hover{opacity:.6}[dir] .metric-options button[data-v-179d9e30]:hover{transform:scale(1.1)}[dir=ltr] .metric-options button.close-icon[data-v-179d9e30]{margin-left:.3rem}[dir=rtl] .metric-options button.close-icon[data-v-179d9e30]{margin-right:.3rem}[dir] .data-grid-item .dropdown-container[data-v-179d9e30]{margin-top:auto}[dir] .data-grid-item button.data-button[data-v-179d9e30]{margin-top:.6rem;border-radius:17px;padding:6px 18px;text-align:center}.data-grid-item button.button-blue[data-v-179d9e30]:hover{color:var(--white);opacity:.5}[dir] .data-grid-item button.button-blue[data-v-179d9e30]:hover{background:var(--theme-blue)}[dir] .search-container[data-v-179d9e30]{margin:.5rem 0 1rem}.search-container .search-box[data-v-179d9e30]{position:relative;width:100%;max-width:600px}[dir] .search-container .search-box[data-v-179d9e30]{margin:0 auto}[dir] .search-container .search-box input[data-v-179d9e30]{background:var(--white);padding:6px 32px;margin-top:0}.search-container .search-box .search-icon[data-v-179d9e30]{position:absolute;top:50%;font-size:18px;color:var(--theme-blue-alt)}[dir] .search-container .search-box .search-icon[data-v-179d9e30]{transform:translateY(-50%)}[dir=ltr] .search-container .search-box .search-icon[data-v-179d9e30]{left:8px}[dir=rtl] .search-container .search-box .search-icon[data-v-179d9e30]{right:8px}.location-section[data-v-179d9e30]{color:var(--black);font-size:.8rem;justify-content:flex-end}[dir] .location-section[data-v-179d9e30]{margin-top:.75rem;padding:0 .4rem .4rem}[dir] .location-section .data-separator[data-v-179d9e30]{background:var(--black)}.overview-metric-data{--overview-bg-color:#fff;--box-color:#fff;--box-border:rgba(80,148,221,0.35);--box-shadow-bg:rgba(80,148,221,0.15);--label-color:#000;--overview-text-color:#000;--overview-value-color:#d8804c;--icon-bg-color:#24588d;--icon-text-color:#fff}.starred-metrics-container{width:100%}[dir] .starred-metrics-container{background:var(--overview-bg-color);border-radius:8px}.starred-metrics-section{display:flex;transition:.15s ease-in-out}[dir] .starred-metrics-section{padding:0 .7rem;border-radius:8px;margin-bottom:1rem}[dir] .starred-metrics-section .starred-data{padding-top:.6rem}.overview-metric-data.edit-mode .starred-metrics-section{position:relative;z-index:2}.starred-metrics-section .metric-action-section{width:185px;display:flex;flex-direction:column}[dir] .starred-metrics-section .metric-action-section{padding:.7rem 0}@media screen and (min-width:1024px){[dir=ltr] .starred-metrics-section .metric-action-section{border-right:1px solid var(--box-border)}[dir=rtl] .starred-metrics-section .metric-action-section{border-left:1px solid var(--box-border)}}.starred-metrics-section .metric-action-section .header{font-size:1rem;font-weight:700;line-height:1.3rem;color:var(--label-color)}[dir] .starred-metrics-section .metric-action-section .header{margin:0 0 .6rem}[dir=ltr] .starred-metrics-section .metric-action-section .header{padding-left:1.5rem}[dir=rtl] .starred-metrics-section .metric-action-section .header{padding-right:1.5rem}.location-section{color:var(--label-color);font-size:.85rem;display:flex;align-items:center;justify-content:center}[dir] .location-section{padding:0 .8rem .4rem}.location-section .data-separator{width:7px;height:7px}[dir] .location-section .data-separator{margin:0 .6rem;border-radius:50%;background:var(--label-color)}.metric-actions{display:flex;align-items:center;width:100%;height:100px}.metric-actions .kpi-switch .text{font-size:.75rem;display:block;color:var(--label-color)}[dir] .metric-actions .kpi-switch .text{margin-top:.4rem}.starred-metrics-section .section-toggle{display:flex;flex-direction:column;align-items:center;height:auto;width:90px}[dir] .starred-metrics-section .section-toggle{text-align:center}[dir=ltr] .starred-metrics-section .section-toggle{margin-right:.5rem}[dir=rtl] .starred-metrics-section .section-toggle{margin-left:.5rem}[dir] .starred-metrics-section .collapse-section{padding:.7rem 0}.starred-metrics-section .toggle-icon{width:36px;height:36px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--icon-text-color);font-size:24px;transition:.15s ease-in-out}[dir] .starred-metrics-section .toggle-icon{border-radius:8px;background:var(--icon-bg-color);border:1px solid var(--label-color);cursor:pointer}.starred-metrics-section .toggle-icon:hover{opacity:.5}.starred-metrics-section .section-toggle span{color:var(--label-color);font-weight:500;display:block;width:calc(100% - 1.5rem);font-size:.8rem;line-height:1rem}[dir] .starred-metrics-section .section-toggle span{margin-top:.4rem}.starred-metrics-section .starred-data{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:989px){.starred-metrics-section .starred-data{width:100%}}.starred-metrics-section .starred-items{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;transition:.15s ease-in-out;height:100%}[dir] .starred-metrics-section .starred-items{margin:0 auto;padding:.7rem 0}.starred-metrics-section .starred-items .data-item{flex:0 0 auto;transition:.2s ease-in-out;display:flex;flex-wrap:wrap;position:relative;min-height:68px}[dir] .starred-metrics-section .starred-items .data-item{border-radius:12px;border:1px solid var(--box-border);box-shadow:0 0 1px 1px var(--box-shadow-bg);padding:.7rem .75rem;margin:0 .5rem .7rem;background:var(--box-color)}.starred-metrics-section .starred-items .data-item.collapsed{align-items:center}.starred-metrics-section .starred-items .data-item:not(.collapsed) h5{width:100%}.starred-metrics-section .starred-items .data-item.collapsed h5{width:65%}.starred-metrics-section .starred-items .data-item .data-section{width:35%;transition:.3s ease-in-out;color:var(--overview-value-color);flex-direction:column;justify-content:center}[dir] .starred-metrics-section .starred-items .data-item .data-section{transform:translateY(2px)}.starred-metrics-section .starred-items .data-item .data-section.below-kpi{color:red}.starred-metrics-section .starred-items .data-item .data-section.above-kpi{color:#3dce9b}.starred-metrics-section .starred-items .data-item .data-section.matches-kpi{color:#e58612}[dir=ltr] .starred-metrics-section .starred-items .data-item.collapsed .data-section{transform:translate(4px)}[dir=rtl] .starred-metrics-section .starred-items .data-item.collapsed .data-section{transform:translate(-4px)}[dir=ltr] .starred-metrics-section .starred-items .data-item.collapsed .data-section .value{margin-left:auto;text-align:right}[dir=rtl] .starred-metrics-section .starred-items .data-item.collapsed .data-section .value{margin-right:auto;text-align:left}.starred-metrics-section .starred-items .data-item.collapsed .dropdown-container{display:none}.starred-metrics-section .starred-items .data-item .data-section .kpi-text{font-size:.7rem;font-weight:700;display:block;width:-webkit-fit-content;width:fit-content;width:-moz-fit-content}[dir=ltr] .starred-metrics-section .starred-items .data-item.collapsed .data-section .kpi-text{margin-left:auto}[dir=rtl] .starred-metrics-section .starred-items .data-item.collapsed .data-section .kpi-text{margin-right:auto}.starred-items .data-item h5{font-size:.9rem;font-weight:700;line-height:1.35rem;color:var(--overview-text-color)}.starred-items .data-item:not(.collapsed) h5{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2rem}[dir] .starred-items .data-item:not(.collapsed) h5{margin:0 0 1rem}[dir] .starred-items .data-item.collapsed h5{margin:0}.starred-items .data-item .data-section .value{font-size:.85rem;transition:.2s ease-in-out}.starred-items .data-item:not(.collapsed) .dropdown-container{width:60%}[dir=ltr] .starred-items .data-item:not(.collapsed) .dropdown-container{margin:auto 0 auto auto}[dir=rtl] .starred-items .data-item:not(.collapsed) .dropdown-container{margin:auto auto auto 0}[dir] .starred-items .data-item .dropdown-container .dropdown-input,[dir] .starred-items .data-item .dropdown-container .dropdown-menu{background:var(--box-color);border:1px solid var(--box-border)}[dir] .starred-items .data-item .dropdown-container .dropdown-menu .top-menu{background:var(--box-color)}.data-item .dropdown-container .dropdown-menu .top-menu .form-field{color:var(--overview-text-color)}[dir] .data-item .dropdown-container .dropdown-menu .top-menu .form-field{border:1px solid var(--box-border)}.data-item .dropdown-container .dropdown-menu .top-menu .form-field::-moz-placeholder{color:var(--box-border)}.data-item .dropdown-container .dropdown-menu .top-menu .form-field:-ms-input-placeholder{color:var(--box-border)}.data-item .dropdown-container .dropdown-menu .top-menu .form-field::placeholder{color:var(--box-border)}.data-item .dropdown-container .dropdown-options li,.starred-items .data-item .dropdown-container{color:var(--overview-text-color)}.starred-items .data-item .dropdown-container .dropdown-current{opacity:.85}.data-item .dropdown-container .dropdown-options li.current-selected{color:var(--overview-text-color)}[dir] .data-item .dropdown-container .dropdown-options li.current-selected{background:var(--box-border)}[dir] .data-item .dropdown-container .dropdown-options::-webkit-scrollbar{background:var(--box-border)}[dir] .data-item .dropdown-container .dropdown-options::-webkit-scrollbar-thumb{background:var(--overview-text-color)}.data-item .dropdown-container .dropdown-options li:not(.current-selected):hover{color:var(--overview-text-color)}[dir] .data-item .dropdown-container .dropdown-options li:not(.current-selected):hover{background:var(--box-shadow-bg)}@media screen and (min-width:651px){.starred-metrics-section .starred-items .data-item{width:265px}}@media screen and (max-width:650px){.starred-metrics-section .starred-items .data-item{width:100%;max-width:250px}}.starred-items .data-section.flex-column .value{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[dir] .starred-items .data-section.flex-column .value{margin-bottom:.3rem}.empty-text-section{height:140px;display:flex;flex-direction:column;justify-content:center;font-size:.85rem;max-width:450px;line-height:1.4rem}[dir] .empty-text-section{margin:0 auto}.empty-text-section .alt-text{font-size:.85rem;color:var(--theme-blue-alt)}[dir] .empty-text-section .alt-text{margin:.4rem 0}.metric-add-shortcut{color:var(--theme-blue-alt)}[dir] .metric-add-shortcut{padding:0}.metric-add-shortcut:hover{opacity:.5}.collapse-section .metric-settings{position:relative;display:flex;width:-webkit-fit-content;width:fit-content;width:-moz-fit-content}[dir=ltr] .collapse-section .metric-settings{margin-left:auto}[dir=rtl] .collapse-section .metric-settings{margin-right:auto}[dir] .collapse-section .metric-settings .setting-button{padding:0}.collapse-section .metric-settings .setting-button:hover{opacity:.5}.collapse-section .metric-settings .setting-icon{font-size:20px;color:var(--label-color);transition:.2s ease-in-out;position:relative;z-index:1}[dir] .collapse-section .metric-settings .setting-icon{cursor:pointer}.metric-settings .setting-section{position:absolute;top:24px;width:225px;z-index:999;opacity:0;visibility:hidden;transition:.25s ease-in-out}[dir] .metric-settings .setting-section{background:#fcfcfc;border:1px solid #cee5ff;border-radius:4px;transform:translateY(-5px)}[dir=ltr] .metric-settings .setting-section{right:-4px}[dir=rtl] .metric-settings .setting-section{left:-4px}.metric-settings .setting-section.visible{opacity:1;visibility:visible}[dir] .metric-settings .setting-section.visible{transform:translateY(-2px)}.metric-settings .setting-section .setting-list{width:100%;position:relative}[dir] .metric-settings .setting-section .setting-list{padding:.5rem}.metric-settings .setting-section .setting-list .revise-button{width:18px;height:18px;font-size:13px;display:flex;justify-content:center;align-items:center;color:var(--white)}[dir] .metric-settings .setting-section .setting-list .revise-button{border-radius:50%;background:var(--theme-blue);border:1px solid transparent}[dir=ltr] .metric-settings .setting-section .setting-list .revise-button{margin-left:auto}[dir=rtl] .metric-settings .setting-section .setting-list .revise-button{margin-right:auto}.metric-settings .setting-section .setting-list .revise-button .revise-icon{transition:.15s ease-in-out}.metric-settings .setting-section .setting-list .revise-button:hover .revise-icon{opacity:.6}[dir] .metric-settings .setting-section .setting-list .revise-button:hover .revise-icon{cursor:pointer}[dir=ltr] .metric-settings .setting-section .setting-list .revise-button:hover .revise-icon{transform:rotate(60deg)}[dir=rtl] .metric-settings .setting-section .setting-list .revise-button:hover .revise-icon{transform:rotate(-60deg)}.metric-settings .setting-section .setting-list:before{content:"";position:absolute;top:-8px;width:0;height:0}[dir] .metric-settings .setting-section .setting-list:before{background:inherit;border-bottom:8px solid #cee5ff}[dir=ltr] .metric-settings .setting-section .setting-list:before{right:4px;border-left:8px solid transparent;border-right:8px solid transparent}[dir=rtl] .metric-settings .setting-section .setting-list:before{left:4px;border-right:8px solid transparent;border-left:8px solid transparent}[dir] .metric-settings .setting-section .setting-list .data-group{margin-bottom:8px}[dir] .setting-section .setting-list .data-group .q-input{padding-bottom:0}.setting-section .setting-list .data-group .field-label{font-size:.75rem;font-weight:700;color:var(--theme-blue-alt)}.data-group .field-section .picker-section{visibility:hidden;position:absolute;z-index:99999;transition:.25s ease-in-out;opacity:0;width:100%}[dir=ltr] .data-group .field-section .picker-section{left:0}[dir=rtl] .data-group .field-section .picker-section{right:0}.data-group:not(.picker-top) .field-section .picker-section{top:75%}.data-group.picker-top .field-section .picker-section{top:-270px}.data-group .field-section .picker-section.visible{visibility:visible;opacity:1}.data-group:not(.picker-top) .field-section .picker-section.visible{top:100%}.data-group.picker-top .field-section .picker-section.visible{top:-287px}.data-group .field-section .picker-section .q-color-picker{width:100%}[dir] .q-field--filled.q-field--highlighted .q-field__control:before{background:transparent;box-shadow:0 0 1px 3px rgba(36,88,141,.1)}[dir] .data-group .q-input.error-state .q-field__control:before{box-shadow:0 0 1px 3px rgba(255,0,0,.5)}.q-input .q-field__marginal .q-icon{font-size:18px}.q-input .q-field__marginal:not(.q-anchor--skip) .q-icon{color:var(--theme-blue-alt)}.q-input .q-field__marginal:not(.q-anchor--skip) .q-icon:hover{opacity:.6}.data-group .q-input .color-indicator{display:block;width:9px;height:9px}[dir] .data-group .q-input .color-indicator{border-radius:50%}[dir=ltr] .data-group .q-input .color-indicator{margin-right:.5rem}[dir=rtl] .data-group .q-input .color-indicator{margin-left:.5rem}.data-group .q-input .q-field__bottom{display:none}[dir] .data-group .q-input .color-indicator.colored-border{border:1px solid rgba(80,148,221,.35)}.setting-section .setting-list .field-section{position:relative}.q-field__bottom{font-size:.75rem}[dir] .q-field__bottom{padding:.3rem 0}button.collapse-button{color:var(--label-color);display:flex;align-items:center;font-size:.85rem;transition:.15s ease-in-out}[dir] button.collapse-button{margin-top:auto;padding:0;background:transparent;border:1px solid transparent;cursor:pointer}button.collapse-button:hover{opacity:.5}button.collapse-button i{font-size:17px;transition:.2s ease-in-out}[dir=ltr] button.collapse-button i{margin-left:.2rem}[dir=rtl] button.collapse-button i{margin-right:.2rem}[dir=ltr] .collapse-button.collapsed i{transform:rotate(180deg)}[dir=rtl] .collapse-button.collapsed i{transform:rotate(-180deg)}@media screen and (max-width:989px){.starred-metrics-section{flex-direction:column;position:relative}.collapse-section .setting-container{position:absolute;top:15px}[dir=ltr] .collapse-section .setting-container{right:15px}[dir=rtl] .collapse-section .setting-container{left:15px}.starred-metrics-section .starred-data{width:100%}[dir] .metric-actions{margin-bottom:1rem}.collapse-button{justify-content:flex-end}}@media screen and (min-width:990px){.starred-metrics-section .starred-data{width:calc(100% - 200px)}}.data-group .q-input .q-field__control{height:auto;z-index:2}[dir] .data-group .q-input .q-field__control{background:#fff;border:1px solid rgba(80,148,221,.35);border-radius:0}.data-group .q-input .q-field__control .q-field__native{font-size:.8rem;text-transform:uppercase}[dir] .data-group .q-input .q-field__control .q-field__native{padding:2px 0}.data-group .q-input .q-field__control .q-field__marginal{height:auto}[dir] .data-group .q-field--filled .q-field__control:before{background:transparent;border:1px solid transparent}.data-group .q-field--filled .q-field__control:after{height:0}.data-group .q-input .q-field__control:before{transition:.25s ease-in-out}[dir] .kpi-switch .switch.checked{background:#27ae60}[dir] .kpi-switch .switch input:checked+.slider{border:1px solid rgba(39,174,96,.5);box-shadow:0 0 1px 2px rgba(39,174,96,.09)}[dir] .kpi-switch .switch.checked:hover .slider{box-shadow:0 0 1px 2px rgba(39,174,96,.2),0 0 2px 1px rgba(39,174,96,.15),0 0 1px 6px rgba(39,174,96,.09)}[dir] .report-creator-dialog .report-dialog-box[data-v-c1aeb45c]{border-radius:12px;box-shadow:0 0 2px 4px rgba(80,148,221,.09)}@media screen and (min-width:520px){.report-creator-dialog .report-dialog-box[data-v-c1aeb45c]{width:480px}}@media screen and (max-width:520px){.report-creator-dialog .report-dialog-box[data-v-c1aeb45c]{width:calc(100% - 1rem)}}[dir] .report-creator-dialog .report-dialog-box .modal-header[data-v-c1aeb45c]{padding:.25rem 0 .35rem;border-bottom:1px solid rgba(80,148,221,.2)}.report-creator-dialog .report-dialog-box .modal-header .header-text[data-v-c1aeb45c]{font-size:1rem}[dir] .report-creator-dialog .report-dialog-box .form-group[data-v-c1aeb45c]{padding:1.35rem 0;margin-bottom:0}.report-creator-dialog .report-dialog-box .form-group .field-label[data-v-c1aeb45c]{font-size:.9rem}.report-creator-dialog .report-dialog-box .form-group .error-text[data-v-c1aeb45c]{visibility:hidden;opacity:0}[dir] .report-creator-dialog .report-dialog-box .form-group .error-text[data-v-c1aeb45c]{margin:.4rem 0}.report-creator-dialog .report-dialog-box .form-group .error-text.error-visible[data-v-c1aeb45c]{visibility:visible;opacity:1}[dir] .report-creator-dialog .report-dialog-box .error-section[data-v-c1aeb45c]{margin-bottom:.5rem}.report-creator-dialog .report-dialog-box .action-section[data-v-c1aeb45c]{display:flex;align-items:center;justify-content:flex-end}[dir] .report-creator-dialog .report-dialog-box .action-section[data-v-c1aeb45c]{border-top:1px solid rgba(80,148,221,.2);padding:1rem 0}.report-creator-dialog .report-dialog-box .action-section button[data-v-c1aeb45c]:first-child{min-width:140px}[dir=ltr] .report-creator-dialog .report-dialog-box .action-section button[data-v-c1aeb45c]:first-child{margin-right:.4rem}[dir=rtl] .report-creator-dialog .report-dialog-box .action-section button[data-v-c1aeb45c]:first-child{margin-left:.4rem}[dir] .dialog-box[data-v-3065daae]{border-radius:12px;box-shadow:0 0 2px 4px rgba(80,148,221,.09)}[dir] .modal-header[data-v-3065daae]{padding:.25rem 0 .35rem;border-bottom:1px solid rgba(80,148,221,.2)}.modal-header .header-text[data-v-3065daae]{font-size:1rem}.data-text[data-v-3065daae]{font-size:.95rem;width:calc(100% - 1rem);line-height:1.5rem;color:var(--theme-blue-alt)}[dir] .data-text[data-v-3065daae]{padding:2rem 1.5rem;margin:0 auto}.error-text[data-v-3065daae]{font-size:.9rem}.action-section[data-v-3065daae]{justify-content:center}[dir] .action-section[data-v-3065daae]{padding:1rem 0;border-top:1px solid rgba(80,148,221,.2)}.action-section button[data-v-3065daae]{min-width:150px;max-width:100%;position:relative}[dir=ltr] .action-section button[data-v-3065daae]:first-child{margin-right:.6rem}[dir=rtl] .action-section button[data-v-3065daae]:first-child{margin-left:.6rem}.action-section button .process-spinner[data-v-3065daae]{position:absolute;top:45%;font-size:18px}[dir] .action-section button .process-spinner[data-v-3065daae]{transform:translateY(-50%)}[dir=ltr] .action-section button .process-spinner[data-v-3065daae]{right:4px}[dir=rtl] .action-section button .process-spinner[data-v-3065daae]{left:4px}.action-section button .process-spinner svg[data-v-3065daae]{display:inline-block;vertical-align:middle}.options-section[data-v-f70e1e7a]{position:relative;height:25px}[dir=ltr] .options-section[data-v-f70e1e7a]{margin-left:auto}[dir=rtl] .options-section[data-v-f70e1e7a]{margin-right:auto}[dir] .options-section button[data-v-f70e1e7a]{padding:0;background:transparent;border:1px solid transparent;cursor:pointer}.options-section button[data-v-f70e1e7a]:hover{opacity:.5}.options-section button .options-dots[data-v-f70e1e7a]{font-size:24px;display:inline-block;vertical-align:middle}.options-section .options-list[data-v-f70e1e7a]{position:absolute;width:180px;transition:.15s ease-in-out;z-index:9}[dir] .options-section .options-list[data-v-f70e1e7a]{background:var(--white)}[dir=ltr] .options-section .options-list[data-v-f70e1e7a]{right:0}[dir=rtl] .options-section .options-list[data-v-f70e1e7a]{left:0}.options-section .options-list[data-v-f70e1e7a]:not(.visible){top:90%;visibility:hidden;opacity:0}.options-section .options-list.visible[data-v-f70e1e7a]{visibility:visible;top:100%;opacity:1}.options-section .options-list ul[data-v-f70e1e7a]{list-style:none;width:100%;position:relative}[dir] .options-section .options-list ul[data-v-f70e1e7a]{margin:0;border:1px solid rgba(80,148,221,.25)}[dir=ltr] .options-section .options-list ul[data-v-f70e1e7a]{padding-left:0}[dir=rtl] .options-section .options-list ul[data-v-f70e1e7a]{padding-right:0}.options-section .options-list ul[data-v-f70e1e7a]:before{position:absolute;top:-8px;content:"";width:0;height:0}[dir] .options-section .options-list ul[data-v-f70e1e7a]:before{border-bottom:8px solid rgba(80,148,221,.25)}[dir=ltr] .options-section .options-list ul[data-v-f70e1e7a]:before{right:4px;border-right:8px solid transparent;border-left:8px solid transparent}[dir=rtl] .options-section .options-list ul[data-v-f70e1e7a]:before{left:4px;border-left:8px solid transparent;border-right:8px solid transparent}.options-section .options-list ul li[data-v-f70e1e7a]{line-height:1.3rem;transition:.15s ease-in-out;color:var(--theme-blue-alt)}[dir] .options-section .options-list ul li[data-v-f70e1e7a]{padding:.5rem .6rem}[dir] .options-section .options-list ul li[data-v-f70e1e7a]:hover{cursor:pointer;background:rgba(80,148,221,.15)}.options-section .options-list ul li.delete-text[data-v-f70e1e7a]{color:var(--red)}[dir] .options-section .options-list ul li.delete-text[data-v-f70e1e7a]:hover{background:rgba(255,0,0,.1)}.location-selector[data-v-22618da9]{width:100%}[dir] .location-selector[data-v-22618da9]{margin-top:.4rem}.location-selector .search-group[data-v-22618da9]{width:100%}.location-selector .search-group .field-group[data-v-22618da9]{width:100%;position:relative}[dir] .location-selector .search-group .field-group.list-visible input[data-v-22618da9]{border-radius:8px 8px 0 0}.location-selector .search-group .field-group .search-icon[data-v-22618da9]{position:absolute;top:50%;font-size:17px;color:var(--theme-blue-alt)}[dir] .location-selector .search-group .field-group .search-icon[data-v-22618da9]{transform:translateY(-50%)}[dir=ltr] .location-selector .search-group .field-group .search-icon[data-v-22618da9]{left:10px}[dir=rtl] .location-selector .search-group .field-group .search-icon[data-v-22618da9]{right:10px}[dir] .location-selector .search-group .field-group .form-field[data-v-22618da9]{padding:8px 32px;margin-top:0}[dir] .location-selector .selection-section[data-v-22618da9]{margin-top:.4rem;padding:0 .4rem}.location-selector .selection-section .selection-subview[data-v-22618da9]{color:var(--theme-blue-alt);opacity:.9;font-size:.8rem}.location-selector .selection-section .selection-edit-view button.edit-btn[data-v-22618da9],.location-selector .selection-section .selection-subview button.edit-btn[data-v-22618da9]{font-size:.8rem;color:var(--theme-blue-alt);font-weight:700}[dir] .location-selector .selection-section .selection-edit-view button.edit-btn[data-v-22618da9],[dir] .location-selector .selection-section .selection-subview button.edit-btn[data-v-22618da9]{background:transparent;border:1px solid transparent;cursor:pointer}[dir=ltr] .location-selector .selection-section .selection-edit-view button.edit-btn[data-v-22618da9],[dir=ltr] .location-selector .selection-section .selection-subview button.edit-btn[data-v-22618da9]{margin-left:.1rem}[dir=rtl] .location-selector .selection-section .selection-edit-view button.edit-btn[data-v-22618da9],[dir=rtl] .location-selector .selection-section .selection-subview button.edit-btn[data-v-22618da9]{margin-right:.1rem}.location-selector .selection-section .selection-edit-view button.edit-btn[data-v-22618da9]:hover,.location-selector .selection-section .selection-subview button.edit-btn[data-v-22618da9]:hover{text-decoration:underline}.location-selector .selection-section .selection-edit-view .edit-view-header[data-v-22618da9]{display:flex;justify-content:flex-end}.location-selector .selection-section .selection-edit-view .selection-list[data-v-22618da9]{display:flex;flex-wrap:wrap}[dir] .location-selector .selection-section .selection-edit-view .selection-list[data-v-22618da9]{padding:.25rem 0}.location-selector .selection-section .selection-edit-view .selection-list .edit-view-item[data-v-22618da9]{flex:0 0 auto;display:flex;align-items:center;color:var(--theme-blue-alt);transition:.15s ease-in-out}[dir] .location-selector .selection-section .selection-edit-view .selection-list .edit-view-item[data-v-22618da9]{border-radius:12px;padding:.15rem .6rem;border:1px solid var(--theme-blue-alt);margin-top:.5rem}[dir=ltr] .location-selector .selection-section .selection-edit-view .selection-list .edit-view-item[data-v-22618da9]{margin-right:.5rem}[dir=rtl] .location-selector .selection-section .selection-edit-view .selection-list .edit-view-item[data-v-22618da9]{margin-left:.5rem}.location-selector .selection-section .selection-edit-view .selection-list .edit-view-item[data-v-22618da9]:hover{color:var(--white)}[dir] .location-selector .selection-section .selection-edit-view .selection-list .edit-view-item[data-v-22618da9]:hover{background:var(--theme-blue-alt);cursor:pointer}[dir] .location-selector .selection-section .selection-edit-view .selection-list .edit-view-item:hover i[data-v-22618da9]{cursor:pointer;transform:scale(1.1)}.location-selector .selection-section .selection-edit-view .selection-list .edit-view-item span[data-v-22618da9]{font-size:.8rem}[dir=ltr] .location-selector .selection-section .selection-edit-view .selection-list .edit-view-item span[data-v-22618da9]{margin-right:.4rem}[dir=rtl] .location-selector .selection-section .selection-edit-view .selection-list .edit-view-item span[data-v-22618da9]{margin-left:.4rem}.location-selector .selection-section .selection-edit-view .selection-list .edit-view-item i[data-v-22618da9]{font-size:20px}.data-search-list[data-v-22618da9]{position:absolute;top:100%;width:100%;z-index:99}[dir] .data-search-list[data-v-22618da9]{background:var(--white);box-shadow:0 0 1px 2px rgba(36,88,141,.1)}[dir=ltr] .data-search-list[data-v-22618da9]{left:0}[dir=rtl] .data-search-list[data-v-22618da9]{right:0}.data-search-list .empty-list-data[data-v-22618da9],.data-search-list .search-list-error[data-v-22618da9],.data-search-list .search-loader[data-v-22618da9]{display:flex;justify-content:center;align-items:center}[dir] .data-search-list .empty-list-data[data-v-22618da9],[dir] .data-search-list .search-list-error[data-v-22618da9],[dir] .data-search-list .search-loader[data-v-22618da9]{padding:.75rem 1rem}.data-search-list .search-loader .dot-spinner[data-v-22618da9]{color:var(--theme-blue-alt);width:20px;height:20px}[dir=ltr] .data-search-list .search-loader .dot-spinner[data-v-22618da9]{margin-right:.5rem}[dir=rtl] .data-search-list .search-loader .dot-spinner[data-v-22618da9]{margin-left:.5rem}.data-search-list .search-loader .search-text[data-v-22618da9]{color:var(--theme-blue-alt);opacity:.85;font-size:.8rem}.data-search-list .search-list-error i[data-v-22618da9]{font-size:20px}[dir=ltr] .data-search-list .search-list-error i[data-v-22618da9]{margin-right:.4rem}[dir=rtl] .data-search-list .search-list-error i[data-v-22618da9]{margin-left:.4rem}.data-search-list .empty-list-data[data-v-22618da9]{font-size:.85rem;color:var(--theme-blue-alt)}.data-search-list .search-list-section[data-v-22618da9]{max-height:250px}.data-search-list .search-list-section ul[data-v-22618da9]{height:100%;max-height:210px;overflow-y:auto}[dir] .data-search-list .search-list-section ul[data-v-22618da9]{margin:0}[dir=ltr] .data-search-list .search-list-section ul[data-v-22618da9]{padding-left:0}[dir=rtl] .data-search-list .search-list-section ul[data-v-22618da9]{padding-right:0}.data-search-list .search-list-section ul[data-v-22618da9]::-webkit-scrollbar{width:4px}[dir] .data-search-list .search-list-section ul[data-v-22618da9]::-webkit-scrollbar{background:transparent}[dir] .data-search-list .search-list-section ul[data-v-22618da9]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}.data-search-list .search-list-section ul li[data-v-22618da9]{list-style:none;font-size:.85rem;color:var(--theme-blue-alt);transition:.15s ease-in-out;position:relative}[dir] .data-search-list .search-list-section ul li[data-v-22618da9]{padding:.5rem 1.35rem;cursor:pointer}.data-search-list .search-list-section ul li.selected[data-v-22618da9]{color:var(--white)}[dir] .data-search-list .search-list-section ul li.selected[data-v-22618da9]{background:var(--theme-blue-alt)}.data-search-list .search-list-section ul li.selected .check-icon[data-v-22618da9]{visibility:visible}.data-search-list .search-list-section ul li .check-icon[data-v-22618da9]{position:absolute;top:50%;font-size:20px;color:var(--white)}[dir] .data-search-list .search-list-section ul li .check-icon[data-v-22618da9]{transform:translateY(-50%)}[dir=ltr] .data-search-list .search-list-section ul li .check-icon[data-v-22618da9]{right:6px}[dir=rtl] .data-search-list .search-list-section ul li .check-icon[data-v-22618da9]{left:6px}[dir] .data-search-list .search-list-section ul li[data-v-22618da9]:not(.selected):hover{background:rgba(36,88,141,.1)}.data-search-list .search-list-section ul li:not(.selected) .check-icon[data-v-22618da9]{visibility:hidden}.data-search-list .search-list-section .search-list-lower[data-v-22618da9]{display:flex;align-items:center;height:40px}.data-search-list .search-list-section .search-list-lower .data-actions[data-v-22618da9]{height:100%;width:100%;display:flex;align-items:center}[dir] .data-search-list .search-list-section .search-list-lower .data-actions[data-v-22618da9]{padding:0 1.2rem;border-top:1px solid rgba(36,88,141,.25)}.data-search-list .search-list-section .search-list-lower .data-actions .action-item[data-v-22618da9]{display:flex;align-items:center}.data-search-list .search-list-section .search-list-lower .data-actions .action-item.selections-item[data-v-22618da9]{opacity:.85}[dir=ltr] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.select-section[data-v-22618da9]{margin-left:auto}[dir=rtl] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.select-section[data-v-22618da9]{margin-right:auto}[dir=ltr] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.select-section span[data-v-22618da9]{margin-left:.5rem}[dir=rtl] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.select-section span[data-v-22618da9]{margin-right:.5rem}.data-search-list .search-list-section .search-list-lower .data-actions .action-item span[data-v-22618da9]{font-size:.8rem}.data-search-list .search-list-section .search-list-lower .data-actions .action-item i[data-v-22618da9],.data-search-list .search-list-section .search-list-lower .data-actions .action-item span[data-v-22618da9]{color:var(--theme-blue-alt)}.data-search-list .search-list-section .search-list-lower .data-actions .action-item i[data-v-22618da9]{font-size:24px;font-weight:400;line-height:1.2rem;display:inline-block;vertical-align:middle}[dir] .data-search-list .search-list-section .search-list-lower .data-actions .action-item i[data-v-22618da9]{margin-top:.1rem}[dir=ltr] .data-search-list .search-list-section .search-list-lower .data-actions .action-item i[data-v-22618da9]{margin-left:.25rem}[dir=rtl] .data-search-list .search-list-section .search-list-lower .data-actions .action-item i[data-v-22618da9]{margin-right:.25rem}.data-search-list .search-list-section .search-list-lower .data-actions .action-item.remove-item[data-v-22618da9]{transition:.2s ease-in-out;opacity:.85}.data-search-list .search-list-section .search-list-lower .data-actions .action-item.remove-item[data-v-22618da9]:hover{opacity:1}[dir] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.remove-item[data-v-22618da9]:hover{cursor:pointer}.data-search-list .search-list-section .search-list-lower .data-actions .action-item.remove-item:hover span[data-v-22618da9]{text-decoration:underline}.data-search-list .search-list-section .search-list-lower .data-actions .action-item.close-section[data-v-22618da9]{transition:.2s ease-in-out}[dir=ltr] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.close-section[data-v-22618da9]{margin-left:.6rem}[dir=rtl] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.close-section[data-v-22618da9]{margin-right:.6rem}[dir=ltr] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.close-section i[data-v-22618da9]{margin-right:.3rem}[dir=rtl] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.close-section i[data-v-22618da9]{margin-left:.3rem}.data-search-list .search-list-section .search-list-lower .data-actions .action-item.close-section[data-v-22618da9]:hover{opacity:.6}[dir] .data-search-list .search-list-section .search-list-lower .data-actions .action-item.close-section[data-v-22618da9]:hover{cursor:pointer}.report-share-dialog .creator-section[data-v-be967420],.report-share-dialog .editor-section[data-v-be967420],.report-share-dialog .share-section[data-v-be967420],.template-creator-dialog .creator-section[data-v-be967420],.template-creator-dialog .editor-section[data-v-be967420],.template-creator-dialog .share-section[data-v-be967420],.template-editor-dialog .creator-section[data-v-be967420],.template-editor-dialog .editor-section[data-v-be967420],.template-editor-dialog .share-section[data-v-be967420]{width:100%}[dir] .report-share-dialog .creator-section[data-v-be967420],[dir] .report-share-dialog .editor-section[data-v-be967420],[dir] .report-share-dialog .share-section[data-v-be967420],[dir] .template-creator-dialog .creator-section[data-v-be967420],[dir] .template-creator-dialog .editor-section[data-v-be967420],[dir] .template-creator-dialog .share-section[data-v-be967420],[dir] .template-editor-dialog .creator-section[data-v-be967420],[dir] .template-editor-dialog .editor-section[data-v-be967420],[dir] .template-editor-dialog .share-section[data-v-be967420]{border-radius:12px;box-shadow:0 0 2px 4px rgba(80,148,221,.09)}[dir] .report-share-dialog .creator-section .modal-header[data-v-be967420],[dir] .report-share-dialog .editor-section .modal-header[data-v-be967420],[dir] .report-share-dialog .share-section .modal-header[data-v-be967420],[dir] .template-creator-dialog .creator-section .modal-header[data-v-be967420],[dir] .template-creator-dialog .editor-section .modal-header[data-v-be967420],[dir] .template-creator-dialog .share-section .modal-header[data-v-be967420],[dir] .template-editor-dialog .creator-section .modal-header[data-v-be967420],[dir] .template-editor-dialog .editor-section .modal-header[data-v-be967420],[dir] .template-editor-dialog .share-section .modal-header[data-v-be967420]{padding:.25rem 0 .35rem;border-bottom:1px solid rgba(80,148,221,.2)}.report-share-dialog .creator-section .modal-header .header-text[data-v-be967420],.report-share-dialog .editor-section .modal-header .header-text[data-v-be967420],.report-share-dialog .share-section .modal-header .header-text[data-v-be967420],.template-creator-dialog .creator-section .modal-header .header-text[data-v-be967420],.template-creator-dialog .editor-section .modal-header .header-text[data-v-be967420],.template-creator-dialog .share-section .modal-header .header-text[data-v-be967420],.template-editor-dialog .creator-section .modal-header .header-text[data-v-be967420],.template-editor-dialog .editor-section .modal-header .header-text[data-v-be967420],.template-editor-dialog .share-section .modal-header .header-text[data-v-be967420]{font-size:.95rem}[dir] .report-share-dialog .creator-section form .form-group[data-v-be967420]:only-child,[dir] .report-share-dialog .editor-section form .form-group[data-v-be967420]:only-child,[dir] .report-share-dialog .share-section form .form-group[data-v-be967420]:only-child,[dir] .template-creator-dialog .creator-section form .form-group[data-v-be967420]:only-child,[dir] .template-creator-dialog .editor-section form .form-group[data-v-be967420]:only-child,[dir] .template-creator-dialog .share-section form .form-group[data-v-be967420]:only-child,[dir] .template-editor-dialog .creator-section form .form-group[data-v-be967420]:only-child,[dir] .template-editor-dialog .editor-section form .form-group[data-v-be967420]:only-child,[dir] .template-editor-dialog .share-section form .form-group[data-v-be967420]:only-child{margin-bottom:0}.report-share-dialog .creator-section form .form-group .note-section[data-v-be967420],.report-share-dialog .editor-section form .form-group .note-section[data-v-be967420],.report-share-dialog .share-section form .form-group .note-section[data-v-be967420],.template-creator-dialog .creator-section form .form-group .note-section[data-v-be967420],.template-creator-dialog .editor-section form .form-group .note-section[data-v-be967420],.template-creator-dialog .share-section form .form-group .note-section[data-v-be967420],.template-editor-dialog .creator-section form .form-group .note-section[data-v-be967420],.template-editor-dialog .editor-section form .form-group .note-section[data-v-be967420],.template-editor-dialog .share-section form .form-group .note-section[data-v-be967420]{opacity:.7;line-height:1.5rem}[dir] .report-share-dialog .creator-section form .form-group .note-section[data-v-be967420],[dir] .report-share-dialog .editor-section form .form-group .note-section[data-v-be967420],[dir] .report-share-dialog .share-section form .form-group .note-section[data-v-be967420],[dir] .template-creator-dialog .creator-section form .form-group .note-section[data-v-be967420],[dir] .template-creator-dialog .editor-section form .form-group .note-section[data-v-be967420],[dir] .template-creator-dialog .share-section form .form-group .note-section[data-v-be967420],[dir] .template-editor-dialog .creator-section form .form-group .note-section[data-v-be967420],[dir] .template-editor-dialog .editor-section form .form-group .note-section[data-v-be967420],[dir] .template-editor-dialog .share-section form .form-group .note-section[data-v-be967420]{margin-top:.5rem}.report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],.report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],.report-share-dialog .share-section form .form-group .check-group .field-label[data-v-be967420],.template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],.template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],.template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-be967420],.template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],.template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],.template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-be967420]{font-size:.85rem;color:var(--theme-blue-alt);font-weight:500}[dir=ltr] .report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .report-share-dialog .share-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],[dir=ltr] .template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-be967420]{margin-left:.6rem}[dir=rtl] .report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .report-share-dialog .share-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-be967420],[dir=rtl] .template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-be967420]{margin-right:.6rem}.report-share-dialog .creator-section form .form-group label[data-v-be967420],.report-share-dialog .editor-section form .form-group label[data-v-be967420],.report-share-dialog .share-section form .form-group label[data-v-be967420],.template-creator-dialog .creator-section form .form-group label[data-v-be967420],.template-creator-dialog .editor-section form .form-group label[data-v-be967420],.template-creator-dialog .share-section form .form-group label[data-v-be967420],.template-editor-dialog .creator-section form .form-group label[data-v-be967420],.template-editor-dialog .editor-section form .form-group label[data-v-be967420],.template-editor-dialog .share-section form .form-group label[data-v-be967420]{font-size:.9rem}[dir] .report-share-dialog .creator-section form .form-group .error-text[data-v-be967420],[dir] .report-share-dialog .editor-section form .form-group .error-text[data-v-be967420],[dir] .report-share-dialog .share-section form .form-group .error-text[data-v-be967420],[dir] .template-creator-dialog .creator-section form .form-group .error-text[data-v-be967420],[dir] .template-creator-dialog .editor-section form .form-group .error-text[data-v-be967420],[dir] .template-creator-dialog .share-section form .form-group .error-text[data-v-be967420],[dir] .template-editor-dialog .creator-section form .form-group .error-text[data-v-be967420],[dir] .template-editor-dialog .editor-section form .form-group .error-text[data-v-be967420],[dir] .template-editor-dialog .share-section form .form-group .error-text[data-v-be967420]{margin-top:.4rem}.report-share-dialog .creator-section .error-section i[data-v-be967420],.report-share-dialog .editor-section .error-section i[data-v-be967420],.report-share-dialog .share-section .error-section i[data-v-be967420],.template-creator-dialog .creator-section .error-section i[data-v-be967420],.template-creator-dialog .editor-section .error-section i[data-v-be967420],.template-creator-dialog .share-section .error-section i[data-v-be967420],.template-editor-dialog .creator-section .error-section i[data-v-be967420],.template-editor-dialog .editor-section .error-section i[data-v-be967420],.template-editor-dialog .share-section .error-section i[data-v-be967420]{font-size:20px}[dir=ltr] .report-share-dialog .creator-section .error-section i[data-v-be967420],[dir=ltr] .report-share-dialog .editor-section .error-section i[data-v-be967420],[dir=ltr] .report-share-dialog .share-section .error-section i[data-v-be967420],[dir=ltr] .template-creator-dialog .creator-section .error-section i[data-v-be967420],[dir=ltr] .template-creator-dialog .editor-section .error-section i[data-v-be967420],[dir=ltr] .template-creator-dialog .share-section .error-section i[data-v-be967420],[dir=ltr] .template-editor-dialog .creator-section .error-section i[data-v-be967420],[dir=ltr] .template-editor-dialog .editor-section .error-section i[data-v-be967420],[dir=ltr] .template-editor-dialog .share-section .error-section i[data-v-be967420]{margin-right:.4rem}[dir=rtl] .report-share-dialog .creator-section .error-section i[data-v-be967420],[dir=rtl] .report-share-dialog .editor-section .error-section i[data-v-be967420],[dir=rtl] .report-share-dialog .share-section .error-section i[data-v-be967420],[dir=rtl] .template-creator-dialog .creator-section .error-section i[data-v-be967420],[dir=rtl] .template-creator-dialog .editor-section .error-section i[data-v-be967420],[dir=rtl] .template-creator-dialog .share-section .error-section i[data-v-be967420],[dir=rtl] .template-editor-dialog .creator-section .error-section i[data-v-be967420],[dir=rtl] .template-editor-dialog .editor-section .error-section i[data-v-be967420],[dir=rtl] .template-editor-dialog .share-section .error-section i[data-v-be967420]{margin-left:.4rem}.report-share-dialog .creator-section .button-section[data-v-be967420],.report-share-dialog .editor-section .button-section[data-v-be967420],.report-share-dialog .share-section .button-section[data-v-be967420],.template-creator-dialog .creator-section .button-section[data-v-be967420],.template-creator-dialog .editor-section .button-section[data-v-be967420],.template-creator-dialog .share-section .button-section[data-v-be967420],.template-editor-dialog .creator-section .button-section[data-v-be967420],.template-editor-dialog .editor-section .button-section[data-v-be967420],.template-editor-dialog .share-section .button-section[data-v-be967420]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}[dir] .report-share-dialog .creator-section .button-section[data-v-be967420],[dir] .report-share-dialog .editor-section .button-section[data-v-be967420],[dir] .report-share-dialog .share-section .button-section[data-v-be967420],[dir] .template-creator-dialog .creator-section .button-section[data-v-be967420],[dir] .template-creator-dialog .editor-section .button-section[data-v-be967420],[dir] .template-creator-dialog .share-section .button-section[data-v-be967420],[dir] .template-editor-dialog .creator-section .button-section[data-v-be967420],[dir] .template-editor-dialog .editor-section .button-section[data-v-be967420],[dir] .template-editor-dialog .share-section .button-section[data-v-be967420]{padding:1rem 0;border-top:1px solid rgba(80,148,221,.2);margin-top:1.5rem}.report-share-dialog .creator-section .button-section button[data-v-be967420],.report-share-dialog .editor-section .button-section button[data-v-be967420],.report-share-dialog .share-section .button-section button[data-v-be967420],.template-creator-dialog .creator-section .button-section button[data-v-be967420],.template-creator-dialog .editor-section .button-section button[data-v-be967420],.template-creator-dialog .share-section .button-section button[data-v-be967420],.template-editor-dialog .creator-section .button-section button[data-v-be967420],.template-editor-dialog .editor-section .button-section button[data-v-be967420],.template-editor-dialog .share-section .button-section button[data-v-be967420]{min-width:130px;max-width:50%;position:relative}[dir=ltr] .report-share-dialog .creator-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .report-share-dialog .editor-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .report-share-dialog .share-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .template-creator-dialog .creator-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .template-creator-dialog .editor-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .template-creator-dialog .share-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .template-editor-dialog .creator-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .template-editor-dialog .editor-section .button-section button[data-v-be967420]:not(:last-child),[dir=ltr] .template-editor-dialog .share-section .button-section button[data-v-be967420]:not(:last-child){margin-right:.4rem}[dir=rtl] .report-share-dialog .creator-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .report-share-dialog .editor-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .report-share-dialog .share-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .template-creator-dialog .creator-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .template-creator-dialog .editor-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .template-creator-dialog .share-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .template-editor-dialog .creator-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .template-editor-dialog .editor-section .button-section button[data-v-be967420]:not(:last-child),[dir=rtl] .template-editor-dialog .share-section .button-section button[data-v-be967420]:not(:last-child){margin-left:.4rem}.report-share-dialog .creator-section .button-section button .load-spinner[data-v-be967420],.report-share-dialog .editor-section .button-section button .load-spinner[data-v-be967420],.report-share-dialog .share-section .button-section button .load-spinner[data-v-be967420],.template-creator-dialog .creator-section .button-section button .load-spinner[data-v-be967420],.template-creator-dialog .editor-section .button-section button .load-spinner[data-v-be967420],.template-creator-dialog .share-section .button-section button .load-spinner[data-v-be967420],.template-editor-dialog .creator-section .button-section button .load-spinner[data-v-be967420],.template-editor-dialog .editor-section .button-section button .load-spinner[data-v-be967420],.template-editor-dialog .share-section .button-section button .load-spinner[data-v-be967420]{position:absolute;top:7.5px;width:17px;height:17px}[dir=ltr] .report-share-dialog .creator-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .report-share-dialog .editor-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .report-share-dialog .share-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .template-creator-dialog .creator-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .template-creator-dialog .editor-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .template-creator-dialog .share-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .template-editor-dialog .creator-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .template-editor-dialog .editor-section .button-section button .load-spinner[data-v-be967420],[dir=ltr] .template-editor-dialog .share-section .button-section button .load-spinner[data-v-be967420]{right:4px}[dir=rtl] .report-share-dialog .creator-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .report-share-dialog .editor-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .report-share-dialog .share-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .template-creator-dialog .creator-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .template-creator-dialog .editor-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .template-creator-dialog .share-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .template-editor-dialog .creator-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .template-editor-dialog .editor-section .button-section button .load-spinner[data-v-be967420],[dir=rtl] .template-editor-dialog .share-section .button-section button .load-spinner[data-v-be967420]{left:4px}[dir] .modal-header[data-v-39a69832]{padding:.25rem 0 .35rem;border-bottom:1px solid rgba(80,148,221,.2)}.modal-header .header-text[data-v-39a69832]{font-size:1rem}[dir] .dialog-box[data-v-39a69832]{box-shadow:0 0 2px 4px rgba(80,148,221,.09);border-radius:0 0 12px 12px}.data-text[data-v-39a69832]{font-size:.95rem;width:calc(100% - 1rem);line-height:1.5rem;color:var(--theme-blue-alt)}[dir] .data-text[data-v-39a69832]{padding:2rem 1.5rem;margin:0 auto}.error-section i[data-v-39a69832]{font-size:20px}[dir=ltr] .error-section i[data-v-39a69832]{margin-right:.4rem}[dir=rtl] .error-section i[data-v-39a69832]{margin-left:.4rem}[dir] .button-section[data-v-39a69832]{padding:1rem .3rem;border-top:1px solid rgba(80,148,221,.2)}.button-section button[data-v-39a69832]{position:relative;min-width:150px;max-width:100%}[dir=ltr] .button-section button[data-v-39a69832]:first-child{margin-right:.6rem}[dir=rtl] .button-section button[data-v-39a69832]:first-child{margin-left:.6rem}.button-section button .process-spinner[data-v-39a69832]{position:absolute;top:45%;font-size:18px}[dir] .button-section button .process-spinner[data-v-39a69832]{transform:translateY(-50%)}[dir=ltr] .button-section button .process-spinner[data-v-39a69832]{right:4px}[dir=rtl] .button-section button .process-spinner[data-v-39a69832]{left:4px}.button-section button .process-spinner svg[data-v-39a69832]{display:inline-block;vertical-align:middle}.duration-slider[data-v-1ffcd022]{width:100%;position:relative}[dir] .duration-slider[data-v-1ffcd022]{margin-top:-6px}.duration-slider input[data-v-1ffcd022]{width:100%;height:2px;appearance:none;-moz-appearance:none;-webkit-appearance:none;transition:all .2s;outline:0}[dir] .duration-slider input[data-v-1ffcd022]{background:hsla(0,0%,100%,.6);border-radius:6px;cursor:pointer}.duration-slider input[data-v-1ffcd022]::-moz-range-thumb{width:17px;height:17px;position:relative;z-index:2;-moz-transition:all .3s;transition:all .3s}[dir] .duration-slider input[data-v-1ffcd022]::-moz-range-thumb{background:var(--theme-blue-alt);border-radius:50%;cursor:pointer;border:1px solid var(--theme-blue-alt)}.duration-slider input[data-v-1ffcd022]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:17px;height:17px;transition:all .3s;position:relative;z-index:2}[dir] .duration-slider input[data-v-1ffcd022]::-webkit-slider-thumb{background:var(--theme-blue-alt);border-radius:50%;-webkit-transition:all .3s;cursor:pointer}[dir] .duration-slider input:hover+.position-indicator[data-v-1ffcd022],[dir] .duration-slider input[data-v-1ffcd022]:hover::-webkit-slider-thumb{background:var(--theme-blue)}.position-indicator[data-v-1ffcd022]{position:absolute;top:13px;width:0;height:2px;z-index:1}[dir] .position-indicator[data-v-1ffcd022]{background:var(--theme-blue-alt)}[dir=ltr] .position-indicator[data-v-1ffcd022]{left:0}[dir=rtl] .position-indicator[data-v-1ffcd022]{right:0}.video-item[data-v-61030384]{width:100%;height:100%;position:relative;transition:.3s ease-in-out;max-width:100%}[dir] .video-item[data-v-61030384]{margin:0 auto;background:#000}.video-item .video-component[data-v-61030384],.video-item .video-content[data-v-61030384]{width:100%;height:100%;max-height:100%}.video-item .picture-frame[data-v-61030384]{position:absolute;top:0;width:100%;height:calc(100% - 60px);color:var(--white);transition:.2s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center}[dir] .video-item .picture-frame[data-v-61030384]{text-align:center}[dir=ltr] .video-item .picture-frame[data-v-61030384]{left:0}[dir=rtl] .video-item .picture-frame[data-v-61030384]{right:0}.video-item .picture-frame.in-view[data-v-61030384]{opacity:1;z-index:1}[dir] .video-item .picture-frame.in-view[data-v-61030384]{background:#000}.video-item .picture-frame[data-v-61030384]:not(.in-view){opacity:0;z-index:-1}[dir] .video-item .picture-frame[data-v-61030384]:not(.in-view){background:rgba(0,0,0,.5)}.video-item .picture-frame .frame-text[data-v-61030384]{font-size:.95rem;line-height:1.35rem}[dir] .video-item .picture-frame .frame-text[data-v-61030384]{padding:.25rem 0}.video-item .picture-frame button[data-v-61030384]{color:var(--white);transition:.2s ease-in-out}[dir] .video-item .picture-frame button[data-v-61030384]{margin-top:.4rem;background:transparent;border:1px solid var(--white);border-radius:12px;padding:.2rem .75rem}[dir] .video-item .picture-frame button[data-v-61030384]:hover{cursor:pointer;background:hsla(0,0%,100%,.6)}.video-item .video-cover-image[data-v-61030384]{width:100%;height:100%;position:absolute;top:0;transition:.15s ease-in-out}[dir] .video-item .video-cover-image[data-v-61030384]{background:rgba(0,0,0,.5)}[dir=ltr] .video-item .video-cover-image[data-v-61030384]{left:0}[dir=rtl] .video-item .video-cover-image[data-v-61030384]{right:0}[dir] .video-item .video-cover-image.loaded-image[data-v-61030384]{background:#000}.video-item .video-cover-image img[data-v-61030384]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.video-item .play-button[data-v-61030384]{position:absolute;top:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;color:var(--white);font-size:20px;transition:.3s ease-in-out;opacity:0;z-index:99}[dir] .video-item .play-button[data-v-61030384]{border-radius:50%;background:var(--theme-blue-alt);text-align:center;border:1px solid var(--theme-blue)}[dir=ltr] .video-item .play-button[data-v-61030384]{left:50%;transform:translate(-50%,-30%)}[dir=rtl] .video-item .play-button[data-v-61030384]{right:50%;transform:translate(50%,-30%)}.video-item .play-button[data-v-61030384]:hover{opacity:.5}[dir] .video-item .play-button[data-v-61030384]:hover{background:var(--theme-blue);cursor:pointer}[dir=ltr] .video-item .play-button[data-v-61030384]:hover{transform:translate(-50%,-50%) scale(1.2)}[dir=rtl] .video-item .play-button[data-v-61030384]:hover{transform:translate(50%,-50%) scale(1.2)}.video-item .play-button.loaded[data-v-61030384]{opacity:1}[dir=ltr] .video-item .play-button.loaded[data-v-61030384]{transform:translate(-50%,-50%)}[dir=rtl] .video-item .play-button.loaded[data-v-61030384]{transform:translate(50%,-50%)}.video-item .play-button img[data-v-61030384]{width:20px;height:20px;filter:invert(100%) sepia(16%) saturate(8%) hue-rotate(279deg) brightness(114%) contrast(100%)}.video-item.loaded .play-button[data-v-61030384],.video-item:hover .play-button[data-v-61030384]{opacity:1}[dir=ltr] .video-item.loaded .play-button[data-v-61030384],[dir=ltr] .video-item:hover .play-button[data-v-61030384]{transform:translate(-50%,-50%)}[dir=rtl] .video-item.loaded .play-button[data-v-61030384],[dir=rtl] .video-item:hover .play-button[data-v-61030384]{transform:translate(50%,-50%)}.video-item .controls[data-v-61030384]{position:absolute;bottom:0;width:100%;display:flex;align-items:center;transition:.4s ease-in-out;opacity:0}[dir] .video-item .controls[data-v-61030384]{padding:.8rem .4rem;background:rgba(0,0,0,.8)}[dir=ltr] .video-item .controls[data-v-61030384]{left:0}[dir=rtl] .video-item .controls[data-v-61030384]{right:0}.video-item .controls:hover+.play-button[data-v-61030384]{opacity:0}.video-item .controls.in-view[data-v-61030384]{opacity:1}.video-item .controls .video-range[data-v-61030384]{display:flex;align-items:center;width:calc(80% - 10rem)}.video-item .controls .video-range .duration-slider input[data-v-61030384]{height:4px}.video-item .controls .video-range .full-range[data-v-61030384]{width:100%;position:relative}.video-item .controls .video-range .full-range .preview-bar[data-v-61030384]{position:absolute;top:-85px;width:140px;height:85px}[dir] .video-item .controls .video-range .full-range .preview-bar[data-v-61030384]{background:var(--black)}[dir=ltr] .video-item .controls .video-range .full-range .preview-bar[data-v-61030384]{left:0}[dir=rtl] .video-item .controls .video-range .full-range .preview-bar[data-v-61030384]{right:0}.video-item .controls .video-range .full-range .preview-bar .preview-item[data-v-61030384]{width:100%;height:100%;position:relative}.video-item .controls .video-range .full-range .preview-bar .preview-item[data-v-61030384]:before{position:absolute;content:"";top:100%;width:0;height:0}[dir] .video-item .controls .video-range .full-range .preview-bar .preview-item[data-v-61030384]:before{border-top:8px solid var(--black)}[dir=ltr] .video-item .controls .video-range .full-range .preview-bar .preview-item[data-v-61030384]:before{left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent}[dir=rtl] .video-item .controls .video-range .full-range .preview-bar .preview-item[data-v-61030384]:before{right:50%;transform:translateX(50%);border-right:8px solid transparent;border-left:8px solid transparent}.video-item .controls .video-range .full-range .preview-bar .preview-item .preview-video[data-v-61030384]{width:100%;height:100%}.video-item .controls .video-range .full-range .preview-bar .preview-item .preview-timestamp[data-v-61030384]{position:absolute;bottom:8px;font-size:.7rem;color:var(--white);line-height:1rem}[dir] .video-item .controls .video-range .full-range .preview-bar .preview-item .preview-timestamp[data-v-61030384]{padding:.1rem .4rem;background:var(--black);border-radius:10px}[dir=ltr] .video-item .controls .video-range .full-range .preview-bar .preview-item .preview-timestamp[data-v-61030384]{left:50%;transform:translateX(-50%)}[dir=rtl] .video-item .controls .video-range .full-range .preview-bar .preview-item .preview-timestamp[data-v-61030384]{right:50%;transform:translateX(50%)}.video-item .controls .video-range .time-data[data-v-61030384]{color:var(--white);font-size:.7rem;height:100%}[dir=ltr] .video-item .controls .video-range .time-data.current-time[data-v-61030384]{margin-right:.6rem}[dir=ltr] .video-item .controls .video-range .time-data.remaining-time[data-v-61030384],[dir=rtl] .video-item .controls .video-range .time-data.current-time[data-v-61030384]{margin-left:.6rem}[dir=rtl] .video-item .controls .video-range .time-data.remaining-time[data-v-61030384]{margin-right:.6rem}.video-item .controls .volume-section[data-v-61030384]{display:flex;align-items:center}[dir] .video-item .controls .volume-section button[data-v-61030384]{background:transparent;border:1px solid transparent;padding:0}[dir=ltr] .video-item .controls .volume-section button[data-v-61030384]{margin-right:10px}[dir=rtl] .video-item .controls .volume-section button[data-v-61030384]{margin-left:10px}.video-item .controls .volume-section .volume-icon[data-v-61030384]{width:15px;height:15px;filter:invert(100%) sepia(16%) saturate(8%) hue-rotate(279deg) brightness(114%) contrast(100%);transition:.15s ease;display:inline-block;vertical-align:middle}[dir] .video-item .controls .volume-section .volume-icon[data-v-61030384]{cursor:pointer}.video-item .controls .volume-section .volume-icon[data-v-61030384]:hover{opacity:.6}[dir] .video-item .controls .skip-section button[data-v-61030384]{background:transparent;border:1px solid transparent;padding:0}[dir=ltr] .video-item .controls .skip-section button[data-v-61030384]:first-child{margin-right:.6rem}[dir=rtl] .video-item .controls .skip-section button[data-v-61030384]:first-child{margin-left:.6rem}.video-item .controls .skip-section .skip-icon[data-v-61030384]{width:20px;height:20px;filter:invert(100%) sepia(16%) saturate(8%) hue-rotate(279deg) brightness(114%) contrast(100%);display:inline-block;vertical-align:middle;transition:.2s ease-in-out}[dir] .video-item .controls .skip-section .skip-icon[data-v-61030384]{cursor:pointer}[dir=ltr] .video-item .controls .skip-section .skip-icon.skip-reverse[data-v-61030384]:hover{transform:rotate(-15deg)}[dir=ltr] .video-item .controls .skip-section .skip-icon.skip-forward[data-v-61030384]:hover,[dir=rtl] .video-item .controls .skip-section .skip-icon.skip-reverse[data-v-61030384]:hover{transform:rotate(15deg)}[dir=rtl] .video-item .controls .skip-section .skip-icon.skip-forward[data-v-61030384]:hover{transform:rotate(-15deg)}[dir=ltr] .video-item .controls .skip-section .skip-icon.skip-animate-reverse[data-v-61030384]{-webkit-animation:skipReverse-ltr-61030384 .5s;animation:skipReverse-ltr-61030384 .5s}[dir=rtl] .video-item .controls .skip-section .skip-icon.skip-animate-reverse[data-v-61030384]{-webkit-animation:skipReverse-rtl-61030384 .5s;animation:skipReverse-rtl-61030384 .5s}[dir=ltr] .video-item .controls .skip-section .skip-icon.skip-animate-forward[data-v-61030384]{-webkit-animation:skipForward-ltr-61030384 .5s;animation:skipForward-ltr-61030384 .5s}[dir=rtl] .video-item .controls .skip-section .skip-icon.skip-animate-forward[data-v-61030384]{-webkit-animation:skipForward-rtl-61030384 .5s;animation:skipForward-rtl-61030384 .5s}@keyframes skipForward-ltr-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(15deg)}to{transform:rotate(0deg)}}@keyframes skipForward-rtl-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(-15deg)}to{transform:rotate(0deg)}}@-webkit-keyframes skipForward-ltr-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(15deg)}to{transform:rotate(0deg)}}@-webkit-keyframes skipForward-rtl-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(-15deg)}to{transform:rotate(0deg)}}@keyframes skipReverse-ltr-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(-15deg)}to{transform:rotate(0deg)}}@keyframes skipReverse-rtl-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(15deg)}to{transform:rotate(0deg)}}@-webkit-keyframes skipReverse-ltr-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(-15deg)}to{transform:rotate(0deg)}}@-webkit-keyframes skipReverse-rtl-61030384{0%{transform:rotate(0deg)}50%{transform:rotate(15deg)}to{transform:rotate(0deg)}}[dir] .video-item .controls .fullscreen-section[data-v-61030384]{background:transparent;border:1px solid transparent}.video-item .controls .fullscreen-section .fullscreen-icon[data-v-61030384]{width:22px;height:22px;filter:invert(100%) sepia(16%) saturate(8%) hue-rotate(279deg) brightness(114%) contrast(100%);transition:.2s ease-in-out;display:inline-block;vertical-align:middle}[dir] .video-item .controls .fullscreen-section .fullscreen-icon[data-v-61030384]{cursor:pointer}[dir] .video-item .controls .fullscreen-section .fullscreen-icon[data-v-61030384]:hover{transform:scale(1.1)}.video-item .controls .setting-section[data-v-61030384]{position:relative}.video-item .controls .setting-section .setting-trigger[data-v-61030384]{transition:.2s ease-in-out}[dir] .video-item .controls .setting-section .setting-trigger[data-v-61030384]{padding:.2rem .4rem;cursor:pointer;background:transparent;border:1px solid transparent}[dir] .video-item .controls .setting-section .setting-trigger[data-v-61030384]:hover{background:hsla(0,0%,100%,.25)}.video-item .controls .setting-section .setting-trigger .gear-icon[data-v-61030384]{display:inline-block;vertical-align:middle;width:16px;height:16px;filter:invert(100%) sepia(16%) saturate(8%) hue-rotate(279deg) brightness(114%) contrast(100%)}.video-item .controls .setting-section ul[data-v-61030384]{color:#fff;position:absolute;list-style:none;width:150px}[dir] .video-item .controls .setting-section ul[data-v-61030384]{background:var(--black)}[dir=ltr] .video-item .controls .setting-section ul[data-v-61030384]{padding-left:0}[dir=rtl] .video-item .controls .setting-section ul[data-v-61030384]{padding-right:0}.video-item .controls .setting-section .settings-list[data-v-61030384]{bottom:85%;z-index:99}[dir=ltr] .video-item .controls .setting-section .settings-list[data-v-61030384]{left:50%;transform:translateX(-50%)}[dir=rtl] .video-item .controls .setting-section .settings-list[data-v-61030384]{right:50%;transform:translateX(50%)}.video-item .controls .setting-section .settings-list li[data-v-61030384]{line-height:1.1rem;font-size:.75rem;position:relative;transition:.2s ease-in-out;font-weight:600}[dir] .video-item .controls .setting-section .settings-list li[data-v-61030384]{padding:.4rem}.video-item .controls .setting-section .settings-list li.disabled-setting[data-v-61030384]{opacity:.5}[dir] .video-item .controls .setting-section .settings-list li.disabled-setting[data-v-61030384]:hover{cursor:default}.video-item .controls .setting-section .settings-list li i[data-v-61030384]{display:inline-block;vertical-align:middle}.video-item .controls .setting-section .settings-list li i.picture-in-picture[data-v-61030384]{font-size:20px}[dir=ltr] .video-item .controls .setting-section .settings-list li i.picture-in-picture[data-v-61030384]{margin-right:.2rem}[dir=rtl] .video-item .controls .setting-section .settings-list li i.picture-in-picture[data-v-61030384]{margin-left:.2rem}.video-item .controls .setting-section .settings-list li.switch-list[data-v-61030384]{display:flex;justify-content:space-between;align-items:center}[dir] .video-item .controls .setting-section .settings-list li.switch-list[data-v-61030384]{padding:.2rem .4rem}[dir] .video-item .controls .setting-section .settings-list li[data-v-61030384]:not(.disabled-setting):hover{background:hsla(0,0%,100%,.3);cursor:pointer}.video-item .controls .setting-section .settings-list li:not(.disabled-setting):hover .setting-options[data-v-61030384]{display:block}.video-item .controls .setting-section .settings-list li .setting-options[data-v-61030384]{top:0;display:none}[dir=ltr] .video-item .controls .setting-section .settings-list li .setting-options[data-v-61030384]{right:100%}[dir=rtl] .video-item .controls .setting-section .settings-list li .setting-options[data-v-61030384]{left:100%}.video-item .controls .setting-section .settings-list li .setting-options li[data-v-61030384]{display:flex;align-items:center;justify-content:space-between;color:hsla(0,0%,100%,.85)}[dir] .video-item .controls .setting-section .settings-list li .setting-options li[data-v-61030384]{padding:.4rem .5rem}.video-item .controls .setting-section .settings-list li .setting-options li .checkmark-icon[data-v-61030384]{width:11px;height:11px;filter:invert(100%) sepia(16%) saturate(8%) hue-rotate(279deg) brightness(114%) contrast(100%)}[dir=ltr] .video-item .controls .setting-section .settings-list li .setting-options li .checkmark-icon[data-v-61030384]{margin-right:.4rem}[dir=rtl] .video-item .controls .setting-section .settings-list li .setting-options li .checkmark-icon[data-v-61030384]{margin-left:.4rem}@media screen and (max-width:989px){.video-item .controls[data-v-61030384]{flex-wrap:wrap}.video-item .controls .video-range[data-v-61030384]{width:100%}[dir] .video-item .controls .video-range[data-v-61030384]{margin-bottom:1rem}.video-item .controls .volume-section[data-v-61030384]{max-width:150px}[dir=ltr] .video-item .controls .volume-section[data-v-61030384]{margin-right:1.2rem}[dir=rtl] .video-item .controls .volume-section[data-v-61030384]{margin-left:1.2rem}[dir=ltr] .video-item .controls .skip-section[data-v-61030384]{margin-right:.8rem}[dir=rtl] .video-item .controls .skip-section[data-v-61030384]{margin-left:.8rem}[dir=ltr] .video-item .controls .fullscreen-section[data-v-61030384]{margin-left:auto}[dir=rtl] .video-item .controls .fullscreen-section[data-v-61030384]{margin-right:auto}}@media screen and (min-width:990px){.video-item .controls[data-v-61030384]{justify-content:space-between}.video-item .controls .volume-section[data-v-61030384]{max-width:100px}}.video-item .loading-spinner[data-v-61030384]{width:36px;height:36px;position:absolute;top:50%}[dir] .video-item .loading-spinner[data-v-61030384]{background:transparent;border:4px solid hsla(0,0%,100%,.7);border-top:4px solid var(--theme-blue-alt);border-radius:50%}[dir=ltr] .video-item .loading-spinner[data-v-61030384]{left:50%;transform:translate(-50%,-50%);-webkit-animation:rotate-ltr-61030384 .75s linear infinite;animation:rotate-ltr-61030384 .75s linear infinite}[dir=rtl] .video-item .loading-spinner[data-v-61030384]{right:50%;transform:translate(50%,-50%);-webkit-animation:rotate-rtl-61030384 .75s linear infinite;animation:rotate-rtl-61030384 .75s linear infinite}@-webkit-keyframes rotate-ltr-61030384{0%{transform:translate(-50%,-50%) rotate(0deg)}50%{transform:translate(-50%,-50%) rotate(180deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@-webkit-keyframes rotate-rtl-61030384{0%{transform:translate(50%,-50%) rotate(0deg)}50%{transform:translate(50%,-50%) rotate(-180deg)}to{transform:translate(50%,-50%) rotate(-1turn)}}@keyframes rotate-ltr-61030384{0%{transform:translate(-50%,-50%) rotate(0deg)}50%{transform:translate(-50%,-50%) rotate(180deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotate-rtl-61030384{0%{transform:translate(50%,-50%) rotate(0deg)}50%{transform:translate(50%,-50%) rotate(-180deg)}to{transform:translate(50%,-50%) rotate(-1turn)}}.video-item .load-error-section[data-v-61030384]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:red}[dir] .video-item .load-error-section[data-v-61030384]{text-align:center}.video-item .load-error-section i[data-v-61030384]{font-size:28px}.video-item .load-error-section .load-error-text[data-v-61030384]{font-size:.85rem}[dir] .video-item .load-error-section .load-error-text[data-v-61030384]{margin-top:.4rem}@media screen and (min-width:990px){.q-dialog.video-window .q-dialog__inner .dialog-box{max-width:900px}}@media screen and (max-width:989px){.q-dialog.video-window .q-dialog__inner .dialog-box{max-width:calc(100% - .5rem)}}@media screen and (max-width:600px){[dir] .q-dialog .q-dialog__inner{padding:24px 6px}}[dir] .dialog-box[data-v-15df13e8]{margin-top:0;padding:1rem}[dir] .modal-header[data-v-15df13e8]{padding:.25rem 0 .35rem}.modal-header .header-text[data-v-15df13e8]{font-size:1rem;white-space:normal;line-height:1.35rem}[dir=ltr] .modal-header .header-text[data-v-15df13e8]{padding-right:.5rem}[dir=rtl] .modal-header .header-text[data-v-15df13e8]{padding-left:.5rem}.video-description[data-v-15df13e8]{font-size:.95rem;color:rgba(0,0,0,.9);line-height:1.2rem}[dir] .video-description[data-v-15df13e8]{padding-top:1.2rem}.video-player-section[data-v-15df13e8]{width:100%}[dir] .video-player-section[data-v-15df13e8]{padding:1.2rem 0}@media screen and (min-width:480px){.video-player-section[data-v-15df13e8]{height:450px}}@media screen and (max-width:479px){.video-player-section[data-v-15df13e8]{height:450px}}.search-section .search-bar[data-v-5a382171]{position:relative;max-width:700px;width:calc(100% - 1rem)}[dir] .search-section .search-bar[data-v-5a382171]{margin:0 auto}.search-section .search-bar .search-icon[data-v-5a382171]{position:absolute;top:50%;color:var(--theme-blue-alt);font-size:18px}[dir] .search-section .search-bar .search-icon[data-v-5a382171]{transform:translateY(-50%)}[dir=ltr] .search-section .search-bar .search-icon[data-v-5a382171]{left:8px}[dir=rtl] .search-section .search-bar .search-icon[data-v-5a382171]{right:8px}[dir] .search-section .search-bar .form-field[data-v-5a382171]{padding:8px 32px;margin-top:0}.report-view[data-v-5a382171],.template-view[data-v-5a382171]{width:100%;height:calc(100% - 180px);overflow-y:auto}[dir] .report-view[data-v-5a382171],[dir] .template-view[data-v-5a382171]{margin-top:1rem}.report-view[data-v-5a382171]::-webkit-scrollbar,.template-view[data-v-5a382171]::-webkit-scrollbar{width:6px}[dir] .report-view[data-v-5a382171]::-webkit-scrollbar,[dir] .template-view[data-v-5a382171]::-webkit-scrollbar{background:transparent}[dir] .report-view[data-v-5a382171]::-webkit-scrollbar-thumb,[dir] .template-view[data-v-5a382171]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:8px}.report-section[data-v-5a382171],.template-section[data-v-5a382171]{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr}[dir] .report-section[data-v-5a382171],[dir] .template-section[data-v-5a382171]{padding:1.8rem 0}@media screen and (min-width:1620px){.report-section[data-v-5a382171],.template-section[data-v-5a382171]{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1240px)and (max-width:1620px){.report-section[data-v-5a382171],.template-section[data-v-5a382171]{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:820px)and (max-width:1240px){.report-section[data-v-5a382171],.template-section[data-v-5a382171]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:819px){.report-section[data-v-5a382171],.template-section[data-v-5a382171]{grid-template-columns:100%}}.report-section .report-item[data-v-5a382171],.report-section .template-item[data-v-5a382171],.template-section .report-item[data-v-5a382171],.template-section .template-item[data-v-5a382171]{flex:0 0 auto;display:flex;flex-direction:column;transition:.2s ease-in-out}[dir] .report-section .report-item[data-v-5a382171],[dir] .report-section .template-item[data-v-5a382171],[dir] .template-section .report-item[data-v-5a382171],[dir] .template-section .template-item[data-v-5a382171]{margin:0 1rem 1rem;border-radius:12px;padding:1rem}.report-section .report-item.selected[data-v-5a382171],.report-section .template-item.selected[data-v-5a382171],.template-section .report-item.selected[data-v-5a382171],.template-section .template-item.selected[data-v-5a382171]{color:var(--white)}[dir] .report-section .report-item.selected[data-v-5a382171],[dir] .report-section .template-item.selected[data-v-5a382171],[dir] .template-section .report-item.selected[data-v-5a382171],[dir] .template-section .template-item.selected[data-v-5a382171]{background:var(--theme-blue-alt)}.report-section .report-item .name-data[data-v-5a382171],.report-section .template-item .name-data[data-v-5a382171],.template-section .report-item .name-data[data-v-5a382171],.template-section .template-item .name-data[data-v-5a382171]{width:calc(100% - 2.5rem);align-items:center}.report-section .report-item .name-data .report-name[data-v-5a382171],.report-section .template-item .name-data .report-name[data-v-5a382171],.template-section .report-item .name-data .report-name[data-v-5a382171],.template-section .template-item .name-data .report-name[data-v-5a382171]{font-size:.9rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:calc(100% - 30px)}[dir] .report-section .report-item .name-data .report-name[data-v-5a382171],[dir] .report-section .template-item .name-data .report-name[data-v-5a382171],[dir] .template-section .report-item .name-data .report-name[data-v-5a382171],[dir] .template-section .template-item .name-data .report-name[data-v-5a382171]{margin:0}[dir=ltr] .report-section .report-item .name-data .report-name[data-v-5a382171],[dir=ltr] .report-section .template-item .name-data .report-name[data-v-5a382171],[dir=ltr] .template-section .report-item .name-data .report-name[data-v-5a382171],[dir=ltr] .template-section .template-item .name-data .report-name[data-v-5a382171]{padding-right:.5rem}[dir=rtl] .report-section .report-item .name-data .report-name[data-v-5a382171],[dir=rtl] .report-section .template-item .name-data .report-name[data-v-5a382171],[dir=rtl] .template-section .report-item .name-data .report-name[data-v-5a382171],[dir=rtl] .template-section .template-item .name-data .report-name[data-v-5a382171]{padding-left:.5rem}[dir=ltr] .report-section .report-item .name-data .data-checkbox[data-v-5a382171],[dir=ltr] .report-section .template-item .name-data .data-checkbox[data-v-5a382171],[dir=ltr] .template-section .report-item .name-data .data-checkbox[data-v-5a382171],[dir=ltr] .template-section .template-item .name-data .data-checkbox[data-v-5a382171]{margin-right:.6rem}[dir=rtl] .report-section .report-item .name-data .data-checkbox[data-v-5a382171],[dir=rtl] .report-section .template-item .name-data .data-checkbox[data-v-5a382171],[dir=rtl] .template-section .report-item .name-data .data-checkbox[data-v-5a382171],[dir=rtl] .template-section .template-item .name-data .data-checkbox[data-v-5a382171]{margin-left:.6rem}.report-section .report-item .report-image[data-v-5a382171],.report-section .template-item .report-image[data-v-5a382171],.template-section .report-item .report-image[data-v-5a382171],.template-section .template-item .report-image[data-v-5a382171]{height:200px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}[dir] .report-section .report-item .report-image[data-v-5a382171],[dir] .report-section .template-item .report-image[data-v-5a382171],[dir] .template-section .report-item .report-image[data-v-5a382171],[dir] .template-section .template-item .report-image[data-v-5a382171]{background:#f2f2f2;border-radius:8px;margin-top:auto}.report-section .report-item .report-image .reload-icon[data-v-5a382171],.report-section .template-item .report-image .reload-icon[data-v-5a382171],.template-section .report-item .report-image .reload-icon[data-v-5a382171],.template-section .template-item .report-image .reload-icon[data-v-5a382171]{font-size:50px;opacity:.5;color:var(--theme-blue-alt)}.report-section .report-item .report-image .star-section[data-v-5a382171],.report-section .template-item .report-image .star-section[data-v-5a382171],.template-section .report-item .report-image .star-section[data-v-5a382171],.template-section .template-item .report-image .star-section[data-v-5a382171]{position:absolute;top:6px;z-index:2}[dir=ltr] .report-section .report-item .report-image .star-section[data-v-5a382171],[dir=ltr] .report-section .template-item .report-image .star-section[data-v-5a382171],[dir=ltr] .template-section .report-item .report-image .star-section[data-v-5a382171],[dir=ltr] .template-section .template-item .report-image .star-section[data-v-5a382171]{left:6px}[dir=rtl] .report-section .report-item .report-image .star-section[data-v-5a382171],[dir=rtl] .report-section .template-item .report-image .star-section[data-v-5a382171],[dir=rtl] .template-section .report-item .report-image .star-section[data-v-5a382171],[dir=rtl] .template-section .template-item .report-image .star-section[data-v-5a382171]{right:6px}.report-section .report-item .report-image .star-section i[data-v-5a382171],.report-section .template-item .report-image .star-section i[data-v-5a382171],.template-section .report-item .report-image .star-section i[data-v-5a382171],.template-section .template-item .report-image .star-section i[data-v-5a382171]{font-size:20px;color:var(--theme-orange)}[dir] .report-section .report-item .report-image .star-section i[data-v-5a382171]:hover,[dir] .report-section .template-item .report-image .star-section i[data-v-5a382171]:hover,[dir] .template-section .report-item .report-image .star-section i[data-v-5a382171]:hover,[dir] .template-section .template-item .report-image .star-section i[data-v-5a382171]:hover{cursor:pointer}[dir=ltr] .report-section .report-item .report-image .star-section i.scale-star[data-v-5a382171],[dir=ltr] .report-section .template-item .report-image .star-section i.scale-star[data-v-5a382171],[dir=ltr] .template-section .report-item .report-image .star-section i.scale-star[data-v-5a382171],[dir=ltr] .template-section .template-item .report-image .star-section i.scale-star[data-v-5a382171],[dir=rtl] .report-section .report-item .report-image .star-section i.scale-star[data-v-5a382171],[dir=rtl] .report-section .template-item .report-image .star-section i.scale-star[data-v-5a382171],[dir=rtl] .template-section .report-item .report-image .star-section i.scale-star[data-v-5a382171],[dir=rtl] .template-section .template-item .report-image .star-section i.scale-star[data-v-5a382171]{-webkit-animation:scaleStarSize-5a382171 .5s;animation:scaleStarSize-5a382171 .5s}@keyframes scaleStarSize-5a382171{0%{transform:scale(1)}25%{transform:scale(.85)}50%{transform:scale(1.1)}to{transform:scale(1)}}@-webkit-keyframes scaleStarSize-5a382171{0%{transform:scale(1)}25%{transform:scale(.85)}50%{transform:scale(1.1)}to{transform:scale(1)}}.report-section .report-item .report-image .img-overlay[data-v-5a382171],.report-section .template-item .report-image .img-overlay[data-v-5a382171],.template-section .report-item .report-image .img-overlay[data-v-5a382171],.template-section .template-item .report-image .img-overlay[data-v-5a382171]{position:absolute;top:0;width:100%;height:100%}[dir] .report-section .report-item .report-image .img-overlay[data-v-5a382171],[dir] .report-section .template-item .report-image .img-overlay[data-v-5a382171],[dir] .template-section .report-item .report-image .img-overlay[data-v-5a382171],[dir] .template-section .template-item .report-image .img-overlay[data-v-5a382171]{background:rgba(80,148,221,.09)}[dir=ltr] .report-section .report-item .report-image .img-overlay[data-v-5a382171],[dir=ltr] .report-section .template-item .report-image .img-overlay[data-v-5a382171],[dir=ltr] .template-section .report-item .report-image .img-overlay[data-v-5a382171],[dir=ltr] .template-section .template-item .report-image .img-overlay[data-v-5a382171]{left:0}[dir=rtl] .report-section .report-item .report-image .img-overlay[data-v-5a382171],[dir=rtl] .report-section .template-item .report-image .img-overlay[data-v-5a382171],[dir=rtl] .template-section .report-item .report-image .img-overlay[data-v-5a382171],[dir=rtl] .template-section .template-item .report-image .img-overlay[data-v-5a382171]{right:0}.report-section .report-item .report-image img[data-v-5a382171],.report-section .template-item .report-image img[data-v-5a382171],.template-section .report-item .report-image img[data-v-5a382171],.template-section .template-item .report-image img[data-v-5a382171]{width:calc(100% - 28px);height:calc(100% - 28px);-o-object-fit:contain;object-fit:contain;z-index:1}.report-section .report-item .button-section[data-v-5a382171],.report-section .template-item .button-section[data-v-5a382171],.template-section .report-item .button-section[data-v-5a382171],.template-section .template-item .button-section[data-v-5a382171]{display:flex;justify-content:center;flex-wrap:wrap}.report-section .report-item .button-section .view-btn[data-v-5a382171],.report-section .template-item .button-section .view-btn[data-v-5a382171],.template-section .report-item .button-section .view-btn[data-v-5a382171],.template-section .template-item .button-section .view-btn[data-v-5a382171]{min-width:160px;position:relative}[dir] .report-section .report-item .button-section .view-btn[data-v-5a382171],[dir] .report-section .template-item .button-section .view-btn[data-v-5a382171],[dir] .template-section .report-item .button-section .view-btn[data-v-5a382171],[dir] .template-section .template-item .button-section .view-btn[data-v-5a382171]{margin:1rem .25rem 0}.report-section .report-item .button-section .view-btn .btn-text[data-v-5a382171],.report-section .template-item .button-section .view-btn .btn-text[data-v-5a382171],.template-section .report-item .button-section .view-btn .btn-text[data-v-5a382171],.template-section .template-item .button-section .view-btn .btn-text[data-v-5a382171]{display:block;width:calc(100% - 1rem);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[dir] .report-section .report-item .button-section .view-btn .btn-text[data-v-5a382171],[dir] .report-section .template-item .button-section .view-btn .btn-text[data-v-5a382171],[dir] .template-section .report-item .button-section .view-btn .btn-text[data-v-5a382171],[dir] .template-section .template-item .button-section .view-btn .btn-text[data-v-5a382171]{text-align:center;margin:0 auto}.report-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],.report-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171],.template-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],.template-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171]{position:absolute;top:45%;font-size:18px}[dir] .report-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir] .report-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir] .template-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir] .template-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171]{transform:translateY(-50%)}[dir=ltr] .report-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir=ltr] .report-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir=ltr] .template-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir=ltr] .template-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171]{right:4px}[dir=rtl] .report-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir=rtl] .report-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir=rtl] .template-section .report-item .button-section .view-btn .process-spinner[data-v-5a382171],[dir=rtl] .template-section .template-item .button-section .view-btn .process-spinner[data-v-5a382171]{left:4px}.report-section .report-item .button-section .view-btn .process-spinner svg[data-v-5a382171],.report-section .template-item .button-section .view-btn .process-spinner svg[data-v-5a382171],.template-section .report-item .button-section .view-btn .process-spinner svg[data-v-5a382171],.template-section .template-item .button-section .view-btn .process-spinner svg[data-v-5a382171]{display:inline-block;vertical-align:middle}.select-section[data-v-5a382171]{min-height:67px}[dir=ltr] .select-section .select-all[data-v-5a382171]{margin-left:1rem}[dir=rtl] .select-section .select-all[data-v-5a382171]{margin-right:1rem}.select-section .field-label[data-v-5a382171]{font-weight:500;font-size:.85rem}[dir] .select-section .field-label[data-v-5a382171]{margin-top:.15rem}[dir=ltr] .select-section .field-label.check-label[data-v-5a382171]{margin-left:.6rem}[dir=rtl] .select-section .field-label.check-label[data-v-5a382171]{margin-right:.6rem}[dir] .select-section .performable-actions[data-v-5a382171]{padding:0 2.5rem}.select-section .performable-actions .bulk-action-section .select-list[data-v-5a382171]{width:150px}.template-container[data-v-5a382171]:not(.visible){display:none}[dir] .template-view .template-type-section[data-v-5a382171]:not(:last-child){margin-bottom:1.2rem}.template-view .template-type-section .heading[data-v-5a382171]{font-size:1.1rem;font-weight:700;line-height:1.5rem}[dir] .template-view .template-type-section .heading[data-v-5a382171]{margin:0 1rem .5rem}.template-view .template-type-section .report-image .video-placer[data-v-5a382171]{width:100%;height:100%;position:relative}[dir] .template-view .template-type-section .report-image .video-placer[data-v-5a382171]{background:rgba(80,148,221,.15);border-radius:inherit}.template-view .template-type-section .report-image .video-placer img.cover-image[data-v-5a382171]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.template-view .template-type-section .report-image .video-placer .play-button[data-v-5a382171]{position:absolute;top:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;color:var(--white);font-size:17px;transition:.3s ease-in-out;z-index:99}[dir] .template-view .template-type-section .report-image .video-placer .play-button[data-v-5a382171]{border-radius:50%;background:var(--theme-blue-alt);text-align:center;border:1px solid var(--theme-blue)}[dir=ltr] .template-view .template-type-section .report-image .video-placer .play-button[data-v-5a382171]{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .template-view .template-type-section .report-image .video-placer .play-button[data-v-5a382171]{right:50%;transform:translate(50%,-50%)}.template-view .template-type-section .report-image .video-placer .play-button[data-v-5a382171]:hover{opacity:.5}[dir] .template-view .template-type-section .report-image .video-placer .play-button[data-v-5a382171]:hover{cursor:pointer}.template-view .template-type-section .report-image .video-placer .play-button img[data-v-5a382171]{width:17px;height:17px;filter:invert(100%) sepia(16%) saturate(8%) hue-rotate(279deg) brightness(114%) contrast(100%)}.empty-template-section[data-v-5a382171]{height:calc(100% - 50px)}.empty-template-section .section-data[data-v-5a382171]{max-width:320px;line-height:1.5rem;font-size:.9rem}[dir] .image-file-picker[data-v-42fbe646]{padding:.4rem 0}input[type=file][data-v-42fbe646]{width:0;height:0;display:none}input[type=file]+label[data-v-42fbe646]{width:100%;height:150px;display:block;position:relative;overflow-y:hidden}[dir] input[type=file]+label[data-v-42fbe646]{cursor:pointer}.display-image[data-v-42fbe646],.placeholder-section[data-v-42fbe646]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}.display-image .image-data[data-v-42fbe646]{display:block;width:100%;height:100%;filter:brightness(60%)}.display-image .image-data img[data-v-42fbe646]{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.placeholder-section[data-v-42fbe646]{transition:.2s ease-in-out}[dir] .placeholder-section[data-v-42fbe646]{background:rgba(80,148,221,.09);cursor:pointer}[dir] .placeholder-section[data-v-42fbe646]:hover{background:rgba(80,148,221,.05)}.placeholder-section .label-text[data-v-42fbe646]{font-weight:500;font-size:.8rem;opacity:.75;transition:.2s ease-in-out}[dir] .placeholder-section .label-text[data-v-42fbe646]{margin-top:.5rem}.images-icon[data-v-42fbe646]{width:40px;height:40px;color:var(--theme-blue-alt);font-size:40px;transition:.2s ease-in-out}.data-section[data-v-42fbe646]{position:absolute;bottom:0;display:flex;align-items:center;height:35px;width:100%;transition:.4s ease-in-out}[dir] .data-section[data-v-42fbe646]{background:var(--theme-blue-alt)}[dir=ltr] .data-section[data-v-42fbe646]{left:0}[dir=rtl] .data-section[data-v-42fbe646]{right:0}[dir] .data-section.error-section[data-v-42fbe646]{background:#ff6d6d}[dir] .data-section[data-v-42fbe646]:not(.visible){transform:translateY(35px)}[dir] .data-section.visible[data-v-42fbe646]{transform:translateY(0)}[dir] .data-section .load-section[data-v-42fbe646]{margin:0 auto}.data-section .load-section .q-spinner[data-v-42fbe646]{color:#fff;font-size:1.05rem}.file-data-display[data-v-42fbe646]{display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff}[dir] .file-data-display[data-v-42fbe646]{padding:0 1rem}.file-data-display .file-name[data-v-42fbe646]{font-weight:500;font-size:.85rem;justify-content:space-between}.file-data-display i[data-v-42fbe646]{font-size:24px;transition:.2s ease-in-out}.file-data-display i[data-v-42fbe646]:hover{opacity:.5}[dir] .file-data-display i[data-v-42fbe646]:hover{cursor:pointer}.file-error[data-v-42fbe646]{display:flex;width:100%;height:100%;color:var(--white);font-weight:500;align-items:center;justify-content:space-between}[dir] .file-error[data-v-42fbe646]{padding:0 1rem}.file-error .error-text[data-v-42fbe646]{font-size:.85rem;color:var(--white)}.file-data-display .file-name[data-v-42fbe646],.file-error .error-text[data-v-42fbe646]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 32px)}.file-error i[data-v-42fbe646]{font-size:24px;transition:.2s ease-in-out}[dir] .file-error i[data-v-42fbe646]{cursor:pointer}.file-error i[data-v-42fbe646]:hover{opacity:.5}.report-share-dialog .creator-section[data-v-2affe075],.report-share-dialog .editor-section[data-v-2affe075],.report-share-dialog .share-section[data-v-2affe075],.template-creator-dialog .creator-section[data-v-2affe075],.template-creator-dialog .editor-section[data-v-2affe075],.template-creator-dialog .share-section[data-v-2affe075],.template-editor-dialog .creator-section[data-v-2affe075],.template-editor-dialog .editor-section[data-v-2affe075],.template-editor-dialog .share-section[data-v-2affe075]{width:100%}[dir] .report-share-dialog .creator-section[data-v-2affe075],[dir] .report-share-dialog .editor-section[data-v-2affe075],[dir] .report-share-dialog .share-section[data-v-2affe075],[dir] .template-creator-dialog .creator-section[data-v-2affe075],[dir] .template-creator-dialog .editor-section[data-v-2affe075],[dir] .template-creator-dialog .share-section[data-v-2affe075],[dir] .template-editor-dialog .creator-section[data-v-2affe075],[dir] .template-editor-dialog .editor-section[data-v-2affe075],[dir] .template-editor-dialog .share-section[data-v-2affe075]{border-radius:12px;box-shadow:0 0 2px 4px rgba(80,148,221,.09)}[dir] .report-share-dialog .creator-section .modal-header[data-v-2affe075],[dir] .report-share-dialog .editor-section .modal-header[data-v-2affe075],[dir] .report-share-dialog .share-section .modal-header[data-v-2affe075],[dir] .template-creator-dialog .creator-section .modal-header[data-v-2affe075],[dir] .template-creator-dialog .editor-section .modal-header[data-v-2affe075],[dir] .template-creator-dialog .share-section .modal-header[data-v-2affe075],[dir] .template-editor-dialog .creator-section .modal-header[data-v-2affe075],[dir] .template-editor-dialog .editor-section .modal-header[data-v-2affe075],[dir] .template-editor-dialog .share-section .modal-header[data-v-2affe075]{padding:.25rem 0 .35rem;border-bottom:1px solid rgba(80,148,221,.2)}.report-share-dialog .creator-section .modal-header .header-text[data-v-2affe075],.report-share-dialog .editor-section .modal-header .header-text[data-v-2affe075],.report-share-dialog .share-section .modal-header .header-text[data-v-2affe075],.template-creator-dialog .creator-section .modal-header .header-text[data-v-2affe075],.template-creator-dialog .editor-section .modal-header .header-text[data-v-2affe075],.template-creator-dialog .share-section .modal-header .header-text[data-v-2affe075],.template-editor-dialog .creator-section .modal-header .header-text[data-v-2affe075],.template-editor-dialog .editor-section .modal-header .header-text[data-v-2affe075],.template-editor-dialog .share-section .modal-header .header-text[data-v-2affe075]{font-size:.95rem}[dir] .report-share-dialog .creator-section form .form-group[data-v-2affe075]:only-child,[dir] .report-share-dialog .editor-section form .form-group[data-v-2affe075]:only-child,[dir] .report-share-dialog .share-section form .form-group[data-v-2affe075]:only-child,[dir] .template-creator-dialog .creator-section form .form-group[data-v-2affe075]:only-child,[dir] .template-creator-dialog .editor-section form .form-group[data-v-2affe075]:only-child,[dir] .template-creator-dialog .share-section form .form-group[data-v-2affe075]:only-child,[dir] .template-editor-dialog .creator-section form .form-group[data-v-2affe075]:only-child,[dir] .template-editor-dialog .editor-section form .form-group[data-v-2affe075]:only-child,[dir] .template-editor-dialog .share-section form .form-group[data-v-2affe075]:only-child{margin-bottom:0}.report-share-dialog .creator-section form .form-group .note-section[data-v-2affe075],.report-share-dialog .editor-section form .form-group .note-section[data-v-2affe075],.report-share-dialog .share-section form .form-group .note-section[data-v-2affe075],.template-creator-dialog .creator-section form .form-group .note-section[data-v-2affe075],.template-creator-dialog .editor-section form .form-group .note-section[data-v-2affe075],.template-creator-dialog .share-section form .form-group .note-section[data-v-2affe075],.template-editor-dialog .creator-section form .form-group .note-section[data-v-2affe075],.template-editor-dialog .editor-section form .form-group .note-section[data-v-2affe075],.template-editor-dialog .share-section form .form-group .note-section[data-v-2affe075]{opacity:.7;line-height:1.5rem}[dir] .report-share-dialog .creator-section form .form-group .note-section[data-v-2affe075],[dir] .report-share-dialog .editor-section form .form-group .note-section[data-v-2affe075],[dir] .report-share-dialog .share-section form .form-group .note-section[data-v-2affe075],[dir] .template-creator-dialog .creator-section form .form-group .note-section[data-v-2affe075],[dir] .template-creator-dialog .editor-section form .form-group .note-section[data-v-2affe075],[dir] .template-creator-dialog .share-section form .form-group .note-section[data-v-2affe075],[dir] .template-editor-dialog .creator-section form .form-group .note-section[data-v-2affe075],[dir] .template-editor-dialog .editor-section form .form-group .note-section[data-v-2affe075],[dir] .template-editor-dialog .share-section form .form-group .note-section[data-v-2affe075]{margin-top:.5rem}.report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],.report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],.report-share-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075],.template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],.template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],.template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075],.template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],.template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],.template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075]{font-size:.85rem;color:var(--theme-blue-alt);font-weight:500}[dir=ltr] .report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .report-share-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],[dir=ltr] .template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075]{margin-left:.6rem}[dir=rtl] .report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .report-share-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-2affe075],[dir=rtl] .template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-2affe075]{margin-right:.6rem}.report-share-dialog .creator-section form .form-group label[data-v-2affe075],.report-share-dialog .editor-section form .form-group label[data-v-2affe075],.report-share-dialog .share-section form .form-group label[data-v-2affe075],.template-creator-dialog .creator-section form .form-group label[data-v-2affe075],.template-creator-dialog .editor-section form .form-group label[data-v-2affe075],.template-creator-dialog .share-section form .form-group label[data-v-2affe075],.template-editor-dialog .creator-section form .form-group label[data-v-2affe075],.template-editor-dialog .editor-section form .form-group label[data-v-2affe075],.template-editor-dialog .share-section form .form-group label[data-v-2affe075]{font-size:.9rem}[dir] .report-share-dialog .creator-section form .form-group .error-text[data-v-2affe075],[dir] .report-share-dialog .editor-section form .form-group .error-text[data-v-2affe075],[dir] .report-share-dialog .share-section form .form-group .error-text[data-v-2affe075],[dir] .template-creator-dialog .creator-section form .form-group .error-text[data-v-2affe075],[dir] .template-creator-dialog .editor-section form .form-group .error-text[data-v-2affe075],[dir] .template-creator-dialog .share-section form .form-group .error-text[data-v-2affe075],[dir] .template-editor-dialog .creator-section form .form-group .error-text[data-v-2affe075],[dir] .template-editor-dialog .editor-section form .form-group .error-text[data-v-2affe075],[dir] .template-editor-dialog .share-section form .form-group .error-text[data-v-2affe075]{margin-top:.4rem}.report-share-dialog .creator-section .error-section i[data-v-2affe075],.report-share-dialog .editor-section .error-section i[data-v-2affe075],.report-share-dialog .share-section .error-section i[data-v-2affe075],.template-creator-dialog .creator-section .error-section i[data-v-2affe075],.template-creator-dialog .editor-section .error-section i[data-v-2affe075],.template-creator-dialog .share-section .error-section i[data-v-2affe075],.template-editor-dialog .creator-section .error-section i[data-v-2affe075],.template-editor-dialog .editor-section .error-section i[data-v-2affe075],.template-editor-dialog .share-section .error-section i[data-v-2affe075]{font-size:20px}[dir=ltr] .report-share-dialog .creator-section .error-section i[data-v-2affe075],[dir=ltr] .report-share-dialog .editor-section .error-section i[data-v-2affe075],[dir=ltr] .report-share-dialog .share-section .error-section i[data-v-2affe075],[dir=ltr] .template-creator-dialog .creator-section .error-section i[data-v-2affe075],[dir=ltr] .template-creator-dialog .editor-section .error-section i[data-v-2affe075],[dir=ltr] .template-creator-dialog .share-section .error-section i[data-v-2affe075],[dir=ltr] .template-editor-dialog .creator-section .error-section i[data-v-2affe075],[dir=ltr] .template-editor-dialog .editor-section .error-section i[data-v-2affe075],[dir=ltr] .template-editor-dialog .share-section .error-section i[data-v-2affe075]{margin-right:.4rem}[dir=rtl] .report-share-dialog .creator-section .error-section i[data-v-2affe075],[dir=rtl] .report-share-dialog .editor-section .error-section i[data-v-2affe075],[dir=rtl] .report-share-dialog .share-section .error-section i[data-v-2affe075],[dir=rtl] .template-creator-dialog .creator-section .error-section i[data-v-2affe075],[dir=rtl] .template-creator-dialog .editor-section .error-section i[data-v-2affe075],[dir=rtl] .template-creator-dialog .share-section .error-section i[data-v-2affe075],[dir=rtl] .template-editor-dialog .creator-section .error-section i[data-v-2affe075],[dir=rtl] .template-editor-dialog .editor-section .error-section i[data-v-2affe075],[dir=rtl] .template-editor-dialog .share-section .error-section i[data-v-2affe075]{margin-left:.4rem}.report-share-dialog .creator-section .button-section[data-v-2affe075],.report-share-dialog .editor-section .button-section[data-v-2affe075],.report-share-dialog .share-section .button-section[data-v-2affe075],.template-creator-dialog .creator-section .button-section[data-v-2affe075],.template-creator-dialog .editor-section .button-section[data-v-2affe075],.template-creator-dialog .share-section .button-section[data-v-2affe075],.template-editor-dialog .creator-section .button-section[data-v-2affe075],.template-editor-dialog .editor-section .button-section[data-v-2affe075],.template-editor-dialog .share-section .button-section[data-v-2affe075]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}[dir] .report-share-dialog .creator-section .button-section[data-v-2affe075],[dir] .report-share-dialog .editor-section .button-section[data-v-2affe075],[dir] .report-share-dialog .share-section .button-section[data-v-2affe075],[dir] .template-creator-dialog .creator-section .button-section[data-v-2affe075],[dir] .template-creator-dialog .editor-section .button-section[data-v-2affe075],[dir] .template-creator-dialog .share-section .button-section[data-v-2affe075],[dir] .template-editor-dialog .creator-section .button-section[data-v-2affe075],[dir] .template-editor-dialog .editor-section .button-section[data-v-2affe075],[dir] .template-editor-dialog .share-section .button-section[data-v-2affe075]{padding:1rem 0;border-top:1px solid rgba(80,148,221,.2);margin-top:1.5rem}.report-share-dialog .creator-section .button-section button[data-v-2affe075],.report-share-dialog .editor-section .button-section button[data-v-2affe075],.report-share-dialog .share-section .button-section button[data-v-2affe075],.template-creator-dialog .creator-section .button-section button[data-v-2affe075],.template-creator-dialog .editor-section .button-section button[data-v-2affe075],.template-creator-dialog .share-section .button-section button[data-v-2affe075],.template-editor-dialog .creator-section .button-section button[data-v-2affe075],.template-editor-dialog .editor-section .button-section button[data-v-2affe075],.template-editor-dialog .share-section .button-section button[data-v-2affe075]{min-width:130px;max-width:50%;position:relative}[dir=ltr] .report-share-dialog .creator-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .report-share-dialog .editor-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .report-share-dialog .share-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .template-creator-dialog .creator-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .template-creator-dialog .editor-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .template-creator-dialog .share-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .template-editor-dialog .creator-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .template-editor-dialog .editor-section .button-section button[data-v-2affe075]:not(:last-child),[dir=ltr] .template-editor-dialog .share-section .button-section button[data-v-2affe075]:not(:last-child){margin-right:.4rem}[dir=rtl] .report-share-dialog .creator-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .report-share-dialog .editor-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .report-share-dialog .share-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .template-creator-dialog .creator-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .template-creator-dialog .editor-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .template-creator-dialog .share-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .template-editor-dialog .creator-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .template-editor-dialog .editor-section .button-section button[data-v-2affe075]:not(:last-child),[dir=rtl] .template-editor-dialog .share-section .button-section button[data-v-2affe075]:not(:last-child){margin-left:.4rem}.report-share-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],.report-share-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],.report-share-dialog .share-section .button-section button .load-spinner[data-v-2affe075],.template-creator-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],.template-creator-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],.template-creator-dialog .share-section .button-section button .load-spinner[data-v-2affe075],.template-editor-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],.template-editor-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],.template-editor-dialog .share-section .button-section button .load-spinner[data-v-2affe075]{position:absolute;top:7.5px;width:17px;height:17px}[dir=ltr] .report-share-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .report-share-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .report-share-dialog .share-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .template-creator-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .template-creator-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .template-creator-dialog .share-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .template-editor-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .template-editor-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],[dir=ltr] .template-editor-dialog .share-section .button-section button .load-spinner[data-v-2affe075]{right:4px}[dir=rtl] .report-share-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .report-share-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .report-share-dialog .share-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .template-creator-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .template-creator-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .template-creator-dialog .share-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .template-editor-dialog .creator-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .template-editor-dialog .editor-section .button-section button .load-spinner[data-v-2affe075],[dir=rtl] .template-editor-dialog .share-section .button-section button .load-spinner[data-v-2affe075]{left:4px}.report-share-dialog .creator-section[data-v-e1dcdb3a],.report-share-dialog .editor-section[data-v-e1dcdb3a],.report-share-dialog .share-section[data-v-e1dcdb3a],.template-creator-dialog .creator-section[data-v-e1dcdb3a],.template-creator-dialog .editor-section[data-v-e1dcdb3a],.template-creator-dialog .share-section[data-v-e1dcdb3a],.template-editor-dialog .creator-section[data-v-e1dcdb3a],.template-editor-dialog .editor-section[data-v-e1dcdb3a],.template-editor-dialog .share-section[data-v-e1dcdb3a]{width:100%}[dir] .report-share-dialog .creator-section[data-v-e1dcdb3a],[dir] .report-share-dialog .editor-section[data-v-e1dcdb3a],[dir] .report-share-dialog .share-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .creator-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .editor-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .share-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .creator-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .editor-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .share-section[data-v-e1dcdb3a]{border-radius:12px;box-shadow:0 0 2px 4px rgba(80,148,221,.09)}[dir] .report-share-dialog .creator-section .modal-header[data-v-e1dcdb3a],[dir] .report-share-dialog .editor-section .modal-header[data-v-e1dcdb3a],[dir] .report-share-dialog .share-section .modal-header[data-v-e1dcdb3a],[dir] .template-creator-dialog .creator-section .modal-header[data-v-e1dcdb3a],[dir] .template-creator-dialog .editor-section .modal-header[data-v-e1dcdb3a],[dir] .template-creator-dialog .share-section .modal-header[data-v-e1dcdb3a],[dir] .template-editor-dialog .creator-section .modal-header[data-v-e1dcdb3a],[dir] .template-editor-dialog .editor-section .modal-header[data-v-e1dcdb3a],[dir] .template-editor-dialog .share-section .modal-header[data-v-e1dcdb3a]{padding:.25rem 0 .35rem;border-bottom:1px solid rgba(80,148,221,.2)}.report-share-dialog .creator-section .modal-header .header-text[data-v-e1dcdb3a],.report-share-dialog .editor-section .modal-header .header-text[data-v-e1dcdb3a],.report-share-dialog .share-section .modal-header .header-text[data-v-e1dcdb3a],.template-creator-dialog .creator-section .modal-header .header-text[data-v-e1dcdb3a],.template-creator-dialog .editor-section .modal-header .header-text[data-v-e1dcdb3a],.template-creator-dialog .share-section .modal-header .header-text[data-v-e1dcdb3a],.template-editor-dialog .creator-section .modal-header .header-text[data-v-e1dcdb3a],.template-editor-dialog .editor-section .modal-header .header-text[data-v-e1dcdb3a],.template-editor-dialog .share-section .modal-header .header-text[data-v-e1dcdb3a]{font-size:.95rem}[dir] .report-share-dialog .creator-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .report-share-dialog .editor-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .report-share-dialog .share-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .template-creator-dialog .creator-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .template-creator-dialog .editor-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .template-creator-dialog .share-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .template-editor-dialog .creator-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .template-editor-dialog .editor-section form .form-group[data-v-e1dcdb3a]:only-child,[dir] .template-editor-dialog .share-section form .form-group[data-v-e1dcdb3a]:only-child{margin-bottom:0}.report-share-dialog .creator-section form .form-group .note-section[data-v-e1dcdb3a],.report-share-dialog .editor-section form .form-group .note-section[data-v-e1dcdb3a],.report-share-dialog .share-section form .form-group .note-section[data-v-e1dcdb3a],.template-creator-dialog .creator-section form .form-group .note-section[data-v-e1dcdb3a],.template-creator-dialog .editor-section form .form-group .note-section[data-v-e1dcdb3a],.template-creator-dialog .share-section form .form-group .note-section[data-v-e1dcdb3a],.template-editor-dialog .creator-section form .form-group .note-section[data-v-e1dcdb3a],.template-editor-dialog .editor-section form .form-group .note-section[data-v-e1dcdb3a],.template-editor-dialog .share-section form .form-group .note-section[data-v-e1dcdb3a]{opacity:.7;line-height:1.5rem}[dir] .report-share-dialog .creator-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .report-share-dialog .editor-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .report-share-dialog .share-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .creator-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .editor-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .share-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .creator-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .editor-section form .form-group .note-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .share-section form .form-group .note-section[data-v-e1dcdb3a]{margin-top:.5rem}.report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.report-share-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],.template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a]{font-size:.85rem;color:var(--theme-blue-alt);font-weight:500}[dir=ltr] .report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .report-share-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a]{margin-left:.6rem}[dir=rtl] .report-share-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .report-share-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .report-share-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .creator-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .editor-section form .form-group .check-group .field-label[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .share-section form .form-group .check-group .field-label[data-v-e1dcdb3a]{margin-right:.6rem}.report-share-dialog .creator-section form .form-group label[data-v-e1dcdb3a],.report-share-dialog .editor-section form .form-group label[data-v-e1dcdb3a],.report-share-dialog .share-section form .form-group label[data-v-e1dcdb3a],.template-creator-dialog .creator-section form .form-group label[data-v-e1dcdb3a],.template-creator-dialog .editor-section form .form-group label[data-v-e1dcdb3a],.template-creator-dialog .share-section form .form-group label[data-v-e1dcdb3a],.template-editor-dialog .creator-section form .form-group label[data-v-e1dcdb3a],.template-editor-dialog .editor-section form .form-group label[data-v-e1dcdb3a],.template-editor-dialog .share-section form .form-group label[data-v-e1dcdb3a]{font-size:.9rem}[dir] .report-share-dialog .creator-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .report-share-dialog .editor-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .report-share-dialog .share-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .template-creator-dialog .creator-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .template-creator-dialog .editor-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .template-creator-dialog .share-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .template-editor-dialog .creator-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .template-editor-dialog .editor-section form .form-group .error-text[data-v-e1dcdb3a],[dir] .template-editor-dialog .share-section form .form-group .error-text[data-v-e1dcdb3a]{margin-top:.4rem}.report-share-dialog .creator-section .error-section i[data-v-e1dcdb3a],.report-share-dialog .editor-section .error-section i[data-v-e1dcdb3a],.report-share-dialog .share-section .error-section i[data-v-e1dcdb3a],.template-creator-dialog .creator-section .error-section i[data-v-e1dcdb3a],.template-creator-dialog .editor-section .error-section i[data-v-e1dcdb3a],.template-creator-dialog .share-section .error-section i[data-v-e1dcdb3a],.template-editor-dialog .creator-section .error-section i[data-v-e1dcdb3a],.template-editor-dialog .editor-section .error-section i[data-v-e1dcdb3a],.template-editor-dialog .share-section .error-section i[data-v-e1dcdb3a]{font-size:20px}[dir=ltr] .report-share-dialog .creator-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .report-share-dialog .editor-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .report-share-dialog .share-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .creator-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .editor-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .share-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .creator-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .editor-section .error-section i[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .share-section .error-section i[data-v-e1dcdb3a]{margin-right:.4rem}[dir=rtl] .report-share-dialog .creator-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .report-share-dialog .editor-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .report-share-dialog .share-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .creator-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .editor-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .share-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .creator-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .editor-section .error-section i[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .share-section .error-section i[data-v-e1dcdb3a]{margin-left:.4rem}.report-share-dialog .creator-section .button-section[data-v-e1dcdb3a],.report-share-dialog .editor-section .button-section[data-v-e1dcdb3a],.report-share-dialog .share-section .button-section[data-v-e1dcdb3a],.template-creator-dialog .creator-section .button-section[data-v-e1dcdb3a],.template-creator-dialog .editor-section .button-section[data-v-e1dcdb3a],.template-creator-dialog .share-section .button-section[data-v-e1dcdb3a],.template-editor-dialog .creator-section .button-section[data-v-e1dcdb3a],.template-editor-dialog .editor-section .button-section[data-v-e1dcdb3a],.template-editor-dialog .share-section .button-section[data-v-e1dcdb3a]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}[dir] .report-share-dialog .creator-section .button-section[data-v-e1dcdb3a],[dir] .report-share-dialog .editor-section .button-section[data-v-e1dcdb3a],[dir] .report-share-dialog .share-section .button-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .creator-section .button-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .editor-section .button-section[data-v-e1dcdb3a],[dir] .template-creator-dialog .share-section .button-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .creator-section .button-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .editor-section .button-section[data-v-e1dcdb3a],[dir] .template-editor-dialog .share-section .button-section[data-v-e1dcdb3a]{padding:1rem 0;border-top:1px solid rgba(80,148,221,.2);margin-top:1.5rem}.report-share-dialog .creator-section .button-section button[data-v-e1dcdb3a],.report-share-dialog .editor-section .button-section button[data-v-e1dcdb3a],.report-share-dialog .share-section .button-section button[data-v-e1dcdb3a],.template-creator-dialog .creator-section .button-section button[data-v-e1dcdb3a],.template-creator-dialog .editor-section .button-section button[data-v-e1dcdb3a],.template-creator-dialog .share-section .button-section button[data-v-e1dcdb3a],.template-editor-dialog .creator-section .button-section button[data-v-e1dcdb3a],.template-editor-dialog .editor-section .button-section button[data-v-e1dcdb3a],.template-editor-dialog .share-section .button-section button[data-v-e1dcdb3a]{min-width:130px;max-width:50%;position:relative}[dir=ltr] .report-share-dialog .creator-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .report-share-dialog .editor-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .report-share-dialog .share-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .template-creator-dialog .creator-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .template-creator-dialog .editor-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .template-creator-dialog .share-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .template-editor-dialog .creator-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .template-editor-dialog .editor-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=ltr] .template-editor-dialog .share-section .button-section button[data-v-e1dcdb3a]:not(:last-child){margin-right:.4rem}[dir=rtl] .report-share-dialog .creator-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .report-share-dialog .editor-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .report-share-dialog .share-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .template-creator-dialog .creator-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .template-creator-dialog .editor-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .template-creator-dialog .share-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .template-editor-dialog .creator-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .template-editor-dialog .editor-section .button-section button[data-v-e1dcdb3a]:not(:last-child),[dir=rtl] .template-editor-dialog .share-section .button-section button[data-v-e1dcdb3a]:not(:last-child){margin-left:.4rem}.report-share-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],.report-share-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],.report-share-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a],.template-creator-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],.template-creator-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],.template-creator-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a],.template-editor-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],.template-editor-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],.template-editor-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a]{position:absolute;top:7.5px;width:17px;height:17px}[dir=ltr] .report-share-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .report-share-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .report-share-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .template-creator-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=ltr] .template-editor-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a]{right:4px}[dir=rtl] .report-share-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .report-share-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .report-share-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .template-creator-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .creator-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .editor-section .button-section button .load-spinner[data-v-e1dcdb3a],[dir=rtl] .template-editor-dialog .share-section .button-section button .load-spinner[data-v-e1dcdb3a]{left:4px}.select-list .dropdown-menu{min-width:100%;max-width:100%}.report-section .report-item.selected .options-section button,.report-section .template-item.selected .options-section button,.template-section .report-item.selected .options-section button,.template-section .template-item.selected .options-section button{color:var(--white)}[dir] .report-section .report-item.selected .options-list ul:before,[dir] .report-section .template-item.selected .options-list ul:before,[dir] .template-section .report-item.selected .options-list ul:before,[dir] .template-section .template-item.selected .options-list ul:before{border-bottom:8px solid #fff}.report-section .report-item:not(.selected) .options-section button,.report-section .template-item:not(.selected) .options-section button,.template-section .report-item:not(.selected) .options-section button,.template-section .template-item:not(.selected) .options-section button{color:var(--theme-blue-alt)}[dir] .report-section .report-item:not(.selected) .options-list ul:before,[dir] .report-section .template-item:not(.selected) .options-list ul:before,[dir] .template-section .report-item:not(.selected) .options-list ul:before,[dir] .template-section .template-item:not(.selected) .options-list ul:before{border-bottom:8px solid rgba(80,148,221,.25)}[dir] .report-save-component[data-v-567c66d0]{padding:1.2rem 1.5rem;background:var(--white)}@media screen and (min-width:600px){[dir] .report-save-component[data-v-567c66d0]{padding:1.2rem 1.5rem}}@media screen and (max-width:599px){[dir] .report-save-component[data-v-567c66d0]{padding:1.2rem .5rem}}.report-save-component .header-section[data-v-567c66d0]{display:flex;align-items:center}[dir=ltr] .report-save-component .header-section[data-v-567c66d0]{padding:0 1rem 0 .5rem}[dir=rtl] .report-save-component .header-section[data-v-567c66d0]{padding:0 .5rem 0 1rem}.report-save-component .header-section .header-actions[data-v-567c66d0]{align-items:center}.report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]{position:relative;opacity:.85;transition:.15s ease-in-out}[dir] .report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]{margin:0 .5rem;padding:0 .5rem}[dir] .report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]:hover{cursor:pointer}.report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]:not(.active-section):hover{color:var(--theme-blue)}.report-save-component .header-section .header-actions .section-heading.active-section[data-v-567c66d0]{color:var(--theme-blue-alt)}.report-save-component .header-section .header-actions .section-heading.active-section[data-v-567c66d0]:after{width:100%}.report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]:after{content:"";position:absolute;bottom:0;width:0;height:2px;transition:.25s ease-in-out}[dir] .report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]:after{background:var(--theme-blue-alt)}[dir=ltr] .report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]:after{left:50%;transform:translateX(-50%)}[dir=rtl] .report-save-component .header-section .header-actions .section-heading[data-v-567c66d0]:after{right:50%;transform:translateX(50%)}.report-save-component .header-section .header-actions .section-heading h3[data-v-567c66d0]{font-size:1rem;font-weight:700}[dir] .report-save-component .header-section .header-actions .section-heading h3[data-v-567c66d0]{margin:0}.report-save-component .header-section .close-icon[data-v-567c66d0]{visibility:hidden;font-size:28px}.popup-component[data-v-567c66d0]{position:fixed;top:0;z-index:999;width:100%;height:100vh;transition:.3s ease-in-out}[dir=ltr] .popup-component[data-v-567c66d0]{left:0}[dir=rtl] .popup-component[data-v-567c66d0]{right:0}.popup-component.within-view[data-v-567c66d0]{opacity:1}[dir] .popup-component.within-view[data-v-567c66d0]{transform:translateY(0)}.popup-component.out-of-view[data-v-567c66d0]{opacity:0}[dir] .popup-component.out-of-view[data-v-567c66d0]{transform:translateY(100%)}.popup-component .header-section .close-icon[data-v-567c66d0]{visibility:visible}.search-section .search-bar[data-v-567c66d0]{position:relative;max-width:700px;width:calc(100% - 1rem)}[dir] .search-section .search-bar[data-v-567c66d0]{margin:0 auto}.search-section .search-bar .search-icon[data-v-567c66d0]{position:absolute;top:50%;color:var(--theme-blue-alt);font-size:18px}[dir] .search-section .search-bar .search-icon[data-v-567c66d0]{transform:translateY(-50%)}[dir=ltr] .search-section .search-bar .search-icon[data-v-567c66d0]{left:8px}[dir=rtl] .search-section .search-bar .search-icon[data-v-567c66d0]{right:8px}[dir] .search-section .search-bar .form-field[data-v-567c66d0]{padding:8px 32px;margin-top:0}.report-view[data-v-567c66d0],.template-view[data-v-567c66d0]{width:100%;height:calc(100% - 180px);overflow-y:auto}[dir] .report-view[data-v-567c66d0],[dir] .template-view[data-v-567c66d0]{margin-top:1rem}.report-view[data-v-567c66d0]::-webkit-scrollbar,.template-view[data-v-567c66d0]::-webkit-scrollbar{width:6px}[dir] .report-view[data-v-567c66d0]::-webkit-scrollbar,[dir] .template-view[data-v-567c66d0]::-webkit-scrollbar{background:transparent}[dir] .report-view[data-v-567c66d0]::-webkit-scrollbar-thumb,[dir] .template-view[data-v-567c66d0]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:8px}.report-section[data-v-567c66d0],.template-section[data-v-567c66d0]{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr}[dir] .report-section[data-v-567c66d0],[dir] .template-section[data-v-567c66d0]{padding:1.8rem 0}@media screen and (min-width:1620px){.report-section[data-v-567c66d0],.template-section[data-v-567c66d0]{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1240px)and (max-width:1620px){.report-section[data-v-567c66d0],.template-section[data-v-567c66d0]{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:820px)and (max-width:1240px){.report-section[data-v-567c66d0],.template-section[data-v-567c66d0]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:819px){.report-section[data-v-567c66d0],.template-section[data-v-567c66d0]{grid-template-columns:100%}}.report-section .report-item[data-v-567c66d0],.report-section .template-item[data-v-567c66d0],.template-section .report-item[data-v-567c66d0],.template-section .template-item[data-v-567c66d0]{flex:0 0 auto;display:flex;flex-direction:column;transition:.2s ease-in-out}[dir] .report-section .report-item[data-v-567c66d0],[dir] .report-section .template-item[data-v-567c66d0],[dir] .template-section .report-item[data-v-567c66d0],[dir] .template-section .template-item[data-v-567c66d0]{margin:0 1rem 1rem;border-radius:12px;padding:1rem}.report-section .report-item.selected[data-v-567c66d0],.report-section .template-item.selected[data-v-567c66d0],.template-section .report-item.selected[data-v-567c66d0],.template-section .template-item.selected[data-v-567c66d0]{color:var(--white)}[dir] .report-section .report-item.selected[data-v-567c66d0],[dir] .report-section .template-item.selected[data-v-567c66d0],[dir] .template-section .report-item.selected[data-v-567c66d0],[dir] .template-section .template-item.selected[data-v-567c66d0]{background:var(--theme-blue-alt)}.report-section .report-item .name-data[data-v-567c66d0],.report-section .template-item .name-data[data-v-567c66d0],.template-section .report-item .name-data[data-v-567c66d0],.template-section .template-item .name-data[data-v-567c66d0]{width:calc(100% - 2.5rem);align-items:center}.report-section .report-item .name-data .report-name[data-v-567c66d0],.report-section .template-item .name-data .report-name[data-v-567c66d0],.template-section .report-item .name-data .report-name[data-v-567c66d0],.template-section .template-item .name-data .report-name[data-v-567c66d0]{font-size:.9rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:calc(100% - 30px)}[dir] .report-section .report-item .name-data .report-name[data-v-567c66d0],[dir] .report-section .template-item .name-data .report-name[data-v-567c66d0],[dir] .template-section .report-item .name-data .report-name[data-v-567c66d0],[dir] .template-section .template-item .name-data .report-name[data-v-567c66d0]{margin:0}[dir=ltr] .report-section .report-item .name-data .report-name[data-v-567c66d0],[dir=ltr] .report-section .template-item .name-data .report-name[data-v-567c66d0],[dir=ltr] .template-section .report-item .name-data .report-name[data-v-567c66d0],[dir=ltr] .template-section .template-item .name-data .report-name[data-v-567c66d0]{padding-right:.5rem}[dir=rtl] .report-section .report-item .name-data .report-name[data-v-567c66d0],[dir=rtl] .report-section .template-item .name-data .report-name[data-v-567c66d0],[dir=rtl] .template-section .report-item .name-data .report-name[data-v-567c66d0],[dir=rtl] .template-section .template-item .name-data .report-name[data-v-567c66d0]{padding-left:.5rem}[dir=ltr] .report-section .report-item .name-data .data-checkbox[data-v-567c66d0],[dir=ltr] .report-section .template-item .name-data .data-checkbox[data-v-567c66d0],[dir=ltr] .template-section .report-item .name-data .data-checkbox[data-v-567c66d0],[dir=ltr] .template-section .template-item .name-data .data-checkbox[data-v-567c66d0]{margin-right:.6rem}[dir=rtl] .report-section .report-item .name-data .data-checkbox[data-v-567c66d0],[dir=rtl] .report-section .template-item .name-data .data-checkbox[data-v-567c66d0],[dir=rtl] .template-section .report-item .name-data .data-checkbox[data-v-567c66d0],[dir=rtl] .template-section .template-item .name-data .data-checkbox[data-v-567c66d0]{margin-left:.6rem}.report-section .report-item .report-image[data-v-567c66d0],.report-section .template-item .report-image[data-v-567c66d0],.template-section .report-item .report-image[data-v-567c66d0],.template-section .template-item .report-image[data-v-567c66d0]{height:200px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}[dir] .report-section .report-item .report-image[data-v-567c66d0],[dir] .report-section .template-item .report-image[data-v-567c66d0],[dir] .template-section .report-item .report-image[data-v-567c66d0],[dir] .template-section .template-item .report-image[data-v-567c66d0]{background:#f2f2f2;border-radius:8px;margin-top:auto}.report-section .report-item .report-image .reload-icon[data-v-567c66d0],.report-section .template-item .report-image .reload-icon[data-v-567c66d0],.template-section .report-item .report-image .reload-icon[data-v-567c66d0],.template-section .template-item .report-image .reload-icon[data-v-567c66d0]{font-size:50px;opacity:.5;color:var(--theme-blue-alt)}.report-section .report-item .report-image .star-section[data-v-567c66d0],.report-section .template-item .report-image .star-section[data-v-567c66d0],.template-section .report-item .report-image .star-section[data-v-567c66d0],.template-section .template-item .report-image .star-section[data-v-567c66d0]{position:absolute;top:6px;z-index:2}[dir=ltr] .report-section .report-item .report-image .star-section[data-v-567c66d0],[dir=ltr] .report-section .template-item .report-image .star-section[data-v-567c66d0],[dir=ltr] .template-section .report-item .report-image .star-section[data-v-567c66d0],[dir=ltr] .template-section .template-item .report-image .star-section[data-v-567c66d0]{left:6px}[dir=rtl] .report-section .report-item .report-image .star-section[data-v-567c66d0],[dir=rtl] .report-section .template-item .report-image .star-section[data-v-567c66d0],[dir=rtl] .template-section .report-item .report-image .star-section[data-v-567c66d0],[dir=rtl] .template-section .template-item .report-image .star-section[data-v-567c66d0]{right:6px}.report-section .report-item .report-image .star-section i[data-v-567c66d0],.report-section .template-item .report-image .star-section i[data-v-567c66d0],.template-section .report-item .report-image .star-section i[data-v-567c66d0],.template-section .template-item .report-image .star-section i[data-v-567c66d0]{font-size:20px;color:var(--theme-orange)}[dir] .report-section .report-item .report-image .star-section i[data-v-567c66d0]:hover,[dir] .report-section .template-item .report-image .star-section i[data-v-567c66d0]:hover,[dir] .template-section .report-item .report-image .star-section i[data-v-567c66d0]:hover,[dir] .template-section .template-item .report-image .star-section i[data-v-567c66d0]:hover{cursor:pointer}[dir=ltr] .report-section .report-item .report-image .star-section i.scale-star[data-v-567c66d0],[dir=ltr] .report-section .template-item .report-image .star-section i.scale-star[data-v-567c66d0],[dir=ltr] .template-section .report-item .report-image .star-section i.scale-star[data-v-567c66d0],[dir=ltr] .template-section .template-item .report-image .star-section i.scale-star[data-v-567c66d0],[dir=rtl] .report-section .report-item .report-image .star-section i.scale-star[data-v-567c66d0],[dir=rtl] .report-section .template-item .report-image .star-section i.scale-star[data-v-567c66d0],[dir=rtl] .template-section .report-item .report-image .star-section i.scale-star[data-v-567c66d0],[dir=rtl] .template-section .template-item .report-image .star-section i.scale-star[data-v-567c66d0]{-webkit-animation:scaleStarSize-567c66d0 .5s;animation:scaleStarSize-567c66d0 .5s}@keyframes scaleStarSize-567c66d0{0%{transform:scale(1)}25%{transform:scale(.85)}50%{transform:scale(1.1)}to{transform:scale(1)}}@-webkit-keyframes scaleStarSize-567c66d0{0%{transform:scale(1)}25%{transform:scale(.85)}50%{transform:scale(1.1)}to{transform:scale(1)}}.report-section .report-item .report-image .img-overlay[data-v-567c66d0],.report-section .template-item .report-image .img-overlay[data-v-567c66d0],.template-section .report-item .report-image .img-overlay[data-v-567c66d0],.template-section .template-item .report-image .img-overlay[data-v-567c66d0]{position:absolute;top:0;width:100%;height:100%}[dir] .report-section .report-item .report-image .img-overlay[data-v-567c66d0],[dir] .report-section .template-item .report-image .img-overlay[data-v-567c66d0],[dir] .template-section .report-item .report-image .img-overlay[data-v-567c66d0],[dir] .template-section .template-item .report-image .img-overlay[data-v-567c66d0]{background:rgba(80,148,221,.09)}[dir=ltr] .report-section .report-item .report-image .img-overlay[data-v-567c66d0],[dir=ltr] .report-section .template-item .report-image .img-overlay[data-v-567c66d0],[dir=ltr] .template-section .report-item .report-image .img-overlay[data-v-567c66d0],[dir=ltr] .template-section .template-item .report-image .img-overlay[data-v-567c66d0]{left:0}[dir=rtl] .report-section .report-item .report-image .img-overlay[data-v-567c66d0],[dir=rtl] .report-section .template-item .report-image .img-overlay[data-v-567c66d0],[dir=rtl] .template-section .report-item .report-image .img-overlay[data-v-567c66d0],[dir=rtl] .template-section .template-item .report-image .img-overlay[data-v-567c66d0]{right:0}.report-section .report-item .report-image img[data-v-567c66d0],.report-section .template-item .report-image img[data-v-567c66d0],.template-section .report-item .report-image img[data-v-567c66d0],.template-section .template-item .report-image img[data-v-567c66d0]{width:calc(100% - 28px);height:calc(100% - 28px);-o-object-fit:contain;object-fit:contain;z-index:1}.report-section .report-item .button-section[data-v-567c66d0],.report-section .template-item .button-section[data-v-567c66d0],.template-section .report-item .button-section[data-v-567c66d0],.template-section .template-item .button-section[data-v-567c66d0]{display:flex;justify-content:center;flex-wrap:wrap}.report-section .report-item .button-section .view-btn[data-v-567c66d0],.report-section .template-item .button-section .view-btn[data-v-567c66d0],.template-section .report-item .button-section .view-btn[data-v-567c66d0],.template-section .template-item .button-section .view-btn[data-v-567c66d0]{min-width:160px;position:relative}[dir] .report-section .report-item .button-section .view-btn[data-v-567c66d0],[dir] .report-section .template-item .button-section .view-btn[data-v-567c66d0],[dir] .template-section .report-item .button-section .view-btn[data-v-567c66d0],[dir] .template-section .template-item .button-section .view-btn[data-v-567c66d0]{margin:1rem .25rem 0}.report-section .report-item .button-section .view-btn .btn-text[data-v-567c66d0],.report-section .template-item .button-section .view-btn .btn-text[data-v-567c66d0],.template-section .report-item .button-section .view-btn .btn-text[data-v-567c66d0],.template-section .template-item .button-section .view-btn .btn-text[data-v-567c66d0]{display:block;width:calc(100% - 1rem);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[dir] .report-section .report-item .button-section .view-btn .btn-text[data-v-567c66d0],[dir] .report-section .template-item .button-section .view-btn .btn-text[data-v-567c66d0],[dir] .template-section .report-item .button-section .view-btn .btn-text[data-v-567c66d0],[dir] .template-section .template-item .button-section .view-btn .btn-text[data-v-567c66d0]{text-align:center;margin:0 auto}.report-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],.report-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0],.template-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],.template-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0]{position:absolute;top:45%;font-size:18px}[dir] .report-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir] .report-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir] .template-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir] .template-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0]{transform:translateY(-50%)}[dir=ltr] .report-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir=ltr] .report-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir=ltr] .template-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir=ltr] .template-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0]{right:4px}[dir=rtl] .report-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir=rtl] .report-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir=rtl] .template-section .report-item .button-section .view-btn .process-spinner[data-v-567c66d0],[dir=rtl] .template-section .template-item .button-section .view-btn .process-spinner[data-v-567c66d0]{left:4px}.report-section .report-item .button-section .view-btn .process-spinner svg[data-v-567c66d0],.report-section .template-item .button-section .view-btn .process-spinner svg[data-v-567c66d0],.template-section .report-item .button-section .view-btn .process-spinner svg[data-v-567c66d0],.template-section .template-item .button-section .view-btn .process-spinner svg[data-v-567c66d0]{display:inline-block;vertical-align:middle}.select-section[data-v-567c66d0]{min-height:67px}[dir=ltr] .select-section .select-all[data-v-567c66d0]{margin-left:1rem}[dir=rtl] .select-section .select-all[data-v-567c66d0]{margin-right:1rem}.select-section .field-label[data-v-567c66d0]{font-weight:500;font-size:.85rem}[dir] .select-section .field-label[data-v-567c66d0]{margin-top:.15rem}[dir=ltr] .select-section .field-label.check-label[data-v-567c66d0]{margin-left:.6rem}[dir=rtl] .select-section .field-label.check-label[data-v-567c66d0]{margin-right:.6rem}[dir] .select-section .performable-actions[data-v-567c66d0]{padding:0 2.5rem}.select-section .performable-actions .bulk-action-section .select-list[data-v-567c66d0]{width:150px}.range-picker-group[data-v-1aa6fdc4]{flex-direction:column}.range-picker-group.edit-mode .group-container[data-v-1aa6fdc4]{z-index:2}.range-picker-group .form-group[data-v-1aa6fdc4]{position:relative}[dir] .range-picker-group .form-group .form-field[data-v-1aa6fdc4]{background:var(--white)}.range-picker-group .date-group .date-field[data-v-1aa6fdc4]{max-width:calc(100% - 10rem)}[dir=ltr] .range-picker-group .date-group .date-field[data-v-1aa6fdc4]{margin-left:auto}[dir=rtl] .range-picker-group .date-group .date-field[data-v-1aa6fdc4]{margin-right:auto}.range-picker-group .form-group .date-field[data-v-1aa6fdc4]{position:relative}[dir] .range-picker-group .form-group .date-field[data-v-1aa6fdc4]{background:var(--white);cursor:pointer}[dir] .range-picker-group .form-group .date-field .date-range[data-v-1aa6fdc4]{margin-top:4px}.range-picker-group .form-group .date-field i[data-v-1aa6fdc4]{font-size:22px}[dir=ltr] .range-picker-group .form-group .date-field .calendar-icon[data-v-1aa6fdc4]{margin-right:.6rem}[dir=rtl] .range-picker-group .form-group .date-field .calendar-icon[data-v-1aa6fdc4]{margin-left:.6rem}.range-picker-group .form-group .date-field .cancel-icon[data-v-1aa6fdc4]{position:absolute;top:50%}[dir] .range-picker-group .form-group .date-field .cancel-icon[data-v-1aa6fdc4]{transform:translateY(-50%)}[dir=ltr] .range-picker-group .form-group .date-field .cancel-icon[data-v-1aa6fdc4]{right:8px}[dir=rtl] .range-picker-group .form-group .date-field .cancel-icon[data-v-1aa6fdc4]{left:8px}.range-picker-group .form-group .date-range-picker[data-v-1aa6fdc4]{position:absolute;top:100%;z-index:999}[dir] .range-picker-group .form-group .date-range-picker[data-v-1aa6fdc4]{cursor:pointer}[dir=ltr] .range-picker-group .form-group .date-range-picker[data-v-1aa6fdc4]{right:15px}[dir=rtl] .range-picker-group .form-group .date-range-picker[data-v-1aa6fdc4]{left:15px}@media screen and (min-width:1024px) and (max-width:1270px){.range-picker-group .form-group[data-v-1aa6fdc4]{flex-direction:column;align-items:flex-start}.range-picker-group .date-group .date-field[data-v-1aa6fdc4]{max-width:100%}[dir=ltr] .range-picker-group .date-group .date-field[data-v-1aa6fdc4]{margin-left:0}[dir=rtl] .range-picker-group .date-group .date-field[data-v-1aa6fdc4]{margin-right:0}}@media screen and (max-width:750px){.range-picker-group .form-group[data-v-1aa6fdc4]{flex-direction:column;align-items:flex-start}.range-picker-group .date-group .date-field[data-v-1aa6fdc4]{max-width:100%}[dir=ltr] .range-picker-group .date-group .date-field[data-v-1aa6fdc4]{margin-left:0}[dir=rtl] .range-picker-group .date-group .date-field[data-v-1aa6fdc4]{margin-right:0}}.q-date__actions i[data-v-1aa6fdc4]{font-size:22px;color:var(--theme-blue-alt)}.side-popup[data-v-fcf1bb58]{position:fixed;width:400px;display:flex;align-items:center;max-width:calc(100% - 1rem);transition:.3s ease-in-out;z-index:9999}[dir] .side-popup[data-v-fcf1bb58]{background:var(--white);box-shadow:0 0 2px 2px rgba(36,88,141,.15)}.side-popup.left[data-v-fcf1bb58],.side-popup.right[data-v-fcf1bb58]{top:75px}.side-popup.center[data-v-fcf1bb58]{top:-100px}[dir] .side-popup.center[data-v-fcf1bb58]{border-radius:8px;padding:.85rem .75rem}[dir=ltr] .side-popup.center[data-v-fcf1bb58]{left:50%;transform:translateX(-50%)}[dir=rtl] .side-popup.center[data-v-fcf1bb58]{right:50%;transform:translateX(50%)}.center.visible[data-v-fcf1bb58]{top:50px}.side-popup.center .popup-icon[data-v-fcf1bb58]{width:36px;height:36px;flex:0 0 auto;font-size:22px}[dir] .side-popup.center .popup-icon[data-v-fcf1bb58]{border-radius:50%}[dir=ltr] .side-popup.center .popup-icon[data-v-fcf1bb58]{margin-right:1rem}[dir=rtl] .side-popup.center .popup-icon[data-v-fcf1bb58]{margin-left:1rem}[dir=ltr] .side-popup.right .popup-icon[data-v-fcf1bb58],[dir=ltr] .side-popup.right[data-v-fcf1bb58]{border-radius:8px 0 0 8px}[dir=rtl] .side-popup.right .popup-icon[data-v-fcf1bb58],[dir=rtl] .side-popup.right[data-v-fcf1bb58]{border-radius:0 8px 8px 0}[dir=ltr] .side-popup.right[data-v-fcf1bb58]{right:0;transform:translateX(100%)}[dir=rtl] .side-popup.right[data-v-fcf1bb58]{left:0;transform:translateX(-100%)}.side-popup.left[data-v-fcf1bb58]{flex-direction:row-reverse}[dir=ltr] .side-popup.left[data-v-fcf1bb58]{left:0;transform:translateX(-100%)}[dir=rtl] .side-popup.left[data-v-fcf1bb58]{right:0;transform:translateX(100%)}[dir] .side-popup:not(.center).visible[data-v-fcf1bb58]{transform:translateX(0)}[dir=ltr] .side-popup.right.minimized[data-v-fcf1bb58]{transform:translateX(calc(100% - 50px))}[dir=rtl] .side-popup.right.minimized[data-v-fcf1bb58]{transform:translateX(calc(-100% - -50px))}[dir=ltr] .side-popup.left.minimized[data-v-fcf1bb58]{transform:translateX(calc(-100% + 50px))}[dir=rtl] .side-popup.left.minimized[data-v-fcf1bb58]{transform:translateX(calc(100% + -50px))}[dir=ltr] .side-popup.left .popup-icon[data-v-fcf1bb58],[dir=ltr] .side-popup.left[data-v-fcf1bb58]{border-radius:0 8px 8px 0}[dir=rtl] .side-popup.left .popup-icon[data-v-fcf1bb58],[dir=rtl] .side-popup.left[data-v-fcf1bb58]{border-radius:8px 0 0 8px}.side-popup.left .popup-icon[data-v-fcf1bb58],.side-popup.right .popup-icon[data-v-fcf1bb58]{min-height:50px;height:100%;width:50px;position:absolute;top:0;font-size:24px;transition:.15s ease-in-out}[dir=ltr] .side-popup.right .popup-icon[data-v-fcf1bb58]{left:0}[dir=ltr] .side-popup.left .popup-icon[data-v-fcf1bb58],[dir=rtl] .side-popup.right .popup-icon[data-v-fcf1bb58]{right:0}[dir=rtl] .side-popup.left .popup-icon[data-v-fcf1bb58]{left:0}.side-popup .popup-icon.minimizable[data-v-fcf1bb58]:hover{opacity:.85}[dir] .side-popup .popup-icon.minimizable[data-v-fcf1bb58]:hover{cursor:pointer}.popup-icon .arrow-icon[data-v-fcf1bb58]{font-size:20px;font-weight:700;position:absolute;bottom:4px}[dir=ltr] .popup-icon .arrow-icon[data-v-fcf1bb58]{left:50%;transform:translateX(-50%)}[dir=rtl] .popup-icon .arrow-icon[data-v-fcf1bb58]{right:50%;transform:translateX(50%)}[dir=ltr] .side-popup.left .popup-icon .arrow-icon[data-v-fcf1bb58]{transform:translateX(-50%) rotate(180deg)}[dir=rtl] .side-popup.left .popup-icon .arrow-icon[data-v-fcf1bb58]{transform:translateX(50%) rotate(-180deg)}[dir=ltr] .side-popup.right.minimized .popup-icon .arrow-icon[data-v-fcf1bb58]{transform:translateX(-50%) rotate(180deg)}[dir=rtl] .side-popup.right.minimized .popup-icon .arrow-icon[data-v-fcf1bb58]{transform:translateX(50%) rotate(-180deg)}[dir=ltr] .side-popup.left.minimized .popup-icon .arrow-icon[data-v-fcf1bb58]{transform:translateX(-50%) rotate(0deg)}[dir=rtl] .side-popup.left.minimized .popup-icon .arrow-icon[data-v-fcf1bb58]{transform:translateX(50%) rotate(0deg)}.popup-icon .icon-container[data-v-fcf1bb58]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;color:var(--white);transition:.25s ease-in-out;position:relative}.popup-text[data-v-fcf1bb58]{font-size:.8rem;line-height:1.1rem;display:block;white-space:normal;width:100%}[dir=ltr] .side-popup.right .popup-text[data-v-fcf1bb58]{padding:.85rem .75rem .85rem 60px}[dir=ltr] .side-popup.left .popup-text[data-v-fcf1bb58],[dir=rtl] .side-popup.right .popup-text[data-v-fcf1bb58]{padding:.85rem 60px .85rem .75rem}[dir=rtl] .side-popup.left .popup-text[data-v-fcf1bb58]{padding:.85rem .75rem .85rem 60px}.close-icon[data-v-fcf1bb58]{font-size:24px;color:#707070;opacity:.75;transition:.3s ease-in-out}[dir] .close-icon[data-v-fcf1bb58]{padding:0 .5rem}.close-icon[data-v-fcf1bb58]:hover{opacity:1}[dir] .close-icon[data-v-fcf1bb58]:hover{cursor:pointer}.process-sticker[data-v-22c99ac0]{position:fixed;top:75px;width:140px;display:flex;flex-direction:column;align-items:center;transition:.3s ease-in-out;z-index:9998}[dir] .process-sticker[data-v-22c99ac0]{background:var(--theme-blue-alt);padding:.5rem;box-shadow:0 0 2px 2px rgba(80,148,221,.15),0 0 2px 4px rgba(80,148,221,.25)}[dir=ltr] .process-sticker[data-v-22c99ac0]{border-radius:12px 0 0 12px}[dir=rtl] .process-sticker[data-v-22c99ac0]{border-radius:0 12px 12px 0}[dir=ltr] .process-sticker[data-v-22c99ac0]:not(.visible){right:-140px}[dir=rtl] .process-sticker[data-v-22c99ac0]:not(.visible){left:-140px}[dir=ltr] .process-sticker.visible.expanded[data-v-22c99ac0]{right:0}[dir=rtl] .process-sticker.visible.expanded[data-v-22c99ac0]{left:0}[dir=ltr] .process-sticker.visible.minimized[data-v-22c99ac0]{right:-100px}[dir=rtl] .process-sticker.visible.minimized[data-v-22c99ac0]{left:-100px}.process-sticker .process-text[data-v-22c99ac0]{color:var(--white);font-weight:600;font-size:.75rem;line-height:.85rem}.process-sticker .process-text.processed-data[data-v-22c99ac0]{width:calc(100% - 50px)}[dir=ltr] .process-sticker .process-text.processed-data[data-v-22c99ac0]{margin-left:auto;text-align:right}[dir=rtl] .process-sticker .process-text.processed-data[data-v-22c99ac0]{margin-right:auto;text-align:left}.process-sticker .toggle-btn[data-v-22c99ac0]{display:flex;align-items:center;transition:.3s ease-in-out}[dir] .process-sticker .toggle-btn[data-v-22c99ac0]{border:1px solid transparent;background:transparent;padding:0}[dir=ltr] .process-sticker .toggle-btn[data-v-22c99ac0]{margin:0 .3rem 0 0}[dir=rtl] .process-sticker .toggle-btn[data-v-22c99ac0]{margin:0 0 0 .3rem}.process-sticker .toggle-btn[data-v-22c99ac0]:hover{opacity:.5}[dir] .process-sticker .toggle-btn[data-v-22c99ac0]:hover{cursor:pointer}.process-sticker .dot-spinner[data-v-22c99ac0],.process-sticker .toggle-btn .arrow-icon[data-v-22c99ac0]{color:var(--white);font-size:20px}[dir=ltr] .process-sticker .dot-spinner[data-v-22c99ac0]{margin-left:.3rem}[dir=rtl] .process-sticker .dot-spinner[data-v-22c99ac0]{margin-right:.3rem}.process-sticker .process-section[data-v-22c99ac0]{justify-content:space-between;width:100%}.process-sticker .process-section .process-percentage[data-v-22c99ac0]{width:55px;height:55px;position:relative;transition:.2s ease-in-out}[dir] .process-sticker .process-section .process-percentage[data-v-22c99ac0]{border-radius:50%;background:var(--white)}.process-sticker .process-section .process-percentage .main-box[data-v-22c99ac0]{position:absolute;top:50%;width:calc(100% - 6px);height:calc(100% - 6px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);font-size:.85rem;font-weight:700}[dir] .process-sticker .process-section .process-percentage .main-box[data-v-22c99ac0]{background:var(--theme-blue-alt);border-radius:50%;text-align:center}[dir=ltr] .process-sticker .process-section .process-percentage .main-box[data-v-22c99ac0]{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .process-sticker .process-section .process-percentage .main-box[data-v-22c99ac0]{right:50%;transform:translate(50%,-50%)}[dir] .error-table[data-v-75e1c6d4]{margin:1.2rem 0}[dir] .error-table .q-table__container.q-table__card{box-shadow:none}[dir=ltr] .error-table .q-table__container.q-table__card .q-table__middle{padding-left:0}[dir=rtl] .error-table .q-table__container.q-table__card .q-table__middle{padding-right:0}.error-table .q-table__container.q-table__card .q-table__middle .q-table th{font-size:.9rem;font-weight:700}.error-table .q-table__container.q-table__card .q-table__middle .q-table tr td .cell-value{display:block;line-height:1.2rem;max-width:280px}.percent-checkmark[data-v-9aa2fab0]{position:absolute;top:3px;width:15px;height:15px;color:var(--white);font-size:.7rem}[dir] .percent-checkmark[data-v-9aa2fab0]{background:var(--theme-blue);border-radius:50%;text-align:center;cursor:pointer}[dir=ltr] .percent-checkmark[data-v-9aa2fab0]{right:3px}[dir=rtl] .percent-checkmark[data-v-9aa2fab0]{left:3px}.percent-checkmark .question[data-v-9aa2fab0]{width:100%;height:100%;position:relative}[dir] .percent-checkmark .question[data-v-9aa2fab0]{border-radius:50%}[dir=ltr] .percent-checkmark .question:hover .popup-text[data-v-9aa2fab0]{transform:translateX(-50%) scale(1)}[dir=rtl] .percent-checkmark .question:hover .popup-text[data-v-9aa2fab0]{transform:translateX(50%) scale(1)}.percent-checkmark .question .popup-text[data-v-9aa2fab0]{transition:.3s ease-in-out;position:absolute;top:-30px;max-width:200px;font-size:.7rem;z-index:12}[dir] .percent-checkmark .question .popup-text[data-v-9aa2fab0]{border-radius:4px;background:var(--theme-blue-alt)}[dir=ltr] .percent-checkmark .question .popup-text[data-v-9aa2fab0]{left:50%;transform:translateX(-50%) scale(0)}[dir=rtl] .percent-checkmark .question .popup-text[data-v-9aa2fab0]{right:50%;transform:translateX(50%) scale(0)}.percent-checkmark .question .popup-text .content[data-v-9aa2fab0]{width:100%;height:100%;position:relative}[dir] .percent-checkmark .question .popup-text .content[data-v-9aa2fab0]{padding:.3rem .6rem}.percent-checkmark .question .popup-text .content[data-v-9aa2fab0]:after{position:absolute;content:"";top:100%;width:0;height:0}[dir] .percent-checkmark .question .popup-text .content[data-v-9aa2fab0]:after{border-top:6px solid var(--theme-blue-alt)}[dir=ltr] .percent-checkmark .question .popup-text .content[data-v-9aa2fab0]:after{left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-right:6px solid transparent}[dir=rtl] .percent-checkmark .question .popup-text .content[data-v-9aa2fab0]:after{right:50%;transform:translateX(50%);border-right:6px solid transparent;border-left:6px solid transparent}.modal[data-v-789d4e56]{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center}[dir] .modal[data-v-789d4e56]{background:rgba(150,167,186,.4)}.modal .modal-content[data-v-789d4e56]{opacity:.3;transition:.25s ease-in-out;max-width:950px}[dir] .modal .modal-content[data-v-789d4e56]{transform:scale(.5)}@media screen and (min-width:990px){.modal .modal-content[data-v-789d4e56]{width:900px}}@media screen and (max-width:989px){.modal .modal-content[data-v-789d4e56]{width:calc(100% - 1rem)}}.modal .modal-content .header-text[data-v-789d4e56]{font-size:1.05rem}.modal .modal-content .metric-creator[data-v-789d4e56]{max-height:calc(100vh - 200px);overflow-y:auto}[dir] .modal .modal-content .metric-creator[data-v-789d4e56]{margin-top:.75rem}.modal .modal-content .metric-creator[data-v-789d4e56]::-webkit-scrollbar{width:4px}[dir] .modal .modal-content .metric-creator[data-v-789d4e56]::-webkit-scrollbar{background:transparent}[dir] .modal .modal-content .metric-creator[data-v-789d4e56]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}[dir] .modal .modal-content .metric-creator .creator-section[data-v-789d4e56]{padding:.5rem 0}.modal .modal-content .metric-creator .creator-section.creator-settings[data-v-789d4e56]{width:100%;display:flex;flex-wrap:wrap;align-self:start}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings[data-v-789d4e56]{padding-right:.5rem}[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings[data-v-789d4e56]{padding-left:.5rem}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .form-group[data-v-789d4e56]{margin:0 .5rem 1rem}.modal .modal-content .metric-creator .creator-section.creator-settings .form-group[data-v-789d4e56]:first-child{width:calc(100% - 180px)}.modal .modal-content .metric-creator .creator-section.creator-settings .form-group[data-v-789d4e56]:not(:first-child){flex-grow:100}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .form-group .error-text[data-v-789d4e56]{margin-top:.4rem}.modal .modal-content .metric-creator .creator-section.creator-settings .form-group label[data-v-789d4e56]{font-size:.85rem}.modal .modal-content .metric-creator .creator-section.creator-settings .form-group label span[data-v-789d4e56]{opacity:.7}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .form-group label span[data-v-789d4e56]{margin-left:.2rem}[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .form-group label span[data-v-789d4e56]{margin-right:.2rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator[data-v-789d4e56]{width:100%}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator[data-v-789d4e56]{border-radius:8px}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group[data-v-789d4e56]{margin-top:.5rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section[data-v-789d4e56]{width:calc(100% - 45px)}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section[data-v-789d4e56]{padding:.6rem .75rem .6rem 0}[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section[data-v-789d4e56]{padding:.6rem 0 .6rem .75rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .empty-list-data[data-v-789d4e56]{font-size:.8rem}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .empty-list-data[data-v-789d4e56]{padding:.75rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item[data-v-789d4e56]{display:flex;align-items:center;line-height:1.3rem;opacity:.75;transition:.2s ease-in-out}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item[data-v-789d4e56]{padding:.5rem .75rem;cursor:pointer}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item[data-v-789d4e56]:hover{background:rgba(150,167,186,.2)}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i[data-v-789d4e56]{font-size:16px}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i[data-v-789d4e56]{margin-top:-1px}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i[data-v-789d4e56]{margin-right:.4rem}[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i[data-v-789d4e56]{margin-left:.4rem}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i.bx-plus[data-v-789d4e56],[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i.bx-plus[data-v-789d4e56]{-webkit-animation:scaleIn-789d4e56 .2s;animation:scaleIn-789d4e56 .2s}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i.bx-minus[data-v-789d4e56],[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item i.bx-minus[data-v-789d4e56]{-webkit-animation:scaleOut-789d4e56 .2s;animation:scaleOut-789d4e56 .2s}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .list-section .expansion-content .list-container .listing-item span[data-v-789d4e56]{font-size:.85rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs[data-v-789d4e56]{display:flex;width:45px;flex-direction:column;height:270px}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs[data-v-789d4e56]{border-bottom:1px solid rgba(80,148,221,.5)}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs[data-v-789d4e56],[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs[data-v-789d4e56]{border-right:1px solid rgba(80,148,221,.5);border-left:1px solid rgba(80,148,221,.5)}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]{display:flex;align-items:center;justify-content:center;transition:.2s ease-in-out;height:45px}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]{padding:.5rem 1rem;border-top:1px solid transparent;border-bottom:1px solid transparent;background:rgba(80,148,221,.08)}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56],[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]{border-left:1px solid transparent;border-right:1px solid transparent}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]:hover{opacity:.6}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]:hover{cursor:pointer}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]:last-child{border-right:1px solid transparent}[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]:last-child{border-left:1px solid transparent}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign[data-v-789d4e56]:focus{outline:0}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign img[data-v-789d4e56]{width:12px;height:12px}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-signs .sign span[data-v-789d4e56]{font-size:16px;font-weight:700}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box[data-v-789d4e56]{min-height:90px;overflow-y:auto;position:relative;font-size:.85rem;z-index:1;display:flex;flex-wrap:wrap}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box[data-v-789d4e56]{padding:.6rem 1.2rem;border:1px solid rgba(80,148,221,.5);border-radius:8px 8px 0 0}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box.placeholder-visible[data-v-789d4e56]:before{visibility:visible}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box[data-v-789d4e56]:before{position:absolute;top:.8rem;content:"Search for metrics or type in a formula";z-index:-1;opacity:.5;visibility:hidden}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box[data-v-789d4e56]:before{left:1.4rem}[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box[data-v-789d4e56]:before{right:1.4rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box[data-v-789d4e56]::-webkit-scrollbar{width:0;height:0}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .field-section[data-v-789d4e56]{font-weight:700}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input[data-v-789d4e56]{width:.135rem;align-self:start;font-size:1rem;max-width:100%;font-weight:700;caret-color:var(--theme-blue-alt);opacity:0}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input[data-v-789d4e56]{border:1px solid transparent;background:transparent;padding:0;margin:0}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input[data-v-789d4e56]{text-align:right}[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input[data-v-789d4e56]{text-align:left}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input.focused[data-v-789d4e56]{opacity:1}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input.focused[data-v-789d4e56]{background:var(--theme-blue-alt)}[dir=ltr] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input.focused[data-v-789d4e56],[dir=rtl] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input.focused[data-v-789d4e56]{-webkit-animation:blink-789d4e56 .7s linear infinite;animation:blink-789d4e56 .7s linear infinite}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box input[data-v-789d4e56]:focus{outline:0}@keyframes blink-789d4e56{0%{opacity:0}to{opacity:1}}@-webkit-keyframes blink-789d4e56{0%{opacity:0}to{opacity:1}}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula[data-v-789d4e56]{align-self:start}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula .formula-item[data-v-789d4e56]{display:inline-block}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula .formula-item[data-v-789d4e56]{padding-top:.1rem;margin:0 0 .3rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula .formula-item .span-reset[data-v-789d4e56]{width:1px;display:inline-block}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula .formula-item.sign-value[data-v-789d4e56]{font-weight:700}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula .formula-item.sign-value[data-v-789d4e56]{margin:0 .4rem}.modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula .formula-item.metric-value .formula-value[data-v-789d4e56]{color:var(--theme-blue-alt);font-weight:600}[dir] .modal .modal-content .metric-creator .creator-section.creator-settings .formula-calculator .calculator-group .calculator-box .formula .formula-item.metric-value .formula-value[data-v-789d4e56]{padding:.15rem .8rem;border-radius:4px;background:rgba(80,148,221,.1);cursor:text}[dir] .modal .modal-content .action-section[data-v-789d4e56]{border-top:1px solid rgba(80,148,221,.35);padding:1rem 0}[dir=ltr] .modal .modal-content .action-section .button-sections[data-v-789d4e56]{margin-left:auto}[dir=rtl] .modal .modal-content .action-section .button-sections[data-v-789d4e56]{margin-right:auto}.modal .modal-content .action-section .button-sections button[data-v-789d4e56]{min-width:100px;position:relative}.modal .modal-content .action-section .button-sections button.create-button[data-v-789d4e56]{min-width:145px}.modal .modal-content .action-section .button-sections button .process-spinner[data-v-789d4e56]{font-size:18px;position:absolute;top:calc(50% - 2px)}[dir] .modal .modal-content .action-section .button-sections button .process-spinner[data-v-789d4e56]{transform:translateY(-50%)}[dir=ltr] .modal .modal-content .action-section .button-sections button .process-spinner[data-v-789d4e56]{right:6px}[dir=rtl] .modal .modal-content .action-section .button-sections button .process-spinner[data-v-789d4e56]{left:6px}[dir] .modal.modal-open[data-v-789d4e56]{background:rgba(150,167,186,.85)}.modal.modal-open .modal-content[data-v-789d4e56]{opacity:1}[dir] .modal.modal-open .modal-content[data-v-789d4e56]{transform:scale(1)}@-webkit-keyframes scaleIn-789d4e56{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes scaleIn-789d4e56{0%{transform:scale(0)}to{transform:scale(1)}}@-webkit-keyframes scaleOut-789d4e56{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes scaleOut-789d4e56{0%{transform:scale(1)}to{transform:scale(0)}}.metric-creator .creator-section .metric-type-header{color:var(--theme-blue-alt);min-height:42px;font-weight:700}[dir] .metric-creator .creator-section .metric-type-header{padding:4px 8px}[dir] .metric-creator .creator-section .metric-type-header:hover{background:rgba(80,148,221,.03)}[dir] .metric-creator .creator-section .q-separator{background:transparent}.metric-creator .creator-section .q-expansion-item__toggle-icon{font-size:20px;color:var(--theme-blue-alt)}.metric-creator .creator-section .expansion-dropdown .metric-dropdown-header{min-height:38px}[dir] .metric-creator .creator-section .expansion-dropdown .metric-dropdown-header{padding:8px}[dir] .metric-creator .creator-section .expansion-dropdown .metric-dropdown-header:hover{background:rgba(80,148,221,.05)}.metric-creator .creator-section .expansion-dropdown .q-expansion-item__toggle-icon{font-size:18px;color:var(--theme-blue-alt)}.select-group .dropdown-menu{min-width:100%;max-width:100%}.modal[data-v-77dcc89d]{overflow-y:auto;transition:.3s ease-in-out}[dir] .modal[data-v-77dcc89d]{background:rgba(150,167,186,.65)}[dir] .modal.content-open[data-v-77dcc89d]{background:rgba(150,167,186,.85)}.modal.content-open .modal-content[data-v-77dcc89d]{opacity:1}[dir] .modal.content-open .modal-content[data-v-77dcc89d]{transform:scale(1)}.modal .modal-content[data-v-77dcc89d]{max-height:calc(100% - 50px);opacity:0;transition:.3s ease-in-out;display:flex;flex-direction:column}[dir] .modal .modal-content[data-v-77dcc89d]{background:#fff;margin:65px auto;transform:scale(.3)}.modal .modal-content .modal-header[data-v-77dcc89d]{justify-content:space-between}[dir] .modal .modal-content .modal-header[data-v-77dcc89d]{margin-bottom:1.5rem}.modal .modal-content .modal-header .modal-title[data-v-77dcc89d]{font-size:.9rem;color:var(--theme-blue-alt);display:flex;align-items:center;width:75%}.modal .modal-content .modal-header .modal-title span[data-v-77dcc89d]{font-weight:700;width:50%}.modal .modal-content .modal-header .close-icon[data-v-77dcc89d]{font-size:24px}.modal .modal-content .dropdown-container[data-v-77dcc89d]{width:50%}[dir] .modal .modal-content .dropdown-container[data-v-77dcc89d]{margin-top:0}[dir] .modal .modal-content .dropdown-container .dropdown-input[data-v-77dcc89d]{padding:8px}[dir] .modal .modal-content .q-table__card[data-v-77dcc89d]{box-shadow:none}.modal .modal-content .table-container[data-v-77dcc89d]{max-width:100%;overflow-x:auto}[dir] .modal .modal-content .table-container[data-v-77dcc89d]{padding:1.2rem 0}.modal .modal-content .table-container .q-table th[data-v-77dcc89d]{font-weight:700;font-size:14px}.modal .modal-content .switch-to-source[data-v-77dcc89d]{justify-content:space-between}[dir] .modal .modal-content .switch-to-source[data-v-77dcc89d]{margin-bottom:1.5rem}.modal .modal-content .switch-to-source span[data-v-77dcc89d]{font-weight:600;font-size:.8rem}[dir=ltr] .modal .modal-content .switch-to-source span[data-v-77dcc89d]{margin-left:.5rem}[dir=rtl] .modal .modal-content .switch-to-source span[data-v-77dcc89d]{margin-right:.5rem}.modal .modal-content .sales-sources[data-v-77dcc89d]{max-height:calc(75vh - 75px);overflow-y:auto}[dir] .modal .modal-content .sales-sources[data-v-77dcc89d]{margin-top:auto}.modal .modal-content .sales-sources[data-v-77dcc89d]::-webkit-scrollbar{width:4px}[dir] .modal .modal-content .sales-sources[data-v-77dcc89d]::-webkit-scrollbar{background:rgba(80,148,221,.15);border-radius:4px}[dir] .modal .modal-content .sales-sources[data-v-77dcc89d]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}[dir=ltr] .modal .modal-content .sales-sources .source-data-item .q-table__middle[data-v-77dcc89d]{padding-left:0}[dir=rtl] .modal .modal-content .sales-sources .source-data-item .q-table__middle[data-v-77dcc89d]{padding-right:0}[dir] .modal .modal-content .sales-sources .q-table thead th[data-v-77dcc89d]{background:rgba(80,148,221,.05)}[dir=ltr] .modal .modal-content .source-changed[data-v-77dcc89d],[dir=rtl] .modal .modal-content .source-changed[data-v-77dcc89d]{-webkit-animation:flicker-77dcc89d .6s;animation:flicker-77dcc89d .6s}@keyframes flicker-77dcc89d{0%{background:#fff;opacity:0}25%{background:rgba(80,148,221,.15);opacity:.3}50%{background:rgba(80,148,221,.2);opacity:.6}75%{background:rgba(80,148,221,.15);opacity:.9}to{background:rgba(80,148,221,.08);opacity:1}}@-webkit-keyframes flicker-77dcc89d{0%{background:#fff}25%{background:rgba(80,148,221,.15);opacity:.3}50%{background:rgba(80,148,221,.2);opacity:.6}75%{background:rgba(80,148,221,.15);opacity:.9}to{background:rgba(80,148,221,.08);opacity:1}}@media screen and (min-width:990px){.modal .modal-content[data-v-77dcc89d]{width:520px}}[dir=ltr] .missing-source-modal .q-table__card .q-table__middle{padding-left:0}[dir=rtl] .missing-source-modal .q-table__card .q-table__middle{padding-right:0}[dir] .missing-source-modal .table-container .q-table__container .q-table__bottom{padding:4px 0}[dir=ltr] .missing-source-modal .table-container .q-table__container .q-table__bottom-item{margin-right:0}[dir=rtl] .missing-source-modal .table-container .q-table__container .q-table__bottom-item{margin-left:0}.missing-source-modal .modal-content .q-select__dropdown-icon,.missing-source-modal .modal-content .q-table__bottom .q-table__separator+.q-table__control{display:none}.dashboard-options-sidebar{position:absolute;top:0;width:60px;height:100%;z-index:99;overflow-x:hidden}[dir=ltr] .dashboard-options-sidebar{right:0;border-radius:0 24px 24px 0}[dir=rtl] .dashboard-options-sidebar{left:0;border-radius:24px 0 0 24px}.dashboard-options-sidebar .main-content{display:flex;flex-direction:row-reverse;width:100%;height:100%}.options-menu-mini{width:60px;height:100%}[dir] .options-menu-mini{background:var(--white)}[dir=ltr] .options-menu-mini{border-left:1px solid rgba(80,148,221,.15)}[dir=rtl] .options-menu-mini{border-right:1px solid rgba(80,148,221,.15)}.options-menu-mini .menu-trigger{width:100%;height:57px;display:flex;justify-content:center;align-items:center}[dir=ltr] .options-menu-mini .menu-trigger{border-radius:0 24px 0 0}[dir=rtl] .options-menu-mini .menu-trigger{border-radius:24px 0 0 0}.options-menu-mini .icon{width:24px;height:24px}[dir] .options-menu-mini .open_bar.menu-trigger{background:var(--theme-blue)}.options-menu-mini .open_bar.menu-trigger .icon{filter:brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(2%) hue-rotate(90deg) brightness(114%) contrast(100%)}[dir] .options-menu-mini .icon:hover{cursor:pointer}.menu-content{width:0;height:100%;overflow-x:hidden;opacity:0}[dir] .menu-content{background:var(--white)}.menu-content .menu-header{width:290px;height:57px;font-size:1rem;line-height:57px;color:var(--white)}[dir] .menu-content .menu-header{background:var(--theme-blue);text-align:center}.menu-content .table-content-listing{width:290px;height:calc(100% - 57px);overflow-y:auto;position:relative}.menu-content .table-content-listing::-webkit-scrollbar{width:4px}[dir] .menu-content .table-content-listing::-webkit-scrollbar{background:transparent}[dir] .menu-content .table-content-listing::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}.table-content-listing .mode-switcher{display:flex;position:sticky;position:-webkit-sticky;top:0;z-index:99}[dir] .table-content-listing .mode-switcher{padding:1rem .5rem;background:var(--white);border-bottom:1px solid rgba(80,148,221,.2)}[dir=ltr] .table-content-listing .mode-switcher{left:0}[dir=rtl] .table-content-listing .mode-switcher{right:0}.table-content-listing .mode-switcher .mode-items{display:flex;width:calc(100% - 1rem)}[dir] .table-content-listing .mode-switcher .mode-items{margin:0 auto}.mode-switcher .mode-items .item-state{width:50%;white-space:normal;display:flex;justify-content:center;align-items:center;transition:.2s ease-in-out}[dir] .mode-switcher .mode-items .item-state{padding:.75rem .4rem;text-align:center}.mode-switcher .mode-items .item-state img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(0) sepia(100%) saturate(7461%) hue-rotate(347deg) brightness(105%) contrast(111%)}[dir=ltr] .mode-switcher .mode-items .item-state img{margin-right:.7rem}[dir=rtl] .mode-switcher .mode-items .item-state img{margin-left:.7rem}[dir] .mode-switcher .mode-items .item-state:hover{cursor:pointer}.mode-switcher .mode-items .item-state.active-state{color:var(--white)}[dir] .mode-switcher .mode-items .item-state.active-state{background:var(--theme-blue-alt)}.mode-switcher .mode-items .item-state.active-state img{filter:brightness(0) saturate(100%) invert(94%) sepia(0) saturate(7500%) hue-rotate(115deg) brightness(107%) contrast(107%)}[dir] .mode-switcher .mode-items .item-state:not(.active-state):hover{background:rgba(80,148,221,.2)}.mode-switcher .mode-items .item-state span{font-weight:600}[dir] .mode-switcher .mode-items .item-state:first-child{border-top:1px solid rgba(80,148,221,.2);border-bottom:1px solid rgba(80,148,221,.2)}[dir=ltr] .mode-switcher .mode-items .item-state:first-child{border-radius:8px 0 0 8px;border-left:1px solid rgba(80,148,221,.2)}[dir=rtl] .mode-switcher .mode-items .item-state:first-child{border-radius:0 8px 8px 0;border-right:1px solid rgba(80,148,221,.2)}[dir] .mode-switcher .mode-items .item-state:last-child{border:1px solid rgba(80,148,221,.2)}[dir=ltr] .mode-switcher .mode-items .item-state:last-child{border-radius:0 8px 8px 0}[dir=rtl] .mode-switcher .mode-items .item-state:last-child{border-radius:8px 0 0 8px}.table-content-listing .column-item{transition:.3s ease-in-out;height:48px;overflow:hidden}[dir] .table-content-listing .column-item{border-bottom:1px solid rgba(80,148,221,.2);cursor:pointer}.table-content-listing .column-item.out-of-view{display:none}[dir=ltr] .table-content-listing .column-item.animated-filter-item,[dir=rtl] .table-content-listing .column-item.animated-filter-item{-webkit-animation:translateItem .3s;animation:translateItem .3s}.table-content-listing .custom-metric-section button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:.25s ease-in-out}[dir] .table-content-listing .custom-metric-section button{border:1px solid transparent;background:var(--theme-blue-alt)}.table-content-listing .custom-metric-section button:focus{outline:0}[dir] .table-content-listing .custom-metric-section button:focus{border:1px solid rgba(80,148,221,.6)}.table-content-listing .custom-metric-section button i{font-size:20px}[dir=ltr] .table-content-listing .custom-metric-section button i{margin-right:.5rem}[dir=rtl] .table-content-listing .custom-metric-section button i{margin-left:.5rem}.table-content-listing .custom-metric-section button:hover{opacity:.85}[dir] .table-content-listing .custom-metric-section button:hover{cursor:pointer}.table-content-listing .custom-metric-section button span{font-size:.9rem}[dir] .table-content-listing .custom-metric-section button span{margin-top:.15rem}@keyframes translateItem{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes translateItem{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[dir=ltr] .table-content-listing .column-item:-webkit-drag{box-shadow:-8px -8px 16px 8px rgba(80,148,221,.6)}[dir=rtl] .table-content-listing .column-item:-webkit-drag{box-shadow:8px -8px 16px 8px rgba(80,148,221,.6)}.table-content-listing .column-item .dropdown-item,.table-content-listing .column-item .item-heading{display:flex;align-items:center;position:relative}[dir] .table-content-listing .column-item .dropdown-item,[dir] .table-content-listing .column-item .item-heading{padding:0 .6rem}.table-content-listing .column-item .star-section{position:absolute;top:50%;font-size:16px;color:var(--theme-orange)}[dir] .table-content-listing .column-item .star-section{transform:translateY(-50%);cursor:pointer}[dir=ltr] .table-content-listing .column-item .star-section.bxs-star,[dir=rtl] .table-content-listing .column-item .star-section.bxs-star{-webkit-animation:scaleStar .25s;animation:scaleStar .25s}[dir=ltr] .table-content-listing .column-item:not(.unlisted) .inner-text .star-section{right:3px}[dir=rtl] .table-content-listing .column-item:not(.unlisted) .inner-text .star-section{left:3px}[dir=ltr] .table-content-listing .column-item:not(.unlisted) .dropdown-item .star-section{right:6px}[dir=rtl] .table-content-listing .column-item:not(.unlisted) .dropdown-item .star-section{left:6px}[dir=ltr] .table-content-listing .column-item.unlisted .star-section{right:12px}[dir=rtl] .table-content-listing .column-item.unlisted .star-section{left:12px}.table-content-listing .column-item .item-heading{height:48px;align-items:center}[dir] .table-content-listing .column-item .item-heading{background:var(--white)}[dir] .table-content-listing .column-item .item-heading.not-draggable{padding:0 2.6rem}.table-content-listing .column-item .item-heading img.refresh-icon{width:18px;height:18px;transition:.2s ease-in-out}[dir] .table-content-listing .column-item .item-heading img.refresh-icon{cursor:pointer}.table-content-listing .column-item .item-heading img.refresh-icon:hover{opacity:.7}[dir=ltr] .table-content-listing .column-item .item-heading img.refresh-icon:hover{transform:rotate(30deg)}[dir=rtl] .table-content-listing .column-item .item-heading img.refresh-icon:hover{transform:rotate(-30deg)}.table-content-listing .column-item .item-heading .drag-icon-holder{z-index:9;width:40px}[dir] .table-content-listing .column-item .item-heading .drag-icon-holder{text-align:center;cursor:move;cursor:grab;cursor:-webkit-grab;margin-top:5px}.table-content-listing .column-item .item-heading .drag-icon{font-size:24px;color:var(--theme-blue-alt);font-weight:700}[dir] .table-content-listing .column-item .item-heading .drag-icon-holder:active{cursor:grabbing;cursor:-webkit-grabbing}[dir] .table-content-listing .column-item .item-heading.filter-item-bg{background:rgba(80,148,221,.05)}[dir] .table-content-listing .column-item .item-heading.filter-item-bg .txt{cursor:pointer}[dir] .table-content-listing .column-item .dropdown-item{padding:.8rem 1.8rem}.table-content-listing .column-item .text-item,.table-content-listing .column-item .txt{font-size:.9rem;color:var(--theme-blue);width:100%}.table-content-listing .column-item .dropdown-item .text-item{width:calc(100% - .5rem);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[dir] .table-content-listing .column-item .dropdown-item .text-item{margin:0 auto}[dir] .column-item .dropdown-item.apply-to-all-text{padding:.8rem 2.5rem}.column-item .dropdown-item.apply-to-all-text .text-item{font-size:.7rem}[dir=ltr] .column-item .dropdown-item.apply-to-all-text .text-item{padding-left:.4rem}[dir=rtl] .column-item .dropdown-item.apply-to-all-text .text-item{padding-right:.4rem}.table-content-listing .column-item .txt{display:flex;height:100%;align-items:center}[dir] .table-content-listing .column-item .text-item{text-align:center}[dir=ltr] .table-content-listing .column-item .text-item{padding-left:.5rem}[dir=rtl] .table-content-listing .column-item .text-item{padding-right:.5rem}.table-content-listing .column-item .txt .inner-text{position:relative}[dir] .table-content-listing .column-item .txt .inner-text{text-align:center}.table-content-listing .column-item .txt .inner-text,.table-content-listing .column-item .txt .inner-text .metric-name{height:100%;display:flex;justify-content:center;align-items:center}.table-content-listing .column-item .txt .inner-text .metric-name span{width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[dir] .table-content-listing .column-item .txt .inner-text .metric-name span{text-align:center}[dir=ltr] .table-content-listing .column-item .txt .inner-text .metric-name span{padding-left:5px;padding-right:15px}[dir=rtl] .table-content-listing .column-item .txt .inner-text .metric-name span{padding-right:5px;padding-left:15px}.table-content-listing .column-item .item-heading.not-draggable .txt .inner-text{width:100%}.table-content-listing .column-item .item-heading.draggable .txt .inner-text{width:calc(100% - 20px)}[dir] .table-content-listing .column-item .arrow-icon{margin-top:4px}[dir=ltr] .table-content-listing .column-item .arrow-icon{margin-left:auto}[dir=rtl] .table-content-listing .column-item .arrow-icon{margin-right:auto}.table-content-listing .column-item .arrow-icon i{font-size:20px;transition:.2s ease-in-out}[dir=ltr] .table-content-listing .column-item .arrow-icon i.open{transform:rotate(180deg)}[dir=rtl] .table-content-listing .column-item .arrow-icon i.open{transform:rotate(-180deg)}.table-content-listing .column-item .link-icon{font-size:18px;font-weight:700;color:var(--theme-blue-alt);transition:.25s ease-in-out}[dir=ltr] .table-content-listing .column-item .link-icon{transform:rotate(45deg)}[dir=rtl] .table-content-listing .column-item .link-icon{transform:rotate(-45deg)}.table-content-listing .column-item .link-icon:hover{opacity:.7}[dir=ltr] .table-content-listing .column-item .link-icon:hover{transform:rotate(45deg) scale(1.1)}[dir=rtl] .table-content-listing .column-item .link-icon:hover{transform:rotate(-45deg) scale(1.1)}.hovered-element{transition:.3s ease-in-out}[dir] .hovered-element{margin-top:50px}[dir] .dashboard-data-table .q-table thead tr th.with-shadow-header{background:#c1d9f2}[dir=ltr] .q-table tr th.with-shadow-header{border-right:2px solid rgba(80,148,221,.7)}[dir=rtl] .q-table tr th.with-shadow-header{border-left:2px solid rgba(80,148,221,.7)}.filter-holder{max-width:35rem}.filter-grid{width:100%;display:flex;flex-wrap:wrap}.filter-grid-item{align-items:center;justify-content:space-between;color:var(--white);width:-webkit-fit-content;width:fit-content;width:-moz-fit-content}[dir] .filter-grid-item{padding:.2rem .5rem;border-radius:8px;margin-top:.3rem}[dir=ltr] .filter-grid-item{margin-right:.5rem}[dir=rtl] .filter-grid-item{margin-left:.5rem}[dir] .filter-grid-item.source{background:#d8804c}[dir] .filter-grid-item.salesrep{background:#27ae60}[dir] .filter-grid-item.tag{background:#5094dd}.filter-grid-item .filter-item{font-size:.8rem;font-weight:600}[dir=ltr] .filter-grid-item .filter-item{margin-right:.6rem}[dir=rtl] .filter-grid-item .filter-item{margin-left:.6rem}.filter-grid-item .icon{font-size:20px;width:20px;height:24px}[dir=ltr] .filter-grid-item .icon{padding-left:2px}[dir=rtl] .filter-grid-item .icon{padding-right:2px}.clear-filters:hover,.filter-grid-item .icon:hover{opacity:.7}[dir] .clear-filters:hover,[dir] .filter-grid-item .icon:hover{cursor:pointer}.clear-filters{font-size:18px;color:var(--theme-blue-alt);font-weight:700;width:22px;height:22px;display:flex;align-items:center;justify-content:center;transition:.15s ease-in-out}[dir] .clear-filters{text-align:center;border-radius:50%;background:#f2f2f2}[dir=ltr] .clear-filters{margin-left:.85rem}[dir=rtl] .clear-filters{margin-right:.85rem}.clear-filters:hover{color:#fff}[dir] .clear-filters:hover{background:var(--theme-blue-alt)}button.report-btn i{font-size:20px}[dir=ltr] button.report-btn i{margin-right:.4rem}[dir=rtl] button.report-btn i{margin-left:.4rem}button.report-btn i,button.report-btn span{display:inline-block;vertical-align:middle}button.report-btn{min-width:160px;position:relative}button.report-btn .process-spinner{width:18px;height:18px;position:absolute;top:6px}[dir=ltr] button.report-btn .process-spinner{right:5px}[dir=rtl] button.report-btn .process-spinner{left:5px}.source-cost-tooltip{position:absolute;top:50%;z-index:1}[dir] .source-cost-tooltip{transform:translateY(-50%);padding-top:.25rem}[dir=ltr] .source-cost-tooltip{left:-3px;margin-right:0}[dir=rtl] .source-cost-tooltip{right:-3px;margin-left:0}.source-cost-tooltip img{width:16px;height:16px;filter:invert(77%) sepia(36%) saturate(1390%) hue-rotate(346deg) brightness(96%) contrast(95%)}[dir] .source-cost-tooltip:hover{cursor:pointer}.source-cost-tooltip:hover img{opacity:.7}.source-cost-tooltip:hover .tooltip{display:block}[dir] .source-cost-tooltip:hover .tooltip{padding:3px 0}[dir=ltr] .source-cost-tooltip:hover .tooltip,[dir=rtl] .source-cost-tooltip:hover .tooltip{-webkit-animation:translate-item .4s;animation:translate-item .4s}@keyframes translate-item{0%{top:30%}to{top:60%}}@-webkit-keyframes translate-item{0%{top:30%}to{top:60%}}.source-cost-tooltip .tooltip{color:var(--white);max-width:none;z-index:99;font-size:.75rem;top:60%;display:none}[dir] .source-cost-tooltip .tooltip{background:#edad23}.source-cost-tooltip .tooltip .tooltip-content{width:300px}.source-cost-tooltip .tooltip .tooltip-content span{display:inline;width:100%}[dir=ltr] .source-cost-tooltip .tooltip .tooltip-content span{text-align:left}[dir=rtl] .source-cost-tooltip .tooltip .tooltip-content span{text-align:right}[dir] .source-cost-tooltip .tooltip .tooltip-content:before{border-bottom:8px solid #edad23}[dir=ltr] .source-cost-tooltip .tooltip .tooltip-content:before{left:0;transform:translateX(2px)}[dir=rtl] .source-cost-tooltip .tooltip .tooltip-content:before{right:0;transform:translateX(-2px)}.source-cost-tooltip .source-tooltip-trigger{text-decoration:underline}.source-cost-tooltip .source-tooltip-trigger:hover{opacity:.7}[data-v-fe2114d6]:root{--checkmark-size:50px;--border-width:.5rem;--checkmark-color:#27ae60}.save-checkmark[data-v-fe2114d6]{width:var(--checkmark-size);height:var(--checkmark-size);display:flex;position:relative;transition:.3s ease}[dir] .save-checkmark[data-v-fe2114d6]{border-radius:50%}.save-checkmark .save-box[data-v-fe2114d6]{position:absolute;top:50%;width:calc(100% - var(--border-width));height:calc(100% - var(--border-width));display:flex;flex-direction:column;align-items:center;justify-content:center}[dir] .save-checkmark .save-box[data-v-fe2114d6]{background:var(--white);border-radius:50%;text-align:center}[dir=ltr] .save-checkmark .save-box[data-v-fe2114d6]{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .save-checkmark .save-box[data-v-fe2114d6]{right:50%;transform:translate(50%,-50%)}.save-checkmark .save-box .check-icon[data-v-fe2114d6]{font-size:calc(var(--checkmark-size) - 15px);color:var(--checkmark-color)}.option-select .dropdown-menu{max-width:100%;min-width:100%}.report-save-modal[data-v-0c30b6aa]{display:flex;flex-direction:column;justify-content:center;align-items:center}.report-save-modal .modal-content[data-v-0c30b6aa]{transition:.2s ease-in-out;width:480px;max-height:unset;min-height:305px}[dir] .report-save-modal .modal-content[data-v-0c30b6aa]:not(.is-visible){transform:scale(.7)}[dir] .report-save-modal .modal-content.is-visible[data-v-0c30b6aa]{transform:scale(1)}.report-save-modal .modal-content .save-section .option-select[data-v-0c30b6aa]{width:120px}.report-save-modal .modal-content .save-section .save-options-section[data-v-0c30b6aa]{height:135px;overflow-x:hidden}.report-save-modal .modal-content .save-section .save-options-section .option-positioner[data-v-0c30b6aa]{display:flex;height:100%;transition:all .3s}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section[data-v-0c30b6aa]{flex:0 0 auto;width:100%;height:100%}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.save-confirm-section .confirmation-section[data-v-0c30b6aa]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}[dir] .report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.save-confirm-section .confirmation-section[data-v-0c30b6aa]{text-align:center}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.save-confirm-section .confirmation-text[data-v-0c30b6aa]{line-height:1.5rem;font-size:.95rem}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.save-confirm-section .confirmation-text .report-text[data-v-0c30b6aa]{color:var(--theme-blue-alt)}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section[data-v-0c30b6aa]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section[data-v-0c30b6aa]{width:100%}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group[data-v-0c30b6aa]{width:calc(100% - .5rem)}[dir] .report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group[data-v-0c30b6aa]{margin:0 auto 1rem}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group .group-item label[data-v-0c30b6aa]{font-size:.85rem}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group .group-item.checkbox-group[data-v-0c30b6aa]{display:flex;flex-direction:row-reverse;align-items:center;width:-webkit-fit-content;width:fit-content;width:-moz-fit-content}[dir=ltr] .report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group .group-item.checkbox-group .field-label[data-v-0c30b6aa]{margin-left:.6rem}[dir=rtl] .report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group .group-item.checkbox-group .field-label[data-v-0c30b6aa]{margin-right:.6rem}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group .error-text[data-v-0c30b6aa]{visibility:hidden;opacity:0}[dir] .report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group .error-text[data-v-0c30b6aa]{margin-top:.4rem}.report-save-modal .modal-content .save-section .save-options-section .option-positioner .option-section.saveas-section .save-select-section .form-group .error-text.error-visible[data-v-0c30b6aa]{visibility:visible;opacity:1}[dir] .report-save-modal .modal-content .save-section .action-section[data-v-0c30b6aa]{margin:1rem 0 .5rem}.report-save-modal .modal-content .save-section .action-section button[data-v-0c30b6aa]{min-width:150px;max-width:calc(100% - 1rem);position:relative}[dir=ltr] .report-save-modal .modal-content .save-section .action-section button[data-v-0c30b6aa]:first-child{margin-right:1rem}[dir=rtl] .report-save-modal .modal-content .save-section .action-section button[data-v-0c30b6aa]:first-child{margin-left:1rem}.report-save-modal .modal-content .save-section .action-section button .process-spinner[data-v-0c30b6aa]{position:absolute;top:45%;font-size:18px}[dir] .report-save-modal .modal-content .save-section .action-section button .process-spinner[data-v-0c30b6aa]{transform:translateY(-50%)}[dir=ltr] .report-save-modal .modal-content .save-section .action-section button .process-spinner[data-v-0c30b6aa]{right:6px}[dir=rtl] .report-save-modal .modal-content .save-section .action-section button .process-spinner[data-v-0c30b6aa]{left:6px}.report-save-modal .modal-content .success-section[data-v-0c30b6aa]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:250px}[dir] .report-save-modal .modal-content .success-section[data-v-0c30b6aa]{text-align:center}.report-save-modal .modal-content .success-section .feedback-text[data-v-0c30b6aa]{font-size:.85rem;width:calc(60% - 1rem);color:#408c67;font-weight:700}[dir] .report-save-modal .modal-content .success-section .feedback-text[data-v-0c30b6aa]{margin:.6rem auto 0}.date-picker[data-v-4fb287de]{display:none;transition:.15s ease-in-out;position:absolute;z-index:1;opacity:0}[dir=ltr] .date-picker[data-v-4fb287de]{left:50%;transform:translateX(-50%)}[dir=rtl] .date-picker[data-v-4fb287de]{right:50%;transform:translateX(50%)}.picker-bottom[data-v-4fb287de]{top:90%}.picker-bottom.open[data-v-4fb287de]{top:100%}.picker-top[data-v-4fb287de]{top:-270px}.picker-top.open[data-v-4fb287de]{top:-290px}.date-picker.open[data-v-4fb287de]{display:block;opacity:1}.error-content[data-v-383c050c]{display:flex;align-items:center;justify-content:center;color:red;width:calc(100% - 12rem)}[dir] .error-content[data-v-383c050c]{padding:.8rem;background:rgba(255,0,0,.15);margin:0 auto .8rem;border-radius:8px}.error-content img[data-v-383c050c]{width:18px;height:18px;filter:brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(7084%) hue-rotate(2deg) brightness(101%) contrast(127%)}[dir=ltr] .error-content img[data-v-383c050c]{margin-right:.65rem}[dir=rtl] .error-content img[data-v-383c050c]{margin-left:.65rem}.generate-button[data-v-383c050c]{min-width:225px;display:flex;justify-content:center;position:relative}.generate-button .q-spinner{position:absolute;top:5px}[dir=ltr] .generate-button .q-spinner{right:6px}[dir=rtl] .generate-button .q-spinner{left:6px}.source-action-buttons button{text-transform:uppercase}.source-stage .input-content{width:calc(100% - 5rem)}.source-stage header{font-size:1.05rem}[dir] .source-stage header{margin:1.5rem 0 2rem}.source-stage .form-group{display:flex;align-items:center}[dir] .source-stage .form-group{margin-bottom:2rem}.source-stage .form-group .group-content{width:50%}.source-stage .form-group .group-content.label{font-size:.95rem;color:var(--theme-blue-alt)}[dir] .source-stage .form-group .group-content .form-field{padding:12px 20px}.source-stage .form-group .group-content.date-content{position:relative}[dir] .source-stage .form-group .group-content.date-content{cursor:pointer}.source-stage .button-container{display:flex;justify-content:center}[dir] .source-stage .button-container{border-top:1px solid rgba(80,148,221,.35);padding:1.2rem 0}.source-stage .button-container button{text-transform:uppercase}[dir] .source-stage{padding:.6rem 0}.modal.source-modal .modal-content[data-v-8699074a]{width:600px;overflow-x:hidden;position:relative;transition:.3s ease-in-out;opacity:0}[dir] .modal.source-modal .modal-content[data-v-8699074a]{background:var(--white);transform:scale(1.1)}.source-modal.modal-open .modal-content[data-v-8699074a]{opacity:1}[dir] .source-modal.modal-open .modal-content[data-v-8699074a]{transform:scale(1)}.source-modal .modal-header .close-icon[data-v-8699074a],.source-modal .modal-header .prev-arrow[data-v-8699074a],.source-modal .modal-header .prev-arrow[data-v-8699074a]:hover{color:var(--theme-blue-alt)}[dir] .source-modal .modal-header .prev-arrow[data-v-8699074a]:hover{transform:scale(1.1);cursor:pointer}.source-modal .modal-header .prev-arrow[data-v-8699074a]{font-size:20px;font-weight:700}.source-modal header[data-v-8699074a]{font-size:1.05rem}.note-container[data-v-8699074a]{width:calc(100% - 5rem);overflow-y:hidden;height:24px}.note-line .light-bulb[data-v-8699074a]{color:var(--theme-blue);width:22px;height:22px;filter:brightness(0) saturate(100%) invert(54%) sepia(81%) saturate(1371%) hue-rotate(187deg) brightness(93%) contrast(85%)}[dir=ltr] .note-line .light-bulb[data-v-8699074a]{margin-right:.85rem}[dir=rtl] .note-line .light-bulb[data-v-8699074a]{margin-left:.85rem}[dir] .note-line[data-v-8699074a]{cursor:pointer}.note-line span[data-v-8699074a]{font-size:.9rem}.note-line .arrow-icon[data-v-8699074a]{font-size:24px;transition:.2s ease-in-out}[dir=ltr] .note-line .arrow-icon[data-v-8699074a]{margin-left:auto}[dir=rtl] .note-line .arrow-icon[data-v-8699074a]{margin-right:auto}[dir=ltr] .note-line .arrow-icon.open[data-v-8699074a]{transform:rotate(180deg)}[dir=rtl] .note-line .arrow-icon.open[data-v-8699074a]{transform:rotate(-180deg)}.note-content[data-v-8699074a]{font-size:.9rem;line-height:1.5rem;color:rgba(0,0,0,.85)}[dir] .note-content[data-v-8699074a]{margin:1.5rem 0}.dashboard-main header .heading{font-weight:500}[dir=ltr] .dashboard-main header .heading{margin-right:2.8rem}[dir=rtl] .dashboard-main header .heading{margin-left:2.8rem}.dashboard-main header .heading h4{font-size:1.5rem;max-width:35rem;line-height:2rem}[dir] .dashboard-main header .heading h4{margin:0}.dashboard-main header .heading h4 .template-class{color:var(--theme-blue-alt)}@media screen and (max-width:480px){[dir] .dashboard-main header .heading h4{margin:0 0 .5rem}.report-save-section{width:100%;align-items:flex-start}[dir] .report-save-section{margin-top:.5rem}}@media screen and (min-width:480px){[dir=ltr] .dashboard-main .heading button.report-btn{margin-left:.6rem}[dir=rtl] .dashboard-main .heading button.report-btn{margin-right:.6rem}[dir=ltr] .report-save-section{margin-left:auto}[dir=rtl] .report-save-section{margin-right:auto}}[dir=ltr] .report-save-section button:not(:first-child){margin-left:.5rem}[dir=rtl] .report-save-section button:not(:first-child){margin-right:.5rem}@media screen and (max-width:750px){.dashboard-main header{flex-direction:column}[dir] .dashboard-main header .heading{margin-bottom:.6rem}[dir=ltr] .dashboard-main header .heading{margin-right:0!important}[dir=rtl] .dashboard-main header .heading{margin-left:0!important}.dashboard-main-content .indicators{max-width:100%;flex-wrap:wrap}[dir] .button.save-report,[dir] .indicator-item.checkbox{margin-top:1.5rem}}.dashboard-main-content{width:100%;position:relative;display:flex;flex-direction:column;min-height:850px;overflow-y:auto}[dir] .dashboard-main-content{background:var(--white);padding:2rem 1.2rem}.dashboard-main-content:not(.edit-mode){z-index:1}.dashboard-data-table{max-width:95%;width:95%;overflow-x:auto;white-space:nowrap;position:relative}[dir] .dashboard-data-table{margin-bottom:2.5rem}.scroll::-webkit-scrollbar{height:4px;width:4px}[dir] .scroll::-webkit-scrollbar{background:rgba(80,148,221,.08);border-radius:8px}[dir] .scroll::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}.dashboard-main-content .indicators{display:flex;align-items:center;max-width:95%;position:relative;z-index:2}[dir] .dashboard-main-content .indicators{margin:auto 0 0}[dir=ltr] .indicators .indicator-item:not(:last-child){margin-right:1.8rem}[dir=rtl] .indicators .indicator-item:not(:last-child){margin-left:1.8rem}[dir=ltr] .indicators .save-report{margin-left:auto}[dir=rtl] .indicators .save-report{margin-right:auto}.q-table__card .q-table__middle{max-height:750px;position:relative;z-index:10}[dir=ltr] .q-table__card .q-table__middle{padding-left:1.5rem}[dir=rtl] .q-table__card .q-table__middle{padding-right:1.5rem}.breakdown-load-section{color:var(--theme-blue-alt);font-size:1rem;height:750px}[dir] .breakdown-load-section{padding:0 1rem}.breakdown-load-section .load-spinner{font-size:25px}.q-table__container.fullscreen .q-table__middle{max-height:100vh}.dashboard-section{position:relative;height:100%;flex-grow:100;z-index:2}[dir] .dashboard-section{background:transparent}.data-build-section{height:350px;width:calc(75% - 1.5rem);display:flex;justify-content:center;align-items:center;font-size:.9rem;font-weight:700}[dir] .data-build-section{margin:auto;text-align:center;padding:0 1rem}.unassigned-section{width:24px;position:absolute;top:65px;height:100%;display:flex;flex-direction:column;z-index:99}[dir] .unassigned-section{background:var(--white)}[dir] .dashboard-data-table .location-data-section{padding:0 .5rem .75rem}[dir=ltr] .dashboard-data-table .location-data-section{text-align:right}[dir=rtl] .dashboard-data-table .location-data-section{text-align:left}.dashboard-data-table .location-data-section .location-name{font-size:.85rem;color:var(--theme-blue-alt);font-weight:500}[dir=ltr] .dashboard-data-table .location-data-section .location-name span{margin-left:.5rem}[dir=rtl] .dashboard-data-table .location-data-section .location-name span{margin-right:.5rem}[dir] .dashboard-data-table .q-table__container{background:transparent;box-shadow:none}.dashboard-data-table .q-table{display:inline-table;max-width:1000px}[dir] .dashboard-data-table .q-table{padding-bottom:1.8rem}.dashboard-data-table .q-table th{color:#707070}[dir] .dashboard-data-table .q-table th{padding:24px 8px}[dir] .dashboard-data-table .q-table th:first-child{padding:24px}[dir] .dashboard-data-table .q-table thead tr,[dir] .q-table__container.fullscreen .q-table thead tr{background:#f9fafb}[dir=ltr] .q-table__container.fullscreen .q-table{padding-right:1.4rem}[dir=rtl] .q-table__container.fullscreen .q-table{padding-left:1.4rem}.dashboard-data-table .q-table thead tr th,.q-table__container.fullscreen .q-table thead tr th{font-size:1rem}.dashboard-data-table .q-table thead tr th,.q-table__container.fullscreen table thead tr th{position:sticky;position:-webkit-sticky;top:-5px}[dir] .dashboard-data-table .q-table thead tr th,[dir] .q-table__container.fullscreen table thead tr th{background:#f9fafb}.q-table thead tr th{z-index:9}.q-table thead tr th.main-column,.q-table thead tr th.tag-parent{z-index:12}[dir] .q-table__container.fullscreen table thead tr th{padding:1.3rem 1.2rem}[dir=ltr] .q-table tbody tr td.within-view,[dir=ltr] .q-table thead tr th.within-view,[dir=rtl] .q-table tbody tr td.within-view,[dir=rtl] .q-table thead tr th.within-view{-webkit-animation:highlight 6s;animation:highlight 6s}@keyframes highlight{0%{background:#eff7ff}25%{background:#def}50%{background:#edf4fc}75%{background:#def}to{background:#eff7ff}}@-webkit-keyframes highlight{0%{background:#eff7ff}25%{background:#def}50%{background:#edf4fc}75%{background:#def}to{background:#eff7ff}}.dashboard-data-table .q-table thead tr th .cell-content,.q-table__container.fullscreen table thead tr th .cell-content{display:inline-block;width:160px}.q-table thead tr th .cell-content .header-data{display:flex;align-items:center}.q-table thead tr th:not(:first-child) .cell-content .header-data{justify-content:center}.q-table thead tr th.tag-child .cell-content .header-data{justify-content:flex-start}.q-table thead tr th .cell-content .header-data .parent-state-change{width:16px;height:16px;position:relative}[dir] .q-table thead tr th .cell-content .header-data .parent-state-change{margin-bottom:.2rem}[dir=ltr] .q-table thead tr th .cell-content .header-data .parent-state-change{margin-left:.6rem}[dir=rtl] .q-table thead tr th .cell-content .header-data .parent-state-change{margin-right:.6rem}.q-table thead tr th .cell-content .header-data .parent-state-change .tooltip{width:200px;max-width:200px;top:130%;font-size:.75rem;display:none}[dir=ltr] .q-table thead tr th .cell-content .header-data .parent-state-change .tooltip{left:-90px}[dir=rtl] .q-table thead tr th .cell-content .header-data .parent-state-change .tooltip{right:-90px}.q-table thead tr th .cell-content .header-data .parent-state-change:hover .tooltip{display:block}.q-table thead tr th .cell-content .header-data .parent-state-change img{width:100%;height:100%;opacity:.6;transition:.3s ease-in-out}[dir] .q-table thead tr th .cell-content .header-data .parent-state-change img{cursor:pointer}.q-table thead tr th .cell-content .header-data .parent-state-change:hover img{opacity:1}.q-table thead tr th .cell-content span{white-space:normal}.q-table thead tr th .cell-content .header-data i.header-column-star{transition:.2s ease-in-out}[dir=ltr] .q-table thead tr th .cell-content .header-data i.header-column-star{margin-left:.5rem}[dir=rtl] .q-table thead tr th .cell-content .header-data i.header-column-star{margin-right:.5rem}[dir] .q-table thead tr th .cell-content .header-data i.header-column-star:hover{transform:scale(1.2);cursor:pointer}.q-table thead tr th .cell-content .header-data i.header-column-star.bxs-star{color:var(--theme-orange)}.q-table__container.fullscreen{font-family:Nunito,sans-serif}@media screen and (min-width:750px){.q-table .sticky-column{position:sticky;position:-webkit-sticky;z-index:1}[dir=ltr] .q-table .sticky-column{left:-32px}[dir=rtl] .q-table .sticky-column{right:-32px}[dir=ltr] .q-table .sticky-column.tag-parent{left:-32px}[dir=rtl] .q-table .sticky-column.tag-parent{right:-32px}[dir=ltr] .q-table .sticky-column.tag-child{left:186px}[dir=rtl] .q-table .sticky-column.tag-child{right:186px}[dir=ltr] .q-table__container.fullscreen .q-table .sticky-column.tag-child{left:176px}[dir=rtl] .q-table__container.fullscreen .q-table .sticky-column.tag-child{right:176px}[dir=ltr] .q-table .sticky-column.with-row-toggle{left:-24px}[dir=rtl] .q-table .sticky-column.with-row-toggle{right:-24px}}[dir] .q-table tbody tr{border-color:rgba(0,0,0,.12)}.q-table tbody tr.parent-child td{font-size:.75rem}[dir=ltr] .q-table .main-column{border-right:3px solid rgba(0,0,0,.3)}[dir=rtl] .q-table .main-column{border-left:3px solid rgba(0,0,0,.3)}.q-table .column-content{min-height:3rem;display:flex;align-items:center;position:relative}[dir] .q-table .column-content{text-align:center}.q-table tbody tr td:first-child .column-content .item-data{min-width:160px}[dir=ltr] .q-table tbody tr td:first-child .column-content .item-data:not(:only-child){padding-left:.75rem}[dir=rtl] .q-table tbody tr td:first-child .column-content .item-data:not(:only-child){padding-right:.75rem}.q-table tbody tr td:first-child .column-content .item-data span{width:90%}[dir] .q-table tbody tr td:first-child .column-content .item-data span{margin:0 auto}[dir=ltr] .q-table tbody tr td.tag-child .column-content .item-data:not(:only-child),[dir=ltr] .q-table tbody tr td.tag .column-content .item-data:not(:only-child){padding-left:1.3rem}[dir=rtl] .q-table tbody tr td.tag-child .column-content .item-data:not(:only-child),[dir=rtl] .q-table tbody tr td.tag .column-content .item-data:not(:only-child){padding-right:1.3rem}.q-table .sticky-column .column-content.source{justify-content:space-between}.q-table tr .column-circle{position:absolute;top:50%;width:16px;height:16px;z-index:99999999}[dir] .q-table tr .column-circle{transform:translateY(-50%);background:red;border-radius:50%}[dir=ltr] .q-table tr .column-circle{left:-20px}[dir=rtl] .q-table tr .column-circle{right:-20px}.q-table tbody tr td:not(:first-child) .column-circle{display:none}[dir] .dashboard-data-table .q-table tbody tr td:first-child{background:var(--white)}.q-table tbody,.q-table tbody tr{position:relative}[dir] .q-table tbody .null-parent td{border-top:2px solid rgba(0,0,0,.3)}.q-table tbody tr td span{transition:all .2s;width:100%;display:block;white-space:normal}.q-table tbody tr td{position:relative}.q-table tbody tr.additional-fields td span,.q-table tbody tr.kpis td span{width:100%}.q-table tbody tr.additional-fields,.q-table tbody tr.kpis{position:sticky;z-index:1;bottom:-2px}[dir=ltr] .q-table tbody tr.additional-fields,[dir=ltr] .q-table tbody tr.kpis{left:0}[dir=rtl] .q-table tbody tr.additional-fields,[dir=rtl] .q-table tbody tr.kpis{right:0}.q-table tbody tr.bottom-48{bottom:42px}.q-table tbody tr.bottom-96{bottom:90px}.q-table tbody tr.bottom-max{bottom:165px}.q-table tbody tr.bottom-max-reg{bottom:91px}.q-table tbody tr.bottom-50{bottom:43px}.q-table tbody tr.bottom-123{bottom:117px}[dir] .q-table tbody .additional-fields td:not(:first-child),[dir] .q-table tbody .kpis td:not(:first-child){background:var(--white)}.q-table tbody tr td span.censored-column{filter:blur(3px)}.q-table tbody tr td.sticky-column button{font-size:.75rem}[dir] .q-table tbody tr td.sticky-column button{padding:4px 18px}[dir=ltr] .q-table tbody tr td.sticky-column button{margin-left:.75rem}[dir=rtl] .q-table tbody tr td.sticky-column button{margin-right:.75rem}[dir] .dashboard-data-table .q-table tbody td:not(:first-child),[dir] .q-table__container.fullscreen .q-table tbody td:not(:first-child){text-align:center}.dashboard-data-table .q-table tbody td .column-content.centered-column,.q-table__container.fullscreen .q-table tbody .column-content.centered-column{width:135px;justify-content:center}[dir] .dashboard-data-table .q-table tbody td .column-content.centered-column,[dir] .q-table__container.fullscreen .q-table tbody .column-content.centered-column{margin:0 auto}[dir=ltr] .q-table tbody td.tag{border-right:3px solid rgba(0,0,0,.3)}[dir=rtl] .q-table tbody td.tag{border-left:3px solid rgba(0,0,0,.3)}.q-table tbody td.tag .column-content{max-width:150px}[dir=ltr] .q-table tbody td.tag .column-content{text-align:left}[dir=rtl] .q-table tbody td.tag .column-content{text-align:right}.q-table tbody td.tag .column-content .item-data,.q-table tbody td:not(:first-child) .column-content span{white-space:normal}.q-table tbody .additional-fields.regular-scale td,.q-table tbody .kpis.regular-scale td{position:sticky;z-index:1;position:-webkit-sticky}[dir] .q-table tbody .additional-fields.regular-scale td,[dir] .q-table tbody .kpis.regular-scale td{background:var(--white)}.q-table tbody .additional-fields:not(.regular-scale) .sticky-column,.q-table tbody .kpis:not(.regular-scale) .sticky-column{bottom:unset!important}.q-table tbody tr.kpis td{bottom:0}.q-table tbody tr.additional-fields td:first-child,.q-table tbody tr.kpis td:first-child{font-size:1rem;font-weight:700;color:#707070}[dir] .q-table tbody tr.additional-fields td:first-child,[dir] .q-table tbody tr.kpis td:first-child{background:#f9fafb}.q-table tbody tr.additional-fields td.sticky-column,.q-table tbody tr.kpis td.sticky-column{z-index:2}[dir] .q-table tbody tr.additional-fields td,[dir] .q-table tbody tr.kpis td{border-top-width:1px;border-bottom-width:0}.q-table tbody tr.parent-row td{font-weight:700!important}[dir] .q-table tbody tr.parent-row td{background:#eff6fc!important;padding:4px 16px}.q-table tbody tr.parent-row td.no-tag-parent{font-weight:400!important}.q-table tbody tr.hidden-total-row td{display:none}[dir=ltr] .q-table tbody tr.parent-child td:not(.tag),[dir=ltr] .q-table tbody tr.parent-row td:not(.tag){border-right:1px solid rgba(0,0,0,.12)}[dir=rtl] .q-table tbody tr.parent-child td:not(.tag),[dir=rtl] .q-table tbody tr.parent-row td:not(.tag){border-left:1px solid rgba(0,0,0,.12)}.q-table tbody tr.parent-row td .column-content{min-height:4.2rem}.q-table tbody tr.parent-child td .column-content{min-height:3.25rem}.q-table tbody tr.kpis label{display:block}[dir=ltr] .q-table tbody tr.kpis label{margin-right:.2rem}[dir=rtl] .q-table tbody tr.kpis label{margin-left:.2rem}.q-table tbody tr.kpis .form-field{max-width:60px}[dir] .q-table tbody tr.kpis .form-field{margin:0 auto;padding:6px 12px;text-align:center}.q-table tbody tr.kpis .field-value{font-weight:700;font-size:.95rem}.q-table tbody tr.kpis td form{min-width:160px}.q-table tbody tr td.unassigned-item{position:relative}.q-table tbody tr.hidden-row td{line-height:0;height:0}[dir] .q-table tbody tr.hidden-row td{padding-top:0;padding-bottom:0}.q-table tbody tr.hidden-row .column-content{height:0;min-height:0;overflow:hidden;white-space:nowrap}[dir=ltr] .q-table tbody tr.hidden-row .column-content,[dir=rtl] .q-table tbody tr.hidden-row .column-content{-webkit-animation:slide-up .3s;animation:slide-up .3s}@keyframes slide-up{0%{height:81px}to{height:0}}@-webkit-keyframes slide-up{0%{height:81px}to{height:0}}.row-toggle{position:absolute;top:50%;z-index:9999}[dir] .row-toggle{transform:translateY(-50%)}[dir=ltr] .row-toggle{left:-25px}[dir=rtl] .row-toggle{right:-25px}.row-toggle .data-item{position:relative}.row-toggle .data-item .tooltip{max-width:none;display:none;top:90%;z-index:9}.row-toggle .data-item:hover .tooltip{top:105%;transition:.3s ease;display:block;opacity:1}[dir] .row-toggle .data-item .tooltip .tooltip-content:before{transform:translateX(0)}[dir=ltr] .row-toggle .data-item .tooltip .tooltip-content:before{left:6px}[dir=rtl] .row-toggle .data-item .tooltip .tooltip-content:before{right:6px}.row-toggle .data-item .tooltip .tooltip-content{width:200px}.row-toggle .data-item .tooltip .tooltip-content span{line-height:1.2rem;display:inline}[dir=ltr] .row-toggle .data-item .tooltip .tooltip-content span{text-align:left}[dir=rtl] .row-toggle .data-item .tooltip .tooltip-content span{text-align:right}.row-toggle .icon-item{font-size:22px}.row-toggle .icon-item:hover{transition:.3s ease}[dir] .row-toggle .icon-item:hover{cursor:pointer}[dir] .row-toggle .icon-item.expand-icon:hover{transform:scale(1.1)}[dir] .row-toggle .icon-item.collapse-icon:hover{transform:scale(.9)}.dashboard-data-table tr td.no-data-row{font-size:1rem;color:var(--theme-blue-alt);display:flex;align-items:center}[dir] .dashboard-data-table tr td.no-data-row{text-align:center}.dashboard-data-table tr td.no-data-row .exclamation-icon{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(7084%) hue-rotate(2deg) brightness(101%) contrast(127%)}[dir] .dashboard-data-table .q-linear-progress__model--indeterminate:after,[dir] .dashboard-data-table .q-linear-progress__model--indeterminate:before{background:var(--theme-blue-alt)}[dir=ltr] .q-table tbody tr td:not(.sticky-column):first-child{border-right:1px solid rgba(0,0,0,.12)}[dir=rtl] .q-table tbody tr td:not(.sticky-column):first-child{border-left:1px solid rgba(0,0,0,.12)}.q-table tbody tr.unassigned-row td .column-content .item-data,.q-table tbody tr.unassigned-row td .column-content .null-field{opacity:.2}.q-table tbody tr td.tag-parent .column-content{width:180px}.q-table__container.fullscreen{max-width:unset;max-height:unset}[dir] .q-table__container.fullscreen{padding:3rem 1.8rem 0}.q-table__container.fullscreen .top-actions .magnifiers{display:none}[dir] .q-table__container .q-table__top{padding:0 0 12px}[dir] .fullscreen .q-btn.fullscreen-toggle{padding:4px 16px}.q-btn.fullscreen-toggle{font-size:20px}[dir] .q-btn.fullscreen-toggle{padding:0}[dir] .q-btn.fullscreen-toggle:before{box-shadow:none}.dashboard-top-row{align-items:center;justify-content:space-between}[dir=ltr] .dashboard-top-row{padding-right:0;padding-left:1rem}[dir=rtl] .dashboard-top-row{padding-left:0;padding-right:1rem}.dashboard-top-row .magnifiers,.dashboard-top-row .top-actions{display:flex;align-items:center}.dashboard-top-row .magnifiers{width:80px;justify-content:space-between}[dir] .dashboard-top-row .magnifiers{background:#f1f1f1;padding:.6rem;border-radius:4px}[dir=ltr] .dashboard-top-row .magnifiers{margin-right:1.2rem}[dir=rtl] .dashboard-top-row .magnifiers{margin-left:1.2rem}.dashboard-top-row .magnifiers button img{width:18px;height:18px;display:inline-block;vertical-align:middle;transition:.3s ease-in-out}[dir] .dashboard-top-row .magnifiers button img{cursor:pointer}[dir] .dashboard-top-row .magnifiers button img.plus-icon:hover{transform:scale(1.2)}.dashboard-top-row .magnifiers button{outline:0}[dir] .dashboard-top-row .magnifiers button{background:transparent;border:1px solid transparent;padding:0}.dashboard-top-row .magnifiers button:disabled{opacity:.4}[dir] .dashboard-top-row .magnifiers button img.minus-icon:hover{transform:scale(.8)}.dashboard-top-row .pipeline-name .name-tag{min-width:3.5rem;font-size:1rem;font-weight:600}.dashboard-top-row .pipeline-name .state-text{font-size:.8rem;display:flex;align-items:center;color:var(--theme-blue-alt);opacity:0;visibility:hidden;transition:.2s ease-in-out}[dir=ltr] .dashboard-top-row .pipeline-name .state-text{margin-left:.75rem}[dir=rtl] .dashboard-top-row .pipeline-name .state-text{margin-right:.75rem}.dashboard-top-row .pipeline-name .state-text.error-text{color:red}.dashboard-top-row .pipeline-name .state-text.visible{opacity:.7;visibility:visible}[dir=ltr] .dashboard-top-row .pipeline-name .state-text span{margin-right:.4rem}[dir=rtl] .dashboard-top-row .pipeline-name .state-text span{margin-left:.4rem}.dashboard-top-row .pipeline-name .state-text .q-spinner{font-size:17px}.fullscreen .visualization-button{display:none}.with-shadow-header{position:relative;z-index:1}.multi-input input[type=submit]{display:none}.null-field{width:65px;font-weight:700;display:block}[dir] .null-field{border-radius:12px;margin:0 auto;text-align:center}.q-table tbody tr td.below-kpi{color:red;font-weight:700}.q-table tbody tr td.above-kpi{color:#3dce9b;font-weight:700}.q-table tbody tr td.matches-kpi{color:#e58612;font-weight:700}[dir] .q-table tbody tr td.colored-column{background:#cde2f7}[dir] .q-table tbody tr td.percent-column{background:#e1ecf7}[dir] .q-table tbody tr td{background:#fff}.empty-table-section{width:100%}.edit-section[data-v-f34d56e2]{position:fixed;bottom:40px;z-index:99}[dir=ltr] .edit-section[data-v-f34d56e2]{right:25px}[dir=rtl] .edit-section[data-v-f34d56e2]{left:25px}.edit-section .edit-button[data-v-f34d56e2]{width:60px;height:60px;position:relative}[dir] .edit-section .edit-button[data-v-f34d56e2]{border-radius:50%;border:1px solid transparent}.edit-section .edit-button .button-holder[data-v-f34d56e2]{width:100%;height:100%;position:relative}.edit-section .edit-button .button-holder button[data-v-f34d56e2]{width:100%;height:100%;color:var(--white);display:flex;flex-direction:column;justify-content:center;align-items:center;outline:0;transition:.2s ease-in-out}[dir] .edit-section .edit-button .button-holder button[data-v-f34d56e2]{margin:0;padding:0;background:transparent;border:1px solid transparent;border-radius:50%;cursor:pointer}.edit-section .edit-button .button-holder button.btn-edit[data-v-f34d56e2]{position:relative;z-index:2}[dir] .edit-section .edit-button .button-holder button.btn-edit[data-v-f34d56e2]{background:var(--theme-blue-alt);box-shadow:0 0 2px 2px rgba(80,148,221,.15),0 0 0 4px rgba(80,148,221,.2)}[dir] .edit-section .edit-button .button-holder button.btn-edit[data-v-f34d56e2]:hover{box-shadow:0 0 2px 4px rgba(80,148,221,.225),0 0 2px 7px rgba(80,148,221,.275)}.edit-section .edit-button .button-holder button.btn-check[data-v-f34d56e2]{position:absolute;top:0;z-index:1}[dir] .edit-section .edit-button .button-holder button.btn-check[data-v-f34d56e2]{background:var(--theme-green)}[dir=ltr] .edit-section .edit-button .button-holder button.btn-check[data-v-f34d56e2]{left:0}[dir=rtl] .edit-section .edit-button .button-holder button.btn-check[data-v-f34d56e2]{right:0}[dir] .edit-section .edit-button .button-holder button.btn-check.in-view[data-v-f34d56e2]{box-shadow:0 0 2px 2px rgba(39,174,96,.15),0 0 0 4px rgba(39,174,96,.2)}[dir=ltr] .edit-section .edit-button .button-holder button.btn-check.in-view[data-v-f34d56e2]{left:-70px}[dir=rtl] .edit-section .edit-button .button-holder button.btn-check.in-view[data-v-f34d56e2]{right:-70px}[dir] .edit-section .edit-button .button-holder button.btn-check.in-view[data-v-f34d56e2]:hover{box-shadow:0 0 2px 4px rgba(39,174,96,.225),0 0 2px 7px rgba(39,174,96,.275)}.edit-section .edit-button .button-holder .action-icon[data-v-f34d56e2]{font-size:28px}.edit-section .edit-button .edit-options[data-v-f34d56e2]{position:absolute;top:25%;list-style:none;width:150px;transition:.2s ease-in-out;opacity:0;visibility:hidden}[dir=ltr] .edit-section .edit-button .edit-options[data-v-f34d56e2]{transform:rotate(10deg) translateY(-85%);right:65px;padding-left:0}[dir=rtl] .edit-section .edit-button .edit-options[data-v-f34d56e2]{transform:rotate(-10deg) translateY(-85%);left:65px;padding-right:0}.edit-section .edit-button .edit-options li[data-v-f34d56e2]{color:var(--white);display:flex;align-items:center;line-height:1rem;position:relative;z-index:1;transition:.2s ease-in-out;opacity:0}[dir] .edit-section .edit-button .edit-options li[data-v-f34d56e2]{padding:.6rem .6rem;background:var(--theme-blue-alt);border-radius:8px;transform:scale(.2)}.edit-section .edit-button .edit-options li[data-v-f34d56e2]:after{content:"";z-index:2;width:0;height:0;position:absolute;top:50%}[dir] .edit-section .edit-button .edit-options li[data-v-f34d56e2]:after{transform:translateY(-50%);border-top:8px solid transparent;border-bottom:8px solid transparent}[dir=ltr] .edit-section .edit-button .edit-options li[data-v-f34d56e2]:after{right:-7px;border-left:8px solid var(--theme-blue-alt)}[dir=rtl] .edit-section .edit-button .edit-options li[data-v-f34d56e2]:after{left:-7px;border-right:8px solid var(--theme-blue-alt)}[dir] .edit-section .edit-button .edit-options li[data-v-f34d56e2]:not(:last-child){margin-bottom:.6rem}.edit-section .edit-button .edit-options li i[data-v-f34d56e2]{font-size:20px}[dir=ltr] .edit-section .edit-button .edit-options li i[data-v-f34d56e2]{margin-right:.4rem}[dir=rtl] .edit-section .edit-button .edit-options li i[data-v-f34d56e2]{margin-left:.4rem}.edit-section .edit-button .edit-options li span[data-v-f34d56e2]{font-size:.9rem}.edit-section .edit-button.show-actions .edit-options[data-v-f34d56e2]{opacity:1;visibility:visible}[dir] .edit-section .edit-button.show-actions .edit-options[data-v-f34d56e2]{transform:rotate(0deg) translateY(-60%)}.edit-section .edit-button.show-actions .edit-options li[data-v-f34d56e2]{opacity:1;transition:.15s ease-in-out}[dir] .edit-section .edit-button.show-actions .edit-options li[data-v-f34d56e2]{transform:scale(1)}[dir] .edit-section .edit-button.show-actions .edit-options li[data-v-f34d56e2]:hover{background:var(--black);cursor:pointer}[dir=ltr] .edit-section .edit-button.show-actions .edit-options li[data-v-f34d56e2]:hover:after{border-left:8px solid var(--black)}[dir=rtl] .edit-section .edit-button.show-actions .edit-options li[data-v-f34d56e2]:hover:after{border-right:8px solid var(--black)}.modal.data-generator-modal .modal-content .data-content .date-group label{display:none}.modal.data-generator-modal .modal-content .data-content .date-field{max-width:100%}.modal.data-generator-modal .modal-content .generate-action-container{display:none}.modal.data-generator-modal[data-v-f81e2eec]{display:flex;flex-direction:column;justify-content:center;align-items:center}.modal.data-generator-modal .modal-content[data-v-f81e2eec]{width:560px;max-width:calc(100% - 1rem);transition:.3s ease-in-out;opacity:0}[dir] .modal.data-generator-modal .modal-content[data-v-f81e2eec]{background:var(--white);transform:scale(.85);padding:1.2rem 1rem;border-radius:12px}.modal.data-generator-modal.modal-open .modal-content[data-v-f81e2eec]{opacity:1}[dir] .modal.data-generator-modal.modal-open .modal-content[data-v-f81e2eec]{transform:scale(1)}[dir] .modal.data-generator-modal .data-content[data-v-f81e2eec]{padding:1.5rem 0 .5rem}.modal.data-generator-modal .data-content header[data-v-f81e2eec]{font-weight:700;font-size:.95rem}[dir] .modal.data-generator-modal .data-content header[data-v-f81e2eec]{margin-bottom:1rem}.modal.data-generator-modal .data-content .button-section[data-v-f81e2eec]{position:relative}[dir] .modal.data-generator-modal .data-content .button-section[data-v-f81e2eec]{margin-top:2rem}.modal.data-generator-modal .data-content .button-section button[data-v-f81e2eec]{width:100%}.modal.data-generator-modal .data-content .button-section button[data-v-f81e2eec]:hover{color:var(--white);opacity:.6}[dir] .modal.data-generator-modal .data-content .button-section button[data-v-f81e2eec]:hover{background:var(--theme-blue-alt)}.modal.data-generator-modal .data-content .button-section .load-spinner[data-v-f81e2eec]{position:absolute;top:6px;font-size:20px;color:var(--white)}[dir=ltr] .modal.data-generator-modal .data-content .button-section .load-spinner[data-v-f81e2eec]{right:8px}[dir=rtl] .modal.data-generator-modal .data-content .button-section .load-spinner[data-v-f81e2eec]{left:8px}.load-previewer[data-v-3c53cd73]{max-width:100%;flex:0 0 auto}[dir] .load-previewer[data-v-3c53cd73]{border-radius:8px;padding:.75rem}[dir] .load-previewer .load-item[data-v-3c53cd73]{background:rgba(80,148,221,.15)}.load-previewer .load-item.stretched[data-v-3c53cd73]{width:15%;height:6px}[dir=ltr] .load-previewer .load-item.stretched[data-v-3c53cd73],[dir=rtl] .load-previewer .load-item.stretched[data-v-3c53cd73]{-webkit-animation:stretch-3c53cd73 1.3s linear infinite;animation:stretch-3c53cd73 1.3s linear infinite}@keyframes stretch-3c53cd73{0%{width:15%}50%{width:60%}to{width:15%}}@-webkit-keyframes stretch-3c53cd73{0%{width:15%}50%{width:60%}to{width:15%}}.load-previewer .load-item.stretched-small[data-v-3c53cd73]{width:10%;height:6px}[dir] .load-previewer .load-item.stretched-small[data-v-3c53cd73]{margin-top:.45rem}[dir=ltr] .load-previewer .load-item.stretched-small[data-v-3c53cd73],[dir=rtl] .load-previewer .load-item.stretched-small[data-v-3c53cd73]{-webkit-animation:stretchSmall-3c53cd73 1.3s linear infinite;animation:stretchSmall-3c53cd73 1.3s linear infinite}@keyframes stretchSmall-3c53cd73{0%{width:10%}50%{width:50%}to{width:10%}}@-webkit-keyframes stretchSmall-3c53cd73{0%{width:10%}50%{width:50%}to{width:10%}}.load-previewer .load-item.stretch-box[data-v-3c53cd73]{height:180px;position:relative;z-index:1;overflow:hidden}[dir] .load-previewer .load-item.stretch-box[data-v-3c53cd73]{margin:1.25rem 0;border-radius:20px}.load-previewer .load-item.stretch-box[data-v-3c53cd73]:before{content:"";position:absolute;top:0;width:50%;height:100%;z-index:2}[dir] .load-previewer .load-item.stretch-box[data-v-3c53cd73]:before{background:rgba(80,148,221,.03)}[dir=ltr] .load-previewer .load-item.stretch-box[data-v-3c53cd73]:before{left:-50%;-webkit-animation:slideToEnd-ltr-3c53cd73 .6s linear infinite;animation:slideToEnd-ltr-3c53cd73 .6s linear infinite}[dir=rtl] .load-previewer .load-item.stretch-box[data-v-3c53cd73]:before{right:-50%;-webkit-animation:slideToEnd-rtl-3c53cd73 .6s linear infinite;animation:slideToEnd-rtl-3c53cd73 .6s linear infinite}@keyframes slideToEnd-ltr-3c53cd73{0%{left:-50%}to{left:100%}}@keyframes slideToEnd-rtl-3c53cd73{0%{left:-50%}to{left:100%}}@-webkit-keyframes slideToEnd-ltr-3c53cd73{0%{left:-50%}to{left:100%}}@-webkit-keyframes slideToEnd-rtl-3c53cd73{0%{left:-50%}to{left:100%}}.load-previewer .load-item.load-btn[data-v-3c53cd73]{width:calc(60% - .5rem);max-width:250px}[dir] .load-previewer .load-item.load-btn[data-v-3c53cd73]{padding:.85rem 1rem;border-radius:12px;margin:0 auto}[dir=ltr] .load-previewer .load-item.load-btn[data-v-3c53cd73],[dir=rtl] .load-previewer .load-item.load-btn[data-v-3c53cd73]{-webkit-animation:fadeLoadBtn-3c53cd73 5s linear infinite;animation:fadeLoadBtn-3c53cd73 5s linear infinite}@keyframes fadeLoadBtn-3c53cd73{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@-webkit-keyframes fadeLoadBtn-3c53cd73{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.modal .modal-content[data-v-6d344bd9]{transition:.3s ease-in-out;opacity:0;max-width:calc(100% - 1rem);width:1050px}[dir] .modal .modal-content[data-v-6d344bd9]{transform:scale(.9)}.modal .modal-content .modal-header .header-text[data-v-6d344bd9]{width:100%;font-size:1rem}[dir] .modal .modal-content .modal-header .header-text[data-v-6d344bd9]{text-align:center;margin-top:6px}.modal .modal-content .getter-content[data-v-6d344bd9]{max-height:calc(100% - 15px);overflow-y:auto}[dir] .modal .modal-content .getter-content[data-v-6d344bd9]{padding:1.2rem .4rem}.modal .modal-content .getter-content[data-v-6d344bd9]::-webkit-scrollbar{width:4px}[dir] .modal .modal-content .getter-content[data-v-6d344bd9]::-webkit-scrollbar{background:transparent}[dir] .modal .modal-content .getter-content[data-v-6d344bd9]::-webkit-scrollbar-thumb{background:rgba(36,88,141,.9);border-radius:8px}.modal .modal-content .getter-content .location-search[data-v-6d344bd9]{width:calc(100% - 1rem)}[dir] .modal .modal-content .getter-content .location-search[data-v-6d344bd9]{margin:0 auto}.modal .modal-content .getter-content .selected-location-data[data-v-6d344bd9]{display:flex;align-items:center;font-size:.85rem;color:var(--theme-blue-alt);justify-content:flex-end;visibility:hidden}[dir] .modal .modal-content .getter-content .selected-location-data[data-v-6d344bd9]{padding:.5rem .6rem}.modal .modal-content .getter-content .selected-location-data.visible[data-v-6d344bd9]{visibility:visible}[dir=ltr] .modal .modal-content .getter-content .selected-location-data .total-selected[data-v-6d344bd9]{margin-right:.35rem}[dir=rtl] .modal .modal-content .getter-content .selected-location-data .total-selected[data-v-6d344bd9]{margin-left:.35rem}.modal .modal-content .getter-content .report-data-content[data-v-6d344bd9]{width:100%;max-height:calc(60vh - 60px);overflow-y:auto}[dir] .modal .modal-content .getter-content .report-data-content[data-v-6d344bd9]{padding:1rem 0}.modal .modal-content .getter-content .report-data-content[data-v-6d344bd9]::-webkit-scrollbar{width:4px}[dir] .modal .modal-content .getter-content .report-data-content[data-v-6d344bd9]::-webkit-scrollbar{background:transparent}[dir] .modal .modal-content .getter-content .report-data-content[data-v-6d344bd9]::-webkit-scrollbar-thumb{background:var(--theme-blue-alt);border-radius:4px}.modal .modal-content .getter-content .report-data-content .data-section[data-v-6d344bd9]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[dir] .modal .modal-content .getter-content .report-data-content .data-section[data-v-6d344bd9]{text-align:center}.modal .modal-content .getter-content .report-data-content .data-section.display-section[data-v-6d344bd9]{height:calc(60vh - 100px);max-height:100%}.modal .modal-content .getter-content .report-data-content .data-section .error-text[data-v-6d344bd9]{display:flex;align-items:center}.modal .modal-content .getter-content .report-data-content .data-section .error-text i[data-v-6d344bd9]{font-size:24px}[dir=ltr] .modal .modal-content .getter-content .report-data-content .data-section .error-text i[data-v-6d344bd9]{margin-right:6px}[dir=rtl] .modal .modal-content .getter-content .report-data-content .data-section .error-text i[data-v-6d344bd9]{margin-left:6px}.modal .modal-content .getter-content .report-data-content .data-section .error-text span[data-v-6d344bd9]{font-size:.9rem}.modal .modal-content .getter-content .report-data-content .data-section .section-text[data-v-6d344bd9]{font-size:.85rem}.modal .modal-content .getter-content .report-data-content .data-section .section-text[data-v-6d344bd9]:not(.error-text){color:var(--theme-blue-alt)}.modal .modal-content .getter-content .report-data-content .data-section .loading-section[data-v-6d344bd9]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%}.modal .modal-content .getter-content .report-data-content .data-section .data-reports[data-v-6d344bd9]{width:100%;display:flex;flex-wrap:wrap}.modal .modal-content .getter-content .report-data-content .report-list-section[data-v-6d344bd9]{display:flex;flex-wrap:wrap}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item[data-v-6d344bd9]{flex:0 0 auto;display:flex;flex-direction:column;transition:.2s ease-in-out}[dir] .modal .modal-content .getter-content .report-data-content .report-list-section .report-item[data-v-6d344bd9]{margin:0 .5rem 1rem;padding:.75rem;border-radius:8px}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item.selected-item[data-v-6d344bd9]{color:var(--white)}[dir] .modal .modal-content .getter-content .report-data-content .report-list-section .report-item.selected-item[data-v-6d344bd9]{background:var(--theme-blue-alt)}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .report-name[data-v-6d344bd9]{font-size:.9rem;font-weight:700}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .report-location[data-v-6d344bd9]{font-size:.75rem;opacity:.75}[dir] .modal .modal-content .getter-content .report-data-content .report-list-section .report-item .report-location[data-v-6d344bd9]{margin:.5rem 0 1rem}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .report-image[data-v-6d344bd9]{width:100%;height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center}[dir] .modal .modal-content .getter-content .report-data-content .report-list-section .report-item .report-image[data-v-6d344bd9]{margin-top:auto;margin-bottom:1.25rem;background:#f2f2f2;border-radius:12px}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .report-image img[data-v-6d344bd9]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .report-image i[data-v-6d344bd9]{font-size:40px;opacity:.5;color:var(--theme-blue-alt)}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .select-btn[data-v-6d344bd9]{width:calc(60% - 1rem);max-width:250px}[dir] .modal .modal-content .getter-content .report-data-content .report-list-section .report-item .select-btn[data-v-6d344bd9]{margin:0 auto;padding:.3rem 1.2rem}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .select-btn.button-white-transparent[data-v-6d344bd9]{color:var(--white)}[dir] .modal .modal-content .getter-content .report-data-content .report-list-section .report-item .select-btn.button-white-transparent[data-v-6d344bd9]{border:1px solid var(--white)}.modal .modal-content .getter-content .report-data-content .report-list-section .report-item .select-btn.button-white-transparent[data-v-6d344bd9]:hover{opacity:.75}.modal .modal-content .getter-content .button-section[data-v-6d344bd9]{display:flex;justify-content:center}[dir] .modal .modal-content .getter-content .button-section[data-v-6d344bd9]{padding-top:1rem;border-top:1px solid rgba(80,148,221,.3)}.modal .modal-content .getter-content .button-section button[data-v-6d344bd9]{min-width:250px;max-width:100%;position:relative}[dir] .modal .modal-content .getter-content .button-section button[data-v-6d344bd9]{padding:.45rem 1.2rem}[dir=ltr] .modal .modal-content .getter-content .button-section button[data-v-6d344bd9]:not(:last-child){margin-right:1rem}[dir=rtl] .modal .modal-content .getter-content .button-section button[data-v-6d344bd9]:not(:last-child){margin-left:1rem}.modal .modal-content .getter-content .button-section button .load-spinner[data-v-6d344bd9]{position:absolute;top:6px;width:20px;height:20px}[dir=ltr] .modal .modal-content .getter-content .button-section button .load-spinner[data-v-6d344bd9]{right:6px}[dir=rtl] .modal .modal-content .getter-content .button-section button .load-spinner[data-v-6d344bd9]{left:6px}@media screen and (min-width:990px){.modal .modal-content .getter-content .loading-section-preview[data-v-6d344bd9],.modal .modal-content .getter-content .report-item[data-v-6d344bd9]{width:calc(33% - .9rem)}}@media screen and (min-width:651px)and (max-width:989px){.modal .modal-content .getter-content .loading-section-preview[data-v-6d344bd9],.modal .modal-content .getter-content .report-item[data-v-6d344bd9]{width:calc(50% - 1rem)}}@media screen and (max-width:650px){.modal .modal-content .getter-content .loading-section-preview[data-v-6d344bd9],.modal .modal-content .getter-content .report-item[data-v-6d344bd9]{width:calc(100% - .9rem)}}.modal.modal-open .modal-content[data-v-6d344bd9]{opacity:1}[dir] .modal.modal-open .modal-content[data-v-6d344bd9]{transform:scale(1)}.report-getter-modal .modal-content .data-search-list{top:112px!important}[dir=ltr] .report-getter-modal .modal-content .data-search-list{left:35px!important}[dir=rtl] .report-getter-modal .modal-content .data-search-list{right:35px!important}.report-getter-modal .modal-content .loading-section .loading-section-preview{width:calc(33% - 1rem)}[dir] .report-getter-modal .modal-content .loading-section .loading-section-preview{margin:0 .5rem 1rem}[dir] .report-getter-modal .modal-content .location-selector .selection-section{padding:0}.report-search-group[data-v-7d0a2b27]{height:100%;display:flex;flex-direction:column;justify-content:center;max-width:600px}[dir] .report-search-group[data-v-7d0a2b27]{border-radius:12px}.report-search-group.edit-mode .field-container[data-v-7d0a2b27]{position:relative;z-index:2}.report-search-group .field-container[data-v-7d0a2b27]{position:relative}[dir] .report-search-group .field-container .form-field[data-v-7d0a2b27]{padding:8px 36px;margin-top:0;background:var(--white)}.report-search-group .field-container .search-icon[data-v-7d0a2b27]{position:absolute;top:50%;font-size:16px;color:var(--theme-blue-alt)}[dir] .report-search-group .field-container .search-icon[data-v-7d0a2b27]{transform:translateY(-50%)}[dir=ltr] .report-search-group .field-container .search-icon[data-v-7d0a2b27]{left:12px}[dir=rtl] .report-search-group .field-container .search-icon[data-v-7d0a2b27]{right:12px}[dir] .feedback-popup .popup-icon.initiate-class{background:var(--theme-blue-alt)}[dir] .feedback-popup .popup-icon.warning-class{background:var(--warning)}[dir] .feedback-popup .popup-icon.error-class{background:var(--red)}[dir] .feedback-popup .popup-icon.success-class{background:var(--theme-green)}.feedback-popup .popup-text .bold-text{color:var(--theme-blue-alt)}.feedback-popup .popup-text button.save-error-btn{color:var(--theme-blue-alt);font-weight:700}[dir] .feedback-popup .popup-text button.save-error-btn{background:transparent;border:1px solid transparent}.feedback-popup .popup-text button.save-error-btn:hover{transition:.2s ease-in-out;opacity:.75}[dir] .feedback-popup .popup-text button.save-error-btn:hover{cursor:pointer}.table-slot-row .search-row .row-container .row-search .search-bar-group .form-group{display:flex;flex-direction:row-reverse}[dir] .table-slot-row .search-row .row-container .row-search .search-bar-group .form-group{margin-bottom:0}.table-slot-row .search-row .row-container .row-search .search-bar-group .search-options{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[dir] .table-slot-row .search-row .row-container .row-search .search-bar-group .search-options{margin-top:0}.table-slot-row .search-row .row-container .row-search .search-bar-group .input-holder{width:calc(100% - 200px)}.table-slot-row .search-row .row-container .row-search .search-bar-group .action-buttons{display:none}[dir] .multiple-report-dash .search-bar-holder .search-bar-section .search-bar-group .date-group{padding-top:1.5rem}.multiple-report-dash .search-bar-holder .range-picker-group .select-options,.multiple-report-dash .search-bar-holder .search-bar-section .search-bar-group .search-options{display:none}[dir] .multiple-report-dash .search-bar-holder .range-picker-group .group-container{padding-top:1.5rem}[dir] .multiple-report-dash .search-bar-holder .range-picker-group .generate-action-container{margin-top:0}.alternate-report .search-bar-holder .range-picker-group .select-options{display:none}.save-popup-icon .icon-container i{font-size:28px}.save-popup-icon .icon-container i.bxs-check-circle{color:var(--theme-green)}.save-popup-icon .icon-container i.bxs-x-circle{color:var(--red)}[dir] body{background:rgba(80,148,221,.03)}.applied-filters{color:var(--theme-blue-alt)}[dir] .applied-filters{padding:0 .9rem}.button.clear-filter-btn{color:var(--theme-blue-alt);font-weight:700}[dir] .button.clear-filter-btn{background:transparent;padding:6px 10px}[dir=ltr] .button.clear-filter-btn{margin-left:.2rem}[dir=rtl] .button.clear-filter-btn{margin-right:.2rem}.button.clear-filter-btn:hover{opacity:.5}@media screen and (max-width:1024px){.search-options{width:100%}}@media screen and (max-width:750px){.dashboard-search-bar,.search-group .form-group:first-child,.search-group .form-group:not(:first-child),.search-options{width:100%}[dir=ltr] .search-group .form-group:not(:first-child){margin-left:0}[dir=rtl] .search-group .form-group:not(:first-child){margin-right:0}[dir=ltr] .search-options .option-check{margin-left:0}[dir=rtl] .search-options .option-check{margin-right:0}}[dir] .dashboard-main .dashboard-report:not(:first-child){margin-top:5rem}.dashboard-top-row .table-slot-row{flex-grow:100;display:flex;align-items:center}[dir] .dashboard-top-row .table-slot-row{padding:0 1.25rem}.dashboard-top-row .table-slot-row .search-row{width:100%;position:relative;display:flex}.dashboard-top-row .table-slot-row .search-row .row-container{display:flex;align-items:center;width:calc(100% - 60px);position:relative}[dir] .dashboard-top-row .table-slot-row .search-row .row-container{padding:0 .5rem}.table-slot-row .search-row .row-container .row-icon{width:18px;height:18px;opacity:0;visibility:hidden;transition:.2s ease-in-out;z-index:2}[dir] .table-slot-row .search-row .row-container .row-icon{padding:0;margin:0;border:1px solid transparent;background:transparent}.table-slot-row .search-row .row-container .row-icon.visible:hover{opacity:.6}[dir] .table-slot-row .search-row .row-container .row-icon.visible:hover{cursor:pointer}.table-slot-row .search-row .row-container .row-icon.visible{opacity:1;visibility:visible}.table-slot-row .search-row .row-container .row-icon img{width:100%;height:100%;filter:brightness(0) saturate(100%) invert(27%) sepia(71%) saturate(659%) hue-rotate(172deg) brightness(94%) contrast(89%)}.table-slot-row .search-row .row-container .row-search{width:100%}[dir] .table-slot-row .search-row .row-container .row-search{padding:0 1.2rem}.table-slot-row .search-row .row-container .row-search:not(.visible){display:none}.table-slot-row .search-row .row-container .row-icon.magnifier-left{position:absolute}[dir] .table-slot-row .search-row .row-container .row-icon.magnifier-left{transform:scaleX(-1)}[dir=ltr] .table-slot-row .search-row .row-container .row-icon.magnifier-left{right:40px}[dir=rtl] .table-slot-row .search-row .row-container .row-icon.magnifier-left{left:40px}.dashboard-top-row .table-slot-row .filter-segment{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:24px;color:var(--theme-blue-alt)}[dir] .dashboard-top-row .table-slot-row .filter-segment{cursor:pointer;border-radius:50%;background:transparent;border:1px solid transparent}[dir=ltr] .dashboard-top-row .table-slot-row .filter-segment{margin-left:auto}[dir=rtl] .dashboard-top-row .table-slot-row .filter-segment{margin-right:auto}.dashboard-top-row .table-slot-row .filter-segment:hover{transition:.15s ease-in-out}[dir] .dashboard-top-row .table-slot-row .filter-segment:hover{background:rgba(80,148,221,.15)}.search-bar-holder{display:flex}[dir=ltr] .search-bar-holder .range-picker-group{margin-left:auto}[dir=ltr] .search-bar-holder .range-picker-group:only-child,[dir=rtl] .search-bar-holder .range-picker-group{margin-right:auto}[dir=rtl] .search-bar-holder .range-picker-group:only-child{margin-left:auto}.dashboard-search-bar .search-bar-section .search-bar-group{height:100%}@media screen and (max-width:749px){.dashboard-search-bar .range-picker-group,.dashboard-search-bar .search-bar-section{height:auto}[dir] .dashboard-search-bar .range-picker-group,[dir] .dashboard-search-bar .search-bar-section{padding:1.5rem}}@media screen and (min-width:750px){.dashboard-search-bar .range-picker-group{height:13.5rem}}@media screen and (min-width:1024px) and (max-width:1270px){.dashboard-search-bar .range-picker-group,.dashboard-search-bar .search-bar-section{height:15rem}}@media screen and (max-width:1023px){.search-bar-holder{flex-direction:column-reverse}.dashboard-search-bar .range-picker-group.search-bar-group,.dashboard-search-bar .search-bar-section{width:100%}[dir] .dashboard-search-bar .range-picker-group.search-bar-group{margin-top:1.5rem}}@media screen and (min-width:1024px){.search-bar-holder.reversed{flex-direction:row-reverse}.dashboard-search-bar .range-picker-group.search-bar-group{width:40%}.dashboard-search-bar .search-bar-section{width:100%}}[dir] .dashboard-search-bar .search-bar-section:not(:empty){margin-bottom:2.5rem}.report-options-selector{position:fixed;bottom:-120px;transition:.3s ease-in-out;max-width:calc(100% - 1rem)}[dir] .report-options-selector{background:var(--white);border-radius:8px;box-shadow:0 0 2px rgba(80,148,221,.07),0 0 2px 4px rgba(80,148,221,.12)}.report-options-selector .options-content{position:relative;display:flex;flex-wrap:wrap;justify-content:center}[dir] .report-options-selector .options-content{padding:1.2rem 1rem}.report-options-selector .options-content:before{content:"";position:absolute;top:100%}[dir] .report-options-selector .options-content:before{border-top:8px solid var(--white)}[dir=ltr] .report-options-selector .options-content:before{left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent}[dir=rtl] .report-options-selector .options-content:before{right:50%;transform:translateX(50%);border-right:8px solid transparent;border-left:8px solid transparent}.report-options-selector.display{bottom:25px;z-index:999}[dir] .report-options-selector .options-content button{padding:10px 20px}@media screen and (max-width:699px){[dir=ltr] .report-options-selector{left:20px}[dir=rtl] .report-options-selector{right:20px}}@media screen and (min-width:700px){[dir=ltr] .report-options-selector{left:50%;transform:translateX(-50%)}[dir=rtl] .report-options-selector{right:50%;transform:translateX(50%)}}@media screen and (min-width:550px) and (max-width:699px){.report-options-selector{width:350px}}@media screen and (max-width:549px){.report-options-selector{width:250px}.report-options-selector .options-content button{width:100%}[dir] .report-options-selector .options-content button:not(:last-child){margin-bottom:.5rem}}@media screen and (min-width:550px){[dir=ltr] .report-options-selector .options-content button:first-child{margin-right:1rem}[dir=rtl] .report-options-selector .options-content button:first-child{margin-left:1rem}}[dir] .empty-reports-section{padding:2rem .5rem;text-align:center;background:var(--white)}.empty-reports-section .report-header{font-size:1.25rem;line-height:1.6;color:var(--theme-blue-alt)}[dir] .empty-reports-section .report-header{margin:0 0 .8rem}.empty-reports-section .text{font-weight:500;font-size:.95rem;display:block}.empty-reports-section button{color:var(--theme-blue-alt);font-weight:700;font-size:.95rem;transition:.15s ease-in-out}[dir] .empty-reports-section button{background:transparent;margin-top:1.5rem;border:1px solid transparent}[dir] .overview-metrics-section .dashboard-overview-metrics .overview-metric-data:not(:empty){padding:.5rem 0}.no-report-data-section{width:100%;display:flex;align-items:center;justify-content:center}[dir] .no-report-data-section{text-align:center;margin-bottom:.75rem}.no-report-data-section span{font-size:.95rem}[dir] .overview-metric-top{margin-bottom:.5rem}.overview-metric-top button.range-switch-btn{color:var(--theme-blue-alt);font-weight:700;font-size:.95rem}[dir] .overview-metric-top button.range-switch-btn{background:transparent;border:1px solid transparent;padding:0}[dir=ltr] .overview-metric-top button.range-switch-btn{margin-left:.25rem}[dir=rtl] .overview-metric-top button.range-switch-btn{margin-right:.25rem}[dir=ltr] .overview-metric-top .metric-top-actions button.range-switch-btn{margin-right:.75rem}[dir=rtl] .overview-metric-top .metric-top-actions button.range-switch-btn{margin-left:.75rem}.overview-metric-top .metric-top-actions button.update-btn{min-width:90px}.overview-metric-top .metric-top-actions button.update-btn .load-spinner{position:absolute;top:6px}[dir=ltr] .overview-metric-top .metric-top-actions button.update-btn .load-spinner{right:4px}[dir=rtl] .overview-metric-top .metric-top-actions button.update-btn .load-spinner{left:4px}.empty-reports-section button:hover,.overview-metric-top button.range-switch-btn:hover{opacity:.75}[dir] .empty-reports-section button:hover,[dir] .overview-metric-top button.range-switch-btn:hover{cursor:pointer}[dir] .snippet-container[data-v-5d902b76]{margin:1.5rem auto}@media screen and (min-width:990px)and (max-width:1100px){.snippet-container[data-v-5d902b76]{width:calc(100% - 10rem)}}@media screen and (min-width:1101px){.snippet-container[data-v-5d902b76]{width:600px}}@media screen and (max-width:989px){.snippet-container[data-v-5d902b76]{width:calc(100% - 2.5rem)}}.snippet-container header[data-v-5d902b76]{font-size:.9rem}.snippet-container .snippet-box[data-v-5d902b76]{width:100%;position:relative}[dir] .snippet-container .snippet-box[data-v-5d902b76]{padding:1.2rem .9rem;border-radius:.5rem;border:1px solid rgba(0,0,0,.4);margin:1rem 0}[dir=ltr] .snippet-container .snippet-box .tooltip.action-feedback[data-v-5d902b76]{left:50%;transform:translateX(-50%)}[dir=rtl] .snippet-container .snippet-box .tooltip.action-feedback[data-v-5d902b76]{right:50%;transform:translateX(50%)}.snippet-container .button-container[data-v-5d902b76]{position:relative;display:flex;justify-content:center}[dir] .snippet-container .button-container[data-v-5d902b76]{text-align:center}[dir=ltr] .snippet-container .faded-enter-active[data-v-5d902b76],[dir=rtl] .snippet-container .faded-enter-active[data-v-5d902b76]{-webkit-animation:fade-5d902b76 .5s;animation:fade-5d902b76 .5s}[dir=ltr] .snippet-container .faded-leave-active[data-v-5d902b76],[dir=rtl] .snippet-container .faded-leave-active[data-v-5d902b76]{animation:fade-5d902b76 .3s reverse}@-webkit-keyframes fade-5d902b76{0%{top:-15px;opacity:.3}to{top:-40px;opacity:1}}@keyframes fade-5d902b76{0%{top:-15px;opacity:.3}to{top:-40px;opacity:1}}[dir] body[data-v-2d0e6360]{background:#fff}.setup-header[data-v-2d0e6360]{font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:700;line-height:2rem}[dir] .setup-tab-container[data-v-2d0e6360]{border-radius:1rem;margin:1.8rem 0;background:var(--white)}[dir=ltr] .setup-tab-container[data-v-2d0e6360]{box-shadow:2px 6px 10px rgba(36,88,141,.1)}[dir=rtl] .setup-tab-container[data-v-2d0e6360]{box-shadow:-2px 6px 10px rgba(36,88,141,.1)}[dir] .setup-tab-container .tab-heading[data-v-2d0e6360]{border:1px solid rgba(36,88,141,.25);border-radius:1rem 1rem 0 0}.setup-tab-container .tab-heading .header-item[data-v-2d0e6360]{width:33.33333%;font-size:1.05rem}[dir] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]{text-align:center;padding:1.2rem .8rem}.setup-tab-container .tab-heading .header-item.active-item[data-v-2d0e6360]{color:var(--white)}[dir] .setup-tab-container .tab-heading .header-item.active-item[data-v-2d0e6360]{background:var(--theme-blue)}[dir=ltr] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:first-child{border-radius:1rem 0 0 0}[dir=ltr] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:last-child,[dir=rtl] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:first-child{border-radius:0 1rem 0 0}[dir=rtl] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:last-child{border-radius:1rem 0 0 0}[dir=ltr] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:not(:last-child){border-right:1px solid rgba(36,88,141,.25)}[dir=rtl] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:not(:last-child){border-left:1px solid rgba(36,88,141,.25)}.setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:not(.active-item):hover{color:var(--white);transition:.2s ease}[dir] .setup-tab-container .tab-heading .header-item[data-v-2d0e6360]:not(.active-item):hover{background:rgba(36,88,141,.25);cursor:pointer}[dir] .setup-tab-container .tab-content[data-v-2d0e6360]{padding:2.2rem 0}[dir] .setup-tab-container .tab-content .content-item[data-v-2d0e6360]{margin:0 auto}@media screen and (min-width:990px){.setup-tab-container .tab-content .content-item[data-v-2d0e6360]{width:calc(100% - 15rem)}}@media screen and (min-width:651px)and (max-width:989px){.setup-tab-container .tab-content .content-item[data-v-2d0e6360]{width:calc(100% - 10rem)}}@media screen and (max-width:650px){.setup-tab-container .tab-content .content-item[data-v-2d0e6360]{width:calc(100% - 1.5rem)}}.setup-tab-container .tab-content .content-item header[data-v-2d0e6360]{font-size:1.65rem;font-weight:700}[dir] .setup-tab-container .tab-content .content-item header[data-v-2d0e6360]{text-align:center}.setup-tab-container .tab-content .content-item img[data-v-2d0e6360]{display:block}[dir] .setup-tab-container .tab-content .content-item img[data-v-2d0e6360]{margin:2.8rem auto}.search-group[data-v-3eab878a]{max-width:calc(100% - 45rem);position:relative}[dir] .search-group[data-v-3eab878a]{margin:0 auto}[dir] .search-group .form-field[data-v-3eab878a]{padding:8px 48px;margin-top:0;background:var(--white)}.search-group .search-icon[data-v-3eab878a]{position:absolute;top:50%;color:var(--theme-blue-alt)}[dir] .search-group .search-icon[data-v-3eab878a]{transform:translateY(-50%)}[dir=ltr] .search-group .search-icon[data-v-3eab878a]{left:16px}[dir=rtl] .search-group .search-icon[data-v-3eab878a]{right:16px}.action-row[data-v-3eab878a]{display:flex;align-items:center}[dir=ltr] .action-row .action-item[data-v-3eab878a]:not(last-child){margin-right:.7rem}[dir=rtl] .action-row .action-item[data-v-3eab878a]:not(last-child){margin-left:.7rem}.action-row img.refresh-icon[data-v-3eab878a]{width:24px;height:24px}[dir=ltr] .action-row img.refresh-icon[data-v-3eab878a]{margin-left:1rem}[dir=rtl] .action-row img.refresh-icon[data-v-3eab878a]{margin-right:1rem}.action-row img.refresh-icon[data-v-3eab878a]:hover{opacity:.7;transition:.3s ease}[dir] .action-row img.refresh-icon[data-v-3eab878a]:hover{transform:scale(1.05);cursor:pointer}.action-row button.button-blue-transparent:hover img[data-v-3eab878a]{filter:invert(100%) sepia(1%) saturate(0) hue-rotate(191deg) brightness(105%) contrast(101%)}.action-row button.button-blue-transparent img[data-v-3eab878a]{filter:invert(31%) sepia(9%) saturate(4660%) hue-rotate(172deg) brightness(93%) contrast(90%)}.action-row button.button-blue-alt[data-v-3eab878a]:hover{color:var(--white);opacity:.7}[dir] .action-row button.button-blue-alt[data-v-3eab878a]:hover{background:var(--theme-blue-alt)}.action-row button img[data-v-3eab878a]{width:20px;height:20px}[dir=ltr] .action-row button img[data-v-3eab878a]{margin-right:.6rem}[dir=rtl] .action-row button img[data-v-3eab878a]{margin-left:.6rem}.tag-actions[data-v-3eab878a]{justify-content:space-between}[dir] .tag-actions[data-v-3eab878a]{margin:2rem 0}.tag-actions .bulk-actions[data-v-3eab878a]{display:flex}.tag-actions .bulk-actions .select-container[data-v-3eab878a]{min-width:10rem}.tag-actions .bulk-actions .select-container label[data-v-3eab878a]{font-weight:700;color:var(--theme-blue-alt)}.tag-actions .bulk-actions .apply-bulk-action[data-v-3eab878a]{font-size:.75rem}[dir] .tag-actions .bulk-actions .apply-bulk-action[data-v-3eab878a]{margin-top:auto;margin-bottom:.2rem;padding:.4rem 1.2rem}[dir=ltr] .tag-actions .bulk-actions .apply-bulk-action[data-v-3eab878a]{margin-left:.7rem}[dir=rtl] .tag-actions .bulk-actions .apply-bulk-action[data-v-3eab878a]{margin-right:.7rem}.step-modifier[data-v-d3516f22]{max-width:500px}[dir] .step-modifier[data-v-d3516f22]{border-radius:8px;border:1px solid var(--theme-blue-alt);box-shadow:0 0 2px 2px rgba(80,148,221,.3);background:var(--white);padding:0 .8rem}.step-modifier .step-header[data-v-d3516f22]{display:flex;align-items:center}[dir] .step-modifier .step-header[data-v-d3516f22]{padding:.5rem}.step-modifier .step-header .step-name[data-v-d3516f22]{font-weight:700}[dir] .step-modifier .step-header .step-name[data-v-d3516f22]{margin-top:.2rem}.step-modifier .step-header .close-step[data-v-d3516f22]{display:block;font-size:24px;width:-webkit-fit-content;width:fit-content;width:-moz-fit-content;transition:.3s ease-in-out}[dir=ltr] .step-modifier .step-header .close-step[data-v-d3516f22]{margin-left:auto}[dir=rtl] .step-modifier .step-header .close-step[data-v-d3516f22]{margin-right:auto}[dir] .step-modifier .step-header .close-step[data-v-d3516f22]:hover{transform:scale(1.2);cursor:pointer}.step-modifier .modifier-container[data-v-d3516f22]{justify-content:space-between}[dir] .step-modifier .modifier-container[data-v-d3516f22]{padding-bottom:.6rem;border-bottom:1px solid rgba(80,148,221,.3)}.step-modifier .modifier-container .modifier-item[data-v-d3516f22]{display:flex;align-items:center;width:calc(50% - 1rem)}[dir=ltr] .step-modifier .modifier-container .modifier-item .checkbox-item[data-v-d3516f22]{margin-right:.6rem}[dir=rtl] .step-modifier .modifier-container .modifier-item .checkbox-item[data-v-d3516f22]{margin-left:.6rem}[dir] .step-modifier .button-container[data-v-d3516f22]{padding:1rem 0 1.5rem}[dir] .step-modifier .button-container .button[data-v-d3516f22]{padding:5px 20px}[dir=ltr] .step-modifier .button-container .button[data-v-d3516f22]{margin-left:auto}[dir=rtl] .step-modifier .button-container .button[data-v-d3516f22]{margin-right:auto}.screen-heading[data-v-f7bdd884]{justify-content:space-between}@media screen and (min-width:1024px){.screen-heading[data-v-f7bdd884]{max-width:450px}}@media screen and (min-width:750px)and (max-width:1024px){.screen-heading[data-v-f7bdd884]{max-width:calc(85% - 1.5rem)}}@media screen and (max-width:749px){.screen-heading[data-v-f7bdd884]{max-width:calc(95% - 1.5rem)}}.screen-heading .header-text[data-v-f7bdd884]{font-size:1.3rem;font-weight:700}.visualization-section.fullscreen .screen-heading[data-v-f7bdd884]{display:none}.visualization-section.fullscreen .screen-container[data-v-f7bdd884]{height:100vh}[dir] .visualization-section.fullscreen .screen-container[data-v-f7bdd884]{margin:0}.visualization-section.fullscreen .screen-container .visualizer-actions .compress-section[data-v-f7bdd884]{opacity:1}.screen-container[data-v-f7bdd884]{width:100%;min-height:500px;display:flex}[dir] .screen-container[data-v-f7bdd884]{background:var(--white);box-shadow:0 2px 4px 4px rgba(80,148,221,.1);margin:2rem 0;border-radius:20px}.screen-container .stage-items[data-v-f7bdd884]{flex:0 0 auto;min-height:100%;max-height:100%}[dir] .screen-container .stage-items[data-v-f7bdd884]{background:#f9fafb;padding:1.35rem 1rem}@media screen and (min-width:1024px){.screen-container .stage-items[data-v-f7bdd884]{width:270px}}@media screen and (min-width:750px)and (max-width:1024px){.screen-container .stage-items[data-v-f7bdd884]{width:calc(40% - 1.5rem)}}@media screen and (max-width:749px){.screen-container .stage-items[data-v-f7bdd884]{width:calc(35% - 1.5rem)}}.screen-container .stage-items .stage-listing[data-v-f7bdd884]{width:100%;height:50px;transition:all .3s;overflow:hidden}[dir] .screen-container .stage-items .stage-listing[data-v-f7bdd884]{background:var(--white)}.screen-container .stage-items .stage-listing.open[data-v-f7bdd884]{height:100%}[dir=ltr] .screen-container .stage-items .stage-listing.open .arrow-icon[data-v-f7bdd884]{transform:rotate(180deg)}[dir=rtl] .screen-container .stage-items .stage-listing.open .arrow-icon[data-v-f7bdd884]{transform:rotate(-180deg)}.screen-container .stage-items .stage-listing .content-items[data-v-f7bdd884]{width:100%;height:100%}.screen-container .stage-items .stage-listing .content-items .listing-header[data-v-f7bdd884]{color:var(--white);display:flex;align-items:center;justify-content:space-between;font-size:.9rem;font-weight:600;height:50px}[dir] .screen-container .stage-items .stage-listing .content-items .listing-header[data-v-f7bdd884]{padding:.8rem .9rem;background:var(--theme-blue);border-radius:12px;cursor:pointer}.screen-container .stage-items .stage-listing .content-items .listing-header .arrow-icon[data-v-f7bdd884]{width:18px;height:18px;transition:.3s ease}.screen-container .stage-items .stage-listing .content-items .main-items[data-v-f7bdd884]{width:calc(100% - 2.5rem)}[dir] .screen-container .stage-items .stage-listing .content-items .main-items[data-v-f7bdd884]{margin:1rem auto}[dir] .screen-container .stage-items .stage-listing .content-items .main-items .pipeline-selector[data-v-f7bdd884]{margin-bottom:1rem}.screen-container .stage-items .stage-listing .content-items .main-items .empty-stages[data-v-f7bdd884]{font-size:.8rem;line-height:1.5rem;font-weight:600;color:var(--theme-blue-alt)}[dir] .screen-container .stage-items .stage-listing .content-items .main-items .empty-stages[data-v-f7bdd884]{text-align:center}.screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list[data-v-f7bdd884]{list-style:none;max-height:600px;overflow-y:auto}[dir=ltr] .screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list[data-v-f7bdd884]{padding-left:0}[dir=rtl] .screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list[data-v-f7bdd884]{padding-right:0}.screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list[data-v-f7bdd884]::-webkit-scrollbar{width:0;height:0}.screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list li[data-v-f7bdd884]{width:100%;font-size:.8rem}[dir] .screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list li[data-v-f7bdd884]{padding:.75rem 1rem;border-radius:8px;text-align:center;border:1px solid rgba(36,88,141,.25);cursor:grab;cursor:-webkit-grab}[dir=ltr] .screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list li[data-v-f7bdd884]{box-shadow:0 2px 4px 6px rgba(80,148,221,.08),2px 2px 2px 2px rgba(36,88,141,.02);-webkit-animation:translateBox-f7bdd884 .3s;animation:translateBox-f7bdd884 .3s}[dir=rtl] .screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list li[data-v-f7bdd884]{box-shadow:0 2px 4px 6px rgba(80,148,221,.08),-2px 2px 2px 2px rgba(36,88,141,.02);-webkit-animation:translateBox-f7bdd884 .3s;animation:translateBox-f7bdd884 .3s}[dir] .screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list li[data-v-f7bdd884]:active{cursor:-webkit-grabbing;cursor:grabbing}[dir] .screen-container .stage-items .stage-listing .content-items .main-items .main-stage-list li[data-v-f7bdd884]:not(:last-child){margin-bottom:1rem}.screen-container .main-visualizer[data-v-f7bdd884]{width:calc(100% - 270px);min-height:100%;flex:0 0 auto}.screen-container .main-visualizer .visualizer-actions[data-v-f7bdd884]{justify-content:center;align-items:center}[dir] .screen-container .main-visualizer .visualizer-actions[data-v-f7bdd884]{padding:1rem}.screen-container .main-visualizer .visualizer-actions .compress-section[data-v-f7bdd884]{transition:.15s ease-in-out;opacity:0;outline:0}[dir] .screen-container .main-visualizer .visualizer-actions .compress-section[data-v-f7bdd884]{padding:.65rem .75rem;border-radius:8px;border:0;background:transparent}[dir] .screen-container .main-visualizer .visualizer-actions .compress-section[data-v-f7bdd884]:hover{background:#f2f2f2;cursor:pointer}.screen-container .main-visualizer .visualizer-actions .compress-section img[data-v-f7bdd884]{width:24px;height:24px;display:inline-block;vertical-align:middle}.screen-container .main-visualizer .visualizer-actions .action-section[data-v-f7bdd884]{display:flex;align-items:center}[dir=ltr] .screen-container .main-visualizer .visualizer-actions .action-section[data-v-f7bdd884]{margin-left:auto}[dir=rtl] .screen-container .main-visualizer .visualizer-actions .action-section[data-v-f7bdd884]{margin-right:auto}.screen-container .main-visualizer .visualizer-actions .action-section.stage-creator span[data-v-f7bdd884]{font-size:.9rem;color:var(--theme-blue-alt)}[dir=ltr] .screen-container .main-visualizer .visualizer-actions .action-section.stage-creator span[data-v-f7bdd884]{margin-right:.6rem}[dir=rtl] .screen-container .main-visualizer .visualizer-actions .action-section.stage-creator span[data-v-f7bdd884]{margin-left:.6rem}.screen-container .main-visualizer .visualizer-actions .action-section.stage-creator img[data-v-f7bdd884]{width:17px;height:17px;filter:brightness(0) saturate(100%) invert(32%) sepia(8%) saturate(4874%) hue-rotate(171deg) brightness(90%) contrast(89%)}.screen-container .main-visualizer .visualizer-actions .action-section.stage-creator[data-v-f7bdd884]:hover{text-decoration:underline}[dir] .screen-container .main-visualizer .visualizer-actions .action-section.stage-creator[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .visualizer-actions header[data-v-f7bdd884]{font-size:1rem;font-weight:600}[dir=ltr] .screen-container .main-visualizer .visualizer-actions header[data-v-f7bdd884]{margin-right:1rem}[dir=rtl] .screen-container .main-visualizer .visualizer-actions header[data-v-f7bdd884]{margin-left:1rem}[dir] .screen-container .main-visualizer .visualizer-actions .action-types[data-v-f7bdd884]{padding:.8rem;background:rgba(80,148,221,.09);border-radius:8px}.screen-container .main-visualizer .visualizer-actions .action-types .action-item[data-v-f7bdd884]{display:flex;align-items:center}[dir=ltr] .screen-container .main-visualizer .visualizer-actions .action-types .action-item[data-v-f7bdd884]:not(:last-child){margin-right:1.2rem}[dir=rtl] .screen-container .main-visualizer .visualizer-actions .action-types .action-item[data-v-f7bdd884]:not(:last-child){margin-left:1.2rem}[dir=ltr] .screen-container .main-visualizer .visualizer-actions .action-types .action-item .action-label[data-v-f7bdd884]{padding-left:.6rem}[dir=rtl] .screen-container .main-visualizer .visualizer-actions .action-types .action-item .action-label[data-v-f7bdd884]{padding-right:.6rem}.screen-container .main-visualizer .main-board[data-v-f7bdd884]{position:relative;overflow-x:auto;white-space:nowrap}.screen-container .main-visualizer .main-board .modifiable-action[data-v-f7bdd884]{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}[dir=ltr] .screen-container .main-visualizer .main-board .modifiable-action[data-v-f7bdd884]{left:0}[dir=rtl] .screen-container .main-visualizer .main-board .modifiable-action[data-v-f7bdd884]{right:0}@media screen and (min-width:480px){.screen-container .main-visualizer .main-board .step-modifier[data-v-f7bdd884]{width:465px}}@media screen and (max-width:479px){.screen-container .main-visualizer .main-board .step-modifier[data-v-f7bdd884]{width:calc(90% - 2.5rem)}}.screen-container .main-visualizer .main-board .action-popup[data-v-f7bdd884]{position:absolute;top:0;max-width:200px;z-index:99;transition:.2s ease-in-out}[dir] .screen-container .main-visualizer .main-board .action-popup[data-v-f7bdd884]{background:var(--white)}[dir=ltr] .screen-container .main-visualizer .main-board .action-popup[data-v-f7bdd884]{left:0}[dir=rtl] .screen-container .main-visualizer .main-board .action-popup[data-v-f7bdd884]{right:0}[dir] .screen-container .main-visualizer .main-board .action-popup.open[data-v-f7bdd884]{transform:scale(1)}[dir] .screen-container .main-visualizer .main-board .action-popup.closed[data-v-f7bdd884]{transform:scale(0)}.screen-container .main-visualizer .main-board .action-popup .main-popup[data-v-f7bdd884]{position:relative;white-space:normal;width:100%}[dir] .screen-container .main-visualizer .main-board .action-popup .main-popup[data-v-f7bdd884]{padding:.2rem .75rem;text-align:center;background:transparent;border:1px solid var(--theme-blue-alt);border-radius:6px}.screen-container .main-visualizer .main-board .action-popup .main-popup[data-v-f7bdd884]:before{content:"";position:absolute;top:-5px;width:0;height:0}[dir] .screen-container .main-visualizer .main-board .action-popup .main-popup[data-v-f7bdd884]:before{border-bottom:5px solid var(--theme-blue-alt)}[dir=ltr] .screen-container .main-visualizer .main-board .action-popup .main-popup[data-v-f7bdd884]:before{left:50%;transform:translateX(-50%);border-left:5px solid transparent;border-right:5px solid transparent}[dir=rtl] .screen-container .main-visualizer .main-board .action-popup .main-popup[data-v-f7bdd884]:before{right:50%;transform:translateX(50%);border-right:5px solid transparent;border-left:5px solid transparent}.screen-container .main-visualizer .main-board .action-popup .main-popup .action-button[data-v-f7bdd884]{transition:.15s ease-in-out}[dir] .screen-container .main-visualizer .main-board .action-popup .main-popup .action-button[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .main-board .action-popup .main-popup .action-button.delete[data-v-f7bdd884]:hover{filter:brightness(0) saturate(100%) invert(14%) sepia(61%) saturate(7385%) hue-rotate(1deg) brightness(107%) contrast(122%)}[dir=ltr] .screen-container .main-visualizer .main-board .action-popup .main-popup .action-button[data-v-f7bdd884]:not(:last-child){margin-right:.4rem}[dir=rtl] .screen-container .main-visualizer .main-board .action-popup .main-popup .action-button[data-v-f7bdd884]:not(:last-child){margin-left:.4rem}.screen-container .main-visualizer .main-board .action-popup .main-popup .action-button img[data-v-f7bdd884]{filter:brightness(0) saturate(100%) invert(32%) sepia(8%) saturate(4874%) hue-rotate(171deg) brightness(90%) contrast(89%);width:14px;height:14px;display:inline-block}[dir] .screen-container .main-visualizer .main-board .action-popup .main-popup .action-button img[data-v-f7bdd884]{margin-top:.2rem}.screen-container .main-visualizer .main-board .visualizer-section[data-v-f7bdd884]{width:100%;min-height:500px;position:relative}.screen-container .main-visualizer .main-board .visualizer-section .data-box[data-v-f7bdd884]{width:200px;height:45px;fill:var(--white);stroke:rgba(36,88,141,.25)}[dir] .screen-container .main-visualizer .main-board .visualizer-section .data-box[data-v-f7bdd884]{border-radius:8px}.screen-container .main-visualizer .main-board .visualizer-section .data-box.open[data-v-f7bdd884]{stroke:#5094dd}.screen-container .main-visualizer .main-board .visualizer-section .data-box.won[data-v-f7bdd884]{stroke:#157811}.screen-container .main-visualizer .main-board .visualizer-section .data-box.lost[data-v-f7bdd884]{stroke:#ff9b12}.screen-container .main-visualizer .main-board .visualizer-section .data-box.abandoned[data-v-f7bdd884]{stroke:#f41616}.screen-container .main-visualizer .main-board .visualizer-section .data-box+text[data-v-f7bdd884]{text-anchor:middle;dominant-baseline:middle}.screen-container .main-visualizer .main-board .visualizer-section .stage-item[data-v-f7bdd884]{width:100%;height:75px;fill:transparent;stroke:#cee5ff;stroke-width:1}.screen-container .main-visualizer .main-board .visualizer-section .stage-item.active-hover-element[data-v-f7bdd884]{stroke-width:3}.screen-container .main-visualizer .main-board .visualizer-section .stage-name[data-v-f7bdd884]{font-size:.95rem;font-weight:700;transition:.25s ease-in-out}[dir] .screen-container .main-visualizer .main-board .visualizer-section .stage-name[data-v-f7bdd884]{text-align:center}.screen-container .main-visualizer .main-board .visualizer-section .stage-name[data-v-f7bdd884]:hover{opacity:.7}[dir] .screen-container .main-visualizer .main-board .visualizer-section .stage-name[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .main-board .visualizer-section .step-list[data-v-f7bdd884]{width:100%;height:75px}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .option-group-trigger[data-v-f7bdd884]{opacity:0}[dir] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .option-group-trigger[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data:not(.active-group):hover .option-group-trigger[data-v-f7bdd884]{opacity:1}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .vertical-options[data-v-f7bdd884]{fill:var(--theme-blue-alt)}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-options .option-item[data-v-f7bdd884]{fill:#fff;stroke-width:1px;stroke:rgba(80,148,221,.3);transition:.15s ease-in-out}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-options .option-item[data-v-f7bdd884]:hover{fill:#cef0ff}[dir] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-options .option-item[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item[data-v-f7bdd884]{transition:.1s ease}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item.active-item[data-v-f7bdd884]{stroke:rgba(36,88,141,.85)}[dir=ltr] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item.active-item[data-v-f7bdd884]{transform:translateX(50px)}[dir=rtl] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item.active-item[data-v-f7bdd884]{transform:translateX(-50px)}[dir=ltr] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item.active-item+.step-name[data-v-f7bdd884]{transform:translateX(50px)}[dir=rtl] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item.active-item+.step-name[data-v-f7bdd884]{transform:translateX(-50px)}[dir=ltr] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item.active-item+.step-name+g .data-point[data-v-f7bdd884]{transform:translateX(50px)}[dir=rtl] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item.active-item+.step-name+g .data-point[data-v-f7bdd884]{transform:translateX(-50px)}[dir] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-data-item[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-name[data-v-f7bdd884]{fill:var(--block);transition:.2s ease;width:180px;font-size:.8rem}[dir] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .step-name[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point[data-v-f7bdd884]{width:8px;height:8px;fill:var(--theme-blue-alt);opacity:0}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point.open[data-v-f7bdd884]{fill:#5094dd}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point.lost[data-v-f7bdd884]{fill:#ff9b12}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point.won[data-v-f7bdd884]{fill:#157811}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point.abandoned[data-v-f7bdd884]{fill:#f41616}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point.display[data-v-f7bdd884]{opacity:1}.screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point[data-v-f7bdd884]:hover{fill:var(--theme-blue)}[dir] .screen-container .main-visualizer .main-board .visualizer-section .step-list .step-data .data-point[data-v-f7bdd884]:hover{cursor:pointer}.screen-container .main-visualizer .visualization-paths path.open[data-v-f7bdd884]{fill:#5094dd;stroke:#5094dd}.screen-container .main-visualizer .visualization-paths path.lost[data-v-f7bdd884]{fill:#ff9b12;stroke:#ff9b12}.screen-container .main-visualizer .visualization-paths path.abandoned[data-v-f7bdd884]{fill:#f41616;stroke:#f41616}.screen-container .main-visualizer .visualization-paths path.won[data-v-f7bdd884]{fill:#157811;stroke:#157811}@keyframes translateBox-f7bdd884{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes translateBox-f7bdd884{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.data-gen-section .range-picker-group .date-group{flex-direction:column;align-items:flex-start}[dir] .data-gen-section .range-picker-group .date-group{margin-bottom:0}.data-gen-section .range-picker-group .date-group .date-field{max-width:100%}[dir=ltr] .data-gen-section .range-picker-group .date-group .date-field{margin-left:0}[dir=rtl] .data-gen-section .range-picker-group .date-group .date-field{margin-right:0}.data-gen-section .select-holders .select-options{flex-direction:column}[dir] .data-gen-section .select-holders{margin-top:.4rem}.data-gen-section .select-holders .select-options .form-group{width:100%}[dir] .data-gen-section .select-holders .select-options .form-group:not(:last-child){margin-bottom:.4rem}.data-gen-section .range-picker-group .form-group label{font-size:.9rem}.data-gen-section .generate-button{font-size:.75rem}[dir] .data-gen-section .generate-button{padding:6px 16px}.overview .metric-settings .setting-section{display:none}.overview .metric-settings .setting-section.visible{display:block}.overview.in-full-view .starred-metrics-section{display:none}.overview[data-v-333b64ec]{height:auto}.metrics-section[data-v-333b64ec]{width:calc(100% - 1.5rem);min-height:150px}[dir] .metrics-section[data-v-333b64ec]{margin:1rem auto}.setting-button[data-v-333b64ec]{font-size:22px;color:var(--theme-blue-alt);transition:.25s ease-in-out}[dir] .setting-button[data-v-333b64ec]{background:transparent;border:none}[dir=ltr] .setting-button[data-v-333b64ec]{margin-left:auto}[dir=rtl] .setting-button[data-v-333b64ec]{margin-right:auto}.setting-button span[data-v-333b64ec]{font-size:.85rem;font-weight:700}[dir=ltr] .setting-button span[data-v-333b64ec]{margin-right:.4rem}[dir=rtl] .setting-button span[data-v-333b64ec]{margin-left:.4rem}.setting-button i[data-v-333b64ec]{font-size:18px}.close-arrow-icon[data-v-333b64ec]:hover,.setting-button[data-v-333b64ec]:hover{opacity:.5}[dir] .close-arrow-icon[data-v-333b64ec]:hover,[dir] .setting-button[data-v-333b64ec]:hover{cursor:pointer}.data-gen-section[data-v-333b64ec]{width:300px;height:100%;min-height:300px;position:absolute;top:0;transition:.3s ease-in-out;opacity:0;z-index:1;visibility:hidden}[dir] .data-gen-section[data-v-333b64ec]{background:var(--white);box-shadow:0 0 2px 2px rgba(80,148,221,.1)}[dir=ltr] .data-gen-section[data-v-333b64ec]{right:0}[dir=rtl] .data-gen-section[data-v-333b64ec]{left:0}.data-gen-section.open[data-v-333b64ec]{opacity:1;visibility:visible}.close-arrow-icon[data-v-333b64ec]{font-size:20px;color:var(--theme-blue-alt)}[dir] .close-arrow-icon[data-v-333b64ec]{padding:0;background:transparent;border:none}.load-section[data-v-333b64ec]{height:150px}.load-section.empty-data-section[data-v-333b64ec]{color:var(--theme-blue-alt)}[dir] .load-section.empty-data-section[data-v-333b64ec]{background:var(--white);border-radius:12px}.load-section.empty-data-section span[data-v-333b64ec]{line-height:1.5rem;font-size:.9rem}[dir] .load-section.empty-data-section span[data-v-333b64ec]{margin:0 auto}@media screen and (min-width:1024px){.load-section.empty-data-section span[data-v-333b64ec]{max-width:500px}}.load-section .section-data span[data-v-333b64ec]{font-size:.9rem;font-weight:700;color:var(--theme-blue-alt)}[dir=ltr] .load-section .section-data span[data-v-333b64ec]{margin-left:.4rem}[dir=rtl] .load-section .section-data span[data-v-333b64ec]{margin-right:.4rem}.section-data.error-section[data-v-333b64ec],.section-data.error-section span[data-v-333b64ec]{color:red}[dir] .setting-container[data-v-333b64ec]{margin-bottom:.6rem}.section-data.error-section i[data-v-333b64ec]{font-size:24px}.page-not-found[data-v-61bae14e]{height:100vh}[dir] .page-not-found h3[data-v-61bae14e],[dir] .page-not-found h5[data-v-61bae14e]{margin:0}.page-not-found h3[data-v-61bae14e]{color:var(--theme-blue-alt)}.page-not-found h5[data-v-61bae14e]{opacity:.75;font-size:.85rem}.test-view[data-v-1e008633]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.video-section[data-v-1e008633]{width:500px;height:400px}