.LoadingLine{overflow:hidden;position:relative}.LoadingLine:before{left:0;width:100%;background-color:var(--chakra-colors-gray-900);border-radius:5px;opacity:1}.LoadingLine:after,.LoadingLine:before{content:"";position:absolute;top:0;height:100%}.LoadingLine:after{z-index:2;left:-50%;width:40%;background:linear-gradient(90deg,#0e75b5,#165278);border-radius:100px;opacity:.1;animation:LoadingLine 3s linear infinite}Tr .LoadingLine:before{background-color:var(--chakra-colors-gray-800);opacity:.2}.LoadingLine:nth-child(1n):after,Tr:nth-child(1n) .LoadingLine:after{animation-delay:-.5s}.LoadingLine:nth-child(2n):after,Tr:nth-child(2n) .LoadingLine:after{animation-delay:0s}.LoadingLine:nth-child(3n):after,Tr:nth-child(3n) .LoadingLine:after{animation-delay:.5s}.LoadingLine:nth-child(4n):after,Tr:nth-child(4n) .LoadingLine:after{animation-delay:1s}.LoadingLine:nth-child(5n):after,Tr:nth-child(5n) .LoadingLine:after{animation-delay:1.5s}.LoadingLine:nth-child(6n):after,Tr:nth-child(6n) .LoadingLine:after{animation-delay:2s}.LoadingLine:nth-child(7n):after,Tr:nth-child(7n) .LoadingLine:after{animation-delay:2.5s}.LoadingLine:nth-child(8n):after,Tr:nth-child(8n) .LoadingLine:after{animation-delay:3s}.LoadingLine:nth-child(9n):after,Tr:nth-child(9n) .LoadingLine:after{animation-delay:3.5s}.LoadingLine:nth-child(10n):after,Tr:nth-child(10n) .LoadingLine:after{animation-delay:4s}.LoadingLine--Gray{overflow:hidden;position:relative}@keyframes LoadingLine{0%{left:-100%;width:100%}50%{left:100%;width:100%}to{left:100%;width:100%}}.LoadingLine--Gray:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--chakra-colors-gray-800-rgb),5);border-radius:5px;opacity:1}.LoadingLine--Gray:after{content:"";position:absolute;z-index:2;top:0;left:-50%;width:40%;height:100%;background:hsla(0,0%,100%,.3);border-radius:100px;opacity:.1;animation:LoadingLine 3s linear infinite}Tr .LoadingLine--Gray:before{background-color:var(--chakra-colors-gray-800);opacity:.2}.LoadingLine--Gray:nth-child(1n):after,Tr:nth-child(1n) .LoadingLine--Gray:after{animation-delay:-.5s}.LoadingLine--Gray:nth-child(2n):after,Tr:nth-child(2n) .LoadingLine--Gray:after{animation-delay:0s}.LoadingLine--Gray:nth-child(3n):after,Tr:nth-child(3n) .LoadingLine--Gray:after{animation-delay:.5s}.LoadingLine--Gray:nth-child(4n):after,Tr:nth-child(4n) .LoadingLine--Gray:after{animation-delay:1s}.LoadingLine--Gray:nth-child(5n):after,Tr:nth-child(5n) .LoadingLine--Gray:after{animation-delay:1.5s}.LoadingLine--Gray:nth-child(6n):after,Tr:nth-child(6n) .LoadingLine--Gray:after{animation-delay:2s}.LoadingLine--Gray:nth-child(7n):after,Tr:nth-child(7n) .LoadingLine--Gray:after{animation-delay:2.5s}.LoadingLine--Gray:nth-child(8n):after,Tr:nth-child(8n) .LoadingLine--Gray:after{animation-delay:3s}.LoadingLine--Gray:nth-child(9n):after,Tr:nth-child(9n) .LoadingLine--Gray:after{animation-delay:3.5s}.LoadingLine--Gray:nth-child(10n):after,Tr:nth-child(10n) .LoadingLine--Gray:after{animation-delay:4s}.SimpleList__ColumnTitles{display:grid;padding:7px 12px;border-radius:10px;background-color:var(--chakra-colors-gray-800);margin-bottom:8px;font-family:var(--chakra-fonts-heading);font-weight:700;font-size:12px;text-transform:uppercase;color:var(--chakra-colors-white)}.SimpleList__ColumnTitles--Light{background:transparent!important;font-weight:500!important;color:#fff!important;text-transform:none!important}.SimpleList__ColumnTitles{display:flex;justify-content:space-between}.SimpleList__ColumnTitle{word-wrap:break-word;overflow-wrap:anywhere;letter-spacing:.4px}.SimpleList__ShowMoreButton{display:block;position:relative;z-index:1;text-align:center;font-family:var(--chakra-fonts-heading);font-size:12px;font-weight:700;text-transform:uppercase;padding:12px;border-radius:10px;overflow:hidden;background-color:transparent;transition:all .5s}.SimpleList__ShowMoreButton:after,.SimpleList__ShowMoreButton:before{content:"";display:block;position:absolute;top:0;left:0;height:100%}.SimpleList__ShowMoreButton:before{background-color:var(--chakra-colors-gray-800);width:100%;z-index:-1;transition:all 1s}.SimpleList__ShowMoreButton:after{width:300px;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1),hsla(0,0%,100%,0));transform:translateX(-100%);opacity:0;transition:all .5s}@keyframes flash{0%{left:0;transform:translateX(-100%)}to{left:100%;transform:translateX(0)}}.SimpleList__ShowMoreButton:focus-within,.SimpleList__ShowMoreButton:hover{background-color:var(--chakra-colors-brand-normal)}.SimpleList__ShowMoreButton:focus-within:before,.SimpleList__ShowMoreButton:hover:before{opacity:.85}.SimpleList__ShowMoreButton:focus-within:after,.SimpleList__ShowMoreButton:hover:after{animation:flash 1s backwards;pointer-events:none;opacity:1}.SimpleList__ShowMoreButton{width:100%;margin-top:8px}.SimpleList__ShowMoreButton:before{content:""}.SimpleListItem{display:flex;width:100%;text-decoration:none;padding:7px 12px;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}@media(hover:hover)and (pointer:fine){.SimpleListItem:hover{background-color:var(--chakra-colors-gray-750);text-decoration:none;cursor:pointer}}.SimpleListItem:active{transform:translateY(1px);box-shadow:inset 0 0 9999px 0 rgba(0,0,0,.25)}.SimpleListItem:last-child{margin-bottom:0}.SimpleListItem__Column--Credits,.SimpleListItem__Column--Number{font-size:.75rem;font-weight:700}.SimpleListItem__IdentifierContainer{display:flex;align-items:center;min-width:50px}.SimpleListItem__Avatar{height:24px;width:24px;flex-shrink:0;margin-right:12px}.SimpleListItem--Timestamp,.SimpleListItem__Column--Timestamp{font-family:var(--chakra-fonts-mono);white-space:nowrap;color:#fff}.SimpleListItem--Timestamp,.SimpleListItem--Timestamp .DateBlock__Date,.SimpleListItem__Column--Timestamp,.SimpleListItem__Column--Timestamp .DateBlock__Date{font-size:.75rem}.SimpleListItem{display:block}.SimpleListItem__Title{word-wrap:break-word;overflow-wrap:anywhere}.SimpleListItem__Title--Mono{font-family:var(--chakra-fonts-mono);color:var(--chakra-colors-gray-250)}.SimpleListItem__ColumnsContainer{display:flex;justify-content:space-between}.SimpleListItem__Column{max-width:100%;word-wrap:break-word;overflow-wrap:anywhere;margin-right:16px;display:flex;align-items:center}.SimpleListItem__Column:last-child{overflow-wrap:normal;margin-right:0}.SimpleListItem__Column--Mono{font-family:var(--chakra-fonts-mono);font-size:.75rem}.SimpleListItem__Column--Ellipsis,.SimpleListItem__Column--Ellipsis span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SimpleListItem__Column--Dim{color:var(--chakra-colors-gray-250)}@keyframes loading-process{0%{opacity:0;left:-100%;z-index:6}50%{opacity:.25}to{z-index:6;left:100%}}@keyframes LoadingContainer{0%{overflow:hidden}to{overflow:hidden}}.LoadingBlock{overflow:hidden;position:relative;animation:LoadingContainer 1s infinite}.LoadingBlock:before{z-index:5!important;opacity:1!important}.LoadingBlock:after{animation:loading-process 1s infinite;z-index:6}.LoadingBlock:after,.LoadingBlock:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.LoadingBlock:before{background-color:var(--chakra-colors-gray-900)}.LoadingBlock:after{background:linear-gradient(90deg,transparent,#0e75b5 50%,transparent)!important;width:100%;height:100%}.EmptyListMessage{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:.75rem;font-family:var(--chakra-fonts-mono);color:var(--chakra-colors-gray-250)}.LoadingList__Item{opacity:.5;border-radius:5px;margin-bottom:8px}.ListColumnsHeader{display:grid;padding:7px 12px;border-radius:10px;background-color:var(--chakra-colors-gray-800);margin-bottom:8px;font-family:var(--chakra-fonts-heading);font-weight:700;font-size:12px;text-transform:uppercase;color:var(--chakra-colors-white)}.ListColumnsHeader--Light{background:transparent!important;font-weight:500!important;color:#fff!important;text-transform:none!important}.ListColumnsHeader__Column{display:flex;align-items:center}.DocumentsList__Pagination{margin-top:2rem!important}.DocumentsList__ScrollZone{width:-moz-fit-content;width:fit-content;min-width:100%}@media screen and (max-width:48em){.DocumentsList__Pagination{margin-top:1.5rem!important}}@media screen and (max-width:30em){.DocumentsList__Pagination{margin-top:1rem!important}}.DocumentsList{container-type:inline-size}.DocumentsList__Table{display:grid;grid-column-gap:12px;column-gap:12px;grid-template-columns:70px 150px fit-content(220px) 50px minmax(0,1fr) minmax(0,1fr) 100px 80px}@container (max-width: 64rem){.DocumentsList__Table{grid-template-columns:70px 150px fit-content(220px) 50px minmax(0,1fr) minmax(0,1fr) 80px}}@container (max-width: 48rem){.DocumentsList__Table{grid-template-columns:70px 150px fit-content(200px) 50px minmax(0,1fr) 80px}}@container (max-width: 22rem){.DocumentsList__Table{grid-template-columns:70px minmax(0,1fr)}}.DocumentsList__Table>:not(.DocumentsList__ColumnTitles):not(.DocumentsListItem){grid-column:1/-1}.DocumentsList__Table--Compact{grid-template-columns:70px fit-content(220px) 50px minmax(0,1fr) minmax(0,1fr) 80px}@container (max-width: 64rem){.DocumentsList__Table--Compact{grid-template-columns:70px fit-content(220px) 50px minmax(0,1fr) minmax(0,1fr) 80px}}@container (max-width: 48rem){.DocumentsList__Table--Compact{grid-template-columns:70px fit-content(200px) 50px minmax(0,1fr) 80px}}@container (max-width: 22rem){.DocumentsList__Table--Compact{grid-template-columns:70px minmax(0,1fr)}}.DocumentsList__ColumnTitles{padding:7px 12px;border-radius:10px;background-color:var(--chakra-colors-gray-800);margin-bottom:8px;font-family:var(--chakra-fonts-heading);font-weight:700;font-size:12px;text-transform:uppercase;color:var(--chakra-colors-white)}.DocumentsList__ColumnTitles--Light{background:transparent!important;font-weight:500!important;color:#fff!important;text-transform:none!important}.DocumentsList__ColumnTitles{display:grid;grid-column:1/-1;grid-template-columns:subgrid;grid-column-gap:12px;column-gap:12px}.DocumentsList__ColumnTitle{display:flex;align-items:center;font-size:.75rem}.DocumentsList__ColumnTitle--Timestamp{max-width:70px}.DocumentsList__ColumnTitle--DocumentType,.DocumentsList__ColumnTitle--TransitionType{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DocumentsList__ColumnTitle--Revision{justify-content:flex-end;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.DocumentsList__ColumnTitle--Identifier{max-width:600px;width:100%;overflow:hidden}.DocumentsList__ColumnTitle--DataContract,.DocumentsList__ColumnTitle--Owner{overflow:hidden;justify-content:flex-end}.DocumentsList__ColumnTitle--Gas{justify-content:flex-end;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.75rem;opacity:.85}.DocumentsList__ColumnTitle--Status{justify-content:flex-end}@container (max-width: 64rem){.DocumentsList__ColumnTitle--Gas{display:none}}@container (max-width: 48rem){.DocumentsList__ColumnTitle--DataContract,.DocumentsList__ColumnTitle--Gas,.DocumentsList__ColumnTitle--Owner{display:none}}@container (max-width: 22rem){.DocumentsList__ColumnTitle--DataContract,.DocumentsList__ColumnTitle--DocumentType,.DocumentsList__ColumnTitle--Gas,.DocumentsList__ColumnTitle--Owner,.DocumentsList__ColumnTitle--Revision,.DocumentsList__ColumnTitle--Status,.DocumentsList__ColumnTitle--TransitionType{display:none}.DocumentsList__ColumnTitle--Identifier{max-width:none;width:100%}}.DocumentsList__ColumnTitle{word-break:normal;white-space:normal;overflow-wrap:break-word}.DocumentsList__ColumnTitle:last-child{text-align:right}.FeeMultiplier{font-size:.688rem;font-weight:400;font-family:var(--chakra-fonts-mono);text-align:center;padding:6px 10px;border-radius:8px;display:inline-block}.FeeMultiplier--Green{background-color:rgba(91,244,88,.2);color:#5bf458}.FeeMultiplier--Yellow{background-color:rgba(223,244,88,.2);color:#dff458}.FeeMultiplier--LightOrange{background-color:rgba(244,210,88,.2);color:#f4d258}.FeeMultiplier--Orange{background-color:rgba(228,152,0,.2);color:#e49800}.FeeMultiplier--RedOrange{background-color:rgba(244,135,88,.2);color:#f48758}.FeeMultiplier--Red{background-color:rgba(244,88,144,.2);color:#f45890}.TransitionCard{padding:40px!important}@media screen and (max-width:48em){.TransitionCard{padding:32px!important}}@media screen and (max-width:30em){.TransitionCard{padding:16px!important}}.DocumentsRevisionsListItem{display:flex;width:100%;text-decoration:none;padding:7px 12px;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}@media(hover:hover)and (pointer:fine){.DocumentsRevisionsListItem:hover{background-color:var(--chakra-colors-gray-750);text-decoration:none;cursor:pointer}}.DocumentsRevisionsListItem:active{transform:translateY(1px);box-shadow:inset 0 0 9999px 0 rgba(0,0,0,.25)}.DocumentsRevisionsListItem:last-child{margin-bottom:0}.DocumentsRevisionsListItem__Column--Credits,.DocumentsRevisionsListItem__Column--Number{font-size:.75rem;font-weight:700}.DocumentsRevisionsListItem__IdentifierContainer{display:flex;align-items:center;min-width:50px}.DocumentsRevisionsListItem__Avatar{height:24px;width:24px;flex-shrink:0;margin-right:12px}.DocumentsRevisionsListItem--Timestamp,.DocumentsRevisionsListItem__Column--Timestamp{font-family:var(--chakra-fonts-mono);white-space:nowrap;color:#fff}.DocumentsRevisionsListItem--Timestamp,.DocumentsRevisionsListItem--Timestamp .DateBlock__Date,.DocumentsRevisionsListItem__Column--Timestamp,.DocumentsRevisionsListItem__Column--Timestamp .DateBlock__Date{font-size:.75rem}.DocumentsRevisionsListItem{display:block}.DocumentsRevisionsListItem__Content{display:grid;grid-gap:16px;gap:16px;grid-template-columns:70px minmax(0,600px) minmax(0,400px) minmax(0,150px) minmax(120px,150px) 65px}@container (max-width: 38rem){.DocumentsRevisionsListItem__Content{grid-template-columns:70px minmax(0,600px) minmax(0,400px) 65px}}@container (max-width: 24rem){.DocumentsRevisionsListItem__Content{grid-template-columns:70px minmax(0,600px) 65px}}.DocumentsRevisionsListItem__Column{display:flex;align-items:center}.DocumentsRevisionsListItem__Column--Timestamp{max-width:70px}.DocumentsRevisionsListItem__Column--Owner{overflow:hidden}@container (max-width: 38rem){.DocumentsRevisionsListItem__Column--GasUsed,.DocumentsRevisionsListItem__Column--TransitionType{display:none}}@container (max-width: 24rem){.DocumentsRevisionsListItem__Column--Owner{display:none}}.DocumentsRevisionsListItem__Column--Revision{justify-content:flex-end}.DocumentsRevisionsListItem__Column .ValueContainer{max-width:100%}.DocumentsRevisionsListItem__ColumnContent{overflow:hidden}.PublicKeyCard{padding:40px!important}@media screen and (max-width:48em){.PublicKeyCard{padding:32px!important}}@media screen and (max-width:30em){.PublicKeyCard{padding:16px!important}}.PublicKeyCard__InfoLine{justify-content:flex-start;margin-bottom:14px}.PublicKeyCard__InfoLine:last-child{margin-bottom:0}.PublicKeyCard__InfoLine--Data,.PublicKeyCard__InfoLine--Hash{white-space:wrap;word-break:break-all}.PublicKeyCard__InfoLine .InfoLine__Title{width:150px!important}@media screen and (max-width:48em){.PublicKeyCard__InfoLine .InfoLine .InfoLine__Value{flex-grow:1}}@media screen and (max-width:30em){.PublicKeyCard__InfoLine{flex-wrap:wrap;justify-content:space-between}.PublicKeyCard__InfoLine .InfoLine__Title{width:auto!important}.PublicKeyCard__InfoLine--Data{flex-wrap:wrap}.PublicKeyCard__InfoLine--Data .InfoLine__Title{margin-bottom:8px}.PublicKeyCard__InfoLine--Data .InfoLine__Value,.PublicKeyCard__InfoLine--Data .ValueCard{width:100%}}.DocumentsRevisionsList__Pagination{margin-top:2rem!important}.DocumentsRevisionsList__ScrollZone{width:-moz-fit-content;width:fit-content;min-width:100%}@media screen and (max-width:48em){.DocumentsRevisionsList__Pagination{margin-top:1.5rem!important}}@media screen and (max-width:30em){.DocumentsRevisionsList__Pagination{margin-top:1rem!important}}.DocumentsRevisionsList{container-type:inline-size}.DocumentsRevisionsList__ColumnTitles{padding:7px 12px;border-radius:10px;background-color:var(--chakra-colors-gray-800);margin-bottom:8px;font-family:var(--chakra-fonts-heading);font-weight:700;font-size:12px;text-transform:uppercase;color:var(--chakra-colors-white)}.DocumentsRevisionsList__ColumnTitles--Light{background:transparent!important;font-weight:500!important;color:#fff!important;text-transform:none!important}.DocumentsRevisionsList__ColumnTitles{display:grid;grid-gap:16px;gap:16px;grid-template-columns:70px minmax(0,600px) minmax(0,400px) minmax(0,150px) minmax(120px,150px) 65px}@container (max-width: 38rem){.DocumentsRevisionsList__ColumnTitles{grid-template-columns:70px minmax(0,600px) minmax(0,400px) 65px}}@container (max-width: 24rem){.DocumentsRevisionsList__ColumnTitles{grid-template-columns:70px minmax(0,600px) 65px}}.DocumentsRevisionsList__ColumnTitle{display:flex;align-items:center}.DocumentsRevisionsList__ColumnTitle--Timestamp{max-width:70px}.DocumentsRevisionsList__ColumnTitle--Owner{overflow:hidden}@container (max-width: 38rem){.DocumentsRevisionsList__ColumnTitle--GasUsed,.DocumentsRevisionsList__ColumnTitle--TransitionType{display:none}}@container (max-width: 24rem){.DocumentsRevisionsList__ColumnTitle--Owner{display:none}}.DocumentsRevisionsList__ColumnTitle{width:100%;display:block;word-break:normal;white-space:normal;overflow-wrap:break-word}.DocumentsRevisionsList__ColumnTitle:last-child{text-align:right}.VoteIndexValues{background-color:var(--chakra-colors-gray-650);border:1px solid #404e53;border-radius:10px;font-size:.75rem;font-family:var(--chakra-fonts-mono)}.VoteIndexValues__Row,.VoteIndexValues__Titles{display:flex;justify-content:space-between;gap:8px;padding:.75rem;border-bottom:1px solid #404e53}.VoteIndexValues__Row:last-child,.VoteIndexValues__Titles:last-child{border-bottom:none}.VoteIndexValues__Col,.VoteIndexValues__Title{white-space:wrap;word-break:break-all}.VoteIndexValues__Col:nth-child(2),.VoteIndexValues__Title:nth-child(2){flex-shrink:0}.VoteIndexValues__Titles{color:var(--chakra-colors-gray-250)}.DocumentTransitionCard{container-type:inline-size;display:flex;flex-direction:column;gap:.75rem}.DocumentTransitionCard .InfoLine{justify-content:flex-start}.DocumentTransitionCard__InfoLine .InfoLine__Title{width:200px}.DocumentTransitionCard__InfoLine--IdContainer .InfoLine__Value{flex-grow:0;max-width:max-content}.DocumentTransitionCard__InfoLine--IdContainer .Identifier,.DocumentTransitionCard__InfoLine--IdContainer .Identifier__SymbolsContainer{flex-grow:1}.DocumentTransitionCard__InfoLine--Data{align-items:flex-start}.DocumentTransitionCard__InfoLine--Data code{max-width:100%}@container (max-width: 600px){.DocumentTransitionCard__InfoLine--Data,.DocumentTransitionCard__InfoLine--PrefundedBalance{flex-wrap:wrap}.DocumentTransitionCard__InfoLine--Data code{width:100%;margin:0}}@media screen and (max-width:48em){.DocumentTransitionCard__InfoLine:not(.DocumentTransitionCard__InfoLine--Revision):not(.DocumentTransitionCard__InfoLine--Action) .InfoLine .InfoLine__Value{flex-grow:1}}@media screen and (max-width:30em){.DocumentTransitionCard__InfoLine{flex-wrap:wrap;justify-content:space-between}.DocumentTransitionCard__InfoLine:not(.DocumentTransitionCard__InfoLine--Revision):not(.DocumentTransitionCard__InfoLine--Action) .InfoLine__Title{margin-bottom:4px;margin-right:0}.DocumentTransitionCard__InfoLine--Action,.DocumentTransitionCard__InfoLine--Revision{justify-content:space-between}.DocumentTransitionCard__InfoLine--Action .InfoLine__Title,.DocumentTransitionCard__InfoLine--Action .InfoLine__Value,.DocumentTransitionCard__InfoLine--Revision .InfoLine__Title,.DocumentTransitionCard__InfoLine--Revision .InfoLine__Value{width:max-content!important}.DocumentTransitionCard__InfoLine--Action .InfoLine__Value,.DocumentTransitionCard__InfoLine--Revision .InfoLine__Value{width:max-content;text-align:right!important}}.DocumentTransitionCard__InfoLine--DocumentType .ValueContainer{max-width:max-content}.DocumentTransitionCard__InfoLine__Badge{width:-moz-fit-content;width:fit-content}.DocumentTransitionCard__InfoLine--PaymentInfo{display:flex;justify-content:start;align-items:flex-start;gap:8px}.DocumentTransitionCard__InfoLine .InfoLine__Value{display:flex;flex-direction:column;gap:8px}.DuplicatedTransactions{margin-bottom:20px}.DuplicatedTransactions__Title{font-family:var(--chakra-fonts-heading);font-size:.75rem;letter-spacing:.4px;text-transform:uppercase;font-weight:700;margin-bottom:14px}.DuplicatedTransactions__Notice{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 14px;border-radius:8px;font-size:.8125rem;line-height:1.4;color:#f49a58;background-color:rgba(244,154,88,.2)}.DuplicatedTransactions__NoticeIcon{flex-shrink:0;margin-top:2px;color:#f49a58}.DuplicatedTransactions__List{display:flex;flex-direction:column;gap:8px;container-type:inline-size}.DuplicatedTransactions__Row{display:grid;grid-template-columns:minmax(0,1fr) auto auto 90px 92px 2rem;align-items:center;grid-gap:16px;gap:16px;padding:10px 16px;border-radius:8px;background-color:var(--chakra-colors-gray-900);border:1px solid transparent;cursor:pointer;transition:border-color .1s ease-in-out,background-color .1s ease-in-out}.DuplicatedTransactions__Row--Selected,.DuplicatedTransactions__Row:hover{border-color:var(--chakra-colors-brand-normal)}.DuplicatedTransactions__Row--Selected{background-color:var(--chakra-colors-gray-800)}.DuplicatedTransactions__Main{display:flex;align-items:center;min-width:0;overflow:hidden}.DuplicatedTransactions__Icon{flex-shrink:0;margin-right:8px;width:1rem;height:1rem;color:var(--chakra-colors-gray-250)}.DuplicatedTransactions__Height{display:flex;align-items:center;justify-content:flex-end}.DuplicatedTransactions__HeightChip{display:inline-block;padding:2px 8px;border-radius:3px;font-size:.625rem;white-space:nowrap;color:var(--chakra-colors-gray-250);background-color:var(--chakra-colors-gray-800)}.DuplicatedTransactions__Time,.DuplicatedTransactions__Type{display:flex;align-items:center;justify-content:flex-end}.DuplicatedTransactions__Time{font-size:.75rem;white-space:nowrap;color:var(--chakra-colors-gray-250)}.DuplicatedTransactions__Action,.DuplicatedTransactions__Status{display:flex;align-items:center;justify-content:flex-end}.DuplicatedTransactions__ArrowLink{display:inline-flex}.DuplicatedTransactions__ArrowButton{width:1.5rem;height:1.5rem;min-width:auto}.DuplicatedTransactions__ShowMoreButton{width:100%;margin-top:8px}@container (max-width: 720px){.DuplicatedTransactions__Row{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"main main action" "height type time" "status status status";row-gap:8px}.DuplicatedTransactions__Main{grid-area:main}.DuplicatedTransactions__Height{grid-area:height;justify-content:flex-start}.DuplicatedTransactions__Type{grid-area:type;justify-content:center}.DuplicatedTransactions__Time{grid-area:time;justify-content:flex-end}.DuplicatedTransactions__Status{grid-area:status;justify-content:flex-start}.DuplicatedTransactions__Action{grid-area:action}}.Label_label__jGiDT{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;width:100%;align-items:center;justify-content:center}.Label_label__jGiDT .Label_text__wRl9G{color:#93aab2;font-family:var(--chakra-fonts-mono);font-weight:400;font-size:12px;line-height:110%;margin:0}.Label_label__jGiDT .Label_input__33mVF{flex:1 1}