@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.notification-editor-value{background-color:#f6f6f6;padding:0 15px;color:#868686}.notification-editor-value img{max-width:100%}.k-table-row{position:relative}.extracted-content img{max-width:100%}.notification-history.k-grid .k-grid-content td{white-space:normal}.notification-history.k-grid img{max-width:100%}.action-buttons{display:none;cursor:pointer}.action-buttons .MuiSvgIcon-root{color:var(--secondary-color)!important}.action-buttons .MuiIconButton-root{width:30px;height:30px}.action-buttons .MuiIconButton-root:hover{background-color:#87878740;color:#343a40}.k-master-row:hover{cursor:pointer}.k-master-row:hover .action-buttons{display:inline;right:0;top:9px;position:absolute;background-color:var(--bg-color-hover)}.k-master-row:hover .action-buttons .MuiButtonBase-root{padding:0 8px}.k-master-row.k-selected:hover .action-buttons{background-color:var(--bg-color-selected)}.action-buttons-menu-list .MuiMenuItem-root,.action-buttons-menu-list .MuiMenuItem-root .MuiIconButton-root{color:#878787}.action-buttons-menu-list .MuiMenuItem-root:hover,.action-buttons-menu-list .MuiMenuItem-root:hover .MuiIconButton-root{color:#343a40}.license-menu{display:flex!important;flex-wrap:wrap;overflow:hidden;max-width:600px}.license-menu li{margin:10px;max-height:80px;min-height:80px;padding-left:0;padding-right:0;width:fit-content;flex-grow:1}.tenant-search{background-color:var(--secondary-background-color)!important;margin:0 16px 10px 8px!important;border:1px solid #e8e8e8!important;border-radius:4px!important;height:36px}.tenant-selection .MuiMenu-list{max-height:unset}.tenant-selection .scrollable-list{max-height:25rem;overflow:auto}.notification-dot{width:8px;height:8px;border-radius:50%;background-color:#fe3939;position:absolute;top:11px;left:18px}.location{position:relative!important;top:0!important;bottom:0!important;right:0!important;left:0!important;width:100%;height:100%;min-height:300px}.location.rounded{box-sizing:border-box;border:1px solid;border-radius:4px}.locationForm{margin:4px 8px!important;position:relative;width:100%;height:100%;max-height:90%}@media only screen and (min-width: 1200px){.locationForm{width:130%!important}}.locationForm .leaflet-marker-icon{filter:hue-rotate(140deg)}.date-picker>.MuiPopover-paper{min-width:fit-content}.date-picker-menu-item.Mui-selected{border-right:2px solid var(--app-primary-color)}.date-picker-menu-item.MuiMenuItem-root.MuiButtonBase-root{min-width:110px}.k-dateinput{padding:5px 0}.formInputContainer{width:100%}.inputsContainer{height:40px;width:100%;border:1px solid #878787;border-radius:4px;display:flex;align-items:center;padding:7.5px 14px;box-sizing:border-box}.inputsContainer.cell{height:30px}.numericalTimeInput{border:0;padding:0;width:15px;background-color:#fff0;color:var(--secondary-color);font-size:14px}.numericalTimeInput:focus{outline:none}.numericalTimeInput::selection{background-color:var(--bg-color-selected)}.numericalTimeInput::-moz-selection{background-color:var(--bg-color-selected)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}to{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}to{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:461;pointer-events:none}.leaflet-gesture-handling-touch-warning:after,.leaflet-gesture-handling-scroll-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.formFooter{display:flex;flex-direction:row}.phoneInput:disabled{color:#878787!important;-webkit-text-fill-color:#868686}.react-tel-input .form-control{background-color:var(--input-bg-color)!important;color:var(--secondary-color)!important}.react-tel-input .flag-dropdown.open .selected-flag,.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:var(--bg-color-hover)!important}.react-tel-input .country-list{background-color:var(--secondary-background-color)!important;color:var(--secondary-color)}.react-tel-input .country-list .country:hover{background-color:var(--bg-color-hover)!important}.react-tel-input .country-list .country.highlight{background-color:var(--bg-color-selected)!important}.react-tel-input .selected-flag .arrow{border-top-color:var(--secondary-color)!important}.react-tel-input .selected-flag .arrow.up{border-bottom-color:var(--secondary-color)!important}.disabledDropdownFlag{cursor:not-allowed!important}.flag-dropdown{border-color:#868686!important;background-color:var(--primary-background-color)!important}.formControl{margin:4px 8px!important;max-width:20rem;min-height:4.75rem;min-width:10rem!important}.formControl.switchInput{flex-direction:row;align-items:center;justify-content:space-between;min-height:3.75rem}.formControl.switchInput .MuiFormControlLabel-root{margin-right:0}.formControl.addedMarginInputs .MuiInputBase-root{margin-bottom:24px!important}.formControl span .k-dateinput{padding-top:0;padding-bottom:0}@media only screen and (min-width: 768px){.formControl{min-width:14vw!important}}.required-field:after{content:"*";padding-left:2px}.textarea{max-width:20rem;max-height:8rem;height:8rem!important;font-family:Open Sans-regular;padding:8.5px 14px;border-color:#878787;color:var(--secondary-color);border-width:1px;background-color:var(--input-bg-color)}.textarea:focus{outline:none}.negativeMarginLeft{margin-left:-8px!important}@media only screen and (max-width: 576px){.MuiTab-root{padding:12px 8px!important}}.MuiTabScrollButton-root{width:20px!important}.pac-container{font-family:Open Sans-regular}.pac-container .pac-item{color:#343a40;font-size:14px;font-weight:400}.app-header .MuiButtonBase-root,.app-header .MuiSvgIcon-root{color:var(--text-color)}.scrollableGrid{max-height:calc(100vh - 280px);height:calc(100vh - 280px);margin-top:0!important}.scrollableGrid.overflow{overflow-y:auto;overflow-x:hidden}.scrollableGrid .points-grid{max-height:calc(100vh - 395px);height:calc(100vh - 395px)}.history-grid{max-height:calc(100vh - 300px)!important}.history-grid.email-template .k-table-row>td{white-space:break-spaces!important}.history-grid.email-template .k-table-tbody a{color:#551a8b;text-decoration:underline}.tree-list-component{height:calc(100vh - 300px);overflow:auto}.fix-pager-grid-in-form{max-height:calc(100vh - 300px)}.editableGridCell{width:100%;background-color:var(--primary-background-color)}.editableGridCell .MuiSelect-select,.editableGridCell .MuiOutlinedInput-input{padding:4px 8px}.openingHours{min-width:6rem!important}.headerContainer{display:flex;justify-content:flex-end;align-items:center;width:100%}.inlineCenteredElements{display:inline-flex;align-items:center}.enrollSite{max-width:98%}.enrollSite .textarea{height:4rem!important;max-width:none}.selectedSidebarItem{color:#fff!important}.selectedSidebarItem svg path{fill:#fff!important}.leaflet-container{position:absolute;top:75px;bottom:35px;right:16px;left:16px}@media only screen and (min-width: 576px) and (max-width: 1200px){.leaflet-container{bottom:75px}}@media only screen and (max-width: 576px){.leaflet-container{bottom:125px}}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background-color:var(--secondary-background-color)!important;color:var(--secondary-color)!important}.leaflet-control-zoom-in{border-radius:15px!important;margin-bottom:5px}.leaflet-control-zoom-out{border-radius:15px!important}.leaflet-bar{border:none!important}.leaflet-touch .leaflet-bar a{line-height:26px}.leaflet-popup-content{margin:15px 5px 15px 10px}.leaflet-popup-content p{margin:0!important}.popupBody{display:flex;flex-direction:row;overflow:auto;max-height:100px;margin-top:8px;gap:8px}.popupBody>div{max-width:47%}.react-grid-item.react-grid-placeholder{z-index:-1!important}.pointStatusImage,.deviceStatusImage{width:18px;height:18px;margin-left:5px;margin-bottom:4px}.customLegendItem{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px}.customLegendItem div{width:15px;height:3px;display:inline-block}.customLegendItem .availableStatus{background-color:#8bb31d}.customLegendItem .inUseStatus{background-color:#fec700}.customLegendItem .occupiedStatus{background-color:#0093d3}.customLegendItem .outOfOrderStatus{background-color:#db062b}.customLegendItem .unknownStatus{background-color:#878787}.custom-marker-cluster{border-radius:50%;background-color:#343a40;border:2px solid #fff;color:var(--text-color);font-family:Open Sans-regular;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 6px 4px #00000059}.providerTemplateFields>*{width:50%}.products-interval-grid{overflow-x:auto}.chipStyle.multipleSelectCell{padding:0 10px}.chipStyle p{margin-bottom:1px}.multiple-select-cell .MuiBox-root{max-height:32px!important}.selectAllOption,.multipleSelectOption{padding:2px 16px!important}.info-buttons{margin-top:-4px!important;padding:0 8px!important}.filter-button,.reset-button{border:1px solid #c4c4c4!important;border-radius:4px!important}.form-checklist{border:1px solid #c4c4c4}.form-checklist .MuiDivider-root{margin:2px 0;border-color:#c4c4c4}.form-checklist .MuiDivider-root:last-child{display:none}.multiple-select-checkbox{color:#343a40!important}.time-picker-cell{height:30px}.time-picker-cell.invalid{border-color:#d63232}.device-confirmation-password{color:#db062b}.device-confirmation-password .MuiIconButton-root:hover{background-color:#87878740;color:#343a40}.MuiDialogTitle-root,.MuiDialogTitle-root .MuiSvgIcon-root{color:var(--text-color)!important}.menu-item>li:nth-child(2n-1){padding:0 5px 0 0}.menu-item>li:hover{color:#00e;text-decoration:underline;background-color:var(--secondary-background-color)}.menu-item>li:hover>p{color:#00e}.menu-item{display:flex;flex-direction:row;overflow:auto;flex-wrap:wrap;max-height:10vh;padding:0 10px 0 15px}.entities-menu>.MuiPaper-root{background-color:#fff;box-shadow:#00000059 0 5px 15px;max-width:15rem}.custom-avatar .MuiSvgIcon-root{width:32px;height:32px}.filterDrawer{width:400px;display:flex;flex-direction:column;right:0;top:65px;bottom:0vh;z-index:1202;position:fixed;transition:width 10s;transition-timing-function:ease;transition-delay:1s}@media only screen and (max-width: 576px){.filterDrawer{top:56px}}@media only screen and (max-width: 450px){.filterDrawer{width:250px;overflow-x:scroll;align-items:flex-start}}.filterDrawer .drawerCloseButton{position:fixed;right:0;width:fit-content}.filterDrawerContent{padding-top:56px;display:flex;flex-direction:column;align-items:center;margin:8px;gap:16px}.filterDrawerContent input,.filterDrawerContent #mui-component-select-status,.filterDrawerContent #mui-component-select-messageType{min-width:20rem;width:20rem}.filterDrawerContent #mui-component-select-status,.filterDrawerContent #mui-component-select-messageType{padding-right:46px}.filterDrawerContent .multiple-select-chip{padding-right:0}.appliedFilters{display:flex;flex-wrap:wrap;gap:4px;padding:8px;margin-left:8px;margin-right:8px;margin-top:1rem!important;background-color:var(--secondary-background-color);border:1px solid #EBEBEC;color:var(--secondary-color);border-radius:4px;align-items:center}.dashboard-filter-button .filter-button{margin-right:8px}@media only screen and (max-width: 576px){.chart-preview{padding:20px!important}}.chart-preview{width:100%;margin:auto!important;padding-top:0!important}.chart-preview>div{border:1px solid #e8e8e8;padding:30px;box-shadow:0 4px 9px #b9c5cb3d;border-radius:4px}.custom-color{display:flex;align-items:center;justify-content:space-between}.color-picker-container{margin:0 8px!important}.color-picker-container .custom-color{padding:10px 0 0 10px}.chartType .MuiInputBase-root .MuiSelect-select{display:flex;gap:2px}@font-face{font-family:WebComponentsIcons;font-style:normal;font-weight:400;src:url(/assets/kendo-font-icons-XNDH7fQA.ttf) format("truetype")}.k-font-icon{width:1em;height:1em;outline:0;font-size:16px;font-family:WebComponentsIcons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;text-decoration:none;flex-shrink:0;display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:center;vertical-align:middle;position:relative;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.k-font-icon:hover,.k-font-icon:focus{text-decoration:none}.k-i-none:before{display:none!important}.k-icon-xs{font-size:12px}.k-icon-sm{font-size:14px}.k-icon-md{font-size:16px}.k-icon-lg{font-size:20px}.k-icon-xl{font-size:24px}.k-icon-xxl{font-size:32px}.k-icon-xxxl{font-size:48px}.k-flip-h{transform:scaleX(-1)}.k-flip-v{transform:scaleY(-1)}.k-flip-h.k-flip-v,.k-flip-both{transform:scale(-1)}.k-i-caret-tr:before{content:""}.k-i-arrow-45-up-right:before{content:""}.k-i-collapse-ne:before{content:""}.k-i-resize-ne:before{content:""}.k-i-caret-br:before{content:""}.k-i-arrow-45-down-right:before{content:""}.k-i-collapse-se:before{content:""}.k-i-resize-se:before{content:""}.k-i-caret-bl:before{content:""}.k-i-arrow-45-down-left:before{content:""}.k-i-collapse-sw:before{content:""}.k-i-resize-sw:before{content:""}.k-i-caret-tl:before{content:""}.k-i-arrow-45-up-left:before{content:""}.k-i-collapse-nw:before{content:""}.k-i-resize-nw:before{content:""}.k-i-caret-alt-up:before{content:""}.k-i-arrow-60-up:before{content:""}.k-i-arrow-n:before{content:""}.k-i-kpi-trend-increase:before{content:""}.k-i-expand-n:before{content:""}.k-i-sarrow-n:before{content:""}.k-i-caret-alt-right:before{content:""}.k-i-arrow-60-right:before{content:""}.k-i-arrow-e:before{content:""}.k-i-expand:before{content:""}.k-i-expand-e:before{content:""}.k-i-sarrow-e:before{content:""}.k-i-caret-alt-down:before{content:""}.k-i-arrow-60-down:before{content:""}.k-i-arrow-s:before{content:""}.k-i-kpi-trend-decrease:before{content:""}.k-i-expand-s:before{content:""}.k-i-collapse:before{content:""}.k-i-sarrow-s:before{content:""}.k-i-caret-alt-left:before{content:""}.k-i-arrow-60-left:before{content:""}.k-i-arrow-w:before{content:""}.k-i-expand-w:before{content:""}.k-i-sarrow-w:before{content:""}.k-i-caret-alt-to-top:before{content:""}.k-i-arrow-end-up:before{content:""}.k-i-seek-n:before{content:""}.k-i-caret-alt-to-right:before{content:""}.k-i-arrow-end-right:before{content:""}.k-i-seek-e:before{content:""}.k-i-caret-alt-to-bottom:before{content:""}.k-i-arrow-end-down:before{content:""}.k-i-seek-s:before{content:""}.k-i-caret-alt-to-left:before{content:""}.k-i-arrow-end-left:before{content:""}.k-i-seek-w:before{content:""}.k-i-caret-double-alt-up:before{content:""}.k-i-arrow-double-60-up:before{content:""}.k-i-arrow-seek-up:before{content:""}.k-i-caret-double-alt-right:before{content:""}.k-i-arrow-double-60-right:before{content:""}.k-i-arrow-seek-right:before{content:""}.k-i-forward-sm:before{content:""}.k-i-caret-double-alt-down:before{content:""}.k-i-arrow-double-60-down:before{content:""}.k-i-arrow-seek-down:before{content:""}.k-i-caret-double-alt-left:before{content:""}.k-i-arrow-double-60-left:before{content:""}.k-i-arrow-seek-left:before{content:""}.k-i-rewind-sm:before{content:""}.k-i-caret-alt-expand:before{content:""}.k-i-arrows-kpi:before{content:""}.k-i-kpi:before{content:""}.k-i-caret-alt-sort:before{content:""}.k-i-arrows-no-change:before{content:""}.k-i-arrow-overflow-down:before{content:""}.k-i-chevron-up:before{content:""}.k-i-arrow-chevron-up:before{content:""}.k-i-arrowhead-n:before{content:""}.k-i-chevron-right:before{content:""}.k-i-arrow-chevron-right:before{content:""}.k-i-arrowhead-e:before{content:""}.k-i-chevron-down:before{content:""}.k-i-arrow-chevron-down:before{content:""}.k-i-arrowhead-s:before{content:""}.k-i-chevron-left:before{content:""}.k-i-arrow-chevron-left:before{content:""}.k-i-arrowhead-w:before{content:""}.k-i-arrow-up:before{content:""}.k-i-arrow-right:before{content:""}.k-i-arrow-down:before{content:""}.k-i-arrow-left:before{content:""}.k-i-level-down:before{content:""}.k-i-arrow-drill:before{content:""}.k-i-level-up:before{content:""}.k-i-arrow-parent:before{content:""}.k-i-level-to-top:before{content:""}.k-i-arrow-root:before{content:""}.k-i-level-root:before{content:""}.k-i-col-resize:before{content:""}.k-i-arrows-resizing:before{content:""}.k-i-arrows-axes:before{content:""}.k-i-arrows-dimensions:before{content:""}.k-i-dimension:before{content:""}.k-i-arrows-swap:before{content:""}.k-i-drag-and-drop:before{content:""}.k-i-categorize:before{content:""}.k-i-grid:before{content:""}.k-i-grid-layout:before{content:""}.k-i-group:before{content:""}.k-i-ungroup:before{content:""}.k-i-handle-drag:before{content:""}.k-i-handler-drag:before{content:""}.k-i-layout:before{content:""}.k-i-layout-1-by-4:before{content:""}.k-i-layout-2-by-2:before{content:""}.k-i-page-layout:before{content:""}.k-i-layout-side-by-side:before{content:""}.k-i-layout-stacked:before{content:""}.k-i-columns:before{content:""}.k-i-rows:before{content:""}.k-i-reorder:before{content:""}.k-i-menu:before{content:""}.k-i-hamburger:before{content:""}.k-i-more-vertical:before{content:""}.k-i-more-v:before{content:""}.k-i-vbars:before{content:""}.k-i-more-horizontal:before{content:""}.k-i-more-h:before{content:""}.k-i-hbars:before{content:""}.k-i-overlap:before{content:""}.k-i-home:before{content:""}.k-i-root:before{content:""}.k-i-arrows-left-right:before{content:""}.k-i-arrows-top-bottom:before{content:""}.k-i-border-radius-bottom-left:before{content:""}.k-i-border-radius-bottom-right:before{content:""}.k-i-border-radius-top-left:before{content:""}.k-i-border-radius-top-right:before{content:""}.k-i-border-radius:before{content:""}.k-i-border-style-bottom:before{content:""}.k-i-border-style-left:before{content:""}.k-i-border-style-right:before{content:""}.k-i-border-style-top:before{content:""}.k-i-border-style:before{content:""}.k-i-box-sizing:before{content:""}.k-i-chevron-double-down:before{content:""}.k-i-chevron-double-left:before{content:""}.k-i-chevron-double-right:before{content:""}.k-i-chevron-double-up:before{content:""}.k-i-data-ods:before{content:""}.k-i-non-recurrence:before{content:""}.k-i-display-block:before{content:""}.k-i-display-flex:before{content:""}.k-i-display-inline-flex:before{content:""}.k-i-droplet-slider:before{content:""}.k-i-color-canvas:before{content:""}.k-i-file-report:before{content:""}.k-i-gap-column:before{content:""}.k-i-gap-row:before{content:""}.k-i-handle-resize-alt:before{content:""}.k-i-handle-resize:before{content:""}.k-i-images:before{content:""}.k-i-letter-space:before{content:""}.k-i-line-height:before{content:""}.k-i-list-latin-big:before{content:""}.k-i-list-latin-small:before{content:""}.k-i-list-roman-big:before{content:""}.k-i-list-roman-small:before{content:""}.k-i-list-unordered-outline:before{content:""}.k-i-list-unordered-square:before{content:""}.k-i-max-height:before{content:""}.k-i-max-width:before{content:""}.k-i-min-height:before{content:""}.k-i-min-width:before{content:""}.k-i-outline-offset:before{content:""}.k-i-outline-width:before{content:""}.k-i-padding-bottom:before{content:""}.k-i-padding-left:before{content:""}.k-i-padding-right:before{content:""}.k-i-padding-top:before{content:""}.k-i-padding:before{content:""}.k-i-position-bottom:before{content:""}.k-i-position-left:before{content:""}.k-i-position-right:before{content:""}.k-i-position-top:before{content:""}.k-i-regular-expression:before{content:""}.k-i-replace-all:before{content:""}.k-i-replace-single:before{content:""}.k-i-report-element:before{content:""}.k-i-right-double-quotes:before{content:""}.k-i-blockquote:before{content:""}.k-i-whole-word:before{content:""}.k-i-data-sds:before{content:""}.k-i-download-light:before{content:""}.k-i-eye-slash:before{content:""}.k-i-preview-off:before{content:""}.k-i-display-inline-block:before{content:""}.k-i-paper-plane:before{content:""}.k-i-gauge-linear:before{content:""}.k-i-gauge-radial:before{content:""}.k-i-envelope-box:before{content:""}.k-i-envelope-link:before{content:""}.k-i-envelope:before{content:""}.k-i-warning-circle:before{content:""}.k-i-warning-triangle:before{content:""}.k-i-info-solid:before{content:""}.k-i-font-grow:before{content:""}.k-i-font-shrink:before{content:""}.k-i-text-overflow:before{content:""}.k-i-text-wrap-arrow:before{content:""}.k-i-text-truncate:before{content:""}.k-i-text-clip:before{content:""}.k-i-border-color:before{content:""}.k-i-border-type:before{content:""}.k-i-thumb-down-outline:before{content:""}.k-i-thumb-down:before{content:""}.k-i-thumb-up-outline:before{content:""}.k-i-thumb-up:before{content:""}.k-i-sparkles:before{content:""}.k-i-paragraph-mark:before{content:""}.k-i-pilcrow:before{content:""}.k-i-paragraph-height:before{content:""}.k-i-user-outline:before{content:""}.k-i-wallet-solid:before{content:""}.k-i-stamp:before{content:""}.k-i-sticky-note:before{content:""}.k-i-ruler-outline:before{content:""}.k-i-eraser-outline:before{content:""}.k-i-edit-annotations:before{content:""}.k-i-highlight:before{content:""}.k-i-highlight-free:before{content:""}.k-i-free-text:before{content:""}.k-i-x-logo:before{content:""}.k-i-inputbox:before{content:""}.k-i-scale:before{content:""}.k-i-van:before{content:""}.k-i-truck:before{content:""}.k-i-wallet-outline:before{content:""}.k-i-transactions:before{content:""}.k-i-handle-drag-dots:before{content:""}.k-i-six-dice:before{content:""}.k-i-six-dots-vertical:before{content:""}.k-i-arrow-down-left:before{content:""}.k-i-return-key:before{content:""}.k-i-recycle-solid:before{content:""}.k-i-industrial-vehicle:before{content:""}.k-i-recycle-outline:before{content:""}.k-i-plane-solid:before{content:""}.k-i-plane-outline:before{content:""}.k-i-money-exchange:before{content:""}.k-i-sustainability:before{content:""}.k-i-speed:before{content:""}.k-i-devices-outline:before{content:""}.k-i-devices-solid:before{content:""}.k-i-instagram-box:before{content:""}.k-i-instagram:before{content:""}.k-i-laptop-outline:before{content:""}.k-i-laptop-solid:before{content:""}.k-i-mobile-outline-ringing:before{content:""}.k-i-mobile-outline:before{content:""}.k-i-mobile-solid-ringing:before{content:""}.k-i-mobile-solid:before{content:""}.k-i-locations:before{content:""}.k-i-tablet-outline:before{content:""}.k-i-tablet-solid:before{content:""}.k-i-users-outline:before{content:""}.k-i-users-solid:before{content:""}.k-i-whatsapp-box:before{content:""}.k-i-whatsapp:before{content:""}.k-i-x-logo-box:before{content:""}.k-i-sms-outline:before{content:""}.k-i-sms-solid:before{content:""}.k-i-therapist-outline:before{content:""}.k-i-therapist-solid:before{content:""}.k-i-patient-solid:before{content:""}.k-i-patient-outline:before{content:""}.k-i-nurse-solid:before{content:""}.k-i-nurse-outline:before{content:""}.k-i-optimization:before{content:""}.k-i-security-check-outline:before{content:""}.k-i-security-check-solid:before{content:""}.k-i-security-lock-outline:before{content:""}.k-i-security-lock-solid:before{content:""}.k-i-upgrade-outline:before{content:""}.k-i-upgrade-reload:before{content:""}.k-i-upgrade-solid:before{content:""}.k-i-food-solid:before{content:""}.k-i-food-outline:before{content:""}.k-i-area:before{content:""}.k-i-arrow-shape:before{content:""}.k-i-border-radius-undefined:before{content:""}.k-i-border-width:before{content:""}.k-i-circle-shape:before{content:""}.k-i-combobox:before{content:""}.k-i-cube:before{content:""}.k-i-distance:before{content:""}.k-i-draw-free:before{content:""}.k-i-dropdown:before{content:""}.k-i-eraser-solid:before{content:""}.k-i-hexagon-shape:before{content:""}.k-i-insert-free-text:before{content:""}.k-i-line-shape:before{content:""}.k-i-password-box:before{content:""}.k-i-perimeter:before{content:""}.k-i-rectangle-shape:before{content:""}.k-i-replace-free-text:before{content:""}.k-i-ruler-outline-alt:before{content:""}.k-i-ruler-solid-alt:before{content:""}.k-i-ruler-solid:before{content:""}.k-i-ruler-triangle-outline:before{content:""}.k-i-ruler-triangle-solid:before{content:""}.k-i-award-number-outline:before{content:""}.k-i-award-number-solid:before{content:""}.k-i-award-star-outline:before{content:""}.k-i-award-star-solid:before{content:""}.k-i-banknote-outline:before{content:""}.k-i-banknote-solid:before{content:""}.k-i-bathtube-outline:before{content:""}.k-i-bathtube-solid:before{content:""}.k-i-bed-outline:before{content:""}.k-i-bed-solid:before{content:""}.k-i-bug-outline:before{content:""}.k-i-bug-solid:before{content:""}.k-i-buildings-outline:before{content:""}.k-i-buildings-solid:before{content:""}.k-i-bicycle:before{content:""}.k-i-bus:before{content:""}.k-i-car:before{content:""}.k-i-dashboard-outline:before{content:""}.k-i-dashboard-solid:before{content:""}.k-i-decision:before{content:""}.k-i-directions:before{content:""}.k-i-education-outline:before{content:""}.k-i-education-solid:before{content:""}.k-i-headset:before{content:""}.k-i-luggage-outline:before{content:""}.k-i-luggage-solid:before{content:""}.k-i-non-stop-outline:before{content:""}.k-i-non-stop-solid:before{content:""}.k-i-pills-outline:before{content:""}.k-i-pills-solid:before{content:""}.k-i-plan:before{content:""}.k-i-undo:before{content:""}.k-i-undo-large:before{content:""}.k-i-redo:before{content:""}.k-i-redo-large:before{content:""}.k-i-arrow-rotate-ccw:before{content:""}.k-i-reset:before{content:""}.k-i-arrow-rotate-cw:before{content:""}.k-i-reload:before{content:""}.k-i-refresh:before{content:""}.k-i-recurrence:before{content:""}.k-i-arrows-repeat:before{content:""}.k-i-arrows-no-repeat:before{content:""}.k-i-non-recurrence:before{content:""}.k-i-refresh-clear:before{content:""}.k-i-arrow-rotate-ccw-small:before{content:""}.k-i-reset-sm:before{content:""}.k-i-arrow-rotate-cw-small:before{content:""}.k-i-reload-sm:before{content:""}.k-i-refresh-sm:before{content:""}.k-i-recurrence-sm:before{content:""}.k-i-arrows-repeat-sm:before{content:""}.k-i-clock:before{content:""}.k-i-calendar:before{content:""}.k-i-save:before{content:""}.k-i-floppy:before{content:""}.k-i-print:before{content:""}.k-i-printer:before{content:""}.k-i-pencil:before{content:""}.k-i-edit:before{content:""}.k-i-trash:before{content:""}.k-i-delete:before{content:""}.k-i-paperclip:before{content:""}.k-i-attachment:before{content:""}.k-i-clip:before{content:""}.k-i-paperclip-alt:before{content:""}.k-i-attachment-45:before{content:""}.k-i-clip-45:before{content:""}.k-i-link:before{content:""}.k-i-link-horizontal:before{content:""}.k-i-hyperlink:before{content:""}.k-i-link-h:before{content:""}.k-i-unlink:before{content:""}.k-i-unlink-horizontal:before{content:""}.k-i-hyperlink-remove:before{content:""}.k-i-unlink-h:before{content:""}.k-i-link-vertical:before{content:""}.k-i-link-v:before{content:""}.k-i-unlink-vertical:before{content:""}.k-i-unlink-v:before{content:""}.k-i-lock:before{content:""}.k-i-unlock:before{content:""}.k-i-cancel:before{content:""}.k-i-cancel-outline:before{content:""}.k-i-deny:before{content:""}.k-i-cancel-circle:before{content:""}.k-i-check:before{content:""}.k-i-checkmark:before{content:""}.k-i-tick:before{content:""}.k-i-check-outline:before{content:""}.k-i-checkmark-outline:before{content:""}.k-i-success:before{content:""}.k-i-check-circle:before{content:""}.k-i-checkmark-circle:before{content:""}.k-i-x:before{content:""}.k-i-close:before{content:""}.k-i-clear:before{content:""}.k-i-times:before{content:""}.k-i-group-delete:before{content:""}.k-i-x-outline:before{content:""}.k-i-close-outline:before{content:""}.k-i-clear-outline:before{content:""}.k-i-times-outline:before{content:""}.k-i-error:before{content:""}.k-i-x-circle:before{content:""}.k-i-close-circle:before{content:""}.k-i-clear-circle:before{content:""}.k-i-times-circle:before{content:""}.k-i-plus:before{content:""}.k-i-add:before{content:""}.k-i-plus-outline:before{content:""}.k-i-add-outline:before{content:""}.k-i-plus-circle:before{content:""}.k-i-add-circle:before{content:""}.k-i-minus:before{content:""}.k-i-kpi-trend-equal:before{content:""}.k-i-minus-outline:before{content:""}.k-i-minus-circle:before{content:""}.k-i-sort-asc:before{content:""}.k-i-sort-desc:before{content:""}.k-i-sort-clear:before{content:""}.k-i-unsort:before{content:""}.k-i-sort-asc-small:before{content:""}.k-i-sort-asc-sm:before{content:""}.k-i-sort-desc-small:before{content:""}.k-i-sort-desc-sm:before{content:""}.k-i-filter:before{content:""}.k-i-filter-clear:before{content:""}.k-i-filter-small:before{content:""}.k-i-filter-sm:before{content:""}.k-i-filter-sort-asc-small:before{content:""}.k-i-filter-sort-asc-sm:before{content:""}.k-i-filter-sort-desc-small:before{content:""}.k-i-filter-sort-desc-sm:before{content:""}.k-i-filter-add-expression:before{content:""}.k-i-filter-add-group:before{content:""}.k-i-login:before{content:""}.k-i-sign-in:before{content:""}.k-i-logout:before{content:""}.k-i-sign-out:before{content:""}.k-i-download:before{content:""}.k-i-upload:before{content:""}.k-i-hyperlink-open:before{content:""}.k-i-hyperlink-open-sm:before{content:""}.k-i-launch:before{content:""}.k-i-window:before{content:""}.k-i-window-maximize:before{content:""}.k-i-maximize:before{content:""}.k-i-window-restore:before{content:""}.k-i-windows:before{content:""}.k-i-tiles:before{content:""}.k-i-restore:before{content:""}.k-i-window-minimize:before{content:""}.k-i-minimize:before{content:""}.k-i-gear:before{content:""}.k-i-cog:before{content:""}.k-i-custom:before{content:""}.k-i-gears:before{content:""}.k-i-cogs:before{content:""}.k-i-wrench:before{content:""}.k-i-settings:before{content:""}.k-i-eye:before{content:""}.k-i-preview:before{content:""}.k-i-search:before{content:""}.k-i-zoom:before{content:""}.k-i-zoom-in:before{content:""}.k-i-zoom-out:before{content:""}.k-i-arrows-move:before{content:""}.k-i-pan:before{content:""}.k-i-move:before{content:""}.k-i-calculator:before{content:""}.k-i-cart:before{content:""}.k-i-shopping-cart:before{content:""}.k-i-connector:before{content:""}.k-i-plus-sm:before{content:""}.k-i-splus:before{content:""}.k-i-minus-sm:before{content:""}.k-i-sminus:before{content:""}.k-i-kpi-status-deny:before{content:""}.k-i-kpi-status-hold:before{content:""}.k-i-kpi-status-open:before{content:""}.k-i-equal:before{content:""}.k-i-not-equal:before{content:""}.k-i-less-or-equal:before{content:""}.k-i-greater-or-equal:before{content:""}.k-i-divide:before{content:""}.k-i-accessibility:before{content:""}.k-i-barcode-outline:before{content:""}.k-i-barcode:before{content:""}.k-i-barcode-scanner:before{content:""}.k-i-qr-code-outline:before{content:""}.k-i-qr-code:before{content:""}.k-i-qr-code-scanner:before{content:""}.k-i-barcode-qr-code-scanner:before{content:""}.k-i-signature:before{content:""}.k-i-hand:before{content:""}.k-i-pointer:before{content:""}.k-i-cursor:before{content:""}.k-i-stick:before{content:""}.k-i-unstick:before{content:""}.k-i-set-column-position:before{content:""}.k-i-clock-arrow-rotate:before{content:""}.k-i-question-solid:before{content:""}.k-i-clean-outline:before{content:""}.k-i-clean-solid:before{content:""}.k-i-concrete-truck:before{content:""}.k-i-discount-outline:before{content:""}.k-i-discount-solid:before{content:""}.k-i-doctor-outline:before{content:""}.k-i-doctor-solid:before{content:""}.k-i-lab-technician-outline:before{content:""}.k-i-lab-technician-solid:before{content:""}.k-i-sweeper-vehicle:before{content:""}.k-i-weight-scale-outline:before{content:""}.k-i-weight-scale-solid:before{content:""}.k-i-play:before{content:""}.k-i-pause:before{content:""}.k-i-stop:before{content:""}.k-i-rewind:before{content:""}.k-i-forward:before{content:""}.k-i-volume-down:before{content:""}.k-i-volume-low:before{content:""}.k-i-volume-up:before{content:""}.k-i-volume-high:before{content:""}.k-i-volume-mute:before{content:""}.k-i-volume-off:before{content:""}.k-i-hd:before{content:""}.k-i-closed-captions:before{content:""}.k-i-subtitles:before{content:""}.k-i-playlist:before{content:""}.k-i-music-notes:before{content:""}.k-i-audio:before{content:""}.k-i-play-sm:before{content:""}.k-i-pause-sm:before{content:""}.k-i-stop-sm:before{content:""}.k-i-heart-outline:before{content:""}.k-i-fav-outline:before{content:""}.k-i-favorite-outline:before{content:""}.k-i-heart:before{content:""}.k-i-fav:before{content:""}.k-i-favorite:before{content:""}.k-i-star-outline:before{content:""}.k-i-bookmark-outline:before{content:""}.k-i-star:before{content:""}.k-i-bookmark:before{content:""}.k-i-checkbox:before{content:""}.k-i-shape-rect:before{content:""}.k-i-checkbox-checked:before{content:""}.k-i-checkbox-indeterminate:before{content:""}.k-i-tri-state-indeterminate:before{content:""}.k-i-checkbox-null:before{content:""}.k-i-tri-state-null:before{content:""}.k-i-circle:before{content:""}.k-i-radiobutton:before{content:""}.k-i-shape-circle:before{content:""}.k-i-radiobutton-checked:before{content:""}.k-i-bell:before{content:""}.k-i-notification:before{content:""}.k-i-info-circle:before{content:""}.k-i-information:before{content:""}.k-i-info:before{content:""}.k-i-note:before{content:""}.k-i-question-circle:before{content:""}.k-i-question:before{content:""}.k-i-help:before{content:""}.k-i-exclamation-circle:before{content:""}.k-i-warning:before{content:""}.k-i-exception:before{content:""}.k-i-camera:before{content:""}.k-i-photo-camera:before{content:""}.k-i-image:before{content:""}.k-i-photo:before{content:""}.k-i-image-export:before{content:""}.k-i-photo-export:before{content:""}.k-i-zoom-actual-size:before{content:""}.k-i-zoom-best-fit:before{content:""}.k-i-image-resize:before{content:""}.k-i-crop:before{content:""}.k-i-mirror:before{content:""}.k-i-flip-horizontal:before{content:""}.k-i-flip-h:before{content:""}.k-i-flip-vertical:before{content:""}.k-i-flip-v:before{content:""}.k-i-rotate:before{content:""}.k-i-rotate-right:before{content:""}.k-i-rotate-cw:before{content:""}.k-i-rotate-left:before{content:""}.k-i-rotate-ccw:before{content:""}.k-i-brush:before{content:""}.k-i-palette:before{content:""}.k-i-droplet:before{content:""}.k-i-paint:before{content:""}.k-i-background:before{content:""}.k-i-shape-line:before{content:""}.k-i-line:before{content:""}.k-i-brightness-contrast:before{content:""}.k-i-sliders:before{content:""}.k-i-saturation:before{content:""}.k-i-invert-colors:before{content:""}.k-i-transparency:before{content:""}.k-i-opacity:before{content:""}.k-i-grayscale:before{content:""}.k-i-blur:before{content:""}.k-i-sharpen:before{content:""}.k-i-shapes:before{content:""}.k-i-shape:before{content:""}.k-i-round-corners:before{content:""}.k-i-bring-to-front:before{content:""}.k-i-front-element:before{content:""}.k-i-bring-to-back:before{content:""}.k-i-back-element:before{content:""}.k-i-bring-forward:before{content:""}.k-i-forward-element:before{content:""}.k-i-bring-backward:before{content:""}.k-i-backward-element:before{content:""}.k-i-align-self-start:before{content:""}.k-i-align-left-element:before{content:""}.k-i-align-self-center:before{content:""}.k-i-align-center-element:before{content:""}.k-i-align-self-end:before{content:""}.k-i-align-right-element:before{content:""}.k-i-align-self-start-alt:before{content:""}.k-i-align-top-element:before{content:""}.k-i-align-self-center-alt:before{content:""}.k-i-align-middle-element:before{content:""}.k-i-align-self-end-alt:before{content:""}.k-i-align-bottom-element:before{content:""}.k-i-thumbnails-up:before{content:""}.k-i-thumbnails-right:before{content:""}.k-i-thumbnails-down:before{content:""}.k-i-thumbnails-left:before{content:""}.k-i-fullscreen:before{content:""}.k-i-full-screen:before{content:""}.k-i-fullscreen-enter:before{content:""}.k-i-fullscreen-exit:before{content:""}.k-i-full-screen-exit:before{content:""}.k-i-droplet-slash:before{content:""}.k-i-reset-color:before{content:""}.k-i-paint-remove:before{content:""}.k-i-background-remove:before{content:""}.k-i-photos:before{content:""}.k-i-images:before{content:""}.k-i-gallery:before{content:""}.k-i-align-to-grid:before{content:""}.k-i-size-to-grid:before{content:""}.k-i-make-same-size:before{content:""}.k-i-make-same-width:before{content:""}.k-i-make-same-height:before{content:""}.k-i-make-horizontal-spacing-equal:before{content:""}.k-i-increase-horizontal-spacing:before{content:""}.k-i-decrease-horizontal-spacing:before{content:""}.k-i-remove-horizontal-spacing:before{content:""}.k-i-make-vertical-spacing-equal:before{content:""}.k-i-increase-vertical-spacing:before{content:""}.k-i-decrease-vertical-spacing:before{content:""}.k-i-remove-vertical-spacing:before{content:""}.k-i-eyedropper:before{content:""}.k-i-snap-grid:before{content:""}.k-i-snap-to-gridlines:before{content:""}.k-i-snap-to-snaplines:before{content:""}.k-i-dimensions:before{content:""}.k-i-align-self-stretch:before{content:""}.k-i-align-stretch-element-horizontal:before{content:""}.k-i-align-self-stretch-alt:before{content:""}.k-i-align-stretch-element-vertical:before{content:""}.k-i-align-items-start:before{content:""}.k-i-align-left-elements:before{content:""}.k-i-align-items-center:before{content:""}.k-i-align-center-elements:before{content:""}.k-i-align-items-end:before{content:""}.k-i-align-right-elements:before{content:""}.k-i-align-items-stretch:before{content:""}.k-i-align-stretch-elements-horizontal:before{content:""}.k-i-align-items-baseline:before{content:""}.k-i-align-baseline-horizontal:before{content:""}.k-i-align-items-start-alt:before{content:""}.k-i-align-top-elements:before{content:""}.k-i-align-items-center-alt:before{content:""}.k-i-align-middle-elements:before{content:""}.k-i-align-items-end-alt:before{content:""}.k-i-align-bottom-elements:before{content:""}.k-i-align-items-stretch-alt:before{content:""}.k-i-align-stretch-elements-vertical:before{content:""}.k-i-align-items-baseline-alt:before{content:""}.k-i-align-baseline-vertical:before{content:""}.k-i-justify-content-start:before{content:""}.k-i-justify-start-horizontal:before{content:""}.k-i-justify-content-center:before{content:""}.k-i-justify-center-horizontal:before{content:""}.k-i-justify-content-end:before{content:""}.k-i-justify-end-horizontal:before{content:""}.k-i-justify-content-between:before{content:""}.k-i-justify-between-horizontal:before{content:""}.k-i-justify-content-around:before{content:""}.k-i-justify-around-horizontal:before{content:""}.k-i-justify-content-start-alt:before{content:""}.k-i-justify-start-vertical:before{content:""}.k-i-justify-content-center-alt:before{content:""}.k-i-justify-center-vertical:before{content:""}.k-i-justify-content-end-alt:before{content:""}.k-i-justify-end-vertical:before{content:""}.k-i-justify-content-between-alt:before{content:""}.k-i-justify-between-vertical:before{content:""}.k-i-justify-content-around-alt:before{content:""}.k-i-justify-around-vertical:before{content:""}.k-i-file-wrench:before{content:""}.k-i-page-properties:before{content:""}.k-i-bold:before{content:""}.k-i-italic:before{content:""}.k-i-underline:before{content:""}.k-i-font-family:before{content:""}.k-i-foreground-color:before{content:""}.k-i-text:before{content:""}.k-i-convert-lowercase:before{content:""}.k-i-convert-uppercase:before{content:""}.k-i-strikethrough:before{content:""}.k-i-strike-through:before{content:""}.k-i-subscript:before{content:""}.k-i-sub-script:before{content:""}.k-i-supscript:before{content:""}.k-i-sup-script:before{content:""}.k-i-superscript:before{content:""}.k-i-div:before{content:""}.k-i-all:before{content:""}.k-i-h1:before{content:""}.k-i-h2:before{content:""}.k-i-h3:before{content:""}.k-i-h4:before{content:""}.k-i-h5:before{content:""}.k-i-h6:before{content:""}.k-i-list-ordered:before{content:""}.k-i-list-numbered:before{content:""}.k-i-insert-ordered-list:before{content:""}.k-i-list-unordered:before{content:""}.k-i-list-bulleted:before{content:""}.k-i-insert-unordered-list:before{content:""}.k-i-indent:before{content:""}.k-i-indent-increase:before{content:""}.k-i-outdent:before{content:""}.k-i-indent-decrease:before{content:""}.k-i-insert-top:before{content:""}.k-i-insert-up:before{content:""}.k-i-insert-n:before{content:""}.k-i-insert-middle:before{content:""}.k-i-insert-m:before{content:""}.k-i-insert-bottom:before{content:""}.k-i-insert-down:before{content:""}.k-i-insert-s:before{content:""}.k-i-align-top:before{content:""}.k-i-align-middle:before{content:""}.k-i-align-bottom:before{content:""}.k-i-align-left:before{content:""}.k-i-justify-left:before{content:""}.k-i-align-center:before{content:""}.k-i-justify-center:before{content:""}.k-i-align-right:before{content:""}.k-i-justify-left:before{content:""}.k-i-align-justify:before{content:""}.k-i-justify-full:before{content:""}.k-i-align-remove:before{content:""}.k-i-justify-clear:before{content:""}.k-i-text-wrap:before{content:""}.k-i-horizontal-rule:before{content:""}.k-i-rule-horizontal:before{content:""}.k-i-hr:before{content:""}.k-i-table-align-top-left:before{content:""}.k-i-table-align-top-center:before{content:""}.k-i-table-align-top-right:before{content:""}.k-i-table-align-middle-left:before{content:""}.k-i-table-align-middle-center:before{content:""}.k-i-table-align-middle-right:before{content:""}.k-i-table-align-bottom-left:before{content:""}.k-i-table-align-bottom-center:before{content:""}.k-i-table-align-bottom-right:before{content:""}.k-i-table-align-remove:before{content:""}.k-i-borders-all:before{content:""}.k-i-all-borders:before{content:""}.k-i-borders-outside:before{content:""}.k-i-outside-borders:before{content:""}.k-i-borders-inside:before{content:""}.k-i-inside-borders:before{content:""}.k-i-borders-inside-horizontal:before{content:""}.k-i-border-inside-h:before{content:""}.k-i-inside-horizontal-borders:before{content:""}.k-i-borders-inside-vertical:before{content:""}.k-i-borders-inside-v:before{content:""}.k-i-inside-vertical-borders:before{content:""}.k-i-border-top:before{content:""}.k-i-top-border:before{content:""}.k-i-border-bottom:before{content:""}.k-i-bottom-border:before{content:""}.k-i-border-left:before{content:""}.k-i-left-border:before{content:""}.k-i-border-right:before{content:""}.k-i-right-border:before{content:""}.k-i-borders-none:before{content:""}.k-i-border-no:before{content:""}.k-i-no-borders:before{content:""}.k-i-borders-show-hide:before{content:""}.k-i-form:before{content:""}.k-i-border:before{content:""}.k-i-form-element:before{content:""}.k-i-code-snippet:before{content:""}.k-i-select-all:before{content:""}.k-i-button:before{content:""}.k-i-select-box:before{content:""}.k-i-calendar-date:before{content:""}.k-i-group-box:before{content:""}.k-i-textarea:before{content:""}.k-i-textbox:before{content:""}.k-i-textbox-hidden:before{content:""}.k-i-password:before{content:""}.k-i-paragraph-add:before{content:""}.k-i-edit-tools:before{content:""}.k-i-template-manager:before{content:""}.k-i-change-manually:before{content:""}.k-i-track-changes:before{content:""}.k-i-track-changes-enable:before{content:""}.k-i-track-changes-accept:before{content:""}.k-i-track-changes-accept-all:before{content:""}.k-i-track-changes-reject:before{content:""}.k-i-track-changes-reject-all:before{content:""}.k-i-document-manager:before{content:""}.k-i-custom-icon:before{content:""}.k-i-book:before{content:""}.k-i-dictionary-add:before{content:""}.k-i-image-add:before{content:""}.k-i-image-light-dialog:before{content:""}.k-i-image-insert:before{content:""}.k-i-insert-image:before{content:""}.k-i-image-edit:before{content:""}.k-i-image-map-editor:before{content:""}.k-i-comment:before{content:""}.k-i-comment-remove:before{content:""}.k-i-comments-remove:before{content:""}.k-i-comments-remove-all:before{content:""}.k-i-silverlight:before{content:""}.k-i-media-manager:before{content:""}.k-i-video-external:before{content:""}.k-i-flash-manager:before{content:""}.k-i-binoculars:before{content:""}.k-i-find-and-replace:before{content:""}.k-i-find:before{content:""}.k-i-copy:before{content:""}.k-i-files:before{content:""}.k-i-cut:before{content:""}.k-i-clipboard:before{content:""}.k-i-paste:before{content:""}.k-i-clipboard-code:before{content:""}.k-i-paste-as-html:before{content:""}.k-i-clipboard-word:before{content:""}.k-i-paste-from-word:before{content:""}.k-i-clipboard-word-alt:before{content:""}.k-i-paste-from-word-strip-file:before{content:""}.k-i-clipboard-html:before{content:""}.k-i-paste-html:before{content:""}.k-i-clipboard-markdown:before{content:""}.k-i-paste-markdown:before{content:""}.k-i-clipboard-text:before{content:""}.k-i-paste-plain-text:before{content:""}.k-i-apply-format:before{content:""}.k-i-clear-css:before{content:""}.k-i-clearformat:before{content:""}.k-i-copy-format:before{content:""}.k-i-strip-all-formatting:before{content:""}.k-i-strip-css-format:before{content:""}.k-i-strip-font-elements:before{content:""}.k-i-strip-span-elements:before{content:""}.k-i-strip-word-formatting:before{content:""}.k-i-format-code-block:before{content:""}.k-i-building-blocks:before{content:""}.k-i-style-builder:before{content:""}.k-i-puzzle-piece:before{content:""}.k-i-module-manager:before{content:""}.k-i-puzzle:before{content:""}.k-i-link-add:before{content:""}.k-i-hyperlink-light-dialog:before{content:""}.k-i-hyperlink-insert:before{content:""}.k-i-globe-link:before{content:""}.k-i-hyperlink-globe:before{content:""}.k-i-globe-unlink:before{content:""}.k-i-hyperlink-globe-remove:before{content:""}.k-i-envelop-link:before{content:""}.k-i-hyperlink-email:before{content:""}.k-i-anchor:before{content:""}.k-i-table-add:before{content:""}.k-i-table-light-dialog:before{content:""}.k-i-table-insert:before{content:""}.k-i-create-table:before{content:""}.k-i-table:before{content:""}.k-i-table-properties:before{content:""}.k-i-table-cell:before{content:""}.k-i-table-cell-properties:before{content:""}.k-i-table-column-insert-left:before{content:""}.k-i-add-column-left:before{content:""}.k-i-table-column-insert-right:before{content:""}.k-i-add-column-right:before{content:""}.k-i-table-row-insert-above:before{content:""}.k-i-add-row-above:before{content:""}.k-i-table-row-insert-below:before{content:""}.k-i-add-row-below:before{content:""}.k-i-table-column-delete:before{content:""}.k-i-delete-column:before{content:""}.k-i-table-row-delete:before{content:""}.k-i-delete-row:before{content:""}.k-i-table-cell-delete:before{content:""}.k-i-table-delete:before{content:""}.k-i-cells-merge:before{content:""}.k-i-merge-cells:before{content:""}.k-i-cells-merge-horizontally:before{content:""}.k-i-cells-merge-h:before{content:""}.k-i-merge-horizontally:before{content:""}.k-i-cells-merge-vertically:before{content:""}.k-i-cells-merge-v:before{content:""}.k-i-merge-vertically:before{content:""}.k-i-cell-split-horizontally:before{content:""}.k-i-cells-split-h:before{content:""}.k-i-cell-split-vertically:before{content:""}.k-i-cells-split-v:before{content:""}.k-i-table-unmerge:before{content:""}.k-i-normal-layout:before{content:""}.k-i-pane-freeze:before{content:""}.k-i-freeze-pane:before{content:""}.k-i-row-freeze:before{content:""}.k-i-freeze-row:before{content:""}.k-i-column-freeze:before{content:""}.k-i-col-freeze:before{content:""}.k-i-freeze-col:before{content:""}.k-i-toolbar-float:before{content:""}.k-i-spell-checker:before{content:""}.k-i-validation-xhtml:before{content:""}.k-i-validation-data:before{content:""}.k-i-toggle-full-screen-mode:before{content:""}.k-i-formula-fx:before{content:""}.k-i-fx:before{content:""}.k-i-sum:before{content:""}.k-i-symbol:before{content:""}.k-i-dollar:before{content:""}.k-i-currency:before{content:""}.k-i-percent:before{content:""}.k-i-custom-format:before{content:""}.k-i-format-number:before{content:""}.k-i-decimal-increase:before{content:""}.k-i-increace-decimal:before{content:""}.k-i-decimal-decrease:before{content:""}.k-i-decrease-decimal:before{content:""}.k-i-font-size:before{content:""}.k-i-image-absolute-position:before{content:""}.k-i-table-wizard:before{content:""}.k-i-crosstab:before{content:""}.k-i-crosstab-wizard:before{content:""}.k-i-table-body:before{content:""}.k-i-table-column-groups:before{content:""}.k-i-table-corner:before{content:""}.k-i-table-row-groups:before{content:""}.k-i-globe-outline:before{content:""}.k-i-globe:before{content:""}.k-i-map-marker:before{content:""}.k-i-marker-pin:before{content:""}.k-i-map-marker-target:before{content:""}.k-i-marker-pin-target:before{content:""}.k-i-pin:before{content:""}.k-i-unpin:before{content:""}.k-i-share:before{content:""}.k-i-user:before{content:""}.k-i-inbox:before{content:""}.k-i-blogger:before{content:""}.k-i-blogger-box:before{content:""}.k-i-delicious:before{content:""}.k-i-delicious-box:before{content:""}.k-i-digg:before{content:""}.k-i-digg-box:before{content:""}.k-i-envelop:before{content:""}.k-i-email:before{content:""}.k-i-letter:before{content:""}.k-i-envelop-box:before{content:""}.k-i-email-box:before{content:""}.k-i-letter-box:before{content:""}.k-i-facebook:before{content:""}.k-i-facebook-box:before{content:""}.k-i-google:before{content:""}.k-i-google-box:before{content:""}.k-i-google-plus:before{content:""}.k-i-google-plus-box:before{content:""}.k-i-linkedin:before{content:""}.k-i-linkedin-box:before{content:""}.k-i-myspace:before{content:""}.k-i-myspace-box:before{content:""}.k-i-pinterest:before{content:""}.k-i-pinterest-box:before{content:""}.k-i-reddit:before{content:""}.k-i-reddit-box:before{content:""}.k-i-stumble-upon:before{content:""}.k-i-stumble-upon-box:before{content:""}.k-i-tell-a-friend:before{content:""}.k-i-tell-a-friend-box:before{content:""}.k-i-tumblr:before{content:""}.k-i-tumblr-box:before{content:""}.k-i-twitter:before{content:""}.k-i-twitter-box:before{content:""}.k-i-yammer:before{content:""}.k-i-yammer-box:before{content:""}.k-i-behance:before{content:""}.k-i-behance-box:before{content:""}.k-i-dribbble:before{content:""}.k-i-dribbble-box:before{content:""}.k-i-rss:before{content:""}.k-i-rss-box:before{content:""}.k-i-vimeo:before{content:""}.k-i-vimeo-box:before{content:""}.k-i-youtube:before{content:""}.k-i-youtube-box:before{content:""}.k-i-folder:before{content:""}.k-i-folder-open:before{content:""}.k-i-folder-add:before{content:""}.k-i-folder-up:before{content:""}.k-i-folder-more:before{content:""}.k-i-fields-more:before{content:""}.k-i-aggregate-fields:before{content:""}.k-i-file:before{content:""}.k-i-file-vertical:before{content:""}.k-i-page-portrait:before{content:""}.k-i-file-v:before{content:""}.k-i-file-add:before{content:""}.k-i-insert-file:before{content:""}.k-i-file-txt:before{content:""}.k-i-txt:before{content:""}.k-i-file-csv:before{content:""}.k-i-csv:before{content:""}.k-i-file-excel:before{content:""}.k-i-file-xls:before{content:""}.k-i-excel:before{content:""}.k-i-xls:before{content:""}.k-i-xlsa:before{content:""}.k-i-file-word:before{content:""}.k-i-file-doc:before{content:""}.k-i-word:before{content:""}.k-i-doc:before{content:""}.k-i-file-mdb:before{content:""}.k-i-mdb:before{content:""}.k-i-file-ppt:before{content:""}.k-i-ppt:before{content:""}.k-i-file-pdf:before{content:""}.k-i-pdf:before{content:""}.k-i-pdfa:before{content:""}.k-i-file-psd:before{content:""}.k-i-psd:before{content:""}.k-i-file-flash:before{content:""}.k-i-flash:before{content:""}.k-i-file-config:before{content:""}.k-i-config:before{content:""}.k-i-file-ascx:before{content:""}.k-i-ascx:before{content:""}.k-i-file-bac:before{content:""}.k-i-bac:before{content:""}.k-i-file-zip:before{content:""}.k-i-zip:before{content:""}.k-i-film:before{content:""}.k-i-css3:before{content:""}.k-i-html5:before{content:""}.k-i-code:before{content:""}.k-i-html:before{content:""}.k-i-source-code:before{content:""}.k-i-view-source:before{content:""}.k-i-css:before{content:""}.k-i-js:before{content:""}.k-i-exe:before{content:""}.k-i-csproj:before{content:""}.k-i-vbproj:before{content:""}.k-i-cs:before{content:""}.k-i-vb:before{content:""}.k-i-sln:before{content:""}.k-i-cloud:before{content:""}.k-i-file-horizontal:before{content:""}.k-i-page-landscape:before{content:""}.k-i-file-h:before{content:""}.k-i-subreport:before{content:""}.k-i-data:before{content:""}.k-i-file-header:before{content:""}.k-i-report-header-section:before{content:""}.k-i-file-footer:before{content:""}.k-i-report-footer-section:before{content:""}.k-i-group-header-section:before{content:""}.k-i-group-footer-section:before{content:""}.k-i-page-header-section:before{content:""}.k-i-page-footer-section:before{content:""}.k-i-detail-section:before{content:""}.k-i-toc-section:before{content:""}.k-i-group-section:before{content:""}.k-i-parameters:before{content:""}.k-i-data-csv:before{content:""}.k-i-data-json:before{content:""}.k-i-data-sql:before{content:""}.k-i-data-web:before{content:""}.k-i-group-collection:before{content:""}.k-i-parameter-boolean:before{content:""}.k-i-parameter-date-time:before{content:""}.k-i-parameter-float:before{content:""}.k-i-parameter-integer:before{content:""}.k-i-parameter-string:before{content:""}.k-i-toc-section-level:before{content:""}.k-i-inherited:before{content:""}.k-i-file-video:before{content:""}.k-i-file-audio:before{content:""}.k-i-file-image:before{content:""}.k-i-file-presentation:before{content:""}.k-i-file-data:before{content:""}.k-i-file-disc-image:before{content:""}.k-i-file-programming:before{content:""}.k-i-parameters-byte-array:before{content:""}.k-i-parameters-unknown:before{content:""}.k-i-file-error:before{content:""}.k-i-file-validation:before{content:""}.k-i-files-error:before{content:""}.k-i-files-validation:before{content:""}.k-i-data-rest:before{content:""}.k-i-file-typescript:before{content:""}.k-i-table-position-start:before{content:""}.k-i-table-position-left:before{content:""}.k-i-table-position-center:before{content:""}.k-i-table-position-end:before{content:""}.k-i-table-position-right:before{content:""}.k-i-list-roman-upper:before{content:""}.k-i-list-roman-lower:before{content:""}.k-i-import:before{content:""}.k-i-export:before{content:""}.k-i-graph:before{content:""}.k-i-chart-column-clustered:before{content:""}.k-i-chart-column-stacked:before{content:""}.k-i-chart-column-stacked100:before{content:""}.k-i-chart-column-range:before{content:""}.k-i-chart-bar-clustered:before{content:""}.k-i-chart-bar-stacked:before{content:""}.k-i-chart-bar-stacked100:before{content:""}.k-i-chart-bar-range:before{content:""}.k-i-chart-area-clustered:before{content:""}.k-i-chart-area-stacked:before{content:""}.k-i-chart-area-stacked100:before{content:""}.k-i-chart-area-range:before{content:""}.k-i-chart-line:before{content:""}.k-i-chart-line-stacked:before{content:""}.k-i-chart-line-stacked100:before{content:""}.k-i-chart-line-markers:before{content:""}.k-i-chart-line-stacked-markers:before{content:""}.k-i-chart-line-stacked100-markers:before{content:""}.k-i-chart-pie:before{content:""}.k-i-chart-doughnut:before{content:""}.k-i-chart-scatter:before{content:""}.k-i-chart-scatter-smooth-lines-markers:before{content:""}.k-i-chart-scatter-smooth-lines:before{content:""}.k-i-chart-scatter-straight-lines-markers:before{content:""}.k-i-chart-scatter-straight-lines:before{content:""}.k-i-chart-bubble:before{content:""}.k-i-chart-candlestick:before{content:""}.k-i-chart-ohlc:before{content:""}.k-i-chart-radar:before{content:""}.k-i-chart-radar-markers:before{content:""}.k-i-chart-radar-filled:before{content:""}.k-i-chart-rose:before{content:""}.k-i-chart-choropleth:before{content:""}:root{--toastify-font-family: "Open Sans-regular";--toastify-color-info: #9edcf8;--toastify-text-color-info: #0d5c7e;--toastify-icon-color-info: #0d5c7e;--toastify-color-error: #f8c0c0;--toastify-icon-color-error: #db062b;--toastify-text-color-error: #db062b;--toastify-color-success: #c7ddb4;--toastify-icon-color-success: #526f05;--toastify-text-color-success: #526f05;--toastify-color-warning: #fff1a4;--toastify-text-color-warning: #b19600;--toastify-icon-color-warning: #b19600}.Toastify__toast{box-shadow:0 4px 3px #00000026}.Toastify__toast--info .Toastify__close-button{color:var(--toastify-text-color-info)}.Toastify__toast--error .Toastify__close-button{color:var(--toastify-text-color-error)}.Toastify__toast--success .Toastify__close-button{color:var(--toastify-text-color-success)}.Toastify__toast--warning .Toastify__close-button{color:var(--toastify-text-color-warning)}.grid-item{display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8e8;box-shadow:0 4px 9px #b9c5cb3d;border-radius:4px}.grid-item>.MuiCard-root{padding:0 15px;height:100%}.grid-item .MuiCardContent-root{padding:16px 0}.grid-item .MuiCardHeader-root{align-items:center}.grid-item .MuiCardHeader-root .MuiCardHeader-content{width:100%}.grid-item .MuiCardHeader-action{margin-top:0}.grid-item__title:hover{cursor:move}.grid-item__graph{width:100%}.react-grid-item>.react-resizable-handle:after{border-right-color:#ffffff80;border-bottom-color:#ffffff80}:root{--kendo-disabled-text: ;--kendo-disabled-bg: ;--kendo-disabled-border: ;--kendo-disabled-opacity: .6;--kendo-disabled-filter: grayscale(.1);--kendo-hr-border: var(--kendo-color-border, rgba(0, 0, 0, .08));--kendo-marquee-text: var(--kendo-color-on-primary, #ffffff);--kendo-marquee-bg: var(--kendo-color-primary, #ff6358);--kendo-marquee-border: var(--kendo-color-border, rgba(0, 0, 0, .08));--kendo-text-selection-bg: var(--kendo-color-primary, #ff6358)}:root{--kendo-color-app-surface: #ffffff;--kendo-color-on-app-surface: #3d3d3d;--kendo-color-subtle: #666666;--kendo-color-surface: #fafafa;--kendo-color-surface-alt: #ffffff;--kendo-color-border: rgba(0, 0, 0, .08);--kendo-color-border-alt: rgba(0, 0, 0, .16);--kendo-color-base-subtle: #ebebeb;--kendo-color-base-subtle-hover: #e0e0e0;--kendo-color-base-subtle-active: #d6d6d6;--kendo-color-base: #f5f5f5;--kendo-color-base-hover: #ebebeb;--kendo-color-base-active: #d6d6d6;--kendo-color-base-emphasis: #c2c2c2;--kendo-color-base-on-subtle: #3d3d3d;--kendo-color-on-base: #3d3d3d;--kendo-color-base-on-surface: #3d3d3d;--kendo-color-primary-subtle: #ffeceb;--kendo-color-primary-subtle-hover: #ffdedb;--kendo-color-primary-subtle-active: #ffc8c4;--kendo-color-primary: #ff6358;--kendo-color-primary-hover: #ea5a51;--kendo-color-primary-active: #d45349;--kendo-color-primary-emphasis: #ff9d97;--kendo-color-primary-on-subtle: #5c201c;--kendo-color-on-primary: #ffffff;--kendo-color-primary-on-surface: #ff6358;--kendo-color-secondary-subtle: #fafafa;--kendo-color-secondary-subtle-hover: #f5f5f5;--kendo-color-secondary-subtle-active: #ebebeb;--kendo-color-secondary: #666666;--kendo-color-secondary-hover: #525252;--kendo-color-secondary-active: #3d3d3d;--kendo-color-secondary-emphasis: #e0e0e0;--kendo-color-secondary-on-subtle: #141414;--kendo-color-on-secondary: #ffffff;--kendo-color-secondary-on-surface: #292929;--kendo-color-tertiary-subtle: #d8f1fd;--kendo-color-tertiary-subtle-hover: #c5eafc;--kendo-color-tertiary-subtle-active: #a3dffb;--kendo-color-tertiary: #03a9f4;--kendo-color-tertiary-hover: #039ae0;--kendo-color-tertiary-active: #028ccb;--kendo-color-tertiary-emphasis: #61c9f9;--kendo-color-tertiary-on-subtle: #023f5c;--kendo-color-on-tertiary: #ffffff;--kendo-color-tertiary-on-surface: #028ccb;--kendo-color-info-subtle: #d2e2fb;--kendo-color-info-subtle-hover: #bdd4f8;--kendo-color-info-subtle-active: #80acf4;--kendo-color-info: #0058e9;--kendo-color-info-hover: #0052d6;--kendo-color-info-active: #004ac2;--kendo-color-info-emphasis: #6098f2;--kendo-color-info-on-subtle: #002259;--kendo-color-on-info: #ffffff;--kendo-color-info-on-surface: #004ac2;--kendo-color-success-subtle: #dcf0d3;--kendo-color-success-subtle-hover: #cbe9bf;--kendo-color-success-subtle-active: #b7e1a5;--kendo-color-success: #37b400;--kendo-color-success-hover: #32a500;--kendo-color-success-active: #2d9600;--kendo-color-success-emphasis: #81d15f;--kendo-color-success-on-subtle: #1c5a00;--kendo-color-on-success: #ffffff;--kendo-color-success-on-surface: #2d9600;--kendo-color-warning-subtle: #fff4d3;--kendo-color-warning-subtle-hover: #ffeebd;--kendo-color-warning-subtle-active: #ffe79e;--kendo-color-warning: #ffc000;--kendo-color-warning-hover: #eaaf00;--kendo-color-warning-active: #d49f00;--kendo-color-warning-emphasis: #ffd760;--kendo-color-warning-on-subtle: #5e4700;--kendo-color-on-warning: #3d3d3d;--kendo-color-warning-on-surface: #ffc000;--kendo-color-error-subtle: #fcddda;--kendo-color-error-subtle-hover: #fbc8c3;--kendo-color-error-subtle-active: #f98b80;--kendo-color-error: #f31700;--kendo-color-error-hover: #df1600;--kendo-color-error-active: #ca1400;--kendo-color-error-emphasis: #f76f60;--kendo-color-error-on-subtle: #7a0c00;--kendo-color-on-error: #ffffff;--kendo-color-error-on-surface: #ca1400;--kendo-color-light-subtle: #fafafa;--kendo-color-light-subtle-hover: #f5f5f5;--kendo-color-light-subtle-active: #ebebeb;--kendo-color-light: #ebebeb;--kendo-color-light-hover: #e0e0e0;--kendo-color-light-active: #d6d6d6;--kendo-color-light-emphasis: #d6d6d6;--kendo-color-light-on-subtle: #141414;--kendo-color-on-light: #000000;--kendo-color-light-on-surface: #e0e0e0;--kendo-color-dark-subtle: #c2c2c2;--kendo-color-dark-subtle-hover: #adadad;--kendo-color-dark-subtle-active: #999999;--kendo-color-dark: #3d3d3d;--kendo-color-dark-hover: #292929;--kendo-color-dark-active: #1f1f1f;--kendo-color-dark-emphasis: #666666;--kendo-color-dark-on-subtle: #1f1f1f;--kendo-color-on-dark: #ffffff;--kendo-color-dark-on-surface: #141414;--kendo-color-inverse-subtle: #c2c2c2;--kendo-color-inverse-subtle-hover: #adadad;--kendo-color-inverse-subtle-active: #999999;--kendo-color-inverse: #3d3d3d;--kendo-color-inverse-hover: #292929;--kendo-color-inverse-active: #1f1f1f;--kendo-color-inverse-emphasis: #666666;--kendo-color-inverse-on-subtle: #1f1f1f;--kendo-color-on-inverse: #ffffff;--kendo-color-inverse-on-surface: #141414;--kendo-color-series-a: #ff6358;--kendo-color-series-a-bold: #bf4a42;--kendo-color-series-a-bolder: #80322c;--kendo-color-series-a-subtle: #ffb1ac;--kendo-color-series-a-subtler: #ff8a82;--kendo-color-series-b: #ffe162;--kendo-color-series-b-bold: #bfa94a;--kendo-color-series-b-bolder: #807131;--kendo-color-series-b-subtle: #fff0b1;--kendo-color-series-b-subtler: #ffe989;--kendo-color-series-c: #4cd180;--kendo-color-series-c-bold: #399d60;--kendo-color-series-c-bolder: #266940;--kendo-color-series-c-subtle: #a6e8c0;--kendo-color-series-c-subtler: #79dda0;--kendo-color-series-d: #4b5ffa;--kendo-color-series-d-bold: #3847bc;--kendo-color-series-d-bolder: #26307d;--kendo-color-series-d-subtle: #a5affd;--kendo-color-series-d-subtler: #7887fb;--kendo-color-series-e: #ac58ff;--kendo-color-series-e-bold: #8142bf;--kendo-color-series-e-bolder: #562c80;--kendo-color-series-e-subtle: #d6acff;--kendo-color-series-e-subtler: #c182ff;--kendo-color-series-f: #ff5892;--kendo-color-series-f-bold: #bf426e;--kendo-color-series-f-bolder: #802c49;--kendo-color-series-f-subtle: #ffacc9;--kendo-color-series-f-subtler: #ff82ae}.k-sr-only{position:absolute;left:-1px;width:1px;height:1px;overflow:hidden}.k-push-right-enter,.k-push-right-appear{transform:translate(-100%)}.k-push-right-enter-active,.k-push-right-appear-active{transform:translate(0);transition:transform .3s ease-in-out}.k-push-right-exit{transform:translate(0)}.k-push-right-exit-active{transform:translate(100%);transition:transform .3s ease-in-out}.k-push-left-enter,.k-push-left-appear{transform:translate(100%)}.k-push-left-enter-active,.k-push-left-appear-active{transform:translate(0);transition:transform .3s ease-in-out}.k-push-left-exit{transform:translate(0)}.k-push-left-exit-active{transform:translate(-100%);transition:transform .3s ease-in-out}.k-push-down-enter,.k-push-down-appear{transform:translateY(-100%)}.k-push-down-enter-active,.k-push-down-appear-active{transform:translate(0);transition:transform .3s ease-in-out}.k-push-down-exit{transform:translate(0)}.k-push-down-exit-active{transform:translateY(100%);transition:transform .3s ease-in-out}.k-push-up-enter,.k-push-up-appear{transform:translateY(100%)}.k-push-up-enter-active,.k-push-up-appear-active{transform:translate(0);transition:transform .3s ease-in-out}.k-push-up-exit{transform:translate(0)}.k-push-up-exit-active{transform:translateY(-100%);transition:transform .3s ease-in-out}.k-expand-vertical-enter,.k-expand-vertical-appear{transform:scaleY(0)}.k-expand-vertical-enter-active,.k-expand-vertical-appear-active{transform:scaleY(1);transition:transform .3s ease-in-out}.k-expand-vertical-exit{transform:scaleY(1)}.k-expand-vertical-exit-active{transform:scaleY(0);transition:transform .3s ease-in-out}.k-expand-horizontal-enter,.k-expand-horizontal-appear{transform:scaleX(0)}.k-expand-horizontal-enter-active,.k-expand-horizontal-appear-active{transform:scaleX(1);transition:transform .3s ease-in-out}.k-expand-horizontal-exit{transform:scaleX(1)}.k-expand-horizontal-exit-active{transform:scaleX(0);transition:transform .3s ease-in-out}.k-fade-enter,.k-fade-appear{opacity:0}.k-fade-enter-active,.k-fade-appear-active{opacity:1;transition:opacity .5s ease-in-out}.k-fade-exit{opacity:1}.k-fade-exit-active{opacity:0;transition:opacity .5s ease-in-out}.k-fade-exit-active+.k-fade-exit-active,.k-fade-enter-active+.k-fade-enter-active{display:none}.k-zoom-in-enter,.k-zoom-in-appear{opacity:0;transform:scale(0)}.k-zoom-in-enter-active,.k-zoom-in-appear-active{opacity:1;transform:scale(1);transition:transform,opacity .3s ease-in-out}.k-zoom-in-exit{opacity:1;transform:scale(1)}.k-zoom-in-exit-active{opacity:0;transform:scale(2);transition:transform,opacity .3s ease-in-out}.k-zoom-out-enter,.k-zoom-out-appear{opacity:0;transform:scale(2)}.k-zoom-out-enter-active,.k-zoom-out-appear-active{opacity:1;transform:scale(1);transition:transform,opacity .3s ease-in-out}.k-zoom-out-exit{opacity:1;transform:scale(1)}.k-zoom-out-exit-active{opacity:0;transform:scale(0);transition:transform,opacity .3s ease-in-out}.k-slide-in-appear{opacity:.1;transform:translateY(-3em)}.k-slide-in-appear .k-centered{transform:translate(-50%,-60%)}.k-slide-in-appear-active{opacity:1;transform:translate(0);transition:transform .3s cubic-bezier(.2,.6,.4,1),opacity .3s cubic-bezier(.2,1,.2,1)}.k-slide-in-appear-active .k-centered{transform:translate(-50%,-50%)}.k-slide-down-enter,.k-slide-down-appear{transform:translateY(-100%)}.k-slide-down-enter-active,.k-slide-down-appear-active{transform:translateY(0);transition:transform .3s ease-in-out}.k-slide-down-exit{transform:translateY(0)}.k-slide-down-exit-active{transform:translateY(-100%);transition:transform .3s ease-in-out}.k-slide-up-enter,.k-slide-up-appear{transform:translateY(100%)}.k-slide-up-enter-active,.k-slide-up-appear-active{transform:translateY(0);transition:transform .3s ease-in-out}.k-slide-up-exit{transform:translateY(0)}.k-slide-up-exit-active{transform:translateY(100%);transition:transform .3s ease-in-out}.k-slide-right-enter,.k-slide-right-appear{transform:translate(-100%)}.k-slide-right-enter-active,.k-slide-right-appear-active{transform:translate(0);transition:transform .3s ease-in-out}.k-slide-right-exit{transform:translate(0)}.k-slide-right-exit-active{transform:translate(-100%);transition:transform .3s ease-in-out}.k-slide-left-enter,.k-slide-left-appear{transform:translate(100%)}.k-slide-left-enter-active,.k-slide-left-appear-active{transform:translate(0);transition:transform .3s ease-in-out}.k-slide-left-exit{transform:translate(0)}.k-slide-left-exit-active{transform:translate(100%);transition:transform .3s ease-in-out}.k-reveal-vertical-enter,.k-reveal-vertical-appear{max-height:0}.k-reveal-vertical-enter-active,.k-reveal-vertical-appear-active{transition:max-height .3s ease-in-out}.k-reveal-vertical-exit-active{max-height:0!important;transition:max-height .3s ease-in-out}.k-reveal-horizontal-enter,.k-reveal-horizontal-appear{max-width:0}.k-reveal-horizontal-enter-active,.k-reveal-horizontal-appear-active{transition:max-width .3s ease-in-out}.k-reveal-horizontal-exit-active{max-width:0!important;transition:max-width .3s ease-in-out}.k-fx-end .k-fx-next,.k-fx-end .k-fx-current{transition:all .35s ease-out}.k-fx{position:relative}.k-fx .k-fx-current{z-index:0}.k-fx .k-fx-next{z-index:1}.k-fx-hidden,.k-fx-hidden *{visibility:hidden!important}.k-fx-reverse .k-fx-current{z-index:1}.k-fx-reverse .k-fx-next{z-index:0}.k-fx-zoom.k-fx-start .k-fx-next{transform:scale(0)!important}.k-fx-zoom.k-fx-end .k-fx-next,.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next,.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current{transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current{transform:scale(0)!important}.k-fx-fade.k-fx-start .k-fx-next{will-change:opacity;opacity:0}.k-fx-fade.k-fx-end .k-fx-next{opacity:1}.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current{will-change:opacity;opacity:1}.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current{opacity:0}.k-fx-slide.k-fx-end .k-fx-next .k-content,.k-fx-slide.k-fx-end .k-fx-next .k-header,.k-fx-slide.k-fx-end .k-fx-next .k-footer,.k-fx-slide.k-fx-end .k-fx-current .k-content,.k-fx-slide.k-fx-end .k-fx-current .k-header,.k-fx-slide.k-fx-end .k-fx-current .k-footer,.k-fx-slide.k-fx-end .k-fx-next .km-content,.k-fx-slide.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-end .k-fx-current .km-content,.k-fx-slide.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-end .k-fx-current .km-footer{transition:all .35s ease-out}.k-fx-slide.k-fx-start .k-fx-next .k-content,.k-fx-slide.k-fx-start .k-fx-next .km-content{will-change:transform;transform:translate(100%)}.k-fx-slide.k-fx-start .k-fx-next .k-header,.k-fx-slide.k-fx-start .k-fx-next .k-footer,.k-fx-slide.k-fx-start .k-fx-next .km-header,.k-fx-slide.k-fx-start .k-fx-next .km-footer{will-change:opacity;opacity:0}.k-fx-slide.k-fx-end .k-fx-current .k-content,.k-fx-slide.k-fx-end .k-fx-current .km-content{transform:translate(-100%)}.k-fx-slide.k-fx-end .k-fx-next .k-header,.k-fx-slide.k-fx-end .k-fx-next .k-footer,.k-fx-slide.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content{will-change:transform;transform:translate(0)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content{transform:translate(100%)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content{transform:translate(-100%)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content{transform:translate(0)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer{will-change:opacity;opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer{opacity:0}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content,.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content{transform:translate(-100%)}.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content,.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content{transform:translate(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content,.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content{transform:translate(0)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content,.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content{transform:translate(-100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content,.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content{transform:translate(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content,.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content{transform:translate(0)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;transform:translate(100%)}.k-fx-tile.k-fx-end .k-fx-current{transform:translate(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;transform:translate(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{transform:translate(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{transform:translate(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{transform:translate(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{transform:translate(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{transform:translate(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{transform:translate(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{transform:translate(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{transform:translate(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{transform:translate(0)}.k-fx.k-fx-overlay.k-fx-start .k-fx-next,.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next{will-change:transform;transform:translate(100%)}.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next{transform:translate(-100%)}.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next{transform:translateY(100%)}.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next{transform:translateY(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next{transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current{transform:translate(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current{transform:translate(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current{transform:translateY(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current{transform:translateY(-100%)}.k-theme-test-class,.k-common-test-class{opacity:0}.k-hstack,.k-hbox{display:flex;flex-flow:row nowrap}.k-vstack,.k-vbox{display:flex;flex-flow:column nowrap}.k-spacer,.k-flex{flex:1 1 auto}.k-spacer-sized{flex:none}.k-float-wrap:after,.k-floatwrap:after{content:"";display:block;clear:both}.k-flex-layout{display:flex}.k-grid-layout{display:grid}.k-separator{width:auto;height:0;border-width:1px 0 0;border-style:solid;border-color:inherit;display:block;flex-grow:0!important;flex-shrink:0!important;align-self:stretch}.k-separator-horizontal,.k-vstack>.k-separator,.k-vbox>.k-separator{width:auto;height:0;border-width:1px 0 0}.k-separator-vertical,.k-hstack>.k-separator,.k-hbox>.k-separator{width:0;height:auto;border-width:0 0 0 1px}hr.k-separator{margin:0;padding:0}.k-hidden{display:none!important}.k-rtl{direction:rtl}[hidden],script{display:none!important}.k-disabled,.k-widget[disabled]{outline:none;cursor:default;color:var(--kendo-disabled-text, unset);background-color:var(--kendo-disabled-bg, unset);border-color:var(--kendo-disabled-border, unset);opacity:var(--kendo-disabled-opacity, unset);filter:var(--kendo-disabled-filter, unset);pointer-events:none;box-shadow:none}.k-disabled .k-link,.k-widget[disabled] .k-link{cursor:default;outline:0}.k-disabled [disabled],.k-disabled .k-disabled,.k-widget[disabled] [disabled],.k-widget[disabled] .k-disabled{--kendo-disabled-opacity: 1;--kendo-disabled-filter: grayscale(0)}.k-hr{margin-block:var(--kendo-spacing-4, 1rem);padding:0;height:0;border-width:1px 0 0;border-style:solid;border-color:var(--kendo-hr-border, unset);display:block;float:none;clear:both}.k-d-flex-row>.k-hr{margin:0;width:0;height:auto;border-width:0 0 0 1px;flex:0 0 auto}.k-d-flex-col>.k-hr{margin:0;flex:0 0 auto}.k-sprite{display:inline-block;width:1rem;height:1rem;overflow:hidden;background-repeat:no-repeat;font-size:0;line-height:0;text-align:center}.k-reset{margin:0;padding:0;border-width:0;outline:0;text-decoration:none;font:inherit;list-style:none}kendo-sortable{display:block}.k-link,.k-link:hover{color:inherit;text-decoration:none;outline:0;cursor:pointer}.k-content{outline:0}.k-centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.k-no-click{pointer-events:none}.k-pdf-export-shadow{position:absolute;overflow:hidden;left:-15000px;width:14400px}.kendo-pdf-hide-pseudo-elements:before,.kendo-pdf-hide-pseudo-elements:after{display:none!important}.k-dirty{margin:0;padding:0;width:0;height:0;border-width:3px;border-style:solid;border-block-start-color:currentColor;border-block-end-color:transparent;border-inline-start-color:transparent;border-inline-end-color:currentColor;position:absolute;inset-block-start:0;inset-inline-end:0}.k-marquee{position:absolute;z-index:100000}.k-marquee-color,.k-marquee-text{position:absolute;top:0;left:0;width:100%;height:100%}.k-marquee-color{color:var(--kendo-marquee-text, unset);background-color:var(--kendo-marquee-bg, unset);border-color:var(--kendo-marquee-border, unset);opacity:.6}.k-marquee-text{color:var(--kendo-marquee-text, unset)}.k-text-selection ::selection{background-color:var(--kendo-text-selection-bg, unset);color:var(--kendo-marquee-text, unset)}.k-scrollbar{position:absolute;overflow:scroll}.k-scrollbar-vertical{top:0;right:0;width:17px;height:100%;overflow-x:hidden}.k-touch-scrollbar{display:none;position:absolute;z-index:200000;height:8px;width:8px;border:1px solid #8a8a8a;background-color:#858585}.k-resize-handle,.k-resize-hint{position:absolute;border-color:inherit;z-index:200}.k-resize-handle{display:flex;align-items:center;justify-content:center}.k-resize-handle:before{content:"";border:0 solid;border-color:inherit}.k-resize-n{width:100%;height:6px;flex-direction:row;left:0;top:-3px;cursor:n-resize}.k-resize-s{width:100%;height:6px;flex-direction:row;left:0;bottom:-3px;cursor:s-resize}.k-resize-w{width:6px;height:100%;flex-direction:column;top:0;left:-3px;cursor:w-resize}.k-resize-e{width:6px;height:100%;flex-direction:column;top:0;right:-3px;cursor:e-resize}.k-resize-sw,.k-resize-se,.k-resize-nw,.k-resize-ne{width:5px;height:5px}.k-resize-sw{cursor:sw-resize;bottom:0;left:0}.k-resize-se{cursor:se-resize;bottom:0;right:0}.k-resize-nw{cursor:nw-resize;top:0;left:0}.k-resize-ne{cursor:ne-resize;top:0;right:0}.k-vertical-resize{cursor:row-resize}.k-horizontal-resize{cursor:col-resize}.k-resize-hint{display:flex;flex-direction:column;align-items:center}.k-resize-hint .k-resize-hint-handle{width:auto;height:20px;align-self:stretch}.k-resize-hint .k-resize-hint-marker{width:2px;height:auto;flex:1 1 auto}.k-resize-hint-vertical{display:flex;flex-direction:row;align-items:center}.k-resize-hint-vertical .k-resize-hint-handle{width:20px;height:auto;align-self:stretch}.k-resize-hint-vertical .k-resize-hint-marker{width:auto;height:2px;flex:1 1 auto}.k-top-start,.k-pos-top-start{top:0;inset-inline-start:0}.k-top-end,.k-pos-top-end{top:0;inset-inline-end:0}.k-bottom-start,.k-pos-bottom-start{bottom:0;inset-inline-start:0}.k-bottom-end,.k-pos-bottom-end{bottom:0;inset-inline-end:0}.k-top-center,.k-pos-top-center{top:0;left:50%;transform:translate(-50%)}.k-middle-left,.k-middle-start,.k-pos-middle-start{top:50%;left:0;transform:translateY(-50%)}.k-middle-center{top:50%;left:50%;transform:translateY(-50%)}.k-middle-right,.k-middle-end,.k-pos-middle-end{top:50%;right:0;transform:translateY(-50%)}.k-bottom-center,.k-pos-bottom-center{bottom:0;left:50%;transform:translate(-50%)}:root{--kendo-spacing-0: 0px;--kendo-spacing-1px: 1px;--kendo-spacing-0\.5: .125rem;--kendo-spacing-1: .25rem;--kendo-spacing-1\.5: .375rem;--kendo-spacing-2: .5rem;--kendo-spacing-2\.5: .625rem;--kendo-spacing-3: .75rem;--kendo-spacing-3\.5: .875rem;--kendo-spacing-4: 1rem;--kendo-spacing-4\.5: 1.125rem;--kendo-spacing-5: 1.25rem;--kendo-spacing-5\.5: 1.375rem;--kendo-spacing-6: 1.5rem;--kendo-spacing-6\.5: 1.625rem;--kendo-spacing-7: 1.75rem;--kendo-spacing-7\.5: 1.875rem;--kendo-spacing-8: 2rem;--kendo-spacing-9: 2.25rem;--kendo-spacing-10: 2.5rem;--kendo-spacing-11: 2.75rem;--kendo-spacing-12: 3rem;--kendo-spacing-13: 3.25rem;--kendo-spacing-14: 3.5rem;--kendo-spacing-15: 3.75rem;--kendo-spacing-16: 4rem;--kendo-spacing-17: 4.25rem;--kendo-spacing-18: 4.5rem;--kendo-spacing-19: 4.75rem;--kendo-spacing-20: 5rem;--kendo-spacing-21: 5.25rem;--kendo-spacing-22: 5.5rem;--kendo-spacing-23: 5.75rem;--kendo-spacing-24: 6rem;--kendo-spacing-25: 7rem;--kendo-spacing-26: 8rem;--kendo-spacing-27: 9rem;--kendo-spacing-28: 10rem;--kendo-spacing-29: 11rem;--kendo-spacing-30: 12rem}:root{--kendo-elevation-1: 0 2px 3px rgba(0, 0, 0, .04), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-2: 0 4px 6px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-3: 0 6px 8px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-4: 0 8px 10px rgba(0, 0, 0, .12), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-5: 0 10px 12px rgba(0, 0, 0, .16), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-6: 0 12px 14px rgba(0, 0, 0, .2), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-7: 0 14px 16px rgba(0, 0, 0, .24), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-8: 0 16px 18px rgba(0, 0, 0, .28), 0 4px 16px rgba(0, 0, 0, .12);--kendo-elevation-9: 0 32px 34px rgba(0, 0, 0, .32), 0 4px 16px rgba(0, 0, 0, .12)}:root{--kendo-font-family: "Open Sans-regular";--kendo-font-size: .875rem;--kendo-line-height: 1.4285714286;--kendo-font-weight: 400;--kendo-letter-spacing: ;--kendo-font-size-xxs: .5rem;--kendo-font-size-xs: .625rem;--kendo-font-size-sm: .75rem;--kendo-font-size-md: .875rem;--kendo-font-size-lg: 1rem;--kendo-font-size-xl: 1.25rem;--kendo-line-height-xs: 1;--kendo-line-height-sm: 1.25;--kendo-line-height-md: 1.4285714286;--kendo-line-height-lg: 1.5;--kendo-font-weight-thin: 100;--kendo-font-weight-extra-light: 200;--kendo-font-weight-light: 300;--kendo-font-weight-normal: 400;--kendo-font-weight-medium: 500;--kendo-font-weight-semibold: 600;--kendo-font-weight-bold: 700;--kendo-letter-spacing-tightest: -.15px;--kendo-letter-spacing-tighter: -.1px;--kendo-letter-spacing-tight: -.5px;--kendo-letter-spacing-normal: 0px;--kendo-letter-spacing-wide: .5px;--kendo-letter-spacing-wider: .1px;--kendo-letter-spacing-widest: .15px;--kendo-font-family-sans: Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, Impact, Gill Sans;--kendo-font-family-serif: Times New Roman, Georgia, Garamond, Palatino, Baskerville;--kendo-font-family-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;--kendo-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Roboto Mono, Ubuntu Mono, Lucida Console, Courier New, monospace}:root{--kendo-border-radius-none: 0px;--kendo-border-radius-xs: 1px;--kendo-border-radius-sm: .125rem;--kendo-border-radius-md: .25rem;--kendo-border-radius-lg: .375rem;--kendo-border-radius-xl: .5rem;--kendo-border-radius-xxl: .75rem;--kendo-border-radius-xxxl: 1rem;--kendo-border-radius-full: 9999px}.k-rounded-none{border-radius:var(--kendo-border-radius-none, 0px)}.k-rounded-xs{border-radius:var(--kendo-border-radius-xs, 1px)}.k-rounded-sm{border-radius:var(--kendo-border-radius-sm, .125rem)}.k-rounded-md{border-radius:var(--kendo-border-radius-md, .25rem)}.k-rounded-lg{border-radius:var(--kendo-border-radius-lg, .375rem)}.k-rounded-xl{border-radius:var(--kendo-border-radius-xl, .5rem)}.k-rounded-xxl{border-radius:var(--kendo-border-radius-xxl, .75rem)}.k-rounded-xxxl{border-radius:var(--kendo-border-radius-xxxl, 1rem)}.k-rounded-full{border-radius:var(--kendo-border-radius-full, 9999px)}.k-checkbox{margin:0;padding:0;line-height:initial;border-width:1px;border-style:solid;outline:0;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;flex:none;vertical-align:middle;position:relative;cursor:pointer;-webkit-appearance:none}.k-checkbox:before{content:"";display:block;width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.k-checkbox:checked:before,.k-checkbox.k-checked:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e")}.k-checkbox:indeterminate:before,.k-checkbox.k-indeterminate:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e")}.k-checkbox:disabled,.k-checkbox.k-disabled{outline:none;cursor:default;opacity:.6;filter:grayscale(.1);pointer-events:none;box-shadow:none}.k-checkbox-wrap{flex:none;display:inline-flex;flex-flow:row nowrap;gap:0;align-items:center;align-self:flex-start;vertical-align:middle;position:relative}.k-checkbox-wrap:before{content:"​";width:0px;overflow:hidden;flex:none;display:inline-block;vertical-align:top}.k-checkbox-label{margin:0;padding:0;display:inline-flex;align-items:flex-start;gap:var(--kendo-spacing-1, .25rem);vertical-align:middle;position:relative;cursor:pointer}.k-checkbox-label .k-ripple{visibility:hidden!important}.k-checkbox+.k-label,.k-checkbox-wrap+.k-label,.k-checkbox+.k-checkbox-label,.k-checkbox-wrap+.k-checkbox-label{display:inline;margin-inline-start:var(--kendo-spacing-1, .25rem)}.k-checkbox-label:empty{display:none!important}.k-checkbox-label.k-no-text{min-width:1px}.k-checkbox-list{margin:0;padding:0;display:flex;flex-flow:column nowrap;gap:0;list-style:none}.k-checkbox-item,.k-checkbox-list-item{padding-block:7px;padding-inline:var(--kendo-spacing-0, 0px);display:flex;flex-flow:row nowrap;align-items:center;align-content:center;gap:var(--kendo-spacing-1, .25rem)}.k-checkbox-item .k-checkbox-label,.k-checkbox-list-item .k-checkbox-label{margin:0}.k-checkbox-list-horizontal,.k-checkbox-list.k-list-horizontal{display:flex;flex-flow:row wrap;gap:var(--kendo-spacing-4, 1rem)}.k-ripple-container .k-checkbox:after{content:"";display:block;position:absolute;left:50%;top:50%;border-radius:100%;z-index:-1;transition:opacity .1s linear,transform .15s cubic-bezier(.4,0,.2,1);transform:translate(-50%,-50%) scale(0);transform-origin:center center}.k-ripple-container .k-checkbox:focus,.k-ripple-container .k-checkbox.k-focus{box-shadow:none!important}.k-ripple-container .k-checkbox:disabled:after,.k-ripple-container .k-checkbox.k-disabled:after{display:none}.k-checkbox-sm{width:var(--kendo-spacing-3, .75rem);height:var(--kendo-spacing-3, .75rem)}.k-checkbox-sm:before{font-size:var(--kendo-spacing-2\.5, .625rem)}.k-ripple-container .k-checkbox-sm:after{width:300%;height:300%}.k-checkbox-md{width:var(--kendo-spacing-4, 1rem);height:var(--kendo-spacing-4, 1rem)}.k-checkbox-md:before{font-size:var(--kendo-spacing-3\.5, .875rem)}.k-ripple-container .k-checkbox-md:after{width:300%;height:300%}.k-checkbox-lg{width:var(--kendo-spacing-5, 1.25rem);height:var(--kendo-spacing-5, 1.25rem)}.k-checkbox-lg:before{font-size:var(--kendo-spacing-4\.5, 1.125rem)}.k-ripple-container .k-checkbox-lg:after{width:300%;height:300%}.k-checkbox{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));background-color:var(--kendo-color-surface-alt, #ffffff)}.k-checkbox:focus,.k-checkbox.k-focus{box-shadow:none}.k-checkbox:indeterminate,.k-checkbox.k-indeterminate{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:#343a40;background-color:var(--kendo-color-surface-alt, #ffffff)}.k-checkbox:checked,.k-checkbox.k-checked{border-color:#343a40;color:var(--kendo-color-on-primary, #ffffff);background-color:#343a40}.k-checkbox:checked:focus,.k-checkbox.k-checked.k-focus{box-shadow:none}.k-checkbox.k-invalid{border-color:var(--kendo-color-error, #f31700)}.k-checkbox.k-invalid+.k-checkbox-label{color:var(--kendo-color-error, #f31700)}.k-checkbox-wrap .k-ripple-blob{color:#343a40;opacity:.25}.k-ripple-container .k-checkbox:after{background:#343a40;opacity:.25}.k-svg-icon{width:16px;height:16px;outline:0;line-height:1;display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:center;vertical-align:middle;position:relative}.k-svg-icon>svg{fill:currentColor;flex:1 1 auto}.k-svg-icon.k-icon-xs{width:12px;height:12px}.k-svg-icon.k-icon-sm{width:14px;height:14px}.k-svg-icon.k-icon-md{width:16px;height:16px}.k-svg-icon.k-icon-lg{width:20px;height:20px}.k-svg-icon.k-icon-xl{width:24px;height:24px}.k-svg-icon.k-icon-xxl{width:32px;height:32px}.k-svg-icon.k-icon-xxxl{width:48px;height:48px}.k-flip-h.k-svg-icon,.k-svg-icon.k-flip-x,.k-flip-v.k-svg-icon,.k-svg-icon.k-flip-y,.k-flip-h.k-flip-v.k-svg-icon{transform:none}.k-flip-h>svg,.k-flip-x>svg{transform:scaleX(-1)}.k-flip-v>svg,.k-flip-y>svg{transform:scaleY(-1)}.k-flip-h.k-flip-v>svg,.k-flip-h.k-flip-y>svg,.k-flip-v.k-flip-x>svg,.k-flip-x.k-flip-y>svg,.k-flip-both>svg{transform:scale(-1)}.k-rotate-0.k-svg-icon{transform:none}.k-rotate-0>svg{transform:rotate(0)}.k-rotate-45.k-svg-icon{transform:none}.k-rotate-45>svg{transform:rotate(45deg)}.k-rotate-90.k-svg-icon{transform:none}.k-rotate-90>svg{transform:rotate(90deg)}.k-rotate-135.k-svg-icon{transform:none}.k-rotate-135>svg{transform:rotate(135deg)}.k-rotate-180.k-svg-icon{transform:none}.k-rotate-180>svg{transform:rotate(180deg)}.k-rotate-225.k-svg-icon{transform:none}.k-rotate-225>svg{transform:rotate(225deg)}.k-rotate-270.k-svg-icon{transform:none}.k-rotate-270>svg{transform:rotate(270deg)}.k-rotate-315.k-svg-icon{transform:none}.k-rotate-315>svg{transform:rotate(315deg)}.k-icon-wrap{flex:none;display:inline-flex;flex-flow:row nowrap;gap:0;align-items:center;align-self:flex-start;vertical-align:middle;position:relative}.k-icon-wrap:before{content:"​";width:0;overflow:hidden;flex:none;display:inline-block;vertical-align:top}.k-icon-wrapper-host{display:contents}.k-icon-with-modifier{position:relative;margin:.25em}.k-icon.k-icon-modifier{width:1em;height:1em;position:absolute;font-size:.5em;bottom:0;right:0;margin:0 -.5em -.5em 0}.k-i-none:before{content:"";display:none}.k-icon-action{display:inline-flex;padding:var(--kendo-spacing-1, .25rem);line-height:1;align-items:center;vertical-align:middle;cursor:pointer}.k-sprite{display:inline-block;width:16px;height:16px;overflow:hidden;background-repeat:no-repeat;font-size:0;line-height:0;text-align:center}.k-image{display:inline-block}.k-rotate-0{transform:rotate(0)}.\!k-rotate-0{transform:rotate(0)!important}.k-rotate-45{transform:rotate(45deg)}.\!k-rotate-45{transform:rotate(45deg)!important}.k-rotate-90{transform:rotate(90deg)}.\!k-rotate-90{transform:rotate(90deg)!important}.k-rotate-135{transform:rotate(135deg)}.\!k-rotate-135{transform:rotate(135deg)!important}.k-rotate-180{transform:rotate(180deg)}.\!k-rotate-180{transform:rotate(180deg)!important}.k-rotate-225{transform:rotate(225deg)}.\!k-rotate-225{transform:rotate(225deg)!important}.k-rotate-270{transform:rotate(270deg)}.\!k-rotate-270{transform:rotate(270deg)!important}.k-rotate-315{transform:rotate(315deg)}.\!k-rotate-315{transform:rotate(315deg)!important}.k-flip-h,.k-flip-x{transform:scaleX(-1)}.\!k-flip-h,.\!k-flip-x{transform:scaleX(-1)!important}.k-flip-v,.k-flip-y{transform:scaleY(-1)}.\!k-flip-v,.\!k-flip-y{transform:scaleY(-1)!important}.k-flip-h.k-flip-v,.k-flip-h.k-flip-y,.k-flip-v.k-flip-x,.k-flip-x.k-flip-y{transform:scale(-1)}.\!k-flip-h.\!k-flip-v,.\!k-flip-h.\!k-flip-y,.\!k-flip-v.\!k-flip-x,.\!k-flip-x.\!k-flip-y{transform:scale(-1)!important}.k-text-app-surface{color:var(--kendo-color-app-surface, #ffffff)}.\!k-text-app-surface{color:var(--kendo-color-app-surface, #ffffff)!important}.k-text-on-app-surface{color:var(--kendo-color-on-app-surface, #3d3d3d)}.\!k-text-on-app-surface{color:var(--kendo-color-on-app-surface, #3d3d3d)!important}.k-text-subtle{color:var(--kendo-color-subtle, #666666)}.\!k-text-subtle{color:var(--kendo-color-subtle, #666666)!important}.k-text-surface{color:var(--kendo-color-surface, #fafafa)}.\!k-text-surface{color:var(--kendo-color-surface, #fafafa)!important}.k-text-surface-alt{color:var(--kendo-color-surface-alt, #ffffff)}.\!k-text-surface-alt{color:var(--kendo-color-surface-alt, #ffffff)!important}.k-text-border{color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.\!k-text-border{color:var(--kendo-color-border, rgba(0, 0, 0, .08))!important}.k-text-border-alt{color:var(--kendo-color-border-alt, rgba(0, 0, 0, .16))}.\!k-text-border-alt{color:var(--kendo-color-border-alt, rgba(0, 0, 0, .16))!important}.k-text-base-subtle{color:var(--kendo-color-base-subtle, #ebebeb)}.\!k-text-base-subtle{color:var(--kendo-color-base-subtle, #ebebeb)!important}.k-text-base-emphasis{color:var(--kendo-color-base-emphasis, #c2c2c2)}.\!k-text-base-emphasis{color:var(--kendo-color-base-emphasis, #c2c2c2)!important}.k-text-primary-subtle{color:var(--kendo-color-primary-subtle, #ffeceb)}.\!k-text-primary-subtle{color:var(--kendo-color-primary-subtle, #ffeceb)!important}.k-text-primary{color:var(--kendo-color-primary, #ff6358)}.\!k-text-primary{color:var(--kendo-color-primary, #ff6358)!important}.k-text-primary-emphasis{color:var(--kendo-color-primary-emphasis, #ff9d97)}.\!k-text-primary-emphasis{color:var(--kendo-color-primary-emphasis, #ff9d97)!important}.k-text-secondary-subtle{color:var(--kendo-color-secondary-subtle, #fafafa)}.\!k-text-secondary-subtle{color:var(--kendo-color-secondary-subtle, #fafafa)!important}.k-text-secondary{color:var(--kendo-color-secondary, #666666)}.\!k-text-secondary{color:var(--kendo-color-secondary, #666666)!important}.k-text-secondary-emphasis{color:var(--kendo-color-secondary-emphasis, #e0e0e0)}.\!k-text-secondary-emphasis{color:var(--kendo-color-secondary-emphasis, #e0e0e0)!important}.k-text-tertiary-subtle{color:var(--kendo-color-tertiary-subtle, #d8f1fd)}.\!k-text-tertiary-subtle{color:var(--kendo-color-tertiary-subtle, #d8f1fd)!important}.k-text-tertiary{color:var(--kendo-color-tertiary, #03a9f4)}.\!k-text-tertiary{color:var(--kendo-color-tertiary, #03a9f4)!important}.k-text-tertiary-emphasis{color:var(--kendo-color-tertiary-emphasis, #61c9f9)}.\!k-text-tertiary-emphasis{color:var(--kendo-color-tertiary-emphasis, #61c9f9)!important}.k-text-info-subtle{color:var(--kendo-color-info-subtle, #d2e2fb)}.\!k-text-info-subtle{color:var(--kendo-color-info-subtle, #d2e2fb)!important}.k-text-info{color:var(--kendo-color-info, #0058e9)}.\!k-text-info{color:var(--kendo-color-info, #0058e9)!important}.k-text-info-emphasis{color:var(--kendo-color-info-emphasis, #6098f2)}.\!k-text-info-emphasis{color:var(--kendo-color-info-emphasis, #6098f2)!important}.k-text-success-subtle{color:var(--kendo-color-success-subtle, #dcf0d3)}.\!k-text-success-subtle{color:var(--kendo-color-success-subtle, #dcf0d3)!important}.k-text-success{color:var(--kendo-color-success, #37b400)}.\!k-text-success{color:var(--kendo-color-success, #37b400)!important}.k-text-success-emphasis{color:var(--kendo-color-success-emphasis, #81d15f)}.\!k-text-success-emphasis{color:var(--kendo-color-success-emphasis, #81d15f)!important}.k-text-warning-subtle{color:var(--kendo-color-warning-subtle, #fff4d3)}.\!k-text-warning-subtle{color:var(--kendo-color-warning-subtle, #fff4d3)!important}.k-text-warning{color:var(--kendo-color-warning, #ffc000)}.\!k-text-warning{color:var(--kendo-color-warning, #ffc000)!important}.k-text-warning-emphasis{color:var(--kendo-color-warning-emphasis, #ffd760)}.\!k-text-warning-emphasis{color:var(--kendo-color-warning-emphasis, #ffd760)!important}.k-text-error-subtle{color:var(--kendo-color-error-subtle, #fcddda)}.\!k-text-error-subtle{color:var(--kendo-color-error-subtle, #fcddda)!important}.k-text-error{color:var(--kendo-color-error, #f31700)}.\!k-text-error{color:var(--kendo-color-error, #f31700)!important}.k-text-error-emphasis{color:var(--kendo-color-error-emphasis, #f76f60)}.\!k-text-error-emphasis{color:var(--kendo-color-error-emphasis, #f76f60)!important}.k-text-light-subtle{color:var(--kendo-color-light-subtle, #fafafa)}.\!k-text-light-subtle{color:var(--kendo-color-light-subtle, #fafafa)!important}.k-text-light{color:var(--kendo-color-light, #ebebeb)}.\!k-text-light{color:var(--kendo-color-light, #ebebeb)!important}.k-text-light-emphasis{color:var(--kendo-color-light-emphasis, #d6d6d6)}.\!k-text-light-emphasis{color:var(--kendo-color-light-emphasis, #d6d6d6)!important}.k-text-dark-subtle{color:var(--kendo-color-dark-subtle, #c2c2c2)}.\!k-text-dark-subtle{color:var(--kendo-color-dark-subtle, #c2c2c2)!important}.k-text-dark{color:var(--kendo-color-dark, #3d3d3d)}.\!k-text-dark{color:var(--kendo-color-dark, #3d3d3d)!important}.k-text-dark-emphasis{color:var(--kendo-color-dark-emphasis, #666666)}.\!k-text-dark-emphasis{color:var(--kendo-color-dark-emphasis, #666666)!important}.k-text-inherit{color:var(--kendo-color-inherit, inherit)}.\!k-text-inherit{color:var(--kendo-color-inherit, inherit)!important}.k-text-current{color:var(--kendo-color-current, currentColor)}.\!k-text-current{color:var(--kendo-color-current, currentColor)!important}.k-text-transparent{color:var(--kendo-color-transparent, transparent)}.\!k-text-transparent{color:var(--kendo-color-transparent, transparent)!important}.k-text-black{color:var(--kendo-color-black, black)}.\!k-text-black{color:var(--kendo-color-black, black)!important}.k-text-white{color:var(--kendo-color-white, white)}.\!k-text-white{color:var(--kendo-color-white, white)!important}.k-color-app-surface{color:var(--kendo-color-app-surface, #ffffff)}.\!k-color-app-surface{color:var(--kendo-color-app-surface, #ffffff)!important}.k-color-on-app-surface{color:var(--kendo-color-on-app-surface, #3d3d3d)}.\!k-color-on-app-surface{color:var(--kendo-color-on-app-surface, #3d3d3d)!important}.k-color-subtle{color:var(--kendo-color-subtle, #666666)}.\!k-color-subtle{color:var(--kendo-color-subtle, #666666)!important}.k-color-surface{color:var(--kendo-color-surface, #fafafa)}.\!k-color-surface{color:var(--kendo-color-surface, #fafafa)!important}.k-color-surface-alt{color:var(--kendo-color-surface-alt, #ffffff)}.\!k-color-surface-alt{color:var(--kendo-color-surface-alt, #ffffff)!important}.k-color-border{color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.\!k-color-border{color:var(--kendo-color-border, rgba(0, 0, 0, .08))!important}.k-color-border-alt{color:var(--kendo-color-border-alt, rgba(0, 0, 0, .16))}.\!k-color-border-alt{color:var(--kendo-color-border-alt, rgba(0, 0, 0, .16))!important}.k-color-base-subtle{color:var(--kendo-color-base-subtle, #ebebeb)}.\!k-color-base-subtle{color:var(--kendo-color-base-subtle, #ebebeb)!important}.k-color-base-emphasis{color:var(--kendo-color-base-emphasis, #c2c2c2)}.\!k-color-base-emphasis{color:var(--kendo-color-base-emphasis, #c2c2c2)!important}.k-color-primary-subtle{color:var(--kendo-color-primary-subtle, #ffeceb)}.\!k-color-primary-subtle{color:var(--kendo-color-primary-subtle, #ffeceb)!important}.k-color-primary{color:var(--kendo-color-primary, #ff6358)}.\!k-color-primary{color:var(--kendo-color-primary, #ff6358)!important}.k-color-primary-emphasis{color:var(--kendo-color-primary-emphasis, #ff9d97)}.\!k-color-primary-emphasis{color:var(--kendo-color-primary-emphasis, #ff9d97)!important}.k-color-secondary-subtle{color:var(--kendo-color-secondary-subtle, #fafafa)}.\!k-color-secondary-subtle{color:var(--kendo-color-secondary-subtle, #fafafa)!important}.k-color-secondary{color:var(--kendo-color-secondary, #666666)}.\!k-color-secondary{color:var(--kendo-color-secondary, #666666)!important}.k-color-secondary-emphasis{color:var(--kendo-color-secondary-emphasis, #e0e0e0)}.\!k-color-secondary-emphasis{color:var(--kendo-color-secondary-emphasis, #e0e0e0)!important}.k-color-tertiary-subtle{color:var(--kendo-color-tertiary-subtle, #d8f1fd)}.\!k-color-tertiary-subtle{color:var(--kendo-color-tertiary-subtle, #d8f1fd)!important}.k-color-tertiary{color:var(--kendo-color-tertiary, #03a9f4)}.\!k-color-tertiary{color:var(--kendo-color-tertiary, #03a9f4)!important}.k-color-tertiary-emphasis{color:var(--kendo-color-tertiary-emphasis, #61c9f9)}.\!k-color-tertiary-emphasis{color:var(--kendo-color-tertiary-emphasis, #61c9f9)!important}.k-color-info-subtle{color:var(--kendo-color-info-subtle, #d2e2fb)}.\!k-color-info-subtle{color:var(--kendo-color-info-subtle, #d2e2fb)!important}.k-color-info{color:var(--kendo-color-info, #0058e9)}.\!k-color-info{color:var(--kendo-color-info, #0058e9)!important}.k-color-info-emphasis{color:var(--kendo-color-info-emphasis, #6098f2)}.\!k-color-info-emphasis{color:var(--kendo-color-info-emphasis, #6098f2)!important}.k-color-success-subtle{color:var(--kendo-color-success-subtle, #dcf0d3)}.\!k-color-success-subtle{color:var(--kendo-color-success-subtle, #dcf0d3)!important}.k-color-success{color:var(--kendo-color-success, #37b400)}.\!k-color-success{color:var(--kendo-color-success, #37b400)!important}.k-color-success-emphasis{color:var(--kendo-color-success-emphasis, #81d15f)}.\!k-color-success-emphasis{color:var(--kendo-color-success-emphasis, #81d15f)!important}.k-color-warning-subtle{color:var(--kendo-color-warning-subtle, #fff4d3)}.\!k-color-warning-subtle{color:var(--kendo-color-warning-subtle, #fff4d3)!important}.k-color-warning{color:var(--kendo-color-warning, #ffc000)}.\!k-color-warning{color:var(--kendo-color-warning, #ffc000)!important}.k-color-warning-emphasis{color:var(--kendo-color-warning-emphasis, #ffd760)}.\!k-color-warning-emphasis{color:var(--kendo-color-warning-emphasis, #ffd760)!important}.k-color-error-subtle{color:var(--kendo-color-error-subtle, #fcddda)}.\!k-color-error-subtle{color:var(--kendo-color-error-subtle, #fcddda)!important}.k-color-error{color:var(--kendo-color-error, #f31700)}.\!k-color-error{color:var(--kendo-color-error, #f31700)!important}.k-color-error-emphasis{color:var(--kendo-color-error-emphasis, #f76f60)}.\!k-color-error-emphasis{color:var(--kendo-color-error-emphasis, #f76f60)!important}.k-color-light-subtle{color:var(--kendo-color-light-subtle, #fafafa)}.\!k-color-light-subtle{color:var(--kendo-color-light-subtle, #fafafa)!important}.k-color-light{color:var(--kendo-color-light, #ebebeb)}.\!k-color-light{color:var(--kendo-color-light, #ebebeb)!important}.k-color-light-emphasis{color:var(--kendo-color-light-emphasis, #d6d6d6)}.\!k-color-light-emphasis{color:var(--kendo-color-light-emphasis, #d6d6d6)!important}.k-color-dark-subtle{color:var(--kendo-color-dark-subtle, #c2c2c2)}.\!k-color-dark-subtle{color:var(--kendo-color-dark-subtle, #c2c2c2)!important}.k-color-dark{color:var(--kendo-color-dark, #3d3d3d)}.\!k-color-dark{color:var(--kendo-color-dark, #3d3d3d)!important}.k-color-dark-emphasis{color:var(--kendo-color-dark-emphasis, #666666)}.\!k-color-dark-emphasis{color:var(--kendo-color-dark-emphasis, #666666)!important}.k-color-inherit{color:var(--kendo-color-inherit, inherit)}.\!k-color-inherit{color:var(--kendo-color-inherit, inherit)!important}.k-color-current{color:var(--kendo-color-current, currentColor)}.\!k-color-current{color:var(--kendo-color-current, currentColor)!important}.k-color-transparent{color:var(--kendo-color-transparent, transparent)}.\!k-color-transparent{color:var(--kendo-color-transparent, transparent)!important}.k-color-black{color:var(--kendo-color-black, black)}.\!k-color-black{color:var(--kendo-color-black, black)!important}.k-color-white{color:var(--kendo-color-white, white)}.\!k-color-white{color:var(--kendo-color-white, white)!important}.k-treeview{padding:0;border-width:0;background:none;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:1.42;display:block;cursor:default;overflow:auto;white-space:nowrap;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-treeview *,.k-treeview *:before,.k-treeview *:after{box-sizing:border-box}.k-treeview-filter{padding:var(--kendo-spacing-2, .5rem);display:block;position:relative;flex:none}.k-treeview-group{margin:0;padding:0;list-style:none;position:relative;outline:0;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-treeview-group.ng-animating{overflow:hidden}.k-treeview-top,.k-treeview-mid,.k-treeview-bot{display:flex;flex-direction:row;align-items:center;align-content:center}.k-treeview-item{outline-style:none;margin:0;padding:0;border-width:0;display:block}.k-treeview-toggle{margin-inline-start:0px;flex:none;display:inline-flex;flex-flow:row nowrap;align-items:center;cursor:pointer}.k-treeview-toggle .k-icon{padding:var(--kendo-spacing-1, .25rem);box-sizing:content-box}.k-treeview-loading{margin-right:var(--kendo-spacing-1, .25rem)}.k-treeview .k-checkbox-wrap,.k-treeview .k-checkbox-wrapper{align-self:center}.k-treeview-leaf{border-radius:var(--kendo-border-radius-md, .25rem);padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);border:0px solid transparent;text-decoration:none;display:inline-flex;align-items:center;align-content:center;vertical-align:middle;position:relative}.k-treeview-leaf .k-icon,.k-treeview-leaf .k-image,.k-treeview-leaf .k-sprite{margin-right:var(--kendo-spacing-1, .25rem)}.k-treeview-leaf.k-focus{z-index:1}.k-treeview .k-treeview-load-more-button{cursor:pointer}.k-treeview .k-treeview-load-more-button:hover,.k-treeview .k-treeview-load-more-button.k-hover,.k-treeview .k-treeview-load-more-button:focus,.k-treeview .k-treeview-load-more-button.k-focus{text-decoration:underline}.k-rtl .k-treeview .k-treeview-item,[dir=rtl] .k-treeview .k-treeview-item,.k-treeview.k-rtl .k-treeview-item,.k-treeview[dir=rtl] .k-treeview-item{padding-left:0;padding-right:0}.k-rtl .k-treeview .k-treeview-loading,[dir=rtl] .k-treeview .k-treeview-loading,.k-treeview.k-rtl .k-treeview-loading,.k-treeview[dir=rtl] .k-treeview-loading,.k-rtl .k-treeview .k-treeview-leaf .k-icon,.k-rtl .k-treeview .k-treeview-leaf .k-image,.k-rtl .k-treeview .k-treeview-leaf .k-sprite,.k-rtl .k-treeview .k-in .k-icon,.k-rtl .k-treeview .k-in .k-image,.k-rtl .k-treeview .k-in .k-sprite,[dir=rtl] .k-treeview .k-treeview-leaf .k-icon,[dir=rtl] .k-treeview .k-treeview-leaf .k-image,[dir=rtl] .k-treeview .k-treeview-leaf .k-sprite,[dir=rtl] .k-treeview .k-in .k-icon,[dir=rtl] .k-treeview .k-in .k-image,[dir=rtl] .k-treeview .k-in .k-sprite,.k-treeview.k-rtl .k-treeview-leaf .k-icon,.k-treeview.k-rtl .k-treeview-leaf .k-image,.k-treeview.k-rtl .k-treeview-leaf .k-sprite,.k-treeview.k-rtl .k-in .k-icon,.k-treeview.k-rtl .k-in .k-image,.k-treeview.k-rtl .k-in .k-sprite,.k-treeview[dir=rtl] .k-treeview-leaf .k-icon,.k-treeview[dir=rtl] .k-treeview-leaf .k-image,.k-treeview[dir=rtl] .k-treeview-leaf .k-sprite,.k-treeview[dir=rtl] .k-in .k-icon,.k-treeview[dir=rtl] .k-in .k-image,.k-treeview[dir=rtl] .k-in .k-sprite{margin-right:0;margin-left:var(--kendo-spacing-1, .25rem)}.k-treeview-sm{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-treeview-sm .k-treeview-leaf{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-treeview-sm .k-checkbox-wrap{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-treeview-md{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-treeview-md .k-treeview-leaf{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-treeview-md .k-checkbox-wrap{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-treeview-lg{font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal)}.k-treeview-lg .k-treeview-leaf{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-treeview-lg .k-checkbox-wrap{padding-inline:var(--kendo-spacing-1, .25rem)}.k-treeview{color:#343a40}.k-treeview-leaf:hover,.k-treeview-leaf.k-hover{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-hover, #ebebeb)}.k-treeview-leaf:focus,.k-treeview-leaf.k-focus{box-shadow:none}.k-treeview-leaf.k-selected{color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-treeview .k-treeview-load-more-button{color:var(--kendo-color-primary, #ff6358);background-color:transparent}.k-treeview .k-treeview-load-more-button:hover,.k-treeview .k-treeview-load-more-button.k-hover{color:var(--kendo-color-primary-hover, #ea5a51);background-color:transparent}.k-treeview .k-treeview-load-more-button:focus,.k-treeview .k-treeview-load-more-button.k-focus{color:var(--kendo-color-primary-hover, #ea5a51);background-color:transparent;box-shadow:none}.k-listgroup{border-radius:var(--kendo-border-radius-md, .25rem);margin:0;padding:0;border-width:1px;border-style:solid;font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);list-style:none;display:flex;flex-direction:column;position:relative;overflow:hidden}.k-listgroup>ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column}.k-listgroup .k-listgroup-item+.k-listgroup-item{border-top-width:1px}.k-listgroup-flush{border-radius:0;border-left-width:0;border-right-width:0}.k-listgroup-item{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);border-width:0;border-style:solid;border-color:inherit;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex:0 0 auto;position:relative}.k-listgroup-item>.k-link{margin-block:calc(var(--kendo-spacing-2, .5rem) * -1);margin-inline:calc(var(--kendo-spacing-2, .5rem) * -1);padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);color:inherit;text-decoration:none;outline:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex:1 1 auto;position:relative}.k-listgroup-item>.k-link>.k-select{padding:var(--kendo-spacing-2, .5rem);display:flex;align-items:center;flex:0 0 auto;position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%)}.k-listgroup-item-segmented{align-items:stretch}.k-listgroup-item-segmented>.k-link{margin-right:0}.k-listgroup-item-segmented>.k-select{margin:calc(var(--kendo-spacing-2, .5rem) * -1) calc(var(--kendo-spacing-2, .5rem) * -1) calc(var(--kendo-spacing-2, .5rem) * -1) 0;padding:var(--kendo-spacing-2, .5rem);border-width:0 0 0 1px;border-style:solid;border-color:inherit;cursor:pointer}.k-listgroup-form-row{margin-block:calc(var(--kendo-spacing-2, .5rem) * -1);margin-inline:calc(var(--kendo-spacing-2, .5rem) * -1);padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1 1 auto;position:relative}.k-listgroup-form-row .k-listgroup-form-field-label{width:40%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-listgroup-form-row .k-listgroup-form-field-wrapper{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;text-align:end;position:relative}.k-listgroup-form-row .k-listgroup-form-field-wrapper select,.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=text],.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=password],.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=date],.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=time],.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=datetime-local],.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=number],.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea{width:100%;box-sizing:border-box;flex:1 1 100%}.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea{min-height:4em;resize:vertical}.k-listgroup-item.k-listgroup-form-row{margin:0}[dir=rtl] .k-listgroup-item>.k-link>.k-select{right:auto;left:0}[dir=rtl] .k-listgroup-item-segmented>.k-link{margin-right:calc(var(--kendo-spacing-2, .5rem) * -1);margin-left:0}[dir=rtl] .k-listgroup-item-segmented>.k-select{margin-right:0;margin-left:calc(var(--kendo-spacing-2, .5rem) * -1);border-right-width:1px;border-left-width:0}.k-noflexbox .k-listgroup,.k-noflexbox .k-listgroup>ul .k-listgroup-item,.k-noflexbox .k-listgroup-item>.k-link{display:block}.k-listgroup{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-radio{border-radius:50%;margin:0;padding:0;line-height:initial;border-width:1px;border-style:solid;outline:0;box-sizing:border-box;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;flex:none;vertical-align:middle;position:relative;cursor:pointer;-webkit-appearance:none}.k-radio:before{content:"";display:block;width:100%;height:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.k-radio:checked:before,.k-radio.k-checked:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%23ffffff'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%23ffffff'/%3e%3c/svg%3e")}.k-radio:disabled,.k-radio.k-disabled{outline:none;cursor:default;opacity:.6;filter:grayscale(.1);pointer-events:none;box-shadow:none}.k-radio-wrap{flex:none;display:inline-flex;flex-flow:row nowrap;gap:0;align-items:center;align-self:start;vertical-align:middle;position:relative}.k-radio-wrap:before{content:"​";width:0px;overflow:hidden;flex:none;display:inline-block;vertical-align:top}.k-radio-label{margin:0;padding:0;display:inline-flex;align-items:flex-start;gap:var(--kendo-spacing-1, .25rem);vertical-align:middle;position:relative;cursor:pointer}.k-radio-label .k-ripple{visibility:hidden!important}.k-radio+.k-label,.k-radio-wrap+.k-label,.k-radio+.k-radio-label,.k-radio-wrap+.k-radio-label{display:inline;margin-inline-start:var(--kendo-spacing-1, .25rem)}.k-radio-label:empty{display:none!important}.k-radio-label.k-no-text{min-width:1px}.k-radio-list{margin:0;padding:0;display:flex;flex-flow:column nowrap;gap:0;list-style:none}.k-radio-item,.k-radio-list-item{padding-block:7px;padding-inline:var(--kendo-spacing-0, 0px);display:flex;flex-flow:row nowrap;align-items:center;align-content:center;gap:var(--kendo-spacing-1, .25rem)}.k-radio-item .k-radio-label,.k-radio-list-item .k-radio-label{margin:0}.k-radio-list-horizontal,.k-radio-list.k-list-horizontal{display:flex;flex-flow:row wrap;gap:var(--kendo-spacing-4, 1rem)}.k-ripple-container .k-radio:after{content:"";display:block;position:absolute;left:50%;top:50%;border-radius:100%;z-index:-1;transition:opacity .1s linear,transform .15s cubic-bezier(.4,0,.2,1);transform:translate(-50%,-50%) scale(0);transform-origin:center center}.k-ripple-container .k-radio:focus,.k-ripple-container .k-radio.k-focus{box-shadow:none!important}.k-ripple-container .k-radio:disabled:after,.k-ripple-container .k-radio.k-disabled:after{display:none}.k-radio-sm{width:var(--kendo-spacing-3, .75rem);height:var(--kendo-spacing-3, .75rem)}.k-radio-sm:before{font-size:var(--kendo-spacing-2\.5, .625rem)}.k-ripple-container .k-radio-sm:after{width:300%;height:300%}.k-radio-md{width:var(--kendo-spacing-4, 1rem);height:var(--kendo-spacing-4, 1rem)}.k-radio-md:before{font-size:var(--kendo-spacing-3\.5, .875rem)}.k-ripple-container .k-radio-md:after{width:300%;height:300%}.k-radio-lg{width:var(--kendo-spacing-5, 1.25rem);height:var(--kendo-spacing-5, 1.25rem)}.k-radio-lg:before{font-size:var(--kendo-spacing-4\.5, 1.125rem)}.k-ripple-container .k-radio-lg:after{width:300%;height:300%}.k-radio{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));background-color:var(--kendo-color-surface-alt, #ffffff)}.k-radio:focus,.k-radio.k-focus{box-shadow:none}.k-radio.k-invalid,.k-radio.ng-invalid.ng-touched,.k-radio.ng-invalid.ng-dirty{border-color:var(--kendo-color-error, #f31700)}.k-radio.k-invalid+.k-radio-label,.k-radio.ng-invalid.ng-touched+.k-radio-label,.k-radio.ng-invalid.ng-dirty+.k-radio-label{color:var(--kendo-color-error, #f31700)}.k-radio:checked,.k-radio.k-checked{border-color:#343a40;color:var(--kendo-color-on-primary, #ffffff);background-color:#343a40}.k-radio:checked:focus,.k-radio.k-checked.k-focus{box-shadow:none}.k-ripple-container .k-radio:after{background:#343a40;opacity:.25}.k-switch{box-sizing:border-box;outline:0;display:inline-flex;align-items:center;vertical-align:middle;line-height:1;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-switch *,.k-switch *:before,.k-switch *:after{box-sizing:border-box}.k-switch [type=checkbox]{display:none}.k-switch[aria-readonly=true],.k-switch.k-readonly{pointer-events:none}.k-switch-track{border-width:1px;border-style:solid;outline:0;display:flex;flex-flow:row nowrap;flex:1 0 auto;position:relative;transition:background-color .2s ease-in-out}.k-switch-thumb-wrap{width:0;height:0;overflow:visible;position:absolute;transition:left .2s ease-in-out;top:50%}.k-switch-thumb{border-width:1px;border-style:solid;display:block;position:absolute;transform:translate(-50%,-50%)}.k-switch-label-on,.k-switch-label-off{text-transform:uppercase;display:inline;position:absolute;top:50%;transform:translateY(-50%);overflow:hidden}.k-switch-sm{width:52px;height:26px;font-size:10px}.k-switch-sm .k-switch-track{width:52px;height:26px}.k-switch-sm .k-switch-label-on{left:4px}.k-switch-sm .k-switch-label-off{right:4px}.k-switch-sm .k-switch-thumb{width:26px;height:26px}.k-switch-sm.k-switch-on .k-switch-thumb-wrap{left:calc(100% - 13px)}.k-switch-sm.k-switch-off .k-switch-thumb-wrap{left:13px}.k-switch-sm[dir=rtl] .k-switch-label-on,[dir=rtl] .k-switch-sm .k-switch-label-on,.k-rtl .k-switch-sm .k-switch-label-on{left:auto;right:4px}.k-switch-sm[dir=rtl] .k-switch-label-off,[dir=rtl] .k-switch-sm .k-switch-label-off,.k-rtl .k-switch-sm .k-switch-label-off{right:auto;left:4px}.k-switch-sm[dir=rtl].k-switch-on .k-switch-thumb-wrap,[dir=rtl] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap{left:13px}.k-switch-sm[dir=rtl].k-switch-off .k-switch-thumb-wrap,[dir=rtl] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap{left:calc(100% - 13px)}.k-switch-md{width:60px;height:30px;font-size:10px}.k-switch-md .k-switch-track{width:60px;height:30px}.k-switch-md .k-switch-label-on{left:6px}.k-switch-md .k-switch-label-off{right:6px}.k-switch-md .k-switch-thumb{width:30px;height:30px}.k-switch-md.k-switch-on .k-switch-thumb-wrap{left:calc(100% - 15px)}.k-switch-md.k-switch-off .k-switch-thumb-wrap{left:15px}.k-switch-md[dir=rtl] .k-switch-label-on,[dir=rtl] .k-switch-md .k-switch-label-on,.k-rtl .k-switch-md .k-switch-label-on{left:auto;right:6px}.k-switch-md[dir=rtl] .k-switch-label-off,[dir=rtl] .k-switch-md .k-switch-label-off,.k-rtl .k-switch-md .k-switch-label-off{right:auto;left:6px}.k-switch-md[dir=rtl].k-switch-on .k-switch-thumb-wrap,[dir=rtl] .k-switch-md.k-switch-on .k-switch-thumb-wrap,.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap{left:15px}.k-switch-md[dir=rtl].k-switch-off .k-switch-thumb-wrap,[dir=rtl] .k-switch-md.k-switch-off .k-switch-thumb-wrap,.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap{left:calc(100% - 15px)}.k-switch-lg{width:68px;height:34px;font-size:10px}.k-switch-lg .k-switch-track{width:68px;height:34px}.k-switch-lg .k-switch-label-on{left:8px}.k-switch-lg .k-switch-label-off{right:8px}.k-switch-lg .k-switch-thumb{width:34px;height:34px}.k-switch-lg.k-switch-on .k-switch-thumb-wrap{left:calc(100% - 17px)}.k-switch-lg.k-switch-off .k-switch-thumb-wrap{left:17px}.k-switch-lg[dir=rtl] .k-switch-label-on,[dir=rtl] .k-switch-lg .k-switch-label-on,.k-rtl .k-switch-lg .k-switch-label-on{left:auto;right:8px}.k-switch-lg[dir=rtl] .k-switch-label-off,[dir=rtl] .k-switch-lg .k-switch-label-off,.k-rtl .k-switch-lg .k-switch-label-off{right:auto;left:8px}.k-switch-lg[dir=rtl].k-switch-on .k-switch-thumb-wrap,[dir=rtl] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap{left:17px}.k-switch-lg[dir=rtl].k-switch-off .k-switch-thumb-wrap,[dir=rtl] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap{left:calc(100% - 17px)}.k-switch[dir=rtl] .k-switch-thumb,[dir=rtl] .k-switch .k-switch-thumb,.k-switch.k-rtl .k-switch-thumb,.k-rtl .k-switch .k-switch-thumb{transform:translate(50%,-50%)}.k-switch-off .k-switch-track{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-switch-off .k-switch-thumb{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-switch-off:focus .k-switch-track,.k-switch-off.k-focus .k-switch-track{outline:2px solid color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent)}.k-switch-off .k-switch-label-on{color:transparent}.k-switch-on .k-switch-track{border-color:var(--kendo-color-primary, #ff6358);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-switch-on .k-switch-thumb{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-switch-on:focus .k-switch-track,.k-switch-on.k-focus .k-switch-track{outline:2px solid color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent)}.k-switch-on .k-switch-label-off{color:transparent}.k-badge{padding:0;border-width:1px;border-style:solid;border-color:transparent;box-sizing:border-box;color:inherit;background-color:transparent;font:inherit;text-align:center;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.k-badge *,.k-badge *:before,.k-badge *:after{box-sizing:border-box}.k-badge>*{color:inherit}a.k-badge,.k-badge>a{text-decoration:none}a.k-badge:hover,.k-badge>a:hover{text-decoration:underline}.k-badge-icon{max-width:1em;max-height:1em;font-size:inherit}.k-badge-icon.k-svg-icon svg{fill:currentColor}.k-badge-sm{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-0\.5, .125rem);font-size:var(--kendo-font-size-xs, inherit);line-height:1;min-width:calc(1em + var(--kendo-spacing-0\.5, .125rem) * 2 + 1px * 2)}.k-badge-sm:empty{padding:var(--kendo-spacing-0\.5, .125rem);min-width:auto}.k-badge-md{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);font-size:var(--kendo-font-size-xs, inherit);line-height:1;min-width:calc(1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2)}.k-badge-md:empty{padding:var(--kendo-spacing-1, .25rem);min-width:auto}.k-badge-lg{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-1\.5, .375rem);font-size:var(--kendo-font-size-xs, inherit);line-height:1;min-width:calc(1em + var(--kendo-spacing-1\.5, .375rem) * 2 + 1px * 2)}.k-badge-lg:empty{padding:var(--kendo-spacing-1\.5, .375rem);min-width:auto}kendo-badge-container{display:inline-block}.k-badge-container{position:relative;overflow:visible}.k-badge-inside,.k-badge-edge{position:absolute;z-index:9999}.k-badge-edge.k-top-start{transform:translate(-50%,-50%)}.k-badge-edge.k-top-end{transform:translate(50%,-50%)}.k-badge-edge.k-bottom-start{transform:translate(-50%,50%)}.k-badge-edge.k-bottom-end{transform:translate(50%,50%)}.k-rtl .k-badge-edge.k-top-start,[dir=rtl].k-badge-edge.k-top-start,[dir=rtl] .k-badge-edge.k-top-start{transform:translate(50%,-50%)}.k-rtl .k-badge-edge.k-top-end,[dir=rtl].k-badge-edge.k-top-end,[dir=rtl] .k-badge-edge.k-top-end{transform:translate(-50%,-50%)}.k-rtl .k-badge-edge.k-bottom-start,[dir=rtl].k-badge-edge.k-bottom-start,[dir=rtl] .k-badge-edge.k-bottom-start{transform:translate(50%,50%)}.k-rtl .k-badge-edge.k-bottom-end,[dir=rtl].k-badge-edge.k-bottom-end,[dir=rtl] .k-badge-edge.k-bottom-end{transform:translate(-50%,50%)}.k-badge-outside{position:absolute;z-index:9999}.k-badge-outside.k-top-start{transform:translate(-100%,-100%)}.k-badge-outside.k-top-end{transform:translate(100%,-100%)}.k-badge-outside.k-bottom-start{transform:translate(-100%,100%)}.k-badge-outside.k-bottom-end{transform:translate(100%,100%)}.k-rtl .k-badge-outside.k-top-start,[dir=rtl].k-badge-outside.k-top-start,[dir=rtl] .k-badge-outside.k-top-start{transform:translate(100%,-100%)}.k-rtl .k-badge-outside.k-top-end,[dir=rtl].k-badge-outside.k-top-end,[dir=rtl] .k-badge-outside.k-top-end{transform:translate(-100%,-100%)}.k-rtl .k-badge-outside.k-bottom-start,[dir=rtl].k-badge-outside.k-bottom-start,[dir=rtl] .k-badge-outside.k-bottom-start{transform:translate(100%,100%)}.k-rtl .k-badge-outside.k-bottom-end,[dir=rtl].k-badge-outside.k-bottom-end,[dir=rtl] .k-badge-outside.k-bottom-end{transform:translate(-100%,100%)}.k-badge-border-cutout{box-shadow:0 0 0 2px var(--kendo-color-surface-alt, #ffffff)}.k-badge-solid-primary{border-color:var(--kendo-color-primary, #ff6358);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-badge-solid-secondary{border-color:var(--kendo-color-secondary, #666666);color:var(--kendo-color-on-secondary, #ffffff);background-color:var(--kendo-color-secondary, #666666)}.k-badge-solid-tertiary{border-color:var(--kendo-color-tertiary, #03a9f4);color:var(--kendo-color-on-tertiary, #ffffff);background-color:var(--kendo-color-tertiary, #03a9f4)}.k-badge-solid-info{border-color:var(--kendo-color-info, #0058e9);color:var(--kendo-color-on-info, #ffffff);background-color:var(--kendo-color-info, #0058e9)}.k-badge-solid-success{border-color:var(--kendo-color-success, #37b400);color:var(--kendo-color-on-success, #ffffff);background-color:var(--kendo-color-success, #37b400)}.k-badge-solid-warning{border-color:var(--kendo-color-warning, #ffc000);color:var(--kendo-color-on-warning, #3d3d3d);background-color:var(--kendo-color-warning, #ffc000)}.k-badge-solid-error{border-color:var(--kendo-color-error, #f31700);color:var(--kendo-color-on-error, #ffffff);background-color:var(--kendo-color-error, #f31700)}.k-badge-solid-dark{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-dark, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-badge-solid-light{border-color:var(--kendo-color-light, #ebebeb);color:var(--kendo-color-on-light, #000000);background-color:var(--kendo-color-light, #ebebeb)}.k-badge-solid-inverse{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-inverse, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-badge-outline{border-color:currentColor;background-color:transparent}.k-badge-outline-primary{color:var(--kendo-color-primary, #ff6358)}.k-badge-outline-secondary{color:var(--kendo-color-secondary, #666666)}.k-badge-outline-tertiary{color:var(--kendo-color-tertiary, #03a9f4)}.k-badge-outline-info{color:var(--kendo-color-info, #0058e9)}.k-badge-outline-success{color:var(--kendo-color-success, #37b400)}.k-badge-outline-warning{color:var(--kendo-color-warning, #ffc000)}.k-badge-outline-error{color:var(--kendo-color-error, #f31700)}.k-badge-outline-dark{color:var(--kendo-color-dark, #3d3d3d)}.k-badge-outline-light{color:var(--kendo-color-light, #ebebeb)}.k-badge-outline-inverse{color:var(--kendo-color-dark, #3d3d3d)}.k-button{box-sizing:border-box;border-width:1px;border-style:solid;border-radius:4px;color:inherit;background:none;font-family:var(--kendo-font-family, inherit);text-align:center;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:var(--kendo-spacing-1, .25rem);vertical-align:middle;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;-webkit-appearance:none;position:relative;transition:color .2s ease-in-out}.k-button *,.k-button *:before,.k-button *:after{box-sizing:border-box}.k-button:disabled,.k-button.k-disabled{outline:none;cursor:default;opacity:.6;filter:grayscale(.1);pointer-events:none;box-shadow:none}.k-button::-moz-focus-inner{padding:0;border:0;outline:0}.k-button:hover,.k-button:focus{text-decoration:none;outline:0}.k-icon-button{gap:0}.k-icon-button .k-icon{display:inline-flex}.k-button-icon{color:inherit;align-self:center;position:relative}.k-button-sm{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-button-sm.k-icon-button{padding:var(--kendo-spacing-0\.5, .125rem)}.k-button-sm.k-icon-button .k-button-icon{min-width:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal));min-height:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal));display:inline-flex;align-items:center;justify-content:center}.k-button-sm.k-icon-button .k-button-icon.k-svg-icon>svg,.k-button-sm.k-icon-button .k-button-icon.k-icon-md>svg{width:16px;height:16px}.k-button-sm.k-icon-button .k-button-icon.k-icon-xs>svg{width:12px;height:12px}.k-button-sm.k-icon-button .k-button-icon.k-icon-sm>svg{width:14px;height:14px}.k-button-sm.k-icon-button .k-button-icon.k-icon-lg>svg{width:20px;height:20px}.k-button-sm.k-icon-button .k-button-icon.k-icon-xl>svg{width:24px;height:24px}.k-button-sm.k-icon-button .k-button-icon.k-icon-xxl>svg{width:32px;height:32px}.k-button-sm.k-icon-button .k-button-icon.k-icon-xxxl>svg{width:48px;height:48px}.k-button-md{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-button-md.k-icon-button{padding:var(--kendo-spacing-1, .25rem)}.k-button-md.k-icon-button .k-button-icon{min-width:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal));min-height:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal));display:inline-flex;align-items:center;justify-content:center}.k-button-md.k-icon-button .k-button-icon.k-svg-icon>svg,.k-button-md.k-icon-button .k-button-icon.k-icon-md>svg{width:16px;height:16px}.k-button-md.k-icon-button .k-button-icon.k-icon-xs>svg{width:12px;height:12px}.k-button-md.k-icon-button .k-button-icon.k-icon-sm>svg{width:14px;height:14px}.k-button-md.k-icon-button .k-button-icon.k-icon-lg>svg{width:20px;height:20px}.k-button-md.k-icon-button .k-button-icon.k-icon-xl>svg{width:24px;height:24px}.k-button-md.k-icon-button .k-button-icon.k-icon-xxl>svg{width:32px;height:32px}.k-button-md.k-icon-button .k-button-icon.k-icon-xxxl>svg{width:48px;height:48px}.k-button-lg{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal)}.k-button-lg.k-icon-button{padding:var(--kendo-spacing-2, .5rem)}.k-button-lg.k-icon-button .k-button-icon{min-width:calc(var(--kendo-font-size-lg, inherit) * var(--kendo-line-height-lg, normal));min-height:calc(var(--kendo-font-size-lg, inherit) * var(--kendo-line-height-lg, normal));display:inline-flex;align-items:center;justify-content:center}.k-button-lg.k-icon-button .k-button-icon.k-svg-icon>svg,.k-button-lg.k-icon-button .k-button-icon.k-icon-md>svg{width:16px;height:16px}.k-button-lg.k-icon-button .k-button-icon.k-icon-xs>svg{width:12px;height:12px}.k-button-lg.k-icon-button .k-button-icon.k-icon-sm>svg{width:14px;height:14px}.k-button-lg.k-icon-button .k-button-icon.k-icon-lg>svg{width:20px;height:20px}.k-button-lg.k-icon-button .k-button-icon.k-icon-xl>svg{width:24px;height:24px}.k-button-lg.k-icon-button .k-button-icon.k-icon-xxl>svg{width:32px;height:32px}.k-button-lg.k-icon-button .k-button-icon.k-icon-xxxl>svg{width:48px;height:48px}.k-button-square{aspect-ratio:1}.k-button-group{margin:0;padding:0;border-width:0;box-sizing:border-box;list-style:none;outline:0;display:inline-flex;flex-flow:row nowrap;vertical-align:middle;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-button-group>.k-button+.k-button{margin-inline-start:-1px}.k-button-group>.k-button:hover,.k-button-group>.k-button.k-hover,.k-button-group>.k-button:focus,.k-button-group>.k-button.k-focus,.k-button-group>.k-button:active,.k-button-group>.k-button.k-active,.k-button-group>.k-button.k-selected{z-index:2}.k-button-group .k-button:not(:first-child):not(:last-child){border-start-end-radius:0;border-end-end-radius:0;border-start-start-radius:0;border-end-start-radius:0}.k-button-group>.k-button:first-child:not(:only-child){border-start-end-radius:0;border-end-end-radius:0}.k-button-group>.k-button:last-child:not(:only-child){border-start-start-radius:0;border-end-start-radius:0}.k-button-group:disabled,.k-button-group[disabled],.k-button-group.k-disabled{opacity:1;filter:none}.k-button-group-stretched{width:100%}.k-button-group-stretched>*{flex:1 0 0%;overflow:hidden}.k-button-flat{border-color:transparent!important;color:inherit;background:none!important;box-shadow:none!important}.k-button-flat:before{display:block!important}.k-button-flat:after{box-shadow:inset 0 0 0 2px currentColor;display:block!important}.k-button-flat:focus:after,.k-button-flat.k-focus:after{opacity:.12}.k-button-outline{border-color:currentColor;color:inherit;background:none}.k-button-link{border-color:transparent;color:inherit;text-decoration:none;background:none}.k-button-link:hover,.k-button-link.k-hover{text-decoration:underline}.k-button-clear{border-color:transparent!important;color:inherit;background:none!important;box-shadow:none!important}.k-button-overlay,.k-button:before{border-radius:inherit;content:"";background:currentColor;opacity:0;display:none;pointer-events:none;position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;z-index:0;transition:opacity .2s ease-in-out}.k-button:hover:before,.k-button.k-hover:before{opacity:.04}.k-button.k-no-focus:not(:hover):before,.k-button.k-no-focus:not(.k-hover):before{opacity:0}.k-button:active:before,.k-button.k-active:before{opacity:.16}.k-button.k-selected:before{opacity:.2}.k-button:after{border-radius:inherit;content:"";opacity:0;display:none;pointer-events:none;position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;z-index:0;transition:opacity .2s ease-in-out}.k-button-solid-base{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-base, #3d3d3d);background-color:var(--kendo-color-base, #f5f5f5);background-image:none}.k-button-solid-base:hover,.k-button-solid-base.k-hover{background-color:var(--kendo-color-base-hover, #ebebeb)}.k-button-solid-base:focus,.k-button-solid-base.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent)}.k-button-solid-base:active,.k-button-solid-base.k-active{background-color:var(--kendo-color-base-active, #d6d6d6)}.k-button-solid-base.k-selected,.k-button-solid-primary{border-color:var(--kendo-color-primary, #ff6358);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-button-solid-primary:hover,.k-button-solid-primary.k-hover{border-color:var(--kendo-color-primary-hover, #ea5a51);background-color:var(--kendo-color-primary-hover, #ea5a51)}.k-button-solid-primary:focus,.k-button-solid-primary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-primary, #ff6358) 30%,transparent)}.k-button-solid-primary:active,.k-button-solid-primary.k-active,.k-button-solid-primary.k-selected{border-color:var(--kendo-color-primary-active, #d45349);background-color:var(--kendo-color-primary-active, #d45349)}.k-button-solid-secondary{border-color:var(--kendo-color-secondary, #666666);color:var(--kendo-color-on-secondary, #ffffff);background-color:var(--kendo-color-secondary, #666666)}.k-button-solid-secondary:hover,.k-button-solid-secondary.k-hover{border-color:var(--kendo-color-secondary-hover, #525252);background-color:var(--kendo-color-secondary-hover, #525252)}.k-button-solid-secondary:focus,.k-button-solid-secondary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-secondary, #666666) 30%,transparent)}.k-button-solid-secondary:active,.k-button-solid-secondary.k-active,.k-button-solid-secondary.k-selected{border-color:var(--kendo-color-secondary-active, #3d3d3d);background-color:var(--kendo-color-secondary-active, #3d3d3d)}.k-button-solid-tertiary{border-color:var(--kendo-color-tertiary, #03a9f4);color:var(--kendo-color-on-tertiary, #ffffff);background-color:var(--kendo-color-tertiary, #03a9f4)}.k-button-solid-tertiary:hover,.k-button-solid-tertiary.k-hover{border-color:var(--kendo-color-tertiary-hover, #039ae0);background-color:var(--kendo-color-tertiary-hover, #039ae0)}.k-button-solid-tertiary:focus,.k-button-solid-tertiary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-tertiary, #03a9f4) 30%,transparent)}.k-button-solid-tertiary:active,.k-button-solid-tertiary.k-active,.k-button-solid-tertiary.k-selected{border-color:var(--kendo-color-tertiary-active, #028ccb);background-color:var(--kendo-color-tertiary-active, #028ccb)}.k-button-solid-info{border-color:var(--kendo-color-info, #0058e9);color:var(--kendo-color-on-info, #ffffff);background-color:var(--kendo-color-info, #0058e9)}.k-button-solid-info:hover,.k-button-solid-info.k-hover{border-color:var(--kendo-color-info-hover, #0052d6);background-color:var(--kendo-color-info-hover, #0052d6)}.k-button-solid-info:focus,.k-button-solid-info.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-info, #0058e9) 30%,transparent)}.k-button-solid-info:active,.k-button-solid-info.k-active,.k-button-solid-info.k-selected{border-color:var(--kendo-color-info-active, #004ac2);background-color:var(--kendo-color-info-active, #004ac2)}.k-button-solid-success{border-color:var(--kendo-color-success, #37b400);color:var(--kendo-color-on-success, #ffffff);background-color:var(--kendo-color-success, #37b400)}.k-button-solid-success:hover,.k-button-solid-success.k-hover{border-color:var(--kendo-color-success-hover, #32a500);background-color:var(--kendo-color-success-hover, #32a500)}.k-button-solid-success:focus,.k-button-solid-success.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-success, #37b400) 30%,transparent)}.k-button-solid-success:active,.k-button-solid-success.k-active,.k-button-solid-success.k-selected{border-color:var(--kendo-color-success-active, #2d9600);background-color:var(--kendo-color-success-active, #2d9600)}.k-button-solid-warning{border-color:var(--kendo-color-warning, #ffc000);color:var(--kendo-color-on-warning, #3d3d3d);background-color:var(--kendo-color-warning, #ffc000)}.k-button-solid-warning:hover,.k-button-solid-warning.k-hover{border-color:var(--kendo-color-warning-hover, #eaaf00);background-color:var(--kendo-color-warning-hover, #eaaf00)}.k-button-solid-warning:focus,.k-button-solid-warning.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-warning, #ffc000) 30%,transparent)}.k-button-solid-warning:active,.k-button-solid-warning.k-active,.k-button-solid-warning.k-selected{border-color:var(--kendo-color-warning-active, #d49f00);background-color:var(--kendo-color-warning-active, #d49f00)}.k-button-solid-error{border-color:var(--kendo-color-error, #f31700);color:var(--kendo-color-on-error, #ffffff);background-color:var(--kendo-color-error, #f31700)}.k-button-solid-error:hover,.k-button-solid-error.k-hover{border-color:var(--kendo-color-error-hover, #df1600);background-color:var(--kendo-color-error-hover, #df1600)}.k-button-solid-error:focus,.k-button-solid-error.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-error, #f31700) 30%,transparent)}.k-button-solid-error:active,.k-button-solid-error.k-active,.k-button-solid-error.k-selected{border-color:var(--kendo-color-error-active, #ca1400);background-color:var(--kendo-color-error-active, #ca1400)}.k-button-solid-dark{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-dark, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-button-solid-dark:hover,.k-button-solid-dark.k-hover{border-color:var(--kendo-color-dark-hover, #292929);background-color:var(--kendo-color-dark-hover, #292929)}.k-button-solid-dark:focus,.k-button-solid-dark.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-dark, #3d3d3d) 30%,transparent)}.k-button-solid-dark:active,.k-button-solid-dark.k-active,.k-button-solid-dark.k-selected{border-color:var(--kendo-color-dark-active, #1f1f1f);background-color:var(--kendo-color-dark-active, #1f1f1f)}.k-button-solid-light{border-color:var(--kendo-color-light, #ebebeb);color:var(--kendo-color-on-light, #000000);background-color:var(--kendo-color-light, #ebebeb)}.k-button-solid-light:hover,.k-button-solid-light.k-hover{border-color:var(--kendo-color-light-hover, #e0e0e0);background-color:var(--kendo-color-light-hover, #e0e0e0)}.k-button-solid-light:focus,.k-button-solid-light.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-light, #ebebeb) 30%,transparent)}.k-button-solid-light:active,.k-button-solid-light.k-active,.k-button-solid-light.k-selected{border-color:var(--kendo-color-light-active, #d6d6d6);background-color:var(--kendo-color-light-active, #d6d6d6)}.k-button-solid-inverse{border-color:var(--kendo-color-inverse, #3d3d3d);color:var(--kendo-color-on-inverse, #ffffff);background-color:var(--kendo-color-inverse, #3d3d3d)}.k-button-solid-inverse:hover,.k-button-solid-inverse.k-hover{border-color:var(--kendo-color-inverse-hover, #292929);background-color:var(--kendo-color-inverse-hover, #292929)}.k-button-solid-inverse:focus,.k-button-solid-inverse.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-inverse, #3d3d3d) 30%,transparent)}.k-button-solid-inverse:active,.k-button-solid-inverse.k-active,.k-button-solid-inverse.k-selected{border-color:var(--kendo-color-inverse-active, #1f1f1f);background-color:var(--kendo-color-inverse-active, #1f1f1f)}.k-button-outline-primary{box-shadow:none;border-color:currentColor;color:var(--kendo-color-primary-on-surface, #ff6358);background-color:transparent}.k-button-outline-primary:hover,.k-button-outline-primary.k-hover{border-color:var(--kendo-color-primary, #ff6358);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-button-outline-primary:focus,.k-button-outline-primary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-primary, #ff6358) 30%,transparent)}.k-button-outline-primary:active,.k-button-outline-primary.k-active,.k-button-outline-primary.k-selected{border-color:var(--kendo-color-primary, #ff6358);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-button-outline-secondary{box-shadow:none;border-color:currentColor;color:var(--kendo-color-secondary-on-surface, #292929);background-color:transparent}.k-button-outline-secondary:hover,.k-button-outline-secondary.k-hover{border-color:var(--kendo-color-secondary, #666666);color:var(--kendo-color-on-secondary, #ffffff);background-color:var(--kendo-color-secondary, #666666)}.k-button-outline-secondary:focus,.k-button-outline-secondary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-secondary, #666666) 30%,transparent)}.k-button-outline-secondary:active,.k-button-outline-secondary.k-active,.k-button-outline-secondary.k-selected{border-color:var(--kendo-color-secondary, #666666);color:var(--kendo-color-on-secondary, #ffffff);background-color:var(--kendo-color-secondary, #666666)}.k-button-outline-tertiary{box-shadow:none;border-color:currentColor;color:var(--kendo-color-tertiary-on-surface, #028ccb);background-color:transparent}.k-button-outline-tertiary:hover,.k-button-outline-tertiary.k-hover{border-color:var(--kendo-color-tertiary, #03a9f4);color:var(--kendo-color-on-tertiary, #ffffff);background-color:var(--kendo-color-tertiary, #03a9f4)}.k-button-outline-tertiary:focus,.k-button-outline-tertiary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-tertiary, #03a9f4) 30%,transparent)}.k-button-outline-tertiary:active,.k-button-outline-tertiary.k-active,.k-button-outline-tertiary.k-selected{border-color:var(--kendo-color-tertiary, #03a9f4);color:var(--kendo-color-on-tertiary, #ffffff);background-color:var(--kendo-color-tertiary, #03a9f4)}.k-button-outline-info{box-shadow:none;border-color:currentColor;color:var(--kendo-color-info-on-surface, #004ac2);background-color:transparent}.k-button-outline-info:hover,.k-button-outline-info.k-hover{border-color:var(--kendo-color-info, #0058e9);color:var(--kendo-color-on-info, #ffffff);background-color:var(--kendo-color-info, #0058e9)}.k-button-outline-info:focus,.k-button-outline-info.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-info, #0058e9) 30%,transparent)}.k-button-outline-info:active,.k-button-outline-info.k-active,.k-button-outline-info.k-selected{border-color:var(--kendo-color-info, #0058e9);color:var(--kendo-color-on-info, #ffffff);background-color:var(--kendo-color-info, #0058e9)}.k-button-outline-success{box-shadow:none;border-color:currentColor;color:var(--kendo-color-success-on-surface, #2d9600);background-color:transparent}.k-button-outline-success:hover,.k-button-outline-success.k-hover{border-color:var(--kendo-color-success, #37b400);color:var(--kendo-color-on-success, #ffffff);background-color:var(--kendo-color-success, #37b400)}.k-button-outline-success:focus,.k-button-outline-success.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-success, #37b400) 30%,transparent)}.k-button-outline-success:active,.k-button-outline-success.k-active,.k-button-outline-success.k-selected{border-color:var(--kendo-color-success, #37b400);color:var(--kendo-color-on-success, #ffffff);background-color:var(--kendo-color-success, #37b400)}.k-button-outline-warning{box-shadow:none;border-color:currentColor;color:var(--kendo-color-warning-on-surface, #ffc000);background-color:transparent}.k-button-outline-warning:hover,.k-button-outline-warning.k-hover{border-color:var(--kendo-color-warning, #ffc000);color:var(--kendo-color-on-warning, #3d3d3d);background-color:var(--kendo-color-warning, #ffc000)}.k-button-outline-warning:focus,.k-button-outline-warning.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-warning, #ffc000) 30%,transparent)}.k-button-outline-warning:active,.k-button-outline-warning.k-active,.k-button-outline-warning.k-selected{border-color:var(--kendo-color-warning, #ffc000);color:var(--kendo-color-on-warning, #3d3d3d);background-color:var(--kendo-color-warning, #ffc000)}.k-button-outline-error{box-shadow:none;border-color:currentColor;color:var(--kendo-color-error-on-surface, #ca1400);background-color:transparent}.k-button-outline-error:hover,.k-button-outline-error.k-hover{border-color:var(--kendo-color-error, #f31700);color:var(--kendo-color-on-error, #ffffff);background-color:var(--kendo-color-error, #f31700)}.k-button-outline-error:focus,.k-button-outline-error.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-error, #f31700) 30%,transparent)}.k-button-outline-error:active,.k-button-outline-error.k-active,.k-button-outline-error.k-selected{border-color:var(--kendo-color-error, #f31700);color:var(--kendo-color-on-error, #ffffff);background-color:var(--kendo-color-error, #f31700)}.k-button-outline-dark{box-shadow:none;border-color:currentColor;color:var(--kendo-color-dark-on-surface, #141414);background-color:transparent}.k-button-outline-dark:hover,.k-button-outline-dark.k-hover{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-dark, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-button-outline-dark:focus,.k-button-outline-dark.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-dark, #3d3d3d) 30%,transparent)}.k-button-outline-dark:active,.k-button-outline-dark.k-active,.k-button-outline-dark.k-selected{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-dark, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-button-outline-light{box-shadow:none;border-color:currentColor;color:var(--kendo-color-light-on-surface, #e0e0e0);background-color:transparent}.k-button-outline-light:hover,.k-button-outline-light.k-hover{border-color:var(--kendo-color-light, #ebebeb);color:var(--kendo-color-on-light, #000000);background-color:var(--kendo-color-light, #ebebeb)}.k-button-outline-light:focus,.k-button-outline-light.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-light, #ebebeb) 30%,transparent)}.k-button-outline-light:active,.k-button-outline-light.k-active,.k-button-outline-light.k-selected{border-color:var(--kendo-color-light, #ebebeb);color:var(--kendo-color-on-light, #000000);background-color:var(--kendo-color-light, #ebebeb)}.k-button-outline-inverse{box-shadow:none;border-color:currentColor;color:var(--kendo-color-inverse-on-surface, #141414);background-color:transparent}.k-button-outline-inverse:hover,.k-button-outline-inverse.k-hover{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-inverse, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-button-outline-inverse:focus,.k-button-outline-inverse.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-inverse, #3d3d3d) 30%,transparent)}.k-button-outline-inverse:active,.k-button-outline-inverse.k-active,.k-button-outline-inverse.k-selected{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-inverse, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-button-outline-base{box-shadow:none;border-color:currentColor;color:var(--kendo-color-base-on-surface, #3d3d3d);background-color:transparent}.k-button-outline-base:hover,.k-button-outline-base.k-hover{border-color:var(--kendo-color-on-base, #3d3d3d);color:var(--kendo-color-base, #f5f5f5);background-color:var(--kendo-color-on-base, #3d3d3d)}.k-button-outline-base:focus,.k-button-outline-base.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 30%,transparent)}.k-button-outline-base:active,.k-button-outline-base.k-active,.k-button-outline-base.k-selected{border-color:var(--kendo-color-on-base, #3d3d3d);color:var(--kendo-color-base, #f5f5f5);background-color:var(--kendo-color-on-base, #3d3d3d)}.k-button-flat-primary{color:var(--kendo-color-primary-on-surface, #ff6358)}.k-button-flat-secondary{color:var(--kendo-color-secondary-on-surface, #292929)}.k-button-flat-tertiary{color:var(--kendo-color-tertiary-on-surface, #028ccb)}.k-button-flat-info{color:var(--kendo-color-info-on-surface, #004ac2)}.k-button-flat-success{color:var(--kendo-color-success-on-surface, #2d9600)}.k-button-flat-warning{color:var(--kendo-color-warning-on-surface, #ffc000)}.k-button-flat-error{color:var(--kendo-color-error-on-surface, #ca1400)}.k-button-flat-dark{color:var(--kendo-color-dark-on-surface, #141414)}.k-button-flat-light{color:var(--kendo-color-light-on-surface, #e0e0e0)}.k-button-flat-inverse{color:var(--kendo-color-inverse-on-surface, #141414)}.k-button-flat-base{color:inherit}.k-button-link-primary{color:var(--kendo-color-primary, #ff6358)}.k-button-link-primary:hover,.k-button-link-primary.k-hover{color:var(--kendo-color-primary-hover, #ea5a51)}.k-button-link-primary:focus,.k-button-link-primary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-primary, #ff6358) 30%,transparent)}.k-button-link-primary:active,.k-button-link-primary.k-active,.k-button-link-primary.k-selected{color:var(--kendo-color-primary-active, #d45349)}.k-button-link-secondary{color:var(--kendo-color-secondary, #666666)}.k-button-link-secondary:hover,.k-button-link-secondary.k-hover{color:var(--kendo-color-secondary-hover, #525252)}.k-button-link-secondary:focus,.k-button-link-secondary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-secondary, #666666) 30%,transparent)}.k-button-link-secondary:active,.k-button-link-secondary.k-active,.k-button-link-secondary.k-selected{color:var(--kendo-color-secondary-active, #3d3d3d)}.k-button-link-tertiary{color:var(--kendo-color-tertiary, #03a9f4)}.k-button-link-tertiary:hover,.k-button-link-tertiary.k-hover{color:var(--kendo-color-tertiary-hover, #039ae0)}.k-button-link-tertiary:focus,.k-button-link-tertiary.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-tertiary, #03a9f4) 30%,transparent)}.k-button-link-tertiary:active,.k-button-link-tertiary.k-active,.k-button-link-tertiary.k-selected{color:var(--kendo-color-tertiary-active, #028ccb)}.k-button-link-info{color:var(--kendo-color-info, #0058e9)}.k-button-link-info:hover,.k-button-link-info.k-hover{color:var(--kendo-color-info-hover, #0052d6)}.k-button-link-info:focus,.k-button-link-info.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-info, #0058e9) 30%,transparent)}.k-button-link-info:active,.k-button-link-info.k-active,.k-button-link-info.k-selected{color:var(--kendo-color-info-active, #004ac2)}.k-button-link-success{color:var(--kendo-color-success, #37b400)}.k-button-link-success:hover,.k-button-link-success.k-hover{color:var(--kendo-color-success-hover, #32a500)}.k-button-link-success:focus,.k-button-link-success.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-success, #37b400) 30%,transparent)}.k-button-link-success:active,.k-button-link-success.k-active,.k-button-link-success.k-selected{color:var(--kendo-color-success-active, #2d9600)}.k-button-link-warning{color:var(--kendo-color-warning, #ffc000)}.k-button-link-warning:hover,.k-button-link-warning.k-hover{color:var(--kendo-color-warning-hover, #eaaf00)}.k-button-link-warning:focus,.k-button-link-warning.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-warning, #ffc000) 30%,transparent)}.k-button-link-warning:active,.k-button-link-warning.k-active,.k-button-link-warning.k-selected{color:var(--kendo-color-warning-active, #d49f00)}.k-button-link-error{color:var(--kendo-color-error, #f31700)}.k-button-link-error:hover,.k-button-link-error.k-hover{color:var(--kendo-color-error-hover, #df1600)}.k-button-link-error:focus,.k-button-link-error.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-error, #f31700) 30%,transparent)}.k-button-link-error:active,.k-button-link-error.k-active,.k-button-link-error.k-selected{color:var(--kendo-color-error-active, #ca1400)}.k-button-link-dark{color:var(--kendo-color-dark, #3d3d3d)}.k-button-link-dark:hover,.k-button-link-dark.k-hover{color:var(--kendo-color-dark-hover, #292929)}.k-button-link-dark:focus,.k-button-link-dark.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-dark, #3d3d3d) 30%,transparent)}.k-button-link-dark:active,.k-button-link-dark.k-active,.k-button-link-dark.k-selected{color:var(--kendo-color-dark-active, #1f1f1f)}.k-button-link-light{color:var(--kendo-color-light, #ebebeb)}.k-button-link-light:hover,.k-button-link-light.k-hover{color:var(--kendo-color-light-hover, #e0e0e0)}.k-button-link-light:focus,.k-button-link-light.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-light, #ebebeb) 30%,transparent)}.k-button-link-light:active,.k-button-link-light.k-active,.k-button-link-light.k-selected{color:var(--kendo-color-light-active, #d6d6d6)}.k-button-link-inverse{color:var(--kendo-color-dark, #3d3d3d)}.k-button-link-inverse:hover,.k-button-link-inverse.k-hover{color:var(--kendo-color-inverse-hover, #292929)}.k-button-link-inverse:focus,.k-button-link-inverse.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-inverse, #3d3d3d) 30%,transparent)}.k-button-link-inverse:active,.k-button-link-inverse.k-active,.k-button-link-inverse.k-selected{color:var(--kendo-color-inverse-active, #1f1f1f)}.k-button-link-base,.k-button-link-base:hover,.k-button-link-base.k-hover{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-button-link-base:focus,.k-button-link-base.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 30%,transparent)}.k-button-link-base:active,.k-button-link-base.k-active,.k-button-link-base.k-selected{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-button-clear-primary{color:var(--kendo-color-primary-on-surface, #ff6358)}.k-button-clear-primary:focus:after,.k-button-clear-primary.k-focus:after,.k-button-clear-primary:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-secondary{color:var(--kendo-color-secondary-on-surface, #292929)}.k-button-clear-secondary:focus:after,.k-button-clear-secondary.k-focus:after,.k-button-clear-secondary:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-tertiary{color:var(--kendo-color-tertiary-on-surface, #028ccb)}.k-button-clear-tertiary:focus:after,.k-button-clear-tertiary.k-focus:after,.k-button-clear-tertiary:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-info{color:var(--kendo-color-info-on-surface, #004ac2)}.k-button-clear-info:focus:after,.k-button-clear-info.k-focus:after,.k-button-clear-info:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-success{color:var(--kendo-color-success-on-surface, #2d9600)}.k-button-clear-success:focus:after,.k-button-clear-success.k-focus:after,.k-button-clear-success:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-warning{color:var(--kendo-color-warning-on-surface, #ffc000)}.k-button-clear-warning:focus:after,.k-button-clear-warning.k-focus:after,.k-button-clear-warning:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-error{color:var(--kendo-color-error-on-surface, #ca1400)}.k-button-clear-error:focus:after,.k-button-clear-error.k-focus:after,.k-button-clear-error:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-dark{color:var(--kendo-color-dark-on-surface, #141414)}.k-button-clear-dark:focus:after,.k-button-clear-dark.k-focus:after,.k-button-clear-dark:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-light{color:var(--kendo-color-light-on-surface, #e0e0e0)}.k-button-clear-light:focus:after,.k-button-clear-light.k-focus:after,.k-button-clear-light:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-inverse{color:var(--kendo-color-inverse-on-surface, #141414)}.k-button-clear-inverse:focus:after,.k-button-clear-inverse.k-focus:after,.k-button-clear-inverse:active:after{background-color:currentColor;opacity:.1;display:block}.k-button-clear-base{color:var(--kendo-color-base-on-surface, #3d3d3d)}.k-button-clear-base:focus:after,.k-button-clear-base.k-focus:after,.k-button-clear-base:active:after{background-color:currentColor;opacity:.1;display:block}.k-animation-container{position:absolute;overflow:hidden;z-index:100;outline:none}.k-animation-container-fixed{position:fixed}.k-animation-container-relative{position:relative;display:inline-block}.k-animation-container{border-radius:0 0 .25rem .25rem}.k-animation-container-shown{overflow:visible}.k-popup{margin:0;padding:0;border-width:1px;border-style:solid;box-sizing:border-box;font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:flex;flex-direction:column;align-items:stretch}.k-popup .k-item{outline:none}.k-popup>.k-colorpalette{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-popup.k-popup-transparent{border-width:0;background-color:transparent;box-shadow:none}.k-popup.k-popup-flush{padding:0}.k-popup>.k-widget,.k-popup>.k-coloreditor{border-width:0}.k-popup .k-column-list{max-height:200px;overflow-x:hidden;overflow-y:auto}.k-popup .k-multicheck-wrap{max-height:300px;overflow:auto}.k-shadow{box-shadow:var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, .12), 0 4px 16px rgba(0, 0, 0, .12))}.k-popup{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff);box-shadow:var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, .12), 0 4px 16px rgba(0, 0, 0, .12))}.k-list-container{display:flex;flex-flow:column nowrap}.k-list-container>.k-list{flex:1;height:100%}.k-list{margin:0;padding:0;box-sizing:border-box;font-family:var(--kendo-font-family, inherit);display:flex;flex-flow:column nowrap;outline:none;position:relative;overflow:hidden}.k-list *,.k-list *:before,.k-list *:after{box-sizing:border-box}.k-popup>.k-list{height:100%;border-width:0}.k-list-group-sticky-header{border-width:0;border-width:0 0 1px;border-style:solid;font-weight:var(--kendo-font-weight-bold, normal);white-space:nowrap;display:flex;flex-flow:row nowrap;align-items:center;flex:none;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.k-list-content{border-color:inherit;flex:1 1 auto;overflow:hidden;overflow-y:auto;position:relative}.k-list-ul{margin:0;padding:0;border-width:0;border-color:inherit;height:auto;list-style:none}.k-list-item,.k-list-custom-value,.k-list-optionlabel{border:0;outline:none;cursor:pointer;display:flex;flex-flow:row nowrap;align-items:center;align-content:center;gap:var(--kendo-spacing-1, .25rem);position:relative;transition-property:color,background-color,outline-color,box-shadow;transition-duration:.2s;transition-timing-function:ease}.k-list-item.k-first:before,.k-first.k-list-custom-value:before,.k-first.k-list-optionlabel:before{content:"";border-width:1px 0 0;border-style:solid;position:absolute;top:0;left:0;right:0}.k-list-item-text:before,.k-list-header-text:before,.k-list-optionlabel:before{content:"​";width:0px;overflow:hidden}.k-list-optionlabel{column-gap:0}.k-list-custom-value{font-style:italic;position:-webkit-sticky;position:sticky}.k-list-group-item{border-width:0;border-width:1px 0 0;border-style:solid;font-weight:var(--kendo-font-weight-bold, normal);cursor:default;display:flex;flex-flow:row nowrap;align-items:center;align-content:center;gap:var(--kendo-spacing-1, .25rem);position:relative}.k-list-item-group-label{padding-block:0;padding-inline:.5em;font-size:.75em;position:absolute;top:0;inset-inline-end:0}.k-virtual-content,.k-virtual-list .k-list-content{overflow-y:scroll}.k-virtual-list .k-list-item,.k-virtual-list .k-list-optionlabel,.k-virtual-list .k-list-custom-value,.k-virtual-list .k-list-group-item,.k-virtual-content .k-list-item,.k-virtual-content .k-list-optionlabel,.k-virtual-content .k-list-custom-value,.k-virtual-content .k-list-group-item{position:absolute;width:100%}.k-virtual-list .k-list-item-text,.k-virtual-list .k-list-header-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-virtual-list .k-list-optionlabel{position:relative}.k-list-filter{display:block;position:relative;padding:var(--kendo-spacing-2, .5rem);box-sizing:border-box;flex:none}.k-list-sm{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-list-sm .k-list-group-sticky-header,.k-list-sm .k-list-item,.k-list-sm .k-list-optionlabel,.k-list-sm .k-list-custom-value,.k-list-sm .k-list-group-item{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-list-md{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-list-md .k-list-group-sticky-header{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-list-md .k-list-item,.k-list-md .k-list-optionlabel,.k-list-md .k-list-custom-value{padding-block:7px;padding-inline:var(--kendo-spacing-2, .5rem)}.k-list-md .k-list-group-item{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-list-lg{font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal)}.k-list-lg .k-list-group-sticky-header{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-list-lg .k-list-item,.k-list-lg .k-list-optionlabel,.k-list-lg .k-list-custom-value{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-list-lg .k-list-group-item{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-list{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--secondary-color);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-list-group-sticky-header{border-color:inherit;box-shadow:var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .12))}.k-list-item:hover,.k-list-optionlabel:hover,.k-list-custom-value:hover,.k-list-item.k-hover,.k-hover.k-list-optionlabel,.k-hover.k-list-custom-value{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-hover, #ebebeb)}.k-list-item:focus,.k-list-optionlabel:focus,.k-list-custom-value:focus,.k-list-item.k-focus,.k-focus.k-list-optionlabel,.k-focus.k-list-custom-value{box-shadow:none}.k-list-item.k-selected,.k-selected.k-list-optionlabel,.k-selected.k-list-custom-value{color:var(--secondary-color);background-color:var(--kendo-color-primary, #ff6358)}.k-list-item.k-selected:hover,.k-selected.k-list-optionlabel:hover,.k-selected.k-list-custom-value:hover,.k-list-item.k-selected.k-hover,.k-selected.k-hover.k-list-optionlabel,.k-selected.k-hover.k-list-custom-value{color:var(--secondary-color);background-color:var(--kendo-color-primary-hover, #ea5a51)}.k-list-optionlabel,.k-list-optionlabel.k-hover,.k-list-optionlabel:hover{color:var(--kendo-color-subtle, #666666)}.k-list-group-item{border-color:inherit}.k-list-item-group-label{color:var(--kendo-color-surface-alt, #ffffff);background-color:var(--secondary-color)}.k-menu-bar,.k-menu{border-width:0px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:flex;flex-wrap:nowrap;align-items:stretch;position:relative;cursor:default;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-menu-bar *,.k-menu *,.k-menu-bar *:before,.k-menu *:before,.k-menu-bar *:after,.k-menu *:after{box-sizing:border-box}.k-menu-item{border-width:0;outline:0;display:flex;flex-flow:column nowrap;flex:none;position:relative;-webkit-user-select:none;user-select:none}.k-menu-item.k-selected{font-weight:var(--kendo-font-weight-bold, normal)}.k-menu-item-content{display:block;height:auto;overflow:visible}.k-menu-item-content .k-actions,.k-menu-item-content .k-form-buttons,.k-menu-item-content .k-edit-buttons,.k-menu-item-content .k-action-buttons,.k-menu-item-content .k-columnmenu-actions{margin-top:0}.k-menu-link{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-3, .75rem);outline:0;color:inherit;display:flex;flex-flow:row nowrap;flex:1 1 auto;gap:var(--kendo-spacing-1, .25rem);align-items:center;position:relative;white-space:nowrap;cursor:pointer}.k-menu-link-text{display:flex;flex-flow:row nowrap;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.k-menu-expand-arrow{margin-inline-end:calc(var(--kendo-spacing-1, .25rem) * -1);display:inline-flex;flex-flow:row wrap;align-items:center;flex:none;position:relative}.k-menu-horizontal{flex-direction:row}.k-menu-horizontal>.k-menu-item+.k-menu-item{margin-inline-start:var(--kendo-spacing-0, 0px)}.k-menu-horizontal>.k-separator{margin-block:var(--kendo-spacing-1\.5, .375rem);margin-inline:var(--kendo-spacing-1, .25rem);width:0;height:auto;border-width:0 0 0 1px;border-style:solid}.k-menu-vertical{flex-direction:column;width:100%}.k-menu-vertical>.k-menu-item+.k-menu-item{margin-top:var(--kendo-spacing-0, 0px)}.k-menu-vertical>.k-menu-item>.k-menu-link{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);padding-inline-end:calc(var(--kendo-spacing-2, .5rem) * 2 + 16px)}.k-menu-vertical>.k-menu-item>.k-menu-link>.k-menu-expand-arrow{margin-inline-start:var(--kendo-spacing-2, .5rem);margin-inline-end:calc(-1 * (calc(var(--kendo-spacing-2, .5rem) * 2 + 16px) - var(--kendo-spacing-2, .5rem) / 2))}.k-menu-vertical>.k-separator{margin-block:var(--kendo-spacing-1\.5, .375rem);margin-inline:0;height:0;border-width:1px 0 0;border-style:solid;display:block}.k-menu-popup{box-sizing:border-box;border-width:1px;border-style:solid;overflow:auto;max-height:80vh}.k-menu-popup *,.k-menu-popup *:before,.k-menu-popup *:after{box-sizing:border-box}.k-menu-popup .k-menu-item{font-weight:initial}.k-menu-group{margin:0;padding:0;list-style:none;display:flex;flex-flow:column nowrap;position:absolute}.k-menu-group .k-menu-item+.k-menu-item{margin-top:var(--kendo-spacing-0, 0px)}.k-menu-group .k-separator{margin-block:var(--kendo-spacing-1, .25rem);margin-inline:0;height:0;border-width:1px 0 0;border-style:solid;display:block}.k-menu-popup .k-menu-group{position:relative}.k-menu-group-sm,.k-menu-group-sm .k-menu-item{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-menu-group-sm .k-menu-link{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem);padding-inline-end:calc(var(--kendo-spacing-2, .5rem) * 2 + 16px)}.k-menu-group-sm .k-menu-expand-arrow{margin-inline-start:var(--kendo-spacing-2, .5rem);margin-inline-end:calc(-1 * (calc(var(--kendo-spacing-2, .5rem) * 2 + 16px) - var(--kendo-spacing-2, .5rem) / 2))}.k-menu-group-md,.k-menu-group-md .k-menu-item{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-menu-group-md .k-menu-link{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);padding-inline-end:calc(var(--kendo-spacing-2, .5rem) * 2 + 16px)}.k-menu-group-md .k-menu-expand-arrow{margin-inline-start:var(--kendo-spacing-2, .5rem);margin-inline-end:calc(-1 * (calc(var(--kendo-spacing-2, .5rem) * 2 + 16px) - var(--kendo-spacing-2, .5rem) / 2))}.k-menu-group-lg,.k-menu-group-lg .k-menu-item{font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal)}.k-menu-group-lg .k-menu-link{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-2, .5rem);padding-inline-end:calc(var(--kendo-spacing-2, .5rem) * 2 + 16px)}.k-menu-group-lg .k-menu-expand-arrow{margin-inline-start:var(--kendo-spacing-2, .5rem);margin-inline-end:calc(-1 * (calc(var(--kendo-spacing-2, .5rem) * 2 + 16px) - var(--kendo-spacing-2, .5rem) / 2))}.k-popups-wrapper{position:relative;border:0;margin:0;padding:0}.k-context-menu{margin:0;border-width:1px;border-style:solid}.k-animation-container .k-context-menu.k-menu-horizontal{display:flex!important;flex-wrap:nowrap}.k-context-menu-popup{z-index:12000}.k-context-menu-popup .k-context-menu,.k-popup .k-context-menu{border-width:0}.k-menu-scroll-wrapper{margin:0;padding:0;border:0;position:relative;display:flex;align-items:center}.k-menu-scroll-wrapper .k-menu{overflow:hidden;flex-wrap:nowrap}.k-menu-scroll-wrapper-vertical{flex-direction:column}.k-menu-scroll-wrapper-vertical>.k-menu-scroll-button{width:100%}.k-menu:not(.k-context-menu){color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:transparent}.k-menu:not(.k-context-menu)>.k-item{color:var(--kendo-color-subtle, #666666)}.k-menu:not(.k-context-menu)>.k-item:hover,.k-menu:not(.k-context-menu)>.k-item.k-hover{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-menu:not(.k-context-menu)>.k-item:active,.k-menu:not(.k-context-menu)>.k-item.k-active{color:var(--kendo-color-primary, #ff6358)}.k-menu:not(.k-context-menu)>.k-item:focus,.k-menu:not(.k-context-menu)>.k-item.k-focus{box-shadow:none}.k-menu:not(.k-context-menu)>.k-item.k-selected{color:var(--kendo-color-primary, #ff6358)}.k-menu:not(.k-context-menu)>.k-separator{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-menu-group,.k-menu.k-context-menu{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-menu-group .k-item>.k-link:hover,.k-menu-group .k-item>.k-link.k-hover,.k-menu.k-context-menu .k-item>.k-link:hover,.k-menu.k-context-menu .k-item>.k-link.k-hover{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-hover, #ebebeb)}.k-menu-group .k-item>.k-link:active,.k-menu-group .k-item>.k-link.k-active,.k-menu-group .k-item>.k-link.k-selected,.k-menu.k-context-menu .k-item>.k-link:active,.k-menu.k-context-menu .k-item>.k-link.k-active,.k-menu.k-context-menu .k-item>.k-link.k-selected{color:var(--secondary-color);background-color:var(--kendo-color-primary, #ff6358)}.k-menu-group .k-item:focus>.k-link,.k-menu-group .k-item.k-focus>.k-link,.k-menu.k-context-menu .k-item:focus>.k-link,.k-menu.k-context-menu .k-item.k-focus>.k-link{box-shadow:none}.k-menu-group>.k-separator,.k-menu.k-context-menu>.k-separator{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-menu-scroll-wrapper .k-menu-scroll-button{color:var(--kendo-color-subtle, #666666)}.k-menu-scroll-wrapper .k-menu-scroll-button:hover{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-menu-scroll-wrapper .k-menu-scroll-button:hover:before{opacity:0}.k-toolbar{margin:0;padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);list-style:none;display:flex;flex-flow:row wrap;gap:var(--kendo-spacing-2, .5rem);align-items:center;justify-content:flex-start;position:relative;overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-toolbar:before{content:"";height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2)}.k-toolbar.k-toolbar-resizable{flex-wrap:nowrap}.k-toolbar.k-toolbar-scrollable{flex-wrap:nowrap;position:relative}.k-toolbar.k-toolbar-scrollable-overlay:before,.k-toolbar.k-toolbar-scrollable-overlay:after{content:"";height:100%;aspect-ratio:1;position:absolute;z-index:3}.k-toolbar.k-toolbar-scrollable-overlay:before{inset-inline-start:0}.k-toolbar.k-toolbar-scrollable-overlay:after{inset-inline-end:0}.k-toolbar.k-toolbar-scrollable-overlay.k-toolbar-scrollable-start:before,.k-toolbar.k-toolbar-scrollable-overlay.k-toolbar-scrollable-end:after{display:none}.k-toolbar>*{flex-shrink:0;display:inline-flex;align-content:center;vertical-align:middle}.k-toolbar>*>label{margin-inline-end:var(--kendo-spacing-2, .5rem);align-self:center}.k-toolbar .k-input,.k-toolbar .k-picker{width:10em}.k-toolbar .k-color-picker,.k-toolbar .k-colorpicker{width:min-content}.k-toolbar .k-toolbar-overflow-button{margin-inline-start:auto}.k-toolbar .k-toolbar-button-separator{height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2);margin-inline-start:auto}.k-toolbar .k-toolbar-button-separator+.k-toolbar-overflow-button{margin-inline-start:0}.k-toolbar .k-toolbar-spacer{height:calc(1.4285714286 * 1em);flex:1 0 0%}.k-toolbar .k-toolbar-item:focus,.k-toolbar .k-toolbar-item.k-focus{text-decoration:none;outline:0}.k-toolbar .k-separator,.k-toolbar-separator{width:0;height:calc(1.4285714286 * 1em);border-width:0 0 0 1px;border-style:solid;align-self:center}.k-toolbar-items{display:flex;flex-flow:row nowrap;gap:var(--kendo-spacing-2, .5rem);align-items:center;justify-content:flex-start;flex:1 1 auto;overflow:hidden}.k-toolbar-items-scroll{overflow-x:auto;scrollbar-width:none}.k-toolbar-items-scroll::-webkit-scrollbar{display:none}.k-toolbar-items-list{display:flex;flex-flow:row wrap;gap:var(--kendo-spacing-2, .5rem);align-items:center;justify-content:flex-start;flex:1 1 auto;overflow:hidden}.k-toolbar-outline{border-width:1px;background:none}.k-toolbar-flat{border-top-color:transparent!important;border-inline-color:transparent!important;background:none!important}.k-toolbar-group{display:flex;flex-direction:inherit;flex-wrap:nowrap;gap:inherit}.k-toolbar-sm{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);gap:var(--kendo-spacing-1\.5, .375rem)}.k-toolbar-sm:before{margin-inline-start:calc(var(--kendo-spacing-1\.5, .375rem) * -1)}.k-toolbar-sm.k-toolbar-scrollable-overlay:before{inset-inline-start:var(--kendo-spacing-1\.5, .375rem)}.k-toolbar-sm>*>label{margin-inline-end:var(--kendo-spacing-1\.5, .375rem)}.k-toolbar-sm .k-toolbar-items{gap:var(--kendo-spacing-1\.5, .375rem)}.k-toolbar-sm .k-toolbar-button-separator{height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, .125rem) * 2 + 1px * 2)}.k-toolbar-items-list-sm{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);gap:var(--kendo-spacing-1\.5, .375rem)}.k-toolbar-md{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);gap:var(--kendo-spacing-2, .5rem)}.k-toolbar-md:before{margin-inline-start:calc(var(--kendo-spacing-2, .5rem) * -1)}.k-toolbar-md.k-toolbar-scrollable-overlay:before{inset-inline-start:var(--kendo-spacing-2, .5rem)}.k-toolbar-md>*>label{margin-inline-end:var(--kendo-spacing-2, .5rem)}.k-toolbar-md .k-toolbar-items{gap:var(--kendo-spacing-2, .5rem)}.k-toolbar-md .k-toolbar-button-separator{height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2)}.k-toolbar-items-list-md{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);gap:var(--kendo-spacing-2, .5rem)}.k-toolbar-lg{padding-block:var(--kendo-spacing-2\.5, .625rem);padding-inline:var(--kendo-spacing-2\.5, .625rem);gap:var(--kendo-spacing-2\.5, .625rem)}.k-toolbar-lg:before{margin-inline-start:calc(var(--kendo-spacing-2\.5, .625rem) * -1)}.k-toolbar-lg.k-toolbar-scrollable-overlay:before{inset-inline-start:var(--kendo-spacing-2\.5, .625rem)}.k-toolbar-lg>*>label{margin-inline-end:var(--kendo-spacing-2\.5, .625rem)}.k-toolbar-lg .k-toolbar-items{gap:var(--kendo-spacing-2\.5, .625rem)}.k-toolbar-lg .k-toolbar-button-separator{height:calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, .5rem) * 2 + 1px * 2)}.k-toolbar-items-list-lg{padding-block:var(--kendo-spacing-2\.5, .625rem);padding-inline:var(--kendo-spacing-2\.5, .625rem);gap:var(--kendo-spacing-2\.5, .625rem)}.k-toolbar-sm:before{height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, .125rem) * 2 + 1px * 2)}.k-toolbar-md:before{height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2)}.k-toolbar-lg:before{height:calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, .5rem) * 2 + 1px * 2)}.k-floating-toolbar,.editorToolbarWindow.k-window-content{padding-block:var(--kendo-spacing-2, .5rem)!important;padding-inline:var(--kendo-spacing-2, .5rem)!important;border-width:1px;border-style:solid;display:flex;flex-flow:row nowrap;gap:var(--kendo-spacing-2, .5rem);align-items:center}.k-floating-toolbar .k-toolbar,.editorToolbarWindow.k-window-content .k-toolbar{padding:0;border-width:0;flex-shrink:1;color:inherit;background:none}.k-editortoolbar-dragHandle{cursor:move;display:flex;align-items:center;align-self:stretch;flex-shrink:0}.k-overflow-container{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-overflow-container>.k-item{border-color:inherit}.k-overflow-container .k-separator{margin:var(--kendo-spacing-1, .25rem) 0}.k-overflow-container .k-overflow-tool-group{display:block}.k-overflow-container .k-overflow-button{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);width:100%;height:auto;border-width:0;border-radius:0;aspect-ratio:auto;color:inherit;background-color:transparent;background-image:none;font:inherit;cursor:pointer;display:flex;flex-flow:row nowrap;align-items:center;align-content:center;gap:var(--kendo-spacing-1, .25rem);justify-content:flex-start;position:relative}.k-overflow-container .k-button-group{box-shadow:none;display:flex;flex-flow:column nowrap}.k-overflow-container .k-button-group .k-button{margin:0}.k-overflow-container .k-split-button{display:flex;flex-direction:column}.k-overflow-container .k-overflow-hidden{display:none}.k-toolbar .k-toolbar-item:focus,.k-toolbar .k-toolbar-item.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent)}.k-toolbar-items,.k-toolbar .k-separator,.k-toolbar-separator{border-color:inherit}.k-toolbar-solid{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-toolbar-solid.k-toolbar-scrollable-overlay:before{background:linear-gradient(90deg,var(--kendo-color-surface, #fafafa),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-toolbar-solid.k-toolbar-scrollable-overlay:after{background:linear-gradient(270deg,var(--kendo-color-surface, #fafafa),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-toolbar-items-list-solid{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-toolbar-outline{border-color:color-mix(in srgb,var(--kendo-color-on-base, #3d3d3d) 50%,transparent);color:var(--kendo-color-on-base, #3d3d3d)}.k-toolbar-outline.k-toolbar-scrollable-overlay:before{background:linear-gradient(90deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-toolbar-outline.k-toolbar-scrollable-overlay:after{background:linear-gradient(270deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-toolbar-items-list-outline{border-color:color-mix(in srgb,var(--kendo-color-on-base, #3d3d3d) 50%,transparent)}.k-toolbar-flat{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-toolbar-flat>.k-separator,.k-toolbar-flat .k-toolbar-separator{border-inline-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-toolbar-flat.k-toolbar-scrollable-overlay:before{background:linear-gradient(90deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-toolbar-flat.k-toolbar-scrollable-overlay:after{background:linear-gradient(270deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-toolbar-items-list-flat{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-floating-toolbar,.editorToolbarWindow.k-window-content{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-overflow-container .k-button:hover,.k-overflow-container .k-button.k-hover{color:var(--kendo-color-on-app-surface, #3d3d3d);background:var(--kendo-color-base-hover, #ebebeb)}.k-overflow-container .k-button:focus,.k-overflow-container .k-button.k-focus{box-shadow:none}.k-overflow-container .k-button:active,.k-overflow-container .k-button.k-active{color:var(--kendo-color-on-app-surface, #3d3d3d);background:var(--kendo-color-base-hover, #ebebeb)}.k-overflow-container .k-button.k-selected{color:var(--secondary-color);background:var(--kendo-color-primary, #ff6358)}.k-overflow-container .k-button:disabled,.k-overflow-container .k-button.k-disabled{color:inherit}:is(.k-rtl .k-toolbar-scrollable-overlay,[dir=rtl] .k-toolbar-scrollable-overlay,.k-toolbar-scrollable-overlay.k-rtl,.k-toolbar-scrollable-overlay[dir=rtl]):before{background:linear-gradient(270deg,var(--kendo-color-surface, #fafafa),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}:is(.k-rtl .k-toolbar-scrollable-overlay,[dir=rtl] .k-toolbar-scrollable-overlay,.k-toolbar-scrollable-overlay.k-rtl,.k-toolbar-scrollable-overlay[dir=rtl]):after{background:linear-gradient(90deg,var(--kendo-color-surface, #fafafa),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}:is(.k-rtl .k-toolbar-scrollable-overlay,[dir=rtl] .k-toolbar-scrollable-overlay,.k-toolbar-scrollable-overlay.k-rtl,.k-toolbar-scrollable-overlay[dir=rtl]).k-toolbar-outline:before{background:linear-gradient(270deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}:is(.k-rtl .k-toolbar-scrollable-overlay,[dir=rtl] .k-toolbar-scrollable-overlay,.k-toolbar-scrollable-overlay.k-rtl,.k-toolbar-scrollable-overlay[dir=rtl]).k-toolbar-outline:after{background:linear-gradient(90deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}:is(.k-rtl .k-toolbar-scrollable-overlay,[dir=rtl] .k-toolbar-scrollable-overlay,.k-toolbar-scrollable-overlay.k-rtl,.k-toolbar-scrollable-overlay[dir=rtl]).k-toolbar-flat:before{background:linear-gradient(270deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}:is(.k-rtl .k-toolbar-scrollable-overlay,[dir=rtl] .k-toolbar-scrollable-overlay,.k-toolbar-scrollable-overlay.k-rtl,.k-toolbar-scrollable-overlay[dir=rtl]).k-toolbar-flat:after{background:linear-gradient(90deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-overflow-auto{overflow:auto}.\!k-overflow-auto{overflow:auto!important}.k-overflow-hidden{overflow:hidden}.\!k-overflow-hidden{overflow:hidden!important}.k-overflow-visible{overflow:visible}.\!k-overflow-visible{overflow:visible!important}.k-overflow-scroll{overflow:scroll}.\!k-overflow-scroll{overflow:scroll!important}.k-overflow-clip{overflow:clip}.\!k-overflow-clip{overflow:clip!important}.k-overflow-x-auto{overflow-x:auto}.\!k-overflow-x-auto{overflow-x:auto!important}.k-overflow-x-hidden{overflow-x:hidden}.\!k-overflow-x-hidden{overflow-x:hidden!important}.k-overflow-x-visible{overflow-x:visible}.\!k-overflow-x-visible{overflow-x:visible!important}.k-overflow-x-scroll{overflow-x:scroll}.\!k-overflow-x-scroll{overflow-x:scroll!important}.k-overflow-x-clip{overflow-x:clip}.\!k-overflow-x-clip{overflow-x:clip!important}.k-overflow-y-auto{overflow-y:auto}.\!k-overflow-y-auto{overflow-y:auto!important}.k-overflow-y-hidden{overflow-y:hidden}.\!k-overflow-y-hidden{overflow-y:hidden!important}.k-overflow-y-visible{overflow-y:visible}.\!k-overflow-y-visible{overflow-y:visible!important}.k-overflow-y-scroll{overflow-y:scroll}.\!k-overflow-y-scroll{overflow-y:scroll!important}.k-overflow-y-clip{overflow-y:clip}.\!k-overflow-y-clip{overflow-y:clip!important}.k-align-baseline{vertical-align:baseline}.\!k-align-baseline{vertical-align:baseline!important}.k-align-top{vertical-align:top}.\!k-align-top{vertical-align:top!important}.k-align-middle{vertical-align:middle}.\!k-align-middle{vertical-align:middle!important}.k-align-bottom{vertical-align:bottom}.\!k-align-bottom{vertical-align:bottom!important}.k-align-text-top{vertical-align:text-top}.\!k-align-text-top{vertical-align:text-top!important}.k-align-text-bottom{vertical-align:text-bottom}.\!k-align-text-bottom{vertical-align:text-bottom!important}.k-align-sub{vertical-align:sub}.\!k-align-sub{vertical-align:sub!important}.k-align-super{vertical-align:super}.\!k-align-super{vertical-align:super!important}.k-pane-wrapper{border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:block;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-pane-wrapper .k-pane{width:100%;height:100%;-webkit-user-select:none;user-select:none;box-sizing:border-box;font-family:sans-serif;overflow-x:hidden}.k-pane-wrapper .k-view{top:0;left:0;position:relative;border:0;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:flex;height:100%;width:100%;flex-direction:column;align-items:stretch;align-content:stretch;vertical-align:top;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-pane-wrapper .k-content{min-height:1px;flex:1;align-items:stretch;display:block;width:auto;overflow:hidden;position:relative}.k-pane-wrapper>div.k-pane{box-shadow:none;font-weight:400}.k-pane-wrapper .k-popup-edit-form .k-content,.k-pane-wrapper .k-grid-edit-form .k-content,.k-pane-wrapper .k-grid-header-menu .k-content,.k-pane-wrapper .k-grid-filter-menu .k-content{overflow-y:auto}.k-pane-wrapper .k-popup-edit-form .k-content>.k-scroll-container,.k-pane-wrapper .k-grid-edit-form .k-content>.k-scroll-container,.k-pane-wrapper .k-grid-header-menu .k-content>.k-scroll-container,.k-pane-wrapper .k-grid-filter-menu .k-content>.k-scroll-container{position:absolute;width:100%;min-height:100%;box-sizing:border-box}.k-pane-wrapper .k-grid-edit-form .k-popup-edit-form,.k-pane-wrapper .k-grid-edit-form .k-edit-form-container{width:auto;min-width:auto}.k-grid.k-grid-mobile{border-width:0}.k-grid-mobile .k-resize-handle-inner:before{content:"";position:absolute;font:16px/1 WebComponentsIcons;top:calc(50% - 1px);left:50%;transform:translate(-50%,-50%);padding:.2em}.k-grid-mobile .k-header a{-webkit-user-select:none;user-select:none}.k-pane-wrapper .k-scheduler-edit-form .k-recur-view{padding:0;flex-direction:column;align-items:stretch}.k-pane-wrapper .k-scheduler-edit-form .k-recur-view>.k-listgroup-form-row{margin:0}.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap{width:100%;margin-block:-1px;margin-inline:0}.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap{white-space:nowrap}.k-scheduler.k-scheduler-mobile{border-width:0}.k-scheduler-mobile th{font-weight:400}.k-scheduler-mobile .k-event:hover .k-resize-handle{visibility:hidden}.k-scheduler-mobile .k-scheduler-toolbar{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-scheduler-mobile .k-scheduler-toolbar>*{margin:0}.k-scheduler-mobile .k-scheduler-toolbar:before{display:none}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;margin:0}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current{line-height:1;display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-evenly;gap:0}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown{display:inline-block}.k-scheduler-mobile .k-scheduler-footer{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);display:flex;justify-content:space-between}.k-scheduler-mobile .k-scheduler-footer>*{margin:0}.k-scheduler-mobile .k-scheduler-footer:before{display:none}.k-scheduler-mobile .k-scheduler-monthview .k-hidden{height:40px}.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td{height:40px;vertical-align:top;text-align:center}.k-scheduler-mobile .k-scheduler-monthview .k-events-container{position:absolute;text-align:center;height:6px;line-height:6px}.k-scheduler-mobile .k-scheduler-monthview .k-event{position:static;padding:4px;border-radius:50%;display:inline-block;width:4px;height:4px;min-height:0;margin:1px}.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header.k-mobile-horizontal-header .k-scheduler-times table tr:first-child,.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header .k-scheduler-date-group{display:none}.k-scheduler-mobile .k-scheduler-header-wrap>div{overflow:visible}.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header{display:none}.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table{table-layout:auto}.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn{width:1%}.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table td{white-space:normal}.k-scheduler-mobile .k-mobile-header .k-scheduler-table td,.k-scheduler-mobile .k-mobile-header .k-scheduler-table th{height:1.5em}.k-scheduler-mobile .k-time-text,.k-scheduler-mobile .k-time-period{display:block;line-height:1}.k-scheduler-mobile .k-time-period{font-size:.7em}.k-scheduler-mobile .k-scheduler-table td,.k-scheduler-mobile .k-scheduler-table th{height:2em;vertical-align:middle}.k-scheduler-mobile .k-scheduler-datecolumn-wrap{display:flex;align-items:center;justify-content:space-between}.k-scheduler-mobile .k-task{display:flex;align-items:center;gap:.5em}.k-scheduler-mobile .k-task .k-scheduler-mark{border-radius:50%;margin:0}.k-scheduler-mobile .k-task .k-scheduler-task-text{flex:1 1 0%}.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell,.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn{vertical-align:top}.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text,.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text{writing-mode:vertical-lr;transform:rotate(180deg);white-space:nowrap}.k-scheduler-mobile .k-scrollbar-h tr+tr .k-scheduler-times{border-bottom-width:0}.k-pane-wrapper .k-appbar{padding:var(--kendo-spacing-1, .25rem)}.k-pane-wrapper .k-list-title,.k-pane-wrapper .k-filter-help-text{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);display:block}.k-pane-wrapper .k-listgroup-title{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);font-weight:700;text-transform:uppercase}.k-pane-wrapper .k-listgroup .k-listgroup-item{border-color:inherit}.k-pane-wrapper .k-listgroup+.k-listgroup{margin-top:var(--kendo-spacing-4, 1rem)}.k-pane-wrapper .k-column-menu{padding:var(--kendo-spacing-2, .5rem);display:flex;flex-flow:column nowrap;gap:var(--kendo-spacing-2, .5rem)}.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable *{pointer-events:none}.k-pane-wrapper .k-column-menu .k-list-title,.k-pane-wrapper .k-column-menu .k-listgroup-title{padding:0}.k-pane-wrapper .k-column-menu .k-listgroup{margin-inline:calc(var(--kendo-spacing-2, .5rem) * -1)}.k-pane-wrapper .k-filter-menu{padding:var(--kendo-spacing-2, .5rem);display:flex;flex-flow:column nowrap;gap:var(--kendo-spacing-2, .5rem)}.k-pane-wrapper .k-filter-menu .k-list-title{padding:0}.k-pane-wrapper .k-filter-menu .k-list-filter{padding:0;display:flex;flex-flow:column nowrap;gap:inherit}.k-pane-wrapper .k-filter-menu .k-filter-tools{display:flex;flex-flow:row nowrap;gap:inherit}.k-pane-wrapper .k-filter-menu .k-listgroup{margin-inline:calc(var(--kendo-spacing-2, .5rem) * -1)}.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap{display:flex}.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor{display:flex;align-items:center;justify-content:flex-end;position:relative;flex:1 1 auto}.k-pane-wrapper .k-multicheck-wrap.k-listgroup{overflow-y:auto}.k-pane-wrapper .k-pager-wrap.k-pager-sm,.k-pane-wrapper .k-pager.k-pager-sm{justify-content:center}.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,.k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh{display:none}:is(.k-rtl .k-pane-wrapper,[dir=rtl] .k-pane-wrapper,.k-pane-wrapper[dir=rtl]) .k-scheduler-mobile .k-scheduler-toolbar>ul>li{border:0}:is(.k-rtl .k-pane-wrapper,[dir=rtl] .k-pane-wrapper,.k-pane-wrapper[dir=rtl]) .k-scheduler-mobile .k-task .k-i-reload{margin-left:.5em;margin-right:0}.k-pane-wrapper,.k-view{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-pane-wrapper .k-pane>.k-view>.k-content{background-position:50% 50%;background-color:var(--kendo-color-surface, #fafafa)}.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active+th.k-header{border-left-color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner:before{background-color:var(--kendo-color-surface, #fafafa)}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current{color:var(--kendo-color-primary, #ff6358)}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate{color:inherit}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday{color:var(--kendo-color-subtle, #666666)}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day{background-color:var(--kendo-color-surface, #fafafa)}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools>li{display:inline-block;background-color:inherit}.k-pane-wrapper .k-pane .k-grid-edit-form .k-item,.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,.k-pane-wrapper .k-pane .k-grid-header-menu .k-item,.k-pane-wrapper .k-pane .k-grid-header-menu .k-link,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,.k-pane-wrapper .k-pane .k-grid-header-menu .k-clear,.k-pane-wrapper .k-pane .k-grid-header-menu .k-select-all,.k-pane-wrapper .k-pane .k-grid-header-menu .k-scheduler-delete,.k-pane-wrapper .k-pane .k-grid-header-menu .k-scheduler-resetSeries,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries{color:var(--kendo-color-primary, #ff6358)}.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-selected{color:var(--kendo-color-primary, #ff6358);background:none}.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-selected .k-link{color:inherit}.k-progressbar{border-radius:var(--kendo-border-radius-md, .25rem);--kendo-progressbar-value: 0;border-width:0px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size-sm, inherit);line-height:var(--kendo-line-height-xs, normal);display:inline-grid;vertical-align:middle;position:relative;overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-progressbar *,.k-progressbar *:before,.k-progressbar *:after{box-sizing:border-box}.k-progressbar>.k-progressbar-value{border-width:0;border-style:solid;display:flex;overflow:hidden;grid-column:1/-1;grid-row:1/-1}.k-progressbar>.k-progressbar-chunks{border-width:inherit;border-style:inherit;white-space:nowrap;display:flex;align-items:stretch;flex:1;gap:1px;grid-column:1/-1;grid-row:1/-1}.k-progressbar .k-progressbar-chunk{display:block;border-width:0;flex:1}.k-progress-status-wrap{width:100%;height:100%;display:flex;align-items:center;flex-shrink:0;grid-column:1/-1;grid-row:1/-1}.k-progress-status-wrap.k-progress-start{justify-content:flex-start}.k-progress-status-wrap.k-progress-center{justify-content:center}.k-progress-status-wrap.k-progress-end{justify-content:flex-end}.k-progress-status{padding-block:0;padding-inline:var(--kendo-spacing-2, .5rem);min-width:10px;text-align:center;display:inline-block;white-space:nowrap}.k-progressbar-horizontal{width:100%;height:var(--kendo-progressbar-height, 22px);grid-template-columns:1fr;grid-template-rows:100%}.k-progressbar-horizontal .k-progress-status-wrap{flex-direction:row}.k-progressbar-horizontal>.k-progressbar-value{width:calc(var(--kendo-progressbar-value, 0) * 1%);flex-direction:row}.k-progressbar-horizontal>.k-progressbar-value>.k-progress-status-wrap{width:calc(100% * 100 / var(--kendo-progressbar-value, 1))}.k-progressbar-horizontal>.k-progressbar-chunks{flex-direction:row}.k-progressbar-horizontal.k-progressbar-reverse>.k-progressbar-value{flex-direction:row-reverse;justify-self:flex-end}.k-progressbar-horizontal.k-progressbar-reverse>.k-progressbar-chunks{flex-direction:row-reverse}.k-progressbar-vertical{width:var(--kendo-progressbar-height, 22px);height:27em;grid-template-columns:100%;grid-template-rows:1fr}.k-progressbar-vertical .k-progress-status-wrap{flex-direction:column-reverse}.k-progressbar-vertical .k-progress-status{writing-mode:vertical-lr}.k-progressbar-vertical>.k-progressbar-value{height:calc(var(--kendo-progressbar-value, 0) * 1%);flex-direction:column-reverse;align-self:flex-end;align-items:flex-end}.k-progressbar-vertical>.k-progressbar-value>.k-progress-status-wrap{height:calc(100% * 100 / var(--kendo-progressbar-value, 1))}.k-progressbar-vertical>.k-progressbar-chunks{flex-direction:column-reverse}.k-progressbar-vertical.k-progressbar-reverse{flex-direction:column}.k-progressbar-vertical.k-progressbar-reverse>.k-progressbar-value{flex-direction:column;align-self:flex-start}.k-progressbar-vertical.k-progressbar-reverse>.k-progressbar-chunks{flex-direction:column}.k-progressbar-indeterminate .k-progress-status-wrap,.k-progressbar-indeterminate .k-progressbar-value,.k-progressbar-indeterminate .k-progressbar-chunk{display:none}.telerik-blazor.k-progressbar-horizontal>.k-progressbar-value,.telerik-blazor.k-progressbar-horizontal>.k-progressbar-value>.k-progress-status-wrap{transition:width .1s ease-in-out}.k-rtl .k-progressbar,.k-progressbar[dir=rtl]{direction:rtl}.k-circular-progressbar{display:inline-block;text-align:start;position:relative}.k-circular-progressbar-surface{height:100%}.k-circular-progressbar-surface>div{width:100%;height:100%}.k-circular-progressbar-surface svg{width:100%;height:100%}.k-circular-progressbar-scale{fill:none}.k-circular-progressbar-arc{transform-box:fill-box;transform-origin:center center;transform:rotate(-90deg);stroke-linecap:round;fill:none}.k-circular-progressbar-label{position:absolute;text-align:center;padding:0;margin:0}@keyframes kendo-progressbar-indeterminate-animation{0%{background-position:0 0}to{background-position:22px 0}}.k-progressbar{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-subtle, #ebebeb)}.k-progressbar .k-selected{border-color:var(--kendo-color-primary-active, #d45349);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-chunk-progressbar{background-color:transparent}.k-progressbar-chunk{background-color:var(--kendo-color-base-subtle, #ebebeb)}.k-progressbar-chunk .k-selected{background-color:var(--kendo-color-primary, #ff6358)}.k-progressbar-indeterminate{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-subtle, #ebebeb);background-image:linear-gradient(45deg,color-mix(in srgb,var(--kendo-color-base-emphasis, #c2c2c2) 55%,transparent) 25%,transparent 25%,transparent 50%,color-mix(in srgb,var(--kendo-color-base-emphasis, #c2c2c2) 55%,transparent) 50%,color-mix(in srgb,var(--kendo-color-base-emphasis, #c2c2c2) 55%,transparent) 75%,transparent 75%,transparent);background-size:22px 22px;animation:kendo-progressbar-indeterminate-animation 1s linear infinite}.k-circular-progressbar-scale{stroke:var(--kendo-color-base-subtle, #ebebeb)}.k-circular-progressbar-arc{stroke:var(--kendo-color-primary, #ff6358);transition:stroke .5s ease}.k-actions,.k-form-buttons,.k-edit-buttons,.k-action-buttons,.k-columnmenu-actions{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);box-sizing:border-box;border-width:0px 0 0 0;border-style:solid;border-color:inherit;flex-shrink:0;display:flex;flex-flow:row nowrap;align-items:center;gap:var(--kendo-spacing-2, .5rem);overflow:hidden;clear:both}.k-actions *,.k-form-buttons *,.k-edit-buttons *,.k-action-buttons *,.k-columnmenu-actions *,.k-actions *:before,.k-form-buttons *:before,.k-edit-buttons *:before,.k-action-buttons *:before,.k-columnmenu-actions *:before,.k-actions *:after,.k-form-buttons *:after,.k-edit-buttons *:after,.k-action-buttons *:after,.k-columnmenu-actions *:after{box-sizing:border-box}.k-popup .k-actions,.k-popup .k-form-buttons,.k-popup .k-edit-buttons,.k-popup .k-action-buttons,.k-popup .k-columnmenu-actions{margin-top:var(--kendo-spacing-4, 1rem)}.k-actions-start{justify-content:flex-start}.k-actions-center{justify-content:center}.k-actions-end{justify-content:flex-end}.k-actions-justify{justify-content:space-between}.k-actions-stretched>*{flex:1 0 0%}.k-actions-horizontal{width:100%;flex-flow:row nowrap}.k-actions-vertical{flex-flow:column nowrap;align-items:normal}.k-justify-content-normal{justify-content:normal}.\!k-justify-content-normal{justify-content:normal!important}.k-justify-content-stretch{justify-content:stretch}.\!k-justify-content-stretch{justify-content:stretch!important}.k-justify-content-center{justify-content:center}.\!k-justify-content-center{justify-content:center!important}.k-justify-content-start{justify-content:start}.\!k-justify-content-start{justify-content:start!important}.k-justify-content-end{justify-content:end}.\!k-justify-content-end{justify-content:end!important}.k-justify-content-flex-start{justify-content:flex-start}.\!k-justify-content-flex-start{justify-content:flex-start!important}.k-justify-content-flex-end{justify-content:flex-end}.\!k-justify-content-flex-end{justify-content:flex-end!important}.k-justify-content-left{justify-content:left}.\!k-justify-content-left{justify-content:left!important}.k-justify-content-right{justify-content:right}.\!k-justify-content-right{justify-content:right!important}.k-justify-content-baseline{justify-content:baseline}.\!k-justify-content-baseline{justify-content:baseline!important}.k-justify-content-first-baseline{justify-content:first baseline}.\!k-justify-content-first-baseline{justify-content:first baseline!important}.k-justify-content-last-baseline{justify-content:last baseline}.\!k-justify-content-last-baseline{justify-content:last baseline!important}.k-justify-content-between{justify-content:space-between}.\!k-justify-content-between{justify-content:space-between!important}.k-justify-content-around{justify-content:space-around}.\!k-justify-content-around{justify-content:space-around!important}.k-justify-content-evenly{justify-content:space-evenly}.\!k-justify-content-evenly{justify-content:space-evenly!important}.k-justify-content-stretch>*{flex:1 0 0%}.\!.k-justify-content-stretch>*{flex:1 0 0%!important}.k-input,.k-picker{border-radius:4px;margin:0;padding:0;width:100%;min-width:0;box-sizing:border-box;border-width:1px;border-style:solid;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);font-weight:400;text-align:start;box-shadow:none;display:inline-flex;flex-flow:row nowrap;align-items:stretch;vertical-align:middle;position:relative;overflow:hidden;text-overflow:ellipsis;-webkit-appearance:none}.k-input *,.k-input *:before,.k-input *:after,.k-picker *,.k-picker *:before,.k-picker *:after{box-sizing:border-box}.k-input>.k-input,.k-input>.k-picker,.k-picker>.k-input,.k-picker>.k-picker{border-width:0!important;color:inherit;background:none;font:inherit;outline:0;box-shadow:none}.k-input>*,.k-picker>*{margin:0}.k-input::placeholder,.k-picker::placeholder{color:var(--kendo-color-subtle, #666666);opacity:1;-webkit-user-select:none;user-select:none}input.k-input,textarea.k-textarea{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}input.k-input:disabled,input.k-input[disabled],textarea.k-textarea:disabled,textarea.k-textarea[disabled]{outline:none;cursor:default;opacity:.6;filter:grayscale(.1);pointer-events:none;box-shadow:none}:is([disabled],.k-disabled) :is(input.k-input,textarea.k-textarea):is(:disabled,[disabled]){opacity:1;filter:grayscale(0)}textarea.k-textarea{overflow:auto}.k-picker{cursor:pointer}select.k-picker{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);-webkit-appearance:auto;appearance:auto;align-items:center}select.k-picker:disabled,select.k-picker[disabled]{outline:none;cursor:default;opacity:.6;filter:grayscale(.1);pointer-events:none;box-shadow:none}:is([disabled],.k-disabled) select.k-picker:is(:disabled,[disabled]){opacity:1;filter:grayscale(0)}.k-input-inner{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);width:100%;border:0;outline:0;color:inherit;background:none;font:inherit;flex:1;position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;-webkit-appearance:none}.k-input-inner::placeholder{color:var(--kendo-color-subtle, #666666);opacity:1;-webkit-user-select:none;user-select:none}.k-input-inner:invalid{box-shadow:none}span.k-input-inner{white-space:nowrap;display:flex;flex-flow:row nowrap;align-items:center}textarea.k-input-inner{margin:0}.k-input-value-icon{flex:none}.k-input-value-text{flex:1;overflow:hidden;text-overflow:ellipsis}.k-input-value-text:before{content:"​";width:0px;overflow:hidden;flex:none;display:inline-block;vertical-align:top}.k-input-values{min-width:0px;width:100%;display:flex;flex-flow:row wrap;align-items:center;cursor:text}.k-input-values .k-chip-list{display:contents}.k-icon-picker>.k-input-inner{padding:var(--kendo-spacing-1, .25rem);justify-content:center}.k-input-prefix,.k-input-suffix{border-color:inherit;display:flex;align-items:center;flex:none}.k-input-prefix>*,.k-input-suffix>*{flex-shrink:0;border:none}.k-input-prefix-vertical,.k-input-suffix-vertical{flex-flow:column wrap}.k-input-prefix-horizontal,.k-input-suffix-horizontal{flex-flow:row wrap}.k-input-separator{margin:0;border-style:solid;border-color:inherit;border-width:0 0 0 1px;height:16px;align-self:center}.k-input-separator-horizontal{height:auto;margin-inline:var(--kendo-spacing-1, .25rem);align-self:stretch;border-width:1px 0 0}.k-input-separator-vertical{height:auto;margin-block:var(--kendo-spacing-1, .25rem);align-self:stretch;border-width:0 0 0 1px}.k-input-group{margin:0;padding:0;border-width:0;box-sizing:border-box;list-style:none;outline:0;display:inline-flex;flex-flow:row nowrap;vertical-align:middle;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-input-group>.k-input+.k-input{margin-inline-start:-1px}.k-input-group>.k-input:hover,.k-input-group>.k-input.k-hover,.k-input-group>.k-input:focus,.k-input-group>.k-input:focus-within,.k-input-group>.k-input.k-focus,.k-input-group>.k-input:active,.k-input-group>.k-input.k-active,.k-input-group>.k-input.k-selected{z-index:2}.k-input-group .k-input:not(:first-child):not(:last-child){border-start-end-radius:0;border-end-end-radius:0;border-start-start-radius:0;border-end-start-radius:0}.k-input-group>.k-input:first-child:not(:only-child){border-start-end-radius:0;border-end-end-radius:0}.k-input-group>.k-input:last-child:not(:only-child){border-start-start-radius:0;border-end-start-radius:0}.k-input-group:disabled,.k-input-group[disabled],.k-input-group.k-disabled{opacity:1;filter:none}.k-input-icon,.k-input-validation-icon,.k-input-loading-icon{flex:none;align-self:center;display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:center;box-sizing:content-box}.k-input-loading-icon{width:1em;height:1em;font-size:16px}.k-input-icon.k-svg-icon>svg,.k-input-icon.k-icon-md>svg,.k-input-validation-icon.k-svg-icon>svg,.k-input-validation-icon.k-icon-md>svg,.k-input-loading-icon.k-svg-icon>svg,.k-input-loading-icon.k-icon-md>svg{width:16px;height:16px}.k-input-icon.k-icon-xs>svg,.k-input-validation-icon.k-icon-xs>svg,.k-input-loading-icon.k-icon-xs>svg{width:12px;height:12px}.k-input-icon.k-icon-sm>svg,.k-input-validation-icon.k-icon-sm>svg,.k-input-loading-icon.k-icon-sm>svg{width:14px;height:14px}.k-input-icon.k-icon-lg>svg,.k-input-validation-icon.k-icon-lg>svg,.k-input-loading-icon.k-icon-lg>svg{width:20px;height:20px}.k-input-icon.k-icon-xl>svg,.k-input-validation-icon.k-icon-xl>svg,.k-input-loading-icon.k-icon-xl>svg{width:24px;height:24px}.k-input-icon.k-icon-xxl>svg,.k-input-validation-icon.k-icon-xxl>svg,.k-input-loading-icon.k-icon-xxl>svg{width:32px;height:32px}.k-input-icon.k-icon-xxxl>svg,.k-input-validation-icon.k-icon-xxxl>svg,.k-input-loading-icon.k-icon-xxxl>svg{width:48px;height:48px}.k-clear-value{outline:0;flex:none;align-self:center;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5}.k-clear-value:hover,.k-clear-value.k-hover{opacity:1}.k-clear-value:focus-visible{outline:1px dotted;outline-offset:-1px}.k-input-button{width:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2);border-width:0;border-inline-start-width:0;flex:none;aspect-ratio:auto;box-shadow:none}.k-input-button>.k-button-icon{min-width:auto!important}.k-input-button:focus{box-shadow:none}.k-picker .k-input-button{color:inherit;background:none;border-color:transparent}.k-input-spinner{width:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2);flex:none;display:flex;flex-flow:column nowrap}.k-input-spinner .k-spinner-increase,.k-input-spinner .k-spinner-decrease{border-width:0;border-inline-start-width:0;flex:1 1 50%;box-shadow:none;position:relative;aspect-ratio:auto}.k-input-spinner .k-spinner-increase .k-button-icon,.k-input-spinner .k-spinner-decrease .k-button-icon{margin-block:-1em;margin-inline:0;min-width:auto!important;min-height:auto!important}.k-input-spinner .k-spinner-increase .k-icon{bottom:auto}.k-input-spinner .k-spinner-decrease .k-icon{top:auto}.k-searchbar{flex:1 1 auto;display:flex;flex-flow:row nowrap}.k-picker-wrap,.k-dropdown-wrap,.k-dateinput-wrap,.k-multiselect-wrap,.k-numeric-wrap{width:100%;border-width:0;border-color:inherit;box-sizing:border-box;flex:1 1 auto;display:flex;flex-flow:row nowrap;overflow:hidden;position:relative}.k-input-flat,.k-picker-flat{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;border-width:1px 0;border-top-color:transparent!important;background-image:none!important}.k-input-outline{background:none!important}.k-input-sm,.k-picker-sm{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-input-sm .k-input-values,.k-picker-sm .k-input-values{padding:calc(var(--kendo-spacing-0\.5, .125rem) / 2);gap:calc(var(--kendo-spacing-0\.5, .125rem) / 2)}.k-input-sm .k-input-values>.k-searchbar,.k-input-sm .k-input-values>.k-input-inner,.k-picker-sm .k-input-values>.k-searchbar,.k-picker-sm .k-input-values>.k-input-inner{margin:calc(var(--kendo-spacing-0\.5, .125rem) / 2 * -1)}.k-input-sm .k-input-inner,.k-picker-sm .k-input-inner{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-input-sm .k-input-button,.k-input-sm .k-spinner-increase,.k-input-sm .k-spinner-decrease,.k-picker-sm .k-input-button,.k-picker-sm .k-spinner-increase,.k-picker-sm .k-spinner-decrease{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-0\.5, .125rem)}.k-input-sm .k-input-icon,.k-input-sm .k-input-validation-icon,.k-input-sm .k-input-loading-icon,.k-input-sm .k-clear-value,.k-input-sm .k-input-prefix>.k-icon,.k-input-sm .k-input-prefix>.k-input-prefix-text,.k-input-sm .k-input-suffix>.k-icon,.k-input-sm .k-input-suffix>.k-input-suffix-text,.k-picker-sm .k-input-icon,.k-picker-sm .k-input-validation-icon,.k-picker-sm .k-input-loading-icon,.k-picker-sm .k-clear-value,.k-picker-sm .k-input-prefix>.k-icon,.k-picker-sm .k-input-prefix>.k-input-prefix-text,.k-picker-sm .k-input-suffix>.k-icon,.k-picker-sm .k-input-suffix>.k-input-suffix-text{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-0\.5, .125rem);box-sizing:content-box}.k-input-sm .k-input-separator-horizontal,.k-picker-sm .k-input-separator-horizontal{margin-inline:var(--kendo-spacing-0\.5, .125rem)}.k-input-sm .k-input-separator-vertical,.k-picker-sm .k-input-separator-vertical{margin-block:var(--kendo-spacing-0\.5, .125rem)}.k-input-sm.k-icon-picker>.k-input-inner,.k-picker-sm.k-icon-picker>.k-input-inner{width:calc(var(--kendo-line-height, normal) * 1em);height:calc(var(--kendo-line-height, normal) * 1em);padding:var(--kendo-spacing-0\.5, .125rem);box-sizing:content-box}.k-dropdown-operator.k-picker-sm .k-input-button{padding:var(--kendo-spacing-0\.5, .125rem)}select.k-picker-sm{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-input-md,.k-picker-md{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-input-md .k-input-values,.k-picker-md .k-input-values{padding:calc(var(--kendo-spacing-1, .25rem) / 2);gap:calc(var(--kendo-spacing-1, .25rem) / 2)}.k-input-md .k-input-values>.k-searchbar,.k-input-md .k-input-values>.k-input-inner,.k-picker-md .k-input-values>.k-searchbar,.k-picker-md .k-input-values>.k-input-inner{margin:calc(var(--kendo-spacing-1, .25rem) / 2 * -1)}.k-input-md .k-input-inner,.k-picker-md .k-input-inner{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-input-md .k-input-button,.k-input-md .k-spinner-increase,.k-input-md .k-spinner-decrease,.k-picker-md .k-input-button,.k-picker-md .k-spinner-increase,.k-picker-md .k-spinner-decrease{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-input-md .k-input-icon,.k-input-md .k-input-validation-icon,.k-input-md .k-input-loading-icon,.k-input-md .k-clear-value,.k-input-md .k-input-prefix>.k-icon,.k-input-md .k-input-prefix>.k-input-prefix-text,.k-input-md .k-input-suffix>.k-icon,.k-input-md .k-input-suffix>.k-input-suffix-text,.k-picker-md .k-input-icon,.k-picker-md .k-input-validation-icon,.k-picker-md .k-input-loading-icon,.k-picker-md .k-clear-value,.k-picker-md .k-input-prefix>.k-icon,.k-picker-md .k-input-prefix>.k-input-prefix-text,.k-picker-md .k-input-suffix>.k-icon,.k-picker-md .k-input-suffix>.k-input-suffix-text{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);box-sizing:content-box}.k-input-md .k-input-separator-horizontal,.k-picker-md .k-input-separator-horizontal{margin-inline:var(--kendo-spacing-1, .25rem)}.k-input-md .k-input-separator-vertical,.k-picker-md .k-input-separator-vertical{margin-block:var(--kendo-spacing-1, .25rem)}.k-input-md.k-icon-picker>.k-input-inner,.k-picker-md.k-icon-picker>.k-input-inner{width:calc(var(--kendo-line-height, normal) * 1em);height:calc(var(--kendo-line-height, normal) * 1em);padding:var(--kendo-spacing-1, .25rem);box-sizing:content-box}.k-dropdown-operator.k-picker-md .k-input-button{padding:var(--kendo-spacing-1, .25rem)}select.k-picker-md{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-input-lg,.k-picker-lg{font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal)}.k-input-lg .k-input-values,.k-picker-lg .k-input-values{padding:calc(var(--kendo-spacing-2, .5rem) / 2);gap:calc(var(--kendo-spacing-2, .5rem) / 2)}.k-input-lg .k-input-values>.k-searchbar,.k-input-lg .k-input-values>.k-input-inner,.k-picker-lg .k-input-values>.k-searchbar,.k-picker-lg .k-input-values>.k-input-inner{margin:calc(var(--kendo-spacing-2, .5rem) / 2 * -1)}.k-input-lg .k-input-inner,.k-picker-lg .k-input-inner,.k-input-lg .k-input-button,.k-input-lg .k-spinner-increase,.k-input-lg .k-spinner-decrease,.k-picker-lg .k-input-button,.k-picker-lg .k-spinner-increase,.k-picker-lg .k-spinner-decrease{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-input-lg .k-input-icon,.k-input-lg .k-input-validation-icon,.k-input-lg .k-input-loading-icon,.k-input-lg .k-clear-value,.k-input-lg .k-input-prefix>.k-icon,.k-input-lg .k-input-prefix>.k-input-prefix-text,.k-input-lg .k-input-suffix>.k-icon,.k-input-lg .k-input-suffix>.k-input-suffix-text,.k-picker-lg .k-input-icon,.k-picker-lg .k-input-validation-icon,.k-picker-lg .k-input-loading-icon,.k-picker-lg .k-clear-value,.k-picker-lg .k-input-prefix>.k-icon,.k-picker-lg .k-input-prefix>.k-input-prefix-text,.k-picker-lg .k-input-suffix>.k-icon,.k-picker-lg .k-input-suffix>.k-input-suffix-text{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);box-sizing:content-box}.k-input-lg .k-input-separator-horizontal,.k-picker-lg .k-input-separator-horizontal{margin-inline:var(--kendo-spacing-2, .5rem)}.k-input-lg .k-input-separator-vertical,.k-picker-lg .k-input-separator-vertical{margin-block:var(--kendo-spacing-2, .5rem)}.k-input-lg.k-icon-picker>.k-input-inner,.k-picker-lg.k-icon-picker>.k-input-inner{width:calc(var(--kendo-line-height-lg, normal) * 1em);height:calc(var(--kendo-line-height-lg, normal) * 1em);padding:var(--kendo-spacing-2, .5rem);box-sizing:content-box}.k-dropdown-operator.k-picker-lg .k-input-button{padding:var(--kendo-spacing-2, .5rem)}select.k-picker-lg{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-input>kendo-popup,.k-picker>kendo-popup{position:fixed}@keyframes autoFillStart{}@keyframes autoFillEnd{}.k-autofill:-webkit-autofill{animation-name:autoFillStart}.k-autofill:not(:-webkit-autofill){animation-name:autoFillEnd}.k-input:-webkit-autofill{animation-name:autoFillStart}.k-input:not(:-webkit-autofill){animation-name:autoFillEnd}.k-input-solid{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:#343a40;background-color:var(--kendo-color-surface-alt, #ffffff)}.k-input-solid:hover,.k-input-solid.k-hover{border-color:#878787}.k-input-solid:focus,.k-input-solid.k-focus{border-color:#878787;box-shadow:none}.k-input-solid:focus-within{border-color:#878787;box-shadow:none}.k-input-solid.k-invalid,.k-input-solid.ng-invalid.ng-touched,.k-input-solid.ng-invalid.ng-dirty{border-color:#d63232}.k-input-solid.k-invalid .k-input-validation-icon,.k-input-solid.ng-invalid.ng-touched .k-input-validation-icon,.k-input-solid.ng-invalid.ng-dirty .k-input-validation-icon{color:var(--kendo-color-error, #f31700)}.k-input-solid .k-input-prefix,.k-input-solid .k-input-suffix{color:var(--kendo-color-subtle, #666666)}.k-input-solid .k-input-separator{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-picker-solid{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-base, #3d3d3d);background-color:var(--kendo-color-base, #f5f5f5);background-image:none}.k-picker-solid:hover,.k-picker-solid.k-hover{background-color:var(--kendo-color-base-hover, #ebebeb)}.k-picker-solid:focus,.k-picker-solid.k-focus{box-shadow:none}.k-picker-solid:focus-within{box-shadow:none}.k-picker-solid.k-invalid,.k-picker-solid.ng-invalid.ng-touched,.k-picker-solid.ng-invalid.ng-dirty{border-color:#d63232}.k-picker-solid.k-invalid .k-input-validation-icon,.k-picker-solid.ng-invalid.ng-touched .k-input-validation-icon,.k-picker-solid.ng-invalid.ng-dirty .k-input-validation-icon{color:var(--kendo-color-error, #f31700)}.k-input-outline{border-color:color-mix(in srgb,var(--kendo-color-on-base, #3d3d3d) 50%,transparent);color:#343a40}.k-input-outline>.k-input-button{border-color:inherit}.k-input-outline>.k-input-spinner{border-color:inherit}.k-input-outline>.k-input-spinner>.k-spinner-increase,.k-input-outline>.k-input-spinner>.k-spinner-decrease{border-color:inherit}.k-input-outline:hover,.k-input-outline.k-hover{border-color:color-mix(in srgb,var(--kendo-color-on-base, #3d3d3d) 80%,transparent)}.k-input-outline:focus,.k-input-outline.k-focus{box-shadow:none}.k-input-outline:focus-within{box-shadow:none}.k-input-outline.k-invalid,.k-input-outline.ng-invalid.ng-touched,.k-input-outline.ng-invalid.ng-dirty{border-color:#d63232}.k-input-outline.k-invalid .k-input-validation-icon,.k-input-outline.ng-invalid.ng-touched .k-input-validation-icon,.k-input-outline.ng-invalid.ng-dirty .k-input-validation-icon{color:var(--kendo-color-error, #f31700)}.k-input-outline .k-input-prefix,.k-input-outline .k-input-suffix{color:var(--kendo-color-subtle, #666666)}.k-input-outline .k-input-separator{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-picker-outline{border-color:color-mix(in srgb,var(--kendo-color-on-base, #3d3d3d) 50%,transparent);color:var(--kendo-color-on-base, #3d3d3d)}.k-picker-outline:hover,.k-picker-outline.k-hover{border-color:var(--kendo-color-on-base, #3d3d3d);color:var(--kendo-color-base, #f5f5f5);background-color:var(--kendo-color-on-base, #3d3d3d)}.k-picker-outline:focus,.k-picker-outline.k-focus{box-shadow:none}.k-picker-outline:focus-within{box-shadow:none}.k-picker-outline.k-invalid,.k-picker-outline.ng-invalid.ng-touched,.k-picker-outline.ng-invalid.ng-dirty{border-color:#d63232}.k-picker-outline.k-invalid .k-input-validation-icon,.k-picker-outline.ng-invalid.ng-touched .k-input-validation-icon,.k-picker-outline.ng-invalid.ng-dirty .k-input-validation-icon{color:var(--kendo-color-error, #f31700)}.k-input-flat{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:#343a40}.k-input-flat:hover,.k-input-flat.k-hover{border-color:#878787}.k-input-flat:focus,.k-input-flat.k-focus{box-shadow:none}.k-input-flat:focus-within{box-shadow:none}.k-input-flat.k-invalid,.k-input-flat.ng-invalid.ng-touched,.k-input-flat.ng-invalid.ng-dirty{border-color:#d63232}.k-input-flat.k-invalid .k-input-validation-icon,.k-input-flat.ng-invalid.ng-touched .k-input-validation-icon,.k-input-flat.ng-invalid.ng-dirty .k-input-validation-icon{color:var(--kendo-color-error, #f31700)}.k-input-flat .k-input-prefix,.k-input-flat .k-input-suffix{color:var(--kendo-color-subtle, #666666)}.k-input-flat .k-input-separator{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-picker-flat{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-base, #3d3d3d)}.k-picker-flat:hover,.k-picker-flat.k-hover{border-color:var(--kendo-color-border-alt, rgba(0, 0, 0, .16));background-color:color-mix(in srgb,var(--kendo-color-on-base, #3d3d3d) 4%,transparent)}.k-picker-flat:focus,.k-picker-flat.k-focus{box-shadow:none}.k-picker-flat:focus-within{box-shadow:none}.k-picker-flat.k-invalid,.k-picker-flat.ng-invalid.ng-touched,.k-picker-flat.ng-invalid.ng-dirty{border-color:#d63232}.k-picker-flat.k-invalid .k-input-validation-icon,.k-picker-flat.ng-invalid.ng-touched .k-input-validation-icon,.k-picker-flat.ng-invalid.ng-dirty .k-input-validation-icon{color:var(--kendo-color-error, #f31700)}.k-floating-label-container{padding-top:calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit));box-sizing:border-box;display:inline-flex;vertical-align:middle;position:relative;flex-direction:column;justify-content:stretch}.k-floating-label-container *,.k-floating-label-container *:before,.k-floating-label-container *:after{box-sizing:border-box}.k-floating-label-container>.k-floating-label{max-width:90%;font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);white-space:nowrap;text-overflow:ellipsis;position:absolute;top:var(--kendo-floating-label-offset-y, calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) + 1px + var(--kendo-spacing-1, .25rem)));left:var(--kendo-floating-label-offset-x, calc(var(--kendo-spacing-2, .5rem) + 1px));overflow:hidden;cursor:text;transform-origin:left center;transition:transform .2s ease-out,color .2s ease-out,top .2s ease-out,left .2s ease-out}.k-floating-label-container.k-empty>.k-floating-label{top:var(--kendo-floating-label-offset-y, calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) + 1px + var(--kendo-spacing-1, .25rem)));left:var(--kendo-floating-label-offset-x, calc(var(--kendo-spacing-2, .5rem) + 1px));transform:scale(1);pointer-events:none}.k-floating-label-container>.k-floating-label,.k-floating-label-container.k-focus>.k-floating-label{top:var(--kendo-floating-label-focus-offset-y, 0);left:var(--kendo-floating-label-focus-offset-x, 0);transform:scale(1)}.k-floating-label-container:focus-within>.k-floating-label{top:var(--kendo-floating-label-focus-offset-y, 0);left:var(--kendo-floating-label-focus-offset-x, 0);transform:scale(1)}.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder{color:transparent}[dir=rtl] .k-floating-label-container>.k-floating-label,.k-rtl .k-floating-label-container>.k-floating-label,.k-floating-label-container[dir=rtl]>.k-floating-label{transform-origin:right center;transition:transform .2s ease-out,color .2s ease-out,top .2s ease-out,right .2s ease-out}[dir=rtl] .k-floating-label-container.k-empty>.k-floating-label,.k-rtl .k-floating-label-container.k-empty>.k-floating-label,.k-floating-label-container[dir=rtl].k-empty>.k-floating-label{left:auto;right:var(--kendo-floating-label-offset-x, calc(var(--kendo-spacing-2, .5rem) + 1px))}[dir=rtl] .k-floating-label-container>.k-floating-label,[dir=rtl] .k-floating-label-container.k-focus>.k-floating-label,.k-rtl .k-floating-label-container>.k-floating-label,.k-rtl .k-floating-label-container.k-focus>.k-floating-label,.k-floating-label-container[dir=rtl]>.k-floating-label,.k-floating-label-container[dir=rtl].k-focus>.k-floating-label{left:auto;right:var(--kendo-floating-label-focus-offset-x, 0)}[dir=rtl] .k-floating-label-container:focus-within>.k-floating-label,.k-rtl .k-floating-label-container:focus-within>.k-floating-label,.k-floating-label-container[dir=rtl]:focus-within>.k-floating-label{left:auto;right:var(--kendo-floating-label-focus-offset-x, 0)}.k-floating-label-container.k-invalid>.k-floating-label,.k-floating-label-container.ng-invalid.ng-touched>.k-floating-label,.k-floating-label-container.ng-invalid.ng-dirty>.k-floating-label{color:var(--kendo-color-error, #f31700)}.k-tooltip{border-radius:var(--kendo-border-radius-md, .25rem);margin:0;padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);border-width:0px;border-style:solid;box-sizing:border-box;background-repeat:repeat-x;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height-sm, normal);display:flex;flex-flow:row nowrap;align-items:flex-start;position:absolute;z-index:12000;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-tooltip *,.k-tooltip *:before,.k-tooltip *:after{box-sizing:border-box}.k-tooltip-icon{margin-inline-end:var(--kendo-spacing-1, .25rem);flex-shrink:0}.k-tooltip-title{margin-bottom:.25em;font-size:calc(var(--kendo-font-size, .875rem) * 1.25);line-height:var(--kendo-line-height-xs, normal)}.k-tooltip-content{align-self:stretch;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.k-tooltip-button{margin-inline-start:var(--kendo-spacing-1, .25rem);flex-shrink:0}.k-tooltip-button .k-icon{color:inherit;vertical-align:top}.k-callout{width:12px;height:12px;border-width:6px;border-style:solid;border-color:transparent;position:absolute;pointer-events:none}.k-callout-n{margin-left:-6px;border-bottom-color:currentColor;top:-12px;left:50%;pointer-events:none}.k-callout-e{margin-top:-6px;border-left-color:currentColor;top:50%;right:-12px;pointer-events:none}.k-callout-s{margin-left:-6px;border-top-color:currentColor;bottom:-12px;left:50%;pointer-events:none}.k-callout-w{margin-top:-6px;border-right-color:currentColor;top:50%;left:-12px;pointer-events:none}.k-tooltip{border-color:var(--kendo-color-on-app-surface, #3d3d3d);color:var(--kendo-color-app-surface, #ffffff);background-color:var(--kendo-color-on-app-surface, #3d3d3d);box-shadow:var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .12))}.k-tooltip .k-callout{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-tooltip-inverse{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-inverse, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-tooltip-inverse .k-callout{color:var(--kendo-color-dark, #3d3d3d)}.k-tooltip-light{border-color:var(--kendo-color-light, #ebebeb);color:var(--kendo-color-on-light, #000000);background-color:var(--kendo-color-light, #ebebeb)}.k-tooltip-light .k-callout{color:var(--kendo-color-light, #ebebeb)}.k-tooltip-dark{border-color:var(--kendo-color-dark, #3d3d3d);color:var(--kendo-color-on-dark, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-tooltip-dark .k-callout{color:var(--kendo-color-dark, #3d3d3d)}.k-tooltip-error{border-color:var(--kendo-color-error, #f31700);color:var(--kendo-color-on-error, #ffffff);background-color:var(--kendo-color-error, #f31700)}.k-tooltip-error .k-callout{color:var(--kendo-color-error, #f31700)}.k-tooltip-warning{border-color:var(--kendo-color-warning, #ffc000);color:var(--kendo-color-on-warning, #3d3d3d);background-color:var(--kendo-color-warning, #ffc000)}.k-tooltip-warning .k-callout{color:var(--kendo-color-warning, #ffc000)}.k-tooltip-success{border-color:var(--kendo-color-success, #37b400);color:var(--kendo-color-on-success, #ffffff);background-color:var(--kendo-color-success, #37b400)}.k-tooltip-success .k-callout{color:var(--kendo-color-success, #37b400)}.k-tooltip-info{border-color:var(--kendo-color-info, #0058e9);color:var(--kendo-color-on-info, #ffffff);background-color:var(--kendo-color-info, #0058e9)}.k-tooltip-info .k-callout{color:var(--kendo-color-info, #0058e9)}.k-tooltip-tertiary{border-color:var(--kendo-color-tertiary, #03a9f4);color:var(--kendo-color-on-tertiary, #ffffff);background-color:var(--kendo-color-tertiary, #03a9f4)}.k-tooltip-tertiary .k-callout{color:var(--kendo-color-tertiary, #03a9f4)}.k-tooltip-secondary{border-color:var(--kendo-color-secondary, #666666);color:var(--kendo-color-on-secondary, #ffffff);background-color:var(--kendo-color-secondary, #666666)}.k-tooltip-secondary .k-callout{color:var(--kendo-color-secondary, #666666)}.k-tooltip-primary{border-color:var(--kendo-color-primary, #ff6358);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-tooltip-primary .k-callout{color:var(--kendo-color-primary, #ff6358)}.k-validator-tooltip{margin-top:6px;width:auto;white-space:normal;display:flex;align-items:center;z-index:9999}.k-grid .k-validator-tooltip{max-width:300px}.k-calendar{inline-size:var(--INTERNAL--kendo-calendar-width, min-content);block-size:var(--INTERNAL--kendo-calendar-height, min-content);border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:Open Sans-regular;font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);position:relative;overflow:hidden;display:inline-flex;flex-flow:column nowrap;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-calendar>.k-calendar{border:0}.k-calendar-table{margin-block:0;margin-inline:auto;border-width:0;border-color:inherit;border-spacing:0;border-collapse:separate;table-layout:fixed;text-align:center;outline:0;display:table;position:relative;z-index:1}.k-calendar-caption,.k-calendar-caption.k-calendar-th,.k-calendar .k-meta-header,.k-calendar .k-month-header{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);height:32px;box-sizing:border-box;text-transform:none;text-align:start;font-weight:var(--kendo-font-weight-bold, normal);cursor:default}.k-calendar-th,.k-calendar-td{border-width:0;padding:0;text-align:center;border-style:solid;border-color:inherit;font-weight:400;cursor:default}.k-calendar-th{inline-size:var(--INTERNAL--kendo-calendar-cell-size, 32px);block-size:var(--INTERNAL--kendo-calendar-cell-size, 32px);font-size:var(--kendo-font-size-sm, inherit);line-height:2;text-transform:uppercase}.k-calendar-td{border-radius:var(--kendo-border-radius-md, .25rem);inline-size:var(--INTERNAL--kendo-calendar-cell-size, min-content);block-size:var(--INTERNAL--kendo-calendar-cell-size, min-content);border-color:transparent}.k-calendar-td.k-alt{font-size:.75rem}.k-calendar .k-calendar-cell-inner,.k-calendar .k-link{border-radius:var(--kendo-border-radius-md, .25rem);padding-inline:var(--INTERNAL--kendo-calendar-cell-padding-x, .25em);padding-block:var(--INTERNAL--kendo-calendar-cell-padding-y, .25em);width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;white-space:normal;position:relative;overflow:hidden}.k-calendar .k-header{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);border-bottom-width:1px;border-bottom-style:solid;display:flex;flex-flow:row nowrap;align-items:center;position:relative;z-index:2}.k-calendar-header{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);min-width:var(--INTERNAL--kendo-calendar-view-width, 256px);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}.k-calendar-header .k-calendar-nav{display:flex;flex-flow:row nowrap;align-items:center}.k-calendar-footer,.k-calendar .k-footer{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-4, 1rem);text-align:center;clear:both}.k-calendar-view{margin:auto;padding-block:0;padding-inline:var(--kendo-spacing-1, .25rem);width:var(--INTERNAL--kendo-calendar-view-width, 256px);inline-size:var(--INTERNAL--kendo-calendar-view-width, 256px);min-height:224px;box-sizing:content-box;gap:var(--kendo-spacing-4, 1rem);position:relative;z-index:1;overflow:hidden}.k-calendar-view .k-today{font-weight:700}.k-month-calendar .k-calendar-td,.k-calendar-monthview .k-calendar-td{width:var(--INTERNAL--kendo-calendar-cell-size, 32px);height:var(--INTERNAL--kendo-calendar-cell-size, 32px);inline-size:var(--INTERNAL--kendo-calendar-cell-size, 32px);block-size:var(--INTERNAL--kendo-calendar-cell-size, 32px)}.k-year-calendar .k-calendar-td,.k-calendar-yearview .k-calendar-td,.k-decade-calendar .k-calendar-td,.k-calendar-decadeview .k-calendar-td,.k-century-calendar .k-calendar-td,.k-calendar-centuryview .k-calendar-td{width:var(--INTERNAL--kendo-calendar-cell-size, 64px);height:var(--INTERNAL--kendo-calendar-cell-size, 64px);inline-size:var(--INTERNAL--kendo-calendar-cell-size, 64px);block-size:var(--INTERNAL--kendo-calendar-cell-size, 64px)}.k-century-calendar .k-calendar-cell-inner,.k-century-calendar .k-link,.k-calendar-centuryview .k-calendar-cell-inner,.k-calendar-centuryview .k-link{text-align:start}.k-popup .k-calendar{height:100%}.k-calendar-container,.k-datetime-container{padding:0}.k-calendar-container .k-calendar,.k-datetime-container .k-calendar{border-width:0}.k-calendar .k-content.k-scrollable,.k-calendar .k-calendar-content.k-scrollable{box-sizing:content-box;overflow-x:hidden;overflow-y:auto;display:block;padding-right:100px;padding-left:100px;margin-left:-100px;margin-right:calc(-100px - var(--kendo-scrollbar-width, 17px))}.k-calendar .k-scrollable-placeholder{position:absolute;z-index:-1;width:1px;top:0;right:0}.k-calendar-sm{--INTERNAL--kendo-calendar-view-width: 224px;--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, var(--kendo-spacing-0\.5, .125rem) );--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, var(--kendo-spacing-0\.5, .125rem) );font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-calendar-sm.k-month-calendar,.k-calendar-sm .k-calendar-monthview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 28px )}.k-calendar-sm.k-year-calendar,.k-calendar-sm .k-calendar-yearview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 56px )}.k-calendar-sm.k-decade-calendar,.k-calendar-sm .k-calendar-decadeview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 56px )}.k-calendar-sm.k-century-calendar,.k-calendar-sm .k-calendar-centuryview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 56px )}.k-calendar-md{--INTERNAL--kendo-calendar-view-width: 256px;--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, var(--kendo-spacing-1, .25rem) );--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, var(--kendo-spacing-1, .25rem) );font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-calendar-md.k-month-calendar,.k-calendar-md .k-calendar-monthview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 32px )}.k-calendar-md.k-year-calendar,.k-calendar-md .k-calendar-yearview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 64px )}.k-calendar-md.k-decade-calendar,.k-calendar-md .k-calendar-decadeview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 64px )}.k-calendar-md.k-century-calendar,.k-calendar-md .k-calendar-centuryview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 64px )}.k-calendar-lg{--INTERNAL--kendo-calendar-view-width: 320px;--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, var(--kendo-spacing-2, .5rem) );--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, var(--kendo-spacing-2, .5rem) );font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal)}.k-calendar-lg.k-month-calendar,.k-calendar-lg .k-calendar-monthview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px )}.k-calendar-lg.k-year-calendar,.k-calendar-lg .k-calendar-yearview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 80px )}.k-calendar-lg.k-decade-calendar,.k-calendar-lg .k-calendar-decadeview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 80px )}.k-calendar-lg.k-century-calendar,.k-calendar-lg .k-calendar-centuryview{--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 80px )}.k-calendar-infinite{box-sizing:content-box;display:inline-flex;flex-flow:row nowrap}.k-calendar-infinite .k-calendar-view{padding-block:var(--kendo-spacing-0, 0px);padding-inline:var(--kendo-spacing-4, 1rem);height:288px;flex:0 0 auto;display:flex;flex-flow:column nowrap;gap:0;overflow:hidden}.k-calendar-infinite .k-calendar-view .k-content.k-scrollable{position:relative}.k-calendar-infinite .k-calendar-view:after{display:block;position:absolute;bottom:0;content:"​";height:0;line-height:0;z-index:1;width:150%;left:-25%;box-shadow:0 0 32px 16px var(--secondary-background-color)}.k-calendar-infinite .k-calendar-header{margin-left:calc(var(--kendo-spacing-4, 1rem) * -1);margin-right:calc(var(--kendo-spacing-4, 1rem) * -1);padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-4, 1rem);width:auto;min-width:0}.k-calendar-infinite .k-calendar-weekdays{flex:0 0 auto}.k-calendar-navigation{width:5em;text-align:center;flex:0 0 auto;display:block;overflow:hidden;position:relative;z-index:1}.k-calendar-navigation:before,.k-calendar-navigation:after{display:block;position:absolute;content:"​";height:0;line-height:0;z-index:1;width:200%;left:-50%;box-shadow:0 0 6em 3em var(--secondary-background-color)}.k-calendar-navigation:before{top:0}.k-calendar-navigation:after{bottom:0}.k-calendar-navigation .k-content,.k-calendar-navigation .k-calendar-content{background:transparent;height:auto;position:absolute;top:0;left:0;bottom:0;right:0}.k-calendar-navigation .k-content ul,.k-calendar-navigation .k-calendar-content ul{width:5em}.k-calendar-navigation .k-content li,.k-calendar-navigation .k-calendar-content li{height:2em;line-height:2em;cursor:pointer;padding-block:0;padding-inline:1em;overflow:hidden;white-space:nowrap;text-overflow:clip}.k-calendar-navigation .k-calendar-navigation-marker{font-weight:700}.k-calendar-navigation .k-calendar-navigation-highlight{width:100%;border-width:1px 0;border-style:solid;height:2em;box-sizing:border-box;position:absolute;top:50%;right:0;transform:translateY(-50%)}.k-calendar-range{width:auto}.k-calendar-range .k-calendar-view{width:auto;white-space:nowrap}.k-calendar-range .k-calendar-view:after{display:none}.k-calendar-range .k-calendar-view:focus{outline:0}.k-range-start{border-radius:var(--kendo-border-radius-lg, .375rem) 0 0 var(--kendo-border-radius-lg, .375rem)}.k-range-start .k-calendar-cell-inner,.k-range-start .k-link{border-color:inherit;border-radius:inherit}.k-range-end{border-radius:0 var(--kendo-border-radius-lg, .375rem) var(--kendo-border-radius-lg, .375rem) 0}.k-range-end .k-calendar-cell-inner,.k-range-end .k-link{border-color:inherit;border-radius:inherit}.k-range-mid{border-color:inherit;border-radius:0}.k-range-start.k-range-end{border-radius:var(--kendo-border-radius-lg, .375rem)}.k-rtl .k-calendar .k-content.k-scrollable,.k-rtl .k-calendar .k-calendar-content.k-scrollable,[dir=rtl] .k-calendar .k-content.k-scrollable,[dir=rtl] .k-calendar .k-calendar-content.k-scrollable,.k-calendar.k-rtl .k-content.k-scrollable,.k-calendar.k-rtl .k-calendar-content.k-scrollable,.k-calendar[dir=rtl] .k-content.k-scrollable,.k-calendar[dir=rtl] .k-calendar-content.k-scrollable{padding-right:100px;padding-left:100px;margin-left:calc(-100px - var(--kendo-scrollbar-width, 17px));margin-right:-100px}.k-rtl .k-calendar .k-range-start,[dir=rtl] .k-calendar .k-range-start,.k-calendar.k-rtl .k-range-start,.k-calendar[dir=rtl] .k-range-start{border-radius:0 var(--kendo-border-radius-lg, .375rem) var(--kendo-border-radius-lg, .375rem) 0}.k-rtl .k-calendar .k-range-end,[dir=rtl] .k-calendar .k-range-end,.k-calendar.k-rtl .k-range-end,.k-calendar[dir=rtl] .k-range-end{border-radius:var(--kendo-border-radius-lg, .375rem) 0 0 var(--kendo-border-radius-lg, .375rem)}.k-calendar{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--secondary-background-color)}.k-calendar .k-header{border-color:inherit;color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa);box-shadow:0 1px 3px 1px #0000001a}.k-calendar .k-calendar-th,.k-calendar .k-calendar-caption,.k-calendar .k-meta-header,.k-calendar .k-month-header{color:var(--kendo-color-subtle, #666666)}.k-calendar .k-calendar-view .k-today{color:#343a40}.k-calendar .k-other-month{color:var(--kendo-color-subtle, #666666)}.k-calendar .k-alt{background-color:transparent;color:var(--kendo-color-subtle, #666666)}.k-calendar .k-calendar-td:hover .k-calendar-cell-inner,.k-calendar .k-calendar-td:hover .k-link,.k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-hover .k-link{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--app-primary-color);background-color:var(--bg-color-hover)}.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-selected .k-link{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:#343a40;background-color:#fff}.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-selected:hover .k-link,.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-selected.k-hover .k-link{color:#343a40;background-color:#f6f6f6}.k-calendar .k-calendar-td:focus .k-calendar-cell-inner,.k-calendar .k-calendar-td:focus .k-link,.k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-focus .k-link{box-shadow:inset 0 0 0 2px #00000014}.k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-selected:focus .k-link,.k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,.k-calendar .k-calendar-td.k-selected.k-focus .k-link{box-shadow:inset 0 0 0 2px #00000014}.k-calendar .k-calendar-navigation{color:#343a40;background-color:var(--secondary-background-color);box-shadow:inset -1px 0 var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-calendar .k-calendar-navigation li:hover,.k-calendar .k-calendar-navigation li.k-hover{color:var(--app-primary-color)}.k-calendar .k-calendar-navigation-highlight{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--secondary-background-color)}.k-calendar.k-invalid,.k-calendar.k-invalid:hover,.k-calendar.ng-invalid.ng-touched,.k-calendar.ng-invalid.ng-dirty{border-color:var(--kendo-color-error, #f31700)}.k-rtl .k-calendar .k-calendar-navigation,.k-calendar[dir=rtl] .k-calendar-navigation{box-shadow:inset 1px 0 var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-scheduler .k-calendar .k-other-month{color:var(--kendo-color-subtle, #666666);background-color:transparent}.k-calendar .k-range-start,.k-calendar .k-range-end,.k-calendar .k-range-mid{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent)}.k-calendar .k-range-start .k-calendar-cell-inner,.k-calendar .k-range-start .k-link,.k-calendar .k-range-end .k-calendar-cell-inner,.k-calendar .k-range-end .k-link{background-color:#fff}.k-calendar .k-range-start.k-active .k-calendar-cell-inner,.k-calendar .k-range-start.k-active .k-link,.k-calendar .k-range-end.k-active .k-calendar-cell-inner,.k-calendar .k-range-end.k-active .k-link{box-shadow:inset 0 0 2px 2px #0003}.k-calendar .k-range-split-start,.k-calendar .k-range-split-end{position:relative}.k-calendar .k-range-split-start:after,.k-calendar .k-range-split-end:after{content:"";display:block;position:absolute;top:0;bottom:0;width:5px}.k-calendar .k-range-split-start:after{left:-5px;right:auto;background-image:linear-gradient(to left,color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent),transparent 100%)}.k-calendar .k-range-split-end:after{right:-5px;left:auto;background-image:linear-gradient(to right,color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent),transparent 100%)}.k-align-items-normal{align-items:normal}.\!k-align-items-normal{align-items:normal!important}.k-align-items-stretch{align-items:stretch}.\!k-align-items-stretch{align-items:stretch!important}.k-align-items-center{align-items:center}.\!k-align-items-center{align-items:center!important}.k-align-items-start{align-items:start}.\!k-align-items-start{align-items:start!important}.k-align-items-end{align-items:end}.\!k-align-items-end{align-items:end!important}.k-align-items-flex-start{align-items:flex-start}.\!k-align-items-flex-start{align-items:flex-start!important}.k-align-items-flex-end{align-items:flex-end}.\!k-align-items-flex-end{align-items:flex-end!important}.k-align-items-baseline{align-items:baseline}.\!k-align-items-baseline{align-items:baseline!important}.k-align-items-first-baseline{align-items:first baseline}.\!k-align-items-first-baseline{align-items:first baseline!important}.k-align-items-last-baseline{align-items:last baseline}.\!k-align-items-last-baseline{align-items:last baseline!important}.k-align-items-self-start{align-items:self-start}.\!k-align-items-self-start{align-items:self-start!important}.k-align-items-self-end{align-items:self-end}.\!k-align-items-self-end{align-items:self-end!important}.k-pointer-events-none{pointer-events:none}.\!k-pointer-events-none{pointer-events:none!important}.k-pointer-events-auto{pointer-events:auto}.\!k-pointer-events-auto{pointer-events:auto!important}.k-timeselector{border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:Open Sans-regular;font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);position:relative;overflow:hidden;display:flex;flex-flow:column nowrap;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-popup>.k-timeselector{border-width:0}.k-time-header,.k-time-selector-header{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}.k-time-header .k-title,.k-time-header .k-time-selector-header-title,.k-time-selector-header .k-title,.k-time-selector-header .k-time-selector-header-title{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);font-weight:700;display:inline-block}.k-time-header .k-time-now,.k-time-selector-header .k-time-now{border-width:0;line-height:inherit;cursor:pointer}.k-actions.k-time-fast-selection,.k-time-fast-selection.k-form-buttons,.k-time-fast-selection.k-edit-buttons,.k-time-fast-selection.k-action-buttons,.k-time-fast-selection.k-columnmenu-actions{margin-top:0}.k-time-list-container{display:flex;position:relative;flex:1 1 auto;overflow:hidden}.k-time-highlight,.k-time-list-highlight{width:100%;height:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal) + 7px * 2);border-width:1px 0px;border-style:solid;box-sizing:border-box;position:absolute;top:calc(50% + calc((var(--kendo-font-size-sm, inherit)) * (var(--kendo-line-height-lg, normal))) / 2);left:0;right:0;transform:translateY(-50%);z-index:1}.k-time-list-wrapper{min-width:4em;height:240px;box-sizing:content-box;display:inline-flex;flex-flow:column nowrap;align-items:stretch;overflow:hidden;position:relative;text-align:center;flex:1 1 auto}.k-time-list-wrapper .k-title{font-size:var(--kendo-font-size-sm, inherit);line-height:var(--kendo-line-height-lg, normal);font-weight:700;text-align:center;text-transform:capitalize;display:block}.k-time-list-wrapper.k-focus:before,.k-time-list-wrapper.k-focus:after{display:block;content:"​";position:absolute;width:100%;left:0;pointer-events:none;height:calc(50% - calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal) + 7px * 2) / 2);box-sizing:border-box;border-width:0;border-style:solid}.k-time-list-wrapper.k-focus:before{top:calc((var(--kendo-font-size-sm, inherit)) * (var(--kendo-line-height-lg, normal)))}.k-time-list-wrapper.k-focus:after{bottom:0}.k-time-list{display:flex;flex-flow:row nowrap;align-items:stretch;flex:1;position:relative;z-index:1;outline:0;overflow:hidden}.k-time-list:before,.k-time-list:after{display:block;position:absolute;content:"​";height:0;line-height:0;z-index:1;width:200%;left:-50%}.k-time-list:before{top:0}.k-time-list:after{bottom:0}.k-time-container,.k-time-list-content{position:relative;flex:1 1 auto;display:block;overflow-x:hidden;overflow-y:scroll;padding-right:100px;padding-left:100px;margin-left:-100px;margin-right:calc(-100px - var(--kendo-scrollbar-width, 17px))}.k-time-container>ul,.k-time-list-content>ul{height:auto;width:4em;margin:auto}.k-time-container .k-scrollable-placeholder,.k-time-list-content .k-scrollable-placeholder{position:absolute;width:1px;top:0;right:0}.k-time-list-item,.k-time-list .k-item{padding-block:7px;padding-inline:var(--kendo-spacing-2, .5rem)}.k-time-separator{width:0;height:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal) + 7px * 2);align-self:center;display:inline-flex;justify-content:center;align-items:center;position:relative;z-index:11;top:calc(calc((var(--kendo-font-size-sm, inherit)) * (var(--kendo-line-height-lg, normal))) / 2)}.k-timeselector-sm{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-timeselector-sm .k-time-highlight,.k-timeselector-sm .k-time-list-highlight,.k-timeselector-sm .k-time-separator{height:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal) + var(--kendo-spacing-0\.5, .125rem) * 2)}.k-timeselector-sm .k-time-list-item,.k-timeselector-sm .k-time-list .k-item{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-timeselector-md{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-timeselector-md .k-time-highlight,.k-timeselector-md .k-time-list-highlight,.k-timeselector-md .k-time-separator{height:calc(var(--kendo-font-size, inherit) * var(--kendo-line-height, normal) + 7px * 2)}.k-timeselector-md .k-time-list-item,.k-timeselector-md .k-time-list .k-item{padding-block:7px;padding-inline:var(--kendo-spacing-2, .5rem)}.k-timeselector-lg{font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal)}.k-timeselector-lg .k-time-highlight,.k-timeselector-lg .k-time-list-highlight,.k-timeselector-lg .k-time-separator{height:calc(var(--kendo-font-size-lg, inherit) * var(--kendo-line-height-lg, normal) + var(--kendo-spacing-2, .5rem) * 2)}.k-timeselector-lg .k-time-list-item,.k-timeselector-lg .k-time-list .k-item{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-rtl .k-time-container,.k-rtl .k-time-list-content,[dir=rtl] .k-time-container,[dir=rtl] .k-time-list-content{padding-right:100px;padding-left:100px;margin-left:calc(-100px - var(--kendo-scrollbar-width, 17px));margin-right:-100px}.k-timeselector{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--secondary-background-color)}.k-time-header .k-time-now,.k-time-selector-header .k-time-now{color:var(--kendo-color-primary, #ff6358)}.k-time-header .k-time-now:hover,.k-time-selector-header .k-time-now:hover{color:var(--kendo-color-primary-hover, #ea5a51)}.k-time-list-wrapper .k-title{color:#343a40}.k-time-list-wrapper.k-focus .k-title{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-time-list-wrapper.k-focus:before,.k-time-list-wrapper.k-focus:after{background-color:#0000000a}.k-time-list:before,.k-time-list:after{box-shadow:0 0 3em 1.5em var(--secondary-background-color)}.k-time-list .k-item:hover{color:var(--kendo-color-primary, #ff6358)}.k-time-container{background:transparent}.k-time-highlight{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));background-color:var(--secondary-background-color)}.k-datetime-selector{display:flex;transition:transform .2s}.k-datetime-wrap{width:calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2);overflow:hidden}.k-datetime-wrap .k-datetime-buttongroup{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-datetime-wrap .k-calendar,.k-datetime-wrap .k-timeselector{width:100%;border-width:0}.k-datetime-calendar-wrap,.k-datetime-time-wrap{text-align:center;flex:0 0 calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)}.k-date-tab .k-datetime-selector{transform:translate(0)}.k-time-tab .k-datetime-selector{transform:translate(-100%)}:is(.k-rtl,[dir=rtl]) .k-time-tab .k-datetime-selector,.k-time-tab .k-datetime-selector:is(.k-rtl,[dir=rtl]){transform:translate(100%)}.k-dropdown-operator{width:min-content;flex:none}.k-dropdown-operator .k-input-button{border-width:0;width:min-content}.k-dropdown-operator .k-input-button .k-button-icon{width:auto;aspect-ratio:1}.k-dropdown-operator .k-input-inner{display:none}.k-overlay{width:100%;height:100%;opacity:.5;position:fixed;top:0;left:0;z-index:10001}.k-overlay{background-color:#000}.k-overlay-primary{background-color:var(--kendo-color-primary, #ff6358)}.k-overlay-secondary{background-color:var(--kendo-color-secondary, #666666)}.k-overlay-tertiary{background-color:var(--kendo-color-tertiary, #03a9f4)}.k-overlay-info{background-color:var(--kendo-color-info, #0058e9)}.k-overlay-success{background-color:var(--kendo-color-success, #37b400)}.k-overlay-warning{background-color:var(--kendo-color-warning, #ffc000)}.k-overlay-error{background-color:var(--kendo-color-error, #f31700)}.k-overlay-dark{background-color:var(--kendo-color-dark, #3d3d3d)}.k-overlay-light{background-color:var(--kendo-color-light, #ebebeb)}.k-overlay-inverse{background-color:var(--kendo-color-dark, #3d3d3d)}.k-form,.k-form-inline{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-fieldset{margin:var(--kendo-spacing-7\.5, 1.875rem);border-width:1px 0 0;border-style:solid;padding:25px 0 0}.k-fieldset>legend{margin-left:0;padding:0 var(--kendo-spacing-2, .5rem) 0 0;text-transform:uppercase}kendo-label>.k-label{margin:0}.k-label-optional{margin-left:var(--kendo-spacing-1\.5, .375rem);font-size:var(--kendo-font-size-sm, inherit);font-style:italic;align-self:center}.k-label-empty:before{content:"";display:inline-block}.k-form{border:0}.k-form .k-form-field>.k-label,.k-form .k-form-field>kendo-label,.k-form .k-form-label{margin-bottom:var(--kendo-spacing-0, 0px);display:flex;flex-flow:row nowrap}.k-form .k-label+.k-radio{margin-left:0}.k-form .k-form-fieldset{margin:2em 0 0;padding:var(--kendo-spacing-0, 0px);border:0}.k-form .k-form-fieldset>*:not(.k-hidden):first-child,.k-form .k-form-fieldset>*.k-hidden+:not(.k-hidden){margin-top:0}.k-form .k-form-legend{margin:0 0 1em;padding:var(--kendo-spacing-0, 0px);border-width:0 0 2px;border-style:solid;width:100%;font-size:var(--kendo-font-size, inherit);text-transform:uppercase}.k-form .k-form-group{padding:0}.k-form>*:not(.k-hidden):first-child,.k-form>*.k-hidden+:not(.k-hidden){margin-top:0}.k-form .k-form-field,.k-form .k-form-field-wrap{display:block}.k-form .k-form-field-disabled .k-label,.k-form .k-form-field-disabled .k-form-label{outline:none;cursor:default;opacity:.6;filter:grayscale(.1);pointer-events:none;box-shadow:none}.k-form .k-alert-error{font-size:var(--kendo-font-size-sm, inherit);margin-top:calc(var(--kendo-spacing-1, .25rem) * 2)}.k-form .k-field-info{display:inline-block;font-size:var(--kendo-font-size-xs, inherit);line-height:1;margin-block:0;margin-inline:var(--kendo-spacing-2, .5rem)}.k-form .k-multiselect,.k-form .k-floating-label-container,.k-form .k-daterangepicker .k-dateinput,.k-form .k-signature{display:inline-flex;width:100%}.k-form-buttons{padding:0;overflow:visible}.k-form-hint,.k-form-error{margin-top:var(--kendo-spacing-1, .25rem);display:flex;font-size:var(--kendo-font-size-sm, inherit);font-style:italic}.k-text-start,.k-buttons-start{justify-content:flex-start}.k-text-end,.k-buttons-end{justify-content:flex-end}.k-form-separator{margin:var(--kendo-spacing-3\.5, .875rem) 0 0;border-width:1px 0 0;border-style:solid;display:block;flex:0 0 auto}.k-form-horizontal .k-form-field{display:flex}.k-form-horizontal .k-form-field>.k-label,.k-form-horizontal .k-form-field>kendo-label,.k-form-horizontal .k-form-field>.k-form-label{margin-right:var(--kendo-spacing-2\.5, .625rem);padding-top:calc(var(--kendo-spacing-2\.5, .625rem) / 2);width:25%;text-align:end;flex-direction:column;align-items:flex-end;justify-content:flex-start}.k-form-horizontal .k-form-field .k-label-optional{margin:0;align-self:inherit}.k-form-horizontal .k-form-field-wrap{max-width:calc(100% - 25% - var(--kendo-spacing-2\.5, .625rem));flex:1 1 auto}.k-form [dir=rtl] .k-label-optional,.k-rtl .k-form .k-label-optional{margin-left:0;margin-right:var(--kendo-spacing-1\.5, .375rem)}.k-form-horizontal [dir=rtl].k-form-field>.k-label,.k-form-horizontal [dir=rtl].k-form-field>kendo-label,.k-form-horizontal [dir=rtl].k-form-field>.k-form-label,.k-form-horizontal [dir=rtl] .k-form-field>.k-label,.k-form-horizontal [dir=rtl] .k-form-field>kendo-label,.k-form-horizontal [dir=rtl] .k-form-field>.k-form-label,.k-rtl .k-form-horizontal.k-form-field>.k-label,.k-rtl .k-form-horizontal.k-form-field>kendo-label,.k-rtl .k-form-horizontal.k-form-field>.k-form-label,.k-rtl .k-form-horizontal .k-form-field>.k-label,.k-rtl .k-form-horizontal .k-form-field>kendo-label,.k-rtl .k-form-horizontal .k-form-field>.k-form-label{margin-right:0;margin-left:var(--kendo-spacing-2\.5, .625rem)}.k-form-sm .k-form-field,.k-form-sm .k-form-buttons{margin-top:var(--kendo-spacing-2\.5, .625rem)}.k-form-md .k-form-field,.k-form-md .k-form-buttons{margin-top:var(--kendo-spacing-3\.5, .875rem)}.k-form-lg .k-form-field,.k-form-lg .k-form-buttons{margin-top:var(--kendo-spacing-4\.5, 1.125rem)}.k-form-inline{padding:calc(var(--kendo-spacing-2, .5rem) * 2)}.k-form-inline fieldset{border-width:1px 0 0;border-style:solid;margin:calc(calc(var(--kendo-spacing-2, .5rem) * 2) * 2) 0;padding:0}.k-form-inline fieldset:first-child:first-of-type{margin-top:0}.k-form-inline fieldset:last-child:last-of-type{margin-bottom:0}.k-form-inline legend{font-size:var(--kendo-font-size-sm, inherit);text-align:start;font-weight:600;line-height:1;margin-bottom:calc(var(--kendo-spacing-1\.5, .375rem) * 2);text-transform:uppercase;padding:0 var(--kendo-spacing-2, .5rem) 0 0;width:auto}.k-form-inline .k-form-field{display:flex;align-items:flex-start;text-align:start;margin-bottom:calc(var(--kendo-spacing-1\.5, .375rem) * 2)}.k-form-inline .k-form-field>span:not(.k-widget){width:25%;text-align:end;line-height:var(--kendo-line-height, normal);padding-block:calc(var(--kendo-spacing-1, .25rem) + 1px);padding-inline:0 var(--kendo-spacing-3, .75rem);align-self:center}.k-form-inline .k-form-field>input{align-self:center}.k-form-inline .k-form-field>input:not(.k-checkbox):not(.k-radio){flex:1 1 auto}.k-form-inline .k-form-field .k-alert-error{font-size:var(--kendo-font-size-sm, inherit);margin-top:calc(var(--kendo-spacing-1, .25rem) * 2)}.k-form-inline .k-form-field .k-field-info{display:block;font-size:var(--kendo-font-size-xs, inherit);line-height:1;margin:0}.k-form-inline .k-form-field:last-child{margin-bottom:0}.k-edit-form-container{width:400px;min-width:400px;border-color:inherit;position:relative}.k-popup-edit-form>.k-actions,.k-popup-edit-form>.k-edit-buttons,.k-popup-edit-form>.k-action-buttons,.k-popup-edit-form>.k-columnmenu-actions,.k-popup-edit-form>.k-form-buttons,.k-edit-form-container .k-actions,.k-edit-form-container .k-edit-buttons,.k-edit-form-container .k-action-buttons,.k-edit-form-container .k-columnmenu-actions,.k-edit-form-container .k-form-buttons{margin:var(--kendo-spacing-4, 1rem) calc(var(--kendo-spacing-4, 1rem) * -1) calc(var(--kendo-spacing-4, 1rem) * -1)}.k-edit-label{margin:0 0 var(--kendo-spacing-4, 1rem);padding:calc(var(--kendo-spacing-1, .25rem) + 1px) 0;width:30%;line-height:var(--kendo-line-height, normal);text-align:end;float:left;clear:both}.k-edit-field{margin:0 0 var(--kendo-spacing-4, 1rem);width:65%;float:right;clear:right;position:relative}.k-edit-field.k-no-editor{padding:calc(var(--kendo-spacing-1, .25rem) + 1px) 0}.k-edit-field>.k-widget{width:100%;box-sizing:border-box}.k-edit-field input[type=radio]:not(.k-radio),.k-edit-field input[type=checkbox]:not(.k-checkbox){margin-right:.4ex}.k-edit-field .k-radio-label,.k-edit-field .k-checkbox-label{margin-right:var(--kendo-spacing-4, 1rem)}.k-edit-field>.k-reset>li+li{margin-top:var(--kendo-spacing-2, .5rem)}.k-edit-field .k-reset .k-widget{margin:0 .4ex 0 1ex}.k-form,.k-form-inline,.k-form fieldset legend,.k-form-inline fieldset legend{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-form .k-form-legend,.k-form-inline .k-form-legend{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-form .k-field-info,.k-form-inline .k-field-info{color:var(--kendo-color-subtle, #666666)}.k-form .k-alert-error,.k-form-inline .k-alert-error,.k-form-error,.k-text-error,.k-form-field-error .k-label{color:var(--kendo-color-error, #f31700)}.k-form-separator{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-d-none{display:none}.\!k-d-none{display:none!important}.k-d-contents{display:contents}.\!k-d-contents{display:contents!important}.k-d-block{display:block}.\!k-d-block{display:block!important}.k-d-inline{display:inline}.\!k-d-inline{display:inline!important}.k-d-inline-block{display:inline-block}.\!k-d-inline-block{display:inline-block!important}.k-d-flex,.k-d-flex-col,.k-d-flex-row{display:flex}.\!k-d-flex,.\!k-d-flex-col,.\!k-d-flex-row{display:flex!important}.k-d-inline-flex{display:inline-flex}.\!k-d-inline-flex{display:inline-flex!important}.k-d-grid{display:grid}.\!k-d-grid{display:grid!important}.k-d-inline-grid{display:inline-grid}.\!k-d-inline-grid{display:inline-grid!important}.k-d-table{display:table}.\!k-d-table{display:table!important}.k-d-inline-table{display:inline-table}.\!k-d-inline-table{display:inline-table!important}.k-d-table-row{display:table-row}.\!k-d-table-row{display:table-row!important}.k-d-table-cell{display:table-cell}.\!k-d-table-cell{display:table-cell!important}.k-d-list-item{display:list-item}.\!k-d-list-item{display:list-item!important}.k-display-none{display:none}.\!k-display-none{display:none!important}.k-display-contents{display:contents}.\!k-display-contents{display:contents!important}.k-display-block{display:block}.\!k-display-block{display:block!important}.k-display-inline{display:inline}.\!k-display-inline{display:inline!important}.k-display-inline-block{display:inline-block}.\!k-display-inline-block{display:inline-block!important}.k-display-flex{display:flex}.\!k-display-flex{display:flex!important}.k-display-inline-flex{display:inline-flex}.\!k-display-inline-flex{display:inline-flex!important}.k-display-grid{display:grid}.\!k-display-grid{display:grid!important}.k-display-inline-grid{display:inline-grid}.\!k-display-inline-grid{display:inline-grid!important}.k-display-table{display:table}.\!k-display-table{display:table!important}.k-display-inline-table{display:inline-table}.\!k-display-inline-table{display:inline-table!important}.k-display-table-row{display:table-row}.\!k-display-table-row{display:table-row!important}.k-display-table-cell{display:table-cell}.\!k-display-table-cell{display:table-cell!important}.k-display-list-item{display:list-item}.\!k-display-list-item{display:list-item!important}.k-gap-0{gap:var(--kendo-spacing-0, 0px)}.\!k-gap-0{gap:var(--kendo-spacing-0, 0px)!important}.k-gap-1px{gap:var(--kendo-spacing-1px, 1px)}.\!k-gap-1px{gap:var(--kendo-spacing-1px, 1px)!important}.k-gap-0\.5{gap:var(--kendo-spacing-0\.5, .125rem)}.\!k-gap-0\.5{gap:var(--kendo-spacing-0\.5, .125rem)!important}.k-gap-1{gap:var(--kendo-spacing-1, .25rem)}.\!k-gap-1{gap:var(--kendo-spacing-1, .25rem)!important}.k-gap-1\.5{gap:var(--kendo-spacing-1\.5, .375rem)}.\!k-gap-1\.5{gap:var(--kendo-spacing-1\.5, .375rem)!important}.k-gap-2{gap:var(--kendo-spacing-2, .5rem)}.\!k-gap-2{gap:var(--kendo-spacing-2, .5rem)!important}.k-gap-2\.5{gap:var(--kendo-spacing-2\.5, .625rem)}.\!k-gap-2\.5{gap:var(--kendo-spacing-2\.5, .625rem)!important}.k-gap-3{gap:var(--kendo-spacing-3, .75rem)}.\!k-gap-3{gap:var(--kendo-spacing-3, .75rem)!important}.k-gap-3\.5{gap:var(--kendo-spacing-3\.5, .875rem)}.\!k-gap-3\.5{gap:var(--kendo-spacing-3\.5, .875rem)!important}.k-gap-4{gap:var(--kendo-spacing-4, 1rem)}.\!k-gap-4{gap:var(--kendo-spacing-4, 1rem)!important}.k-gap-4\.5{gap:var(--kendo-spacing-4\.5, 1.125rem)}.\!k-gap-4\.5{gap:var(--kendo-spacing-4\.5, 1.125rem)!important}.k-gap-5{gap:var(--kendo-spacing-5, 1.25rem)}.\!k-gap-5{gap:var(--kendo-spacing-5, 1.25rem)!important}.k-gap-5\.5{gap:var(--kendo-spacing-5\.5, 1.375rem)}.\!k-gap-5\.5{gap:var(--kendo-spacing-5\.5, 1.375rem)!important}.k-gap-6{gap:var(--kendo-spacing-6, 1.5rem)}.\!k-gap-6{gap:var(--kendo-spacing-6, 1.5rem)!important}.k-gap-6\.5{gap:var(--kendo-spacing-6\.5, 1.625rem)}.\!k-gap-6\.5{gap:var(--kendo-spacing-6\.5, 1.625rem)!important}.k-gap-7{gap:var(--kendo-spacing-7, 1.75rem)}.\!k-gap-7{gap:var(--kendo-spacing-7, 1.75rem)!important}.k-gap-7\.5{gap:var(--kendo-spacing-7\.5, 1.875rem)}.\!k-gap-7\.5{gap:var(--kendo-spacing-7\.5, 1.875rem)!important}.k-gap-8{gap:var(--kendo-spacing-8, 2rem)}.\!k-gap-8{gap:var(--kendo-spacing-8, 2rem)!important}.k-gap-9{gap:var(--kendo-spacing-9, 2.25rem)}.\!k-gap-9{gap:var(--kendo-spacing-9, 2.25rem)!important}.k-gap-10{gap:var(--kendo-spacing-10, 2.5rem)}.\!k-gap-10{gap:var(--kendo-spacing-10, 2.5rem)!important}.k-gap-11{gap:var(--kendo-spacing-11, 2.75rem)}.\!k-gap-11{gap:var(--kendo-spacing-11, 2.75rem)!important}.k-gap-12{gap:var(--kendo-spacing-12, 3rem)}.\!k-gap-12{gap:var(--kendo-spacing-12, 3rem)!important}.k-gap-13{gap:var(--kendo-spacing-13, 3.25rem)}.\!k-gap-13{gap:var(--kendo-spacing-13, 3.25rem)!important}.k-gap-14{gap:var(--kendo-spacing-14, 3.5rem)}.\!k-gap-14{gap:var(--kendo-spacing-14, 3.5rem)!important}.k-gap-15{gap:var(--kendo-spacing-15, 3.75rem)}.\!k-gap-15{gap:var(--kendo-spacing-15, 3.75rem)!important}.k-gap-16{gap:var(--kendo-spacing-16, 4rem)}.\!k-gap-16{gap:var(--kendo-spacing-16, 4rem)!important}.k-gap-17{gap:var(--kendo-spacing-17, 4.25rem)}.\!k-gap-17{gap:var(--kendo-spacing-17, 4.25rem)!important}.k-gap-18{gap:var(--kendo-spacing-18, 4.5rem)}.\!k-gap-18{gap:var(--kendo-spacing-18, 4.5rem)!important}.k-gap-19{gap:var(--kendo-spacing-19, 4.75rem)}.\!k-gap-19{gap:var(--kendo-spacing-19, 4.75rem)!important}.k-gap-20{gap:var(--kendo-spacing-20, 5rem)}.\!k-gap-20{gap:var(--kendo-spacing-20, 5rem)!important}.k-gap-21{gap:var(--kendo-spacing-21, 5.25rem)}.\!k-gap-21{gap:var(--kendo-spacing-21, 5.25rem)!important}.k-gap-22{gap:var(--kendo-spacing-22, 5.5rem)}.\!k-gap-22{gap:var(--kendo-spacing-22, 5.5rem)!important}.k-gap-23{gap:var(--kendo-spacing-23, 5.75rem)}.\!k-gap-23{gap:var(--kendo-spacing-23, 5.75rem)!important}.k-gap-24{gap:var(--kendo-spacing-24, 6rem)}.\!k-gap-24{gap:var(--kendo-spacing-24, 6rem)!important}.k-gap-25{gap:var(--kendo-spacing-25, 7rem)}.\!k-gap-25{gap:var(--kendo-spacing-25, 7rem)!important}.k-gap-26{gap:var(--kendo-spacing-26, 8rem)}.\!k-gap-26{gap:var(--kendo-spacing-26, 8rem)!important}.k-gap-27{gap:var(--kendo-spacing-27, 9rem)}.\!k-gap-27{gap:var(--kendo-spacing-27, 9rem)!important}.k-gap-28{gap:var(--kendo-spacing-28, 10rem)}.\!k-gap-28{gap:var(--kendo-spacing-28, 10rem)!important}.k-gap-29{gap:var(--kendo-spacing-29, 11rem)}.\!k-gap-29{gap:var(--kendo-spacing-29, 11rem)!important}.k-gap-30{gap:var(--kendo-spacing-30, 12rem)}.\!k-gap-30{gap:var(--kendo-spacing-30, 12rem)!important}.k-gap-xs{gap:var(--kendo-spacing-xs, var(--kendo-spacing-1, .25rem))}.\!k-gap-xs{gap:var(--kendo-spacing-xs, var(--kendo-spacing-1, .25rem))!important}.k-gap-sm{gap:var(--kendo-spacing-sm, var(--kendo-spacing-2, .5rem))}.\!k-gap-sm{gap:var(--kendo-spacing-sm, var(--kendo-spacing-2, .5rem))!important}.k-gap-md{gap:var(--kendo-spacing-md, var(--kendo-spacing-3, .75rem))}.\!k-gap-md{gap:var(--kendo-spacing-md, var(--kendo-spacing-3, .75rem))!important}.k-gap-lg{gap:var(--kendo-spacing-lg, var(--kendo-spacing-4, 1rem))}.\!k-gap-lg{gap:var(--kendo-spacing-lg, var(--kendo-spacing-4, 1rem))!important}.k-gap-xl{gap:var(--kendo-spacing-xl, var(--kendo-spacing-6, 1.5rem))}.\!k-gap-xl{gap:var(--kendo-spacing-xl, var(--kendo-spacing-6, 1.5rem))!important}.k-gap-thin{gap:var(--kendo-spacing-thin, var(--kendo-spacing-0\.5, .125rem))}.\!k-gap-thin{gap:var(--kendo-spacing-thin, var(--kendo-spacing-0\.5, .125rem))!important}.k-gap-hair{gap:var(--kendo-spacing-hair, var(--kendo-spacing-1px, 1px))}.\!k-gap-hair{gap:var(--kendo-spacing-hair, var(--kendo-spacing-1px, 1px))!important}.k-gap-x-0{column-gap:var(--kendo-spacing-0, 0px)}.\!k-gap-x-0{column-gap:var(--kendo-spacing-0, 0px)!important}.k-gap-x-1px{column-gap:var(--kendo-spacing-1px, 1px)}.\!k-gap-x-1px{column-gap:var(--kendo-spacing-1px, 1px)!important}.k-gap-x-0\.5{column-gap:var(--kendo-spacing-0\.5, .125rem)}.\!k-gap-x-0\.5{column-gap:var(--kendo-spacing-0\.5, .125rem)!important}.k-gap-x-1{column-gap:var(--kendo-spacing-1, .25rem)}.\!k-gap-x-1{column-gap:var(--kendo-spacing-1, .25rem)!important}.k-gap-x-1\.5{column-gap:var(--kendo-spacing-1\.5, .375rem)}.\!k-gap-x-1\.5{column-gap:var(--kendo-spacing-1\.5, .375rem)!important}.k-gap-x-2{column-gap:var(--kendo-spacing-2, .5rem)}.\!k-gap-x-2{column-gap:var(--kendo-spacing-2, .5rem)!important}.k-gap-x-2\.5{column-gap:var(--kendo-spacing-2\.5, .625rem)}.\!k-gap-x-2\.5{column-gap:var(--kendo-spacing-2\.5, .625rem)!important}.k-gap-x-3{column-gap:var(--kendo-spacing-3, .75rem)}.\!k-gap-x-3{column-gap:var(--kendo-spacing-3, .75rem)!important}.k-gap-x-3\.5{column-gap:var(--kendo-spacing-3\.5, .875rem)}.\!k-gap-x-3\.5{column-gap:var(--kendo-spacing-3\.5, .875rem)!important}.k-gap-x-4{column-gap:var(--kendo-spacing-4, 1rem)}.\!k-gap-x-4{column-gap:var(--kendo-spacing-4, 1rem)!important}.k-gap-x-4\.5{column-gap:var(--kendo-spacing-4\.5, 1.125rem)}.\!k-gap-x-4\.5{column-gap:var(--kendo-spacing-4\.5, 1.125rem)!important}.k-gap-x-5{column-gap:var(--kendo-spacing-5, 1.25rem)}.\!k-gap-x-5{column-gap:var(--kendo-spacing-5, 1.25rem)!important}.k-gap-x-5\.5{column-gap:var(--kendo-spacing-5\.5, 1.375rem)}.\!k-gap-x-5\.5{column-gap:var(--kendo-spacing-5\.5, 1.375rem)!important}.k-gap-x-6{column-gap:var(--kendo-spacing-6, 1.5rem)}.\!k-gap-x-6{column-gap:var(--kendo-spacing-6, 1.5rem)!important}.k-gap-x-6\.5{column-gap:var(--kendo-spacing-6\.5, 1.625rem)}.\!k-gap-x-6\.5{column-gap:var(--kendo-spacing-6\.5, 1.625rem)!important}.k-gap-x-7{column-gap:var(--kendo-spacing-7, 1.75rem)}.\!k-gap-x-7{column-gap:var(--kendo-spacing-7, 1.75rem)!important}.k-gap-x-7\.5{column-gap:var(--kendo-spacing-7\.5, 1.875rem)}.\!k-gap-x-7\.5{column-gap:var(--kendo-spacing-7\.5, 1.875rem)!important}.k-gap-x-8{column-gap:var(--kendo-spacing-8, 2rem)}.\!k-gap-x-8{column-gap:var(--kendo-spacing-8, 2rem)!important}.k-gap-x-9{column-gap:var(--kendo-spacing-9, 2.25rem)}.\!k-gap-x-9{column-gap:var(--kendo-spacing-9, 2.25rem)!important}.k-gap-x-10{column-gap:var(--kendo-spacing-10, 2.5rem)}.\!k-gap-x-10{column-gap:var(--kendo-spacing-10, 2.5rem)!important}.k-gap-x-11{column-gap:var(--kendo-spacing-11, 2.75rem)}.\!k-gap-x-11{column-gap:var(--kendo-spacing-11, 2.75rem)!important}.k-gap-x-12{column-gap:var(--kendo-spacing-12, 3rem)}.\!k-gap-x-12{column-gap:var(--kendo-spacing-12, 3rem)!important}.k-gap-x-13{column-gap:var(--kendo-spacing-13, 3.25rem)}.\!k-gap-x-13{column-gap:var(--kendo-spacing-13, 3.25rem)!important}.k-gap-x-14{column-gap:var(--kendo-spacing-14, 3.5rem)}.\!k-gap-x-14{column-gap:var(--kendo-spacing-14, 3.5rem)!important}.k-gap-x-15{column-gap:var(--kendo-spacing-15, 3.75rem)}.\!k-gap-x-15{column-gap:var(--kendo-spacing-15, 3.75rem)!important}.k-gap-x-16{column-gap:var(--kendo-spacing-16, 4rem)}.\!k-gap-x-16{column-gap:var(--kendo-spacing-16, 4rem)!important}.k-gap-x-17{column-gap:var(--kendo-spacing-17, 4.25rem)}.\!k-gap-x-17{column-gap:var(--kendo-spacing-17, 4.25rem)!important}.k-gap-x-18{column-gap:var(--kendo-spacing-18, 4.5rem)}.\!k-gap-x-18{column-gap:var(--kendo-spacing-18, 4.5rem)!important}.k-gap-x-19{column-gap:var(--kendo-spacing-19, 4.75rem)}.\!k-gap-x-19{column-gap:var(--kendo-spacing-19, 4.75rem)!important}.k-gap-x-20{column-gap:var(--kendo-spacing-20, 5rem)}.\!k-gap-x-20{column-gap:var(--kendo-spacing-20, 5rem)!important}.k-gap-x-21{column-gap:var(--kendo-spacing-21, 5.25rem)}.\!k-gap-x-21{column-gap:var(--kendo-spacing-21, 5.25rem)!important}.k-gap-x-22{column-gap:var(--kendo-spacing-22, 5.5rem)}.\!k-gap-x-22{column-gap:var(--kendo-spacing-22, 5.5rem)!important}.k-gap-x-23{column-gap:var(--kendo-spacing-23, 5.75rem)}.\!k-gap-x-23{column-gap:var(--kendo-spacing-23, 5.75rem)!important}.k-gap-x-24{column-gap:var(--kendo-spacing-24, 6rem)}.\!k-gap-x-24{column-gap:var(--kendo-spacing-24, 6rem)!important}.k-gap-x-25{column-gap:var(--kendo-spacing-25, 7rem)}.\!k-gap-x-25{column-gap:var(--kendo-spacing-25, 7rem)!important}.k-gap-x-26{column-gap:var(--kendo-spacing-26, 8rem)}.\!k-gap-x-26{column-gap:var(--kendo-spacing-26, 8rem)!important}.k-gap-x-27{column-gap:var(--kendo-spacing-27, 9rem)}.\!k-gap-x-27{column-gap:var(--kendo-spacing-27, 9rem)!important}.k-gap-x-28{column-gap:var(--kendo-spacing-28, 10rem)}.\!k-gap-x-28{column-gap:var(--kendo-spacing-28, 10rem)!important}.k-gap-x-29{column-gap:var(--kendo-spacing-29, 11rem)}.\!k-gap-x-29{column-gap:var(--kendo-spacing-29, 11rem)!important}.k-gap-x-30{column-gap:var(--kendo-spacing-30, 12rem)}.\!k-gap-x-30{column-gap:var(--kendo-spacing-30, 12rem)!important}.k-gap-x-xs{column-gap:var(--kendo-spacing-xs, var(--kendo-spacing-1, .25rem))}.\!k-gap-x-xs{column-gap:var(--kendo-spacing-xs, var(--kendo-spacing-1, .25rem))!important}.k-gap-x-sm{column-gap:var(--kendo-spacing-sm, var(--kendo-spacing-2, .5rem))}.\!k-gap-x-sm{column-gap:var(--kendo-spacing-sm, var(--kendo-spacing-2, .5rem))!important}.k-gap-x-md{column-gap:var(--kendo-spacing-md, var(--kendo-spacing-3, .75rem))}.\!k-gap-x-md{column-gap:var(--kendo-spacing-md, var(--kendo-spacing-3, .75rem))!important}.k-gap-x-lg{column-gap:var(--kendo-spacing-lg, var(--kendo-spacing-4, 1rem))}.\!k-gap-x-lg{column-gap:var(--kendo-spacing-lg, var(--kendo-spacing-4, 1rem))!important}.k-gap-x-xl{column-gap:var(--kendo-spacing-xl, var(--kendo-spacing-6, 1.5rem))}.\!k-gap-x-xl{column-gap:var(--kendo-spacing-xl, var(--kendo-spacing-6, 1.5rem))!important}.k-gap-x-thin{column-gap:var(--kendo-spacing-thin, var(--kendo-spacing-0\.5, .125rem))}.\!k-gap-x-thin{column-gap:var(--kendo-spacing-thin, var(--kendo-spacing-0\.5, .125rem))!important}.k-gap-x-hair{column-gap:var(--kendo-spacing-hair, var(--kendo-spacing-1px, 1px))}.\!k-gap-x-hair{column-gap:var(--kendo-spacing-hair, var(--kendo-spacing-1px, 1px))!important}.k-gap-y-0{row-gap:var(--kendo-spacing-0, 0px)}.\!k-gap-y-0{row-gap:var(--kendo-spacing-0, 0px)!important}.k-gap-y-1px{row-gap:var(--kendo-spacing-1px, 1px)}.\!k-gap-y-1px{row-gap:var(--kendo-spacing-1px, 1px)!important}.k-gap-y-0\.5{row-gap:var(--kendo-spacing-0\.5, .125rem)}.\!k-gap-y-0\.5{row-gap:var(--kendo-spacing-0\.5, .125rem)!important}.k-gap-y-1{row-gap:var(--kendo-spacing-1, .25rem)}.\!k-gap-y-1{row-gap:var(--kendo-spacing-1, .25rem)!important}.k-gap-y-1\.5{row-gap:var(--kendo-spacing-1\.5, .375rem)}.\!k-gap-y-1\.5{row-gap:var(--kendo-spacing-1\.5, .375rem)!important}.k-gap-y-2{row-gap:var(--kendo-spacing-2, .5rem)}.\!k-gap-y-2{row-gap:var(--kendo-spacing-2, .5rem)!important}.k-gap-y-2\.5{row-gap:var(--kendo-spacing-2\.5, .625rem)}.\!k-gap-y-2\.5{row-gap:var(--kendo-spacing-2\.5, .625rem)!important}.k-gap-y-3{row-gap:var(--kendo-spacing-3, .75rem)}.\!k-gap-y-3{row-gap:var(--kendo-spacing-3, .75rem)!important}.k-gap-y-3\.5{row-gap:var(--kendo-spacing-3\.5, .875rem)}.\!k-gap-y-3\.5{row-gap:var(--kendo-spacing-3\.5, .875rem)!important}.k-gap-y-4{row-gap:var(--kendo-spacing-4, 1rem)}.\!k-gap-y-4{row-gap:var(--kendo-spacing-4, 1rem)!important}.k-gap-y-4\.5{row-gap:var(--kendo-spacing-4\.5, 1.125rem)}.\!k-gap-y-4\.5{row-gap:var(--kendo-spacing-4\.5, 1.125rem)!important}.k-gap-y-5{row-gap:var(--kendo-spacing-5, 1.25rem)}.\!k-gap-y-5{row-gap:var(--kendo-spacing-5, 1.25rem)!important}.k-gap-y-5\.5{row-gap:var(--kendo-spacing-5\.5, 1.375rem)}.\!k-gap-y-5\.5{row-gap:var(--kendo-spacing-5\.5, 1.375rem)!important}.k-gap-y-6{row-gap:var(--kendo-spacing-6, 1.5rem)}.\!k-gap-y-6{row-gap:var(--kendo-spacing-6, 1.5rem)!important}.k-gap-y-6\.5{row-gap:var(--kendo-spacing-6\.5, 1.625rem)}.\!k-gap-y-6\.5{row-gap:var(--kendo-spacing-6\.5, 1.625rem)!important}.k-gap-y-7{row-gap:var(--kendo-spacing-7, 1.75rem)}.\!k-gap-y-7{row-gap:var(--kendo-spacing-7, 1.75rem)!important}.k-gap-y-7\.5{row-gap:var(--kendo-spacing-7\.5, 1.875rem)}.\!k-gap-y-7\.5{row-gap:var(--kendo-spacing-7\.5, 1.875rem)!important}.k-gap-y-8{row-gap:var(--kendo-spacing-8, 2rem)}.\!k-gap-y-8{row-gap:var(--kendo-spacing-8, 2rem)!important}.k-gap-y-9{row-gap:var(--kendo-spacing-9, 2.25rem)}.\!k-gap-y-9{row-gap:var(--kendo-spacing-9, 2.25rem)!important}.k-gap-y-10{row-gap:var(--kendo-spacing-10, 2.5rem)}.\!k-gap-y-10{row-gap:var(--kendo-spacing-10, 2.5rem)!important}.k-gap-y-11{row-gap:var(--kendo-spacing-11, 2.75rem)}.\!k-gap-y-11{row-gap:var(--kendo-spacing-11, 2.75rem)!important}.k-gap-y-12{row-gap:var(--kendo-spacing-12, 3rem)}.\!k-gap-y-12{row-gap:var(--kendo-spacing-12, 3rem)!important}.k-gap-y-13{row-gap:var(--kendo-spacing-13, 3.25rem)}.\!k-gap-y-13{row-gap:var(--kendo-spacing-13, 3.25rem)!important}.k-gap-y-14{row-gap:var(--kendo-spacing-14, 3.5rem)}.\!k-gap-y-14{row-gap:var(--kendo-spacing-14, 3.5rem)!important}.k-gap-y-15{row-gap:var(--kendo-spacing-15, 3.75rem)}.\!k-gap-y-15{row-gap:var(--kendo-spacing-15, 3.75rem)!important}.k-gap-y-16{row-gap:var(--kendo-spacing-16, 4rem)}.\!k-gap-y-16{row-gap:var(--kendo-spacing-16, 4rem)!important}.k-gap-y-17{row-gap:var(--kendo-spacing-17, 4.25rem)}.\!k-gap-y-17{row-gap:var(--kendo-spacing-17, 4.25rem)!important}.k-gap-y-18{row-gap:var(--kendo-spacing-18, 4.5rem)}.\!k-gap-y-18{row-gap:var(--kendo-spacing-18, 4.5rem)!important}.k-gap-y-19{row-gap:var(--kendo-spacing-19, 4.75rem)}.\!k-gap-y-19{row-gap:var(--kendo-spacing-19, 4.75rem)!important}.k-gap-y-20{row-gap:var(--kendo-spacing-20, 5rem)}.\!k-gap-y-20{row-gap:var(--kendo-spacing-20, 5rem)!important}.k-gap-y-21{row-gap:var(--kendo-spacing-21, 5.25rem)}.\!k-gap-y-21{row-gap:var(--kendo-spacing-21, 5.25rem)!important}.k-gap-y-22{row-gap:var(--kendo-spacing-22, 5.5rem)}.\!k-gap-y-22{row-gap:var(--kendo-spacing-22, 5.5rem)!important}.k-gap-y-23{row-gap:var(--kendo-spacing-23, 5.75rem)}.\!k-gap-y-23{row-gap:var(--kendo-spacing-23, 5.75rem)!important}.k-gap-y-24{row-gap:var(--kendo-spacing-24, 6rem)}.\!k-gap-y-24{row-gap:var(--kendo-spacing-24, 6rem)!important}.k-gap-y-25{row-gap:var(--kendo-spacing-25, 7rem)}.\!k-gap-y-25{row-gap:var(--kendo-spacing-25, 7rem)!important}.k-gap-y-26{row-gap:var(--kendo-spacing-26, 8rem)}.\!k-gap-y-26{row-gap:var(--kendo-spacing-26, 8rem)!important}.k-gap-y-27{row-gap:var(--kendo-spacing-27, 9rem)}.\!k-gap-y-27{row-gap:var(--kendo-spacing-27, 9rem)!important}.k-gap-y-28{row-gap:var(--kendo-spacing-28, 10rem)}.\!k-gap-y-28{row-gap:var(--kendo-spacing-28, 10rem)!important}.k-gap-y-29{row-gap:var(--kendo-spacing-29, 11rem)}.\!k-gap-y-29{row-gap:var(--kendo-spacing-29, 11rem)!important}.k-gap-y-30{row-gap:var(--kendo-spacing-30, 12rem)}.\!k-gap-y-30{row-gap:var(--kendo-spacing-30, 12rem)!important}.k-gap-y-xs{row-gap:var(--kendo-spacing-xs, var(--kendo-spacing-1, .25rem))}.\!k-gap-y-xs{row-gap:var(--kendo-spacing-xs, var(--kendo-spacing-1, .25rem))!important}.k-gap-y-sm{row-gap:var(--kendo-spacing-sm, var(--kendo-spacing-2, .5rem))}.\!k-gap-y-sm{row-gap:var(--kendo-spacing-sm, var(--kendo-spacing-2, .5rem))!important}.k-gap-y-md{row-gap:var(--kendo-spacing-md, var(--kendo-spacing-3, .75rem))}.\!k-gap-y-md{row-gap:var(--kendo-spacing-md, var(--kendo-spacing-3, .75rem))!important}.k-gap-y-lg{row-gap:var(--kendo-spacing-lg, var(--kendo-spacing-4, 1rem))}.\!k-gap-y-lg{row-gap:var(--kendo-spacing-lg, var(--kendo-spacing-4, 1rem))!important}.k-gap-y-xl{row-gap:var(--kendo-spacing-xl, var(--kendo-spacing-6, 1.5rem))}.\!k-gap-y-xl{row-gap:var(--kendo-spacing-xl, var(--kendo-spacing-6, 1.5rem))!important}.k-gap-y-thin{row-gap:var(--kendo-spacing-thin, var(--kendo-spacing-0\.5, .125rem))}.\!k-gap-y-thin{row-gap:var(--kendo-spacing-thin, var(--kendo-spacing-0\.5, .125rem))!important}.k-gap-y-hair{row-gap:var(--kendo-spacing-hair, var(--kendo-spacing-1px, 1px))}.\!k-gap-y-hair{row-gap:var(--kendo-spacing-hair, var(--kendo-spacing-1px, 1px))!important}.k-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.\!k-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.k-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\!k-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.k-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\!k-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.k-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\!k-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.k-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\!k-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.k-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.\!k-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.k-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.\!k-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.k-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.\!k-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.k-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.\!k-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.k-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.\!k-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.k-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.\!k-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.k-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.\!k-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.k-grid-cols-none{grid-template-columns:none}.\!k-grid-cols-none{grid-template-columns:none!important}.k-col-span-1{grid-column:span 1/span 1}.\!k-col-span-1{grid-column:span 1/span 1!important}.k-col-span-2{grid-column:span 2/span 2}.\!k-col-span-2{grid-column:span 2/span 2!important}.k-col-span-3{grid-column:span 3/span 3}.\!k-col-span-3{grid-column:span 3/span 3!important}.k-col-span-4{grid-column:span 4/span 4}.\!k-col-span-4{grid-column:span 4/span 4!important}.k-col-span-5{grid-column:span 5/span 5}.\!k-col-span-5{grid-column:span 5/span 5!important}.k-col-span-6{grid-column:span 6/span 6}.\!k-col-span-6{grid-column:span 6/span 6!important}.k-col-span-7{grid-column:span 7/span 7}.\!k-col-span-7{grid-column:span 7/span 7!important}.k-col-span-8{grid-column:span 8/span 8}.\!k-col-span-8{grid-column:span 8/span 8!important}.k-col-span-9{grid-column:span 9/span 9}.\!k-col-span-9{grid-column:span 9/span 9!important}.k-col-span-10{grid-column:span 10/span 10}.\!k-col-span-10{grid-column:span 10/span 10!important}.k-col-span-11{grid-column:span 11/span 11}.\!k-col-span-11{grid-column:span 11/span 11!important}.k-col-span-12{grid-column:span 12/span 12}.\!k-col-span-12{grid-column:span 12/span 12!important}.k-col-span-full{grid-column:1 / -1}.\!k-col-span-full{grid-column:1 / -1!important}.k-col-span-auto{grid-column:auto}.\!k-col-span-auto{grid-column:auto!important}.k-col-start-1{grid-column-start:1}.\!k-col-start-1{grid-column-start:1!important}.k-col-start-2{grid-column-start:2}.\!k-col-start-2{grid-column-start:2!important}.k-col-start-3{grid-column-start:3}.\!k-col-start-3{grid-column-start:3!important}.k-col-start-4{grid-column-start:4}.\!k-col-start-4{grid-column-start:4!important}.k-col-start-5{grid-column-start:5}.\!k-col-start-5{grid-column-start:5!important}.k-col-start-6{grid-column-start:6}.\!k-col-start-6{grid-column-start:6!important}.k-col-start-7{grid-column-start:7}.\!k-col-start-7{grid-column-start:7!important}.k-col-start-8{grid-column-start:8}.\!k-col-start-8{grid-column-start:8!important}.k-col-start-9{grid-column-start:9}.\!k-col-start-9{grid-column-start:9!important}.k-col-start-10{grid-column-start:10}.\!k-col-start-10{grid-column-start:10!important}.k-col-start-11{grid-column-start:11}.\!k-col-start-11{grid-column-start:11!important}.k-col-start-12{grid-column-start:12}.\!k-col-start-12{grid-column-start:12!important}.k-col-start-13{grid-column-start:13}.\!k-col-start-13{grid-column-start:13!important}.k-col-start-auto{grid-column-start:auto}.\!k-col-start-auto{grid-column-start:auto!important}.k-col-end-1{grid-column-end:1}.\!k-col-end-1{grid-column-end:1!important}.k-col-end-2{grid-column-end:2}.\!k-col-end-2{grid-column-end:2!important}.k-col-end-3{grid-column-end:3}.\!k-col-end-3{grid-column-end:3!important}.k-col-end-4{grid-column-end:4}.\!k-col-end-4{grid-column-end:4!important}.k-col-end-5{grid-column-end:5}.\!k-col-end-5{grid-column-end:5!important}.k-col-end-6{grid-column-end:6}.\!k-col-end-6{grid-column-end:6!important}.k-col-end-7{grid-column-end:7}.\!k-col-end-7{grid-column-end:7!important}.k-col-end-8{grid-column-end:8}.\!k-col-end-8{grid-column-end:8!important}.k-col-end-9{grid-column-end:9}.\!k-col-end-9{grid-column-end:9!important}.k-col-end-10{grid-column-end:10}.\!k-col-end-10{grid-column-end:10!important}.k-col-end-11{grid-column-end:11}.\!k-col-end-11{grid-column-end:11!important}.k-col-end-12{grid-column-end:12}.\!k-col-end-12{grid-column-end:12!important}.k-col-end-13{grid-column-end:13}.\!k-col-end-13{grid-column-end:13!important}.k-col-end-auto{grid-column-end:auto}.\!k-col-end-auto{grid-column-end:auto!important}.k-colspan-1{grid-column:span 1/span 1}.\!k-colspan-1{grid-column:span 1/span 1!important}.k-colspan-2{grid-column:span 2/span 2}.\!k-colspan-2{grid-column:span 2/span 2!important}.k-colspan-3{grid-column:span 3/span 3}.\!k-colspan-3{grid-column:span 3/span 3!important}.k-colspan-4{grid-column:span 4/span 4}.\!k-colspan-4{grid-column:span 4/span 4!important}.k-colspan-5{grid-column:span 5/span 5}.\!k-colspan-5{grid-column:span 5/span 5!important}.k-colspan-6{grid-column:span 6/span 6}.\!k-colspan-6{grid-column:span 6/span 6!important}.k-colspan-7{grid-column:span 7/span 7}.\!k-colspan-7{grid-column:span 7/span 7!important}.k-colspan-8{grid-column:span 8/span 8}.\!k-colspan-8{grid-column:span 8/span 8!important}.k-colspan-9{grid-column:span 9/span 9}.\!k-colspan-9{grid-column:span 9/span 9!important}.k-colspan-10{grid-column:span 10/span 10}.\!k-colspan-10{grid-column:span 10/span 10!important}.k-colspan-11{grid-column:span 11/span 11}.\!k-colspan-11{grid-column:span 11/span 11!important}.k-colspan-12{grid-column:span 12/span 12}.\!k-colspan-12{grid-column:span 12/span 12!important}.k-colspan-full,.k-colspan-all{grid-column:1 / -1}.\!k-colspan-full,.\!k-colspan-all{grid-column:1 / -1!important}.k-colspan-auto{grid-column:auto}.\!k-colspan-auto{grid-column:auto!important}.k-window{border-radius:0;padding:0;border-width:0px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height-sm, normal);display:inline-flex;flex-direction:column;position:absolute;z-index:10002;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-window.k-window-maximized{max-width:100vw;max-height:100vh;box-shadow:none}.k-window-sm{width:300px}.k-window-md{width:800px}.k-window-lg{width:1200px}.k-window-titlebar{border-top-left-radius:0;border-top-right-radius:0;padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-4, 1rem);border-width:0 0 1px;border-style:solid;white-space:nowrap;display:flex;flex-direction:row;flex-shrink:0;align-items:center}.k-window-minimized .k-window-titlebar{border-width:0}.k-window-title{padding-block:.5em;padding-inline:0;margin-block:-.5em;margin-inline:0;font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-sm, normal);text-overflow:ellipsis;overflow:hidden;cursor:default;flex:1}.k-window-title:empty:before{content:"​"}.k-window-titlebar-actions{margin-block:-5em;margin-inline:0;margin-inline-end:calc(var(--kendo-spacing-3, .75rem) - var(--kendo-spacing-4, 1rem));line-height:1;display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;vertical-align:top}.k-window-titlebar-action{flex-shrink:0}.k-window-content,.k-prompt-container{padding-block:var(--kendo-spacing-4, 1rem);padding-inline:var(--kendo-spacing-4, 1rem);border-width:0;border-color:inherit;color:inherit;background:none;outline:0;overflow:auto;position:relative;flex:1 1 auto}.k-window-content+.k-prompt-container{margin-top:-var(--kendo-spacing-4,1rem) / 2}.k-window-content:first-child{padding-top:clamp(var(--kendo-spacing-4, 1rem),var(--kendo-spacing-3, .75rem),var(--kendo-spacing-3, .75rem))}.k-window-content:last-child{padding-bottom:clamp(var(--kendo-spacing-4, 1rem),var(--kendo-spacing-3, .75rem),var(--kendo-spacing-3, .75rem))}.k-window-iframecontent{padding:0;overflow:visible}.k-window-iframecontent .k-content-frame{vertical-align:top;border:0;width:100%;height:100%}.k-window-actions{border-bottom-right-radius:0;border-bottom-left-radius:0;padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);border-width:1px 0 0;border-style:solid;border-color:inherit;flex:0 0 auto;display:flex;flex-flow:row wrap;align-items:center;overflow:hidden}.k-prompt-container>.k-textarea{width:100%}.k-window .k-resize-n{top:0}.k-window .k-resize-e{right:0}.k-window .k-resize-s{bottom:0}.k-window .k-resize-w{left:0}.k-window{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff);box-shadow:var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, .28), 0 4px 16px rgba(0, 0, 0, .12))}.k-window:focus,.k-window.k-focus{box-shadow:var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, .32), 0 4px 16px rgba(0, 0, 0, .12))}.k-window-titlebar{border-color:inherit;color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-window-primary .k-window-titlebar{color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-window-light .k-window-titlebar{color:var(--kendo-color-on-light, #000000);background-color:var(--kendo-color-light, #ebebeb)}.k-window-dark .k-window-titlebar{color:var(--kendo-color-on-dark, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-dialog-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;outline:0;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10001}.k-dialog-wrapper .k-dialog{position:relative}.k-dialog{padding:0;position:fixed;box-sizing:border-box}.k-dialog.k-dialog-centered{transform:translate(-50%,-50%);top:50%;left:50%}.k-dialog .k-multiselect{width:100%}.k-dialog-actions{border-bottom-right-radius:0;border-bottom-left-radius:0;padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);border-width:1px 0 0;border-style:solid;border-color:inherit;flex:0 0 auto;display:flex;flex-flow:row wrap;align-items:center;gap:var(--kendo-spacing-2, .5rem);overflow:hidden}.k-dialog-titlebar{border-color:inherit;color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-dialog-primary .k-dialog-titlebar{color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-dialog-light .k-dialog-titlebar{color:var(--kendo-color-on-light, #000000);background-color:var(--kendo-color-light, #ebebeb)}.k-dialog-dark .k-dialog-titlebar{color:var(--kendo-color-on-dark, #ffffff);background-color:var(--kendo-color-dark, #3d3d3d)}.k-pager{padding:0;border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:12px;line-height:var(--kendo-line-height, normal);white-space:nowrap;display:flex;flex-wrap:wrap;align-items:center;position:relative;overflow:hidden;cursor:default;flex:0 0 auto;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-pager *,.k-pager *:before,.k-pager *:after{box-sizing:border-box}.k-pager-info,.k-pager-sizes,.k-pager-input{display:flex;flex-direction:row;align-items:center}.k-pager-nav{color:inherit;text-align:center;display:inline-flex;align-items:center;justify-content:center;position:relative}.k-pager-nav:hover{z-index:2}.k-disabled.k-pager-nav{color:inherit}.k-pager-numbers-wrap{display:flex;flex-direction:row;position:relative}.k-pager-numbers-wrap select.k-dropdown-list,.k-pager-numbers-wrap select.k-dropdown,.k-pager-numbers-wrap select.k-dropdownlist{width:5em}.k-pager-numbers{display:flex;flex-direction:row}.k-pager-numbers .k-selected{cursor:inherit;z-index:2}.k-pager-input{gap:1ex}.k-pager-input .k-textbox,.k-pager-input .k-numerictextbox{margin-block:0;width:5em}.k-pager-sizes{gap:1ex}.k-pager-sizes .k-input-inner,.k-pager-sizes .k-input-value-text{text-overflow:clip}.k-pager-info{text-align:end;justify-content:flex-end;flex:1 1 0%;order:9}.k-pager-refresh{margin-inline-start:auto;color:inherit;order:10}.k-pager-sm{padding-inline:var(--kendo-spacing-1, .25rem);padding-block:var(--kendo-spacing-1, .25rem);gap:var(--kendo-spacing-3, .75rem)}.k-pager-sm .k-pager-numbers-wrap .k-button{min-width:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, .125rem) * 2 + 1px * 2)}.k-pager-sm .k-pager-numbers-wrap .k-pager-input,.k-pager-sm .k-pager-numbers-wrap>select.k-dropdown-list,.k-pager-sm .k-pager-numbers-wrap>select.k-dropdown,.k-pager-sm .k-pager-numbers-wrap>select.k-dropdownlist{margin-inline-start:var(--kendo-spacing-3, .75rem);margin-inline-end:var(--kendo-spacing-3, .75rem)}.k-pager-sm .k-pager-sizes .k-dropdown-list,.k-pager-sm .k-pager-sizes .k-dropdown,.k-pager-sm .k-pager-sizes .k-dropdownlist,.k-pager-sm .k-pager-sizes>select{width:5em}.k-pager-md{padding-inline:var(--kendo-spacing-2, .5rem);padding-block:var(--kendo-spacing-2, .5rem);gap:var(--kendo-spacing-3\.5, .875rem)}.k-pager-md .k-pager-numbers-wrap .k-button{min-width:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2)}.k-pager-md .k-pager-numbers-wrap .k-pager-input,.k-pager-md .k-pager-numbers-wrap>select.k-dropdown-list,.k-pager-md .k-pager-numbers-wrap>select.k-dropdown,.k-pager-md .k-pager-numbers-wrap>select.k-dropdownlist{margin-inline-start:var(--kendo-spacing-3\.5, .875rem);margin-inline-end:var(--kendo-spacing-3\.5, .875rem)}.k-pager-md .k-pager-sizes .k-dropdown-list,.k-pager-md .k-pager-sizes .k-dropdown,.k-pager-md .k-pager-sizes .k-dropdownlist,.k-pager-md .k-pager-sizes>select{width:5em}.k-pager-lg{padding-inline:var(--kendo-spacing-2\.5, .625rem);padding-block:var(--kendo-spacing-2\.5, .625rem);gap:var(--kendo-spacing-4, 1rem)}.k-pager-lg .k-pager-numbers-wrap .k-button{min-width:calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, .5rem) * 2 + 1px * 2)}.k-pager-lg .k-pager-numbers-wrap .k-pager-input,.k-pager-lg .k-pager-numbers-wrap>select.k-dropdown-list,.k-pager-lg .k-pager-numbers-wrap>select.k-dropdown,.k-pager-lg .k-pager-numbers-wrap>select.k-dropdownlist{margin-inline-start:var(--kendo-spacing-4, 1rem);margin-inline-end:var(--kendo-spacing-4, 1rem)}.k-pager-lg .k-pager-sizes .k-dropdown-list,.k-pager-lg .k-pager-sizes .k-dropdown,.k-pager-lg .k-pager-sizes .k-dropdownlist,.k-pager-lg .k-pager-sizes>select{width:5em}.k-pager{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-pager:focus,.k-pager.k-focus{box-shadow:inset 0 0 0 2px #00000021}.k-chip{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);border-width:1px;border-style:solid;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:1;display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:var(--kendo-spacing-1, .25rem);position:relative;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.k-chip *,.k-chip *:before,.k-chip *:after{box-sizing:border-box}.k-chip .k-selected-icon-wrapper{display:none!important}.k-chip-content{min-width:0;display:flex;flex-flow:row nowrap;align-items:center;flex:1 1 auto}.k-chip-content .k-icon-wrapper-host{display:initial}.k-chip-content:first-child{margin-inline-start:var(--kendo-spacing-1, .25rem)}.k-chip-content:last-child{margin-inline-end:var(--kendo-spacing-1, .25rem)}.k-chip-text,.k-chip-label{padding-block:.5em;padding-inline:0;margin-block:-.5em;margin-inline:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:1 1 auto}.k-chip-avatar{border-radius:50%;background-size:cover;background-position:center;flex:none}.k-chip-icon{display:flex;align-items:center;justify-content:center;flex:none}.k-chip-actions{margin-block:-5em;margin-inline:0;flex:none;display:flex;flex-flow:row nowrap;align-items:center;align-self:center}.k-chip-action{flex:none;display:flex;flex-flow:row nowrap;align-items:center;align-self:center}.k-remove-icon{font-size:inherit;display:flex;align-items:center;justify-content:center;flex:none}.k-chip-list{min-width:0px;display:inline-flex;flex-wrap:wrap;align-items:center;position:relative}.k-chip-sm{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-1, .25rem);font-size:var(--kendo-font-size, inherit);line-height:1}.k-chip-sm .k-chip-action{padding:var(--kendo-spacing-0\.5, .125rem)}.k-chip-md{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem);font-size:var(--kendo-font-size, inherit);line-height:1}.k-chip-md .k-chip-action{padding:var(--kendo-spacing-1, .25rem)}.k-chip-lg{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-1, .25rem);font-size:var(--kendo-font-size, inherit);line-height:1}.k-chip-lg .k-chip-action{padding:var(--kendo-spacing-1\.5, .375rem)}.k-chip-avatar{width:1em;height:1em;flex-basis:1em}.k-chip-list-sm,.k-chip-list-md,.k-chip-list-lg{gap:var(--kendo-spacing-1, .25rem)}.k-chip-solid-base{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-base, #3d3d3d);background-color:var(--kendo-color-base-subtle, #ebebeb);background-image:none}.k-chip-solid-base:focus,.k-chip-solid-base.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent)}.k-chip-solid-base:hover,.k-chip-solid-base.k-hover{background-color:var(--kendo-color-base-subtle-hover, #e0e0e0)}.k-chip-solid-base.k-selected{background-color:var(--kendo-color-base-active, #d6d6d6)}.k-chip-solid-error{border-color:var(--kendo-color-error-emphasis, #f76f60);color:var(--kendo-color-error-on-subtle, #7a0c00);background-color:var(--kendo-color-error-subtle, #fcddda);background-image:none}.k-chip-solid-error:focus,.k-chip-solid-error.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-error, #f31700) 16%,transparent)}.k-chip-solid-error:hover,.k-chip-solid-error.k-hover{background-color:var(--kendo-color-error-subtle-hover, #fbc8c3)}.k-chip-solid-error.k-selected{background-color:var(--kendo-color-error-subtle-active, #f98b80)}.k-chip-solid-info{border-color:var(--kendo-color-info-emphasis, #6098f2);color:var(--kendo-color-info-on-subtle, #002259);background-color:var(--kendo-color-info-subtle, #d2e2fb);background-image:none}.k-chip-solid-info:focus,.k-chip-solid-info.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-info, #0058e9) 16%,transparent)}.k-chip-solid-info:hover,.k-chip-solid-info.k-hover{background-color:var(--kendo-color-info-subtle-hover, #bdd4f8)}.k-chip-solid-info.k-selected{background-color:var(--kendo-color-info-subtle-active, #80acf4)}.k-chip-solid-warning{border-color:var(--kendo-color-warning-emphasis, #ffd760);color:var(--kendo-color-warning-on-subtle, #5e4700);background-color:var(--kendo-color-warning-subtle, #fff4d3);background-image:none}.k-chip-solid-warning:focus,.k-chip-solid-warning.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-warning, #ffc000) 16%,transparent)}.k-chip-solid-warning:hover,.k-chip-solid-warning.k-hover{background-color:var(--kendo-color-warning-subtle-hover, #ffeebd)}.k-chip-solid-warning.k-selected{background-color:var(--kendo-color-warning-subtle-active, #ffe79e)}.k-chip-solid-success{border-color:var(--kendo-color-success-emphasis, #81d15f);color:var(--kendo-color-success-on-subtle, #1c5a00);background-color:var(--kendo-color-success-subtle, #dcf0d3);background-image:none}.k-chip-solid-success:focus,.k-chip-solid-success.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-success, #37b400) 16%,transparent)}.k-chip-solid-success:hover,.k-chip-solid-success.k-hover{background-color:var(--kendo-color-success-subtle-hover, #cbe9bf)}.k-chip-solid-success.k-selected{background-color:var(--kendo-color-success-subtle-active, #b7e1a5)}.k-chip-outline-base{border-color:var(--kendo-color-base-on-surface, #3d3d3d);color:var(--kendo-color-base-on-surface, #3d3d3d);background-color:transparent}.k-chip-outline-base:focus,.k-chip-outline-base.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent)}.k-chip-outline-base:hover,.k-chip-outline-base.k-hover,.k-chip-outline-base.k-selected{color:var(--kendo-color-base, #f5f5f5);background-color:var(--kendo-color-base-on-surface, #3d3d3d)}.k-chip-outline-error{border-color:var(--kendo-color-error-on-surface, #ca1400);color:var(--kendo-color-error-on-surface, #ca1400);background-color:transparent}.k-chip-outline-error:focus,.k-chip-outline-error.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-error, #f31700) 16%,transparent)}.k-chip-outline-error:hover,.k-chip-outline-error.k-hover{border-color:var(--kendo-color-error-hover, #df1600);color:var(--kendo-color-on-error, #ffffff);background-color:var(--kendo-color-error-hover, #df1600)}.k-chip-outline-error.k-selected{border-color:var(--kendo-color-error-active, #ca1400);color:var(--kendo-color-on-error, #ffffff);background-color:var(--kendo-color-error-active, #ca1400)}.k-chip-outline-info{border-color:var(--kendo-color-info-on-surface, #004ac2);color:var(--kendo-color-info-on-surface, #004ac2);background-color:transparent}.k-chip-outline-info:focus,.k-chip-outline-info.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-info, #0058e9) 16%,transparent)}.k-chip-outline-info:hover,.k-chip-outline-info.k-hover{border-color:var(--kendo-color-info-hover, #0052d6);color:var(--kendo-color-on-info, #ffffff);background-color:var(--kendo-color-info-hover, #0052d6)}.k-chip-outline-info.k-selected{border-color:var(--kendo-color-info-active, #004ac2);color:var(--kendo-color-on-info, #ffffff);background-color:var(--kendo-color-info-active, #004ac2)}.k-chip-outline-warning{border-color:var(--kendo-color-warning, #ffc000);color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:transparent}.k-chip-outline-warning:focus,.k-chip-outline-warning.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-warning, #ffc000) 16%,transparent)}.k-chip-outline-warning:hover,.k-chip-outline-warning.k-hover,.k-chip-outline-warning.k-selected{color:var(--kendo-color-on-warning, #3d3d3d);background-color:var(--kendo-color-warning, #ffc000)}.k-chip-outline-success{border-color:var(--kendo-color-success-on-surface, #2d9600);color:var(--kendo-color-success-on-surface, #2d9600);background-color:transparent}.k-chip-outline-success:focus,.k-chip-outline-success.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-success, #37b400) 16%,transparent)}.k-chip-outline-success:hover,.k-chip-outline-success.k-hover{border-color:var(--kendo-color-success-hover, #32a500);color:var(--kendo-color-on-success, #ffffff);background-color:var(--kendo-color-success-hover, #32a500)}.k-chip-outline-success.k-selected{border-color:var(--kendo-color-success-active, #2d9600);color:var(--kendo-color-on-success, #ffffff);background-color:var(--kendo-color-success-active, #2d9600)}.k-text-clip{text-overflow:clip}.\!k-text-clip{text-overflow:clip!important}.k-text-ellipsis{text-overflow:ellipsis}.\!k-text-ellipsis{text-overflow:ellipsis!important}.k-text-truncate,.k-text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.\!k-text-truncate,.\!k-text-ellipsis{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.k-skeleton,.k-placeholder-line{display:block}.k-skeleton-text,.k-placeholder-line{border-radius:var(--kendo-border-radius-md, .25rem);transform:scaleY(.6)}.k-skeleton-text:empty:before,.k-placeholder-line:empty:before{content:"​"}.k-skeleton-rect{border-radius:0}.k-skeleton-circle{border-radius:9999px}@keyframes k-skeleton-wave{0%{transform:translate(-100%)}60%{transform:translate(100%)}to{transform:translate(100%)}}.k-skeleton-wave .k-skeleton,.k-skeleton-wave .k-placeholder-line,.k-skeleton-wave.k-skeleton,.k-skeleton-wave.k-placeholder-line{position:relative;overflow:hidden}.k-skeleton-wave .k-skeleton:after,.k-skeleton-wave .k-placeholder-line:after,.k-skeleton-wave.k-skeleton:after,.k-skeleton-wave.k-placeholder-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);animation:k-skeleton-wave 1.6s linear .5s infinite}@keyframes k-skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.k-skeleton-pulse .k-skeleton,.k-skeleton-pulse .k-placeholder-line,.k-skeleton-pulse.k-skeleton,.k-skeleton-pulse.k-placeholder-line{animation:k-skeleton-pulse 1.5s ease-in-out .5s infinite}.k-skeleton,.k-placeholder-line{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 20%,transparent)}.k-skeleton-wave .k-skeleton:after,.k-skeleton-wave .k-placeholder-line:after,.k-skeleton-wave.k-skeleton:after,.k-skeleton-wave.k-placeholder-line:after{background-image:linear-gradient(to right,transparent,rgba(0,0,0,.04),transparent)}.k-table{width:100%;max-width:none;border-width:1px;border-style:solid;text-align:start;border-collapse:collapse;border-spacing:0;empty-cells:show;outline:none}.k-data-table{border-width:1px;border-style:solid}.k-data-table .k-table{table-layout:fixed}.k-table-thead,.k-table-tbody,.k-table-tfoot,.k-table-row,.k-table-alt-row{border-color:inherit;text-align:inherit}.k-table-th,.k-table-td{border-width:0 0 1px 0;border-style:solid;border-color:inherit;box-sizing:border-box;font-weight:400;text-align:inherit;white-space:nowrap;text-overflow:ellipsis;display:table-cell;overflow:hidden;position:relative}.k-table-th:first-child,.k-table-td:first-child{border-left-width:0}.k-table-th{border-bottom-width:1px}.k-table-header{padding-inline-end:var(--kendo-scrollbar-width);border-width:0 0 1px;border-style:solid;box-sizing:border-box}.k-table-header .k-table{border-width:0}.k-table-header-wrap{margin-right:-1px;width:100%;border-width:0 0 0 0;border-style:solid;border-color:inherit;overflow:hidden}.k-table-header>.k-table,.k-table-header-wrap>.k-table{margin-bottom:-1px}.k-table-group-sticky-header{flex:none}.k-table-group-sticky-header .k-table-th{display:flex;flex-flow:row nowrap;align-items:center;align-content:center}.k-table-list{margin:0;padding:0;width:100%;max-width:none;border-width:0;display:table;border-collapse:collapse;border-spacing:0;table-layout:fixed;empty-cells:show;list-style:none;outline:none}.k-table-list .k-table-row{position:relative}.k-table-list .k-table-row,.k-table-list .k-table-group-row{width:100%;box-sizing:border-box;display:table-row}.k-table-list .k-table-row.k-first{border-top:1px solid currentColor}.k-table-list .k-table-th,.k-table-list .k-table-td{vertical-align:middle}.k-table-list .k-table-group-row{position:-webkit-sticky;position:sticky}.k-table-list .k-table-group-row:before{content:"​";padding-inline:0;width:0;display:block;overflow:hidden}.k-table-list .k-table-group-row .k-table-th{width:100%;border-color:inherit;color:inherit;background-color:inherit;position:absolute;top:0}.k-table-list .k-table-spacer-td{padding:0!important;width:0!important;border-left-width:0!important;border-right-width:0!important}.k-table-list .k-table-group-td{padding:0!important;width:0!important;border-left-width:0!important;border-right-width:0!important;overflow:visible}.k-table-list .k-table-group-td>span{font-size:.75em;position:absolute;top:0;right:0}.k-virtual-table .k-table-row,.k-virtual-table .k-table-group-row{position:absolute;width:100%}.k-table-scroller{position:relative;overflow:auto}.k-table-scroller>.k-table{border-width:0}.k-table-footer{padding-inline-end:var(--kendo-scrollbar-width);border-width:1px 0 0;border-style:solid;box-sizing:border-box}.k-table-footer .k-table{border-width:0}.k-table-footer-wrap{margin-right:-1px;width:100%;border-width:0 0 0 0;border-style:solid;border-color:inherit;overflow:hidden}.k-table-sm{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-table-sm .k-table-th,.k-table-sm .k-table-td{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-table-sm .k-table-list .k-table-group-td>span{padding-block:0;padding-inline:calc(var(--kendo-spacing-2, .5rem) / 2)}.k-table-sm .k-table-list .k-table-group-row:before{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:0}.k-table-md{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-table-md .k-table-th,.k-table-md .k-table-td{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-table-md .k-table-list .k-table-group-td>span{padding-block:0;padding-inline:calc(var(--kendo-spacing-3, .75rem) / 2)}.k-table-md .k-table-list .k-table-group-row:before{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:0}.k-table-lg{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal)}.k-table-lg .k-table-th,.k-table-lg .k-table-td{padding-block:var(--kendo-spacing-2\.5, .625rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-table-lg .k-table-list .k-table-group-td>span{padding-block:0;padding-inline:calc(var(--kendo-spacing-2, .5rem) / 2)}.k-table-lg .k-table-list .k-table-group-row:before{padding-block:var(--kendo-spacing-2\.5, .625rem);padding-inline:0}.k-rtl.k-table .k-table-th,.k-rtl.k-table .k-table-td,.k-rtl .k-table .k-table-th,.k-rtl .k-table .k-table-td,[dir=rtl].k-table .k-table-th,[dir=rtl].k-table .k-table-td,[dir=rtl] .k-table .k-table-th,[dir=rtl] .k-table .k-table-td{border-left-width:0;border-right-width:0}.k-rtl.k-table .k-table-th:first-child,.k-rtl.k-table .k-table-td:first-child,.k-rtl .k-table .k-table-th:first-child,.k-rtl .k-table .k-table-td:first-child,[dir=rtl].k-table .k-table-th:first-child,[dir=rtl].k-table .k-table-td:first-child,[dir=rtl] .k-table .k-table-th:first-child,[dir=rtl] .k-table .k-table-td:first-child{border-right-width:0}.k-rtl.k-table .k-table-header-wrap,.k-rtl.k-table .k-table-footer-wrap,.k-rtl .k-table .k-table-header-wrap,.k-rtl .k-table .k-table-footer-wrap,[dir=rtl].k-table .k-table-header-wrap,[dir=rtl].k-table .k-table-footer-wrap,[dir=rtl] .k-table .k-table-header-wrap,[dir=rtl] .k-table .k-table-footer-wrap{margin-right:0;margin-left:-1px;border-left-width:0;border-right-width:0}.k-rtl .k-table-list .k-table-group-td>span,[dir=rtl] .k-table-list .k-table-group-td>span{left:0;right:auto}.k-table,.k-data-table{border-color:#87878780;color:#343a40;background-color:var(--kendo-color-surface-alt, #ffffff)}.k-table .k-table-td-row-span,.k-data-table .k-table-td-row-span{box-shadow:inset 0 0 0 1px #87878780}.k-table-thead,.k-table-header,.k-table-group-sticky-header,.k-table-tfoot,.k-table-footer,.k-table-group-row{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--text-color);background-color:var(--background-header)}.k-table-group-td>span{color:var(--kendo-color-surface-alt, #ffffff);background-color:#343a40}.k-table-alt-row{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 5%,transparent)}.k-table-tbody .k-table-row:hover,.k-table-list .k-table-row:hover,.k-table-tbody .k-table-row.k-hover,.k-table-list .k-table-row.k-hover{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 11%,transparent)}.k-table-tbody .k-table-row.k-focus,.k-table-tbody .k-table-row:focus,.k-table-list .k-table-row.k-focus,.k-table-list .k-table-row:focus,.k-table-tbody .k-table-td.k-focus,.k-table-tbody .k-table-td:focus,.k-table-list .k-table-td.k-focus,.k-table-list .k-table-td:focus{box-shadow:none}.k-table-tbody .k-table-row.k-selected>.k-table-td,.k-table-list .k-table-row.k-selected{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent)}.k-tabstrip-wrapper{padding-block:var(--kendo-spacing-0, 0px);padding-inline:var(--kendo-spacing-0, 0px);box-sizing:border-box;border-width:0px;border-style:solid;display:flex;flex-direction:column;position:relative}.k-tabstrip{border-width:0;border-color:transparent;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);color:inherit;background-color:transparent;display:flex;flex-flow:column nowrap;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-tabstrip-wrapper>.k-tabstrip{flex:1 1 auto}.k-tabstrip-items-wrapper{box-sizing:border-box;border-width:0;border-style:solid;border-color:inherit;position:relative;flex-shrink:0}.k-tabstrip-items{box-sizing:border-box;outline:0;display:flex;flex-direction:inherit;flex-wrap:wrap;flex:1 1 auto;gap:var(--kendo-spacing-0, 0px)}.k-tabstrip-items *,.k-tabstrip-items *:before,.k-tabstrip-items *:after{box-sizing:border-box}.k-tabstrip-items .k-item{margin:0;padding:0;border:1px solid transparent;position:relative;flex-shrink:0;display:flex;flex-direction:row;align-items:stretch;justify-items:stretch;outline:0}.k-tabstrip-items .k-item-actions{margin:0;padding:0;display:flex;flex-direction:row}.k-tabstrip-items .k-link{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-3, .75rem);color:inherit;cursor:pointer;display:inline-flex;vertical-align:middle;flex:1 1 auto;flex-direction:row;align-content:center;align-items:center;gap:var(--kendo-spacing-1, .25rem)}.k-tabstrip-content,.k-tabstrip>.k-content{margin:0!important;padding-block:var(--kendo-spacing-4, 1rem);padding-inline:var(--kendo-spacing-4, 1rem);box-sizing:border-box;border-width:1px;border-style:solid;border-color:inherit;display:none;overflow:auto;flex:1 1 auto;position:relative}.k-tabstrip-content.k-active,.k-tabstrip>.k-content.k-active{display:block}.k-tabstrip-content:focus,.k-tabstrip-content.k-focus,.k-tabstrip>.k-content:focus,.k-tabstrip>.k-content.k-focus{outline-width:1px;outline-style:dotted;outline-offset:-1px}.k-tabstrip-items .k-loading{width:20%;height:0;border:0;border-top:1px solid transparent;border-color:inherit;background:none;position:absolute;top:0;left:0;transition:width .2s linear;display:none}.k-tabstrip-items .k-loading.k-complete{width:100%;border-top-width:0}.k-tabstrip-scrollable>.k-tabstrip-items-wrapper>.k-tabstrip-items{flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.k-tabstrip-scrollable>.k-tabstrip-items-wrapper>.k-tabstrip-items.k-tabstrip-items-scroll{scrollbar-width:none}.k-tabstrip-scrollable>.k-tabstrip-items-wrapper>.k-tabstrip-items.k-tabstrip-items-scroll::-webkit-scrollbar{display:none}.k-tabstrip-scrollable.k-tabstrip-top .k-tabstrip-items.k-tabstrip-items-scroll,.k-tabstrip-scrollable.k-tabstrip-bottom .k-tabstrip-items.k-tabstrip-items-scroll{overflow-x:auto}.k-tabstrip-scrollable.k-tabstrip-left .k-tabstrip-items.k-tabstrip-items-scroll,.k-tabstrip-scrollable.k-tabstrip-right .k-tabstrip-items.k-tabstrip-items-scroll{overflow-y:auto}.k-tabstrip-scrollable-overlay .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay .k-tabstrip-items-wrapper:after{content:"";position:absolute;z-index:3}.k-tabstrip-scrollable-overlay.k-tabstrip-top .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-top .k-tabstrip-items-wrapper:after,.k-tabstrip-scrollable-overlay.k-tabstrip-bottom .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-bottom .k-tabstrip-items-wrapper:after{height:100%;aspect-ratio:1}.k-tabstrip-scrollable-overlay.k-tabstrip-top .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-bottom .k-tabstrip-items-wrapper:before{inset-inline-start:0}.k-tabstrip-scrollable-overlay.k-tabstrip-top .k-tabstrip-items-wrapper:after,.k-tabstrip-scrollable-overlay.k-tabstrip-bottom .k-tabstrip-items-wrapper:after{inset-inline-end:0}.k-tabstrip-scrollable-overlay.k-tabstrip-left .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-left .k-tabstrip-items-wrapper:after,.k-tabstrip-scrollable-overlay.k-tabstrip-right .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-right .k-tabstrip-items-wrapper:after{width:100%}.k-tabstrip-scrollable-overlay.k-tabstrip-left .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-right .k-tabstrip-items-wrapper:before{inset-block-start:0}.k-tabstrip-scrollable-overlay.k-tabstrip-left .k-tabstrip-items-wrapper:after,.k-tabstrip-scrollable-overlay.k-tabstrip-right .k-tabstrip-items-wrapper:after{inset-block-end:0}.k-tabstrip-scrollable-overlay.k-tabstrip-scrollable-start .k-tabstrip-items-wrapper:before{display:none}.k-tabstrip-scrollable-overlay.k-tabstrip-scrollable-end .k-tabstrip-items-wrapper:after{display:none}.k-tabstrip-horizontal,.k-tabstrip-bottom>.k-tabstrip-items-wrapper,.k-tabstrip-top>.k-tabstrip-items-wrapper{flex-direction:row}.k-tabstrip-vertical,.k-tabstrip-right>.k-tabstrip-items-wrapper,.k-tabstrip-left>.k-tabstrip-items-wrapper{flex-direction:column}.k-tabstrip-top>.k-tabstrip-items-wrapper{border-bottom-width:1px}.k-tabstrip-top>.k-tabstrip-items-wrapper .k-item{border-top-left-radius:var(--kendo-border-radius-md, .25rem);border-top-right-radius:var(--kendo-border-radius-md, .25rem);border-bottom-width:0}.k-tabstrip-top>.k-tabstrip-items-wrapper .k-item .k-link{justify-content:center}.k-tabstrip-top>.k-tabstrip-items-wrapper .k-item:active,.k-tabstrip-top>.k-tabstrip-items-wrapper .k-item.k-active{margin-bottom:-1px;border-bottom-width:1px;border-bottom-color:transparent!important}.k-tabstrip-top>.k-content,.k-tabstrip-top>.k-tabstrip-content{border-bottom-right-radius:var(--kendo-border-radius-md, .25rem);border-bottom-left-radius:var(--kendo-border-radius-md, .25rem);border-top-width:0!important}.k-tabstrip-bottom>.k-tabstrip-items-wrapper{border-top-width:1px}.k-tabstrip-bottom>.k-tabstrip-items-wrapper .k-item{border-bottom-right-radius:var(--kendo-border-radius-md, .25rem);border-bottom-left-radius:var(--kendo-border-radius-md, .25rem);border-top-width:0}.k-tabstrip-bottom>.k-tabstrip-items-wrapper .k-item .k-link{justify-content:center}.k-tabstrip-bottom>.k-tabstrip-items-wrapper .k-item:active,.k-tabstrip-bottom>.k-tabstrip-items-wrapper .k-item.k-active{margin-top:-1px;border-top-width:1px;border-top-color:transparent!important}.k-tabstrip-bottom>.k-content,.k-tabstrip-bottom>.k-tabstrip-content{border-top-left-radius:var(--kendo-border-radius-md, .25rem);border-top-right-radius:var(--kendo-border-radius-md, .25rem);border-bottom-width:0!important}.k-tabstrip-left{flex-direction:row}.k-tabstrip-left>.k-tabstrip-items-wrapper{border-right-width:1px}.k-tabstrip-left>.k-tabstrip-items-wrapper .k-item{border-top-left-radius:var(--kendo-border-radius-md, .25rem);border-bottom-left-radius:var(--kendo-border-radius-md, .25rem);border-right-width:0}.k-tabstrip-left>.k-tabstrip-items-wrapper .k-item:active,.k-tabstrip-left>.k-tabstrip-items-wrapper .k-item.k-active{margin-right:-1px;border-right-width:1px;border-right-color:transparent!important}.k-tabstrip-left>.k-content,.k-tabstrip-left>.k-tabstrip-content{border-top-right-radius:var(--kendo-border-radius-md, .25rem);border-bottom-right-radius:var(--kendo-border-radius-md, .25rem);border-left-width:0!important}.k-tabstrip-right{flex-direction:row-reverse}.k-tabstrip-right>.k-tabstrip-items-wrapper{border-left-width:1px}.k-tabstrip-right>.k-tabstrip-items-wrapper .k-item{border-top-right-radius:var(--kendo-border-radius-md, .25rem);border-bottom-right-radius:var(--kendo-border-radius-md, .25rem);border-left-width:0}.k-tabstrip-right>.k-tabstrip-items-wrapper .k-item:active,.k-tabstrip-right>.k-tabstrip-items-wrapper .k-item.k-active{margin-left:-1px;border-left-width:1px;border-left-color:transparent!important}.k-tabstrip-right>.k-content,.k-tabstrip-right>.k-tabstrip-content{border-top-left-radius:var(--kendo-border-radius-md, .25rem);border-bottom-left-radius:var(--kendo-border-radius-md, .25rem);border-right-width:0}.k-tabstrip-items-start{justify-content:flex-start}.k-tabstrip-items-center{justify-content:center}.k-tabstrip-items-end{justify-content:flex-end}.k-tabstrip-items-justify{justify-content:space-between}.k-tabstrip-items-stretched>*{flex:1 0 0}.k-rtl .k-tabstrip.k-tabstrip-left>.k-tabstrip-items-wrapper,.k-rtl .k-tabstrip.k-tabstrip-right>.k-tabstrip-items-wrapper,.k-tabstrip[dir=rtl].k-tabstrip-left>.k-tabstrip-items-wrapper,.k-tabstrip[dir=rtl].k-tabstrip-right>.k-tabstrip-items-wrapper{order:1}.k-rtl .k-tabstrip.k-tabstrip-left>.k-content,.k-rtl .k-tabstrip.k-tabstrip-right>.k-content,.k-tabstrip[dir=rtl].k-tabstrip-left>.k-content,.k-tabstrip[dir=rtl].k-tabstrip-right>.k-content{order:0}.k-rtl .k-tabstrip.k-tabstrip-left>.k-tabstrip-content,.k-rtl .k-tabstrip.k-tabstrip-right>.k-tabstrip-content,.k-tabstrip[dir=rtl].k-tabstrip-left>.k-tabstrip-content,.k-tabstrip[dir=rtl].k-tabstrip-right>.k-tabstrip-content{order:0}.k-tabstrip-sm .k-tabstrip-items .k-link{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-3, .75rem)}:is(.k-tabstrip-sm.k-tabstrip-left,.k-tabstrip-sm.k-tabstrip-right):is(.k-tabstrip-scrollable-overlay) :is(.k-tabstrip-items-wrapper):before,:is(.k-tabstrip-sm.k-tabstrip-left,.k-tabstrip-sm.k-tabstrip-right):is(.k-tabstrip-scrollable-overlay) :is(.k-tabstrip-items-wrapper):after{height:calc(var(--kendo-line-height, normal) * 1em + 2px + var(--kendo-spacing-1, .25rem) * 2)}.k-tabstrip-md .k-tabstrip-items .k-link{font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-3, .75rem)}:is(.k-tabstrip-md.k-tabstrip-left,.k-tabstrip-md.k-tabstrip-right):is(.k-tabstrip-scrollable-overlay) :is(.k-tabstrip-items-wrapper):before,:is(.k-tabstrip-md.k-tabstrip-left,.k-tabstrip-md.k-tabstrip-right):is(.k-tabstrip-scrollable-overlay) :is(.k-tabstrip-items-wrapper):after{height:calc(var(--kendo-line-height, normal) * 1em + 2px + var(--kendo-spacing-1\.5, .375rem) * 2)}.k-tabstrip-lg .k-tabstrip-items .k-link{font-size:var(--kendo-font-size-lg, inherit);line-height:var(--kendo-line-height-lg, normal);padding-block:var(--kendo-spacing-2\.5, .625rem);padding-inline:var(--kendo-spacing-3, .75rem)}:is(.k-tabstrip-lg.k-tabstrip-left,.k-tabstrip-lg.k-tabstrip-right):is(.k-tabstrip-scrollable-overlay) :is(.k-tabstrip-items-wrapper):before,:is(.k-tabstrip-lg.k-tabstrip-left,.k-tabstrip-lg.k-tabstrip-right):is(.k-tabstrip-scrollable-overlay) :is(.k-tabstrip-items-wrapper):after{height:calc(var(--kendo-line-height-lg, normal) * 1em + 2px + var(--kendo-spacing-2\.5, .625rem) * 2)}.k-tabstrip-items-wrapper{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-tabstrip-items-wrapper .k-item{color:var(--kendo-color-subtle, #666666)}.k-tabstrip-items-wrapper .k-item:hover,.k-tabstrip-items-wrapper .k-item.k-hover{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-tabstrip-items-wrapper .k-item:active,.k-tabstrip-items-wrapper .k-item.k-active,.k-tabstrip-items-wrapper .k-item.k-selected{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-primary, #ff6358);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-tabstrip-items-wrapper .k-item:focus,.k-tabstrip-items-wrapper .k-item.k-focus{box-shadow:none}.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging{box-shadow:var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .12))}.k-tabstrip-content,.k-tabstrip>.k-content{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-tabstrip-content:focus,.k-tabstrip-content.k-focus,.k-tabstrip>.k-content:focus,.k-tabstrip>.k-content.k-focus{outline-color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-tabstrip-scrollable-overlay.k-tabstrip-top .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-bottom .k-tabstrip-items-wrapper:before{background:linear-gradient(90deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-tabstrip-scrollable-overlay.k-tabstrip-top .k-tabstrip-items-wrapper:after,.k-tabstrip-scrollable-overlay.k-tabstrip-bottom .k-tabstrip-items-wrapper:after{background:linear-gradient(270deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-tabstrip-scrollable-overlay.k-tabstrip-left .k-tabstrip-items-wrapper:before,.k-tabstrip-scrollable-overlay.k-tabstrip-right .k-tabstrip-items-wrapper:before{background:linear-gradient(180deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-tabstrip-scrollable-overlay.k-tabstrip-left .k-tabstrip-items-wrapper:after,.k-tabstrip-scrollable-overlay.k-tabstrip-right .k-tabstrip-items-wrapper:after{background:linear-gradient(360deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}:is(.k-rtl .k-tabstrip-scrollable-overlay,[dir=rtl] .k-tabstrip-scrollable-overlay,.k-tabstrip-scrollable-overlay.k-rtl,.k-tabstrip-scrollable-overlay[dir=rtl]).k-tabstrip-top .k-tabstrip-items-wrapper:before,:is(.k-rtl .k-tabstrip-scrollable-overlay,[dir=rtl] .k-tabstrip-scrollable-overlay,.k-tabstrip-scrollable-overlay.k-rtl,.k-tabstrip-scrollable-overlay[dir=rtl]).k-tabstrip-bottom .k-tabstrip-items-wrapper:before{background:linear-gradient(270deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}:is(.k-rtl .k-tabstrip-scrollable-overlay,[dir=rtl] .k-tabstrip-scrollable-overlay,.k-tabstrip-scrollable-overlay.k-rtl,.k-tabstrip-scrollable-overlay[dir=rtl]).k-tabstrip-top .k-tabstrip-items-wrapper:after,:is(.k-rtl .k-tabstrip-scrollable-overlay,[dir=rtl] .k-tabstrip-scrollable-overlay,.k-tabstrip-scrollable-overlay.k-rtl,.k-tabstrip-scrollable-overlay[dir=rtl]).k-tabstrip-bottom .k-tabstrip-items-wrapper:after{background:linear-gradient(90deg,var(--kendo-color-app-surface, #ffffff),color-mix(in srgb,var(--kendo-color-app-surface, #ffffff) 0%,transparent))}.k-pos-static,.k-static{position:static}.\!k-pos-static,.\!k-static{position:static!important}.k-pos-relative,.k-relative{position:relative}.\!k-pos-relative,.\!k-relative{position:relative!important}.k-pos-absolute,.k-absolute{position:absolute}.\!k-pos-absolute,.\!k-absolute{position:absolute!important}.k-pos-fixed,.k-fixed{position:fixed}.\!k-pos-fixed,.\!k-fixed{position:fixed!important}.k-pos-sticky,.k-sticky{position:-webkit-sticky;position:sticky}.\!k-pos-sticky,.\!k-sticky{position:-webkit-sticky!important;position:sticky!important}.k-grid{border-width:0;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:flex;flex-direction:column;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-grid.k-grid-display-block{display:block}.k-grid .k-grid-container{display:flex;flex:1 1 auto;overflow:hidden;position:relative}.k-grid .k-grid-aria-root{border-color:inherit;display:flex;flex-direction:column;flex:1 1 auto;overflow:hidden}.k-grid .k-table{margin:0;width:100%;max-width:none;border-width:0;border-color:inherit;border-collapse:separate;border-spacing:0;box-sizing:content-box;empty-cells:show;outline:0}.k-grid .k-grid-header .k-table,.k-grid .k-grid-content .k-table,.k-grid .k-grid-content-locked .k-table,.k-grid .k-grid-footer .k-table{table-layout:fixed}.k-grid .k-table-thead,.k-grid .k-table-tbody,.k-grid .k-table-tfoot{text-align:start;border-color:inherit}.k-grid .k-table-row{border-color:inherit}.k-grid .k-table-th,.k-grid td,.k-grid .k-table-td{border-width:0;border-inline-start-width:0;border-style:solid;border-color:inherit;outline:0;font-weight:inherit;text-align:inherit;position:static;overflow:hidden;text-overflow:ellipsis;box-sizing:content-box}.k-grid .k-table-th:first-child,.k-grid td:first-child,.k-grid .k-table-td:first-child{border-inline-start-width:0}.k-grid .k-table-th:focus,.k-grid td:focus,.k-grid .k-table-td:focus{outline:none}.k-grid .k-table-th>.k-radio,.k-grid .k-table-th>.k-radio-wrap,.k-grid .k-table-th>.k-checkbox,.k-grid .k-table-th>.k-checkbox-wrap,.k-grid td>.k-radio,.k-grid td>.k-radio-wrap,.k-grid td>.k-checkbox,.k-grid td>.k-checkbox-wrap,.k-grid .k-table-td>.k-radio,.k-grid .k-table-td>.k-radio-wrap,.k-grid .k-table-td>.k-checkbox,.k-grid .k-table-td>.k-checkbox-wrap{vertical-align:top}.k-grid .k-table-th{border-block-end-width:1px;white-space:nowrap}.k-grid td,.k-grid .k-table-td{border-block-end-width:1px;white-space:unset;vertical-align:middle}.k-grid a{color:inherit;text-decoration:none}.k-grid a:hover{text-decoration:none}.k-grid .k-grid-header-wrap{box-sizing:content-box}.k-grid .k-grid-header{border-bottom-width:1px}.k-grid .k-grid-header .k-table{margin-bottom:-1px}.k-grid .k-grid-header.k-grid-draggable-header{-webkit-user-select:none;user-select:none;touch-action:none}.k-grid .k-grid-header .k-table-th{position:relative;vertical-align:bottom;cursor:default}.k-grid .k-grid-header .k-table-th:first-child{border-inline-start-width:0}.k-grid .k-grid-header .k-table-th.k-first{border-inline-start-width:1px}.k-grid .k-grid-header .k-table-th>.k-link{line-height:inherit;display:block;overflow:hidden;text-overflow:ellipsis;outline:0}.k-grid .k-grid-header .k-table-th>.k-link:focus{text-decoration:none}.k-grid .k-grid-header .k-grid-filter,.k-grid .k-grid-header .k-header-column-menu,.k-grid .k-grid-header .k-grid-header-menu{box-sizing:border-box;outline:0;display:flex;align-items:center;align-content:center;justify-content:center;position:absolute;inset-inline-end:var(--kendo-spacing-1, .25rem);z-index:1}.k-grid .k-grid-header .k-grid-filter:hover,.k-grid .k-grid-header .k-header-column-menu:hover,.k-grid .k-grid-header .k-grid-header-menu:hover{cursor:pointer}.k-grid .k-grid-header .k-cell-inner>.k-link>.k-sort-icon{vertical-align:text-top;margin-inline-start:calc(var(--kendo-spacing-2, .5rem) - 1px)}.k-grid .k-grid-header .k-cell-inner>.k-link>.k-sort-icon .k-icon{display:flex}.k-grid .k-grid-header .k-sort-order{display:inline-block;vertical-align:top;height:16px;font-size:var(--kendo-font-size-sm, inherit);margin-top:calc(var(--kendo-spacing-1, .25rem) / 2);margin-inline-start:calc(calc(var(--kendo-spacing-1, .25rem) / 2) * -1)}.k-grid .k-grid-header .k-filterable>.k-cell-inner .k-link{padding-inline-end:0}.k-grid .k-cell-inner{display:flex;flex-flow:row nowrap;align-items:center;justify-content:inherit;overflow:hidden}.k-grid .k-cell-inner>.k-link{width:auto;display:flex;flex-flow:row nowrap;align-items:center;justify-content:inherit;flex:1;overflow:hidden}.k-grid .k-cell-inner>.k-link>.k-sort-icon{margin-inline-start:0;display:inline-block;flex-shrink:0}.k-grid .k-cell-inner .k-sort-order{flex-shrink:0;line-height:normal}.k-grid .k-cell-inner .k-grid-filter,.k-grid .k-cell-inner .k-header-column-menu,.k-grid .k-cell-inner .k-grid-header-menu{position:static;margin-inline-end:var(--kendo-spacing-1, .25rem)}.k-grid .k-group-col,.k-grid .k-hierarchy-col{padding:0;width:32px}.k-grid .k-grouping-row p{margin:0;display:flex;align-items:center;align-content:center}.k-grid .k-grouping-row td,.k-grid .k-grouping-row .k-table-td{overflow:visible}.k-grid .k-grouping-row+.k-table-row td,.k-grid .k-grouping-row+.k-table-row .k-table-td{border-top-width:1px}.k-grid .k-grouping-row .k-group-cell,.k-grid .k-grouping-row+.k-table-row .k-group-cell{border-top-width:0;text-overflow:clip}.k-grid .k-grouping-row .k-icon{margin-inline-start:calc(8px - var(--kendo-spacing-3, .75rem));margin-inline-end:8px;text-decoration:none}.k-grid .k-table .k-group-footer td,.k-grid .k-table .k-group-footer .k-table-td{border-style:solid;border-width:1px 0}.k-grid .k-group-footer .k-group-cell+td,.k-grid .k-group-footer .k-group-cell+.k-table-td{border-inline-start-width:0}.k-grid .k-hierarchy-cell,.k-grid .k-drag-cell{text-align:center;overflow:visible}.k-grid .k-hierarchy-cell>.k-font-icon,.k-grid .k-drag-cell>.k-font-icon{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:0;width:100%;height:100%;display:inline-block;outline:0}.k-grid .k-hierarchy-cell+.k-grid-content-sticky{border-inline-start-width:0}.k-grid .k-detail-row .k-detail-cell{border-inline-start-width:0}.k-grid .k-dirty-cell{position:relative}.k-grid .k-dirty-cell.k-edit-cell{position:static}.k-grid .k-dirty-cell.k-grid-content-sticky{position:-webkit-sticky;position:sticky}.k-grid .k-dirty{border-width:5px;border-color:transparent;border-block-start-color:currentColor;border-inline-start-color:currentColor;inset-inline-start:0;inset-inline-end:auto}.k-grid .k-grid-content-locked+.k-grid-content{box-sizing:content-box}.k-grid .k-grid-content-expander{position:absolute;visibility:hidden;height:1px;bottom:1px}.k-grid .k-grid-filter,.k-grid .k-header-column-menu,.k-grid .k-grid-header-menu,.k-grid .k-hierarchy-cell .k-icon{border-width:0}.k-grid .k-drag-col{padding:0;width:36px}.k-grid .k-drag-cell{cursor:move}.k-grid-resizable{resize:both;overflow:auto}.k-grid-toolbar{border-width:0 0 0;flex-shrink:0}.k-grid-toolbar-bottom{border-width:0 0 0}.k-grouping-header{border-width:0 0 1px;border-style:solid;border-color:inherit;white-space:normal;display:flex;align-items:center;position:relative;flex-wrap:wrap}.k-grouping-header:before{content:"";height:calc(1em + var(--kendo-spacing-1, .25rem) * 2 + 2px);display:inline-block;vertical-align:middle}.k-grouping-header .k-chip-list{flex-grow:0;display:contents}.k-grouping-header>.k-grouping-drop-container{flex-grow:1;padding-block:var(--kendo-spacing-2, .5rem);margin-block:calc(var(--kendo-spacing-2, .5rem) * -1);display:inline-flex;align-self:stretch;align-items:center}.k-grouping-dropclue{width:12px;position:absolute;top:3px;box-sizing:content-box}.k-grouping-dropclue:before,.k-grouping-dropclue:after{display:inline-block;content:"";position:absolute}.k-grouping-dropclue:before{border-width:6px;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;top:0}.k-grouping-dropclue:after{width:2px;height:calc(100% - 6px);top:6px;inset-inline-start:5px}.k-grid-header-wrap,.k-grid-footer-wrap{margin-inline-end:-0;width:100%;border-width:0;border-inline-end-width:0;border-style:solid;border-color:inherit;position:relative;overflow:hidden}.k-grid-header-locked+.k-grid-header-wrap.k-auto-scrollable{margin-inline-end:0}.k-grid-header,.k-grid-footer{padding-inline-start:0;padding-inline-end:var(--kendo-scrollbar-width, 17px);border-width:0;border-style:solid;border-color:inherit;flex:0 0 auto}div.k-grid-header,div.k-grid-footer{display:flex;flex-direction:row;align-items:stretch}.k-column-resizer{width:.5em;height:1000%;display:block;position:absolute;top:0;inset-inline-end:0;cursor:col-resize}.k-row-resizer{display:block;height:var(--kendo-spacing-0\.5, .125rem);width:100%;background:none}.k-grid-footer{border-top-width:1px}.k-grid-footer td,.k-grid-footer .k-table-td{height:calc(1.4285714286 * 1em)}.k-grid-footer td,.k-group-footer td,.k-grouping-row td,.k-grid-footer .k-table-td,.k-group-footer .k-table-td,.k-grouping-row .k-table-td{font-weight:700}.k-grid-filter-popup{min-width:230px;max-width:320px}.k-grid-column-menu-standalone a.k-grid-filter{position:initial;display:inline-block;margin-block:-4px;margin-inline:0;padding-block:4px;padding-inline:8px}.k-filter-row{line-height:var(--kendo-line-height, normal)}.k-filter-row td,.k-filter-row .k-table-td,.k-filter-row .k-table-th{border-width:0;border-block-end-width:1px;border-inline-start-width:0;white-space:nowrap}.k-filter-row td:first-child,.k-filter-row .k-table-td:first-child{border-inline-start-width:0}.k-filter-row .k-multiselect{height:auto}.k-filtercell{width:auto;display:flex;flex-flow:row nowrap;align-items:center}.k-filtercell>span,.k-filtercell .k-filtercell-wrapper{width:100%;display:flex;flex-flow:row nowrap;align-items:center;flex:1 1 auto}.k-filtercell>span>.k-button,.k-filtercell .k-filtercell-wrapper>.k-button{flex:none}.k-grid-content,.k-grid-content-locked{border-color:inherit;outline:0}.k-grid-content .k-table-row:last-child>td,.k-grid-content .k-table-row:last-child>.k-table-td,.k-grid-content-locked .k-table-row:last-child>td,.k-grid-content-locked .k-table-row:last-child>.k-table-td{border-bottom-width:0}.k-grid-content{width:100%;min-height:0;overflow:auto;overflow-x:auto;overflow-y:scroll;position:relative;flex:1}.k-virtual-scrollable-wrap{height:100%;overflow-y:hidden;position:relative}.k-grid .k-edit-cell,.k-grid .k-command-cell,.k-grid .k-grid-edit-row td,.k-grid .k-grid-edit-row .k-table-td{text-overflow:clip}.k-grid .k-edit-cell>input:not([type=checkbox]):not([type=radio]),.k-grid .k-edit-cell>select,.k-grid .k-edit-cell>.k-widget:not(.k-switch),.k-grid .k-grid-edit-row td>input:not([type=checkbox]):not([type=radio]),.k-grid .k-grid-edit-row td>select,.k-grid .k-grid-edit-row td>.k-widget:not(.k-switch),.k-grid .k-grid-edit-row .k-table-td>input:not([type=checkbox]):not([type=radio]),.k-grid .k-grid-edit-row .k-table-td>select,.k-grid .k-grid-edit-row .k-table-td>.k-widget:not(.k-switch){width:100%;vertical-align:middle;box-sizing:border-box}.k-grid .k-edit-cell>.k-radio,.k-grid .k-edit-cell>.k-checkbox,.k-grid .k-edit-cell>.k-radio-wrap,.k-grid .k-edit-cell>.k-checkbox-wrap,.k-grid .k-grid-edit-row td>.k-radio,.k-grid .k-grid-edit-row td>.k-checkbox,.k-grid .k-grid-edit-row td>.k-radio-wrap,.k-grid .k-grid-edit-row td>.k-checkbox-wrap,.k-grid .k-grid-edit-row .k-table-td>.k-radio,.k-grid .k-grid-edit-row .k-table-td>.k-checkbox,.k-grid .k-grid-edit-row .k-table-td>.k-radio-wrap,.k-grid .k-grid-edit-row .k-table-td>.k-checkbox-wrap{vertical-align:middle}.k-grid .k-command-cell>.k-button{margin-inline-end:var(--kendo-spacing-2, .5rem);vertical-align:middle}.k-grid .k-command-cell>.k-button:last-child{margin-inline-end:unset}.k-grid>.k-resize-handle,.k-grid-header .k-resize-handle{height:25px;cursor:col-resize;position:absolute;z-index:2}.k-selection-aggregates{border-width:0 0 0;border-style:solid;line-height:var(--kendo-line-height, normal);display:flex;justify-content:flex-end;gap:var(--kendo-spacing-2, .5rem)}.k-selection-aggregates-item-value{font-weight:var(--kendo-font-weight-bold, normal)}.k-grid-pager{border-width:1px 0 0;border-color:inherit;font-size:inherit}.k-grid-pager-top{border-width:0 0 1px}.k-grid-virtual .k-grid-content .k-grid-table-wrap{float:left;width:100%}.k-grid-virtual .k-grid-content .k-grid-table{position:relative;float:left;z-index:1}.k-grid-virtual .k-grid-content>.k-height-container{position:relative;float:left}.k-grid-virtual .k-grid-content:after{content:"";display:block;clear:both}.k-width-container{position:absolute;visibility:hidden}.k-width-container div{height:1px}.k-grid-add-row td,.k-grid-add-row .k-table-td{border-bottom-style:solid;border-bottom-width:1px}.k-grid-lockedcolumns{white-space:nowrap}.k-grid-content,.k-grid-content-locked{white-space:normal}.k-grid-content-locked,.k-grid-footer-locked,.k-grid-header-locked{flex:0 0 auto;display:inline-block;vertical-align:top;overflow:hidden;position:relative;border-style:solid;border-width:0;border-inline-end-width:0;box-sizing:content-box}.k-grid-content-locked+.k-grid-content.k-auto-scrollable,.k-grid-footer-locked+.k-grid-content.k-auto-scrollable,.k-grid-header-locked+.k-grid-content.k-auto-scrollable{display:inline-block}.k-grid-content-locked .k-table,.k-grid-footer-locked .k-table,.k-grid-header-locked .k-table{border-width:0}.k-grid-content,.k-grid-footer-wrap,.k-grid-header-wrap{flex:1 1 auto;display:inline-block;vertical-align:top}.k-grid-content.k-auto-scrollable,.k-grid-footer-wrap.k-auto-scrollable,.k-grid-header-wrap.k-auto-scrollable{display:block}.k-grid-header-locked>.k-grid-header-table,.k-grid-header-wrap>.k-grid-header-table{margin-bottom:-1px}.k-grid-header .k-table-th.k-grid-header-sticky,.k-grid-header .k-filter-row .k-grid-header-sticky,.k-grid .k-grid-content-sticky,.k-grid .k-grid-row-sticky,.k-grid .k-grid-footer-sticky{position:-webkit-sticky;position:sticky;z-index:2}.k-grid-header .k-table-th.k-grid-header-sticky.k-edit-cell,.k-grid-header .k-filter-row .k-grid-header-sticky.k-edit-cell,.k-grid .k-grid-content-sticky.k-edit-cell,.k-grid .k-grid-row-sticky.k-edit-cell,.k-grid .k-grid-footer-sticky.k-edit-cell{overflow:visible;z-index:3}.k-master-row .k-grid-content-sticky:before,.k-master-row.k-grid-row-sticky .k-table-td:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}kendo-grid .k-table-row.k-grid-row-sticky{border:0;position:static;z-index:auto}kendo-grid .k-grid-row-sticky td,kendo-grid .k-grid-row-sticky .k-table-td{border-bottom-width:0;border-top-width:0;position:-webkit-sticky;position:sticky;top:inherit;bottom:inherit;z-index:2}kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky{z-index:3}kendo-grid .k-grid-header-locked .k-table-th.k-grid-header-sticky:last-child,kendo-grid .k-grid-content-locked .k-table-row .k-grid-content-sticky:last-child{border-inline-end:0}kendo-grid .k-grid-header .k-grid-column-menu,kendo-grid .k-grid-header .k-grid-header-menu{z-index:1}.k-grid-content-sticky.k-grid-row-sticky{z-index:3}.k-grid .k-table .k-grid-header-sticky,.k-grid .k-table .k-grid-content-sticky,.k-grid .k-table .k-grid-footer-sticky{border-inline-end-width:0}.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"])+td,.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"])+.k-table-td,.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"])+.k-table-th,.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"])+td,.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"])+.k-table-td,.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"])+.k-table-th,.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"])+td,.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"])+.k-table-td,.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"])+.k-table-th{border-inline-start-width:0}.k-grid .k-grid-row-sticky{border-bottom-width:0;border-top-width:0}.k-grid-header-sticky.k-table-th.k-grid-no-left-border.k-first{border-inline-start-width:0}.k-grid.k-grid-no-scrollbar .k-grid-header-wrap,.k-grid.k-grid-no-scrollbar .k-grid-footer-wrap{margin:0;border-width:0}.k-grid.k-grid-no-scrollbar .k-grid-header,.k-grid.k-grid-no-scrollbar .k-grid-footer{padding:0}.k-grid.k-grid-no-scrollbar .k-grid-content{overflow-y:auto}.k-grid-norecords{text-align:center}div.k-grid-norecords{width:100%;height:100%;display:flex;align-items:center}.k-grid-norecords-template{box-sizing:border-box;margin-block:0;margin-inline:auto;width:20em;height:4em;border:1px solid;line-height:4em}.k-column-title{min-width:0;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;overflow:hidden}.k-grid .k-grid-sm .k-table-th,.k-grid-sm .k-table-th,.k-grid .k-grid-sm td,.k-grid .k-grid-sm .k-table-td,.k-grid-sm td,.k-grid-sm .k-table-td{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-grid .k-grid-sm .k-grouping-header,.k-grid-sm .k-grouping-header{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);gap:var(--kendo-spacing-1, .25rem)}.k-grid .k-grid-sm .k-grouping-header:before,.k-grid-sm .k-grouping-header:before{margin-inline-start:calc(var(--kendo-spacing-1, .25rem) * -1)}.k-grid .k-grid-sm .k-grid-header .k-table-th>.k-link,.k-grid-sm .k-grid-header .k-table-th>.k-link{margin-block:calc(var(--kendo-spacing-1, .25rem) * -1);margin-inline:calc(var(--kendo-spacing-2, .5rem) * -1);padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-grid .k-grid-sm .k-grid-header .k-grid-filter,.k-grid .k-grid-sm .k-grid-header .k-header-column-menu,.k-grid .k-grid-sm .k-grid-header .k-grid-header-menu,.k-grid-sm .k-grid-header .k-grid-filter,.k-grid-sm .k-grid-header .k-header-column-menu,.k-grid-sm .k-grid-header .k-grid-header-menu{padding:var(--kendo-spacing-0\.5, .125rem);width:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, .125rem) * 2 + 1px * 2);height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, .125rem) * 2 + 1px * 2);bottom:calc(var(--kendo-spacing-1, .25rem) + calc(1.4285714286 * 1em) / 2 - calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2) / 2)}.k-grid .k-grid-sm .k-table-th>.k-cell-inner,.k-grid-sm .k-table-th>.k-cell-inner{margin-block:calc(var(--kendo-spacing-1, .25rem) * -1);margin-inline:calc(var(--kendo-spacing-2, .5rem) * -1)}.k-grid .k-grid-sm .k-table-th>.k-cell-inner>.k-link,.k-grid-sm .k-table-th>.k-cell-inner>.k-link{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-grid .k-grid-sm .k-grouping-row .k-icon,.k-grid-sm .k-grouping-row .k-icon{margin-inline-start:calc(8px - var(--kendo-spacing-2, .5rem))}.k-grid .k-grid-sm .k-grouping-dropclue,.k-grid-sm .k-grouping-dropclue{height:calc(calc(1em + var(--kendo-spacing-0\.5, .125rem) * 2 + 2px) + 6px)}.k-grid .k-grid-sm .k-hierarchy-cell,.k-grid .k-grid-sm .k-drag-cell,.k-grid-sm .k-hierarchy-cell,.k-grid-sm .k-drag-cell{padding:0}.k-grid .k-grid-sm .k-hierarchy-cell>.k-icon,.k-grid .k-grid-sm .k-drag-cell>.k-icon,.k-grid-sm .k-hierarchy-cell>.k-icon,.k-grid-sm .k-drag-cell>.k-icon{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:0}.k-grid .k-grid-sm .k-edit-cell,.k-grid .k-grid-sm .k-command-cell,.k-grid .k-grid-sm .k-grid-edit-row td,.k-grid .k-grid-sm .k-grid-edit-row .k-table-td,.k-grid-sm .k-edit-cell,.k-grid-sm .k-command-cell,.k-grid-sm .k-grid-edit-row td,.k-grid-sm .k-grid-edit-row .k-table-td{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-grid .k-grid-sm .k-filter-row td,.k-grid .k-grid-sm .k-filter-row .k-table-td,.k-grid .k-grid-sm .k-filter-row .k-table-th,.k-grid-sm .k-filter-row td,.k-grid-sm .k-filter-row .k-table-td,.k-grid-sm .k-filter-row .k-table-th{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-1\.5, .375rem)}.k-grid .k-grid-sm .k-filtercell>span,.k-grid .k-grid-sm .k-filtercell .k-filtercell-wrapper,.k-grid-sm .k-filtercell>span,.k-grid-sm .k-filtercell .k-filtercell-wrapper{gap:calc(var(--kendo-spacing-1, .25rem) / 2)}.k-grid .k-grid-sm .k-selection-aggregates,.k-grid-sm .k-selection-aggregates{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-grid .k-grid-sm .k-resizer-wrap,.k-grid-sm .k-resizer-wrap{display:block;width:100%;padding-block-start:calc(var(--kendo-spacing-0\.5, .125rem) - var(--kendo-spacing-0\.5, .125rem));padding-block-end:var(--kendo-spacing-0\.5, .125rem);position:absolute;background:none;cursor:row-resize;z-index:2}.k-grid .k-grid-md .k-table-th,.k-grid-md .k-table-th,.k-grid .k-grid-md td,.k-grid .k-grid-md .k-table-td,.k-grid-md td,.k-grid-md .k-table-td{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-grid .k-grid-md .k-grouping-header,.k-grid-md .k-grouping-header{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);gap:var(--kendo-spacing-2, .5rem)}.k-grid .k-grid-md .k-grouping-header:before,.k-grid-md .k-grouping-header:before{margin-inline-start:calc(var(--kendo-spacing-2, .5rem) * -1)}.k-grid .k-grid-md .k-grid-header .k-table-th>.k-link,.k-grid-md .k-grid-header .k-table-th>.k-link{margin-block:calc(var(--kendo-spacing-2, .5rem) * -1);margin-inline:calc(var(--kendo-spacing-3, .75rem) * -1);padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-grid .k-grid-md .k-grid-header .k-grid-filter,.k-grid .k-grid-md .k-grid-header .k-header-column-menu,.k-grid .k-grid-md .k-grid-header .k-grid-header-menu,.k-grid-md .k-grid-header .k-grid-filter,.k-grid-md .k-grid-header .k-header-column-menu,.k-grid-md .k-grid-header .k-grid-header-menu{padding:var(--kendo-spacing-1, .25rem);width:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2);height:calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2 + 1px * 2);bottom:calc(var(--kendo-spacing-2, .5rem) + calc(1.4285714286 * 1em) / 2 - calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, .25rem) * 2) / 2)}.k-grid .k-grid-md .k-table-th>.k-cell-inner,.k-grid-md .k-table-th>.k-cell-inner{margin-block:calc(var(--kendo-spacing-2, .5rem) * -1);margin-inline:calc(var(--kendo-spacing-3, .75rem) * -1)}.k-grid .k-grid-md .k-table-th>.k-cell-inner>.k-link,.k-grid-md .k-table-th>.k-cell-inner>.k-link{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-grid .k-grid-md .k-grouping-row .k-icon,.k-grid-md .k-grouping-row .k-icon{margin-inline-start:calc(8px - var(--kendo-spacing-3, .75rem))}.k-grid .k-grid-md .k-grouping-dropclue,.k-grid-md .k-grouping-dropclue{height:calc(calc(1em + var(--kendo-spacing-1, .25rem) * 2 + 2px) + 6px)}.k-grid .k-grid-md .k-hierarchy-cell,.k-grid .k-grid-md .k-drag-cell,.k-grid-md .k-hierarchy-cell,.k-grid-md .k-drag-cell{padding:0}.k-grid .k-grid-md .k-hierarchy-cell>.k-icon,.k-grid .k-grid-md .k-drag-cell>.k-icon,.k-grid-md .k-hierarchy-cell>.k-icon,.k-grid-md .k-drag-cell>.k-icon{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:0}.k-grid .k-grid-md .k-edit-cell,.k-grid .k-grid-md .k-command-cell,.k-grid .k-grid-md .k-grid-edit-row td,.k-grid .k-grid-md .k-grid-edit-row .k-table-td,.k-grid-md .k-edit-cell,.k-grid-md .k-command-cell,.k-grid-md .k-grid-edit-row td,.k-grid-md .k-grid-edit-row .k-table-td{padding-block:4px;padding-inline:var(--kendo-spacing-3, .75rem)}.k-grid .k-grid-md .k-filter-row td,.k-grid .k-grid-md .k-filter-row .k-table-td,.k-grid .k-grid-md .k-filter-row .k-table-th,.k-grid-md .k-filter-row td,.k-grid-md .k-filter-row .k-table-td,.k-grid-md .k-filter-row .k-table-th{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-grid .k-grid-md .k-filtercell>span,.k-grid .k-grid-md .k-filtercell .k-filtercell-wrapper,.k-grid-md .k-filtercell>span,.k-grid-md .k-filtercell .k-filtercell-wrapper{gap:calc(var(--kendo-spacing-2, .5rem) / 2)}.k-grid .k-grid-md .k-selection-aggregates,.k-grid-md .k-selection-aggregates{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-grid .k-grid-md .k-resizer-wrap,.k-grid-md .k-resizer-wrap{display:block;width:100%;padding-block-start:calc(4px - var(--kendo-spacing-0\.5, .125rem));padding-block-end:4px;position:absolute;background:none;cursor:row-resize;z-index:2}.k-loading-pdf-mask{position:absolute;width:100%;height:100%;top:0;left:0;z-index:100}.k-loading-pdf-mask>.k-i-loading{position:absolute;top:50%;left:50%;font-size:64px}.k-loading-pdf-mask .k-loading-pdf-progress{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.k-pdf-export .k-loading-pdf-mask{display:none}.k-grid-pdf-export-element{position:absolute;left:-10000px;top:-10000px}.k-grid-pdf-export-element .k-filter-row{display:none}.k-pdf-export-shadow .k-grid{float:left;width:auto!important}.k-pdf-export-shadow .k-grid,.k-pdf-export-shadow .k-grid-content,.k-pdf-export-shadow .k-grid-content-locked{height:auto!important;overflow:visible}.k-pdf-export-shadow .k-grid-header-locked+.k-grid-header-wrap,.k-pdf-export-shadow .k-grid-header-locked+.k-grid-content,.k-pdf-export-shadow .k-grid-header-locked+.k-grid-footer-wrap{width:auto!important}.k-pdf-export-shadow .k-grid-header,.k-pdf-export-shadow .k-grid[data-role=grid] .k-grid-footer{padding:0!important}.k-filter-menu-popup{min-width:230px;max-width:320px}.k-filter-menu{box-sizing:border-box}.k-filter-menu-container{padding:var(--kendo-spacing-2, .5rem);box-sizing:border-box;display:flex;flex-flow:column nowrap;align-items:stretch;gap:var(--kendo-spacing-2, .5rem)}.k-filter-menu-container .k-filter-and{width:min-content;align-self:start}.k-filter-menu-container .k-actions,.k-filter-menu-container .k-edit-buttons,.k-filter-menu-container .k-action-buttons,.k-filter-menu-container .k-columnmenu-actions,.k-filter-menu-container .k-form-buttons{margin:0;padding:0}.k-filter-menu-container kendo-numeric-filter-menu,.k-filter-menu-container kendo-grid-string-filter-menu,.k-filter-menu-container kendo-grid-date-filter-menu,.k-filter-menu-container kendo-grid-numeric-filter-menu,.k-filter-menu-container kendo-grid-filter-menu-input-wrapper,.k-filter-menu-container kendo-treelist-string-filter-menu,.k-filter-menu-container kendo-treelist-date-filter-menu,.k-filter-menu-container kendo-treelist-numeric-filter-menu,.k-filter-menu-container kendo-treelist-filter-menu-input-wrapper{display:flex;flex-flow:column nowrap;align-items:stretch;gap:var(--kendo-spacing-2, .5rem)}.k-filter-menu.k-popup .k-filter-menu-container,.k-grid-filter-popup.k-popup .k-filter-menu-container{min-width:230px;max-width:320px}.k-multicheck-wrap{margin:0;padding:0;white-space:nowrap;list-style:none}.k-multicheck-wrap .k-item,.k-multicheck-wrap .k-check-all-wrap{padding-block:7px;padding-inline:var(--kendo-spacing-2, .5rem);display:flex;flex-flow:row nowrap}.k-filter-selected-items{font-weight:700;line-height:normal;white-space:nowrap}.k-autofitting{width:auto!important;table-layout:auto!important}.k-autofitting .k-table-th,.k-autofitting td,.k-autofitting .k-table-td{white-space:nowrap!important}.k-autofitting .k-detail-row{display:none!important}.k-column-menu-popup,.k-grid-columnmenu-popup{min-width:230px;box-sizing:border-box}.k-column-menu-popup.k-popup,.k-grid-columnmenu-popup.k-popup{max-width:320px}.k-column-menu-popup .k-actions,.k-column-menu-popup .k-edit-buttons,.k-column-menu-popup .k-action-buttons,.k-column-menu-popup .k-columnmenu-actions,.k-column-menu-popup .k-form-buttons,.k-grid-columnmenu-popup .k-actions,.k-grid-columnmenu-popup .k-edit-buttons,.k-grid-columnmenu-popup .k-action-buttons,.k-grid-columnmenu-popup .k-columnmenu-actions,.k-grid-columnmenu-popup .k-form-buttons{margin:0}.k-column-menu{box-sizing:border-box}.k-column-menu .k-menu:not(.k-context-menu){font-weight:400}.k-column-menu .k-expander{border:0;background:inherit}.k-column-menu .k-expander .k-columnmenu-item{display:flex;align-items:center}.k-column-menu .k-columnmenu-indicators{padding-inline:var(--kendo-spacing-1, .25rem);display:flex;align-items:center;justify-content:center}.k-column-menu .k-columnmenu-item:has(>.k-columnmenu-item-actions,>.k-columnmenu-indicators){display:flex;align-items:center}.k-column-menu-tabbed{border-radius:var(--kendo-border-radius-md, .25rem) var(--kendo-border-radius-md, .25rem) 0 0}.k-column-menu-tabbed .k-tabstrip-items{margin:-1px -1px 0}.k-column-menu-tabbed .k-tabstrip-items .k-item{flex:1}.k-column-menu-tabbed .k-tabstrip-items .k-link{justify-content:center}.k-column-menu-tabbed .k-tabstrip-content{padding-inline:var(--kendo-spacing-0, 0px);padding-block:var(--kendo-spacing-2, .5rem);border-width:0}.k-column-list{padding:0;margin:0;list-style:none}.k-column-chooser-title,.k-column-list-item{padding-block:7px;padding-inline:var(--kendo-spacing-2, .5rem)}.k-column-list-item{margin:0;display:flex;flex-flow:row nowrap;align-items:center;gap:4px;cursor:pointer;position:relative}.k-column-list-item .k-checkbox-label{margin:0}.k-column-list-item:focus{outline:none}.k-columns-items-wrap{padding-block:var(--kendo-spacing-1\.5, .375rem);padding-inline:var(--kendo-spacing-0, 0px)}.k-columnmenu-item{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);outline:0;cursor:pointer}.k-columnmenu-item>.k-icon,.k-columnmenu-item>.k-expander-indicator{margin-inline-end:var(--kendo-spacing-1, .25rem)}.k-columnmenu-item-wrapper+.k-columnmenu-item-wrapper,.k-column-menu-footer{border-top:1px solid;border-top-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-columnmenu-item-content{overflow:hidden}.k-column-menu-group-header{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);display:flex;flex:0 0 auto;position:relative;-webkit-user-select:none;user-select:none}.k-column-menu-group-header-text{border-bottom-width:1px;border-bottom-style:solid;font-size:var(--kendo-font-size-sm, inherit);line-height:var(--kendo-line-height, normal);font-weight:700;text-transform:uppercase;flex:1 1 auto}.k-rtl .k-grid-virtual .k-grid-content .k-grid-table-wrap,.k-rtl .k-grid-virtual .k-grid-content .k-grid-table,.k-rtl .k-grid-virtual .k-grid-content>.k-height-container,[dir=rtl] .k-grid-virtual .k-grid-content .k-grid-table-wrap,[dir=rtl] .k-grid-virtual .k-grid-content .k-grid-table,[dir=rtl] .k-grid-virtual .k-grid-content>.k-height-container,.k-rtl.k-grid-virtual .k-grid-content .k-grid-table-wrap,.k-rtl.k-grid-virtual .k-grid-content .k-grid-table,.k-rtl.k-grid-virtual .k-grid-content>.k-height-container,[dir=rtl].k-grid-virtual .k-grid-content .k-grid-table-wrap,[dir=rtl].k-grid-virtual .k-grid-content .k-grid-table,[dir=rtl].k-grid-virtual .k-grid-content>.k-height-container{float:right}.k-grid-header,.k-grid-header-wrap,.k-grouping-header,.k-grid .k-table-th,.k-grid td,.k-grid .k-table-td,.k-grid-footer,.k-grid-footer-wrap,.k-grid-content-locked,.k-grid-footer-locked,.k-grid-header-locked,.k-filter-row>.k-table-th,.k-filter-row>td,.k-filter-row>.k-table-td{border-color:#87878780}.k-grid-header,.k-grouping-header,.k-grid-add-row,.k-grid-footer{color:var(--text-color);background-color:var(--background-header)}.k-grid .k-table{background-color:inherit}.k-grid-toolbar{border-color:inherit;box-shadow:none}.k-grid-content{background-color:var(--kendo-color-surface-alt, #ffffff)}.k-group-footer td,.k-grouping-row td,.k-group-footer .k-table-td,.k-grouping-row .k-table-td,.k-table-tbody .k-group-cell{color:#343a40;background-color:var(--kendo-color-surface, #fafafa)}.k-grouping-dropclue:before{border-color:var(--text-color) transparent transparent}.k-grouping-dropclue:after{background-color:var(--text-color)}.k-grid{border-color:#87878780;color:#343a40;background-color:var(--kendo-color-surface-alt, #ffffff)}.k-grid .k-table-row.k-table-alt-row{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 5%,transparent)}.k-grid .k-table-tbody>.k-table-row:not(.k-detail-row):hover,.k-grid .k-table-tbody>.k-table-row:not(.k-detail-row).k-hover{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 11%,transparent)}.k-grid td.k-selected,.k-grid .k-table-row.k-selected>td,.k-grid .k-table-td.k-selected,.k-grid .k-table-row.k-selected>.k-table-td{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent)}.k-grid .k-table-th:focus,.k-grid .k-table-th.k-focus,.k-grid td:focus,.k-grid td.k-focus,.k-grid .k-table-td:focus,.k-grid .k-table-td.k-focus,.k-grid .k-master-row>td:focus,.k-grid .k-master-row>td.k-focus,.k-grid .k-grouping-row>td:focus,.k-grid .k-grouping-row>td.k-focus,.k-grid .k-detail-row>td:focus,.k-grid .k-detail-row>td.k-focus,.k-grid .k-group-footer>td:focus,.k-grid .k-group-footer>td.k-focus,.k-grid .k-master-row>.k-table-td:focus,.k-grid .k-master-row>.k-table-td.k-focus,.k-grid .k-grouping-row>.k-table-td:focus,.k-grid .k-grouping-row>.k-table-td.k-focus,.k-grid .k-detail-row>.k-table-td:focus,.k-grid .k-detail-row>.k-table-td.k-focus,.k-grid .k-group-footer>.k-table-td:focus,.k-grid .k-group-footer>.k-table-td.k-focus,.k-grid .k-grid-pager:focus,.k-grid .k-grid-pager.k-focus{box-shadow:none}.k-grid .k-grid-filter,.k-grid .k-header-column-menu,.k-grid .k-grid-header-menu,.k-grid .k-hierarchy-cell .k-icon{color:var(--text-color)}.k-grid .k-grouping-row{background-color:var(--kendo-color-surface, #fafafa)}.k-grid .k-grouping-row .k-icon{color:var(--text-color)}.k-grid .k-grouping-row .k-grid-content-sticky{border-color:#87878780;border-top-color:#87878780}.k-grid .k-grid-header-locked,.k-grid .k-grid-content-locked,.k-grid .k-grid-footer-locked,.k-grid .k-grid-header-locked .k-table-th,.k-grid .k-grid-content-locked td,.k-grid .k-grid-content-locked .k-table-td,.k-grid .k-grid-footer-locked td,.k-grid .k-grid-footer-locked .k-table-td,.k-grid .k-grid-content-locked .k-group-footer td,.k-grid .k-grid-content-locked .k-group-footer .k-table-td,.k-grid .k-grid-content-locked .k-group-cell{border-color:#87878780}.k-grid .k-grid-content-locked .k-grouping-row+.k-table-row td,.k-grid .k-grid-content-locked .k-grouping-row+.k-table-row .k-table-td{border-top-color:#87878780}.k-grid .k-grid-content-locked .k-selected td,.k-grid .k-grid-content-locked .k-selected .k-table-td{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent)}.k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,.k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td,.k-grid .k-grid-content-locked .k-selected:hover td,.k-grid .k-grid-content-locked .k-selected.k-hover td,.k-grid .k-grid-content-locked .k-selected:hover .k-table-td,.k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 24%,transparent)}.k-grid .k-grid-header-locked .k-table-th{border-bottom-color:#87878780}col.k-sorted,.k-table-th.k-sorted{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 3%,transparent)}.k-grid-header .k-sort-icon,.k-grid-header .k-sort-order{color:var(--kendo-color-primary, #ff6358)}.k-grid-header .k-grid-filter:hover,.k-grid-header .k-header-column-menu:hover,.k-grid-header .k-grid-header-menu:hover,.k-grid-header .k-hierarchy-cell .k-icon:hover{background-color:var(--kendo-color-base-hover, #ebebeb)}.k-grid-header .k-grid-filter:focus,.k-grid-header .k-grid-filter.k-focus,.k-grid-header .k-header-column-menu:focus,.k-grid-header .k-header-column-menu.k-focus,.k-grid-header .k-grid-header-menu:focus,.k-grid-header .k-grid-header-menu.k-focus,.k-grid-header .k-hierarchy-cell .k-icon:focus,.k-grid-header .k-hierarchy-cell .k-icon.k-focus{box-shadow:inset 0 0 0 2px #0000001a}.k-grid-header .k-grid-filter.k-active,.k-grid-header .k-header-column-menu.k-active,.k-grid-header .k-grid-header-menu.k-active,.k-grid-header .k-hierarchy-cell .k-icon.k-active{color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-grid-header .k-table-th.k-grid-header-sticky,.k-grid-header td.k-grid-header-sticky,.k-grid-header .k-table-td.k-grid-header-sticky,.k-grid-header .k-grid-header-sticky.k-sorted{color:var(--text-color);background-color:var(--background-header);border-right-color:#87878780;border-left-color:#87878780}.k-grid-footer{border-color:#87878780;color:var(--text-color);background-color:var(--background-header)}.k-grid-footer .k-grid-footer-sticky{border-left-color:#87878780;border-right-color:#87878780;background-color:var(--background-header)}.k-selection-aggregates{border-color:#87878780;color:#343a40;background-color:var(--background-header)}.k-master-row .k-grid-content-sticky{border-color:#87878780;border-top-color:#87878780;background-color:var(--primary-background-color)}.k-master-row .k-grid-row-sticky,.k-master-row.k-grid-row-sticky>.k-table-td{border-top-color:#87878780;border-bottom-color:#87878780;background-color:var(--primary-background-color)}.k-master-row.k-table-alt-row .k-grid-content-sticky,.k-master-row.k-table-alt-row.k-grid-row-sticky>.k-table-td,.k-master-row.k-table-alt-row .k-grid-row-sticky{background-color:var(--primary-background-color)}.k-master-row.k-table-row.k-selected td.k-grid-content-sticky,.k-master-row.k-table-row.k-selected.k-grid-row-sticky>.k-table-td,.k-master-row.k-table-row.k-selected .k-table-td.k-grid-row-sticky,.k-master-row.k-table-row td.k-grid-content-sticky.k-selected,.k-master-row.k-table-row .k-table-td.k-grid-content-sticky.k-selected{background-color:var(--primary-background-color)}.k-master-row.k-table-row.k-selected td.k-grid-content-sticky:before,.k-master-row.k-table-row.k-selected.k-grid-row-sticky>.k-table-td:before,.k-master-row.k-table-row.k-selected .k-table-td.k-grid-row-sticky:before,.k-master-row.k-table-row td.k-grid-content-sticky.k-selected:before,.k-master-row.k-table-row .k-table-td.k-grid-content-sticky.k-selected:before{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent)}.k-master-row.k-selected.k-table-alt-row td.k-grid-content-sticky,.k-master-row.k-selected.k-table-alt-row.k-grid-row-sticky>.k-table-td,.k-master-row.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected{background-color:var(--primary-background-color)}.k-master-row.k-selected.k-table-alt-row td.k-grid-content-sticky:before,.k-master-row.k-selected.k-table-alt-row.k-grid-row-sticky>.k-table-td:before,.k-master-row.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky:before,.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected:before,.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected:before{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 24%,transparent)}.k-master-row:hover .k-grid-content-sticky,.k-master-row:hover .k-grid-row-sticky,.k-master-row:hover.k-grid-row-sticky>.k-table-td,.k-master-row.k-hover .k-grid-content-sticky,.k-master-row.k-hover .k-grid-row-sticky,.k-master-row.k-hover.k-grid-row-sticky>.k-table-td{background-color:var(--bg-color-hover)}.k-master-row.k-selected:hover td.k-grid-content-sticky,.k-master-row.k-selected:hover .k-table-td.k-grid-row-sticky,.k-master-row.k-selected:hover.k-grid-row-sticky>.k-table-td,.k-master-row.k-selected.k-hover td.k-grid-content-sticky,.k-master-row.k-selected.k-hover .k-table-td.k-grid-row-sticky,.k-master-row.k-selected.k-hover.k-grid-row-sticky>.k-table-td,.k-master-row:hover td.k-grid-content-sticky.k-selected,.k-master-row.k-hover td.k-grid-content-sticky.k-selected,.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected{background-color:var(--bg-color-hover)}.k-master-row.k-selected:hover td.k-grid-content-sticky:before,.k-master-row.k-selected:hover .k-table-td.k-grid-row-sticky:before,.k-master-row.k-selected:hover.k-grid-row-sticky>.k-table-td:before,.k-master-row.k-selected.k-hover td.k-grid-content-sticky:before,.k-master-row.k-selected.k-hover .k-table-td.k-grid-row-sticky:before,.k-master-row.k-selected.k-hover.k-grid-row-sticky>.k-table-td:before,.k-master-row:hover td.k-grid-content-sticky.k-selected:before,.k-master-row.k-hover td.k-grid-content-sticky.k-selected:before,.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected:before,.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected:before{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 24%,transparent)}.k-grouping-row .k-grid-content-sticky{background-color:var(--background-header)}.k-grouping-row:hover .k-grid-content-sticky,.k-grouping-row.k-hover .k-grid-content-sticky{background-color:var(--bg-color-hover)}.k-column-list-item:hover,.k-columnmenu-item:hover{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-hover, #ebebeb)}.k-column-list-item:focus,.k-column-list-item.k-focus,.k-columnmenu-item:focus,.k-columnmenu-item.k-focus{box-shadow:none}.k-columnmenu-item.k-selected{color:var(--secondary-color);background-color:var(--kendo-color-primary, #ff6358)}.k-column-menu .k-menu:not(.k-context-menu){border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover,.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-hover{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-hover, #ebebeb)}.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-selected{color:var(--secondary-color);background-color:var(--kendo-color-primary, #ff6358)}.k-column-menu .k-menu:not(.k-context-menu) .k-item:focus,.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-focus{box-shadow:none}.k-column-menu-tabbed{background-color:var(--kendo-color-surface, #fafafa)}.k-column-menu-group-header-text{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-check-all-wrap{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-grid-norecords-template{background-color:var(--kendo-color-surface-alt, #ffffff);border-color:#87878780}.k-resizer-wrap.k-hover .k-row-resizer{background-color:color-mix(in srgb,var(--kendo-color-on-base, #3d3d3d) 20%,transparent)}.k-resizer-wrap.k-active .k-row-resizer{background-color:var(--kendo-color-primary, #ff6358)}.k-columnmenu-indicators{color:var(--kendo-color-primary, #ff6358)}.k-touch-action-none{touch-action:none}.\!k-touch-action-none{touch-action:none!important}.k-touch-action-auto{touch-action:auto}.\!k-touch-action-auto{touch-action:auto!important}.k-touch-action-pan-x{touch-action:pan-x}.\!k-touch-action-pan-x{touch-action:pan-x!important}.k-touch-action-pan-left{touch-action:pan-left}.\!k-touch-action-pan-left{touch-action:pan-left!important}.k-touch-action-pan-right{touch-action:pan-right}.\!k-touch-action-pan-right{touch-action:pan-right!important}.k-touch-action-pan-y{touch-action:pan-y}.\!k-touch-action-pan-y{touch-action:pan-y!important}.k-touch-action-pan-up{touch-action:pan-up}.\!k-touch-action-pan-up{touch-action:pan-up!important}.k-touch-action-pan-down{touch-action:pan-down}.\!k-touch-action-pan-down{touch-action:pan-down!important}.k-touch-action-pinch-zoom{touch-action:pinch-zoom}.\!k-touch-action-pinch-zoom{touch-action:pinch-zoom!important}.k-touch-action-manipulation{touch-action:manipulation}.\!k-touch-action-manipulation{touch-action:manipulation!important}.k-user-select-none{-webkit-user-select:none;user-select:none}.\!k-user-select-none{-webkit-user-select:none!important;user-select:none!important}.k-user-select-auto{-webkit-user-select:auto;user-select:auto}.\!k-user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.k-user-select-text{-webkit-user-select:text;user-select:text}.\!k-user-select-text{-webkit-user-select:text!important;user-select:text!important}.k-user-select-all{-webkit-user-select:all;user-select:all}.\!k-user-select-all{-webkit-user-select:all!important;user-select:all!important}.k-user-select-contain{-webkit-user-select:contain;user-select:contain}.\!k-user-select-contain{-webkit-user-select:contain!important;user-select:contain!important}.k-cursor-none{cursor:none}.\!k-cursor-none{cursor:none!important}.k-cursor-auto{cursor:auto}.\!k-cursor-auto{cursor:auto!important}.k-cursor-default{cursor:default}.\!k-cursor-default{cursor:default!important}.k-cursor-context-menu{cursor:context-menu}.\!k-cursor-context-menu{cursor:context-menu!important}.k-cursor-help{cursor:help}.\!k-cursor-help{cursor:help!important}.k-cursor-pointer{cursor:pointer}.\!k-cursor-pointer{cursor:pointer!important}.k-cursor-progress{cursor:progress}.\!k-cursor-progress{cursor:progress!important}.k-cursor-wait{cursor:wait}.\!k-cursor-wait{cursor:wait!important}.k-cursor-cell{cursor:cell}.\!k-cursor-cell{cursor:cell!important}.k-cursor-crosshair{cursor:crosshair}.\!k-cursor-crosshair{cursor:crosshair!important}.k-cursor-text{cursor:text}.\!k-cursor-text{cursor:text!important}.k-cursor-vertical-text{cursor:vertical-text}.\!k-cursor-vertical-text{cursor:vertical-text!important}.k-cursor-alias{cursor:alias}.\!k-cursor-alias{cursor:alias!important}.k-cursor-copy{cursor:copy}.\!k-cursor-copy{cursor:copy!important}.k-cursor-move{cursor:move}.\!k-cursor-move{cursor:move!important}.k-cursor-no-drop{cursor:no-drop}.\!k-cursor-no-drop{cursor:no-drop!important}.k-cursor-not-allowed{cursor:not-allowed}.\!k-cursor-not-allowed{cursor:not-allowed!important}.k-cursor-e-resize{cursor:e-resize}.\!k-cursor-e-resize{cursor:e-resize!important}.k-cursor-n-resize{cursor:n-resize}.\!k-cursor-n-resize{cursor:n-resize!important}.k-cursor-ne-resize{cursor:ne-resize}.\!k-cursor-ne-resize{cursor:ne-resize!important}.k-cursor-nw-resize{cursor:nw-resize}.\!k-cursor-nw-resize{cursor:nw-resize!important}.k-cursor-s-resize{cursor:s-resize}.\!k-cursor-s-resize{cursor:s-resize!important}.k-cursor-se-resize{cursor:se-resize}.\!k-cursor-se-resize{cursor:se-resize!important}.k-cursor-sw-resize{cursor:sw-resize}.\!k-cursor-sw-resize{cursor:sw-resize!important}.k-cursor-w-resize{cursor:w-resize}.\!k-cursor-w-resize{cursor:w-resize!important}.k-cursor-ew-resize{cursor:ew-resize}.\!k-cursor-ew-resize{cursor:ew-resize!important}.k-cursor-ns-resize{cursor:ns-resize}.\!k-cursor-ns-resize{cursor:ns-resize!important}.k-cursor-nesw-resize{cursor:nesw-resize}.\!k-cursor-nesw-resize{cursor:nesw-resize!important}.k-cursor-nwse-resize{cursor:nwse-resize}.\!k-cursor-nwse-resize{cursor:nwse-resize!important}.k-cursor-col-resize{cursor:col-resize}.\!k-cursor-col-resize{cursor:col-resize!important}.k-cursor-row-resize{cursor:row-resize}.\!k-cursor-row-resize{cursor:row-resize!important}.k-cursor-all-scroll{cursor:all-scroll}.\!k-cursor-all-scroll{cursor:all-scroll!important}.k-cursor-zoom-in{cursor:zoom-in}.\!k-cursor-zoom-in{cursor:zoom-in!important}.k-cursor-zoom-out{cursor:zoom-out}.\!k-cursor-zoom-out{cursor:zoom-out!important}.k-cursor-grab{cursor:grab}.\!k-cursor-grab{cursor:grab!important}.k-cursor-grabbing{cursor:grabbing}.\!k-cursor-grabbing{cursor:grabbing!important}.k-splitter{height:300px;border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:block;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-splitter .k-pane{overflow:hidden;box-sizing:border-box}.k-splitter .k-scrollable{overflow:auto}.k-splitter .k-splitter-resizing{overflow:hidden}.k-splitter .k-pane-loading{position:static;top:50%;left:50%}.k-ghost-splitbar,.k-splitbar{border-style:solid;outline:0;position:absolute;-webkit-user-select:none;user-select:none;touch-action:none;display:flex;align-items:center;justify-content:center}.k-ghost-splitbar .k-collapse-prev,.k-ghost-splitbar .k-collapse-next,.k-splitbar .k-collapse-prev,.k-splitbar .k-collapse-next{cursor:pointer;padding:var(--kendo-spacing-0\.5, .125rem)}.k-splitbar-draggable-horizontal{cursor:col-resize}.k-splitbar-draggable-vertical{cursor:row-resize}.k-ghost-splitbar-horizontal,.k-splitbar-horizontal{width:var(--kendo-spacing-3, .75rem);border-width:0;background-repeat:repeat-y;flex-direction:column;top:0}.k-ghost-splitbar-vertical,.k-splitbar-vertical{height:var(--kendo-spacing-3, .75rem);border-width:0;background-repeat:repeat-x;flex-direction:row;left:0}.k-splitbar-static-horizontal{width:1px}.k-splitbar-static-vertical{height:1px}.k-splitbar-draggable-horizontal .k-resize-handle{width:2px;height:20px;position:static;z-index:1}.k-splitbar .k-resize-handle{display:none;background-color:currentColor}.k-splitbar-draggable-horizontal .k-resize-handle,.k-splitbar-draggable-vertical .k-resize-handle{display:block}.k-splitbar-horizontal .k-collapse-prev{margin-bottom:var(--kendo-spacing-2, .5rem)}.k-splitbar-horizontal .k-collapse-next{margin-top:var(--kendo-spacing-2, .5rem)}.k-splitbar-vertical .k-collapse-prev{margin-right:var(--kendo-spacing-2, .5rem)}.k-splitbar-vertical .k-collapse-next{margin-left:var(--kendo-spacing-2, .5rem)}.k-splitbar-draggable-vertical .k-resize-handle{width:20px;height:2px;position:static;z-index:1}.k-pane>.k-splitter{border-width:0;overflow:hidden}.k-pane>.k-splitter-overlay{opacity:0;position:absolute}.k-splitter-flex{display:flex;width:100%;height:auto}.k-splitter-flex .k-pane{position:relative;flex:1 1 auto;min-width:0;max-width:100%;min-height:0;max-height:100%;height:100%}.k-splitter-flex .k-pane-static{flex-grow:0;flex-shrink:0}.k-splitter-flex .k-pane-flex{display:flex}.k-splitter-flex .k-splitbar{position:static;flex:0 0 auto}.k-splitter-flex .k-pane.k-hidden,.k-splitter-flex .k-pane[hidden],.k-splitter-flex .k-pane-flex.k-hidden,.k-splitter-flex .k-pane-flex[hidden]{flex:0 1 0%!important;overflow:hidden!important;display:block!important}.k-splitter-flex.k-splitter-horizontal{flex-direction:row}.k-splitter-flex.k-splitter-vertical{flex-direction:column}.k-splitter{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-splitbar{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-splitbar:hover,.k-splitbar.k-hover,.k-splitbar-horizontal-hover,.k-splitbar-vertical-hover{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-base-hover, #ebebeb)}.k-splitbar:focus,.k-splitbar.k-focus{color:var(--kendo-color-on-primary, #ffffff);background:var(--kendo-color-primary, #ff6358)}.k-ghost-splitbar{background-color:var(--kendo-color-base-hover, #ebebeb)}.k-barcode{display:inline-block}.k-barcode>div{height:150px}.k-chart,.k-sparkline,.k-stockchart{border-width:0px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-chart,.k-stockchart{display:block;height:400px}.k-chart-surface{height:100%}.k-chart .k-popup{border-width:0}.k-chart-tooltip-wrapper .k-animation-container-shown,.k-chart-tooltip-wrapper.k-animation-container-shown{border-radius:var(--kendo-border-radius-md, .25rem);transition:left .3s cubic-bezier(0,.33,.19,1),top .3s cubic-bezier(0,.33,.19,1)}.k-sparkline-tooltip-wrapper,.k-chart-tooltip-wrapper{z-index:12000}.k-sparkline-tooltip-wrapper .k-popup,.k-chart-tooltip-wrapper .k-popup{border-radius:var(--kendo-border-radius-md, .25rem);padding:0;border-width:0;background:transparent}.k-chart-tooltip table{border-spacing:0;border-collapse:collapse}.k-chart-tooltip{border-radius:var(--kendo-border-radius-md, .25rem);font-size:calc(.875rem * .929);line-height:var(--kendo-line-height, normal);padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem)}.k-chart-tooltip th{width:auto;text-align:center;padding:1px}.k-chart-tooltip td{width:auto;text-align:start;padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-1, .25rem);line-height:var(--kendo-line-height, normal);vertical-align:middle}.k-chart-crosshair-tooltip,.k-chart-shared-tooltip{border-width:1px;border-style:solid}.k-chart-shared-tooltip .k-chart-shared-tooltip-marker{display:block;width:15px;height:3px;vertical-align:middle}.k-selector{position:absolute;transform:translateZ(0)}.k-selection{position:absolute;height:100%;border-width:1px;border-style:solid;border-bottom:0}.k-selection-bg{position:absolute;width:100%;height:100%}.k-handle{border-radius:50%;width:22px;height:22px;border-width:1px;border-style:solid;z-index:1;position:absolute;box-sizing:content-box}.k-handle div{width:100%;height:100%}.k-left-handle{left:-11px}.k-right-handle{right:-11px}.k-left-handle div{margin:-22px 0 0 -14.6666666667px;padding:44px 29.3333333333px 0 0}.k-right-handle div{margin:-22px 0 0 -14.6666666667px;padding:44px 0 0 29.3333333333px}.k-left-handle.k-handle-active div{margin-left:-44px;padding-left:58.6666666667px}.k-right-handle.k-handle-active div{margin-left:-44px;padding-right:58.6666666667px}.k-mask{position:absolute;height:100%}.k-navigator-hint div{position:absolute}.k-navigator-hint .k-scroll{border-radius:var(--kendo-border-radius-md, .25rem);position:absolute;height:4px}.k-navigator-hint .k-tooltip{margin-top:20px;min-width:160px;opacity:1;text-align:center}.k-sparkline,.k-sparkline span{display:inline-block;vertical-align:top}.k-sparkline span{height:100%;width:100%}.k-chart-dragging{-webkit-user-select:none;user-select:none}.k-chart-donut-center{position:absolute;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:50%;text-align:center;border:4px solid transparent;box-sizing:border-box}.k-pdf-export .k-chart .k-animation-container,.k-pdf-export .k-sparkline .k-animation-container,.k-pdf-export .k-stockchart .k-animation-container{display:none}.k-chart-overlay{margin:0;width:100%;height:calc(100% - var(--kendo-chart-computed-title-height, 0px));position:absolute;top:0;left:0;opacity:1;z-index:10001}.k-chart-overlay-top{top:var(--kendo-chart-computed-title-height, 0px)}.k-chart-overlay .k-no-data{min-height:auto;padding-block-start:var(--kendo-spacing-25, 7rem);color:inherit;font-size:var(--kendo-font-size-lg, inherit);font-weight:var(--kendo-font-weight, normal)}.k-diagram{height:600px}.k-diagram .km-scroll-wrapper{width:100%;height:100%;position:relative}.k-canvas-container{width:100%;height:100%}.k-sankey text{pointer-events:none}.k-treemap{height:400px;box-sizing:border-box;border-width:1px;border-style:solid;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:block;overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-treemap .k-treemap-tile{margin:-1px 0 0 -1px;height:100%;box-sizing:border-box;border:1px solid;border-color:inherit;color:inherit;background-color:inherit;overflow:hidden;position:absolute}.k-treemap>.k-treemap-tile{position:relative}.k-treemap .k-treemap-title{padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-1, .25rem);border-width:0 0 1px;border-style:solid;border-color:inherit;font-size:var(--kendo-font-size, inherit);background-position:0 0;background-repeat:repeat-x}.k-treemap .k-treemap-title-vertical{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-0\.5, .125rem);width:calc(1.4285714286 * 1em);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;top:0;bottom:0}.k-treemap .k-treemap-title-vertical>div{transform-origin:right;transform:rotate(-90deg);position:absolute;top:0;right:1em}.k-treemap .k-treemap-wrap{border-color:inherit;color:inherit;background-color:inherit;position:absolute;top:0;left:0;bottom:0;right:0}.k-treemap .k-treemap-title+.k-treemap-wrap{top:calc(var(--kendo-spacing-0\.5, .125rem) * 2 + var(--kendo-line-height, normal) * var(--kendo-font-size, inherit) + 1px)}.k-treemap .k-treemap-title-vertical+.k-treemap-wrap{left:calc(var(--kendo-spacing-0\.5, .125rem) * 2 + var(--kendo-line-height, normal) * var(--kendo-font-size, inherit) + 1px)}.k-treemap .k-leaf{padding:var(--kendo-spacing-1, .25rem)}.k-gauge{text-align:start;position:relative}.k-arcgauge,.k-circulargauge{display:inline-block}.k-arcgauge-label,.k-circulargauge-label{position:absolute;text-align:center;padding:0;margin:0}.k-qrcode{display:inline-block}.k-qrcode>div{height:150px}.k-var--primary{background-color:var(--kendo-color-primary, #ff6358)}.k-var--primary-contrast{background-color:var(--kendo-color-on-primary, #ffffff)}.k-var--base{background-color:var(--kendo-color-surface, #fafafa)}.k-var--background{background-color:var(--kendo-color-surface-alt, #ffffff)}.k-var--normal-background{background-color:var(--kendo-color-surface, #fafafa)}.k-var--normal-text-color{background-color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-var--series-a{background-color:#8bb31d}.k-var--series-b{background-color:#0093d3}.k-var--series-c{background-color:#ef7d00}.k-var--series-d{background-color:#db062b}.k-var--series-e{background-color:#fec700}.k-var--series-f{background-color:#878787}.k-var--series-1{background-color:#8bb31d}.k-var--series-2{background-color:#0093d3}.k-var--series-3{background-color:#ef7d00}.k-var--series-4{background-color:#db062b}.k-var--series-5{background-color:#fec700}.k-var--series-6{background-color:#878787}.k-var--series-7{background-color:var(--kendo-color-series-a-subtle, #ffb1ac)}.k-var--series-8{background-color:var(--kendo-color-series-b-subtle, #fff0b1)}.k-var--series-9{background-color:var(--kendo-color-series-c-subtle, #a6e8c0)}.k-var--series-10{background-color:var(--kendo-color-series-d-subtle, #a5affd)}.k-var--series-11{background-color:var(--kendo-color-series-e-subtle, #d6acff)}.k-var--series-12{background-color:var(--kendo-color-series-f-subtle, #ffacc9)}.k-var--series-13{background-color:var(--kendo-color-series-a-bold, #bf4a42)}.k-var--series-14{background-color:var(--kendo-color-series-b-bold, #bfa94a)}.k-var--series-15{background-color:var(--kendo-color-series-c-bold, #399d60)}.k-var--series-16{background-color:var(--kendo-color-series-d-bold, #3847bc)}.k-var--series-17{background-color:var(--kendo-color-series-e-bold, #8142bf)}.k-var--series-18{background-color:var(--kendo-color-series-f-bold, #bf426e)}.k-var--series-19{background-color:var(--kendo-color-series-a-subtler, #ff8a82)}.k-var--series-20{background-color:var(--kendo-color-series-b-subtler, #ffe989)}.k-var--series-21{background-color:var(--kendo-color-series-c-subtler, #79dda0)}.k-var--series-22{background-color:var(--kendo-color-series-d-subtler, #7887fb)}.k-var--series-23{background-color:var(--kendo-color-series-e-subtler, #c182ff)}.k-var--series-24{background-color:var(--kendo-color-series-f-subtler, #ff82ae)}.k-var--series-25{background-color:var(--kendo-color-series-a-bolder, #80322c)}.k-var--series-26{background-color:var(--kendo-color-series-b-bolder, #807131)}.k-var--series-27{background-color:var(--kendo-color-series-c-bolder, #266940)}.k-var--series-28{background-color:var(--kendo-color-series-d-bolder, #26307d)}.k-var--series-29{background-color:var(--kendo-color-series-e-bolder, #562c80)}.k-var--series-30{background-color:var(--kendo-color-series-f-bolder, #802c49)}.k-var--gauge-pointer{background-color:var(--kendo-color-primary, #ff6358)}.k-var--gauge-track{background-color:var(--kendo-color-base-emphasis, #c2c2c2)}.k-var--chart-font-size{font-size:var(--kendo-font-size, inherit)}.k-var--chart-title-font-size{font-size:var(--kendo-font-size-lg, inherit)}.k-var--chart-pane-title-font-size{font-size:var(--kendo-font-size-sm, inherit)}.k-var--chart-pane-title-font-weight{font-weight:var(--kendo-font-weight-normal, normal)}.k-var--chart-label-font-size{font-size:var(--kendo-font-size-sm, inherit)}.k-var--chart-inactive{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 50%,transparent)}.k-var--chart-major-lines{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent)}.k-var--chart-minor-lines{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 4%,transparent)}.k-var--chart-area-opacity{opacity:.6}.k-var--chart-area-inactive-opacity{opacity:.1}.k-var--chart-line-inactive-opacity{opacity:.3}.k-var--chart-notes-background,.k-var--chart-notes-border,.k-var--chart-notes-lines,.k-var--chart-crosshair-background,.k-var--chart-error-bars-background{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 50%,transparent)}.k-chart,.k-diagram,.k-gauge,.k-sparkline{--kendo-chart-primary-bg: var(--kendo-color-primary, #ff6358);--kendo-chart-primary-contrast: var(--kendo-color-on-primary, #ffffff);--kendo-chart-bg: var(--kendo-color-surface-alt, #ffffff);--kendo-chart-text: #343a40;--kendo-chart-font-size: var(--kendo-font-size, inherit);--kendo-chart-title-font-size: var(--kendo-font-size-lg, inherit);--kendo-chart-pane-title-font-size: var(--kendo-font-size-sm, inherit);--kendo-chart-pane-title-font-weight: var(--kendo-font-weight-normal, normal);--kendo-chart-label-font-size: var(--kendo-font-size-sm, inherit);--kendo-chart-inactive: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 50%, transparent);--kendo-chart-major-lines: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent);--kendo-chart-minor-lines: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 4%, transparent);--kendo-chart-area-opacity: .6;--kendo-chart-area-inactive-opacity: .1;--kendo-chart-line-inactive-opacity: .3;--kendo-chart-notes-bg: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 50%, transparent);--kendo-chart-notes-border: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 50%, transparent);--kendo-chart-notes-lines: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 50%, transparent);--kendo-chart-crosshair-bg: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 50%, transparent);--kendo-chart-error-bars-bg: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 50%, transparent);--kendo-chart-series-1: #8bb31d;--kendo-chart-series-2: #0093d3;--kendo-chart-series-3: #ef7d00;--kendo-chart-series-4: #db062b;--kendo-chart-series-5: #fec700;--kendo-chart-series-6: #878787;--kendo-chart-series-7: var(--kendo-color-series-a-subtle, #ffb1ac);--kendo-chart-series-8: var(--kendo-color-series-b-subtle, #fff0b1);--kendo-chart-series-9: var(--kendo-color-series-c-subtle, #a6e8c0);--kendo-chart-series-10: var(--kendo-color-series-d-subtle, #a5affd);--kendo-chart-series-11: var(--kendo-color-series-e-subtle, #d6acff);--kendo-chart-series-12: var(--kendo-color-series-f-subtle, #ffacc9);--kendo-chart-series-13: var(--kendo-color-series-a-bold, #bf4a42);--kendo-chart-series-14: var(--kendo-color-series-b-bold, #bfa94a);--kendo-chart-series-15: var(--kendo-color-series-c-bold, #399d60);--kendo-chart-series-16: var(--kendo-color-series-d-bold, #3847bc);--kendo-chart-series-17: var(--kendo-color-series-e-bold, #8142bf);--kendo-chart-series-18: var(--kendo-color-series-f-bold, #bf426e);--kendo-chart-series-19: var(--kendo-color-series-a-subtler, #ff8a82);--kendo-chart-series-20: var(--kendo-color-series-b-subtler, #ffe989);--kendo-chart-series-21: var(--kendo-color-series-c-subtler, #79dda0);--kendo-chart-series-22: var(--kendo-color-series-d-subtler, #7887fb);--kendo-chart-series-23: var(--kendo-color-series-e-subtler, #c182ff);--kendo-chart-series-24: var(--kendo-color-series-f-subtler, #ff82ae);--kendo-chart-series-25: var(--kendo-color-series-a-bolder, #80322c);--kendo-chart-series-26: var(--kendo-color-series-b-bolder, #807131);--kendo-chart-series-27: var(--kendo-color-series-c-bolder, #266940);--kendo-chart-series-28: var(--kendo-color-series-d-bolder, #26307d);--kendo-chart-series-29: var(--kendo-color-series-e-bolder, #562c80);--kendo-chart-series-30: var(--kendo-color-series-f-bolder, #802c49);--kendo-chart-gauge-pointer: var(--kendo-color-primary, #ff6358);--kendo-chart-gauge-track: var(--kendo-color-base-emphasis, #c2c2c2)}.k-chart,.k-sparkline,.k-stockchart{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:#343a40;background-color:transparent}.k-chart .k-popup,.k-sparkline .k-popup,.k-stockchart .k-popup{background:transparent}.k-chart-tooltip{color:#fff}.k-chart-tooltip-inverse{color:#000}.k-chart-crosshair-tooltip,.k-chart-shared-tooltip{color:#343a40;background-color:var(--kendo-color-base, #f5f5f5);border-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent)}.k-selection{border-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 8%,transparent);box-shadow:inset 0 1px 7px color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 15%,transparent)}.k-selection-bg{background-color:transparent}.k-handle{cursor:e-resize;border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-base, #3d3d3d);background-color:var(--kendo-color-base, #f5f5f5);background-image:none}.k-handle:hover{background-color:var(--kendo-color-base-hover, #ebebeb)}.k-handle div{background-color:transparent}.k-mask{background-color:var(--kendo-color-surface-alt, #ffffff);opacity:.8}.k-chart-overlay{background-color:var(--kendo-color-surface, #fafafa)}.k-treemap{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-treemap .k-treemap-title{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-treemap .k-leaf{color:var(--kendo-color-surface-alt, #ffffff)}.k-treemap .k-leaf.k-inverse{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-treemap .k-leaf:hover,.k-treemap .k-leaf.k-hover{box-shadow:inset 0 0 0 3px var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-expander{border-width:1px;border-style:solid;box-sizing:border-box;overflow:hidden;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:flex;flex-direction:column;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-expander *,.k-expander *:before,.k-expander *:after{box-sizing:border-box}.k-rtl .k-expander .k-expander-indicator,.k-expander.k-rtl .k-expander-indicator,.k-expander[dir=rtl] .k-expander-indicator{margin-left:0;margin-right:var(--kendo-spacing-3, .75rem)}.k-expander-header{padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-4, 1rem);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.k-expander-spacer{flex:1 1 auto}.k-expander-title{text-transform:uppercase;font-weight:500}.k-expander-indicator{margin-left:var(--kendo-spacing-3, .75rem);display:flex;justify-content:center;align-items:center}.k-expander-content{padding-block:var(--kendo-spacing-4, 1rem);padding-inline:var(--kendo-spacing-4, 1rem)}.k-expander+.k-expander.k-expanded,.k-expander.k-expanded+.k-expander{margin-top:var(--kendo-spacing-2, .5rem)}.k-expander:not(.k-expanded)+.k-expander:not(.k-expanded){border-top-width:0}.k-expander{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-expander.k-focus{box-shadow:none}.k-expander-header{color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:transparent;outline:none}.k-expander-header:hover,.k-expander-header.k-hover{background-color:#0000000a}.k-expander-header.k-focus{box-shadow:none}.k-expander-title{color:var(--kendo-color-primary, #ff6358)}.k-expander-sub-title{color:var(--kendo-color-subtle, #666666)}.k-listview{margin:0;padding:0;border-width:0;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:flex;flex-flow:column nowrap;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.k-listview-bordered{border-width:1px}.k-listview-header{border-width:0;border-style:solid;border-color:inherit}.k-listview-bordered>.k-listview-header{border-bottom-width:1px}.k-listview-content{margin:0;padding:0;outline:0;flex-grow:1;position:relative;overflow:auto}.k-listview-content:after{height:0;clear:both;display:block}.k-listview-content.k-d-flex:after,.k-listview-content.k-d-flex-row:after,.k-listview-content.k-d-flex-col:after,.k-listview-content.k-d-grid:after{display:none}.k-listview-content-padding-rectangle{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-listview-content-padding-square{padding:var(--kendo-spacing-1, .25rem)}.k-listview-item{padding:0;border-width:0;outline:0;border-style:solid;box-sizing:border-box;flex-shrink:0}.k-listview-item-padding-rectangle{padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-listview-item-padding-rectangle .k-listview-link{margin-block:-var(--kendo-spacing-1,.25rem);margin-inline:-var(--kendo-spacing-1,.25rem);padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-listview-item-padding-square{padding:var(--kendo-spacing-1, .25rem)}.k-listview-item-padding-square .k-listview-link{margin:-var(--kendo-spacing-1,.25rem);padding:var(--kendo-spacing-1, .25rem)}.k-listview-footer{border-width:0;border-style:solid;border-color:inherit}.k-listview-bordered>.k-listview-footer{border-top-width:1px}.k-listview-pager{border-width:0;border-color:inherit}.k-listview-bordered>.k-listview-pager-top{border-block-end-width:var(--kendo-listview-border-width, 1px)}.k-listview-bordered>.k-listview-pager-bottom{border-block-start-width:var(--kendo-listview-border-width, 1px)}.k-listview-borders-all .k-listview-item{border-width:1px}.k-listview-borders-horizontal .k-listview-item{border-top-width:1px}.k-listview-borders-horizontal .k-listview-item:first-child{border-top-width:0}.k-listview-borders-vertical .k-listview-item{border-left-width:1px}.k-listview-borders-vertical .k-listview-item:first-child{border-left-width:0}.k-listview{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-listview-content>.k-focus{box-shadow:inset 0 0 0 2px #00000021}.k-listview-content>.k-selected{background-color:color-mix(in srgb,var(--kendo-color-primary, #ff6358) 25%,transparent)}.k-listview-item{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-flex-row,.k-d-flex-row{flex-direction:row}.\!k-flex-row,.\!k-d-flex-row,.\!k-d-flex-col{flex-direction:row!important}.k-flex-row-reverse{flex-direction:row-reverse}.\!k-flex-row-reverse{flex-direction:row-reverse!important}.k-flex-col,.k-flex-column,.k-d-flex-col{flex-direction:column}.\!k-flex-col{flex-direction:column!important}.k-flex-col-reverse,.k-flex-column-reverse{flex-direction:column-reverse}.\!k-flex-col-reverse{flex-direction:column-reverse!important}.k-flex-wrap{flex-wrap:wrap}.\!k-flex-wrap{flex-wrap:wrap!important}.k-flex-wrap-reverse{flex-wrap:wrap-reverse}.\!k-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.k-flex-nowrap{flex-wrap:nowrap}.\!k-flex-nowrap{flex-wrap:nowrap!important}.k-chart-wizard .k-icon-text-wrapper{display:flex;align-items:center;gap:var(--kendo-spacing-3, .75rem)}.k-chart-wizard .k-icon-background-area{display:flex;padding:var(--kendo-spacing-4, 1rem);border-radius:var(--kendo-border-radius-md, .25rem)}.k-chart-types-wrapper{display:flex;flex-direction:column;gap:var(--kendo-spacing-4, 1rem)}.k-chart-wizard-splitter{height:100%}.k-chart-wizard-splitter .k-tabstrip{width:100%;height:100%}.k-chart-wizard-preview-pane,.k-chart-wizard-property-pane{padding:var(--kendo-spacing-4, 1rem)}.k-chart-wizard .k-icon-text-wrapper.k-selected{color:var(--kendo-color-primary, #ff6358)}.k-chart-wizard .k-icon-text-wrapper.k-selected .k-icon-background-area{box-shadow:inset 0 0 0 1px var(--kendo-color-primary, #ff6358)}.k-chart-wizard .k-icon-text-wrapper:hover,.k-chart-wizard .k-icon-text-wrapper.k-hover{cursor:pointer}.k-chart-wizard .k-icon-text-wrapper:focus .k-icon-background-area,.k-chart-wizard .k-icon-text-wrapper.k-focus .k-icon-background-area{box-shadow:inset 0 0 0 1px var(--kendo-color-primary-emphasis, #ff9d97)}.k-chart-wizard .k-icon-background-area{color:var(--kendo-color-primary, #ff6358);background-color:var(--kendo-color-primary-subtle, #ffeceb)}.k-treelist.k-grid-display-block.k-grid-lockedcolumns{display:block}.k-treelist .k-status{padding-block:.4em;padding-inline:.6em;line-height:1.6em}.k-treelist .k-status .k-loading{vertical-align:baseline;margin-right:5px;display:none}.k-treelist tr.k-hidden{display:none}.k-treelist .k-treelist-dragging,.k-treelist .k-treelist-dragging .k-hover{cursor:default}.k-treelist .k-drop-hint{transform:translateY(-50%)}.k-treelist .k-table-row.k-footer td,.k-treelist .k-table-row.k-footer-template td,.k-treelist .k-table-row.k-footer .k-table-td,.k-treelist .k-table-row.k-footer-template .k-table-td{border-width:1px 0;border-style:solid;font-weight:700}.k-treelist .k-table-row.k-footer+.k-table-row.k-footer td,.k-treelist .k-table-row.k-footer+.k-table-row.k-footer .k-table-td{border-top-width:0}.k-treelist-scrollable>.k-table,.k-treelist-scrollable .k-grid-header .k-table-row,.k-treelist-scrollable .k-grid-header .k-table-th{background-color:inherit}.k-treelist-scrollable .k-grid-toolbar{position:-webkit-sticky;position:sticky;z-index:3;top:0;left:0}.k-treelist-scrollable .k-grid-header .k-table-th{position:-webkit-sticky;position:sticky;z-index:1}.k-treelist-scrollable .k-grid-header .k-table-th.k-grid-header-sticky{z-index:3}.k-treelist-scrollable thead.k-grid-header{padding-right:0}.k-treelist-scrollable .k-table-row.k-group-footer+.k-table-row.k-group-footer td{border-top-width:0}:is(.k-treelist-scrollable[dir=rtl],.k-rtl .k-treelist-scrollable) thead.k-grid-header{padding-left:0}.k-drag-separator{display:inline-block;border-right:1px solid;height:1em;vertical-align:top;margin-block:0;margin-inline:.5em}.k-treelist-toggle{margin-block:calc(var(--kendo-spacing-1, .25rem) * -1);padding:var(--kendo-spacing-1, .25rem);box-sizing:content-box;cursor:pointer}.k-treelist tr.k-footer,.k-treelist tr.k-footer-template{background-color:color-mix(in srgb,var(--kendo-color-on-app-surface, #3d3d3d) 11%,transparent)}.k-external-dropzone{height:220px;display:flex;flex-flow:row nowrap}.k-dropzone-inner{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);border-width:1px;border-style:solid;box-sizing:border-box;font-size:var(--kendo-font-size, inherit);font-family:var(--kendo-font-family, inherit);line-height:var(--kendo-line-height, normal);flex:1 1 auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;position:relative}.k-dropzone-inner .k-dropzone-icon{margin-bottom:var(--kendo-spacing-6, 1.5rem)}.k-dropzone-inner .k-dropzone-hint{margin-bottom:var(--kendo-spacing-2, .5rem)}.k-dropzone-inner .k-dropzone-note{font-size:var(--kendo-font-size-sm, inherit)}.k-dropzone-inner{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-dropzone-inner .k-icon,.k-dropzone-inner .k-dropzone-icon,.k-dropzone-inner .k-dropzone-note{color:var(--kendo-color-subtle, #666666)}.k-external-dropzone-hover .k-icon,.k-external-dropzone-hover .k-dropzone-icon{color:var(--kendo-color-primary, #ff6358)}.k-upload{border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);position:relative;display:block;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-upload *,.k-upload *:before,.k-upload *:after{box-sizing:border-box}.k-upload .k-upload-button{min-width:7em}.k-upload .k-dropzone,.k-upload .k-upload-dropzone{padding-block:var(--kendo-spacing-2, .5rem);padding-inline:var(--kendo-spacing-2, .5rem);border-width:0;text-align:end;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:transparent}.k-upload .k-dropzone .k-dropzone-hint,.k-upload .k-upload-dropzone .k-dropzone-hint{font-style:normal;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;flex:1}.k-upload .k-dropzone .k-upload-status,.k-upload .k-upload-dropzone .k-upload-status{font-weight:400;display:flex;align-items:center;position:relative}.k-upload .k-dropzone .k-upload-status>.k-icon,.k-upload .k-upload-dropzone .k-upload-status>.k-icon{margin-inline-end:var(--kendo-spacing-1, .25rem)}.k-upload .k-dropzone .k-upload-status+.k-dropzone-hint,.k-upload .k-upload-dropzone .k-upload-status+.k-dropzone-hint{display:none}.k-upload .k-dropzone-active .k-upload-status{display:none}.k-upload .k-dropzone-active .k-upload-status+.k-dropzone-hint{display:block}.k-upload .k-upload-files{max-height:300px;overflow-y:auto;margin:0;padding:0;border-width:1px 0 0;border-style:solid;border-color:inherit;list-style:none}.k-upload .k-upload-files .k-file-multiple,.k-upload .k-upload-files .k-file-single{width:100%;display:flex;justify-content:space-between}.k-upload .k-upload-files .k-file-single{align-items:center}.k-upload .k-upload-files .k-file-multiple{align-items:flex-start}.k-upload .k-upload-files .k-file{padding:var(--kendo-spacing-2, .5rem) var(--kendo-spacing-2, .5rem) calc(var(--kendo-spacing-2, .5rem) + 2px);border-width:0 0 1px;border-style:solid;outline:none;display:flex;align-items:flex-start;position:relative}.k-upload .k-upload-files .k-file:last-child{border-width:0}.k-upload .k-upload-files .k-filename{margin-left:var(--kendo-spacing-4, 1rem);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.k-upload .k-upload-files .k-upload-pct{margin-block:0;margin-inline:var(--kendo-spacing-1, .25rem);font-weight:400;vertical-align:middle}.k-upload .k-upload-files~.k-clear-selected,.k-upload .k-upload-files~.k-upload-selected{margin-top:calc(-1 * var(--kendo-spacing-1, .25rem));border-width:0}.k-upload .k-upload-files~.k-upload-selected{border-left-width:1px;border-left-style:solid;margin-left:-1px}.k-upload .k-upload-files .k-file-name,.k-upload .k-upload-files .k-file-size,.k-upload .k-upload-files .k-file-validation-message,.k-upload .k-upload-files .k-file-summary{display:block}.k-upload .k-upload-files .k-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.k-upload .k-upload-files .k-file-size,.k-upload .k-upload-files .k-file-summary,.k-upload .k-upload-files .k-file-validation-message{font-size:var(--kendo-font-size-sm, inherit);line-height:var(--kendo-line-height-xs, normal)}.k-upload .k-upload-files .k-file-icon-wrapper .k-file-state{position:absolute}.k-upload .k-upload-files .k-file-state{visibility:hidden}.k-upload .k-upload-files .k-file-info{min-height:32px;display:block;overflow:hidden;flex:1 0 0}.k-upload .k-multiple-files-wrapper,.k-upload .k-file-single>.k-file-info{margin-inline-start:var(--kendo-spacing-2, .5rem);min-height:32px;display:block;overflow:hidden;flex:1 0 0}.k-upload .k-multiple-files-wrapper .k-file-info{margin-bottom:var(--kendo-spacing-3, .75rem);display:block}.k-upload .k-multiple-files-wrapper .k-file-summary{margin-top:calc(var(--kendo-spacing-3, .75rem) / 3 * -1)}.k-upload .k-progressbar{--kendo-progressbar-height: 2px;position:absolute;left:var(--kendo-spacing-2, .5rem);right:var(--kendo-spacing-2, .5rem);bottom:calc(var(--kendo-spacing-2, .5rem) / 2);width:auto}.k-upload .k-actions,.k-upload .k-edit-buttons,.k-upload .k-action-buttons,.k-upload .k-columnmenu-actions,.k-upload .k-form-buttons{border-top-width:1px}.k-upload-button-wrap{position:relative;direction:ltr}.k-upload-button-wrap input{font:170px monospace!important;margin:0;padding:0;width:100%;height:100%;opacity:0;cursor:pointer;position:absolute;bottom:0;right:0;z-index:1}.k-upload-button-wrap input[disabled],.k-upload-button-wrap input.k-disabled{visibility:hidden}.k-upload{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-upload .k-dropzone,.k-upload .k-upload-dropzone{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface, #fafafa)}.k-upload .k-dropzone.k-hover,.k-upload .k-upload-dropzone.k-hover{background-color:var(--kendo-color-base-hover, #ebebeb)}.k-upload .k-dropzone .k-dropzone-hint,.k-upload .k-upload-dropzone .k-dropzone-hint{color:var(--kendo-color-subtle, #666666)}.k-upload .k-upload-files,.k-upload .k-file{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-upload .k-file.k-focus{box-shadow:inset 0 0 0 2px #00000021}.k-upload .k-file .k-upload-action.k-focus{box-shadow:0 0 0 2px #00000021}.k-upload .k-upload-status{color:var(--kendo-color-subtle, #666666)}.k-upload .k-file-progress .k-progressbar .k-selected{background-color:#0d5c7e}.k-upload .k-file-success .k-file-validation-message{color:#48f76e}.k-upload .k-file-success .k-progressbar .k-selected{background-color:#48f76e}.k-upload .k-file-error .k-file-validation-message{color:#d63232}.k-upload .k-file-error .k-progressbar .k-selected{background-color:#d63232}.k-upload .k-file-icon-wrapper{color:var(--kendo-color-subtle, #666666);border-color:var(--kendo-color-subtle, #666666)}.k-upload .k-file-size,.k-upload .k-file-validation-message,.k-upload .k-file-summary{color:var(--kendo-color-subtle, #666666)}.k-upload .k-multiple-files-wrapper .k-file-summary{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-upload.k-invalid,.k-upload.ng-invalid.ng-touched,.k-upload.ng-invalid.ng-dirty{border-color:var(--kendo-color-error, #f31700)}.k-color-preview{width:100%;height:100%;border-width:1px;border-radius:var(--kendo-border-radius-md, .25rem);box-sizing:border-box;border-style:solid;display:inline-flex;flex-flow:row nowrap;position:relative;overflow:hidden}.k-color-preview *,.k-color-preview *:before,.k-color-preview *:after{box-sizing:border-box}.k-coloreditor-current-color{cursor:pointer}.k-icon-color-preview{border-width:0;border-radius:0;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:2px}.k-icon-color-preview .k-color-preview-mask{width:14px;height:2px}.k-color-preview-mask{width:100%;height:100%;position:relative}.k-color-preview-mask:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC);background-size:contain;background-position:0 0}.k-no-color .k-color-preview-mask:before{content:"";background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='var%28--kendo-color-error, %23f31700%29' stroke-width='1'/%3e%3c/svg%3e");background-size:100% 100%;background-position:0 0}.k-color-preview,.k-color-preview:hover,.k-color-preview.k-hover{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-colorpalette{border-width:0;box-sizing:border-box;outline:0;font-size:var(--kendo-font-size, inherit);font-family:var(--kendo-font-family, inherit);line-height:0;display:inline-flex;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-colorpalette *,.k-colorpalette *:before,.k-colorpalette *:after{box-sizing:border-box}.k-colorpalette-table{width:100%;height:100%;border-collapse:collapse;position:relative}.k-colorpalette-tile{width:var(--kendo-spacing-6, 1.5rem);height:var(--kendo-spacing-6, 1.5rem);box-sizing:border-box;overflow:hidden;cursor:pointer}.k-colorpalette-tile:hover,.k-colorpalette-tile.k-hover{position:relative;z-index:101}.k-colorpalette-tile:focus,.k-colorpalette-tile.k-focus,.k-colorpalette-tile.k-selected,.k-colorpalette-tile.k-selected:hover{position:relative;z-index:100}.k-colorpalette-sm .k-colorpalette-tile{width:var(--kendo-spacing-5\.5, 1.375rem);height:var(--kendo-spacing-5\.5, 1.375rem)}.k-colorpalette-md .k-colorpalette-tile{width:var(--kendo-spacing-6, 1.5rem);height:var(--kendo-spacing-6, 1.5rem)}.k-colorpalette-lg .k-colorpalette-tile{width:var(--kendo-spacing-8, 2rem);height:var(--kendo-spacing-8, 2rem)}.k-colorpalette-tile:focus,.k-colorpalette-tile.k-focus{box-shadow:0 0 3px 1px #0000004d,inset 0 0 0 1px #ffffff80}.k-colorpalette-tile:hover,.k-colorpalette-tile.k-hover{box-shadow:0 0 3px 1px #0000004d,inset 0 0 0 1px #fffc}.k-colorpalette-tile.k-selected,.k-colorpalette-tile.k-selected:hover{box-shadow:0 1px 3px 1px #0000004d,inset 0 0 0 1px #fff}.k-slider{border:0;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);background:none;display:inline-flex;align-items:center;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-slider *,.k-slider *:before,.k-slider *:after{box-sizing:border-box}.k-slider .k-label{width:auto;font-size:.92em;line-height:1;white-space:nowrap;position:absolute}.k-slider .k-tick,.k-slider .k-slider-track{cursor:pointer}.k-slider .k-tick{background-color:transparent;background-position:center center;background-repeat:no-repeat;margin:0;padding:0;position:relative}.k-slider.k-disabled .k-tick,.k-slider.k-disabled .k-slider-track,.k-slider.k-disabled .k-draghandle{cursor:default}.k-slider{width:min-content;height:min-content;gap:7px}.k-slider .k-button{flex:none}.k-slider .k-slider-track-wrap{flex:1 1 auto;display:flex;flex-flow:inherit;position:relative;touch-action:none}.k-slider .k-slider-track-wrap .k-slider-items{margin:0;padding:0;list-style:none;flex:1 1 100%;display:flex;flex-flow:inherit;justify-content:space-between;-webkit-user-select:none;user-select:none}.k-slider .k-slider-track-wrap .k-tick{flex:0 0 1px}.k-slider .k-slider-track-wrap .k-tick-horizontal{width:1px;min-height:100%}.k-slider .k-slider-track-wrap .k-tick-vertical{width:100%;min-height:1px}.k-slider .k-slider-track-wrap .k-draghandle{position:absolute}.k-slider-horizontal .k-slider-track-wrap{height:26px}.k-slider-horizontal .k-slider-track-wrap .k-slider-track{width:100%}.k-slider-horizontal .k-slider-track-wrap .k-draghandle{top:50%;transform:translate(-50%,-50%)}.k-slider-horizontal .k-slider-track-wrap .k-draghandle:focus,.k-slider-horizontal .k-slider-track-wrap .k-draghandle:active{transform:translate(-50%,-50%) scale(1)}.k-slider-horizontal .k-slider-track-wrap .k-slider-selection{width:calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);inset-inline-start:calc(var(--kendo-slider-start, 0) * 1%)}.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start{inset-inline-start:calc(var(--kendo-slider-start, 0) * 1%)}.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end{inset-inline-start:calc(var(--kendo-slider-end, 0) * 1%)}.k-slider-vertical .k-slider-track-wrap{width:26px}.k-slider-vertical .k-slider-track-wrap .k-slider-track{height:100%}.k-slider-vertical .k-slider-track-wrap .k-draghandle{left:50%;transform:translate(-50%,50%)}.k-slider-vertical .k-slider-track-wrap .k-draghandle:focus,.k-slider-vertical .k-slider-track-wrap .k-draghandle:active{transform:translate(-50%,50%) scale(1)}.k-slider-vertical .k-slider-track-wrap .k-slider-selection{bottom:calc(var(--kendo-slider-start, 0) * 1%);height:calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%)}.k-slider-vertical .k-slider-track-wrap .k-draghandle-start{bottom:calc(var(--kendo-slider-start, 0) * 1%)}.k-slider-vertical .k-slider-track-wrap .k-draghandle-end{bottom:calc(var(--kendo-slider-end, 0) * 1%)}.k-slider-vertical{height:200px;flex-flow:column-reverse nowrap}.k-slider-vertical .k-tick{text-align:end;margin-left:2px}.k-slider-vertical .k-slider-topleft .k-tick{text-align:start}.k-slider-vertical .k-tick{background-position:-94px center}.k-slider-vertical .k-slider-topleft .k-tick{background-position:-124px center}.k-slider-vertical .k-slider-bottomright .k-tick{background-position:-154px center}.k-slider-vertical .k-tick-large{display:flex;align-items:center;background-position:-4px center}.k-slider-vertical .k-slider-topleft .k-tick-large{background-position:-34px center}.k-slider-vertical .k-slider-bottomright .k-tick-large{background-position:-64px center}.k-slider-vertical .k-first{background-position:-94px 100%}.k-slider-vertical .k-tick-large.k-first{background-position:-4px 100%}.k-slider-vertical .k-slider-topleft .k-first{background-position:-124px 100%}.k-slider-vertical .k-slider-topleft .k-tick-large.k-first{background-position:-34px 100%}.k-slider-vertical .k-slider-bottomright .k-first{background-position:-154px 100%}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first{background-position:-64px 100%}.k-slider-vertical .k-last{background-position:-94px 0}.k-slider-vertical .k-tick-large.k-last{background-position:-4px 0}.k-slider-vertical .k-slider-topleft .k-last{background-position:-124px 0}.k-slider-vertical .k-slider-topleft .k-tick-large.k-last{background-position:-34px 0}.k-slider-vertical .k-slider-bottomright .k-last{background-position:-154px 0}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last{background-position:-64px 0}.k-slider-vertical .k-label{text-align:start;inset-inline-start:120%;top:50%;transform:translateY(-50%)}.k-slider-vertical .k-first .k-label{top:100%}.k-slider-vertical .k-last .k-label{top:0}.k-slider-vertical .k-slider-topleft .k-label{inset-inline-start:auto;inset-inline-end:120%}.k-slider-horizontal{width:200px;flex-flow:row nowrap}.k-slider-horizontal .k-tick{background-position:center -92px}.k-slider-horizontal .k-slider-topleft .k-tick{background-position:center -122px}.k-slider-horizontal .k-slider-bottomright .k-tick{background-position:center -152px}.k-slider-horizontal .k-tick-large{background-position:center -2px}.k-slider-horizontal .k-slider-topleft .k-tick-large{background-position:center -32px}.k-slider-horizontal .k-slider-bottomright .k-tick-large{background-position:center -62px}.k-slider-horizontal .k-first{background-position:0 -92px}.k-slider-horizontal .k-tick-large.k-first{background-position:0 -2px}.k-slider-horizontal .k-slider-topleft .k-first{background-position:0 -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first{background-position:0 -32px}.k-slider-horizontal .k-slider-bottomright .k-first{background-position:0 -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first{background-position:0 -62px}.k-slider-horizontal .k-last{background-position:100% -92px}.k-slider-horizontal .k-tick-large.k-last{background-position:100% -2px}.k-slider-horizontal .k-slider-topleft .k-last{background-position:100% -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last{background-position:100% -32px}.k-slider-horizontal .k-slider-bottomright .k-last{background-position:100% -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last{background-position:100% -62px}.k-slider-horizontal .k-label{inset-inline-start:50%;bottom:-1.2em;transform:translate(-50%)}.k-slider-horizontal .k-first .k-label{inset-inline-start:0}.k-slider-horizontal .k-last .k-label{inset-inline-start:100%}.k-slider-horizontal .k-slider-topleft .k-label{top:-1.2em}.k-slider-track,.k-slider-selection{margin:0;padding:0;position:absolute}.k-slider-horizontal :is(.k-slider-track,.k-slider-selection){height:4px;left:0;margin-top:-2px;top:50%}.k-slider-vertical :is(.k-slider-track,.k-slider-selection){bottom:0;left:50%;margin-left:-2px;width:4px}.k-draghandle{background-color:transparent;background-repeat:no-repeat;border-style:solid;border-width:1px;outline:0;position:absolute;text-align:center;text-decoration:none;width:14px;height:14px}.k-draghandle.k-pressed,.k-slider-selection.k-pressed{transition:none}.k-slider-transitions.k-slider-horizontal .k-draghandle{transition:inset-inline-start .3s ease-out,background-color .3s ease-out,transform .4s cubic-bezier(.25,.8,.25,1)}.k-slider-transitions.k-slider-horizontal .k-slider-selection{transition:width .3s ease-out}.k-slider-transitions.k-slider-vertical .k-draghandle{transition:bottom .3s ease-out,background-color .3s ease-out,transform .4s cubic-bezier(.25,.8,.25,1)}.k-slider-transitions.k-slider-vertical .k-slider-selection{transition:height .3s ease-out}.k-slider.k-readonly .k-button,.k-slider.k-readonly .k-slider-track,.k-slider.k-readonly .k-tick,.k-slider.k-readonly .k-draghandle{pointer-events:none}.k-slider-tooltip .k-callout-n,.k-slider-tooltip .k-callout-s{margin-inline-start:-6px / 2}.k-slider-tooltip .k-callout-w,.k-slider-tooltip .k-callout-e{margin-top:-6px / 2}.k-slider-rtl.k-slider-horizontal .k-draghandle,.k-slider-horizontal.k-slider[dir=rtl] .k-draghandle,[dir=rtl] .k-slider-horizontal.k-slider .k-draghandle,.k-slider-horizontal.k-slider.k-rtl .k-draghandle,.k-rtl .k-slider-horizontal.k-slider .k-draghandle{transform:translate(50%,-50%)}.k-slider-rtl.k-slider-horizontal .k-draghandle:focus,.k-slider-horizontal.k-slider[dir=rtl] .k-draghandle:focus,[dir=rtl] .k-slider-horizontal.k-slider .k-draghandle:focus,.k-slider-horizontal.k-slider.k-rtl .k-draghandle:focus,.k-rtl .k-slider-horizontal.k-slider .k-draghandle:focus,.k-slider-rtl.k-slider-horizontal .k-draghandle:active,.k-slider-horizontal.k-slider[dir=rtl] .k-draghandle:active,[dir=rtl] .k-slider-horizontal.k-slider .k-draghandle:active,.k-slider-horizontal.k-slider.k-rtl .k-draghandle:active,.k-rtl .k-slider-horizontal.k-slider .k-draghandle:active{transform:translate(50%,-50%) scale(1)}.k-slider-rtl.k-slider-horizontal .k-label,.k-slider-horizontal.k-slider[dir=rtl] .k-label,[dir=rtl] .k-slider-horizontal.k-slider .k-label,.k-slider-horizontal.k-slider.k-rtl .k-label,.k-rtl .k-slider-horizontal.k-slider .k-label{transform:translate(50%)}.k-slider kendo-resize-sensor{position:absolute}.k-slider{color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-slider .k-slider-track,.k-slider .k-slider-selection{border-radius:var(--kendo-border-radius-md, .25rem)}.k-slider .k-slider-track{background-color:var(--kendo-color-base-emphasis, #c2c2c2)}.k-slider .k-slider-selection{background-color:var(--kendo-color-primary, #ff6358)}.k-slider .k-draghandle{border-color:var(--kendo-color-primary, #ff6358);color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358);border-radius:50%}.k-slider .k-draghandle:hover,.k-slider .k-draghandle.k-hover{border-color:var(--kendo-color-primary, #ff6358);background-color:var(--kendo-color-primary-hover, #ea5a51)}.k-slider .k-draghandle:active,.k-slider .k-draghandle.k-active,.k-slider .k-draghandle.k-pressed{border-color:var(--kendo-color-primary-active, #d45349);background-color:var(--kendo-color-primary-active, #d45349)}.k-slider .k-draghandle:focus,.k-slider .k-draghandle.k-focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-primary, #ff6358) 30%,transparent)}.k-slider.k-focus .k-draghandle{box-shadow:0 0 0 2px color-mix(in srgb,var(--kendo-color-primary, #ff6358) 30%,transparent)}.k-slider-horizontal .k-tick{background-image:url(data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7)}.k-slider-vertical .k-tick{background-image:url(data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7)}.k-colorgradient{border-radius:var(--kendo-border-radius-md, .25rem);width:272px;padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-3, .75rem);border-style:solid;border-width:1px;box-sizing:border-box;outline:0;font-size:var(--kendo-font-size, inherit);font-family:var(--kendo-font-family, inherit);line-height:var(--kendo-line-height, normal);display:flex;flex-direction:column;align-items:stretch;gap:var(--kendo-spacing-3, .75rem);-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-colorgradient *,.k-colorgradient *:before,.k-colorgradient *:after{box-sizing:border-box}.k-colorgradient-canvas{gap:var(--kendo-spacing-3, .75rem)}.k-colorgradient-canvas .k-hsv-rectangle{border-radius:var(--kendo-border-radius-md, .25rem);position:relative;flex:1 1 auto;-webkit-user-select:none;user-select:none}.k-colorgradient-canvas .k-hsv-gradient{border-radius:var(--kendo-border-radius-md, .25rem);height:180px}.k-colorgradient-canvas .k-hsv-draghandle{margin-top:-7px;margin-left:-7px;position:absolute;top:50%;left:50%;z-index:1;cursor:pointer}.k-colorgradient-canvas .k-hsv-controls{position:relative;flex-shrink:0;gap:var(--kendo-spacing-3, .75rem)}.k-colorgradient-canvas.k-vstack,.k-colorgradient-canvas.k-vbox{padding-inline:8px}.k-colorgradient .k-draghandle{border-radius:50%;width:14px;height:14px;border-width:1px;border-style:solid;outline-width:1px;outline-style:solid;box-sizing:border-box}.k-colorgradient-slider.k-slider-vertical{width:10px;height:180px;flex:0 0 10px}.k-colorgradient-slider.k-slider-vertical .k-slider-track{width:10px;border-radius:10px;margin-left:-5px}.k-colorgradient-slider.k-slider-horizontal{width:100%;height:10px;flex:0 0 10px}.k-colorgradient-slider.k-slider-horizontal .k-slider-track{height:10px;border-radius:10px;margin-top:-5px}.k-colorgradient-slider.k-alpha-slider .k-slider-track:before{content:"";width:100%;height:100%;display:block;border-radius:10px;position:relative;z-index:-1}.k-colorgradient-slider .k-slider-track-wrap{z-index:1}.k-colorgradient-slider .k-slider-selection{display:none}.k-colorgradient-slider .k-draghandle{border-width:3px}.k-colorgradient-sm{width:252px;gap:var(--kendo-spacing-3, .75rem);padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-colorgradient-sm .k-colorgradient-inputs .k-numerictextbox{width:42px}.k-colorgradient-sm .k-colorgradient-canvas{gap:var(--kendo-spacing-3, .75rem)}.k-colorgradient-sm .k-colorgradient-canvas .k-hsv-gradient,.k-colorgradient-sm .k-colorgradient-canvas .k-slider-vertical{height:180px}.k-colorgradient-sm .k-colorgradient-canvas .k-hsv-controls{gap:var(--kendo-spacing-3, .75rem)}.k-colorgradient-md{width:272px;gap:var(--kendo-spacing-3, .75rem);padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-colorgradient-md .k-colorgradient-inputs .k-numerictextbox{width:46px}.k-colorgradient-md .k-colorgradient-canvas{gap:var(--kendo-spacing-3, .75rem)}.k-colorgradient-md .k-colorgradient-canvas .k-hsv-gradient,.k-colorgradient-md .k-colorgradient-canvas .k-slider-vertical{height:180px}.k-colorgradient-md .k-colorgradient-canvas .k-hsv-controls{gap:var(--kendo-spacing-3, .75rem)}.k-colorgradient-lg{width:362px;gap:var(--kendo-spacing-4\.5, 1.125rem);padding-block:var(--kendo-spacing-4\.5, 1.125rem);padding-inline:var(--kendo-spacing-4\.5, 1.125rem)}.k-colorgradient-lg .k-colorgradient-inputs .k-numerictextbox{width:62px}.k-colorgradient-lg .k-colorgradient-canvas{gap:var(--kendo-spacing-4\.5, 1.125rem)}.k-colorgradient-lg .k-colorgradient-canvas .k-hsv-gradient,.k-colorgradient-lg .k-colorgradient-canvas .k-slider-vertical{height:268px}.k-colorgradient-lg .k-colorgradient-canvas .k-hsv-controls{gap:var(--kendo-spacing-4\.5, 1.125rem)}.k-colorgradient-inputs{gap:var(--kendo-spacing-2, .5rem)}.k-colorgradient-inputs .k-colorgradient-input-label{text-transform:uppercase}.k-colorgradient-inputs>.k-vstack,.k-colorgradient-inputs>.k-vbox{gap:calc(var(--kendo-spacing-3, .75rem) / 3)}.k-colorgradient-inputs .k-numerictextbox{width:46px}.k-colorgradient-inputs .k-input-inner{padding-inline-start:2px;padding-inline-end:2px;text-align:center;text-overflow:clip}.k-colorgradient-color-contrast>div{display:flex;flex-flow:row nowrap;gap:calc(var(--kendo-spacing-3, .75rem) / 1.5)}.k-colorgradient-color-contrast .k-contrast-ratio{margin-bottom:calc(var(--kendo-spacing-3, .75rem) / 1.5)}.k-colorgradient-color-contrast .k-contrast-ratio-text{font-weight:var(--kendo-font-weight-bold, normal)}.k-colorgradient-color-contrast .k-contrast-validation{display:inline-flex;align-items:center;gap:calc(calc(var(--kendo-spacing-3, .75rem) / 1.5) / 2)}.k-colorgradient-color-contrast .k-contrast-validation .k-icon{vertical-align:middle}.k-colorgradient-color-contrast .k-contrast-validation .k-icon+.k-icon,.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host+.k-icon-wrapper-host .k-icon{margin-inline-start:-13px}.k-color-contrast-svg{position:absolute;top:0;left:0;overflow:visible;pointer-events:none}.k-colorgradient{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--secondary-color);background-color:var(--secondary-background-color)}.k-colorgradient:focus,.k-colorgradient.k-focus{box-shadow:var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .12))}.k-colorgradient-canvas .k-hsv-gradient{background:linear-gradient(to bottom,#0000,#000),linear-gradient(to right,#fff,#fff0)}.k-colorgradient .k-draghandle{border-color:#fffc;background-color:transparent;outline-color:#000;box-shadow:var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .12))}.k-colorgradient .k-draghandle:focus,.k-colorgradient .k-draghandle.k-focus{border-color:#fff;background-color:transparent;outline-color:#000;box-shadow:var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .12))}.k-colorgradient .k-draghandle:hover,.k-colorgradient .k-draghandle.k-hover,.k-colorgradient .k-draghandle.k-active,.k-colorgradient .k-draghandle:active{border-color:#fff;background-color:transparent;outline-color:#000}.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track{background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track{background:linear-gradient(to top,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.k-colorgradient-slider.k-alpha-slider .k-slider-track:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC) center repeat}.k-colorgradient-input-label{color:var(--secondary-color)}.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,[dir=rtl] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track{background:linear-gradient(to left,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.k-flex-1{flex:1 1 0%}.\!k-flex-1{flex:1 1 0%!important}.k-flex-auto{flex:1 1 auto}.\!k-flex-auto{flex:1 1 auto!important}.k-flex-initial{flex:0 1 auto}.\!k-flex-initial{flex:0 1 auto!important}.k-flex-none{flex:none}.\!k-flex-none{flex:none!important}.k-align-self-auto{align-self:auto}.\!k-align-self-auto{align-self:auto!important}.k-align-self-normal{align-self:normal}.\!k-align-self-normal{align-self:normal!important}.k-align-self-stretch{align-self:stretch}.\!k-align-self-stretch{align-self:stretch!important}.k-align-self-center{align-self:center}.\!k-align-self-center{align-self:center!important}.k-align-self-start{align-self:start}.\!k-align-self-start{align-self:start!important}.k-align-self-end{align-self:end}.\!k-align-self-end{align-self:end!important}.k-align-self-flex-start{align-self:flex-start}.\!k-align-self-flex-start{align-self:flex-start!important}.k-align-self-flex-end{align-self:flex-end}.\!k-align-self-flex-end{align-self:flex-end!important}.k-align-self-baseline{align-self:baseline}.\!k-align-self-baseline{align-self:baseline!important}.k-align-self-first-baseline{align-self:first baseline}.\!k-align-self-first-baseline{align-self:first baseline!important}.k-align-self-last-baseline{align-self:last baseline}.\!k-align-self-last-baseline{align-self:last baseline!important}.k-align-self-self-start{align-self:self-start}.\!k-align-self-self-start{align-self:self-start!important}.k-align-self-self-end{align-self:self-end}.\!k-align-self-self-end{align-self:self-end!important}.k-coloreditor{border-radius:var(--kendo-border-radius-md, .25rem);min-width:272px;border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-size:var(--kendo-font-size, inherit);font-family:var(--kendo-font-family, inherit);line-height:var(--kendo-line-height, normal);display:inline-flex;flex-direction:column;align-items:stretch}.k-coloreditor *,.k-coloreditor *:before,.k-coloreditor *:after{box-sizing:border-box}.k-coloreditor-header{padding:var(--kendo-spacing-3, .75rem) var(--kendo-spacing-3, .75rem) 0}.k-coloreditor-header-actions{gap:var(--kendo-spacing-2, .5rem)}.k-coloreditor-preview{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:center;gap:var(--kendo-spacing-1, .25rem);position:relative;z-index:1}.k-coloreditor-preview .k-color-preview{width:32px;height:12px}.k-coloreditor-sm{min-width:252px}.k-coloreditor-sm .k-coloreditor-header{padding:var(--kendo-spacing-3, .75rem) var(--kendo-spacing-3, .75rem) 0}.k-coloreditor-sm .k-coloreditor-views{padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-coloreditor-sm .k-coloreditor-preview{gap:var(--kendo-spacing-0\.5, .125rem)}.k-coloreditor-sm .k-coloreditor-preview .k-color-preview{width:34px;height:12px}.k-coloreditor-md{min-width:272px}.k-coloreditor-md .k-coloreditor-header{padding:var(--kendo-spacing-3, .75rem) var(--kendo-spacing-3, .75rem) 0}.k-coloreditor-md .k-coloreditor-views{padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-3, .75rem)}.k-coloreditor-md .k-coloreditor-preview{gap:var(--kendo-spacing-1, .25rem)}.k-coloreditor-md .k-coloreditor-preview .k-color-preview{width:32px;height:12px}.k-coloreditor-lg{min-width:362px}.k-coloreditor-lg .k-coloreditor-header{padding:var(--kendo-spacing-4\.5, 1.125rem) var(--kendo-spacing-4\.5, 1.125rem) 0}.k-coloreditor-lg .k-coloreditor-views{padding-block:var(--kendo-spacing-4\.5, 1.125rem);padding-inline:var(--kendo-spacing-4\.5, 1.125rem)}.k-coloreditor-lg .k-coloreditor-preview{gap:var(--kendo-spacing-1, .25rem)}.k-coloreditor-lg .k-coloreditor-preview .k-color-preview{width:44px;height:16px}.k-coloreditor-views{min-width:calc(var(--kendo-color-preview-width, var(--kendo-spacing-6, 1.5rem)) * var(--kendo-color-preview-columns, 10));padding-block:var(--kendo-spacing-3, .75rem);padding-inline:var(--kendo-spacing-3, .75rem);gap:var(--kendo-spacing-3, .75rem)}.k-coloreditor-views .k-colorgradient{padding:0;width:auto;border-width:0}.k-coloreditor-views .k-colorgradient:focus,.k-coloreditor-views .k-colorgradient.k-focus{outline:2px dotted;outline-offset:4px;border-radius:0}.k-coloreditor-views .k-colorpalette{align-self:center}.k-coloreditor-footer.k-actions,.k-coloreditor-footer.k-edit-buttons,.k-coloreditor-footer.k-action-buttons,.k-coloreditor-footer.k-columnmenu-actions,.k-coloreditor-footer.k-form-buttons{margin:0}.k-coloreditor{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-coloreditor .k-colorgradient:focus,.k-coloreditor .k-colorgradient.k-focus{box-shadow:none;outline-color:#0000004d}.k-color-picker,.k-colorpicker{width:min-content}.k-editor{border-width:1px;border-style:solid;box-sizing:border-box;outline:0;font-family:var(--kendo-font-family, inherit);font-size:var(--kendo-font-size, inherit);line-height:var(--kendo-line-height, normal);display:flex;flex-flow:column nowrap;position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-editor.k-readonly .k-editor-content{pointer-events:auto}.k-editor.k-readonly .k-editor-content.k-focus{outline-width:1px;outline-style:dashed}.k-editor-inline{border-radius:var(--kendo-border-radius-md, .25rem);padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-1, .25rem);border:1px solid transparent;word-wrap:break-word;overflow:auto;background:none}.k-editor-resizable{resize:both;overflow:auto}.k-editor-resize-handles-wrapper{position:absolute;visibility:hidden}.k-editor-resize-wrap-element{display:inline-block;position:relative}.k-editor-resize-handle{width:8px;height:8px;border-width:1px;border-style:solid;box-sizing:border-box;position:absolute;visibility:visible;z-index:100}.k-editor-resize-handle.northwest{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.k-editor-resize-handle.north{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.k-editor-resize-handle.northeast{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.k-editor-resize-handle.southwest{left:0;bottom:0;transform:translate(-50%,50%);cursor:sw-resize}.k-editor-resize-handle.south{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.k-editor-resize-handle.southeast{right:0;bottom:0;transform:translate(50%,50%);cursor:se-resize}.k-editor-resize-handle.west{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.k-editor-resize-handle.east{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ProseMirror-selectednode{outline-width:2px;outline-style:solid}.ProseMirror-hideselection{caret-color:transparent}.ProseMirror-hideselection *::selection,.ProseMirror-hideselection *::-moz-selection{background:transparent}.k-editor-toolbar{border-width:0 0 1px;flex-shrink:0}.k-editor-toolbar .k-editor-export .k-icon{margin-right:.25em}.k-editor-toolbar .k-editor-export .k-icon,.k-editor-toolbar .k-editor-export .k-export-tool-text{vertical-align:middle}.k-editor-content{flex:1 1 auto;overflow-y:auto}.k-editor-content>.k-iframe{width:100%;height:100%;border-width:0;display:block}.k-editor-content>.ProseMirror{padding:var(--kendo-spacing-2, .5rem);width:100%;height:100%;position:relative;box-sizing:border-box;outline:none;white-space:pre-wrap;overflow:auto}.k-editor-content>.ProseMirror table{white-space:pre-wrap}.k-editor-content>.ProseMirror .k-placeholder:before{content:attr(data-placeholder);height:0;color:var(--kendo-color-subtle, #666666);float:left;opacity:1;cursor:text;-webkit-user-select:none;user-select:none}.k-editor-content>.ProseMirror[contenteditable=false]{cursor:unset!important}.k-editor-content>.ProseMirror[contenteditable=false] .k-editor-resize-handles-wrapper,.k-editor-content>.ProseMirror[contenteditable=false] .k-editor-resize-handle,.k-editor-content>.ProseMirror[contenteditable=false] .row-resize-handle,.k-editor-content>.ProseMirror[contenteditable=false] .column-resize-handle{display:none}.k-editor-content>.ProseMirror[contenteditable=false] img,.k-editor-content>.ProseMirror[contenteditable=false] table{pointer-events:none}.k-editor-content>.ProseMirror[contenteditable=false] .ProseMirror-selectednode{outline:none}.k-editor-content p{margin:0 0 1rem}.k-editor-content td p,.k-editor-content th p,.k-editor-content li p{margin:0}.k-editor-content table{margin:0;border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.k-editor-content td,.k-editor-content th{min-width:1em;border:1px solid;padding-block:3px;padding-inline:5px;vertical-align:top;box-sizing:border-box;position:relative}.k-editor-content th{font-weight:700;text-align:start}.k-editor-content td{text-align:start}.k-editor-content .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;pointer-events:none}.k-edit-form-content{flex:1 1 auto;overflow:auto;margin-block:-var(--kendo-spacing-4,1rem);margin-inline:-var(--kendo-spacing-4,1rem);padding-block:var(--kendo-spacing-4, 1rem);padding-inline:var(--kendo-spacing-4, 1rem)}.k-ct-popup{box-sizing:border-box;width:190px;padding:5px}.k-ct-popup .k-button{width:100%}.k-ct-popup .k-ct-cell{margin:1px;width:20px;height:20px;box-sizing:border-box;border:1px solid;border-color:inherit;display:inline-block;vertical-align:top;overflow:hidden;opacity:.7;pointer-events:all}.k-editor .k-resize-handle{position:absolute;right:0;bottom:0;padding:0;width:0;height:0;border-style:solid;border-width:0 0 13px 13px;border-color:transparent;border-bottom-color:inherit;cursor:se-resize}.k-editor .k-resize-handle .k-i-arrow-45-down-right,.k-editor .k-resize-handle .k-i-caret-br{display:none}.k-editor-find-replace .k-content{position:relative}.k-editor-find-replace .k-actions,.k-editor-find-replace .k-edit-buttons,.k-editor-find-replace .k-action-buttons,.k-editor-find-replace .k-columnmenu-actions,.k-editor-find-replace .k-form-buttons{padding:0}.k-editor-find-replace .k-search-options{display:flex;flex-direction:column;padding:10px 0 40px}.k-editor-find-replace .k-matches-container{position:absolute;bottom:0;left:0;right:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.k-textarea.k-editor-textarea{width:100%;height:100%;resize:none}.k-filebrowser{max-width:100%}.k-filebrowser .k-floatwrap{display:flex}.k-filebrowser .k-floatwrap:after{display:none}.k-filebrowser .k-breadcrumbs{flex:1}.k-filebrowser .k-search-wrap{margin:0 0 0 var(--kendo-spacing-4, 1rem);width:150px;display:flex;align-items:center}.k-filebrowser .k-search-wrap .k-input{flex:1;width:100px}.k-filebrowser .k-search-wrap .k-icon{margin:0;position:static}.k-filebrowser .k-filebrowser-toolbar{margin:var(--kendo-spacing-4, 1rem) 0 0}.k-filebrowser .k-upload{padding:0;border-width:0;background:none}.k-filebrowser .k-upload .k-upload-button{margin:0}.k-filebrowser .k-upload .k-upload-status,.k-filebrowser .k-upload-files{display:none}.k-filebrowser .k-tiles{display:flex;flex-flow:row wrap;height:390px;max-height:50vh;margin:0 0 var(--kendo-spacing-4, 1rem);padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);border-top-width:0;overflow:auto}.k-filebrowser .k-tile{width:33%;height:90px;padding-block:var(--kendo-spacing-1, .25rem);padding-inline:var(--kendo-spacing-2, .5rem);box-sizing:border-box;white-space:nowrap;overflow:hidden;cursor:pointer;border-radius:var(--kendo-border-radius-md, .25rem)}.k-filebrowser .k-tile .k-i-file,.k-filebrowser .k-tile .k-i-folder{font-size:4em}.k-filebrowser .k-tile input{width:100px}.k-filebrowser .k-tile strong{display:block;font-weight:400;overflow:hidden;text-overflow:ellipsis}.k-filebrowser .k-tile-empty{display:block;margin:auto}.k-filebrowser .k-tile-empty.k-selected{color:inherit;border-width:0;background-image:none;background-color:transparent}.k-filebrowser .k-tile-empty strong{opacity:.5;font-size:3em;font-weight:400}.k-filebrowser .k-thumb{float:left;margin-right:var(--kendo-spacing-1, .25rem)}.k-filebrowser .k-breadcrumbs-wrap{position:absolute;left:var(--kendo-spacing-2, .5rem);top:var(--kendo-spacing-1, .25rem)}.k-filebrowser .k-breadcrumbs-wrap .k-icon{position:static;margin-top:0}.k-editor-table-wizard-window .k-tabstrip-wrapper{display:flex;flex:1 1 auto;overflow:auto}.k-editor-table-wizard-window .k-tabstrip-wrapper .k-tabstrip.k-root-tabs{flex:1 1 auto;margin-bottom:0}.k-editor-table-wizard-window .k-edit-field>.k-checkbox{position:relative}.k-editor-inline .k-table{width:100%;border-spacing:0;margin:0 0 1em}.k-editor-inline .k-table,.k-editor-inline .k-table td{outline:0;border-width:1px;border-style:dotted}.k-editor-inline .k-table td{min-width:1px;padding-block:var(--kendo-spacing-0\.5, .125rem);padding-inline:var(--kendo-spacing-1, .25rem)}.k-editor-inline .k-element-resize-handle-wrapper{position:absolute;width:5px;height:5px;border-width:1px;border-style:solid;z-index:100}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle{width:100%;height:100%}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-east{cursor:e-resize}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-north{cursor:n-resize}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northeast{cursor:ne-resize}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northwest{cursor:nw-resize}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-south{cursor:s-resize}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southeast{cursor:se-resize}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southwest{cursor:sw-resize}.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-west{cursor:w-resize}.k-editor-inline .k-column-resize-handle-wrapper{position:absolute;height:10px;width:10px;cursor:col-resize;z-index:2}.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle{width:100%;height:100%}.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker{width:2px;height:100%;margin-block:0;margin-inline:auto;display:none;opacity:.8}.k-editor-inline .k-row-resize-handle-wrapper{position:absolute;z-index:2;cursor:row-resize;width:10px;height:10px}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle{display:table;width:100%;height:100%}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper{display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker{display:none;margin:0;padding:0;width:100%;height:2px;opacity:.8}.k-editor{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-app-surface, #3d3d3d);background-color:var(--kendo-color-surface-alt, #ffffff)}.k-editor.k-readonly .k-editor-content.k-focus{outline-color:var(--kendo-color-on-app-surface, #3d3d3d)}.k-editor-inline .k-table,.k-editor-inline .k-table td{border-color:#ccc}.k-editor-inline .k-element-resize-handle-wrapper{background-color:#fff;border-color:#000}.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker,.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker{background-color:#00b0ff}.k-editor-inline:hover,.k-editor-inline.k-hover,.k-editor-inline.k-active{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08))}.k-editor-resize-handle{background-color:#fff;border-color:#000}.ProseMirror-selectednode{outline-color:#8cf}.k-ct-popup .k-selected{border-color:var(--kendo-color-border, rgba(0, 0, 0, .08));color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358);background-image:none}.k-editor-content .k-text-selected,.k-editor-content::selection{color:var(--kendo-color-on-primary, #ffffff);background-color:var(--kendo-color-primary, #ff6358)}.k-editor-content .k-text-highlighted{background-color:var(--kendo-color-primary-subtle, #ffeceb)}.k-editor-content td,.k-editor-content th{border-color:#ddd}.k-editor-content .selectedCell:after{background-color:#c8c8ff66}.k-treeview{color:var(--secondary-color)!important}.k-treeview-leaf:hover{background-color:var(--bg-color-hover)!important;color:var(--secondary-color)!important}.k-treeview-lines{border-bottom:1px solid rgba(135,135,135,.5019607843)}.k-treeview-lines>.k-treeview-item{border-top:1px solid rgba(135,135,135,.5019607843)}.k-treeview-lines>.k-treeview-item>div:first-of-type{font-weight:700}.k-treeview-lines .k-treeview-item{padding:5px 0 5px 25px!important}.k-treeview-lines .k-treeview-item .k-icon{margin-left:-20px!important}.k-treeview-lines .k-treeview-top,.k-treeview-lines .k-treeview-mid,.k-treeview-lines .k-treeview-bot{margin-left:15px}.points-grid th.k-header.k-hierarchy-cell.k-header,.points-grid col:nth-child(1),.points-grid td:nth-child(1),.twint-grid th.k-header.k-hierarchy-cell.k-header,.twint-grid col:nth-child(1),.twint-grid td:nth-child(1){display:none}.points-grid .point-products-grid td.k-table-td,.twint-grid .site-points-grid td.k-table-td{display:table-cell}.k-grid{background-color:var(--primary-background-color)!important}.k-grid .k-table{color:var(--secondary-color);width:100%!important}.k-grid .k-table-tbody .k-table-row.k-detail-row:hover{background-color:var(--primary-background-color)!important}.k-grid .k-table-tbody>.k-table-row:hover{background-color:var(--bg-color-hover)!important}.k-grid .k-table-row.k-selected>*{background-color:var(--bg-color-selected)!important}.k-grid .k-table-row.k-selected>*:before{background-color:inherit!important}.k-grid .k-table-row.k-table-alt-row{background-color:var(--primary-background-color)!important}.k-grid .k-grid-content{overflow-y:auto;background-color:var(--primary-background-color);color:var(--secondary-color)}.k-grid .k-grid-content td{white-space:nowrap;cursor:default}.k-grid .k-grid-content td.text-center{text-align:center}.k-grid .k-grid-content td.text-center .MuiSvgIcon-root{color:#343a40}.k-grid .k-grid-content td.text-center .MuiSvgIcon-root.MuiSvgIcon-colorSuccess{color:#62b01e!important}.k-grid .k-grid-content td.text-center .MuiSvgIcon-root.MuiSvgIcon-colorError{color:#db062b!important}.k-grid .k-grid-content td.custom-column{cursor:pointer}.k-grid .k-grid-content .k-sorted:not(th){background-color:var(--primary-background-color)}.k-grid .k-grid-content .k-master-row.k-selected .MuiIconButton-root{color:#343a40}.k-grid .k-grid-content .k-master-row:hover td.k-selected:before{background-color:inherit}.k-grid .k-grid-content .k-hierarchy-cell .k-icon{color:var(--secondary-color)}.k-grid .k-grid-content .k-hierarchy-cell .k-icon.k-i-plus:before{content:""}.k-grid .k-grid-content .k-hierarchy-cell .k-icon.k-i-minus:before{content:""}.k-grid .k-grid-header .k-table-thead{background-color:transparent!important}.k-grid .k-grid-header .k-header{font-weight:700}.k-grid .k-grid-header .k-header .k-checkbox{border-color:var(--text-color)!important;background-color:var(--background-header)!important}.k-grid .k-grid-header .k-header .\!k-cursor-default{cursor:default}.k-grid .k-grid-header .k-sort-icon{color:var(--app-primary-color)!important}.k-grid.indeterminate .k-grid-header .k-header .k-checkbox:after{content:"–";display:flex;justify-content:center;font-weight:700;color:var(--text-color);transform:translateY(-100%);-webkit-font-smoothing:antialiased}.k-grid.row-selection .k-grid-content td{cursor:pointer}.k-grid.row-selection-revert .k-grid-content td{cursor:default}.k-grid.no-scrollable .k-grid-header{padding-inline-end:0}.k-grid.no-records{overflow-x:auto}.k-grid.no-records .k-grid-aria-root{width:fit-content}.k-grid .k-grid-column-menu:hover{background-color:transparent!important}.k-grid .k-grid-column-menu:focus{box-shadow:none!important}.k-grid .k-grid-column-menu .k-i-filter:before{content:""}.k-grid .k-pager{color:var(--secondary-color);background-color:var(--primary-background-color);white-space:break-spaces;flex-wrap:wrap;border-width:1px 0 0;border-color:inherit}.k-grid .k-pager .k-picker{box-shadow:none}.k-grid .k-pager .k-button-solid-base,.k-grid .k-pager .k-picker-solid:hover{background-color:var(--secondary-background-color)!important}.k-grid .k-pager .k-button-flat-primary{color:var(--secondary-color);font-size:12px}.k-grid .k-pager .k-button-flat-primary.k-selected{background-color:#e8e8e8;color:var(--secondary-color)}.k-grid .k-pager .k-button-flat-primary:not(.k-selected){font-weight:400}.k-grid .k-pager .k-button-flat-primary:hover:not(.k-selected){background-color:#fff}.k-grid .k-pager .k-button-flat-primary:focus:after{content:none}.k-grid .k-master-row{min-height:52px;height:52px}.k-grid .k-master-row.k-grid-edit-row .k-input-inner{padding:4px 8px!important}.k-grid .k-grid-norecords-template{background-color:transparent;border:none;padding-block:8px;height:inherit;min-width:25vw}.k-columnmenu-item:hover{box-shadow:none!important;color:var(--secondary-color)!important;background-color:var(--bg-color-hover)!important}.k-columnmenu-item.k-selected{color:inherit!important;box-shadow:none!important}.k-columnmenu-item:focus{box-shadow:none!important}.k-column-list-item:hover{background-color:var(--bg-color-hover);color:var(--text-color)}.k-popup{color:var(--secondary-color)!important;background-color:var(--secondary-background-color)!important}.k-animation-container{font-family:Open Sans-regular}.k-animation-container .k-checkbox{margin-right:5px}.k-animation-container .k-button{border-color:#e8e8e8!important}.k-animation-container .k-button:hover{background-color:var(--bg-color-hover)}.k-animation-container .k-button:active{background-color:var(--bg-color-selected)}.k-animation-container .k-button:focus{box-shadow:none}.k-animation-container .k-button-solid-primary,.k-animation-container .k-button-primary,.k-animation-container .k-button-solid-base.k-selected{background-color:var(--app-primary-color)!important;border-color:var(--app-primary-color)!important;color:var(--text-hover-color)!important}.k-animation-container .k-button-solid-primary:hover,.k-animation-container .k-button-primary:hover,.k-animation-container .k-button-solid-base.k-selected:hover{background-color:var(--button-hover-color);border-color:var(--button-hover-color)!important}.k-animation-container .k-button-solid-primary:active,.k-animation-container .k-button-primary:active,.k-animation-container .k-button-solid-base.k-selected:active{background-color:var(--button-active-color);border-color:var(--button-active-color)!important}.k-detail-row .k-grid-header,.k-detail-row .k-table-thead,.k-detail-row .k-grid-header tr:hover,.k-detail-row .k-grid-header-sticky{background-color:var(--bg-color-selected)!important;color:var(--secondary-color)!important}.k-detail-row .k-icon.k-font-icon.k-i-filter{color:var(--secondary-color)!important}.k-detail-row .k-detail-cell:hover{background-color:var(--primary-background-color)}.k-detail-row:hover{background-color:#fff!important}.custom-grid-header-column{padding-block:0px!important;padding-inline:0px!important;border-block-end-width:0px!important}.k-picker-solid{background-color:var(--secondary-background-color)!important;color:var(--secondary-color)!important}.k-picker-solid:hover{background-color:var(--bg-color-hover)!important}.k-checkbox{background-color:var(--secondary-background-color)!important;border-color:var(--secondary-color)!important}.k-checkbox:checked{border-color:var(--secondary-color)!important;background-color:#343a40!important}.k-checkbox:indeterminate,.k-checkbox.k-indeterminate{background-image:none!important;background-color:var(--primary-background-color)!important}.k-checkbox:indeterminate:after,.k-checkbox.k-indeterminate:after{content:"–";display:flex;justify-content:center;color:var(--secondary-color);transform:translateY(-100%)}.k-timepicker{max-width:10rem}.k-input-solid{background-color:var(--primary-background-color)!important;color:var(--secondary-color)!important;font-family:Open Sans-regular!important;border-color:#878787}.k-datepicker .k-input,.k-timepicker .k-input,.k-numerictextbox .k-input{height:auto;font-family:Open Sans-regular!important;border-color:#878787!important}.k-datepicker .k-input-inner,.k-timepicker .k-input-inner,.k-numerictextbox .k-input-inner{padding:4px 8px!important}.k-datepicker .k-input-inner:disabled,.k-timepicker .k-input-inner:disabled,.k-numerictextbox .k-input-inner:disabled{cursor:not-allowed!important;pointer-events:auto!important}.k-colorgradient-inputs .k-numerictextbox{width:auto!important}.k-colorgradient-inputs .k-numerictextbox .k-input-inner{padding:4px 2px!important}.k-time-list .k-item:hover{color:var(--app-primary-color)!important}.k-disabled,.k-disabled *{cursor:not-allowed!important}.k-checkbox:disabled{cursor:not-allowed!important;pointer-events:auto!important}.k-checkbox:checked:focus{box-shadow:none!important}.k-chart{font-family:Open Sans-regular!important}.k-treelist-scrollable table th{position:-webkit-sticky!important;position:sticky!important;background-color:var(--background-header);color:var(--text-color);z-index:2}.k-treelist-scrollable.k-grid{background-color:var(--primary-background-color)!important}.k-upload .k-upload-button{background-color:#878787!important;color:#fff!important;max-width:15vw;min-width:11em!important;font-family:Open Sans-regular}.k-upload.software-upload-component .k-upload-button{background-color:var(--app-primary-color)!important}.k-upload.software-upload-component .k-i-x{display:none!important}.k-upload.image-upload-component .k-upload-button{background-color:var(--app-primary-color)!important;min-width:5em!important}.k-upload.image-upload-component .k-dropzone-hint{white-space:pre-wrap!important}.k-upload{font-family:Open Sans-regular!important}.k-upload .k-dropzone,.k-upload .k-upload-dropzone,.k-upload .k-upload-files{background-color:var(--secondary-background-color)!important}.k-upload .k-upload-dropzone .k-dropzone-hint,.k-upload .k-upload-status,.k-upload .k-file-info{color:var(--secondary-color)!important}.k-upload .k-upload-actions .k-button,.k-upload .k-icon{color:var(--secondary-color)}.k-editor{font-family:Open Sans-regular!important;background-color:var(--secondary-background-color)!important;color:var(--secondary-color)!important}.k-editor .k-button.k-disabled{background-color:var(--button-disabled-color)!important;color:var(--icon-color)}.k-editor .k-button.k-selected{border-color:#343a40!important;background-color:#343a40!important;color:#fff!important}.k-toolbar{background-color:var(--bg-color-hover)!important;color:var(--secondary-color)!important}.k-editor .k-editor-content{color:var(--secondary-color)}.k-button-solid-base{background-color:var(--primary-background-color)!important;color:var(--secondary-color)!important}.k-button-solid-base:hover{background-color:var(--bg-color-selected)!important}.k-button{font-weight:700;flex:1;padding:6px;border-color:var(--primary-background-color)}.k-button:disabled{background-color:var(--button-disabled-color);border-color:var(--button-disabled-color)!important}.k-button:focus:after{content:none}.k-button-flat-primary{border-radius:0!important;color:var(--secondary-color)}.k-button-solid-primary{background-color:var(--app-primary-color)!important;border-color:var(--app-primary-color)!important}.k-button-solid-primary:hover{background-color:var(--button-hover-color)!important}.k-list{background-color:var(--secondary-background-color)!important;color:var(--secondary-color)!important}.k-list:hover{background-color:none}.k-selected{background-color:var(--bg-color-selected)!important}.k-listbox .k-list-item,.k-listbox .k-list-optionlabel,.k-listbox .k-list-custom-value{font-family:Open Sans-regular}.k-listbox .k-list-item .k-selected,.k-listbox .k-list-optionlabel .k-selected,.k-listbox .k-list-custom-value .k-selected{background-color:#0ff!important}.k-listbox .k-list-item:hover,.k-listbox .k-list-optionlabel:hover,.k-listbox .k-list-custom-value:hover{background-color:var(--bg-color-hover)!important;color:var(--secondary-color)!important}.k-listbox.check-list-mid{border-top:2px solid;border-bottom:2px solid}.k-listbox.check-list-top-border{border-top:2px solid}.k-calendar,.k-calendar-table{background-color:var(--secondary-background-color)!important;color:var(--secondary-color)!important}.k-calendar .k-content,.k-calendar-table .k-content{background-color:var(--secondary-background-color)!important}.k-calendar-th{color:var(--secondary-color)!important}.k-calendar-range{padding:5px}.k-calendar-navigation .k-content{background-color:var(--secondary-background-color)!important;color:var(--secondary-color)}.k-calendar-title.k-button{border:1.5px solid rgba(216,218,218,.3882352941)!important;background-color:#ebebeb7d!important}.k-range-start>.k-link{border-radius:4px 0 0 4px!important}.k-range-end>.k-link{border-radius:0 4px 4px 0!important}.k-range-start.k-range-end>.k-link{border-radius:4px!important}.k-range-start>.k-link,.k-range-end>.k-link{color:var(--text-hover-color)!important;background-color:var(--app-primary-color)!important}.k-range-start.k-state-pending-focused>.k-link,.k-range-end.k-state-pending-focused>.k-link{background-color:var(--button-hover-color)!important}.k-range-mid{background-color:#8686862d!important}.k-range-mid.k-range-split-end{border-bottom-right-radius:4px!important}.k-range-mid.k-range-split-start{border-top-left-radius:4px!important}.k-timeselector{background-color:var(--secondary-background-color)!important;color:var(--secondary-color)!important}.k-timeselector .k-time-container,.k-datetime-selector .k-time-container{color:var(--secondary-color);background-color:var(--secondary-background-color)!important}.k-time-list-wrapper .k-title{color:var(--secondary-color)!important}.k-time-header .k-time-now,.k-time-header .k-time-now:hover{color:var(--app-primary-color)}.k-coloreditor{background-color:var(--secondary-background-color)}.k-coloreditor .k-coloreditor-views .k-colorgradient:focus{outline:none}@font-face{font-family:Open Sans-regular;src:url(/assets/OpenSans-Regular-6BQLG-3c.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Open Sans-bold;src:url(/assets/OpenSans-Bold-BjQpCi2R.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Open Sans-italic;src:url(/assets/OpenSans-Italic-nQJxkKHS.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}*{scrollbar-width:thin;scrollbar-color:#343a40 rgba(0,0,0,.1)}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{height:100vh;width:100%;min-height:100vh;position:absolute;top:0;left:0}.header-logo img:not([src]){visibility:hidden}.main-page{min-height:100vh;background-color:var(--primary-background-color)}.container{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:20% 10% 70%;grid-gap:1rem;grid-template-areas:"header " "main ";align-content:space-around}.header-profile-selection{color:var(--secondary-color)!important}.header-profile-selection .MuiBox-root{display:flex;flex-direction:row;gap:22px}.header-profile-selection:after,.header-profile-selection:before{display:none!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{box-shadow:inset 0 0 4px gray;border:none}::-webkit-scrollbar-thumb{border-radius:5px;background:#343a40}:-webkit-scrollbar{width:10px;height:10px}:-webkit-scrollbar-track{box-shadow:inset 0 0 4px gray;border:none}:-webkit-scrollbar-thumb{border-radius:5px;background:#343a40}.Mui-disabled,textarea:disabled{cursor:not-allowed!important;color:#878787;-webkit-text-fill-color:#868686!important;border-color:#868686}.errorHeight{height:20px}input:-webkit-autofill{-webkit-background-clip:text}::-ms-reveal{display:none}a{color:#0093d3}.login-page,.forgot-password-page,.reset-password-page{background:url(/assets/bg_login-BqW8_Vx3.png);background-repeat:no-repeat;background-size:cover;min-height:100vh}.login-page .login-content,.login-page .reset-password-content,.login-page .forgot-password-content,.forgot-password-page .login-content,.forgot-password-page .reset-password-content,.forgot-password-page .forgot-password-content,.reset-password-page .login-content,.reset-password-page .reset-password-content,.reset-password-page .forgot-password-content{background:#0003;box-shadow:0 4px 7px #00000059;border-radius:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.login-page .white-text,.forgot-password-page .white-text,.reset-password-page .white-text{color:#fff}.login-page .form-input,.forgot-password-page .form-input,.reset-password-page .form-input{font-family:Open Sans-italic;color:#fff!important;font-size:1.25rem}.login-page .form-input:before,.forgot-password-page .form-input:before,.reset-password-page .form-input:before{border-bottom:2px solid #fff!important}.login-page .form-input:after,.forgot-password-page .form-input:after,.reset-password-page .form-input:after{border-bottom:2px solid #fff!important}.login-page .form-submit-button,.forgot-password-page .form-submit-button,.reset-password-page .form-submit-button{font-size:1.25rem;box-shadow:0 4px 4px #db062b40!important}.login-page .forgot-pass-text,.login-page .eula-text,.forgot-password-page .forgot-pass-text,.forgot-password-page .eula-text,.reset-password-page .forgot-pass-text,.reset-password-page .eula-text{font-size:1rem;font-weight:400}.login-page .forgot-pass-text:hover,.login-page .eula-text:hover,.forgot-password-page .forgot-pass-text:hover,.forgot-password-page .eula-text:hover,.reset-password-page .forgot-pass-text:hover,.reset-password-page .eula-text:hover{background-color:transparent}.login-page .login-form,.login-page .forgot-password-form,.login-page .reset-password-form,.forgot-password-page .login-form,.forgot-password-page .forgot-password-form,.forgot-password-page .reset-password-form,.reset-password-page .login-form,.reset-password-page .forgot-password-form,.reset-password-page .reset-password-form{display:flex;flex-direction:column}.login-page .login-form .validation-error,.login-page .forgot-password-form .validation-error,.login-page .reset-password-form .validation-error,.forgot-password-page .login-form .validation-error,.forgot-password-page .forgot-password-form .validation-error,.forgot-password-page .reset-password-form .validation-error,.reset-password-page .login-form .validation-error,.reset-password-page .forgot-password-form .validation-error,.reset-password-page .reset-password-form .validation-error{font-family:Open Sans-regular;font-size:.8rem!important;color:#fff}.login-page .login-form .validation-error.checked-validation-error,.login-page .forgot-password-form .validation-error.checked-validation-error,.login-page .reset-password-form .validation-error.checked-validation-error,.forgot-password-page .login-form .validation-error.checked-validation-error,.forgot-password-page .forgot-password-form .validation-error.checked-validation-error,.forgot-password-page .reset-password-form .validation-error.checked-validation-error,.reset-password-page .login-form .validation-error.checked-validation-error,.reset-password-page .forgot-password-form .validation-error.checked-validation-error,.reset-password-page .reset-password-form .validation-error.checked-validation-error{color:#48f76e}.login-page .login-form .validation-error.checked-validation-error .MuiSvgIcon-root,.login-page .forgot-password-form .validation-error.checked-validation-error .MuiSvgIcon-root,.login-page .reset-password-form .validation-error.checked-validation-error .MuiSvgIcon-root,.forgot-password-page .login-form .validation-error.checked-validation-error .MuiSvgIcon-root,.forgot-password-page .forgot-password-form .validation-error.checked-validation-error .MuiSvgIcon-root,.forgot-password-page .reset-password-form .validation-error.checked-validation-error .MuiSvgIcon-root,.reset-password-page .login-form .validation-error.checked-validation-error .MuiSvgIcon-root,.reset-password-page .forgot-password-form .validation-error.checked-validation-error .MuiSvgIcon-root,.reset-password-page .reset-password-form .validation-error.checked-validation-error .MuiSvgIcon-root{width:.8rem!important;height:.8rem!important}.login-page .login-form input:-webkit-autofill,.login-page .forgot-password-form input:-webkit-autofill,.login-page .reset-password-form input:-webkit-autofill,.forgot-password-page .login-form input:-webkit-autofill,.forgot-password-page .forgot-password-form input:-webkit-autofill,.forgot-password-page .reset-password-form input:-webkit-autofill,.reset-password-page .login-form input:-webkit-autofill,.reset-password-page .forgot-password-form input:-webkit-autofill,.reset-password-page .reset-password-form input:-webkit-autofill{-webkit-text-fill-color:white!important}.login-page>div,.forgot-password-page>div,.reset-password-page>div{margin-top:100px}.form-error{color:#d63232!important;font-size:.8rem!important;min-height:19px!important}.change-password-form{display:flex;flex-direction:column}.public-header{position:absolute;padding:32px;justify-content:end}.public-header-selection{font-family:Open Sans-regular!important;color:#fff!important;border:none!important}.public-header-selection:after{border:none!important}.public-header-selection .MuiInput-root:before{border:none!important}.public-header-selection .MuiSvgIcon-root{color:#fff!important;top:5px}.public-header-selection div{background:none!important}.eula-content{text-align:center;background:#0003;box-shadow:0 4px 7px #00000059;border-radius:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.eula-text{margin-bottom:50px!important;-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.white-button{font-size:1.25rem!important;background-color:#fff!important;box-shadow:0 4px 4px #f7f4f440!important;color:#878787!important;border-radius:4px!important;border:1px solid #c4c4c4!important;width:10rem;height:47px}.white-button:hover{background-color:#c4c4c4!important}.fleet-tr tbody .fleet-action-button button{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s}.fleet-tr tbody tr:hover .fleet-action-button button{opacity:1;visibility:visible;transition-delay:0s}:root{--app-primary-color: #db062b;--background-header:#343a40;--button-active-color: #8d021a;--button-hover-color: #a5011d;--button-disabled-color: #eba0ad;--text-color: #ffffff;--text-hover-color: #ffffff;--icon-color: #000000;--secondary-background-color: #ffffff;--primary-background-color: #ffffff;--bg-color-hover: #f6f6f6;--bg-color-selected: #e8e8e8;--secondary-color: #343a40;--input-bg-color: #ffffff}@media only screen and (min-width: 1200px) and (max-width: 1300px){.transactions-grid-item__title{font-size:1rem!important}}.transactions-card-content{padding-bottom:10px!important}.transactions-card-content h1{margin-top:-5px;margin-bottom:0}@media only screen and (min-width: 1200px) and (max-width: 1300px){.transactions-card-content h1{font-size:1.38rem;margin-top:0}}.transactions-date-picker .custom-outline-input{min-width:16rem}.fleetToolBar{display:flex;justify-content:space-between}
