.tpl-component-netcat-base-file { min-height: 1em; }
.tpl-component-netcat-base-file .object-item { display: flex; flex-direction: row; }
.tpl-component-netcat-base-file .object-item.tpl-simple-block { display: block; }
.tpl-component-netcat-base-file .object-item .item-size { padding-left: calc(1em + var(--tpl-icon-space)); text-wrap: none; }
.tpl-component-netcat-base-file .object-item .item-icon { margin-right: var(--tpl-icon-space); }
.tpl-component-netcat-base-file .object-item .tpl-icon { height: 1em; width: 1em; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; overflow: hidden; margin: 0; padding: 0; }
.tpl-component-netcat-base-file .object-item .tpl-icon * { max-width: 100%; max-height: 100%; }
.tpl-component-netcat-base-file .object-item .tpl-icon svg, .tpl-component-netcat-base-file .object-item .tpl-icon img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.tpl-component-netcat-base-file .object-item .tpl-icon svg path { fill: var(--tpl-object-item--icon-color); }
.tpl-component-netcat-base-file .object-item .tpl-icon[class*='icon-decor-'] svg, .tpl-component-netcat-base-file .object-item .tpl-icon[class*='icon-decor-'] img { max-width: 50%; max-height: 50%; }
.tpl-component-netcat-base-file .object-item .tpl-icon[class*='icon-decor-circle'] { border-radius: 50%; }
.tpl-component-netcat-base-file .object-item .tpl-icon[class*='icon-decor-circle'] svg, .tpl-component-netcat-base-file .object-item .tpl-icon[class*='icon-decor-circle'] img { max-width: 40%; max-height: 40%; }
.tpl-component-netcat-base-file .object-item .tpl-icon[class*='icon-decor-'] { border: 1px solid var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-base-file .object-item .tpl-icon[class*='icon-decor-'][class*='-fill'] { background-color: var(--tpl-object-item--icon-decor-color); }
.tpl-component-netcat-base-file .object-item.tpl-align-center { align-items: center; }
.tpl-component-netcat-base-file .object-item.tpl-align-top { align-items: flex-start; }
.tpl-component-netcat-base-file .object-item.tpl-align-bottom { align-items: flex-end; }
.tpl-component-netcat-base-file .object-item > span { display: flex; flex-direction: column; flex: 1 0 0px; }
.tpl-component-netcat-base-file .object-item.iconpos-left > .tpl-icon { margin-right: var(--tpl-object-item--icon-space-text); }
.tpl-component-netcat-base-file .object-item.iconpos-right a { flex-wrap: nowrap; }
.tpl-component-netcat-base-file .object-item.iconpos-right .item-icon { order: 12; }
.tpl-component-netcat-base-file .object-item.iconpos-right .item-name { order: 1; }
.tpl-component-netcat-base-file .object-item.iconpos-right > .tpl-icon { margin-left: var(--tpl-object-item--icon-space-text); }
.tpl-component-netcat-base-file .object-item.iconpos-top { flex-direction: column; }
.tpl-component-netcat-base-file .object-item.iconpos-top > .tpl-icon { margin-bottom: var(--tpl-object-item--icon-space-text); }
.tpl-component-docs li { margin-bottom: 30px; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-others .search-result-title { margin-top: 30px; margin-bottom: 10px; text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-others .search-no-result { text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-others .search-result-item { display: flex; align-items: flex-start; flex-direction: column; justify-items: flex-start; margin-bottom: 0.5rem; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-search-field .search-form { width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-search-field .search-form input { flex-grow: 1; }
