.market-container{display:flex;gap:10px}.market-container .market--item{min-width:100px;padding:5px 10px;text-align:center;border:1px solid var(--color-border-market);font-weight:700;cursor:pointer}.market-container .market--item.active{background-color:var(--background_active);color:var(--color-text-2);border:1px solid var(--background_active)}@media(max-width:525px){.market-container{gap:5px}.market-container .market--item{min-width:unset;padding:5px 5px}}.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}.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{pointer-events:none!important}.table-fixed .btn-expand{width:100%}.table-fixed .btn:focus,.table-fixed .btn: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)}}