@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);:root{--container-max-width:1540px;--container-padding-x:32px;--container-padding-x-tablet:16px;--container-padding-x-mobile:6px;--logo-height:24px;--menu-item-height:25px;--menu-icon-padding-x:5px;--floating-menu-min-width:250px;--floating-menu-min-width-mobile:180px;--short-box-height:20px;--box-height:30px;--button-height:26px;--button-small-height:20px;--button-padding-x:8px;--button-small-padding-x:4px;--box-padding-x:16px;--box-padding-y:16px;--box-small-padding-x:6px;--box-small-padding-y:6px;--label-padding-y:2px;--input-height:26px;--badge-width:20px;--badge-height:20px;--badge-radius:3px;--gutter:5px;--base-padding-x:3px;--base-padding-y:2px;--vs-dropdown-min-width:100px;--base-bg:#fff;--lighter-bg:#f4f7fa;--light-bg:#e7e8e8;--medium-bg:#cfd0d0;--color-bolder:#383b40;--color-light:#767c82;--color-disabled:#aaa;--title-color:#3c6ab1;--link-color:#3c6ab1;--link-color-active:#0a48ac;--badge-color:#fff;--default-color:#aaa;--primary-color:#1282b3;--success-color:#47b362;--warning-color:#b39447;--danger-color:#bf4141;--saving-color:#bd51c5;--primary-color-50:rgba(41,142,171,0.26666666666666666);--success-color-50:rgba(70,176,96,0.26666666666666666);--warning-color-50:rgba(169,138,61,0.26666666666666666);--danger-color-50:rgba(222,76,76,0.26666666666666666);--saving-color-50:rgba(197,81,128,0.26666666666666666);--border-color:#dadce0;--border-color-light:#ededee;--border-color-lighter:#f6f6f8;--border-color-medium:#bcbec2}:root body.dark{--base-bg:#202124;--lighter-bg:#292a2d;--light-bg:#2f3034;--medium-bg:#38393d;--color-bolder:#e8eaed;--color-light:#9aa0a6;--color-disabled:#555;--title-color:#9bbbdc;--link-color:#5db0d7;--link-color-active:#9bbbdc;--badge-color:#fff;--border-color:#5f6368;--border-color-light:#484b52;--border-color-lighter:#2f3034;--border-color-medium:#767c82;--default-color:#444;--primary-color:#42b0d2;--success-color:#42d265;--warning-color:#c39d3e;--danger-color:#de4c4c;--saving-color:#dc4a85;--primary-color-50:rgba(66,176,210,0.26666666666666666);--success-color-50:rgba(66,210,101,0.26666666666666666);--warning-color-50:rgba(195,157,62,0.26666666666666666);--danger-color-50:rgba(222,76,76,0.26666666666666666);--saving-color-50:rgba(220,74,133,0.26666666666666666)}#app.rtl{direction:rtl}.modal{position:fixed;width:100%;height:100%;top:0;left:0;z-index:666;background:rgba(0,0,0,.5)}.modal,.modal-inner{display:flex;align-items:center;justify-content:center}.modal-inner{background:var(--base-bg);min-height:150px;min-width:50%;padding:10px;flex-direction:column}.modal-inner b,.modal-inner h3{color:var(--color-bolder)}.modal-inner .modal-content{padding:var(--box-padding-y)}.modal-inner .button-row{margin-top:20px}body,html{height:100%}form,h1,h2,h3,h4,h5,li,p,pre,ul{margin:0;padding:0}li,ol,ul{list-style:none}*{box-sizing:border-box}body{background:var(--base-bg);color:var(--color-light);font-family:Open Sans,sans-serif;font-size:11px;line-height:1.1;margin:0;padding:0}#app{height:100%}h1{font-size:21px;font-weight:300;color:var(--title-color)}h2{font-size:13px;color:var(--color-bolder)}h2,h3{font-weight:600}h3{font-size:12px;color:var(--color-light)}a{color:var(--link-color);text-decoration:none;font-weight:700}a.success{color:var(--success-color)}a.warning{color:var(--warning-color)}a.danger{color:var(--danger-color)}a.saving{color:var(--saving-color)}label{padding:var(--base-padding-y) 0;display:block}.preview-image{width:var(--box-height);height:var(--box-height);-o-object-fit:contain;object-fit:contain;border:1px solid var(--border-color-light);background-size:contain;background-repeat:no-repeat;background-position:50%}.v-select{width:100%}.vs__dropdown-toggle{border-color:var(--border-color);padding:0;border-radius:2px;height:var(--input-height);flex:1}.vs__search,.vs__search:focus{margin:0;padding:0 var(--base-padding-x);height:100%;flex:1;font-size:11px}.vs__search:focus:hover,.vs__search:hover{border:none}.vs__selected-options{align-items:center}.vs--single .vs__selected{color:var(--color-bolder)}.vs__selected{color:var(--color-light);margin:0 1px;align-items:center;padding:0 var(--base-padding-x);background-color:var(--light-bg)}.vs__deselect{fill:var(--danger-color)}.vs__clear,.vs__open-indicator{fill:var(--border-color)}.vs__dropdown-menu{background:var(--base-bg)}.vs__dropdown-menu li{color:var(--color-light);height:var(--input-height);display:flex;align-items:center;padding:var(--base-padding-y) var(--base-padding-x)}.vs__dropdown-menu li.vs__dropdown-option--highlight{background:var(--default-color);color:var(--color-bolder)}.vs__dropdown-menu li.vs__dropdown-option--selected{background:var(--link-color);color:var(--color-bolder)}.vs__actions{padding:0;transform:scale(.8);margin-right:var(--base-padding-x)}.vs__actions svg{cursor:pointer}.vs__actions svg:hover{fill:var(--color-bolder)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-light);border-left:4px solid var(--base-bg)}::-webkit-scrollbar-thumb:hover{background:var(--color-bolder)}table{border-spacing:0;overflow-x:auto;max-width:100vw}table.list{width:100%}table.list td{white-space:normal}table thead tr:last-child th{border-bottom:1px solid var(--border-color-light)}table tbody tr td{border-bottom:1px solid var(--border-color-lighter)}table td,table th{height:var(--box-height);text-align:start;margin:0;padding:0 var(--base-padding-x);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}table th{color:var(--color-bolder)}table td{color:var(--color-light)}table td.primary{color:var(--color-bolder)}table td .actions .content{display:flex;justify-content:flex-end}table thead.sum tr th{border-bottom:1px solid var(--border-color-medium)}table tfoot td,table thead.sum tr th{color:var(--link-color);height:var(--short-box-height);background-color:var(--lighter-bg)}table tfoot td{border-top:1px solid var(--border-color-medium);font-weight:700}table.interactive tbody tr{cursor:pointer}table.interactive tbody tr:hover{background-color:var(--light-bg)}.flex_0{flex:0!important}.flex_1{flex:1}.flex_2{flex:2}.flex_3{flex:3}.flex_4{flex:4}.flex_5{flex:5}@media screen and (max-width:576px){.above_1{display:none!important}}@media screen and (max-width:768px){.above_2{display:none!important}}@media screen and (max-width:1024px){.above_3{display:none!important}}@media screen and (max-width:1200px){.above_4{display:none!important}}@media screen and (min-width:577px){.below_2{display:none!important}}@media screen and (min-width:769px){.below_3{display:none!important}}@media screen and (min-width:1025px){.below_4{display:none!important}}@media screen and (min-width:1201px){.below_5{display:none!important}}.hidden{display:none!important}.invisible{content-visibility:hidden!important}#app .box,#app .box-group,#app .box .box-header,.between,.button-group,.content,.even,.flexy,.panel,.part{display:flex;gap:var(--gutter)}#app .box .quarter_5.box-header,#app .quarter_5.box,#app .quarter_5.box-group,.flexy.quarter_5,.quarter_5.between,.quarter_5.button-group,.quarter_5.content,.quarter_5.even,.quarter_5.panel,.quarter_5.part{flex-wrap:wrap}#app .box .quarter_5.box-header .scroller.full,#app .quarter_5.box-group .scroller.full,#app .quarter_5.box .scroller.full,.flexy.quarter_5 .scroller.full,.quarter_5.between .scroller.full,.quarter_5.button-group .scroller.full,.quarter_5.content .scroller.full,.quarter_5.even .scroller.full,.quarter_5.panel .scroller.full,.quarter_5.part .scroller.full{height:auto!important}#app .box .quarter_5.auto_flex.box-header>*,#app .quarter_5.auto_flex.box-group>*,#app .quarter_5.auto_flex.box>*,.flexy.quarter_5.auto_flex>*,.quarter_5.auto_flex.between>*,.quarter_5.auto_flex.button-group>*,.quarter_5.auto_flex.content>*,.quarter_5.auto_flex.even>*,.quarter_5.auto_flex.panel>*,.quarter_5.auto_flex.part>*{flex:auto}#app .box .quarter_5.box-header>*,#app .quarter_5.box-group>*,#app .quarter_5.box>*,.flexy.quarter_5>*,.quarter_5.between>*,.quarter_5.button-group>*,.quarter_5.content>*,.quarter_5.even>*,.quarter_5.panel>*,.quarter_5.part>*{flex:none!important;width:calc(25% - 3px)}@media screen and (max-width:1200px){#app .box .quarter_4.box-header,#app .quarter_4.box,#app .quarter_4.box-group,.flexy.quarter_4,.quarter_4.between,.quarter_4.button-group,.quarter_4.content,.quarter_4.even,.quarter_4.panel,.quarter_4.part{flex-wrap:wrap}#app .box .quarter_4.box-header .scroller.full,#app .quarter_4.box-group .scroller.full,#app .quarter_4.box .scroller.full,.flexy.quarter_4 .scroller.full,.quarter_4.between .scroller.full,.quarter_4.button-group .scroller.full,.quarter_4.content .scroller.full,.quarter_4.even .scroller.full,.quarter_4.panel .scroller.full,.quarter_4.part .scroller.full{height:auto!important}#app .box .quarter_4.auto_flex.box-header>*,#app .quarter_4.auto_flex.box-group>*,#app .quarter_4.auto_flex.box>*,.flexy.quarter_4.auto_flex>*,.quarter_4.auto_flex.between>*,.quarter_4.auto_flex.button-group>*,.quarter_4.auto_flex.content>*,.quarter_4.auto_flex.even>*,.quarter_4.auto_flex.panel>*,.quarter_4.auto_flex.part>*{flex:auto}#app .box .quarter_4.box-header>*,#app .quarter_4.box-group>*,#app .quarter_4.box>*,.flexy.quarter_4>*,.quarter_4.between>*,.quarter_4.button-group>*,.quarter_4.content>*,.quarter_4.even>*,.quarter_4.panel>*,.quarter_4.part>*{flex:none!important;width:calc(25% - 3px)}}@media screen and (max-width:1024px){#app .box .quarter_3.box-header,#app .quarter_3.box,#app .quarter_3.box-group,.flexy.quarter_3,.quarter_3.between,.quarter_3.button-group,.quarter_3.content,.quarter_3.even,.quarter_3.panel,.quarter_3.part{flex-wrap:wrap}#app .box .quarter_3.box-header .scroller.full,#app .quarter_3.box-group .scroller.full,#app .quarter_3.box .scroller.full,.flexy.quarter_3 .scroller.full,.quarter_3.between .scroller.full,.quarter_3.button-group .scroller.full,.quarter_3.content .scroller.full,.quarter_3.even .scroller.full,.quarter_3.panel .scroller.full,.quarter_3.part .scroller.full{height:auto!important}#app .box .quarter_3.auto_flex.box-header>*,#app .quarter_3.auto_flex.box-group>*,#app .quarter_3.auto_flex.box>*,.flexy.quarter_3.auto_flex>*,.quarter_3.auto_flex.between>*,.quarter_3.auto_flex.button-group>*,.quarter_3.auto_flex.content>*,.quarter_3.auto_flex.even>*,.quarter_3.auto_flex.panel>*,.quarter_3.auto_flex.part>*{flex:auto}#app .box .quarter_3.box-header>*,#app .quarter_3.box-group>*,#app .quarter_3.box>*,.flexy.quarter_3>*,.quarter_3.between>*,.quarter_3.button-group>*,.quarter_3.content>*,.quarter_3.even>*,.quarter_3.panel>*,.quarter_3.part>*{flex:none!important;width:calc(25% - 3px)}}@media screen and (max-width:768px){#app .box .quarter_2.box-header,#app .quarter_2.box,#app .quarter_2.box-group,.flexy.quarter_2,.quarter_2.between,.quarter_2.button-group,.quarter_2.content,.quarter_2.even,.quarter_2.panel,.quarter_2.part{flex-wrap:wrap}#app .box .quarter_2.box-header .scroller.full,#app .quarter_2.box-group .scroller.full,#app .quarter_2.box .scroller.full,.flexy.quarter_2 .scroller.full,.quarter_2.between .scroller.full,.quarter_2.button-group .scroller.full,.quarter_2.content .scroller.full,.quarter_2.even .scroller.full,.quarter_2.panel .scroller.full,.quarter_2.part .scroller.full{height:auto!important}#app .box .quarter_2.auto_flex.box-header>*,#app .quarter_2.auto_flex.box-group>*,#app .quarter_2.auto_flex.box>*,.flexy.quarter_2.auto_flex>*,.quarter_2.auto_flex.between>*,.quarter_2.auto_flex.button-group>*,.quarter_2.auto_flex.content>*,.quarter_2.auto_flex.even>*,.quarter_2.auto_flex.panel>*,.quarter_2.auto_flex.part>*{flex:auto}#app .box .quarter_2.box-header>*,#app .quarter_2.box-group>*,#app .quarter_2.box>*,.flexy.quarter_2>*,.quarter_2.between>*,.quarter_2.button-group>*,.quarter_2.content>*,.quarter_2.even>*,.quarter_2.panel>*,.quarter_2.part>*{flex:none!important;width:calc(25% - 3px)}}@media screen and (max-width:576px){#app .box .quarter_1.box-header,#app .quarter_1.box,#app .quarter_1.box-group,.flexy.quarter_1,.quarter_1.between,.quarter_1.button-group,.quarter_1.content,.quarter_1.even,.quarter_1.panel,.quarter_1.part{flex-wrap:wrap}#app .box .quarter_1.box-header .scroller.full,#app .quarter_1.box-group .scroller.full,#app .quarter_1.box .scroller.full,.flexy.quarter_1 .scroller.full,.quarter_1.between .scroller.full,.quarter_1.button-group .scroller.full,.quarter_1.content .scroller.full,.quarter_1.even .scroller.full,.quarter_1.panel .scroller.full,.quarter_1.part .scroller.full{height:auto!important}#app .box .quarter_1.auto_flex.box-header>*,#app .quarter_1.auto_flex.box-group>*,#app .quarter_1.auto_flex.box>*,.flexy.quarter_1.auto_flex>*,.quarter_1.auto_flex.between>*,.quarter_1.auto_flex.button-group>*,.quarter_1.auto_flex.content>*,.quarter_1.auto_flex.even>*,.quarter_1.auto_flex.panel>*,.quarter_1.auto_flex.part>*{flex:auto}#app .box .quarter_1.box-header>*,#app .quarter_1.box-group>*,#app .quarter_1.box>*,.flexy.quarter_1>*,.quarter_1.between>*,.quarter_1.button-group>*,.quarter_1.content>*,.quarter_1.even>*,.quarter_1.panel>*,.quarter_1.part>*{flex:none!important;width:calc(25% - 3px)}}#app .box .third_5.box-header,#app .third_5.box,#app .third_5.box-group,.flexy.third_5,.third_5.between,.third_5.button-group,.third_5.content,.third_5.even,.third_5.panel,.third_5.part{flex-wrap:wrap}#app .box .third_5.box-header .scroller.full,#app .third_5.box-group .scroller.full,#app .third_5.box .scroller.full,.flexy.third_5 .scroller.full,.third_5.between .scroller.full,.third_5.button-group .scroller.full,.third_5.content .scroller.full,.third_5.even .scroller.full,.third_5.panel .scroller.full,.third_5.part .scroller.full{height:auto!important}#app .box .third_5.auto_flex.box-header>*,#app .third_5.auto_flex.box-group>*,#app .third_5.auto_flex.box>*,.flexy.third_5.auto_flex>*,.third_5.auto_flex.between>*,.third_5.auto_flex.button-group>*,.third_5.auto_flex.content>*,.third_5.auto_flex.even>*,.third_5.auto_flex.panel>*,.third_5.auto_flex.part>*{flex:auto}#app .box .third_5.box-header>*,#app .third_5.box-group>*,#app .third_5.box>*,.flexy.third_5>*,.third_5.between>*,.third_5.button-group>*,.third_5.content>*,.third_5.even>*,.third_5.panel>*,.third_5.part>*{flex:none!important;width:calc(33.33333% - 3px)}@media screen and (max-width:1200px){#app .box .third_4.box-header,#app .third_4.box,#app .third_4.box-group,.flexy.third_4,.third_4.between,.third_4.button-group,.third_4.content,.third_4.even,.third_4.panel,.third_4.part{flex-wrap:wrap}#app .box .third_4.box-header .scroller.full,#app .third_4.box-group .scroller.full,#app .third_4.box .scroller.full,.flexy.third_4 .scroller.full,.third_4.between .scroller.full,.third_4.button-group .scroller.full,.third_4.content .scroller.full,.third_4.even .scroller.full,.third_4.panel .scroller.full,.third_4.part .scroller.full{height:auto!important}#app .box .third_4.auto_flex.box-header>*,#app .third_4.auto_flex.box-group>*,#app .third_4.auto_flex.box>*,.flexy.third_4.auto_flex>*,.third_4.auto_flex.between>*,.third_4.auto_flex.button-group>*,.third_4.auto_flex.content>*,.third_4.auto_flex.even>*,.third_4.auto_flex.panel>*,.third_4.auto_flex.part>*{flex:auto}#app .box .third_4.box-header>*,#app .third_4.box-group>*,#app .third_4.box>*,.flexy.third_4>*,.third_4.between>*,.third_4.button-group>*,.third_4.content>*,.third_4.even>*,.third_4.panel>*,.third_4.part>*{flex:none!important;width:calc(33.33333% - 3px)}}@media screen and (max-width:1024px){#app .box .third_3.box-header,#app .third_3.box,#app .third_3.box-group,.flexy.third_3,.third_3.between,.third_3.button-group,.third_3.content,.third_3.even,.third_3.panel,.third_3.part{flex-wrap:wrap}#app .box .third_3.box-header .scroller.full,#app .third_3.box-group .scroller.full,#app .third_3.box .scroller.full,.flexy.third_3 .scroller.full,.third_3.between .scroller.full,.third_3.button-group .scroller.full,.third_3.content .scroller.full,.third_3.even .scroller.full,.third_3.panel .scroller.full,.third_3.part .scroller.full{height:auto!important}#app .box .third_3.auto_flex.box-header>*,#app .third_3.auto_flex.box-group>*,#app .third_3.auto_flex.box>*,.flexy.third_3.auto_flex>*,.third_3.auto_flex.between>*,.third_3.auto_flex.button-group>*,.third_3.auto_flex.content>*,.third_3.auto_flex.even>*,.third_3.auto_flex.panel>*,.third_3.auto_flex.part>*{flex:auto}#app .box .third_3.box-header>*,#app .third_3.box-group>*,#app .third_3.box>*,.flexy.third_3>*,.third_3.between>*,.third_3.button-group>*,.third_3.content>*,.third_3.even>*,.third_3.panel>*,.third_3.part>*{flex:none!important;width:calc(33.33333% - 3px)}}@media screen and (max-width:768px){#app .box .third_2.box-header,#app .third_2.box,#app .third_2.box-group,.flexy.third_2,.third_2.between,.third_2.button-group,.third_2.content,.third_2.even,.third_2.panel,.third_2.part{flex-wrap:wrap}#app .box .third_2.box-header .scroller.full,#app .third_2.box-group .scroller.full,#app .third_2.box .scroller.full,.flexy.third_2 .scroller.full,.third_2.between .scroller.full,.third_2.button-group .scroller.full,.third_2.content .scroller.full,.third_2.even .scroller.full,.third_2.panel .scroller.full,.third_2.part .scroller.full{height:auto!important}#app .box .third_2.auto_flex.box-header>*,#app .third_2.auto_flex.box-group>*,#app .third_2.auto_flex.box>*,.flexy.third_2.auto_flex>*,.third_2.auto_flex.between>*,.third_2.auto_flex.button-group>*,.third_2.auto_flex.content>*,.third_2.auto_flex.even>*,.third_2.auto_flex.panel>*,.third_2.auto_flex.part>*{flex:auto}#app .box .third_2.box-header>*,#app .third_2.box-group>*,#app .third_2.box>*,.flexy.third_2>*,.third_2.between>*,.third_2.button-group>*,.third_2.content>*,.third_2.even>*,.third_2.panel>*,.third_2.part>*{flex:none!important;width:calc(33.33333% - 3px)}}@media screen and (max-width:576px){#app .box .third_1.box-header,#app .third_1.box,#app .third_1.box-group,.flexy.third_1,.third_1.between,.third_1.button-group,.third_1.content,.third_1.even,.third_1.panel,.third_1.part{flex-wrap:wrap}#app .box .third_1.box-header .scroller.full,#app .third_1.box-group .scroller.full,#app .third_1.box .scroller.full,.flexy.third_1 .scroller.full,.third_1.between .scroller.full,.third_1.button-group .scroller.full,.third_1.content .scroller.full,.third_1.even .scroller.full,.third_1.panel .scroller.full,.third_1.part .scroller.full{height:auto!important}#app .box .third_1.auto_flex.box-header>*,#app .third_1.auto_flex.box-group>*,#app .third_1.auto_flex.box>*,.flexy.third_1.auto_flex>*,.third_1.auto_flex.between>*,.third_1.auto_flex.button-group>*,.third_1.auto_flex.content>*,.third_1.auto_flex.even>*,.third_1.auto_flex.panel>*,.third_1.auto_flex.part>*{flex:auto}#app .box .third_1.box-header>*,#app .third_1.box-group>*,#app .third_1.box>*,.flexy.third_1>*,.third_1.between>*,.third_1.button-group>*,.third_1.content>*,.third_1.even>*,.third_1.panel>*,.third_1.part>*{flex:none!important;width:calc(33.33333% - 3px)}}#app .box .half_5.box-header,#app .half_5.box,#app .half_5.box-group,.flexy.half_5,.half_5.between,.half_5.button-group,.half_5.content,.half_5.even,.half_5.panel,.half_5.part{flex-wrap:wrap}#app .box .half_5.box-header .scroller.full,#app .half_5.box-group .scroller.full,#app .half_5.box .scroller.full,.flexy.half_5 .scroller.full,.half_5.between .scroller.full,.half_5.button-group .scroller.full,.half_5.content .scroller.full,.half_5.even .scroller.full,.half_5.panel .scroller.full,.half_5.part .scroller.full{height:auto!important}#app .box .half_5.auto_flex.box-header>*,#app .half_5.auto_flex.box-group>*,#app .half_5.auto_flex.box>*,.flexy.half_5.auto_flex>*,.half_5.auto_flex.between>*,.half_5.auto_flex.button-group>*,.half_5.auto_flex.content>*,.half_5.auto_flex.even>*,.half_5.auto_flex.panel>*,.half_5.auto_flex.part>*{flex:auto}#app .box .half_5.box-header>*,#app .half_5.box-group>*,#app .half_5.box>*,.flexy.half_5>*,.half_5.between>*,.half_5.button-group>*,.half_5.content>*,.half_5.even>*,.half_5.panel>*,.half_5.part>*{flex:none!important;width:calc(50% - 3px)}@media screen and (max-width:1200px){#app .box .half_4.box-header,#app .half_4.box,#app .half_4.box-group,.flexy.half_4,.half_4.between,.half_4.button-group,.half_4.content,.half_4.even,.half_4.panel,.half_4.part{flex-wrap:wrap}#app .box .half_4.box-header .scroller.full,#app .half_4.box-group .scroller.full,#app .half_4.box .scroller.full,.flexy.half_4 .scroller.full,.half_4.between .scroller.full,.half_4.button-group .scroller.full,.half_4.content .scroller.full,.half_4.even .scroller.full,.half_4.panel .scroller.full,.half_4.part .scroller.full{height:auto!important}#app .box .half_4.auto_flex.box-header>*,#app .half_4.auto_flex.box-group>*,#app .half_4.auto_flex.box>*,.flexy.half_4.auto_flex>*,.half_4.auto_flex.between>*,.half_4.auto_flex.button-group>*,.half_4.auto_flex.content>*,.half_4.auto_flex.even>*,.half_4.auto_flex.panel>*,.half_4.auto_flex.part>*{flex:auto}#app .box .half_4.box-header>*,#app .half_4.box-group>*,#app .half_4.box>*,.flexy.half_4>*,.half_4.between>*,.half_4.button-group>*,.half_4.content>*,.half_4.even>*,.half_4.panel>*,.half_4.part>*{flex:none!important;width:calc(50% - 3px)}}@media screen and (max-width:1024px){#app .box .half_3.box-header,#app .half_3.box,#app .half_3.box-group,.flexy.half_3,.half_3.between,.half_3.button-group,.half_3.content,.half_3.even,.half_3.panel,.half_3.part{flex-wrap:wrap}#app .box .half_3.box-header .scroller.full,#app .half_3.box-group .scroller.full,#app .half_3.box .scroller.full,.flexy.half_3 .scroller.full,.half_3.between .scroller.full,.half_3.button-group .scroller.full,.half_3.content .scroller.full,.half_3.even .scroller.full,.half_3.panel .scroller.full,.half_3.part .scroller.full{height:auto!important}#app .box .half_3.auto_flex.box-header>*,#app .half_3.auto_flex.box-group>*,#app .half_3.auto_flex.box>*,.flexy.half_3.auto_flex>*,.half_3.auto_flex.between>*,.half_3.auto_flex.button-group>*,.half_3.auto_flex.content>*,.half_3.auto_flex.even>*,.half_3.auto_flex.panel>*,.half_3.auto_flex.part>*{flex:auto}#app .box .half_3.box-header>*,#app .half_3.box-group>*,#app .half_3.box>*,.flexy.half_3>*,.half_3.between>*,.half_3.button-group>*,.half_3.content>*,.half_3.even>*,.half_3.panel>*,.half_3.part>*{flex:none!important;width:calc(50% - 3px)}}@media screen and (max-width:768px){#app .box .half_2.box-header,#app .half_2.box,#app .half_2.box-group,.flexy.half_2,.half_2.between,.half_2.button-group,.half_2.content,.half_2.even,.half_2.panel,.half_2.part{flex-wrap:wrap}#app .box .half_2.box-header .scroller.full,#app .half_2.box-group .scroller.full,#app .half_2.box .scroller.full,.flexy.half_2 .scroller.full,.half_2.between .scroller.full,.half_2.button-group .scroller.full,.half_2.content .scroller.full,.half_2.even .scroller.full,.half_2.panel .scroller.full,.half_2.part .scroller.full{height:auto!important}#app .box .half_2.auto_flex.box-header>*,#app .half_2.auto_flex.box-group>*,#app .half_2.auto_flex.box>*,.flexy.half_2.auto_flex>*,.half_2.auto_flex.between>*,.half_2.auto_flex.button-group>*,.half_2.auto_flex.content>*,.half_2.auto_flex.even>*,.half_2.auto_flex.panel>*,.half_2.auto_flex.part>*{flex:auto}#app .box .half_2.box-header>*,#app .half_2.box-group>*,#app .half_2.box>*,.flexy.half_2>*,.half_2.between>*,.half_2.button-group>*,.half_2.content>*,.half_2.even>*,.half_2.panel>*,.half_2.part>*{flex:none!important;width:calc(50% - 3px)}}@media screen and (max-width:576px){#app .box .half_1.box-header,#app .half_1.box,#app .half_1.box-group,.flexy.half_1,.half_1.between,.half_1.button-group,.half_1.content,.half_1.even,.half_1.panel,.half_1.part{flex-wrap:wrap}#app .box .half_1.box-header .scroller.full,#app .half_1.box-group .scroller.full,#app .half_1.box .scroller.full,.flexy.half_1 .scroller.full,.half_1.between .scroller.full,.half_1.button-group .scroller.full,.half_1.content .scroller.full,.half_1.even .scroller.full,.half_1.panel .scroller.full,.half_1.part .scroller.full{height:auto!important}#app .box .half_1.auto_flex.box-header>*,#app .half_1.auto_flex.box-group>*,#app .half_1.auto_flex.box>*,.flexy.half_1.auto_flex>*,.half_1.auto_flex.between>*,.half_1.auto_flex.button-group>*,.half_1.auto_flex.content>*,.half_1.auto_flex.even>*,.half_1.auto_flex.panel>*,.half_1.auto_flex.part>*{flex:auto}#app .box .half_1.box-header>*,#app .half_1.box-group>*,#app .half_1.box>*,.flexy.half_1>*,.half_1.between>*,.half_1.button-group>*,.half_1.content>*,.half_1.even>*,.half_1.panel>*,.half_1.part>*{flex:none!important;width:calc(50% - 3px)}}#app .box .full_5.box-header,#app .full_5.box,#app .full_5.box-group,.flexy.full_5,.full_5.between,.full_5.button-group,.full_5.content,.full_5.even,.full_5.panel,.full_5.part{flex-wrap:wrap}#app .box .full_5.box-header .scroller.full,#app .full_5.box-group .scroller.full,#app .full_5.box .scroller.full,.flexy.full_5 .scroller.full,.full_5.between .scroller.full,.full_5.button-group .scroller.full,.full_5.content .scroller.full,.full_5.even .scroller.full,.full_5.panel .scroller.full,.full_5.part .scroller.full{height:auto!important}#app .box .full_5.auto_flex.box-header>*,#app .full_5.auto_flex.box-group>*,#app .full_5.auto_flex.box>*,.flexy.full_5.auto_flex>*,.full_5.auto_flex.between>*,.full_5.auto_flex.button-group>*,.full_5.auto_flex.content>*,.full_5.auto_flex.even>*,.full_5.auto_flex.panel>*,.full_5.auto_flex.part>*{flex:auto}#app .box .full_5.box-header>*,#app .full_5.box-group>*,#app .full_5.box>*,.flexy.full_5>*,.full_5.between>*,.full_5.button-group>*,.full_5.content>*,.full_5.even>*,.full_5.panel>*,.full_5.part>*{flex:none!important;width:calc(1 - 3px)}@media screen and (max-width:1200px){#app .box .full_4.box-header,#app .full_4.box,#app .full_4.box-group,.flexy.full_4,.full_4.between,.full_4.button-group,.full_4.content,.full_4.even,.full_4.panel,.full_4.part{flex-wrap:wrap}#app .box .full_4.box-header .scroller.full,#app .full_4.box-group .scroller.full,#app .full_4.box .scroller.full,.flexy.full_4 .scroller.full,.full_4.between .scroller.full,.full_4.button-group .scroller.full,.full_4.content .scroller.full,.full_4.even .scroller.full,.full_4.panel .scroller.full,.full_4.part .scroller.full{height:auto!important}#app .box .full_4.box-header>*,#app .full_4.box-group>*,#app .full_4.box>*,.flexy.full_4>*,.full_4.between>*,.full_4.button-group>*,.full_4.content>*,.full_4.even>*,.full_4.panel>*,.full_4.part>*{flex:none!important;width:100%}}@media screen and (max-width:1024px){#app .box .full_3.box-header,#app .full_3.box,#app .full_3.box-group,.flexy.full_3,.full_3.between,.full_3.button-group,.full_3.content,.full_3.even,.full_3.panel,.full_3.part{flex-wrap:wrap}#app .box .full_3.box-header .scroller.full,#app .full_3.box-group .scroller.full,#app .full_3.box .scroller.full,.flexy.full_3 .scroller.full,.full_3.between .scroller.full,.full_3.button-group .scroller.full,.full_3.content .scroller.full,.full_3.even .scroller.full,.full_3.panel .scroller.full,.full_3.part .scroller.full{height:auto!important}#app .box .full_3.box-header>*,#app .full_3.box-group>*,#app .full_3.box>*,.flexy.full_3>*,.full_3.between>*,.full_3.button-group>*,.full_3.content>*,.full_3.even>*,.full_3.panel>*,.full_3.part>*{flex:none!important;width:100%}}@media screen and (max-width:768px){#app .box .full_2.box-header,#app .full_2.box,#app .full_2.box-group,.flexy.full_2,.full_2.between,.full_2.button-group,.full_2.content,.full_2.even,.full_2.panel,.full_2.part{flex-wrap:wrap}#app .box .full_2.box-header .scroller.full,#app .full_2.box-group .scroller.full,#app .full_2.box .scroller.full,.flexy.full_2 .scroller.full,.full_2.between .scroller.full,.full_2.button-group .scroller.full,.full_2.content .scroller.full,.full_2.even .scroller.full,.full_2.panel .scroller.full,.full_2.part .scroller.full{height:auto!important}#app .box .full_2.box-header>*,#app .full_2.box-group>*,#app .full_2.box>*,.flexy.full_2>*,.full_2.between>*,.full_2.button-group>*,.full_2.content>*,.full_2.even>*,.full_2.panel>*,.full_2.part>*{flex:none!important;width:100%}}@media screen and (max-width:576px){#app .box .full_1.box-header,#app .full_1.box,#app .full_1.box-group,.flexy.full_1,.full_1.between,.full_1.button-group,.full_1.content,.full_1.even,.full_1.panel,.full_1.part{flex-wrap:wrap}#app .box .full_1.box-header .scroller.full,#app .full_1.box-group .scroller.full,#app .full_1.box .scroller.full,.flexy.full_1 .scroller.full,.full_1.between .scroller.full,.full_1.button-group .scroller.full,.full_1.content .scroller.full,.full_1.even .scroller.full,.full_1.panel .scroller.full,.full_1.part .scroller.full{height:auto!important}#app .box .full_1.box-header>*,#app .full_1.box-group>*,#app .full_1.box>*,.flexy.full_1>*,.full_1.between>*,.full_1.button-group>*,.full_1.content>*,.full_1.even>*,.full_1.panel>*,.full_1.part>*{flex:none!important;width:100%}}#app .box .col.box-header,#app .col.box,#app .col.box-group,.col.between,.col.button-group,.col.content,.col.even,.col.panel,.col.part,.flexy.col{flex-direction:column}@media screen and (min-width:1201px){#app .box .col_c_4.box-header,#app .col_c_4.box,#app .col_c_4.box-group,.col_c_4.between,.col_c_4.button-group,.col_c_4.content,.col_c_4.even,.col_c_4.panel,.col_c_4.part,.flexy.col_c_4{flex-direction:column}}@media screen and (min-width:1025px){#app .box .col_c_3.box-header,#app .col_c_3.box,#app .col_c_3.box-group,.col_c_3.between,.col_c_3.button-group,.col_c_3.content,.col_c_3.even,.col_c_3.panel,.col_c_3.part,.flexy.col_c_3{flex-direction:column}}@media screen and (min-width:769px){#app .box .col_c_2.box-header,#app .col_c_2.box,#app .col_c_2.box-group,.col_c_2.between,.col_c_2.button-group,.col_c_2.content,.col_c_2.even,.col_c_2.panel,.col_c_2.part,.flexy.col_c_2{flex-direction:column}}@media screen and (min-width:577px){#app .box .col_c_1.box-header,#app .col_c_1.box,#app .col_c_1.box-group,.col_c_1.between,.col_c_1.button-group,.col_c_1.content,.col_c_1.even,.col_c_1.panel,.col_c_1.part,.flexy.col_c_1{flex-direction:column}}@media screen and (max-width:1200px){#app .box .col_cn_4.box-header,#app .col_cn_4.box,#app .col_cn_4.box-group,.col_cn_4.between,.col_cn_4.button-group,.col_cn_4.content,.col_cn_4.even,.col_cn_4.panel,.col_cn_4.part,.flexy.col_cn_4{flex-direction:column}}@media screen and (max-width:1024px){#app .box .col_cn_3.box-header,#app .col_cn_3.box,#app .col_cn_3.box-group,.col_cn_3.between,.col_cn_3.button-group,.col_cn_3.content,.col_cn_3.even,.col_cn_3.panel,.col_cn_3.part,.flexy.col_cn_3{flex-direction:column}}@media screen and (max-width:768px){#app .box .col_cn_2.box-header,#app .col_cn_2.box,#app .col_cn_2.box-group,.col_cn_2.between,.col_cn_2.button-group,.col_cn_2.content,.col_cn_2.even,.col_cn_2.panel,.col_cn_2.part,.flexy.col_cn_2{flex-direction:column}}@media screen and (max-width:576px){#app .box .col_cn_1.box-header,#app .col_cn_1.box,#app .col_cn_1.box-group,.col_cn_1.between,.col_cn_1.button-group,.col_cn_1.content,.col_cn_1.even,.col_cn_1.panel,.col_cn_1.part,.flexy.col_cn_1{flex-direction:column}}#app .box .justify_start.box-header,#app .justify_start.box,#app .justify_start.box-group,.flexy.justify_start,.justify_start.between,.justify_start.button-group,.justify_start.content,.justify_start.even,.justify_start.panel,.justify_start.part{justify-content:flex-start}#app .box .justify_end.box-header,#app .justify_end.box,#app .justify_end.box-group,.flexy.justify_end,.justify_end.between,.justify_end.button-group,.justify_end.content,.justify_end.even,.justify_end.panel,.justify_end.part{justify-content:flex-end}#app .align_start.box,#app .align_start.box-group,#app .box .align_start.box-header,.align_start.between,.align_start.button-group,.align_start.content,.align_start.even,.align_start.panel,.align_start.part,.flexy.align_start{align-items:flex-start}#app .align_end.box,#app .align_end.box-group,#app .box .align_end.box-header,.align_end.between,.align_end.button-group,.align_end.content,.align_end.even,.align_end.panel,.align_end.part,.flexy.align_end{align-items:flex-end}#app .box .line_padding.box-header,#app .line_padding.box,#app .line_padding.box-group,.flexy.line_padding,.line_padding.between,.line_padding.button-group,.line_padding.content,.line_padding.even,.line_padding.panel,.line_padding.part{height:var(--box-height);align-items:center;padding:0 var(--box-padding-x)}#app .base_padding.box,#app .base_padding.box-group,#app .box .base_padding.box-header,.base_padding.between,.base_padding.button-group,.base_padding.content,.base_padding.even,.base_padding.panel,.base_padding.part,.flexy.base_padding{align-items:center;height:var(--box-height);padding:0}#app .box .wraps.box-header,#app .wraps.box,#app .wraps.box-group,.flexy.wraps,.wraps.between,.wraps.button-group,.wraps.content,.wraps.even,.wraps.panel,.wraps.part{flex-wrap:wrap}#app .box .centered.box-header,#app .centered.box,#app .centered.box-group,.centered.between,.centered.button-group,.centered.content,.centered.even,.centered.panel,.centered.part,.flexy.centered{align-items:center}#app .box-group .flex_c_5_1,#app .box .flex_c_5_1,.between .flex_c_5_1,.button-group .flex_c_5_1,.content .flex_c_5_1,.even .flex_c_5_1,.flexy .flex_c_5_1,.panel .flex_c_5_1,.part .flex_c_5_1{flex:1}#app .box-group .flex_c_5_2,#app .box .flex_c_5_2,.between .flex_c_5_2,.button-group .flex_c_5_2,.content .flex_c_5_2,.even .flex_c_5_2,.flexy .flex_c_5_2,.panel .flex_c_5_2,.part .flex_c_5_2{flex:2}#app .box-group .flex_c_5_3,#app .box .flex_c_5_3,.between .flex_c_5_3,.button-group .flex_c_5_3,.content .flex_c_5_3,.even .flex_c_5_3,.flexy .flex_c_5_3,.panel .flex_c_5_3,.part .flex_c_5_3{flex:3}#app .box-group .flex_c_5_4,#app .box .flex_c_5_4,.between .flex_c_5_4,.button-group .flex_c_5_4,.content .flex_c_5_4,.even .flex_c_5_4,.flexy .flex_c_5_4,.panel .flex_c_5_4,.part .flex_c_5_4{flex:4}#app .box-group .flex_c_5_5,#app .box .flex_c_5_5,.between .flex_c_5_5,.button-group .flex_c_5_5,.content .flex_c_5_5,.even .flex_c_5_5,.flexy .flex_c_5_5,.panel .flex_c_5_5,.part .flex_c_5_5{flex:5}@media screen and (max-width:1200px){#app .box-group .flex_c_4_1,#app .box .flex_c_4_1,.between .flex_c_4_1,.button-group .flex_c_4_1,.content .flex_c_4_1,.even .flex_c_4_1,.flexy .flex_c_4_1,.panel .flex_c_4_1,.part .flex_c_4_1{flex:1}}@media screen and (max-width:1200px){#app .box-group .flex_c_4_2,#app .box .flex_c_4_2,.between .flex_c_4_2,.button-group .flex_c_4_2,.content .flex_c_4_2,.even .flex_c_4_2,.flexy .flex_c_4_2,.panel .flex_c_4_2,.part .flex_c_4_2{flex:2}}@media screen and (max-width:1200px){#app .box-group .flex_c_4_3,#app .box .flex_c_4_3,.between .flex_c_4_3,.button-group .flex_c_4_3,.content .flex_c_4_3,.even .flex_c_4_3,.flexy .flex_c_4_3,.panel .flex_c_4_3,.part .flex_c_4_3{flex:3}}@media screen and (max-width:1200px){#app .box-group .flex_c_4_4,#app .box .flex_c_4_4,.between .flex_c_4_4,.button-group .flex_c_4_4,.content .flex_c_4_4,.even .flex_c_4_4,.flexy .flex_c_4_4,.panel .flex_c_4_4,.part .flex_c_4_4{flex:4}}@media screen and (max-width:1200px){#app .box-group .flex_c_4_5,#app .box .flex_c_4_5,.between .flex_c_4_5,.button-group .flex_c_4_5,.content .flex_c_4_5,.even .flex_c_4_5,.flexy .flex_c_4_5,.panel .flex_c_4_5,.part .flex_c_4_5{flex:5}}@media screen and (max-width:1024px){#app .box-group .flex_c_3_1,#app .box .flex_c_3_1,.between .flex_c_3_1,.button-group .flex_c_3_1,.content .flex_c_3_1,.even .flex_c_3_1,.flexy .flex_c_3_1,.panel .flex_c_3_1,.part .flex_c_3_1{flex:1}}@media screen and (max-width:1024px){#app .box-group .flex_c_3_2,#app .box .flex_c_3_2,.between .flex_c_3_2,.button-group .flex_c_3_2,.content .flex_c_3_2,.even .flex_c_3_2,.flexy .flex_c_3_2,.panel .flex_c_3_2,.part .flex_c_3_2{flex:2}}@media screen and (max-width:1024px){#app .box-group .flex_c_3_3,#app .box .flex_c_3_3,.between .flex_c_3_3,.button-group .flex_c_3_3,.content .flex_c_3_3,.even .flex_c_3_3,.flexy .flex_c_3_3,.panel .flex_c_3_3,.part .flex_c_3_3{flex:3}}@media screen and (max-width:1024px){#app .box-group .flex_c_3_4,#app .box .flex_c_3_4,.between .flex_c_3_4,.button-group .flex_c_3_4,.content .flex_c_3_4,.even .flex_c_3_4,.flexy .flex_c_3_4,.panel .flex_c_3_4,.part .flex_c_3_4{flex:4}}@media screen and (max-width:1024px){#app .box-group .flex_c_3_5,#app .box .flex_c_3_5,.between .flex_c_3_5,.button-group .flex_c_3_5,.content .flex_c_3_5,.even .flex_c_3_5,.flexy .flex_c_3_5,.panel .flex_c_3_5,.part .flex_c_3_5{flex:5}}@media screen and (max-width:768px){#app .box-group .flex_c_2_1,#app .box .flex_c_2_1,.between .flex_c_2_1,.button-group .flex_c_2_1,.content .flex_c_2_1,.even .flex_c_2_1,.flexy .flex_c_2_1,.panel .flex_c_2_1,.part .flex_c_2_1{flex:1}}@media screen and (max-width:768px){#app .box-group .flex_c_2_2,#app .box .flex_c_2_2,.between .flex_c_2_2,.button-group .flex_c_2_2,.content .flex_c_2_2,.even .flex_c_2_2,.flexy .flex_c_2_2,.panel .flex_c_2_2,.part .flex_c_2_2{flex:2}}@media screen and (max-width:768px){#app .box-group .flex_c_2_3,#app .box .flex_c_2_3,.between .flex_c_2_3,.button-group .flex_c_2_3,.content .flex_c_2_3,.even .flex_c_2_3,.flexy .flex_c_2_3,.panel .flex_c_2_3,.part .flex_c_2_3{flex:3}}@media screen and (max-width:768px){#app .box-group .flex_c_2_4,#app .box .flex_c_2_4,.between .flex_c_2_4,.button-group .flex_c_2_4,.content .flex_c_2_4,.even .flex_c_2_4,.flexy .flex_c_2_4,.panel .flex_c_2_4,.part .flex_c_2_4{flex:4}}@media screen and (max-width:768px){#app .box-group .flex_c_2_5,#app .box .flex_c_2_5,.between .flex_c_2_5,.button-group .flex_c_2_5,.content .flex_c_2_5,.even .flex_c_2_5,.flexy .flex_c_2_5,.panel .flex_c_2_5,.part .flex_c_2_5{flex:5}}@media screen and (max-width:576px){#app .box-group .flex_c_1_1,#app .box .flex_c_1_1,.between .flex_c_1_1,.button-group .flex_c_1_1,.content .flex_c_1_1,.even .flex_c_1_1,.flexy .flex_c_1_1,.panel .flex_c_1_1,.part .flex_c_1_1{flex:1}}@media screen and (max-width:576px){#app .box-group .flex_c_1_2,#app .box .flex_c_1_2,.between .flex_c_1_2,.button-group .flex_c_1_2,.content .flex_c_1_2,.even .flex_c_1_2,.flexy .flex_c_1_2,.panel .flex_c_1_2,.part .flex_c_1_2{flex:2}}@media screen and (max-width:576px){#app .box-group .flex_c_1_3,#app .box .flex_c_1_3,.between .flex_c_1_3,.button-group .flex_c_1_3,.content .flex_c_1_3,.even .flex_c_1_3,.flexy .flex_c_1_3,.panel .flex_c_1_3,.part .flex_c_1_3{flex:3}}@media screen and (max-width:576px){#app .box-group .flex_c_1_4,#app .box .flex_c_1_4,.between .flex_c_1_4,.button-group .flex_c_1_4,.content .flex_c_1_4,.even .flex_c_1_4,.flexy .flex_c_1_4,.panel .flex_c_1_4,.part .flex_c_1_4{flex:4}}@media screen and (max-width:576px){#app .box-group .flex_c_1_5,#app .box .flex_c_1_5,.between .flex_c_1_5,.button-group .flex_c_1_5,.content .flex_c_1_5,.even .flex_c_1_5,.flexy .flex_c_1_5,.panel .flex_c_1_5,.part .flex_c_1_5{flex:5}}#app .box-group .aw_c_5,#app .box .aw_c_5,.between .aw_c_5,.button-group .aw_c_5,.content .aw_c_5,.even .aw_c_5,.flexy .aw_c_5,.panel .aw_c_5,.part .aw_c_5{width:auto!important}@media screen and (max-width:1200px){#app .box-group .aw_c_4,#app .box .aw_c_4,.between .aw_c_4,.button-group .aw_c_4,.content .aw_c_4,.even .aw_c_4,.flexy .aw_c_4,.panel .aw_c_4,.part .aw_c_4{width:auto!important}}@media screen and (max-width:1024px){#app .box-group .aw_c_3,#app .box .aw_c_3,.between .aw_c_3,.button-group .aw_c_3,.content .aw_c_3,.even .aw_c_3,.flexy .aw_c_3,.panel .aw_c_3,.part .aw_c_3{width:auto!important}}@media screen and (max-width:768px){#app .box-group .aw_c_2,#app .box .aw_c_2,.between .aw_c_2,.button-group .aw_c_2,.content .aw_c_2,.even .aw_c_2,.flexy .aw_c_2,.panel .aw_c_2,.part .aw_c_2{width:auto!important}}@media screen and (max-width:576px){#app .box-group .aw_c_1,#app .box .aw_c_1,.between .aw_c_1,.button-group .aw_c_1,.content .aw_c_1,.even .aw_c_1,.flexy .aw_c_1,.panel .aw_c_1,.part .aw_c_1{width:auto!important}}.even>*{flex:1}#app .box .box-header,.between{justify-content:space-between}@-webkit-keyframes loading-logo{0%{opacity:.6}50%{opacity:.3}to{opacity:.8}}@keyframes loading-logo{0%{opacity:.6}50%{opacity:.3}to{opacity:.8}}.app-icon{margin-left:var(--box-padding-x);width:16px;height:16px;border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.3215686274509804)}#app.rtl .app-icon{margin-left:0;margin-right:var(--box-padding-x)}.navbar{display:flex;height:40px;align-items:center;padding:0 var(--container-padding-x);background-color:var(--lighter-bg)}@media screen and (max-width:768px){.navbar{padding:0 var(--container-padding-x-tablet)}}@media screen and (max-width:576px){.navbar{padding:0 var(--container-padding-x-mobile)}}.navbar .app-logo{height:var(--logo-height);width:var(--logo-height);-o-object-fit:contain;object-fit:contain;border-radius:3px}.navbar .app-logo.loading{-webkit-animation:loading-logo 2s infinite;animation:loading-logo 2s infinite}.preview .navbar h1{margin:0;padding:0;border-bottom:0}.navbar h1{height:var(--menu-item-height);font-size:13px;font-weight:300;min-width:200px;color:var(--color-bolder);display:flex;align-items:center;white-space:nowrap}@media screen and (max-width:576px){.navbar h1{min-width:160px}}.navbar h1 .button{margin-left:var(--button-padding-x)}#app.rtl .navbar h1 .button{margin-left:0;margin-right:var(--button-padding-x)}.navbar .success-bar{position:fixed;z-index:999;right:10px;bottom:10px;background:var(--success-color);color:var(--badge-color);padding:6px 20px;border-radius:666px}#app.rtl .navbar .success-bar{right:auto;left:10px}.navbar .error-bar{position:fixed;z-index:999;right:10px;bottom:10px;background:var(--danger-color);color:var(--badge-color);padding:6px 20px;border-radius:666px}#app.rtl .navbar .error-bar{right:auto;left:10px}.navbar .module-bar{position:absolute;z-index:4;border:1px solid var(--border-color-light);top:38px;background:var(--lighter-bg);padding:0;min-width:250px;display:flex;gap:0}.navbar .module-bar>span{padding:0 10px;flex:auto;height:var(--input-height);display:flex;align-items:center;border-bottom:1px solid var(--border-color-light);cursor:pointer}.navbar .module-bar>span.active{color:var(--color-bolder)}.navbar .module-bar>span:last-child{border-bottom:0}.navbar .theme-switcher{position:absolute;top:16px;right:6px;width:9px;height:9px;border-radius:666px;background:var(--color-light);cursor:pointer}#app.rtl .navbar .theme-switcher{right:auto;left:6px}.badge{border-radius:666px;display:inline-flex;padding:var(--base-padding-y) var(--base-padding-x);background-color:var(--default-color);color:var(--badge-color);min-width:var(--badge-width);height:var(--badge-height);align-items:center;justify-content:center;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.3215686274509804)}.badge .icon,.badge b{margin:0 var(--base-padding-x)}.badge .icon.raw,.badge b.raw{margin:0}.badge.primary{background-color:var(--primary-color)}.badge.success{background-color:var(--success-color)}.badge.warning{background-color:var(--warning-color)}.badge.danger{background-color:var(--danger-color)}.badge.saving{background-color:var(--saving-color)}.badge.interactive{cursor:pointer}.badge.outline{background-color:transparent;border:1px solid var(--border-color);color:inherit}.badge.outline.primary{color:var(--primary-color);border-color:var(--primary-color)}.badge.outline.success{color:var(--success-color);border-color:var(--success-color)}.badge.outline.warning{color:var(--warning-color);border-color:var(--warning-color)}.badge.outline.danger{color:var(--danger-color);border-color:var(--danger-color)}.badge.outline.saving{color:var(--saving-color);border-color:var(--saving-color)}.badge.outline.interactive:hover{color:var(--badge-color)}.badge.outline.interactive:hover svg .col{fill:var(--badge-color)}.badge.outline.interactive:hover.primary{background-color:var(--primary-color)}.badge.outline.interactive:hover.success{background-color:var(--success-color)}.badge.outline.interactive:hover.warning{background-color:var(--warning-color)}.badge.outline.interactive:hover.danger{background-color:var(--danger-color)}.badge.outline.interactive:hover.saving{background-color:var(--saving-color)}#app .box-padding{padding:var(--box-padding-y) 0}#app .box{display:block;border:1px solid var(--border-color-light);background-color:var(--base-bg)}#app .box.no-border{border:0}#app .box.highlighted{background-color:var(--lighter-bg)}#app .box.small .box-content{padding:var(--box-small-padding-y) var(--box-small-padding-x)}#app .box.line{min-height:var(--box-height);display:flex;flex:1}#app .box.line .box-content{flex:1;display:flex;padding:0 var(--box-padding-x);align-items:center;min-height:100%}#app .box.interactive{cursor:pointer}#app .box.interactive:hover{background-color:var(--light-bg)}#app .box .box-header{height:var(--box-height);padding:0 var(--box-padding-x);border-bottom:1px solid var(--border-color-light);align-items:center;margin:0}#app .box .box-content{padding:var(--box-padding-y) var(--box-padding-x)}#app .box-group{border:1px solid var(--border-color-light);gap:0}#app .box-group.no-external-border{border:0}#app .box-group.col>.box{border-right:0;border-bottom:1px solid var(--border-color-light)}#app .box-group.col>.box.no-border,#app .box-group.col>.box:last-child{border-bottom:0}#app .box-group.small>.box .box-content{padding:var(--box-small-padding-y) var(--box-small-padding-x)}#app .box-group>.box{border:0;border-right:1px solid var(--border-color-light);margin:0}#app .box-group>.box.no-border,#app .box-group>.box:last-child{border-right:0}#app .box-group.no-border>.box{border-bottom:0;border-right:0}.button{background-color:var(--light-bg);display:flex;min-height:var(--button-height);border:1px solid var(--border-color);align-items:center;padding:var(--base-padding-y) var(--button-padding-x);cursor:pointer;border-radius:3px}.button.small{font-size:10px;min-height:var(--button-small-height);padding:var(--base-padding-y) var(--button-small-padding-x)}.button.disabled{color:var(--color-disabled);cursor:not-allowed}.button.disabled:hover{background-color:var(--light-bg);color:var(--color-disabled)}.button.primary{border-color:var(--primary-color);color:var(--primary-color)}.button.success{border-color:var(--success-color);color:var(--success-color)}.button.warning{border-color:var(--warning-color);color:var(--warning-color)}.button.danger{border-color:var(--danger-color);color:var(--danger-color)}.button.saving{border-color:var(--saving-color);color:var(--saving-color)}.button:hover{background-color:var(--medium-bg)}.button:hover.danger.primary,.button:hover.primary.primary,.button:hover.saving.primary,.button:hover.success.primary,.button:hover.warning.primary{background-color:var(--primary-color-50)}.button:hover.danger.success,.button:hover.primary.success,.button:hover.saving.success,.button:hover.success.success,.button:hover.warning.success{background-color:var(--success-color-50)}.button:hover.danger.warning,.button:hover.primary.warning,.button:hover.saving.warning,.button:hover.success.warning,.button:hover.warning.warning{background-color:var(--warning-color-50)}.button:hover.danger.danger,.button:hover.primary.danger,.button:hover.saving.danger,.button:hover.success.danger,.button:hover.warning.danger{background-color:var(--danger-color-50)}.button:hover.danger.saving,.button:hover.primary.saving,.button:hover.saving.saving,.button:hover.success.saving,.button:hover.warning.saving{background-color:var(--saving-color-50)}.button.right{justify-content:right}.button.left{justify-content:left}.button.center{justify-content:center}.button-group{border:1px solid var(--border-color);border-radius:3px;gap:0}.button-group>.button{border-radius:0;border:0;border-right:1px solid var(--border-color)}#app.rtl .button-group>.button{border-right:0;border-left:1px solid var(--border-color)}.button-group>.button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}#app.rtl .button-group>.button:first-child{border-radius:0 3px 3px 0}.button-group>.button:last-child{border-right:0;border-top-right-radius:3px;border-bottom-right-radius:3px}#app.rtl .button-group>.button:last-child{border-left:0;border-radius:3px 0 0 3px}.button-group.col>.button{margin-bottom:0;border-right:0;border-bottom:1px solid var(--border-color)}.button-group.col>.button:last-child{border-bottom:0}input[type=checkbox]{width:16px!important;height:16px;-webkit-appearance:none;background:transparent;border:1px solid var(--border-color);border-radius:666px;padding:0!important;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}input[type=checkbox]:after{content:"";display:flex;height:10px;width:10px;border-radius:666px;background:var(--link-color);color:#99a1a7;opacity:0;transition:all .2s}input[type=checkbox]:checked:after{opacity:1}.checkbox-wrapper:hover .label-text{color:var(--color-bolder)}.checkbox-wrapper label{cursor:pointer}.container{max-width:var(--container-max-width);padding:0 var(--container-padding-x);margin:0 auto}.container.full{max-width:100%}@media screen and (max-width:768px){.container{padding:0 var(--container-padding-x-tablet)}}@media screen and (max-width:576px){.container{padding:0 var(--container-padding-x-mobile)}}.content{flex:1}.content.auto_flex{flex:auto}.content.instance-sidebar{flex:0;min-width:400px}@media screen and (max-width:1200px){.content.instance-sidebar{min-width:300px}}@media screen and (max-width:1024px){.content.instance-sidebar{min-width:250px}}@media screen and (max-width:768px){.content.instance-sidebar{min-width:auto}}@-webkit-keyframes loadscroll{0%{background-position-x:0}to{background-position-x:150%}}@keyframes loadscroll{0%{background-position-x:0}to{background-position-x:150%}}.content-mockup{margin:var(--box-padding-y) 0;padding:var(--base-padding-y) var(--base-padding-x);-webkit-animation:loadscroll 2s linear infinite;animation:loadscroll 2s linear infinite;background:linear-gradient(90deg,var(--lighter-bg),var(--medium-bg),var(--lighter-bg));background-size:300%}.content-mockup .mock-row{height:30px;background:var(--base-bg);opacity:.75;margin-bottom:1px}.content-mockup .mock-box{background:var(--base-bg);opacity:.75;height:190px;margin-bottom:6px}.floater{position:absolute;z-index:100}#app.rtl .floater{left:0!important}#app .floating-menu{min-width:var(--floating-menu-min-width)}@media screen and (max-width:576px){#app .floating-menu{min-width:var(--floating-menu-min-width-mobile)}}#app .floating-menu>.box{display:flex;align-items:center;min-height:auto}#app .floating-menu>.box .box-content{padding:0}#app .floating-menu>.box a{padding:0 var(--box-padding-x);flex:1;display:flex;align-items:center;min-height:var(--box-height)}#app .floating-menu>.box a.active,#app .floating-menu>.box a:hover{flex:1;color:var(--link-color-active)}#app .floating-menu>.box a .between,#app .floating-menu>.box a .box,#app .floating-menu>.box a .box-group,#app .floating-menu>.box a .box-header,#app .floating-menu>.box a .button-group,#app .floating-menu>.box a .content,#app .floating-menu>.box a .even,#app .floating-menu>.box a .flexy,#app .floating-menu>.box a .panel,#app .floating-menu>.box a .part{flex:1}#app .floating-menu a.router-link-exact-active{color:var(--color-bolder)}.form-field{display:flex;flex-direction:column}.form-field.horizontal{flex-direction:row;padding-top:20px}.form-field .label{padding:var(--label-padding-y) 0}.form-group{justify-content:flex-start}.form-group>span{display:block;margin:10px 0 5px 0;border-bottom:1px solid var(--border-color-light);padding-bottom:5px}.form-group .form-group-inner{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;margin:8px 0;gap:var(--gutter)}.form-group .form-group-inner.primary{flex-direction:row}.form-group .form-group-inner.primary>*{width:25%}@media screen and (max-width:768px){.form-group .form-group-inner.primary>*{width:50%}}@media screen and (max-width:576px){.form-group .form-group-inner.primary>*{width:50%}}.form-group .form-group-inner.secondary{flex-direction:row}.form-group .form-group-inner.secondary>*{width:12.5%;padding:0 var(--base-padding-x)}@media screen and (max-width:1024px){.form-group .form-group-inner.secondary>*{width:25%}}@media screen and (max-width:768px){.form-group .form-group-inner.secondary>*{width:33.3333333333%}}.form-group .form-group-inner.secondary>:first-child{padding-left:0}.form-group .form-group-inner.secondary>:last-child,.form-group .form-group-inner.secondary>:nth-child(8),.form-group .form-group-inner.secondary>:nth-child(16){padding-right:0}.form-group .form-group-inner.small{flex-direction:row;flex-wrap:wrap}.form-group .form-group-inner.small>*{min-width:150px;padding:0 var(--base-padding-x)}.form-group .form-group-inner.small>.form-field.horizontal{padding-top:20px}.form-group .form-group-inner.small>* .label{white-space:nowrap;display:inline-block;text-overflow:ellipsis;max-width:190px;overflow:hidden}@media screen and (max-width:576px){.form-group .form-group-inner.small>* .label{max-width:75px}}.form-group .form-group-inner.small>:first-child{padding-left:0}.form-group .form-group-inner.small>:last-child,.form-group .form-group-inner.small>:nth-child(8),.form-group .form-group-inner.small>:nth-child(16){padding-right:0}h1.header{margin-top:10px}h1.header b{font-weight:inherit;color:var(--color-bolder)}h1.header.bold{font-weight:600}h1.header.small{font-size:16px}h1.header.primary{color:var(--primary-color)}h1.header.success{color:var(--success-color)}h1.header.danger{color:var(--danger-color)}h1.header.warning{color:var(--warning-color)}@-webkit-keyframes loadAnim{0%{opacity:.5}50%{opacity:.9}to{opacity:.5}}@keyframes loadAnim{0%{opacity:.5}50%{opacity:.9}to{opacity:.5}}.icon{display:inline-flex;align-items:center}.icon.interactive{cursor:pointer}.icon.small .icon-svg{width:10px;height:10px}.icon.tiny{height:8px}.icon.tiny .icon-svg{width:8px;height:8px}.icon .icon-svg{width:15px;height:15px;-o-object-fit:contain;object-fit:contain}.icon .icon-svg .col{fill:var(--color-light)}.icon .icon-svg .col-stroke{stroke:var(--color-light)}.icon.link .icon-svg .col{fill:var(--link-color)}.icon.link .icon-svg .col-stroke{stroke:var(--link-color)}.icon.primary .icon-svg .col{fill:var(--primary-color)}.icon.primary .icon-svg .col-stroke{stroke:var(--primary-color)}.icon.success .icon-svg .col{fill:var(--success-color)}.icon.success .icon-svg .col-stroke{stroke:var(--success-color)}.icon.warning .icon-svg .col{fill:var(--warning-color)}.icon.warning .icon-svg .col-stroke{stroke:var(--warning-color)}.icon.danger .icon-svg .col{fill:var(--danger-color)}.icon.danger .icon-svg .col-stroke{stroke:var(--danger-color)}.icon.saving .icon-svg .col{fill:var(--saving-color)}.icon.saving .icon-svg .col-stroke{stroke:var(--saving-color)}.icon.loading{filter:drop-shadow(0 0 4px var(--link-color));-webkit-animation:loadAnim .8s infinite;animation:loadAnim .8s infinite}.icon.loading .icon-svg .col{fill:var(--link-color)}.icon.loading .icon-svg .col-stroke{stroke:var(--link-color)}input{background-color:var(--base-bg);color:var(--color-light);border:1px solid var(--border-color);font-family:Open Sans,sans-serif;font-size:11px;height:var(--input-height);outline:none;padding:0 var(--base-padding-x)}input:active,input:focus,input:hover{border-color:var(--border-color-medium)}input:active,input:focus{background-color:var(--light-bg)}textarea{outline:none;background-color:var(--base-bg);color:var(--color-light);border:1px solid var(--border-color);font-family:Open Sans,sans-serif;font-size:11px;min-height:56px}input.primary,textarea.primary{border-color:var(--primary-color)}input.success,textarea.success{border-color:var(--success-color)}input.warning,textarea.warning{border-color:var(--warning-color)}input.danger,textarea.danger{border-color:var(--danger-color)}input.saving,textarea.saving{border-color:var(--saving-color)}input.min,textarea.min{min-width:60px}input.med,textarea.med{min-width:100px}input.max,textarea.max{min-width:150px}.json-browser{gap:var(--gutter)}.json-browser .browser-node div{overflow:visible}.json-browser .browser-node .node-label,.json-browser .browser-node .node-value{display:flex;padding:var(--base-padding-y) 0}.json-browser .browser-node .node-label{min-width:100px}.json-browser .browser-node .node-label.collapsible{cursor:pointer}.json-browser .browser-node .node-label.collapsible:hover{color:var(--color-bolder)}.json-browser .browser-node .node-label.bold{min-width:auto}table.list td div{max-width:1100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:1200px){table.list td div{max-width:800px}}@media screen and (max-width:1024px){table.list td div{max-width:580px}}@media screen and (max-width:768px){table.list td div{max-width:400px}}@media screen and (max-width:576px){table.list td div{max-width:200px}}.filtered-list{flex:1;padding-top:var(--box-padding-y)}.filtered-list .filters-bar{padding:var(--base-padding-y) 0;min-height:33px;display:flex;align-items:center;justify-content:space-between;gap:var(--box-small-padding-y);border-bottom:1px solid var(--border-color)}@media screen and (max-width:576px){.filtered-list .filters-bar{flex-direction:column;align-items:flex-start}}.filtered-list .filters-bar .list-title{flex:1;white-space:nowrap}.filtered-list .filters-bar .search input{width:100%}.filtered-list .filters{display:flex;align-items:center;flex-wrap:wrap;gap:var(--base-padding-x);margin-bottom:calc(var(--base-padding-x)/2)}@media screen and (max-width:576px){.filtered-list .filters{width:100%}}.filtered-list .filters>*{flex:1}.filtered-list .filters .v-select{min-width:160px}@media screen and (max-width:576px){.filtered-list .filters .v-select{min-width:140px}}.filtered-list .filters .button,.filtered-list .filters .search{min-width:200px}@media screen and (max-width:576px){.filtered-list .filters .button,.filtered-list .filters .search{min-width:140px}}.draggable-list{display:flex;flex-direction:column}.draggable-list.compact .item{gap:var(--base-padding-x)}.draggable-list .handle{margin-right:var(--base-padding-x)}.draggable-list .item{padding:var(--base-padding-y) 0;justify-content:flex-start;flex-basis:var(--input-height);align-items:center;gap:var(--box-padding-x);border-bottom:1px solid var(--border-color-light)}.nav-menu{list-style:none;margin:0;display:flex;flex:1}.nav-menu.user-nav{flex:0}.nav-menu.user-nav>li{margin-right:0}.nav-menu>li{display:flex;height:var(--menu-item-height);margin-right:30px;font-weight:600;align-items:stretch;position:relative;color:var(--link-color);cursor:pointer}.nav-menu>li.menu-toggle{margin-right:0;flex:1;justify-content:flex-end}.nav-menu>li.menu-toggle a{padding:0 var(--button-padding-x);flex:0}.nav-menu>li>a{flex:1;display:flex;align-items:center}.nav-menu>li>a.router-link-active{color:var(--color-bolder)}.nav-menu>li.active .icon-svg .col,.nav-menu>li:hover .icon-svg .col{fill:var(--link-color-active)}.nav-menu>li.active .icon-svg .col-stroke,.nav-menu>li:hover .icon-svg .col-stroke{stroke:var(--link-color-active)}.nav-menu>li.active>a,.nav-menu>li:hover>a{color:var(--link-color-active)}.nav-menu>li.active>a.router-link-exact-active,.nav-menu>li:hover>a.router-link-exact-active{color:var(--color-bolder)}.nav-menu>li.test{visibility:hidden}.nav-menu>li .icon{margin:0 var(--menu-icon-padding-x)}.panel{flex:1;padding:var(--box-padding-y) 0;position:relative}.panel:last-child{padding:0}.panel .param-inputs input[type=date],.panel .param-inputs input[type=datetime-local],.panel .param-inputs input[type=number],.panel .param-inputs input[type=password],.panel .param-inputs input[type=text],.panel .param-inputs textarea{width:150px;flex:1}.panel input[type=date],.panel input[type=datetime-local],.panel input[type=number],.panel input[type=password],.panel input[type=text],.panel textarea{width:100%}.panel h1{padding:0 0 4px 0;border-bottom:1px solid var(--border-color);margin-bottom:12px}.panel h3{color:var(--color-bolder)}.part.max_width,.part.max_width .txt{overflow:hidden;white-space:nowrap}.part.max_width .txt{text-overflow:ellipsis}.scroller{width:100%;overflow-y:auto}span.txt.bold{font-weight:600;color:var(--color-bolder)}span.txt.title{font-weight:300;color:var(--color-bolder);font-size:15px}span.txt.title.bold{font-weight:600;font-size:13px}span.txt.small{font-size:10px}span.txt.interactive{cursor:pointer}span.txt.primary{color:var(--primary-color)}span.txt.success{color:var(--success-color)}span.txt.warning{color:var(--warning-color)}span.txt.danger{color:var(--danger-color)}span.txt.saving{color:var(--saving-color)}