.LogItem{max-width:100%;border-radius:.25rem;overflow:hidden;opacity:0;transition:all 300ms}.LogItem--open{opacity:1}.LogItem__header{display:flex;align-items:flex-start;padding:1rem}.LogItem__icon{width:1rem;height:1.6rem;margin-right:.5rem;flex-shrink:0;flex-grow:0}.LogItem__icon svg{width:100%;height:100%}.LogItem__title,.LogItem__link{font-size:1rem;line-height:1.25rem;word-break:break-word}.LogItem__link{padding:1rem;padding-top:0;margin-top:-0.8rem}.LogItem__body{padding:1rem;font-weight:var(--font-weight-normal);font-family:var(--font-family-monospace);font-size:.875rem;line-height:1.375rem;word-break:break-word}.LogItem--instruction,.LogItem--error,.LogItem--warning{width:fit-content;background-color:var(--pal-background-primary);border:1px solid var(--pal-border-primary);box-shadow:0 .25rem .5rem -0.25rem rgba(var(--pal-shadow-rbg), 0.08);color:var(--pal-text-primary)}.LogItem--instruction p,.LogItem--error p,.LogItem--warning p{color:var(--pal-text-primary)}.LogItem--instruction .LogItem__body,.LogItem--error .LogItem__body,.LogItem--warning .LogItem__body{border-top:1px solid var(--pal-border-primary);color:var(--pal-text-primary)}.LogItem--request,.LogItem--response{width:100%;background-color:var(--pal-example-code);color:var(--pal-brand-primary-on)}.LogItem--request p,.LogItem--response p{color:var(--pal-brand-primary-on)}.LogItem--request .LogItem__title,.LogItem--response .LogItem__title{font-weight:var(--font-weight-medium);color:var(--pal-brand-primary-on)}.LogItem--request .LogItem__body,.LogItem--response .LogItem__body{border-top:1px solid rgba(255,255,255,.1);color:var(--pal-brand-primary-on)}.LogItem--request code,.LogItem--response code{color:#ffdd96;background-color:rgba(255,221,150,.08);border-color:rgba(255,221,150,.16)}.LogItem--instruction .LogItem__icon svg{stroke:var(--pal-success)}.LogItem--error .LogItem__icon svg{stroke:var(--pal-error)}.LogItem--warning .LogItem__icon svg{stroke:var(--pal-warning)}.LogItem--request .LogItem__icon svg{stroke:var(--pal-warning)}.LogItem--response .LogItem__icon svg{stroke:var(--pal-success)}
.ToastBanner{background-color:var(--pal-example-code);color:var(--pal-brand-primary-on);position:absolute;top:0;left:0;width:50%;z-index:calc(var(--z-index-modal) + 3);opacity:0;transition:all 300ms}.ToastBanner.open{opacity:1}.ToastBanner .Layout__inset{min-height:3.5rem;display:flex;align-items:center;justify-content:center}.ToastBanner .Loader{--Loader-color: var(--pal-brand-primary-on)}
.CustodialFields__container>*{margin-top:1rem}
.ErrorMessage{color:var(--pal-error);line-height:1.5rem}
#root{--layout-window-width-min: 800px;--layout-window-width-max: 1296px}#root .Layout__inset{--Layout-inset-padding-horizontal: 1rem}#root .Layout__header{--Layout-header-padding-vertical: 1rem}#root .Layout__footer{--Layout-footer-padding-bottom: 1rem;--Layout-footer-margin-top: 2rem}#root .Modal{width:50%;min-width:calc(var(--layout-window-width-min)/2);min-height:50vh;position:absolute}#root code{word-break:break-all}.Layout__inline{display:flex;align-items:center;position:relative}.Layout__inline>*:not(:last-child){margin-bottom:0;margin-right:1rem}.Wrapper{min-width:var(--layout-window-width-min);display:flex;flex-grow:1;position:relative}.SplitContainer{width:50%;position:relative}.SplitContainer.Main{display:flex;flex-direction:column;background-color:var(--pal-background-primary)}.SplitContainer .Main__content{display:flex;flex-direction:column;position:absolute;top:0;bottom:0;left:0;right:0;overflow:auto}.SplitContainer .Footer__commitHash{order:-1;flex:1;text-align:center;font-size:.7rem;line-height:1rem;color:var(--pal-text-tertiary)}.SplitContainer .Layout__rightSide--inline{flex:1}.Logs{background-color:var(--pal-example-details);overflow:auto;display:flex;flex-direction:column}.Logs__container{position:relative;flex-grow:1}.Logs__content{display:flex;flex-direction:column-reverse;position:absolute;top:0;bottom:0;left:0;right:0;overflow:auto}.Logs__footer{background-color:var(--pal-background-primary);border:1px solid var(--pal-border-primary);border-bottom:none;padding-top:1.5rem;padding-bottom:1rem}.Logs__footer a:not(:last-child){margin-right:1.5rem}.Logs__wrapper{margin-top:1rem;margin-bottom:1rem}.Logs__empty{display:flex;align-items:center;justify-content:center;height:100%;padding:1rem;color:var(--pal-text-secondary)}.Logs .LogItem{margin-bottom:1rem}.Landing__container{margin-top:3rem}.Landing__buttons a{margin-bottom:1rem}.LoadingBlock{margin-bottom:1rem}.InfoButtonWrapper{position:relative;display:flex;align-items:center}.Section{margin-top:3rem}.Section h2{margin-bottom:1.5rem}.vertical-spacing>*{margin-bottom:1rem}.FormContainer>*{margin-top:1rem}.horizontal-spacing>*:not(:first-child),.horizontal-spacing>*:not(:last-child){margin-right:1.5rem}.Account{display:flex;flex-direction:column;margin-bottom:1rem;margin-top:3rem}.Account .AccountInfo{display:table;max-width:276px}.Account .AccountInfo:first-child{margin-bottom:1rem;margin-right:2rem}.Account .AccountInfo .AccountInfoRow{display:table-row;height:2rem}.Account .AccountInfo .AccountInfoCell{display:table-cell;vertical-align:middle}.Account .AccountInfo .AccountInfoCell.AccountLabel{text-transform:uppercase}.Account .AccountInfo .AccountInfoCell.CopyButton{width:3.75rem}.Account .AccountInfo .AccountInfoCell:not(:last-child){padding-right:1rem}@media(min-width: 1020px){.Account{flex-direction:row}.Account .AccountInfo:first-child{margin-bottom:0}}.AccountDetails .AccountDetailsContent{padding:1rem;font-weight:var(--font-weight-light);font-family:var(--font-family-monospace);font-size:.875rem;line-height:1.375rem;word-break:break-word}.Balances{border-top:1px solid var(--pal-border-primary)}.Balances .BalanceRow{border-bottom:1px solid var(--pal-border-primary);padding-top:1rem;padding-bottom:1rem;color:var(--pal-text-primary)}.Balances .BalanceRow.disabled{background-color:var(--pal-background-secondary);cursor:not-allowed}.Balances .BalanceRow.disabled .BalanceCell.BalanceInfo{opacity:.6}.Balances .BalanceRow.disabled a{pointer-events:none}.Balances .BalanceRow.active{background-color:rgba(var(--pal-brand-primary-rgb), 0.2)}.Balances .BalanceRow .RegulatedInfo{display:flex;align-items:center;position:relative}.Balances .BalanceRow .RegulatedInfo .InfoButtonTooltip{right:50%;transform:translateX(50%);text-align:left}.Balances .BalanceCell{position:relative}.Balances .BalanceCell:not(:last-child){margin-bottom:1rem}.Balances .BalanceCell>:not(:last-child){margin-bottom:.5rem}.Balances .BalanceCell.BalanceInfo .BalanceAmount{font-size:1.1em;font-weight:var(--font-weight-medium)}.Balances .BalanceCell.BalanceInfo .BalanceAmount.error{font-weight:var(--font-weight-normal)}.Balances .BalanceCell.BalanceInfo .BalanceOptions{margin-top:.3rem;display:flex;align-items:center;position:relative}.Balances .BalanceCell.BalanceInfo .BalanceOptions>*:not(:last-child){margin-right:.5rem}.Balances .BalanceCell.RegulatedAsset{display:flex}.Balances .BalanceCell.BalanceActions .CustomCell{display:flex;align-items:center}@media(min-width: 1260px){.Balances .BalanceRow{padding-top:.7rem;padding-bottom:.7rem;display:flex;align-items:center;justify-content:space-between}.Balances .BalanceCell:not(:last-child){margin-bottom:0}.Balances .BalanceCell>:not(:last-child){margin-bottom:0}.Balances .BalanceCell.BalanceActions{display:flex}.Balances .BalanceCell.BalanceActions .BalanceCellSelect{width:14rem;flex-grow:0;flex-shrink:0}.Balances .BalanceCell.BalanceActions .CustomCell{justify-content:flex-end}.Balances .BalanceCell.BalanceActions .CustomCell:not(:last-child){margin-right:1rem}}.ClaimableBalances{margin-top:3rem}.ClaimableBalances h2{margin-bottom:1.5rem}.ClaimableBalances .CustomCell{min-height:2.75rem}.BalancesButtons{margin-top:1.5rem;display:flex;flex-direction:row}.BalancesButtons *:not(:first-child){margin-left:1em}.PresetAssets{border-top:1px solid var(--pal-border-primary)}.PresetAssets .PresetAssetRow{border-bottom:1px solid var(--pal-border-primary);padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:row}.PresetAssets .PresetAssetRow__content{flex:1}.PresetAssets .PresetAssetRow .PresetAssetCode{font-size:1.1em;font-weight:var(--font-weight-medium)}.PresetAssets .PresetAssetRow .PresetAssetIssuer{margin-top:.3rem;display:flex;align-items:center;gap:.5rem}.SessionParamsWrapper{display:flex;margin-top:-0.5rem}.ConfigurationItem{display:flex;align-items:center;justify-content:space-between}.Sep9Fields{border-bottom:1px solid var(--pal-border-secondary);padding-top:1rem}.Sep9Fields__inputs>*{margin-bottom:.5rem}.Content{flex-grow:1;flex-shrink:0}.Block>*{margin-bottom:1rem}.SendForm{max-width:600px;margin-bottom:1rem}.SendFormButtons{display:flex;align-items:center}.SendFormButtons>*{margin-right:1rem}.NotFoundPage{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:3rem;padding-bottom:2rem}.NotFoundPage .Eyebrow{color:var(--pal-brand-primary)}.NotFoundPage h1{text-align:center}.Sep6Selection{padding-left:1rem;display:flex;flex-direction:column;gap:.5rem}.Sep6Selection__label{margin-top:.5rem}.AnchorQuote{display:flex;flex-direction:column;gap:1rem}.AnchorQuote__item__value{word-break:break-all;line-height:1.4}

/*# sourceMappingURL=main.730259ad21c290e27225.css.map*/