@keyframes rotate-33b76600{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-ccw-33b76600{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes blink-33b76600{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes dash-33b76600{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-200}}.fade-enter-active[data-v-33b76600],.fade-leave-active[data-v-33b76600]{opacity:1;transition:opacity .25s ease}.fade-enter-from[data-v-33b76600],.fade-leave-to[data-v-33b76600]{opacity:0}.fade-slide-enter-active[data-v-33b76600],.fade-slide-leave-active[data-v-33b76600]{opacity:1;transform:translateY(0);transition:transform .25s ease,opacity .25s ease}.fade-slide-enter-from[data-v-33b76600],.fade-slide-leave-to[data-v-33b76600]{opacity:0;transform:translateY(-100%)}.slide-left-enter-active[data-v-33b76600],.slide-left-leave-active[data-v-33b76600]{opacity:1;transform:translateX(0);transition:transform .25s ease,opacity .25s ease}.slide-left-enter-from[data-v-33b76600],.slide-left-leave-to[data-v-33b76600]{opacity:0;transform:translateX(100%)}.heading[data-v-33b76600]{font-size:16px;line-height:normal}.heading--size-xs[data-v-33b76600]{font-size:15.72px;line-height:23.58px}.heading--size-sm[data-v-33b76600]{font-size:17.64px;line-height:26.46px}.heading--size-md[data-v-33b76600]{font-size:19.8px;line-height:29.7px}.heading--size-lg[data-v-33b76600]{font-size:22.22px;line-height:33.33px}.heading--size-xl[data-v-33b76600]{font-size:24.95px;line-height:37.43px}.heading--size-2xl[data-v-33b76600]{font-size:28px;line-height:42px}.sidebar{background-color:#fafafa;display:flex;flex-direction:column;padding:32px 0 0;gap:8px;width:16px;flex-shrink:0;position:relative;border-right:1px solid #f0f0f0;z-index:100}.sidebar--is-expanded{width:220px}.sidebar__collapse-button{background-color:#fff;position:absolute;top:8px;right:-12px;width:24px;height:24px;border:1px solid #f0f0f0;border-radius:4px;padding:3px;cursor:pointer}.sidebar__collapse-button .icon{stroke:#000}.sidebar__collapse-button:focus{box-shadow:0 0 0 2px #a2bfff;outline:none}.sidebar__content{display:flex;flex-direction:column;height:100%}.sidebar-button{display:flex;align-items:center;height:32px;font-family:Rubik,sans-serif;font-weight:400;font-size:14px;line-height:16px}.sidebar-button__indicator{flex:0;min-width:4px;height:100%;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.sidebar-button__content{width:100%;height:100%;margin-left:4px;margin-right:8px;padding:8px;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.sidebar-button:hover .sidebar-button__content,.sidebar-button:hover .sidebar-button__indicator{background-color:#f0f0f0}.sidebar-button--is-selected .sidebar-button__indicator,.sidebar-button--is-selected:hover .sidebar-button__indicator{background-color:#003c3c}.sidebar-button--is-selected .sidebar-button__content,.sidebar-button--is-selected:hover .sidebar-button__content{background-color:rgba(0,60,60,.1)}.select{position:relative;height:100%}.select .select-input{height:100%;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #f0f0f0;border-radius:4px;padding:6px 12px;cursor:pointer;transition:box-shadow .1s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none;stroke:#191414}.select .select-input .select-label{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select .select-input::-moz-placeholder{color:#cdcdcd;-moz-user-select:none;user-select:none}.select .select-input::placeholder{color:#cdcdcd;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select .select-input:focus{box-shadow:0 0 0 1px #658a8a;outline:none}.select .select-input .additional-selections{display:inline-block;font-size:14px;color:#fff;background-color:#003c3c;padding:2px 6px;border-radius:22px;margin-left:4px}.select.active .select-input{background:#e5ebeb}.select .select-dropdown{position:absolute;top:calc(100% + 4px);background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.08);border-radius:4px;margin-bottom:4px;border:1px solid #f0f0f0;min-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000}.select .select-dropdown.select-dropdown--upwards{bottom:100%}.select .select-dropdown.select-dropdown--downwards{top:100%}.select .select-dropdown.select-dropdown--left{left:0}.select .select-dropdown.select-dropdown--right{right:0}.select .select-dropdown-item{display:flex;align-items:center;white-space:nowrap;background-color:#fff;padding:9.5px 12px;cursor:pointer}.select .select-dropdown-item:focus,.select .select-dropdown-item:hover{background-color:#fafafa}.select .select-dropdown-item .label{margin-left:8px}.select .icon{width:14px;height:14px}.select.select--is-secondary .select-label--is-placeholder{color:#cdcdcd}.select.select--is-secondary .select-input{background:#fff;padding:0 8px;height:32px;min-height:32px;max-height:32px}.select.select--is-secondary .select-input::-moz-placeholder{color:#cdcdcd}.select.select--is-secondary .select-input::placeholder{color:#cdcdcd}.select.select--is-secondary .select-input:focus{background:#fff;box-shadow:none;outline:1px solid #a2bfff}.select.select--is-secondary .select-dropdown{position:absolute;top:calc(100% - 4px);right:0;width:150px;overflow-y:auto;z-index:9000;display:flex;flex-direction:column;border-radius:var(--radius-medium,4px);border:1px solid var(--neutral-stroke-default-resting,#f0f0f0);background:var(--neutral-bg-default-resting,#fff);box-shadow:0 2px 4px 0 rgba(25,20,20,.08);padding:4px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select.select--is-secondary .select-dropdown .select-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:8px;gap:8px;background:var(--neutral-bg-default-resting,#fff);overflow:hidden;color:var(--neutral-text-default-resting,#191414);text-overflow:ellipsis;font-family:Rubik;font-size:14px;font-style:normal;font-weight:400;line-height:16px;white-space:nowrap;width:100%;flex:1;cursor:pointer}.select.select--is-secondary .select-dropdown .select-dropdown-item .label{margin:0}.select.select--is-secondary .select-dropdown .select-dropdown-item .icon svg path{stroke:#191414}.select.select--is-secondary .select-dropdown .select-dropdown-item:focus,.select.select--is-secondary .select-dropdown .select-dropdown-item:hover{background-color:#fafafa;outline:none}.select.select--is-secondary .select-dropdown .select-dropdown-item--footer{border-top:1px solid #f0f0f0;color:#ff2e2d}.select.select--is-secondary .select-dropdown .select-dropdown-item--disabled{cursor:not-allowed;color:#a9a9a9}.select.select--is-terciary .select-label--is-placeholder{color:#cdcdcd}.select.select--is-terciary .select-input{background:#fff;padding:0 8px;height:32px;min-height:32px;max-height:32px}.select.select--is-terciary .select-input::-moz-placeholder{color:#cdcdcd}.select.select--is-terciary .select-input::placeholder{color:#cdcdcd}.select.select--is-terciary .select-input:focus{background:#fff;box-shadow:none;outline:1px solid #a2bfff}.select.select--is-terciary .select-input .additional-selections{font-size:10px;padding:2px;border-radius:2px;margin-left:4px;height:16px;width:16px;font-weight:400;position:relative;bottom:1px}.select--is-disabled .select-input{cursor:not-allowed;opacity:.5}.modal{background-color:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1301;pointer-events:all}.modal--is-closable{cursor:pointer}.modal .modal__dialog{display:flex;flex-direction:column;background:#fff;border-radius:6px;cursor:default}.modal .modal__header{display:flex;align-items:center;justify-content:space-between;padding:32px 32px 0;padding-left:25px;height:62px}.modal .modal__header .icon{stroke:#000;cursor:pointer}.modal .modal__title{font-size:15.72px;font-family:Poppins;font-weight:600;padding:0 8px}.modal .modal__subtitle{font-size:12px;line-height:14px;color:#a9a9a9;margin-top:8px}.modal .modal__content{flex:1;height:calc(100% - 61px)}.modal .modal__footer{display:flex;align-items:center}.params-dropdown{width:100%;position:relative}.params-dropdown .params-dropdown-button{display:flex;align-items:center;justify-content:space-between;background-color:#fff;color:#191414;border:1px solid #ddd;box-sizing:border-box;border-radius:4px;padding:8px 12px;cursor:pointer;height:33px}.params-dropdown .params-dropdown-button.params-dropdown-button--toggled,.params-dropdown .params-dropdown-button:hover{background-color:#fafafa;border-color:#ddd;box-shadow:0 0 0 1px #658a8a}.params-dropdown .params-dropdown-content{position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.15);border-radius:4px;margin-top:4px;border:1px solid #ddd;z-index:1000}.params-dropdown .params-dropdown-item{display:flex;align-items:center;white-space:nowrap;padding:8px}.params-dropdown .params-dropdown-item.draggable{cursor:grab}.params-dropdown .params-dropdown-item:last-child{border-bottom:none}.params-dropdown .params-dropdown-item:focus,.params-dropdown .params-dropdown-item:hover{background-color:#fafafa}.params-dropdown .params-dropdown-item-text{flex:1;margin:0 4px;color:#191414}.params-dropdown .dd-icon{width:16px;height:16px}.params-dropdown .eye-icon{display:flex;align-items:center}.edit-market-modal-content{padding:0 16px}.edit-market-modal-content .market-info{position:relative;padding-bottom:16px}.edit-market-modal-content .market-info .market-info-item-label{font-size:10px;color:#6d6d6d}.edit-market-modal-content .market-info .text-field{width:100%}.edit-market-modal-content .market-info .text-field input:-moz-read-only{background-color:#f0f0f0;color:#a9a9a9}.edit-market-modal-content .market-info .text-field input:read-only{background-color:#f0f0f0;color:#a9a9a9}.edit-market-modal-content .market-info .market-info-grouped-section,.edit-market-modal-content .market-info .market-info-main-section{width:100%;display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item,.edit-market-modal-content .market-info .market-info-main-section .market-info-item{display:flex;flex-wrap:wrap;gap:4px;width:100%}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item span,.edit-market-modal-content .market-info .market-info-main-section .market-info-item span{display:inline-block;width:100%;overflow:auto}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item.toggle-item,.edit-market-modal-content .market-info .market-info-main-section .market-info-item.toggle-item{padding-top:20px}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item.toggle-item .toggle-item-content,.edit-market-modal-content .market-info .market-info-main-section .market-info-item.toggle-item .toggle-item-content{width:100%;display:flex;flex-wrap:nowrap;align-items:center;gap:4px;padding:0 16px;background-color:#fafafa}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item.toggle-item .toggle-item-content .toggle-label,.edit-market-modal-content .market-info .market-info-main-section .market-info-item.toggle-item .toggle-item-content .toggle-label{width:auto;font-size:14px}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item .param-item,.edit-market-modal-content .market-info .market-info-main-section .market-info-item .param-item{width:100%}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item.half-width,.edit-market-modal-content .market-info .market-info-main-section .market-info-item.half-width{flex-wrap:nowrap}.edit-market-modal-content .market-info .market-info-grouped-section .market-info-item.half-width .half-width-item,.edit-market-modal-content .market-info .market-info-main-section .market-info-item.half-width .half-width-item{width:calc(50% - 2px);display:flex;flex-wrap:wrap;gap:4px}.edit-market-modal-content .market-info .market-info-grouped-section .grouped-market-info,.edit-market-modal-content .market-info .market-info-main-section .grouped-market-info{width:100%;display:flex;gap:16px}.edit-market-modal-content .market-info .market-info-grouped-section{padding-top:24px}.edit-market-modal-content .confirm-delete,.edit-market-modal-content .market-display-config-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-top:1px solid #fafafa}.edit-market-modal-content .confirm-delete .left-side,.edit-market-modal-content .confirm-delete .right-side,.edit-market-modal-content .market-display-config-actions .left-side,.edit-market-modal-content .market-display-config-actions .right-side{width:50%}.edit-market-modal-content .confirm-delete .right-side,.edit-market-modal-content .market-display-config-actions .right-side{display:flex;align-items:center;justify-content:flex-end;gap:16px}.edit-market-modal-content .confirm-delete .delete-btn,.edit-market-modal-content .confirm-delete .dismiss-btn,.edit-market-modal-content .market-display-config-actions .delete-btn,.edit-market-modal-content .market-display-config-actions .dismiss-btn{cursor:pointer}.edit-market-modal-content .confirm-delete .delete-btn,.edit-market-modal-content .market-display-config-actions .delete-btn{color:#ff2e2d;display:none}.table-label-cell{width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-position-cell{width:100%;display:flex}.table-position-cell .table-label-cell{width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#191414}.table-position-cell .table-label-cell.has-no-value{color:#cdcdcd}.table-position-cell .position-input{padding:2px 0}.table-checkbox-cell{width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-actions-cell{width:100%;display:flex}.table-actions-cell .icon{width:16px;height:16px}.table-actions-cell .icon svg path{fill:#cdcdcd}.upload-configuration-modal .modal__dialog{width:480px;min-width:480px;max-width:480px}.upload-configuration-modal .modal__title{display:inline-flex;align-items:center;padding:0;width:100%;height:100%}.upload-configuration-modal .modal__header{padding:0 16px;border-bottom:1px solid #f0f0f0;height:56px;min-height:56px;max-height:56px}.upload-configuration-modal .modal__content{padding:16px 0 0}.upload-configuration-modal__content{display:flex;flex-direction:column;gap:16px;padding:0 16px 16px;width:100%}.upload-configuration-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:0 16px;border-top:1px solid #f0f0f0;height:64px;min-height:64px;max-height:64px;margin-left:auto}.upload-configuration-modal__field{display:flex;flex-direction:column;gap:2px}.upload-configuration-modal__field-label{font-family:Rubik,sans-serif;font-size:10px;font-weight:600;line-height:11.85px;color:#6d6d6d;text-transform:uppercase}.upload-configuration-modal__form-group{display:grid;grid-template-rows:32px auto;grid-template-columns:1fr auto;-moz-column-gap:8px;column-gap:8px;row-gap:3px;width:100%}.upload-configuration-modal__form-hidden-input{display:none}.upload-configuration-modal__form-input{background-color:#f0f0f0;color:#191414;width:100%;height:100%;border-radius:4px;cursor:pointer;padding:0 8px}.upload-configuration-modal__form-input--is-error{outline:1px solid #ff2e2d}.upload-configuration-modal__form-input::-moz-placeholder{color:#a9a9a9}.upload-configuration-modal__form-input::placeholder{color:#a9a9a9}.upload-configuration-modal__form-input:not(.upload-configuration-modal__form-input--is-error):focus{outline:1px solid #a2bfff}.upload-configuration-modal__form-error{grid-column:1/3;display:flex;align-items:center;gap:4px;font-family:Rubik,sans-serif;font-size:10px;font-weight:400;line-height:11.85px;color:#ff2e2d}.upload-configuration-modal__form-error .icon{max-width:12px;max-height:12px}.upload-configuration-modal__form-error .icon svg path{stroke:#ff2e2d}@keyframes rotate{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-ccw{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-200}}@font-face{font-family:Poppins;font-weight:400;font-style:normal;font-display:auto;src:url(/fonts/poppins/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:400;font-style:italic;font-display:auto;src:url(/fonts/poppins/Poppins-Italic.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:600;font-style:normal;font-display:auto;src:url(/fonts/poppins/Poppins-SemiBold.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:600;font-style:italic;font-display:auto;src:url(/fonts/poppins/Poppins-SemiBoldItalic.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:400;font-style:normal;font-display:auto;src:url(/fonts/rubik/Rubik-Regular.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:400;font-style:italic;font-display:auto;src:url(/fonts/rubik/Rubik-Italic.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:600;font-style:normal;font-display:auto;src:url(/fonts/rubik/Rubik-SemiBold.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:600;font-style:italic;font-display:auto;src:url(/fonts/rubik/Rubik-SemiBoldItalic.ttf) format("truetype")}.fade-enter-active,.fade-leave-active{opacity:1;transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade-slide-enter-active,.fade-slide-leave-active{opacity:1;transform:translateY(0);transition:transform .25s ease,opacity .25s ease}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0;transform:translateY(-100%)}.slide-left-enter-active,.slide-left-leave-active{opacity:1;transform:translateX(0);transition:transform .25s ease,opacity .25s ease}.slide-left-enter-from,.slide-left-leave-to{opacity:0;transform:translateX(100%)}.market-display-root .market-display-config-modal .modal__dialog{min-width:550px;max-width:650px}.market-display-root .market-display-config-modal .modal__dialog .modal__header{padding:18px 16px 22px 16px}.market-display-root .market-display-config-modal .modal__dialog .modal__header .modal__title{padding:0}.market-display-root .market-display-content{width:calc(100% - 220px);height:100%}.market-display-root .market-display-content.sidebar-collapsed{width:calc(100% - 16px)}.market-display-root .market-display-content .market-display-header{display:flex;align-items:center;justify-content:space-between;padding:24px}.market-display-root .market-display-content .market-display-header .filter-root{display:flex;align-items:center;gap:8px}.market-display-root .market-display-content .market-display-body .table .table-row{cursor:pointer}.market-display-root .market-display-content .market-display-body .market-display-body-root header{display:flex;align-items:center;justify-content:space-between;padding:24px}.market-display-root .market-display-content .market-display-body .market-display-body-root .market-display-table{height:calc(100vh - 155px)}.market-display-root .copy-to-other-operator-modal .modal__dialog{width:360px;min-width:360px;max-width:360px}.market-display-root .copy-to-other-operator-modal .modal__title{display:inline-flex;align-items:center;padding:0;width:100%;height:100%}.market-display-root .copy-to-other-operator-modal .modal__header{padding:0 16px;border-bottom:1px solid #f0f0f0;height:56px;min-height:56px;max-height:56px}.market-display-root .copy-to-other-operator-modal .modal__content{padding:16px 0 0}.market-display-root .copy-to-other-operator-modal__content{display:flex;flex-direction:column;gap:16px;padding:0 16px 16px}.market-display-root .copy-to-other-operator-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:0 16px;border-top:1px solid #f0f0f0;height:64px;min-height:64px;max-height:64px;margin-left:auto}.market-display-root .copy-to-other-operator-modal__field{display:flex;flex-direction:column;gap:2px}.market-display-root .copy-to-other-operator-modal__field-label{font-family:Rubik,sans-serif;font-size:10px;font-weight:600;line-height:11.85px;color:#6d6d6d;text-transform:uppercase}.market-display-root .super-admin-action-item{display:flex;align-items:center;gap:4px;stroke:#191414}.market-display-root .market-display-upload-indicator{display:flex;align-items:flex-end;justify-content:center;background:rgba(25,20,20,.7);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;padding:0 0 32px}.market-display-root .market-display-upload-label{display:inline-flex;align-items:center;background-color:#fff;border:1px solid #f0f0f0;height:44px;min-height:44px;max-height:44px;white-space:nowrap;border-radius:4px;padding:0 12px}