.table-number-input{display:flex;width:100%;height:100%;position:relative}.table-number-input input{display:inline-block;width:100%;height:100%;padding:8px;border:1px solid #f0f0f0;border-radius:4px}.table-number-input input:focus{box-shadow:0 0 0 1px #658a8a;outline:none}.table-number-input input.is-error{border:1px solid #ff2e2d}.table-number-input input.transparent{border:none;outline:none;background-color:transparent;border-radius:0}.table-number-input input.transparent:focus{border:1px solid #a2bfff}.table-number-input input.transparent.is-error{border:1px solid #ff2e2d}.table-number-input input.transparent.is-error:focus{box-shadow:unset;outline:none}.table-number-input .arrows-root{position:absolute;height:100%;top:0;right:0;display:flex;flex-direction:column;border:1px solid #f0f0f0;border-top-right-radius:4px;border-bottom-right-radius:4px}.table-number-input .arrows-root .arrow-item{display:flex;align-items:center;justify-content:center;padding:2px;height:50%;background-color:#fff;cursor:pointer}.table-number-input .arrows-root .arrow-item:first-child{border-bottom:1px solid #f0f0f0}.table-number-input .arrows-root .arrow-item .icon{width:11px;height:11px}.table-number-input .arrows-root .arrow-item .icon svg path{stroke:#191414}.table-number-input .arrows-root .arrow-item:nth-child(2) svg path{stroke:#a9a9a9}.table-number-input .alert-tooltip{width:30px;height:100%;padding:0 8px;position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.table-number-input .alert-tooltip .alert-icon{right:7px}.table-number-input .alert-tooltip .alert-icon svg path{stroke:#ff2e2d}.table-number-input.tooltip-active input{padding-right:30px}.table-number-input input::-webkit-inner-spin-button,.table-number-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.table-number-input input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.weights-edit__root{flex:1;display:block;height:100%}.weights-edit__root .weights-edit__section{background-color:#fff;padding:16px;border:1px solid #ddd;border-radius:4px;min-height:325px;height:100%;width:100%;overflow:hidden}.weights-edit__root .weights-edit__section .weights-edit--section__header{padding-bottom:4px}.weights-edit__root .weights-edit__section .section-subtitle{font-size:12px;color:#a9a9a9}.weights-edit__root .weights-edit__section .section-search-content{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.weights-edit__root .weights-edit__section .section-search-content .search-container{display:flex;align-items:center;gap:24px}.weights-edit__root .weights-edit__section .section-search-content .search-container .weights-edit-buttons-toggle{display:flex;align-items:center;gap:8px}.weights-edit__root .weights-edit__section .section-error-content{display:flex;justify-content:left;align-items:center;margin-top:6px;gap:8px;color:#ff2e2d;opacity:0}.weights-edit__root .weights-edit__section .section-error-content.active{opacity:1}.weights-edit__root .weights-edit__section .section-error-content svg path{stroke:red}.weights-edit__root .weights-edit__section .weights-edit-configuration__content{height:calc(100% - 120px);overflow-y:auto}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__bookmaker{display:flex;align-items:center;gap:8px}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__bookmaker .bookmaker-logo-container{width:42px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:4px;overflow:hidden}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__bookmaker .bookmaker-logo-container img{width:100%}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input{display:flex}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .increase-decrease-button{height:33px;width:33px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;cursor:pointer}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .increase-decrease-button.left{border-radius:4px 0 0 4px}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .increase-decrease-button.right{border-radius:0 4px 4px 0}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .increase-decrease-button svg path{stroke:#191414}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .table-number-input{width:74px}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .table-number-input input{text-align:center;border-color:#ddd;height:33px;border-width:1px 0;border-style:solid;border-radius:0}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .table-number-input input:-moz-read-only{background-color:#f0f0f0;color:#a9a9a9}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .table-number-input input:read-only{background-color:#f0f0f0;color:#a9a9a9}.weights-edit__root .weights-edit__section .weights-edit-configuration__content .weights-edit-configuration-row__weight .weights-input .us-cent-dd{width:120px}.weights-edit__root .weights-edit__section .weights-edit-configuration__empty-results{display:flex;justify-content:center;margin-top:80px}@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%)}.weights-configuration .weights-configuration__main{width:100%;max-width:960px;margin:0 auto;padding-top:8px}.weights-configuration .weights-configuration__header{display:flex;align-items:center;justify-content:space-between;height:85px;padding:32px}.weights-configuration .weights-configuration__header .header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.weights-configuration .weights-configuration__header .weights-configuration__text{display:flex;flex-direction:column;position:relative}.weights-configuration .weights-configuration__header .weights-configuration__text .icon{position:absolute;left:-25px;top:5px;width:18px;height:18px;cursor:pointer}.weights-configuration .weights-configuration__header .weights-configuration__text .icon svg path{stroke:#191414}.weights-configuration .weights-configuration__header .weights-configuration__text p{font-size:12px;color:#a9a9a9}.weights-configuration .weights-configuration__header .button.button--primary{stroke:unset}.weights-configuration .weights-configuration__header .icon svg path{fill:#fff}.weights-configuration .weights-configuration__header .weights-configuration__actions{display:flex;align-items:center;gap:12px}.weights-configuration .weights-configuration__content{height:calc(100% - 120px);padding:0 32px;overflow-y:auto;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.weights-configuration .weights-configuration__content.loading{display:flex;align-items:center;justify-content:center;padding:24px 24px;height:calc(100% - 100px);overflow-y:auto}.weights-configuration .empty-state-wrapper{display:flex;justify-content:center;align-items:center;height:400px;width:100%}.weights-configuration .empty-state-wrapper .empty-state{width:400px}.weights-configuration .weights-meta-info-row{margin-top:8px;font-size:14px;color:#bdbdbd;padding-right:32px;text-align:right}