.text-field{position:relative;height:44px}.text-field .text-field-icon{position:absolute;left:12px;top:50%;width:14px;height:14px;transform:translateY(-50%);stroke:#ddd}.text-field .text-field-clear{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;width:44px;height:44px;padding:0;stroke:#191414}.text-field .text-field-clear .icon{width:14px;height:14px;margin-right:0}.text-field .text-field-input{background-color:#fff;padding:8px 12px;border:1px solid #f0f0f0;border-radius:4px;width:100%;height:100%;transition:box-shadow .1s ease-in}.text-field .text-field-input.text-field-input--has-icon{padding-left:32px}.text-field .text-field-input.text-field-input--has-clear{padding-right:48px}.text-field .text-field-input::-moz-placeholder{color:#cdcdcd;-moz-user-select:none;user-select:none}.text-field .text-field-input::placeholder{color:#cdcdcd;-webkit-user-select:none;-moz-user-select:none;user-select:none}.text-field .text-field-input:focus{box-shadow:0 0 0 1px #658a8a;outline:none}.text-field.text-field--small{height:33px}.text-field.text-field--small .text-field-clear{width:33px;height:33px}.text-field.text-field--small .text-field-input{padding:0 12px}.text-field.text-field--small .text-field-input.text-field-input--has-icon{padding-left:32px}.text-field.text-field--small .text-field-input.text-field-input--has-clear{padding-right:37px}.empty-state{display:flex;flex-direction:column;text-align:center}.empty-state .icon{width:auto;height:auto}.empty-state .title{font-size:16px;line-height:19px;margin:33px 0 8px 0}.market-selection{height:33px;width:110px;padding:0 7px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;margin-left:-1px;margin-top:-1px;cursor:pointer;position:relative}.market-selection span{max-width:95%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-transform:capitalize}.market-selection.win{background:linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.9)),#00bc57}.market-selection.loss{background:linear-gradient(0deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.92)),#ff2e2d}.market-selection.void{background-color:#f0f0f0}.market-selection.push{background-color:#e8efff}.market-selection .resulting-dropdown{position:absolute;top:25px;right:0;width:128px;min-height:33px;background:#fff;border:1px solid #ddd;box-shadow:0 8px 12px -6px rgba(0,0,0,.12);border-radius:4px;z-index:1110}.market-selection .resulting-dropdown .resulting-dropdown-item{width:100%;height:33px;display:flex;align-items:center;padding:0 8px}.market-selection .resulting-dropdown .resulting-dropdown-item:nth-child(2),.market-selection .resulting-dropdown .resulting-dropdown-item:nth-child(4){border-bottom:1px solid #f0f0f0}.market-selection .resulting-dropdown .resulting-dropdown-item .resulting-dropdown-item-icon{height:14px;width:14px;margin-right:4px}.market-selection .resulting-dropdown .resulting-dropdown-item:hover{background-color:#fafafa}.tooltip{position:unset;width:auto;height:auto;z-index:100;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tooltip.is-active{position:relative;z-index:101}.tooltip .tooltip-element{width:100%;height:100%}.tooltip .tooltip-text{display:flex;align-items:center;position:absolute;font-size:12px;background-color:#191414;color:#fff;white-space:nowrap;padding:0 12px;height:38px;border-radius:8px;z-index:100}.tooltip .tooltip-text-arrow{background-color:#191414;position:absolute;width:6px;height:6px}.tooltip.tooltip--left .tooltip-text,.tooltip.tooltip--left .tooltip-text-arrow,.tooltip.tooltip--right .tooltip-text,.tooltip.tooltip--right .tooltip-text-arrow{top:50%;transform:translateY(-50%)}.tooltip.tooltip--right .tooltip-text{left:calc(100% + 16px)}.tooltip.tooltip--right .tooltip-text-arrow{left:calc(100% + 10px);clip-path:polygon(100% 0,0 50%,100% 100%)}.tooltip.tooltip--left .tooltip-text{right:calc(100% + 16px)}.tooltip.tooltip--left .tooltip-text-arrow{right:calc(100% + 10px);clip-path:polygon(100% 50%,0 0,0 100%)}.tooltip.tooltip--bottom .tooltip-text,.tooltip.tooltip--bottom .tooltip-text-arrow,.tooltip.tooltip--top .tooltip-text,.tooltip.tooltip--top .tooltip-text-arrow{left:50%;transform:translateX(-50%)}.tooltip.tooltip--top .tooltip-text{bottom:calc(100% + 10px)}.tooltip.tooltip--top .tooltip-text-arrow{bottom:calc(100% + 4px);clip-path:polygon(0 0,50% 100%,100% 0)}.tooltip.tooltip--bottom .tooltip-text{top:calc(100% + 10px)}.tooltip.tooltip--bottom .tooltip-text-arrow{top:calc(100% + 4px);clip-path:polygon(0 100%,50% 0,100% 100%)}.event-disabled-indicator{display:flex;align-items:center;gap:4px}.event-disabled-indicator__icon svg{width:14px;height:14px}.event-disabled-indicator__icon svg path{fill:#ff2e2d;stroke:#fff}.manual-resulting-event-markets{display:flex;flex-direction:column;position:absolute;top:0;right:0;width:45%;height:100%;background:#fafafa;border-left:2px solid #f0f0f0;z-index:1100}.manual-resulting-event-markets .manual-resulting-event-markets__header{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;padding:16px 16px 0;position:relative;z-index:98}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-title{width:100%;display:flex;justify-content:space-between;align-items:center;height:24px;margin-bottom:12px}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-title .manual-resulting-event-markets__header-title-label{color:#191414;font-weight:600;font-family:Poppins;font-size:16px}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-title .manual-resulting-event-markets__header-title-close{height:16px;width:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-title .manual-resulting-event-markets__header-title-close .icon{height:16px;width:16px;stroke:#191414}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-section{display:flex;align-items:center;gap:8px}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-search{height:33px;width:100%;margin-bottom:16px;display:flex;align-items:center;gap:8px}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-search .text-field{height:33px;width:100%}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-search .text-field .text-field-clear{width:33px;height:33px}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-resulted-filter{height:65px;width:100%;display:flex;align-items:center;padding:0 4px}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-resulted-filter .manual-resulting-event-markets__header-resulted-filter-switch{margin-right:4px}.manual-resulting-event-markets .markets-loading{height:calc(100% - 301px);width:100%;display:flex;align-items:center;justify-content:center}.manual-resulting-event-markets .manual-resulting-event-markets__wrapper{flex:1;height:calc(100% - 301px);overflow-y:auto;background-color:#fff}.manual-resulting-event-markets .manual-resulting-event-markets__content{padding:1px 20px 20px}.manual-resulting-event-markets .manual-resulting-event-markets__content .manual-resulting-event-markets__row{display:flex;justify-content:space-between;min-height:33px;margin-bottom:8px;width:100%}.manual-resulting-event-markets .manual-resulting-event-markets__content .manual-resulting-event-markets__row .market-name{width:50%;padding-top:6px}.manual-resulting-event-markets .manual-resulting-event-markets__content .manual-resulting-event-markets__row .market-name span{max-width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block}.manual-resulting-event-markets .manual-resulting-event-markets__content .manual-resulting-event-markets__row .market-selections{display:flex;flex-wrap:wrap;justify-content:flex-end}.manual-resulting-event-markets .manual-resulting-event-markets__content .manual-resulting-event-markets__row .market-selections .tooltip{margin-right:8px}.manual-resulting-event-markets .manual-resulting-event-markets__content .no-markets{display:flex;justify-content:center;align-items:center;height:400px;width:100%}.manual-resulting-event-markets .manual-resulting-event-markets__content .no-markets .empty-state{width:400px}.manual-resulting-event-markets .manual-resulting-event-markets__footer{width:100%;height:65px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-top:1px solid #f0f0f0}.manual-resulting-event-markets .manual-resulting-event-markets__footer .manual-resulting-event-markets__footer-audit-log-group{display:flex;gap:8px}.manual-resulting-event-markets .manual-resulting-event-markets__footer .manual-resulting-event-markets__footer-button{height:33px;background:#003c3c;border-radius:4px;padding:0 12px;color:#fff;display:flex;align-items:center;cursor:pointer}.manual-resulting-event-markets .manual-resulting-event-markets__footer .manual-resulting-event-markets__footer-button.disabled{background:#f0f0f0;color:#a9a9a9}.manual-resulting-event-markets .manual-resulting-event-markets__footer .audit-log-button .icon svg path{stroke:#191414}@keyframes rotate-6d7e9d9e{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-ccw-6d7e9d9e{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes blink-6d7e9d9e{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes dash-6d7e9d9e{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-6d7e9d9e],.fade-leave-active[data-v-6d7e9d9e]{opacity:1;transition:opacity .25s ease}.fade-enter-from[data-v-6d7e9d9e],.fade-leave-to[data-v-6d7e9d9e]{opacity:0}.fade-slide-enter-active[data-v-6d7e9d9e],.fade-slide-leave-active[data-v-6d7e9d9e]{opacity:1;transform:translateY(0);transition:transform .25s ease,opacity .25s ease}.fade-slide-enter-from[data-v-6d7e9d9e],.fade-slide-leave-to[data-v-6d7e9d9e]{opacity:0;transform:translateY(-100%)}.slide-left-enter-active[data-v-6d7e9d9e],.slide-left-leave-active[data-v-6d7e9d9e]{opacity:1;transform:translateX(0);transition:transform .25s ease,opacity .25s ease}.slide-left-enter-from[data-v-6d7e9d9e],.slide-left-leave-to[data-v-6d7e9d9e]{opacity:0;transform:translateX(100%)}.chip[data-v-6d7e9d9e]{display:flex;align-items:center;background-color:#f0f0f0;color:#191414;border:1px solid #f0f0f0;border-radius:100px;padding:0 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:25px;white-space:nowrap}.chip.chip--small[data-v-6d7e9d9e]{font-size:10px;height:20px;text-transform:uppercase}.chip.chip--white[data-v-6d7e9d9e]{background-color:#fff;border-color:#cdcdcd}.chip.chip--blue[data-v-6d7e9d9e]{background-color:#d0dfff;border-color:#a2bfff}.chip.chip--green[data-v-6d7e9d9e]{background-color:#ccf2dd;border-color:#99e4bb}.chip.chip--blue-offering[data-v-6d7e9d9e],.chip.chip--green-offering[data-v-6d7e9d9e],.chip.chip--split-offering[data-v-6d7e9d9e]{border:unset;padding:2px}.chip.chip--blue-offering>.chip__content[data-v-6d7e9d9e],.chip.chip--green-offering>.chip__content[data-v-6d7e9d9e],.chip.chip--split-offering>.chip__content[data-v-6d7e9d9e]{background-color:hsla(0,0%,100%,.4);border-radius:inherit;padding:0 8px}.chip.chip--blue-offering[data-v-6d7e9d9e]{background-color:#749fff}.chip.chip--green-offering[data-v-6d7e9d9e]{background-color:#66d79a}.chip.chip--split-offering[data-v-6d7e9d9e]{background:linear-gradient(115deg,#749fff 50%,#66d79a 0)}.event-table .table-body .table-cell.table-cell--matchState{overflow:hidden}@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%)}.manual_resulting{width:100%}.manual_resulting .manual_resulting__main{flex:1;width:calc(100% - 220px);height:100%}.manual_resulting .manual_resulting__main.full-width{width:100%}.manual_resulting .manual_resulting__main.sidebar-collapsed{width:calc(100% - 16px)}.manual_resulting .manual_resulting__main .footer{position:fixed;bottom:0;width:calc(100% - 220px);z-index:200}.manual_resulting .manual_resulting__main .footer.full-width{width:100%}.manual_resulting .manual_resulting__header{display:flex;flex-direction:column;padding:24px}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper{display:flex;height:100%;align-items:center;margin-top:8px;justify-content:space-between}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper{height:33px;position:relative;display:flex;align-items:center}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .selected-filter{border:1px solid #ddd;box-sizing:border-box;border-radius:4px;padding:0 12px;display:flex;min-width:165px;align-items:center;height:100%;justify-content:space-between;cursor:pointer}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .selected-filter .icon{margin-left:4px}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .selected-filter .icon svg{stroke:#191414}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .selected-filter img{height:14px;width:14px;margin-right:4px}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .filter-dropdown{position:absolute;top:40px;left:0;width:100%;background-color:#fff;border:1px solid #ebebeb;box-sizing:border-box;box-shadow:0 4px 8px rgba(0,0,0,.08);border-radius:6px;z-index:1000}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .filter-dropdown .dropdown-option{height:33px;display:flex;align-items:center;padding:0 12px;box-sizing:border-box;cursor:pointer}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .filter-dropdown .dropdown-option.time.selected{background-color:rgba(0,0,0,.02)}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .header-filter-wrapper .filter-dropdown .dropdown-option.time:hover{background-color:rgba(0,0,0,.03)}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .manual_resulting-header-filters-search{height:33px;width:336px}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .manual_resulting-header-filters-search .text-field{height:33px}.manual_resulting .manual_resulting__header .manual_resulting-header-filters-wrapper .manual_resulting-header-filters-search .text-field .text-field-clear{width:33px;height:33px}.manual_resulting .manual_resulting__page{width:100%;height:calc(100% - 157px);overflow:auto;padding:0 24px 24px}.manual_resulting .manual_resulting__page .manual_resulting__page__header{display:flex;width:100%;height:44px;background:#fafafa}.manual_resulting .manual_resulting__page .manual_resulting__page__header .header-cell{display:flex;align-items:center;height:100%;padding:0 8px;color:#6d6d6d;flex-basis:20%}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row{display:flex;width:100%;height:44px;box-shadow:inset 0 -1px 0 #ddd;cursor:pointer}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row .body-cell{display:flex;align-items:center;height:100%;padding:0 8px;color:#191414;flex-basis:20%;max-width:20%}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row .body-cell span{max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row .body-cell .time-cell{color:#a9a9a9;margin-left:4px}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row .body-cell .repeat-icon,.manual_resulting .manual_resulting__page .manual_resulting__page__body-row .body-cell .test-indicator{margin-right:4px}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row .body-cell:after{content:"";display:block;width:4px;height:100%;background-color:red;position:absolute;left:0;top:0}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row.disabled{background-color:#f0f0f0}.manual_resulting .manual_resulting__page .manual_resulting__page__body-row.disabled:before{content:"";display:block;width:4px;height:100%;background-color:#a9a9a9}.manual_resulting .manual_resulting__page .empty-state-wrapper{display:flex;justify-content:center;align-items:center;height:400px;width:100%}.manual_resulting .manual_resulting__page .empty-state-wrapper .empty-state{width:400px}