.file_type {
  background-color: transparent;
  background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-default.svg");
  background-position: center center;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 6px 0px 1px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  flex-shrink: 0;
}

.file_type.file_folder {
  background: var(--crowdin-icons-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  -webkit-mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/folder-closed.svg");
  mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/folder-closed.svg");
}

.file_type.file_folder_screenshot {
  background: var(--crowdin-icons-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: .54;
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  -webkit-mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/screenshot-folder-closed.svg");
  mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/screenshot-folder-closed.svg");
}

.file_type.file_branch {
  background: var(--crowdin-icons-color);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  -webkit-mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/branch-closed.svg");
  mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/branch-closed.svg");
}

.expanded > .node-inner .file_type.file_folder {
  background: var(--crowdin-icons-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 22px auto;
  mask-size: 22px auto;
  -webkit-mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/folder-open.svg");
  mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/folder-open.svg");
}

.expanded > .node-inner .file_type.file_folder_screenshot {
  background: var(--crowdin-icons-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 22px auto;
  mask-size: 22px auto;
  -webkit-mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/screenshot-folder-opened.svg");
  mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/screenshot-folder-opened.svg");
}

.expanded > .node-inner .file_type.file_branch {
  background: var(--crowdin-icons-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 22px auto;
  mask-size: 22px auto;
  -webkit-mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/branch-open.svg");
  mask-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/branch-open.svg");
}

.file_type[class*='file_macosx']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-macosx.svg"); }
.file_type[class*='file_stringsdict']           { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-macosx.svg"); }
.file_type[class*='file_string_catalog']        { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-string-catalog.svg"); }
.file_type[class*='file_plist']                 { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-macosx.svg"); }
.file_type[class*='file_android']               { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-android.svg"); }
.file_type[class*='file_resx']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-resx.svg"); }
.file_type[class*='file_properties']            { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-properties.svg"); }
.file_type[class*='file_properties_xml']        { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-properties-xml.svg"); }
.file_type[class*='file_yaml']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-yaml.svg"); }
.file_type[class*='file_gettext']               { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-gettext.svg"); }
.file_type[class*='file_gettext_unreal']        { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-gettext-unreal.svg"); }
.file_type[class*='file_flex']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-flex.svg"); }
.file_type[class*='file_qtts']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-qtts.svg"); }
.file_type[class*='file_dklang']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-dklang.svg"); }
.file_type[class*='file_dtd']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-dtd.svg"); }
.file_type[class*='file_chrome']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-chrome.svg"); }
.file_type[class*='file_resw']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-resw.svg"); }
.file_type[class*='file_resjson']               { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-resjson.svg"); }
.file_type[class*='file_react_intl']            { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-react-intl.svg"); }
.file_type[class*='file_rc']                    { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-rc.svg"); }
.file_type[class*='file_xlsx']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-xlsx.svg"); }
.file_type[class*='file_xls']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-xls.svg"); }
.file_type[class*='file_toml']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-toml.svg"); }
.file_type[class*='file_txt']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-txt.svg"); }
.file_type[class*='file_xliff']                 { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-xliff.svg"); }
.file_type[class*='file_xliff_two']             { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-xliff.svg"); }
.file_type[class*='file_html']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-html.svg"); }
.file_type[class*='file_fm_html']               { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-html.svg"); }
.file_type[class*='file_flsnp']                 { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-flsnp.svg"); }
.file_type[class*='file_srt']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-srt.svg"); }
.file_type[class*='file_sbv']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-sbv.svg"); }
.file_type[class*='file_wxl']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-wxl.svg"); }
.file_type[class*='file_ini']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-ini.svg"); }
.file_type[class*='file_loc']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-loc.svg"); }
.file_type[class*='file_joomla']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-joomla.svg"); }
.file_type[class*='file_glossary']              { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-glossary.svg"); }
.file_type[class*='file_tbx_v3']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-tbx-v3.svg"); }
.file_type[class*='file_docx']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-docx.svg"); }
.file_type[class*='file_idml']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-idml.svg"); }
.file_type[class*='file_dita']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-dita.svg"); }
.file_type[class*='file_nsh']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-nsh.svg"); }
.file_type[class*='file_js']                    { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-js.svg"); }
.file_type[class*='file_coffee']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-coffee.svg"); }
.file_type[class*='file_ts']                    { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-ts.svg"); }
.file_type[class*='file_json']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-json.svg"); }
.file_type[class*='file_go_json']               { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-go-json.svg"); }
.file_type[class*='file_i18next_json']          { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-i18next-json.svg"); }
.file_type[class*='file_nestjs_i18n']          { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-nestjs-i18n.svg"); }
.file_type[class*='file_xaml']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-xaml.svg"); }
.file_type[class*='file_xml']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-xml.svg"); }
.file_type[class*='file_svg']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-svg.svg"); }
.file_type[class*='file_webxml']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-webxml.svg"); }
.file_type[class*='file_adoc']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-adoc.svg"); }
.file_type[class*='file_md']                    { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-md.svg"); }
.file_type[class*='file_mdx_v1']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-mdx_v1.svg"); }
.file_type[class*='file_mdx_v2']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-mdx_v2.svg"); }
.file_type[class*='file_fm_md']                 { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-fm-md.svg"); }
.file_type[class*='file_php']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-php.svg"); }
.file_type[class*='file_assets']                { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-assets.svg"); }
.file_type[class*='file_csv']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-csv.svg"); }
.file_type[class*='file_maxthon']               { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-maxthon.svg"); }
.file_type[class*='file_mediawiki']             { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-mediawiki.svg"); }
.file_type[class*='file_properties_play']       { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-properties-play.svg"); }
.file_type[class*='file_haml']                  { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-haml.svg"); }
.file_type[class*='file_arb']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-arb.svg"); }
.file_type[class*='file_fjs']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-fjs.svg"); }
.file_type[class*='file_fbt']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-fbt.svg"); }
.file_type[class*='file_vtt']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-vtt.svg"); }
.file_type[class*='file_stf']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-stf.svg"); }
.file_type[class*='file_vdf']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-vdf.svg"); }
.file_type[class*='file_contentful_rt']         { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-contentful-rt.svg"); }
.file_type[class*='file_strings']               { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-strings.svg"); }
.file_type[class*='file_mif']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-mif.svg"); }
.file_type[class*='file_ftl']                   { background-image: url("https://d2gma3rgtloi6d.cloudfront.net/editor/c6a66190/crowdin-editor/public/assets/file-types/file-ftl.svg"); }
