.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes 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 bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes 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 bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes 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 bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes 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 bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.xc-button[data-v-b6c9d6b9]{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--body-background);padding:.5rem 1rem;border-radius:20px;border:1px solid #ddd;text-decoration:none;color:var(--text-color);box-shadow:0 2px 5px #3c42571f,0 1px 1px #0000001f;font-weight:700;width:-moz-fit-content;width:fit-content;text-transform:uppercase;display:inline-block;text-align:center}.xc-button.xc-size-small[data-v-b6c9d6b9]{font-size:.7rem;padding:.2rem .5rem}.xc-button.xc-size-medium[data-v-b6c9d6b9]{font-size:1rem}.xc-button.xc-size-large[data-v-b6c9d6b9]{font-size:1.2rem}.xc-button.icon-prefix[data-v-b6c9d6b9]{display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:.5rem;column-gap:.5rem;place-items:center}.xc-button.xc-loading[data-v-b6c9d6b9]{display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:.5rem;column-gap:.5rem}.xc-button.xc-loading svg[data-v-b6c9d6b9]{margin-right:.5rem}.xc-button.xc-loading[data-v-b6c9d6b9]:not(.xc-disabled):hover{background-color:unset!important;color:unset!important}.xc-button.square[data-v-b6c9d6b9]{border-radius:unset}.xc-button.square[data-v-b6c9d6b9]{margin-right:auto;margin-left:auto}.xc-button[data-v-b6c9d6b9]:hover{cursor:pointer;background-color:var(--faded-text);border:1px solid var(--faded-text);color:var(--body-background)}.xc-button.xc-create[data-v-b6c9d6b9]{background-color:var(--button-color-create);border-color:var(--button-color-create);color:#fff}.xc-button.xc-create[data-v-b6c9d6b9]:hover{border-color:#fff}.xc-button.xc-success[data-v-b6c9d6b9]{background-color:var(--button-color-success);border-color:var(--button-color-success);color:#fff}.xc-button.xc-success[data-v-b6c9d6b9]:hover{border-color:#fff}.xc-button.xc-delete[data-v-b6c9d6b9]{background-color:var(--button-color-delete);border-color:var(--button-color-delete);color:#fff}.xc-button.xc-delete[data-v-b6c9d6b9]:hover{border-color:#fff}.xc-button.xc-move[data-v-b6c9d6b9]{background-color:var(--button-color-move);border-color:var(--button-color-move);color:#fff}.xc-button.xc-move[data-v-b6c9d6b9]:hover{border-color:#fff}.xc-button.xc-copy[data-v-b6c9d6b9]{background-color:var(--button-color-copy);border-color:var(--button-color-copy);color:#fff}.xc-button.xc-copy[data-v-b6c9d6b9]:hover{border-color:#fff}.xc-button.xc-disabled[data-v-b6c9d6b9],.xc-button.xc-delete.xc-disabled[data-v-b6c9d6b9],.xc-button.xc-create.xc-disabled[data-v-b6c9d6b9],.xc-button.xc-success.xc-disabled[data-v-b6c9d6b9]{background-color:#aaa;border-color:#aaa;color:#fff}.xc-button.xc-disabled[data-v-b6c9d6b9]:hover{cursor:not-allowed}.xc-button.xc-custom-bg-color[data-v-b6c9d6b9]:hover{border:1px solid var(--931af650)!important}@media (max-width: 860px){.xc-button[data-v-b6c9d6b9]{font-size:.75rem}}.xc-label{display:block;color:var(--text-color);font-weight:700;margin-bottom:.25rem}.xc-label.checkbox{margin-bottom:unset}textarea{border-color:var(--faded-text);border-radius:4px;padding:.25rem .5rem;width:100%;box-sizing:border-box}input[data-v-c91c80fe]{box-shadow:none;box-sizing:border-box;width:100%;border-radius:4px;border:1px solid;border-color:var(--faded-text);padding:.25rem .5rem;height:40px}input[data-v-c91c80fe]:focus{outline:none;border-color:#000}input[data-v-c91c80fe]:disabled{background-color:var(--faded-text)}.xc-validation-error[data-v-c91c80fe]{font-size:.7rem;color:var(--soft-red);position:relative}.has-errors[data-v-c91c80fe]{border-color:var(--soft-red)}.datepicker-input[data-v-c91c80fe]{position:relative;padding-bottom:1rem}.file-label[data-v-c91c80fe]{display:block;color:var(--text-color);font-weight:700;margin-bottom:.25rem}[type=file][data-v-c91c80fe]{height:0;overflow:hidden;width:0;padding:0!important;border:none!important;border-radius:0!important}[type=file]+label.xc-label[data-v-c91c80fe]{background:#e03055;border:none;border-radius:5px 0 0 5px;color:#fff;cursor:pointer;display:inline-block;font-size:inherit;font-weight:500;margin-bottom:1rem;outline:none;padding:12px 20px;position:relative;transition:all .3s;vertical-align:middle;z-index:2;height:41px;box-sizing:border-box}[type=file]:focus+label.xc-label[data-v-c91c80fe],[type=file]+label.xc-label[data-v-c91c80fe]:hover{background-color:#c01d3f}.file-field[data-v-c91c80fe]{display:inline-block;width:calc(100% - 120px);height:41px;padding-bottom:12px;margin-bottom:1rem;padding:.7rem 20px;position:relative;vertical-align:middle;cursor:pointer;z-index:1;transition:all .3s;background-color:#fff!important}.input-icon[data-v-c91c80fe]{position:absolute;left:8px;top:5px}.input-suffix-icon[data-v-c91c80fe]{position:absolute;right:10px;top:10px}.input-checkbox[data-v-c91c80fe]{position:absolute;right:-4px;top:4px;width:0px}.input-icon>svg[data-v-c91c80fe]{position:relative;top:5px}.inline-input[data-v-c91c80fe]{display:inline-block;white-space:nowrap}.inline-input input[data-v-c91c80fe]{width:auto}.has-icon[data-v-c91c80fe]{display:inline-block;width:100%}.has-icon input[data-v-c91c80fe]{border-radius:4px;padding-left:30px;padding-right:30px}.sub-text[data-v-c91c80fe]{display:block;margin-bottom:.25rem;font-style:italic}.prefix-label-row[data-v-c91c80fe]{display:grid;grid-template-columns:max-content auto}.prefix-label[data-v-c91c80fe]{background:#e03055;border:none;border-radius:5px 0 0 5px;color:#fff;cursor:default;font-size:inherit;font-weight:500;margin-bottom:1rem;outline:none;padding:12px 20px;position:relative;transition:all .3s;vertical-align:middle;z-index:2}.xc-inline-checkbox[data-v-c91c80fe]{display:flex;align-items:center}.xc-inline-checkbox .xc-checkbox-header[data-v-c91c80fe]{margin-left:10px;margin-right:10px}.xc-form-element[data-v-c91c80fe]{width:-moz-fit-content;width:fit-content}.xc-form-element.disabled label[data-v-c91c80fe]{cursor:default}@media (max-width: 860px){.input-suffix-icon[data-v-c91c80fe]{right:10px}}.xc-form-element:not(:last-child){margin-bottom:1rem}.xc-section[data-v-d04ea006]{display:grid;padding:calc(var(--screen-margin) / 8);margin-top:calc(var(--screen-margin) / 8);margin-bottom:calc(var(--screen-margin) / 8);margin-left:calc(var(--screen-margin) / 8);margin-right:calc(var(--screen-margin) / 8);-moz-column-gap:calc(var(--screen-margin) / 8);column-gap:calc(var(--screen-margin) / 8);box-sizing:border-box;height:-moz-fit-content;height:fit-content;position:relative}.xc-section.buttons[data-v-d04ea006]{grid-template-columns:repeat(4,max-content)}.xc-section.form-section .xc-section[data-v-d04ea006]{row-gap:1rem}.xc-section.xc-columns-2[data-v-d04ea006]{grid-template-columns:repeat(2,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-3[data-v-d04ea006]{grid-template-columns:repeat(3,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-4[data-v-d04ea006]{grid-template-columns:repeat(4,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-5[data-v-d04ea006]{grid-template-columns:repeat(5,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-6[data-v-d04ea006]{grid-template-columns:repeat(6,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-7[data-v-d04ea006]{grid-template-columns:repeat(7,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-8[data-v-d04ea006]{grid-template-columns:repeat(8,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-9[data-v-d04ea006]{grid-template-columns:repeat(9,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-10[data-v-d04ea006]{grid-template-columns:repeat(10,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-11[data-v-d04ea006]{grid-template-columns:repeat(11,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-12[data-v-d04ea006]{grid-template-columns:repeat(12,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-13[data-v-d04ea006]{grid-template-columns:repeat(13,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-14[data-v-d04ea006]{grid-template-columns:repeat(14,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-15[data-v-d04ea006]{grid-template-columns:repeat(15,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-16[data-v-d04ea006]{grid-template-columns:repeat(16,1fr);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-2[data-v-d04ea006]{grid-template-columns:repeat(2,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-3[data-v-d04ea006]{grid-template-columns:repeat(3,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-4[data-v-d04ea006]{grid-template-columns:repeat(4,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-5[data-v-d04ea006]{grid-template-columns:repeat(5,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-6[data-v-d04ea006]{grid-template-columns:repeat(6,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-7[data-v-d04ea006]{grid-template-columns:repeat(7,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-8[data-v-d04ea006]{grid-template-columns:repeat(8,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-9[data-v-d04ea006]{grid-template-columns:repeat(9,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-10[data-v-d04ea006]{grid-template-columns:repeat(10,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-11[data-v-d04ea006]{grid-template-columns:repeat(11,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-12[data-v-d04ea006]{grid-template-columns:repeat(12,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-13[data-v-d04ea006]{grid-template-columns:repeat(13,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-14[data-v-d04ea006]{grid-template-columns:repeat(14,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-15[data-v-d04ea006]{grid-template-columns:repeat(15,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-max-16[data-v-d04ea006]{grid-template-columns:repeat(16,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:unset;border-radius:unset}.xc-section.xc-columns-1.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-2.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-3.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-4.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-5.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-6.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-7.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-8.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-9.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-columns-10.xc-center>.xc-section[data-v-d04ea006]{max-width:50%;margin-left:auto;margin-right:auto}.xc-section.xc-panel[data-v-d04ea006]{background-color:var(--panel-color);border:1px solid var(--border-color);border-radius:4px;max-width:calc(100vw - var(--screen-margin) / 8 * 4);min-height:100px}.xc-section.xc-padding[data-v-d04ea006]{padding:calc(var(--screen-margin) / 2)}.xc-section.xc-no-padding[data-v-d04ea006]{padding:0}.xc-section.xc-span-all-columns[data-v-d04ea006]{grid-column:1/-1}.xc-section.xc-center[data-v-d04ea006]{display:block}.xc-section .loading-overlay[data-v-d04ea006]{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#58585838;z-index:10}.xc-section .loading-overlay .loading-icon[data-v-d04ea006]{text-align:center;height:100%}.xc-section .loading-overlay .loading-icon svg[data-v-d04ea006]{height:100%;transform:translateY(-50%);max-width:5vw;color:#fff}@media (max-width: 860px){.xc-section[data-v-d04ea006]{padding:calc(var(--screen-margin) / 1.5);margin-top:calc(var(--screen-margin) / 1.5);margin-bottom:calc(var(--screen-margin) / 1.5);-moz-column-gap:calc(var(--screen-margin) / 1.5);column-gap:calc(var(--screen-margin) / 1.5)}.xc-section.xc-columns-2[data-v-d04ea006],.xc-section.xc-columns-3[data-v-d04ea006],.xc-section.xc-columns-4[data-v-d04ea006],.xc-section.xc-columns-5[data-v-d04ea006],.xc-section.xc-columns-6[data-v-d04ea006],.xc-section.xc-columns-7[data-v-d04ea006],.xc-section.xc-columns-8[data-v-d04ea006],.xc-section.xc-columns-9[data-v-d04ea006],.xc-section.xc-columns-10[data-v-d04ea006],.xc-section.xc-columns-11[data-v-d04ea006],.xc-section.xc-columns-12[data-v-d04ea006],.xc-section.xc-columns-13[data-v-d04ea006],.xc-section.xc-columns-14[data-v-d04ea006],.xc-section.xc-columns-15[data-v-d04ea006],.xc-section.xc-columns-16[data-v-d04ea006]{grid-template-columns:1fr!important}.xc-section.xc-columns-1.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-2.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-3.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-4.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-5.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-6.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-7.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-8.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-9.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section.xc-columns-10.xc-center>.xc-section[data-v-d04ea006]{max-width:100%}.xc-section .loading-overlay .loading-icon svg[data-v-d04ea006]{max-width:15vw}.xc-section.xc-panel[data-v-d04ea006]{padding:.5rem}}.xc-data-matrix[data-v-cf0cca62]{width:-moz-fit-content;width:fit-content;max-width:100%;display:grid;overflow-x:scroll;padding:calc(var(--screen-margin) / 8);margin-top:calc(var(--screen-margin) / 8);margin-bottom:calc(var(--screen-margin) / 8);-moz-column-gap:0;column-gap:0;box-sizing:border-box;position:relative}.xc-data-matrix.xc-columns-2[data-v-cf0cca62]{grid-template-columns:repeat(2,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-3[data-v-cf0cca62]{grid-template-columns:repeat(3,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-4[data-v-cf0cca62]{grid-template-columns:repeat(4,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-5[data-v-cf0cca62]{grid-template-columns:repeat(5,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-6[data-v-cf0cca62]{grid-template-columns:repeat(6,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-7[data-v-cf0cca62]{grid-template-columns:repeat(7,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-8[data-v-cf0cca62]{grid-template-columns:repeat(8,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-9[data-v-cf0cca62]{grid-template-columns:repeat(9,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-10[data-v-cf0cca62]{grid-template-columns:repeat(10,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-11[data-v-cf0cca62]{grid-template-columns:repeat(11,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-12[data-v-cf0cca62]{grid-template-columns:repeat(12,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-13[data-v-cf0cca62]{grid-template-columns:repeat(13,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-14[data-v-cf0cca62]{grid-template-columns:repeat(14,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-15[data-v-cf0cca62]{grid-template-columns:repeat(15,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-16[data-v-cf0cca62]{grid-template-columns:repeat(16,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-17[data-v-cf0cca62]{grid-template-columns:repeat(17,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-18[data-v-cf0cca62]{grid-template-columns:repeat(18,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-19[data-v-cf0cca62]{grid-template-columns:repeat(19,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-20[data-v-cf0cca62]{grid-template-columns:repeat(20,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-21[data-v-cf0cca62]{grid-template-columns:repeat(21,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-22[data-v-cf0cca62]{grid-template-columns:repeat(22,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-23[data-v-cf0cca62]{grid-template-columns:repeat(23,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-24[data-v-cf0cca62]{grid-template-columns:repeat(24,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-25[data-v-cf0cca62]{grid-template-columns:repeat(25,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-26[data-v-cf0cca62]{grid-template-columns:repeat(26,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-27[data-v-cf0cca62]{grid-template-columns:repeat(27,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-28[data-v-cf0cca62]{grid-template-columns:repeat(28,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-29[data-v-cf0cca62]{grid-template-columns:repeat(29,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-30[data-v-cf0cca62]{grid-template-columns:repeat(30,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-31[data-v-cf0cca62]{grid-template-columns:repeat(31,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-32[data-v-cf0cca62]{grid-template-columns:repeat(32,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-33[data-v-cf0cca62]{grid-template-columns:repeat(33,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-34[data-v-cf0cca62]{grid-template-columns:repeat(34,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-35[data-v-cf0cca62]{grid-template-columns:repeat(35,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-36[data-v-cf0cca62]{grid-template-columns:repeat(36,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-37[data-v-cf0cca62]{grid-template-columns:repeat(37,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-38[data-v-cf0cca62]{grid-template-columns:repeat(38,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-39[data-v-cf0cca62]{grid-template-columns:repeat(39,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-40[data-v-cf0cca62]{grid-template-columns:repeat(40,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-41[data-v-cf0cca62]{grid-template-columns:repeat(41,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-42[data-v-cf0cca62]{grid-template-columns:repeat(42,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-43[data-v-cf0cca62]{grid-template-columns:repeat(43,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-44[data-v-cf0cca62]{grid-template-columns:repeat(44,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-45[data-v-cf0cca62]{grid-template-columns:repeat(45,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-46[data-v-cf0cca62]{grid-template-columns:repeat(46,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-47[data-v-cf0cca62]{grid-template-columns:repeat(47,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-48[data-v-cf0cca62]{grid-template-columns:repeat(48,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-49[data-v-cf0cca62]{grid-template-columns:repeat(49,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-50[data-v-cf0cca62]{grid-template-columns:repeat(50,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-51[data-v-cf0cca62]{grid-template-columns:repeat(51,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-52[data-v-cf0cca62]{grid-template-columns:repeat(52,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-53[data-v-cf0cca62]{grid-template-columns:repeat(53,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-54[data-v-cf0cca62]{grid-template-columns:repeat(54,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-55[data-v-cf0cca62]{grid-template-columns:repeat(55,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-56[data-v-cf0cca62]{grid-template-columns:repeat(56,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-57[data-v-cf0cca62]{grid-template-columns:repeat(57,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-58[data-v-cf0cca62]{grid-template-columns:repeat(58,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-59[data-v-cf0cca62]{grid-template-columns:repeat(59,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-60[data-v-cf0cca62]{grid-template-columns:repeat(60,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-61[data-v-cf0cca62]{grid-template-columns:repeat(61,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-62[data-v-cf0cca62]{grid-template-columns:repeat(62,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-63[data-v-cf0cca62]{grid-template-columns:repeat(63,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix.xc-columns-64[data-v-cf0cca62]{grid-template-columns:repeat(64,max-content);padding:unset;margin-top:unset;margin-bottom:unset;border:1px solid #000;border-radius:unset}.xc-data-matrix .loading-overlay[data-v-cf0cca62]{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#58585838;z-index:10}.xc-data-matrix .loading-overlay .loading-icon[data-v-cf0cca62]{text-align:center;height:100%}.xc-data-matrix .loading-overlay .loading-icon svg[data-v-cf0cca62]{height:100%;transform:translateY(-50%);max-width:5vw;color:#fff}@media (max-width: 860px){.xc-data-matrix[data-v-cf0cca62]{padding:calc(var(--screen-margin) / 1.5);margin-top:calc(var(--screen-margin) / 1.5);margin-bottom:calc(var(--screen-margin) / 1.5);-moz-column-gap:0;column-gap:0;overflow-y:scroll;margin-left:auto;margin-right:auto}.xc-data-matrix .loading-overlay .loading-icon svg[data-v-cf0cca62]{max-width:15vw}}.xc-data-matrix .row{display:contents}.xc-data-matrix .row .value{padding:.25rem .5rem;text-align:center}.xc-data-matrix .row .value.left{text-align:left}.xc-data-matrix .row .value.header{font-weight:700;position:sticky;left:0}.xc-data-matrix .row .value:not(:last-child){border-right:1px solid #C0C0C0}.xc-data-matrix .row .value.header:not(:last-child){border-right:1px solid #000}.xc-data-matrix .row.header .value.header{border-bottom:1px solid #000}.xc-data-matrix .row:not(:last-child) .value{border-bottom:1px solid #C0C0C0}.xc-data-matrix .row .value.with-actions{display:grid;grid-template-columns:minmax(15px,max-content) minmax(15px,1fr) minmax(15px,max-content)}.xc-data-matrix .row .value.with-actions svg{color:var(--faded-text);display:none!important}.xc-data-matrix .row .value.with-actions:hover svg{display:inline-block!important}.xc-data-matrix .row .value.with-actions svg:hover{color:#000!important}.xc-data-matrix .row .value.no-actions{display:block}.xc-data-matrix .row .value.no-actions span{display:block;width:100%}.xc-data-matrix .row .value.warning{background-color:#f4cccc!important}.xc-data-matrix .row .value.border-right{border-right:1px solid #000}.xc-data-matrix .row:hover .value{background-color:#c9daf878;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.xc-data-matrix .row .align-left{text-align:left}.xc-data-matrix .row .align-right{text-align:right}.xc-data-matrix .color-row{grid-column-start:1;grid-column-end:-1;padding:.5rem;border-bottom:1px solid #000}.xc-data-matrix .color-row .color-filters{display:grid;-moz-column-gap:.5rem;column-gap:.5rem}.xc-data-matrix .color-row .xc-color-btn-color-swatch{width:10px;height:100%}.xc-data-matrix .color-row .xc-color-btn{display:grid;grid-template-columns:repeat(2,max-content);align-items:center;border:1px solid var(--faded-text);color:var(--faded-text);height:20px;background-color:#fff;cursor:pointer}.xc-data-matrix .color-row .xc-color-btn.active{border:1px solid #000;color:#000}.xc-data-matrix .color-row .xc-color-btn .btn-text{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 5px}.fade-enter-active[data-v-ca05336f],.fade-leave-active[data-v-ca05336f]{transition:opacity .5s ease}.fade-enter-from[data-v-ca05336f],.fade-leave-to[data-v-ca05336f]{opacity:0}.modal-backdrop[data-v-ca05336f]{width:100vw;height:100vh;background:#cececeb0;position:fixed;left:0;top:0;overflow:hidden;display:grid;justify-content:center;align-items:center;z-index:15}.modal[data-v-ca05336f]{min-width:35vw;min-height:20vh;max-width:70vw;max-height:80vh;background:#fff;border-radius:4px;display:grid;grid-template-rows:max-content 1fr max-content}.modal-header[data-v-ca05336f]{font-size:1rem;font-weight:700;padding:.5rem .5rem .5rem 1rem;display:grid;grid-template-columns:1fr 25px;border-bottom:1px solid var(--header-border-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-header svg[data-v-ca05336f]{place-self:center}.modal-header svg[data-v-ca05336f]:hover{cursor:pointer}.modal-content[data-v-ca05336f]{padding:.5rem;overflow-y:scroll}.modal-footer[data-v-ca05336f]{padding:.5rem 1rem;border-top:1px solid var(--header-border-color)}@media (max-width: 860px){.modal[data-v-ca05336f]{min-width:90vw;min-height:20vh;max-width:90vw;max-height:95vh}.modal-footer[data-v-ca05336f]{display:grid;row-gap:1rem;grid-template-columns:1fr 1fr}}.modal-content label{display:block;color:var(--text-color);font-weight:700;margin-bottom:.25rem}.modal-content label>div{font-weight:400}.xc-tabs[data-v-6ce3720f]{width:100%;display:grid;background-color:var(--panel-color);border:1px solid var(--border-color);border-radius:4px;box-sizing:border-box;font-size:1rem}.xc-tabs .xc-tabs-header[data-v-6ce3720f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));place-items:center stretch;border-bottom:1px solid var(--soft-green)}.xc-tabs .xc-tabs-header div[data-v-6ce3720f]{text-align:center;font-weight:700;padding:.5rem;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xc-tabs .xc-tabs-header div[data-v-6ce3720f]:first-of-type{border-top-left-radius:4px}.xc-tabs .xc-tabs-header div[data-v-6ce3720f]:last-of-type{border-top-right-radius:4px}.xc-tabs .xc-tabs-header div[data-v-6ce3720f]:hover{cursor:pointer}.xc-tabs .xc-tabs-header .xc-tab-active[data-v-6ce3720f]{background:var(--soft-green);color:#fff}.xc-tabs .xc-tabs-header .xc-tab-active[data-v-6ce3720f]:hover{cursor:default}.xc-tabs .xc-tabs-header .xc-tab-disabled[data-v-6ce3720f],.xc-tabs .xc-tabs-header .xc-tab-disabled[data-v-6ce3720f]:hover{background:var(--faded-text);cursor:not-allowed}.xc-tabs .xc-tabs-content[data-v-6ce3720f]{display:grid;padding:calc(var(--screen-margin) / 4);overflow-x:scroll}.loading-spinner[data-v-6ce3720f]{font-size:2rem;text-align:center;display:block;margin-left:auto;margin-right:auto}@media (max-width: 860px){.xc-tabs[data-v-6ce3720f]{font-size:.7rem}.xc-tabs .xc-tabs-header[data-v-6ce3720f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,max-content));place-items:center stretch;border-bottom:1px solid var(--soft-green)}.xc-tabs .xc-tabs-content[data-v-6ce3720f]{padding:var(--screen-margin)}}.xc-tabs .xc-tabs-content.xc-current-tab-1 div[data-v-6ce3720f]:nth-of-type(1){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-2 div[data-v-6ce3720f]:nth-of-type(2){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-3 div[data-v-6ce3720f]:nth-of-type(3){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-4 div[data-v-6ce3720f]:nth-of-type(4){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-5 div[data-v-6ce3720f]:nth-of-type(5){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-6 div[data-v-6ce3720f]:nth-of-type(6){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-7 div[data-v-6ce3720f]:nth-of-type(7){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-8 div[data-v-6ce3720f]:nth-of-type(8){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-9 div[data-v-6ce3720f]:nth-of-type(9){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-10 div[data-v-6ce3720f]:nth-of-type(10){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-11 div[data-v-6ce3720f]:nth-of-type(11){display:block}.xc-tabs .xc-tabs-content.xc-current-tab-12 div[data-v-6ce3720f]:nth-of-type(12){display:block}.xc-table-container{display:grid;margin-bottom:.5rem;transition:all 1s}.xc-table{display:grid;padding-top:.5rem;padding-bottom:.5rem;transition:all 1s;overflow-x:scroll}.xc-table.col-1{grid-template-columns:repeat(1,minmax(max-content,auto))}.xc-table.col-2{grid-template-columns:repeat(2,minmax(max-content,auto))}.xc-table.col-3{grid-template-columns:repeat(3,minmax(max-content,auto))}.xc-table.col-4{grid-template-columns:repeat(4,minmax(max-content,auto))}.xc-table.col-5{grid-template-columns:repeat(5,minmax(max-content,auto))}.xc-table.col-6{grid-template-columns:repeat(6,minmax(max-content,auto))}.xc-table.col-7{grid-template-columns:repeat(7,minmax(max-content,auto))}.xc-table.col-8{grid-template-columns:repeat(8,minmax(max-content,auto))}.xc-table.col-9{grid-template-columns:repeat(9,minmax(max-content,auto))}.xc-table.col-10{grid-template-columns:repeat(10,minmax(max-content,auto))}.xc-table.col-11{grid-template-columns:repeat(11,minmax(max-content,auto))}.xc-table.col-12{grid-template-columns:repeat(12,minmax(max-content,auto))}.xc-table.col-13{grid-template-columns:repeat(13,minmax(max-content,auto))}.xc-table.col-14{grid-template-columns:repeat(14,minmax(max-content,auto))}.xc-table.col-15{grid-template-columns:repeat(15,minmax(max-content,auto))}.xc-table.col-16{grid-template-columns:repeat(16,minmax(max-content,auto))}.xc-table .xc-table-cell:last-of-type{padding-right:1rem}.xc-table .xc-table-header{display:contents}.xc-table .xc-table-header .xc-table-cell{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--soft-background-color);text-transform:uppercase;font-size:1rem;border-top:1px solid var(--body-background);border-bottom:1px solid var(--body-background);font-weight:700;padding-top:.5rem;padding-bottom:.5rem;color:var(--text-color);border-top:1px solid var(--border-color);border-bottom:2px solid var(--border-color)}.xc-table .xc-table-header .xc-table-cell:first-of-type{border-left:1px solid var(--border-color)}.xc-table .xc-table-header .xc-table-cell:last-of-type{border-right:1px solid var(--border-color)}.xc-table .xc-table-header .xc-table-cell.sortable-header{cursor:pointer}.xc-table .xc-table-data{display:contents}.xc-table .xc-table-data .xc-table-cell{padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color);animation:fadeIn ease .5s}.xc-table .xc-table-data:not(.ghost):hover .xc-table-cell{background-color:#eee!important}.xc-table .xc-table-data:last-of-type .xc-table-cell{border-bottom:2px solid var(--border-color)}.xc-table .xc-table-data .xc-table-cell:first-of-type{border-left:1px solid var(--border-color)}.xc-table .xc-table-data .xc-table-cell:last-of-type{border-right:1px solid var(--border-color)}.xc-table .xc-table-data .xc-table-cell .xc-table-cell-header{font-weight:700}.xc-table .xc-table-cell{padding-left:.5rem}.xc-table .xc-table-cell span{cursor:default}.xc-table .xc-table-cell a span{cursor:pointer}.xc-table .xc-table-cell .xc-menu-btn{padding-right:1rem}.xc-table .xc-table-cell .xc-menu-btn:hover{cursor:pointer}.xc-table .no-result{text-align:center;grid-column:1/-1;padding:1rem;font-weight:700;color:var(--faded-text)}.xc-table-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,max-content));place-items:center;place-content:space-between}.xc-table-top .xc-color-filter{display:grid;grid-template-columns:repeat(5,minmax(max-content,auto));-moz-column-gap:.5rem;column-gap:.5rem}.xc-color-btn-color-swatch{width:10px;height:100%}.xc-color-btn{display:grid;grid-template-columns:repeat(2,max-content);align-items:center;border:1px solid var(--faded-text);color:var(--faded-text);height:20px;background-color:#fff;cursor:pointer}.xc-color-btn.active{border:1px solid #000;color:#000}.xc-color-btn .btn-text{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 5px}.xc-pagination{display:grid;grid-template-columns:repeat(6,max-content);place-self:end;place-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:.5rem}.xc-pagination div:hover{cursor:pointer;background-color:var(--faded-text)}.xc-pagination div{padding:.25rem .5rem}.xc-pagination .multiselect{min-width:unset}.xc-pagination-current{background-color:var(--soft-green);color:#fff}.xc-pagination-current:hover{background-color:var(--soft-green)!important;color:#fff!important;cursor:default!important}.xc-pagination-current:hover{color:var(--text-color)}.xc-pagination div.disabled{color:var(--faded-text)}.xc-pagination div.disabled:hover{cursor:default;background-color:unset}.xc-pagination-page-count:hover{cursor:default!important;background-color:unset!important}.pagination-count-select{width:95px}.ghost-block{width:75%;background:#e8e6e7;overflow:hidden}.xc-table .xc-table-cell span.column-action{text-decoration:underline;color:var(--soft-blue);cursor:pointer}@media (max-width: 860px){.xc-table{overflow-x:scroll}.xc-table-top{grid-template-columns:1fr;row-gap:.5rem}.xc-table-top .xc-color-filter{grid-auto-columns:max-content max-content;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes loading{to{transform:translate(100%)}}
