.NoInfoLoadedView{--NoInfoLoadedView-color-text:var(--sds-clr-gray-11);--NoInfoLoadedView-color-icon:var(--sds-clr-gray-11);background-color:var(--sds-clr-gray-03);border-radius:.5rem;padding:1.5rem;width:100%;height:100%;font-size:.875rem;line-height:1.25rem;color:var(--NoInfoLoadedView-color-text)}.NoInfoLoadedView svg{display:block;stroke:var(--NoInfoLoadedView-color-icon);width:.875rem;height:.875rem}.NoInfoLoadedView[data-type=error]{--NoInfoLoadedView-color-text:var(--sds-clr-gray-12);--NoInfoLoadedView-color-icon:var(--sds-clr-red-11)}.InfoFieldItem{font-size:.875rem;line-height:1.25rem}.InfoFieldItem__label{flex-shrink:0;width:9rem;color:var(--sds-clr-gray-11)}.InfoFieldItem__value{word-break:break-all;color:var(--sds-clr-gray-12)}.InfoFieldItem__value .failed{color:var(--sds-clr-red-11)!important}.InfoFieldItem__value .success{color:var(--sds-clr-green-11)!important}@media screen and (max-width:500px){.InfoFieldItem{flex-wrap:wrap}.InfoFieldItem__label{width:100%}}