.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%)}.checkbox{display:flex;background-color:#fff;border:2px solid #cdcdcd;box-sizing:border-box;border-radius:4px;min-width:16px;width:16px;min-height:16px;max-width:16px;height:16px;cursor:pointer;transition:box-shadow .1s ease-in;aspect-ratio:1/1}.checkbox.checkbox--disabled{cursor:default}.checkbox.checkbox--round{border-radius:100%}.checkbox:focus{box-shadow:0 0 0 2px #658a8a;outline:none}.checkbox .checkbox-icon{stroke:#fff;width:12px;height:12px}.checkbox.checkbox--checked{background-color:#003c3c;border-color:#003c3c}.checkbox.checkbox--disabled{opacity:.4}.checkbox.checkbox--disabled:focus{box-shadow:none;outline:none}.market-name{cursor:pointer}.event-disabled-indicator,.market-name{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}.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}.resettle-market-categories-modal-root .modal__dialog{min-width:350px}.resettle-market-categories-modal-root .modal__dialog .modal__header{padding:16px 16px 0 16px;height:auto}.resettle-market-categories-modal-root .modal__dialog .modal__header .modal__title{padding:0}.resettle-market-categories-modal-root .modal__dialog .resettle-market-categories-modal-content{padding:16px}.resettle-market-categories-modal-root .modal__dialog .resettle-market-categories-modal-content .resettle-market-categories-feed-select{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.resettle-market-categories-modal-root .modal__dialog .resettle-market-categories-modal-content .resettle-market-categories-feed-select--label{font-size:10px;font-weight:600;text-transform:uppercase;color:#6d6d6d}.resettle-market-categories-modal-root .modal__dialog .resettle-market-categories-modal-content .market-categories-to-resettle-root{display:flex;flex-direction:column;gap:8px}.resettle-market-categories-modal-root .modal__dialog .resettle-market-categories-modal-content .market-categories-to-resettle-root .market-categories-to-resettle-title{font-size:10px;font-weight:600;text-transform:uppercase;color:#6d6d6d}.resettle-market-categories-modal-root .modal__dialog .resettle-market-categories-modal-content .market-categories-to-resettle-root .market-categories-to-resettle-item{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.resettle-market-categories-modal-root .modal__dialog .resettle-market-categories-modal-footer{padding:0 16px 16px 16px;display:flex;justify-content:flex-end;gap:8px}.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;gap:8px}.manual-resulting-event-markets .manual-resulting-event-markets__header .manual-resulting-event-markets__header-resulted-filter .divider{width:1px;height:33px;background-color:#f0f0f0}.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-9aa0e234{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-ccw-9aa0e234{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes blink-9aa0e234{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes dash-9aa0e234{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-9aa0e234],.fade-leave-active[data-v-9aa0e234]{opacity:1;transition:opacity .25s ease}.fade-enter-from[data-v-9aa0e234],.fade-leave-to[data-v-9aa0e234]{opacity:0}.fade-slide-enter-active[data-v-9aa0e234],.fade-slide-leave-active[data-v-9aa0e234]{opacity:1;transform:translateY(0);transition:transform .25s ease,opacity .25s ease}.fade-slide-enter-from[data-v-9aa0e234],.fade-slide-leave-to[data-v-9aa0e234]{opacity:0;transform:translateY(-100%)}.slide-left-enter-active[data-v-9aa0e234],.slide-left-leave-active[data-v-9aa0e234]{opacity:1;transform:translateX(0);transition:transform .25s ease,opacity .25s ease}.slide-left-enter-from[data-v-9aa0e234],.slide-left-leave-to[data-v-9aa0e234]{opacity:0;transform:translateX(100%)}.scoreboard-details-stats[data-v-9aa0e234]{width:100%;height:100%;overflow:auto}.scoreboard-details-stats__content[data-v-9aa0e234]{display:table;border-collapse:collapse;position:relative;width:100%}.scoreboard-details-stats__row[data-v-9aa0e234]{display:table-row;width:100%;height:33px}.scoreboard-details-stats__row--header[data-v-9aa0e234]{background-color:#fafafa;color:#6d6d6d}.scoreboard-details-stats__row--header .scoreboard-details-stats__cell[data-v-9aa0e234]{position:sticky;top:0;z-index:1}.scoreboard-details-stats__row--header .scoreboard-details-stats__cell[data-v-9aa0e234]:first-of-type{left:0;z-index:2}.scoreboard-details-stats__row--data[data-v-9aa0e234]{background-color:#fff;color:#191414;border-bottom:1px solid #f0f0f0}.scoreboard-details-stats__row--data .scoreboard-details-stats__cell[data-v-9aa0e234]:first-of-type{position:sticky;left:0}.scoreboard-details-stats__cell[data-v-9aa0e234]{background-color:inherit;color:inherit;display:table-cell;vertical-align:middle;height:100%;min-width:50px;padding:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.scoreboard-details-stats__cell[data-v-9aa0e234]:not(:first-of-type){text-align:right}.scoreboard-details-stats__message[data-v-9aa0e234]{font-family:Rubik;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#a9a9a9;text-align:center;width:100%}.scoreboard-details-periods{display:flex;align-items:center;position:relative;height:66px;margin:0 0 20px}.scoreboard-details-periods .scoreboard-details-periods__action{display:flex;align-items:center;justify-content:center;position:absolute;z-index:100;top:0;width:92px;height:100%}.scoreboard-details-periods .scoreboard-details-periods__action.scoreboard-details-periods__action--previous{left:0;justify-content:flex-start}.scoreboard-details-periods .scoreboard-details-periods__action.scoreboard-details-periods__action--next{right:0;justify-content:flex-end}.scoreboard-details-periods .scoreboard-details-periods__action-tab{background:#fff;border:1px solid #ddd;stroke:#000;box-sizing:border-box;border-radius:4px;width:33px;height:100%;cursor:pointer;z-index:100;position:relative;padding:8px}.scoreboard-details-periods .scoreboard-details-periods__action-shadow{content:"";width:92px;height:100%;pointer-events:none;position:absolute;right:0}.scoreboard-details-periods .scoreboard-details-periods__action.scoreboard-details-periods__action--previous .scoreboard-details-periods__action-shadow{background:linear-gradient(270deg,hsla(0,0%,100%,0) -5.43%,#fff 50.22%)}.scoreboard-details-periods .scoreboard-details-periods__action.scoreboard-details-periods__action--next .scoreboard-details-periods__action-shadow{background:linear-gradient(90deg,hsla(0,0%,100%,0) -5.43%,#fff 50.22%)}.scoreboard-details-periods .scoreboard-details-periods__content{flex:1;display:flex;overflow:hidden}.scoreboard-details-periods .scoreboard-details-periods__item{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fafafa;border:1px solid #f0f0f0;box-sizing:border-box;border-radius:4px;height:66px;color:#6d6d6d;font-size:14px;gap:7px;cursor:pointer;transition:transform .25s}.scoreboard-details-periods .scoreboard-details-periods__item span{color:#000}.scoreboard-details-periods .scoreboard-details-periods__item.scoreboard-details-periods__item--active{background-color:#003c3c;color:#fff}.scoreboard-details-periods .scoreboard-details-periods__item.scoreboard-details-periods__item--active span{color:#fff}.scoreboard-details-periods.scoreboard-details-periods--readonly .scoreboard-details-periods__action-tab,.scoreboard-details-periods.scoreboard-details-periods--readonly .scoreboard-details-periods__item{cursor:default}.scoreboard-details{flex:1;width:100%;margin:16px 0 0}.scoreboard-details .scoreboard-details__message{font-size:16px;color:#6d6d6d}.scoreboard-statistics-basketball-details .icon,.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics-cell-icon{width:16px;height:16px}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__information{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__information-item{display:flex;flex-direction:column;gap:4px;height:33px}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__information-item .scoreboard-statistics-basketball-details__information-item-label{color:#a9a9a9;font-family:Rubik;font-size:10px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__information-item .scoreboard-statistics-basketball-details__information-item-value{color:#191414;font-family:Rubik;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics{display:flex;flex-direction:column;width:100%}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-row{display:flex;flex-flow:row nowrap;width:100%;font-family:Rubik;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-cell{padding:8px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-cell:not(:first-child){text-align:right}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-body,.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-head{width:100%}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-head .scoreboard-statistics-basketball-details__statistics-row{background:#fafafa;color:#6d6d6d}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-body .scoreboard-statistics-basketball-details__statistics-row{border-bottom:1px solid #f0f0f0}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-body .scoreboard-statistics-basketball-details__statistics-row:nth-child(2n){background:#fafafa}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-body .scoreboard-statistics-basketball-details__statistics-row:nth-last-child(2){border-bottom:1px solid #cdcdcd}.scoreboard-statistics-basketball-details .scoreboard-statistics-basketball-details__statistics .scoreboard-statistics-basketball-details__statistics-body .scoreboard-statistics-basketball-details__statistics-row:last-of-type{background-color:#fff;border-bottom:none;color:#191414;font-family:Rubik;font-size:14px;font-style:normal;font-weight:600;line-height:16px}.scoreboard-player-statistics-team-player-data{display:flex;width:100%;height:33px;align-items:center;justify-content:space-between;padding:0 8px;border-bottom:1px solid #f0f0f0}.scoreboard-player-statistics-team-player-data:nth-child(odd){background-color:#fafafa}.scoreboard-player-statistics-team-player-header{width:100%;display:flex;align-items:center;height:40px;background-color:#fafafa;border-radius:4px;padding:0 8px;margin-bottom:20px;cursor:pointer;font-weight:600}.scoreboard-player-statistics-team-player-header .icon{width:16px;height:16px;margin-right:8px}.scoreboard-player-statistics-team-player-header .icon svg{width:16px;height:16px;stroke:#191414}.scoreboard-player-statistics-team-player-header .icon svg path{stroke-width:1}.scoreboard-player-statistics{width:100%}.scoreboard-player-statistics .scoreboard-player-statistics-header-wrapper{width:100%;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.scoreboard-player-statistics .scoreboard-player-statistics-header-wrapper .scoreboard-player-statistics-header-label-search{width:100%;display:flex;justify-content:space-between;height:33px;margin-bottom:16px}.scoreboard-player-statistics .scoreboard-player-statistics-header-wrapper .scoreboard-player-statistics-header-label-search .scoreboard-player-statistics-header-label{height:100%;line-height:33px;font-weight:600}.scoreboard-player-statistics .scoreboard-player-statistics-header-wrapper .scoreboard-player-statistics-header-label-search .scoreboard-player-statistics-header-search{width:230px}.scoreboard-player-statistics .scoreboard-player-statistics-header-wrapper .scoreboard-player-statistics-header-label-search .scoreboard-player-statistics-header-search .text-field{height:33px}.scoreboard-player-statistics .scoreboard-player-statistics-header-wrapper .scoreboard-player-statistics-header-label-search .scoreboard-player-statistics-header-search .text-field .text-field-clear{width:33px;height:33px}.scoreboard-player-statistics .scoreboard-player-statistics-body{width:100%;overflow-y:auto;max-height:calc(100vh - 563px)}.scoreboard-player-statistics .scoreboard-player-statistics-body .scoreboard-player-statistics-team{width:100%;padding:16px 0}.scoreboard-player-statistics .scoreboard-player-statistics-body .scoreboard-player-statistics-team .scoreboard-player-statistics-team-label{font-weight:600;margin-bottom:16px}.scoreboard-player-statistics .scoreboard-player-statistics-body .scoreboard-player-statistics-team .scoreboard-player-statistics-team-player{width:100%;margin-bottom:16px}.scoreboard-player-statistics .scoreboard-player-statistics-body .scoreboard-player-statistics-team .scoreboard-player-statistics-team-player:last-child{margin-bottom:0}.scoreboard-player-statistics .scoreboard-baseball-navigation{height:33px;width:100%;box-shadow:inset 0 -2px 0 #cdcdcd;display:flex;margin-top:16px;margin-bottom:-16px}.scoreboard-player-statistics .scoreboard-baseball-navigation .scoreboard-baseball-navigation-tab{height:100%;padding:0 8px;display:flex;align-items:center;cursor:pointer}.scoreboard-player-statistics .scoreboard-baseball-navigation .scoreboard-baseball-navigation-tab.selected{box-shadow:inset 0 -2px 0 #003c3c}.manual-resulting-statistics--per-feed .scoreboard-navigation{height:33px;width:100%;box-shadow:inset 0 -2px 0 #cdcdcd;display:flex;margin:32px 0}.manual-resulting-statistics--per-feed .scoreboard-navigation .scoreboard-navigation-tab{height:100%;padding:0 8px;display:flex;align-items:center;cursor:pointer}.manual-resulting-statistics--per-feed .scoreboard-navigation .scoreboard-navigation-tab.selected{box-shadow:inset 0 -2px 0 #003c3c}.manual-resulting-statistics--per-feed .scoreboard-details-periods .scoreboard-details-periods__content{width:100%}.manual-resulting-statistics--per-feed .scoreboard-player-statistics .scoreboard-player-statistics-body{max-height:calc(100vh - 360px)}.manual-resulting-statistics{position:absolute;top:0;right:45%;width:55%;height:100%;background:#fafafa;border-left:2px solid #f0f0f0;padding:16px;z-index:101}.manual-resulting-statistics--feed-select{display:flex;gap:16px;margin-top:16px}.manual-resulting-statistics--feed-select .feed-select-item{width:calc(50% - 8px);display:flex;flex-direction:column;gap:4px}.manual-resulting-statistics--feed-select .feed-select-item--label{font-size:10px;font-weight:600;text-transform:uppercase;color:#6d6d6d}.manual-resulting-statistics--feed-select .feed-select-item .dropdown{max-width:230px}.manual-resulting-statistics--root{display:flex;gap:16px}.manual-resulting-statistics--per-feed{width:calc(50% - 8px)}.manual-resulting-statistics--per-feed.only-one-feed{width:100%}.manual-resulting-market-selection-prompt{display:flex;align-items:center;justify-content:space-between;padding:24px 16px;position:absolute;background:#fff;border:1px solid #cdcdcd;box-sizing:border-box;box-shadow:0 8px 12px -6px rgba(0,0,0,.12);border-radius:8px;left:50%;transform:translateX(-50%);transform-origin:center;max-width:55%;min-width:400px;white-space:nowrap;height:65px;bottom:80px;z-index:1110}.manual-resulting-market-selection-prompt-enter-active{animation:manual-resulting-market-selection-prompt-bounce-in .5s}.manual-resulting-market-selection-prompt-leave-active{animation:manual-resulting-market-selection-prompt-bounce-in .25s reverse}@keyframes manual-resulting-market-selection-prompt-bounce-in{0%{transform:translateY(100%) translateX(-50%)}50%{transform:translateY(-10%) translateX(-50%)}to{transform:translateY(0) translateX(-50%)}}.manual-resulting-market-selection-prompt-box{display:flex;align-items:center}.manual-resulting-market-selection-prompt-box>*{margin:0 7px}.manual-resulting-market-selection-prompt-box>:first-child{margin-left:0}.manual-resulting-market-selection-prompt-box>:last-child{margin-right:0}.manual-resulting-market-selection-prompt-box:first-child{margin-right:2rem}@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}