.FilterActions{display:flex;gap:.5rem}.MultiSelectFilter{display:flex;flex-direction:column;gap:1.25rem}.MultiSelectFilter__Items{display:flex;flex-direction:column;gap:.5rem;flex-wrap:wrap}.MultiSelectFilter__Item{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;margin:-.5rem;border-radius:10px;transition:background-color .15s}.MultiSelectFilter__Item:hover{cursor:pointer;color:#fff;background:var(--chakra-colors-gray-800)}.MultiSelectFilter__Item:active{background-color:var(--chakra-colors-gray-700)!important}.MobileFilterMenu .MultiSelectFilter__ItemCheckbox{order:2}.MobileFilterMenu .MultiSelectFilter__ItemTitle{flex-grow:1}.InputFilter{display:flex;flex-direction:column;gap:1.25rem}.InputFilter__InputTitle{font-family:var(--chakra-fonts-mono);font-size:.75rem;font-weight:400;color:hsla(0,0%,100%,.5)}.MobileFilterMenu .InputFilter{width:100%}.MobileFilterMenu .InputFilter__Title{font-family:var(--chakra-fonts-heading);font-weight:700;font-size:.875rem}.MobileFilterMenu .InputFilter__Input{min-height:3rem;padding:.75rem 1rem}.RangeFilter{display:flex;flex-direction:column;gap:1.25rem}.RangeFilter__InputContainer{display:flex;flex-direction:column;gap:.5rem}.RangeFilter__InputTitle{font-family:var(--chakra-fonts-mono);font-size:.75rem;font-weight:400;color:hsla(0,0%,100%,.5)}.MobileFilterMenu .RangeFilter{width:100%;gap:1rem}.MobileFilterMenu .RangeFilter__InputTitle{font-family:var(--chakra-fonts-heading);font-weight:700;font-size:.875rem}.MobileFilterMenu .RangeFilter__Input{min-height:3rem;padding:.75rem 1rem}.FilterGroup{display:flex;flex-direction:column;gap:1.25rem}.FilterGroup__Title{font-family:var(--chakra-fonts-heading);font-weight:700;color:#fff;text-transform:uppercase;font-size:.75rem;letter-spacing:.4px}.FilterGroup__Content{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.ActiveFilters__ItemsContainer{display:flex;flex-wrap:wrap;gap:.5rem;max-width:100%}.ActiveFilters__Item{display:flex;align-items:center;font-weight:500!important;text-transform:none!important;background-color:var(--chakra-colors-gray-800)!important;cursor:default;max-width:100%;white-space:break-spaces!important;word-break:break-all;text-align:left;height:auto!important;padding:.375rem .75rem}.ActiveFilters__IconContainer{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;background-color:var(--chakra-colors-gray-700);border-radius:.25rem}.ActiveFilters__IconContainer:hover{cursor:pointer;background-color:var(--chakra-colors-gray-600)}.ActiveFilters__IconContainer svg{width:.4rem;height:.4rem}.BottomSheet{display:flex;flex-direction:column;border-radius:20px 20px 0 0}.BottomSheet,.BottomSheet:after{background-color:var(--chakra-colors-gray-650)}.BottomSheet:after{content:"";position:absolute;z-index:-1;top:90%;left:0;width:100%;height:100vh}.BottomSheet__ContentContainer{display:flex;flex-direction:column;height:100%}.BottomSheet__Body{padding-left:var(--chakra-space-3)!important;padding-right:var(--chakra-space-3)!important;flex:1 1;overflow-y:auto;min-height:0;display:flex;flex-direction:column}.BottomSheet__DragHandle{display:flex;align-items:center;justify-content:space-between;cursor:-webkit-grab;cursor:grab;flex-shrink:0;border-bottom:none;padding:.5rem 1.5rem;touch-action:none}@media(hover:hover)and (pointer:fine){.BottomSheet__DragHandle:hover .BottomSheet__DragHandleLine{background-color:var(--chakra-colors-gray-750)}}.BottomSheet__DragHandle:active .BottomSheet__DragHandleLine{width:5.8rem;background-color:var(--chakra-colors-gray-800)}.BottomSheet__DragHandleLine{max-width:100%;max-height:20px;width:6rem;height:.25rem;background-color:var(--chakra-colors-gray-800);border-radius:.125rem;margin:0 auto;transition:.1s}.BottomSheet__Title{font-family:var(--chakra-fonts-heading);font-weight:800;font-size:20px;line-height:100%;text-align:center;padding:0 1.5rem 1rem;flex-shrink:0}.MenuLevel{width:calc(100% + .5rem);scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--chakra-colors-brand-normal) hsla(0,0%,100%,.05);display:flex;flex-direction:column;gap:.25rem;margin:-.25rem}.MenuLevel::-webkit-scrollbar{height:2px;width:2px}.MenuLevel::-webkit-scrollbar-thumb{background-color:var(--chakra-colors-brand-normal)}.MenuLevel::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.05)}@supports(scrollbar-width:thin){.MenuLevel{scrollbar-width:thin;scrollbar-color:var(--chakra-colors-brand-normal) hsla(0,0%,100%,.05)}}.MenuLevel__Item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .625rem;position:relative;font-family:var(--chakra-fonts-heading);font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.4px;border-radius:10px;transition:background-color .15s;color:var(--chakra-colors-gray-250)}.MenuLevel__Item:hover{background-color:var(--chakra-colors-gray-800);cursor:pointer;color:#fff}.MenuLevel__Item:active{background-color:var(--chakra-colors-gray-700)!important}.MenuLevel__Item--Active{color:#fff;background-color:var(--chakra-colors-gray-800)}.MenuLevel__Item--Active .MenuLevel__ItemIcon,.MenuLevel__Item:hover .MenuLevel__ItemIcon{color:#fff;background-color:hsla(0,0%,100%,.25)}.MenuLevel__ItemIcon{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:.25rem;background:rgba(var(--chakra-colors-brand-normal-rgb),.2)}.MenuLevel__ItemIcon svg{width:.5rem;height:.5rem}.MenuLevel__Item--Submenu:after{content:"";position:absolute;right:8px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background-color:transparent;transition:background-color .15s}.MenuLevel__Item--Submenu:hover:after{background-color:rgba(var(--chakra-colors-whiteAlpha-300-rgb),.3)}.MultiLevelMenu{position:relative}.MultiLevelMenu .chakra-popover__content{-webkit-backdrop-filter:blur(44px);backdrop-filter:blur(44px);border-radius:var(--chakra-radii-block);border:1px solid hsla(0,0%,100%,.1);background:rgba(24,31,34,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-height:300px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--chakra-colors-brand-normal) hsla(0,0%,100%,.05)}.MultiLevelMenu .chakra-popover__content::-webkit-scrollbar{height:2px;width:2px}.MultiLevelMenu .chakra-popover__content::-webkit-scrollbar-thumb{background-color:var(--chakra-colors-brand-normal)}.MultiLevelMenu .chakra-popover__content::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.05)}@supports(scrollbar-width:thin){.MultiLevelMenu .chakra-popover__content{scrollbar-width:thin;scrollbar-color:var(--chakra-colors-brand-normal) hsla(0,0%,100%,.05)}}.MultiLevelMenu .chakra-popover__arrow{background:rgba(24,31,34,.9)!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-color:hsla(0,0%,100%,.1)!important}.FilterValueTag{white-space:nowrap;overflow:hidden;max-width:100%;font-family:var(--chakra-fonts-mono);font-size:.75rem;color:#fff;font-weight:400;text-transform:capitalize}.FilterValueTag--Multiselect{display:flex;gap:.5rem}.FilterValueTag__MultipleContainer{display:flex;gap:4px}.MobileFilterMenu{position:relative;width:100%;display:flex;flex-direction:column;min-height:300px}.MobileFilterMenu__Header{display:flex;align-items:center;position:relative;justify-content:center}.MobileFilterMenu__ClearButton{position:absolute!important;right:0}.MobileFilterMenu__Title{font-family:var(--chakra-fonts-heading);font-weight:800;font-size:20px;line-height:100%;text-align:center}.MobileFilterMenu__List{display:flex;flex-direction:column;gap:.5rem;width:100%}.MobileFilterMenu .MultiSelectFilter{width:100%;gap:.5rem}.MobileFilterMenu .FilterGroup__Title{display:none}.MobileFilterMenu .MultiSelectFilter__Item,.MobileFilterMenu__Item{background-color:var(--chakra-colors-gray-800);border-radius:10px;padding:1rem;transition:.1s;margin:0}@media(hover:hover)and (pointer:fine){.MobileFilterMenu .MultiSelectFilter__Item:hover,.MobileFilterMenu__Item:hover{cursor:pointer;background-color:var(--chakra-colors-gray-700)}}.MobileFilterMenu .MultiSelectFilter__Item:not(.MobileFilterMenu__Item--Active,.MobileFilterMenu .MultiSelectFilter__Item--Active):not(.MobileFilterMenu__Item--Selected,.MobileFilterMenu .MultiSelectFilter__Item--Selected):hover .Checkbox path,.MobileFilterMenu__Item:not(.MobileFilterMenu__Item--Active,.MobileFilterMenu .MultiSelectFilter__Item--Active):not(.MobileFilterMenu__Item--Selected,.MobileFilterMenu .MultiSelectFilter__Item--Selected):hover .Checkbox path{fill:var(--chakra-colors-gray-600)}.MobileFilterMenu .MultiSelectFilter__Item:active,.MobileFilterMenu__Item:active{transform:translateY(1px);background-color:var(--chakra-colors-gray-700)}.MobileFilterMenu .MultiSelectFilter__Item--Active,.MobileFilterMenu .MultiSelectFilter__Item--Selected,.MobileFilterMenu__Item--Active,.MobileFilterMenu__Item--Selected{background-color:rgba(var(--chakra-colors-brand-normal-rgb),.1)}@media(hover:hover)and (pointer:fine){.MobileFilterMenu .MultiSelectFilter__Item--Active:hover,.MobileFilterMenu .MultiSelectFilter__Item--Selected:hover,.MobileFilterMenu__Item--Active:hover,.MobileFilterMenu__Item--Selected:hover{cursor:pointer;background-color:rgba(var(--chakra-colors-brand-light-rgb),.2)}}.MobileFilterMenu .MultiSelectFilter__Item--Active:active,.MobileFilterMenu .MultiSelectFilter__Item--Selected:active,.MobileFilterMenu__Item--Active:active,.MobileFilterMenu__Item--Selected:active{transform:translateY(1px);background-color:rgba(var(--chakra-colors-brand-normal-rgb),.8)}.MobileFilterMenu__Item{display:flex;flex-direction:column;gap:.5rem;color:var(--chakra-colors-gray-250);text-transform:uppercase;font-weight:700;font-family:var(--chakra-fonts-heading)}.MobileFilterMenu__Item:hover .MobileFilterMenu__ItemIcon{color:#fff;background-color:hsla(0,0%,100%,.25)}.MobileFilterMenu__ItemIcon{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:.25rem;background:rgba(var(--chakra-colors-brand-normal-rgb),.2);color:var(--chakra-colors-brand-normal)}.MobileFilterMenu__ItemIcon svg{width:.5rem;height:.5rem}.MobileFilterMenu .FilterActions Button,.MobileFilterMenu__SubmitButton{padding:1rem 2rem!important;height:auto!important}.MobileFilterMenu .InputFilter .FilterActions{margin:.5rem auto 0}.MobileFilterMenu .FilterActions{justify-content:center;gap:.5rem;margin-top:.5rem}.MobileFilterMenu .FilterActions .MultiSelectFilter__ActionButton{width:50%}.MobileFilterMenu__SubmitButton{margin:0 auto}.MobileFilterMenu__Content{display:flex;flex-direction:column;gap:1rem}.MobileFilterMenu__DetailView{width:100%}.MobileFilterMenu__BackButton{position:absolute;left:0;transition:.15s;align-items:center;padding:.5rem;border-radius:.25rem;color:rgba(var(--chakra-colors-brand-normal-rgb),.8)}.MobileFilterMenu__BackButton:hover{cursor:pointer;background-color:rgba(49,130,206,.1);color:rgba(var(--chakra-colors-brand-normal-rgb),1)}.MobileFilterMenu__Content{padding:8px 0}.MobileFilterMenu__ApplyButton{margin-top:24px;width:100%}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.DateRangePicker{display:flex;flex-direction:column;align-items:center;font-size:.75rem;font-family:var(--chakra-fonts-mono);container-type:inline-size}.DateRangePicker--NoTopNavigation .react-calendar__navigation,.DateRangePicker--NoWeekDay .react-calendar__month-view__weekdays{display:none!important}.DateRangePicker__Header{display:flex;justify-content:center;width:100%;margin-bottom:20px}.DateRangePicker--SingleCalendar .DateRangePicker__HeaderMonth{width:100%;max-width:none}.DateRangePicker__HeaderMonth{width:50%;text-align:center;font-family:var(--chakra-fonts-heading);font-size:.875rem;font-weight:700;max-width:350px}.DateRangePicker__Calendar{width:100%;margin-bottom:10px}.DateRangePicker__MonthSelector{display:flex;justify-content:space-between;width:100%;margin-top:10px}.DateRangePicker__Arrow,.DateRangePicker__MonthButton{color:#fff;border:1px solid #343f44;border-radius:10px;background-color:rgba(var(--chakra-colors-gray-800-rgb),.3);cursor:pointer;transition:all .1s;margin:0 4px}.DateRangePicker__Arrow:hover,.DateRangePicker__MonthButton:hover{background-color:rgba(var(--chakra-colors-gray-800-rgb),.5)}.DateRangePicker__Arrow:disabled,.DateRangePicker__MonthButton:disabled{opacity:.4;cursor:not-allowed}.DateRangePicker__MonthButton{color:var(--chakra-colors-gray-250);padding:10px 16px;text-transform:uppercase}.DateRangePicker__MonthButton:hover{color:var(--chakra-colors-gray-100)}.DateRangePicker__MonthButton--Active{color:#fff;background-color:var(--chakra-colors-brand-normal)}.DateRangePicker__MonthButton--Active:hover{background-color:var(--chakra-colors-brand-normal);cursor:default}.DateRangePicker__Arrow{display:flex;align-items:center;justify-content:center;width:28px}.DateRangePicker__Arrow svg{width:8px;height:8px}.DateRangePicker__Arrow--Left{margin-right:auto;margin-left:0}.DateRangePicker__Arrow--Left svg{transform:rotate(180deg)}.DateRangePicker__Arrow--Right{margin-left:auto;margin-right:0}@container (max-width: 640px){.DateRangePicker__MonthButton{font-size:.625rem;padding:10px 14px}.DateRangePicker__Arrow{width:24px}}@container (max-width: 570px){.DateRangePicker__Arrow,.DateRangePicker__MonthButton{border-radius:8px}.DateRangePicker__MonthButton{font-size:.5rem;padding:8px 10px;margin:0 4px}.DateRangePicker__Arrow{width:20px}.DateRangePicker__Arrow svg{width:4px;height:6px}}@container (max-width: 450px){.DateRangePicker__Arrow,.DateRangePicker__MonthButton{border-radius:6px}.DateRangePicker__MonthButton{font-size:.5rem;padding:6px;margin:0 2px}.DateRangePicker__Arrow{width:16px}.DateRangePicker__Arrow svg{width:4px;height:6px}}@container (max-width: 400px){.DateRangePicker__Arrow,.DateRangePicker__MonthButton{border-radius:5px}.DateRangePicker__MonthButton{font-size:.438rem;padding:5px;margin:0 1px}.DateRangePicker__Arrow{width:14px}.DateRangePicker__Arrow svg{width:3px;height:5px}}.DateRangePicker .react-calendar{margin:0 auto;background:transparent;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.DateRangePicker .react-calendar__tile{border-radius:10px;font-family:var(--chakra-fonts-heading);font-size:.75rem;white-space:nowrap;padding:16px 8px}.DateRangePicker .react-calendar__tile:disabled{color:hsla(0,0%,100%,.5)!important;pointer-events:none;background-color:transparent;opacity:.5}.DateRangePicker .react-calendar__tile--now{background-color:rgba(var(--chakra-colors-gray-800-rgb),.3)}.DateRangePicker .react-calendar__tile--hover,.DateRangePicker .react-calendar__tile--range{background-color:rgba(var(--chakra-colors-gray-800-rgb),.5)!important;border-radius:0}.DateRangePicker .react-calendar__tile--rangeEnd,.DateRangePicker .react-calendar__tile--rangeStart{transition:border-radius .2s;background-color:var(--chakra-colors-brand-normal)!important;color:#fff}.DateRangePicker .react-calendar__tile--rangeEnd:hover,.DateRangePicker .react-calendar__tile--rangeStart:hover{background-color:var(--chakra-colors-brand-light)!important}.DateRangePicker .react-calendar__tile--rangeStart{border-radius:10px 0 0 10px!important}.DateRangePicker .react-calendar__tile--rangeEnd{border-radius:0 10px 10px 0!important}.DateRangePicker .react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd{border-radius:10px!important}.DateRangePicker .react-calendar__tile:enabled:focus,.DateRangePicker .react-calendar__tile:enabled:hover{background-color:rgba(var(--chakra-colors-gray-800-rgb),.3)}.DateRangePicker .react-calendar__navigation button{font-size:.875rem;font-weight:700}.DateRangePicker .react-calendar__navigation button:enabled:focus,.DateRangePicker .react-calendar__navigation button:enabled:hover{background-color:rgba(var(--chakra-colors-gray-800-rgb),.5);border-radius:10px;overflow:hidden}.DateRangePicker .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.DateRangePicker .react-calendar__month-view__days__day--weekend:not(.react-calendar__month-view__days__day--neighboringMonth){color:#fff}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view__days__day--neighboringMonth.react-calendar__tile--rangeEnd,.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view__days__day--neighboringMonth.react-calendar__tile--rangeStart{background:rgba(var(--chakra-colors-gray-800-rgb),.5)!important}@media screen and (max-width:80em){.DateRangePicker .react-calendar__tile{padding:12px 6px}}@media screen and (max-width:48em){.DateRangePicker .react-calendar__tile{font-size:.7rem}}@media screen and (max-width:30em){.DateRangePicker .react-calendar__tile{font-size:.6rem}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__viewContainer{flex-direction:column}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view{width:100%;margin-top:34px;margin-left:0;margin-right:0}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view:first-child{margin-top:0}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__viewContainer{margin-left:0;margin-right:0}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .DateRangePicker__Header{flex-direction:column;position:relative}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .DateRangePicker__HeaderMonth{width:100%;max-width:none}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .DateRangePicker__HeaderMonth:nth-child(2){position:absolute;top:270px}}.DateRangeFilter{display:flex;flex-direction:column;gap:1.5rem;min-width:650px}.DateRangeFilter__ValuesContainer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.DateRangeFilter__ValuesTitle{font-size:.688rem;font-family:var(--chakra-fonts-mono);opacity:.5}.DateRangeFilter__Values{display:flex;gap:.5rem;margin-left:auto}.MobileFilterMenu .DateRangeFilter{min-width:unset!important;width:100%}@media screen and (max-width:55em){.DateRangeFilter__CalendarTitle,.DateRangeFilter__ValuesTitle{display:none}.DateRangeFilter__ValueButton--Submit{margin-left:auto}.DateRangeFilter__Values{width:100%;flex-wrap:wrap}.MobileFilterMenu .DateRangeFilter__CalendarTitle,.MobileFilterMenu .DateRangeFilter__ValuesTitle{display:block}.MobileFilterMenu .DateRangeFilter__Values{width:auto;flex-wrap:nowrap}.MobileFilterMenu .DateRangeFilter__ValueButton--Submit{margin-left:unset}}@media screen and (max-width:30em){.MobileFilterMenu .DateRangeFilter__ValuesContainer{flex-wrap:wrap;justify-content:center}.MobileFilterMenu .DateRangeFilter__Values{width:100%;flex-wrap:wrap;justify-content:center}}@media screen and (max-width:62em){.DateRangeFilter{min-width:500px}}.Filters__ButtonsContainer,.Filters__ControlButtons{display:flex;gap:.5rem;flex-wrap:wrap}.Filters__Button{display:flex!important;gap:.5rem;font-weight:400!important;text-transform:capitalize!important}.Filters__Button--ToggleFilters svg{width:.625rem;height:.625rem}.Filters--Mobile .Filters__ButtonsContainer{flex-direction:column}.Filters--Mobile .Filters__ControlButtons{width:100%;justify-content:space-between}.SearchResultsListItem{display:flex;width:100%;text-decoration:none;margin-bottom:8px;line-height:24px;color:var(--chakra-colors-gray-100);font-family:var(--chakra-fonts-mono);font-size:12pt;border-radius:10px;border:1px solid var(--chakra-colors-gray-750);background-color:rgba(var(--chakra-colors-gray-800-rgb),.5);transition:all .1s;align-items:center;padding:8px 16px;display:block}@media(hover:hover)and (pointer:fine){.SearchResultsListItem:hover{background-color:var(--chakra-colors-gray-750);text-decoration:none;cursor:pointer}}.SearchResultsListItem:active{transform:translateY(1px);box-shadow:inset 0 0 9999px 0 rgba(0,0,0,.25)}.SearchResultsListItem:last-child{margin-bottom:0}.SearchResultsListItem__Column--Credits,.SearchResultsListItem__Column--Number{font-size:.75rem;font-weight:700}.SearchResultsListItem__IdentifierContainer{display:flex;align-items:center;min-width:50px}.SearchResultsListItem__Avatar{height:24px;width:24px;flex-shrink:0;margin-right:12px}.SearchResultsListItem--Timestamp,.SearchResultsListItem__Column--Timestamp{font-family:var(--chakra-fonts-mono);white-space:nowrap;color:#fff}.SearchResultsListItem--Timestamp,.SearchResultsListItem--Timestamp .DateBlock__Date,.SearchResultsListItem__Column--Timestamp,.SearchResultsListItem__Column--Timestamp .DateBlock__Date{font-size:.75rem}.SearchResultsListItem__Content{display:grid;grid-gap:16px;gap:16px;width:100%;grid-template-columns:minmax(0,80rem) minmax(0,80rem) 5rem 1rem}.SearchResultsListItem__Content--Validator{grid-template-columns:minmax(0,80rem) minmax(0,80rem) 6rem 1rem}@container (max-width: 48rem){.SearchResultsListItem__Content--DataContract,.SearchResultsListItem__Content--Document{grid-template-columns:minmax(0,80rem) 4.5rem 1rem}.SearchResultsListItem__Content--Validator{grid-template-columns:minmax(0,80rem) 6rem 1rem}}@container (max-width: 24rem){.SearchResultsListItem__Content--Block,.SearchResultsListItem__Content--Identity,.SearchResultsListItem__Content--Transaction{grid-template-columns:minmax(0,80rem) 4.5rem 1rem}}.SearchResultsListItem__Column{display:flex;align-items:center;font-family:var(--chakra-fonts-mono);font-size:.75rem;color:var(--chakra-colors-gray-250);width:100%}.SearchResultsListItem__Column--EntityName{overflow:hidden;text-overflow:ellipsis}.SearchResultsListItem__Column--Additional{justify-content:flex-start;white-space:nowrap}.SearchResultsListItem__Column--Timestamp{justify-content:flex-end;white-space:nowrap;color:#fff}.SearchResultsListItem__Column--Arrow{justify-content:flex-end}.SearchResultsListItem__Column:last-child,.SearchResultsListItem__Column:nth-last-child(2),.SearchResultsListItem__Column:nth-last-child(3){text-align:right;margin-left:auto;justify-content:flex-end}@container (max-width: 48rem){[class*="--DataContract"] .SearchResultsListItem__Column:nth-child(2),[class*="--Document"] .SearchResultsListItem__Column:nth-child(2),[class*="--Validator"] .SearchResultsListItem__Column:nth-child(2){display:none}}@container (max-width: 24rem){[class*="--Block"] .SearchResultsListItem__Column:nth-child(2),[class*="--Identity"] .SearchResultsListItem__Column:nth-child(2),[class*="--Transaction"] .SearchResultsListItem__Column:nth-child(2){display:none}}.SearchResultsListItem__Column--Timestamp{font-size:.75rem;color:var(--chakra-colors-gray-250);text-align:right}.SearchResultsListItem .Alias__Avatar,.SearchResultsListItem .Identifier__Avatar,.SearchResultsListItem__Icon{margin-right:4px}.SearchResultsListItem__ArrowButtonContainer{display:flex;align-items:center;justify-content:flex-end}.SearchResultsListItem__ArrowButton{margin-left:auto;width:1rem;height:1rem}.SearchResultsListItem__Icon{height:24px!important;width:24px!important}.SearchResultsListItem .Badge,.SearchResultsListItem .Identifier{font-size:.75rem}.SearchResultsListItem--Loading{background-color:rgba(var(--chakra-colors-gray-800-rgb),.5)!important}.SearchResultsListItem--Loading:hover{cursor:default}.SearchResultsListItem--Loading .LoadingLine{height:1rem;width:100%;margin:0}.SearchResultsListItem--Loading .SearchResultsListItem__ArrowButton{background-color:hsla(0,0%,100%,.1)!important}@container (max-width: 768px){.SearchResultsListItem{padding:8px 12px}}.SearchResultsList{display:flex;flex-direction:column;gap:1rem;container-type:inline-size}.SearchResultsList__ColumnTitles{border-radius:10px;background-color:var(--chakra-colors-gray-800);font-family:var(--chakra-fonts-heading);font-weight:700;font-size:12px;text-transform:uppercase;color:var(--chakra-colors-white);display:grid;grid-gap:16px;gap:16px;width:100%;grid-template-columns:minmax(0,80rem) minmax(0,80rem) 5rem 1rem;padding:0 16px;background:transparent;margin-bottom:0}.SearchResultsList__ColumnTitles--Light{background:transparent!important;font-weight:500!important;color:#fff!important;text-transform:none!important}.SearchResultsList__ColumnTitles--Validator{grid-template-columns:minmax(0,80rem) minmax(0,80rem) 6rem 1rem}@container (max-width: 48rem){.SearchResultsList__ColumnTitles--DataContract,.SearchResultsList__ColumnTitles--Document{grid-template-columns:minmax(0,80rem) 4.5rem 1rem}.SearchResultsList__ColumnTitles--Validator{grid-template-columns:minmax(0,80rem) 6rem 1rem}}@container (max-width: 24rem){.SearchResultsList__ColumnTitles--Block,.SearchResultsList__ColumnTitles--Identity,.SearchResultsList__ColumnTitles--Transaction{grid-template-columns:minmax(0,80rem) 4.5rem 1rem}}.SearchResultsList__ColumnTitle{display:flex;align-items:center;font-family:var(--chakra-fonts-mono);color:var(--chakra-colors-gray-250);width:100%;font-family:var(--chakra-fonts-heading);font-size:.75rem;letter-spacing:.4px;font-weight:700;text-transform:uppercase;color:var(--chakra-colors-gray-100)}.SearchResultsList__ColumnTitle--EntityName{overflow:hidden;text-overflow:ellipsis}.SearchResultsList__ColumnTitle--Additional{justify-content:flex-start;white-space:nowrap}.SearchResultsList__ColumnTitle--Timestamp{justify-content:flex-end;white-space:nowrap;color:#fff}.SearchResultsList__ColumnTitle--Arrow{justify-content:flex-end}.SearchResultsList__ColumnTitle:last-child,.SearchResultsList__ColumnTitle:nth-last-child(2),.SearchResultsList__ColumnTitle:nth-last-child(3){text-align:right;margin-left:auto;justify-content:flex-end}@container (max-width: 48rem){[class*="--DataContract"] .SearchResultsList__ColumnTitle:nth-child(2),[class*="--Document"] .SearchResultsList__ColumnTitle:nth-child(2),[class*="--Validator"] .SearchResultsList__ColumnTitle:nth-child(2){display:none}}@container (max-width: 24rem){[class*="--Block"] .SearchResultsList__ColumnTitle:nth-child(2),[class*="--Identity"] .SearchResultsList__ColumnTitle:nth-child(2),[class*="--Transaction"] .SearchResultsList__ColumnTitle:nth-child(2){display:none}}.SearchResultsList__Category{display:flex;flex-direction:column;gap:.5rem}.GlobalSearchInput__Field{font-family:var(--chakra-fonts-mono);border-radius:10px!important;color:#fff}.GlobalSearchInput__Field:focus,.GlobalSearchInput__Field:hover{background-color:rgba(46,57,61,.6)!important}.SearchFilter{display:flex;flex-direction:column;gap:1.25rem;min-width:25rem}.SearchFilter__InputTitle{font-family:var(--chakra-fonts-mono);font-size:.75rem;font-weight:400;color:hsla(0,0%,100%,.5)}.SearchFilter__ResultsContainer{max-height:300px;overflow-x:hidden;overflow-y:auto}.SearchFilter__SearchContainer{display:flex;flex-direction:column;gap:1rem}.MobileFilterMenu .SearchFilter{width:100%;min-width:0}.MobileFilterMenu .SearchFilter__Title{font-family:var(--chakra-fonts-heading);font-weight:700;font-size:.875rem}.MobileFilterMenu .SearchFilter input{min-height:3rem;padding:.75rem 1rem}.MobileFilterMenu .SearchFilter .chakra-input__right-element{top:50%;transform:translateY(-50%);right:4px}