.market-wrapper{width:100%}.market-container{display:flex;flex-wrap:wrap;gap:10px;width:100%}.market-container .market--item{flex:0 1 auto;min-width:100px;max-width:100%;margin:0;padding:5px 10px;text-align:center;border:1px solid var(--color-border-market);font-weight:700;cursor:pointer;word-break:break-word;overflow-wrap:break-word;color:var(--color-text);transition:background-color .15s ease,border-color .15s ease,color .15s ease}.market-container .market--item.active{background-color:var(--background_active);color:var(--color-text-button-select,var(--color-text-2));border:1px solid var(--background_active)}.market-container .market--group{position:relative;flex:0 1 auto}.market-container .market--group .market--item-group{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:100px}.market-container .market--group .market--chevron{font-size:11px;line-height:1;opacity:.75;transition:transform .15s ease}.market-container .market--group.is-active .market--item-group,.market-container .market--group.is-open .market--item-group{background-color:var(--background_active);color:var(--color-text-button-select,var(--color-text-2));border-color:var(--background_active)}.market-container .market--group.is-open .market--chevron{transform:rotate(180deg)}.market-container .market--group:not(.is-open):not(.is-active):hover .market--item-group{border-color:var(--background_active)}.market-container .market--submenu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:max(100%,240px);max-width:320px;padding:6px;background-color:var(--background-main);border:1px solid var(--color-border-table,var(--color-border-market));box-shadow:0 10px 28px rgba(0,0,0,.4)}.market-container .market--submenu:before{content:"";position:absolute;top:-8px;left:0;width:100%;height:8px}.market-container .market--submenu-item{display:block;width:100%;margin:0;padding:8px 12px;text-align:left;font-size:var(--fontSize);font-weight:600;line-height:1.35;color:var(--color-text);background-color:transparent;border:none;border-radius:2px;cursor:pointer;white-space:normal;word-break:break-word;transition:background-color .15s ease,color .15s ease}.market-container .market--submenu-item:not(:last-child){margin-bottom:2px}.market-container .market--submenu-item.active,.market-container .market--submenu-item:hover{background-color:var(--background_active);color:var(--color-text-button-select,var(--color-text-2))}.market-container .market-submenu-enter-active,.market-container .market-submenu-leave-active{transition:opacity .15s ease,transform .15s ease}.market-container .market-submenu-enter,.market-container .market-submenu-leave-to{opacity:0;transform:translateY(-4px)}@media(max-width:525px){.market-container{gap:5px}.market-container .market--item{min-width:unset;padding:5px 8px}.market-container .market--submenu{min-width:200px;max-width:calc(100vw - 32px)}}.header-fixed{display:contents}.text__increase{color:var(--color-text-increase)}.text__decrease{color:var(--color-text-decrease)}.animal-infor-container{display:contents}.distance{display:flex;align-items:center}.distance-space-between{justify-content:space-between}.text-bold{font-weight:700}.ml-10{margin-left:10px!important}.market-selections{margin-top:20px;border:1px solid var(--color-border-table);border-radius:var(--border-radius);overflow:hidden;background-color:var(--background-table)}.market-selections__header{display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:var(--background-main);border-bottom:1px solid var(--color-border-table);padding:10px 12px;font-size:calc(var(--fontSize) - 1px);font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text);opacity:.85}.market-selections__header-label{flex:1;min-width:0}.market-selections__header-label.market-selections__price-col{flex:0 0 88px;text-align:center}.market-selections__item{border-bottom:1px solid var(--color-border-table)}.market-selections__item:last-child{border-bottom:none}.market-selections__item--open{background-color:var(--background-main)}.market-selections__item--open .market-selections__row{border-bottom:1px solid var(--color-border-table)}.market-selections__item--open .market-selections__chevron{opacity:1;color:var(--background_active)}.market-selections__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;cursor:pointer;transition:background-color .15s ease}.market-selections__row:hover{background-color:hsla(0,0%,100%,.03)}.market-selections__name{display:flex;align-items:center;flex:1;min-width:0;gap:10px}.market-selections__chevron{flex-shrink:0;font-size:13px;opacity:.65;transition:opacity .15s ease,color .15s ease}.market-selections__label{font-weight:600;line-height:1.35;word-break:break-word}.market-selections__price-col{flex-shrink:0;width:88px;text-align:center}.market-selections__odds-btn{display:inline-flex;align-items:center;justify-content:center;min-width:72px;width:100%;padding:6px 10px;border:1px solid var(--background-primany);border-radius:5px;background-color:var(--background-select-button);color:var(--color-text-button-select);font-weight:700;font-size:var(--fontSize);line-height:1.2;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.market-selections__odds-btn:hover:not(.market-selections__odds-btn--active):not(.market-selections__odds-btn--disabled):not(:disabled){background-color:var(--background-select-button-active);border-color:var(--background-select-button-active)}.market-selections__odds-btn:focus{outline:none}.market-selections__odds-btn--active{background-color:var(--background-select-button-active);border-color:var(--background-select-button-active)}.market-selections__odds-btn--disabled,.market-selections__odds-btn:disabled{opacity:.55;cursor:not-allowed!important}.market-selections__odds-btn--disabled.market-selections__odds-btn--active,.market-selections__odds-btn--disabled:active,.market-selections__odds-btn--disabled:focus,.market-selections__odds-btn--disabled:hover,.market-selections__odds-btn:disabled.market-selections__odds-btn--active,.market-selections__odds-btn:disabled:active,.market-selections__odds-btn:disabled:focus,.market-selections__odds-btn:disabled:hover{background-color:var(--background-select-button)!important;border-color:var(--background-primany)!important}.market-selections__detail{padding:0;background-color:var(--background-main)}.market-selections__detail .table-fixed{margin:0;padding:0;border:none;border-radius:0;overflow:hidden}.market-selections__detail .table-fixed.row{margin-left:0;margin-right:0}.market-selections__detail .table-fixed .col-12.fixed-game{padding:0}.market-selections__detail .table-fixed .games-list{margin:0!important}.market-selections__detail .table-fixed .games-list:last-child{border-bottom:none}.table-container .markets+.market-selections{margin-top:20px}@media(max-width:525px){.market-selections__detail .games-list{flex-wrap:nowrap;align-items:center;gap:6px}.market-selections__detail .games-list>.col-2{flex:0 0 32px;max-width:32px;padding:4px!important}.market-selections__detail .games-list>.col-4,.market-selections__detail .games-list>.col-7{flex:1 1 0;max-width:none;min-width:0;padding:4px!important}.market-selections__detail .games-list>.col-12{flex:0 0 auto;width:auto;max-width:45%;padding:4px!important;display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.market-selections__detail .games-list>.col-12 p{margin-bottom:0;line-height:1.25;white-space:nowrap}.market-selections{margin-top:16px}.market-selections__header,.market-selections__row{padding:10px}.market-selections__price-col{width:76px}.market-selections__odds-btn{min-width:64px;padding:5px 8px;font-size:calc(var(--fontSize) - 1px)}}.table-fixed{margin-top:12px}.table-fixed .game-table-header{background-color:var(--background-table-header);border-bottom:1px solid var(--color-border-table);font-weight:700}.table-fixed .games-list{background-color:var(--background-table);border-bottom:1px solid var(--color-border-table)}.table-fixed .games-list .break-word{overflow-wrap:break-word}.table-fixed .btn{background-color:var(--background-select-button);border:1px solid var(--background-primany);padding:5px;margin:2px;text-align:center;border-radius:5px;cursor:pointer;color:var(--color-text)}.table-fixed .btn-select{color:var(--color-text-button-select);font-weight:700;width:100%}.table-fixed .btn-select__active{color:#fff!important;border:1px solid var(--background-select-button-active);background-color:var(--background-select-button-active)!important}.table-fixed .btn-select__disabled{opacity:.55;cursor:not-allowed!important}.table-fixed .btn-select__disabled.btn-select__active,.table-fixed .btn-select__disabled:active,.table-fixed .btn-select__disabled:focus,.table-fixed .btn-select__disabled:hover{background-color:var(--background-select-button)!important;border-color:var(--background-primany)!important}.table-fixed .btn-select__disabled.btn-select__active{color:var(--color-text-button-select)!important}.table-fixed .btn-expand{width:100%}.table-fixed .btn:not(.btn-select__disabled):focus,.table-fixed .btn:not(.btn-select__disabled):hover{background-color:var(--background-select-button)}.table-fixed .img-fluid{background-color:transparent}.table-fixed .img-fluid--error{background-color:#292f41}.table-fixed .text-details{font-size:calc(var(--fontSize) - 1px)}.table-fixed .text__main{font-size:calc(var(--fontSize) + 4px)}@media screen and (max-width:525px){.flex-end{display:flex;align-items:flex-end}}@media only screen and (max-width:320px){.games-list{font-size:calc(var(--fontSize) - 2px)}}