@font-face {
  font-family: 'Fira Sans';
  src: url("../../fonts/Fira_Sans_300.ttf") format('TrueType');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../../fonts/Fira_Sans_400.ttf") format('TrueType');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../../fonts/Fira_Sans_700.ttf") format('TrueType');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../../fonts/Fira_Sans_800.ttf") format('TrueType');
  font-weight: 800;
  font-style: normal;
}
:root {
  font-family: 'Fira Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --primary-color-50:#f5f6fb;
  --primary-color-100:#d1d5ed;
  --primary-color-200:#acb4df;
  --primary-color-300:#8893d1;
  --primary-color-400:#6372c3;
  --primary-color-500:#3f51b5;
  --primary-color-600:#36459a;
  --primary-color-700:#2c397f;
  --primary-color-800:#232d64;
  --primary-color-900:#192048;
}

.p-splitter {
  border-color: #422006 !important;
}
.p-splitter-gutter {
  background-color: #4d2807 !important;
}
.p-splitter-gutter-handle {
  background-color: #d5a326 !important;
}

.p-breadcrumb {
  padding-top: 0 !important;
  padding-left: 4px !important;
}

# Estilos para Editor
.hide-toolbar .ql-toolbar, .hide-toolbar-sm .ql-toolbar,.hide-toolbar-xs .ql-toolbar{
  padding: 0;
  display: none;
}
.hide-toolbar-xs .p-editor-content .ql-editor {
  height: 3rem;
  min-height: 3rem;
}
.hide-toolbar-sm .p-editor-content .ql-editor {
  height: 5rem;
  min-height: 5rem;
}.hide-toolbar .p-editor-content .ql-editor {
  min-height: 8rem;
}
.editor-focusable:focus-within .hide-toolbar .ql-toolbar,
.editor-focusable:focus-within .hide-toolbar-sm .ql-toolbar,
.editor-focusable:focus-within .hide-toolbar-xs .ql-toolbar {
  display: block;
  padding: 8px;
}
.editor-focusable:focus-within .hide-toolbar-xs .p-editor-content .ql-editor {
  height: auto;
}
.editor-focusable:focus-within .hide-toolbar-sm .p-editor-content .ql-editor {
  height: auto;
}

.hide-toolbar .ql-toolbar, .hide-toolbar-sm .ql-toolbar,.hide-toolbar-xs .ql-toolbar{
  padding: 0;
  display: none;
}

.ql-snow .ql-picker.ql-lang .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-lang .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
}

.ql-snow .ql-picker.ql-lang {
    width: 150px;
}

.ql-editor span[aria-label]{
    border-color: pink;
    border-style: double;
    border-width: 2px
}

.ql-editor span[lang], .ql-editor strong[lang], .ql-editor em[lang] {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin: 5px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background-color: white;
  position: relative;
  transition: all 0.3s ease;
}
.ql-editor span[lang]:hover, .ql-editor strong[lang]:hover, .ql-editor em[lang]:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0,123,255,0.2);
}
.ql-picker-options span[data-value]::before {
  text-indent: 2rem;
  display: inline-flex;
}
.ql-picker-options span[data-value]::before, .ql-editor span[lang]::before , .ql-editor strong[lang]::before, .ql-editor em[lang]::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ql-picker-options span[data-value="aa"]::before, .ql-editor span[lang="aa"]::before, .ql-editor strong[lang="aa"]::before, .ql-editor em[lang="aa"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="3" height="1" fill="%236AB2E7"/><rect width="3" height="1" y="1" fill="%2312AD2B"/><path d="M0,0 L1.5,1 L0,2 Z" fill="%23FFFFFF"/><polygon points="0.5,1 0.6,0.7 0.4,0.85 0.6,0.85 0.4,0.7" fill="%23D7141A"/></svg>');
}
.ql-picker-options span[data-value="ab"]::before, .ql-editor span[lang="ab"]::before, .ql-editor strong[lang="ab"]::before, .ql-editor em[lang="ab"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23008751"/><rect width="30" height="2.86" fill="%23FFFFFF" y="2.86"/><rect width="30" height="2.86" fill="%23FFFFFF" y="8.58"/><rect width="30" height="2.86" fill="%23FFFFFF" y="14.3"/><rect width="10" height="10" fill="%23D52B1E"/><path d="M5,2 L5.5,4 L7,2 L5.5,3 L6,2 L5,3 L4,2 L4.5,3 L3,2 L4.5,4 Z" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ae"]::before, .ql-editor span[lang="ae"]::before, .ql-editor strong[lang="ae"]::before, .ql-editor em[lang="ae"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23239F40"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23DA0000"/></svg>');
}
.ql-picker-options span[data-value="af"]::before, .ql-editor span[lang="af"]::before, .ql-editor strong[lang="af"]::before, .ql-editor em[lang="af"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23DE3831"/><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="30" height="6.67" fill="%23007A4D"/><path d="M0,0 L13,10 L0,20 Z" fill="%23000000"/><path d="M0,0 L11,10 L0,20 Z" fill="%23FFB612"/><path d="M0,3 L7,10 L0,17 Z" fill="%23007A4D"/></svg>');
}
.ql-picker-options span[data-value="ak"]::before, .ql-editor span[lang="ak"]::before, .ql-editor strong[lang="ak"]::before, .ql-editor em[lang="ak"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23CE1126"/><rect width="30" height="6.67" y="6.67" fill="%23FCD116"/><rect width="30" height="6.66" y="13.34" fill="%23006B3F"/><polygon points="15,8 15.5,10 17,9 15.5,9.5 16,8 15,9 14,8 14.5,9.5 13,9 14.5,10" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="am"]::before, .ql-editor span[lang="am"]::before, .ql-editor strong[lang="am"]::before, .ql-editor em[lang="am"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23078930"/><rect width="30" height="6.67" y="6.67" fill="%23FCDD09"/><rect width="30" height="6.66" y="13.34" fill="%23DA121A"/><circle cx="15" cy="10" r="5" fill="%230F47AF"/><polygon points="15,7 15.5,9 17,8 15.5,8.5 16,7 15,8 14,7 14.5,8.5 13,8 14.5,9" fill="%23FCDD09"/></svg>');
}
.ql-picker-options span[data-value="an"]::before, .ql-editor span[lang="an"]::before, .ql-editor strong[lang="an"]::before, .ql-editor em[lang="an"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="5" fill="%23FCDD09"/><rect width="30" height="5" fill="%23DA121A" y="5"/><rect width="30" height="5" fill="%23FCDD09" y="10"/><rect width="30" height="5" fill="%23DA121A" y="15"/></svg>');
}
.ql-picker-options span[data-value="ar"]::before, .ql-editor span[lang="ar"]::before, .ql-editor strong[lang="ar"]::before, .ql-editor em[lang="ar"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23006C35"/><path d="M5,10 Q10,8 15,10 M7,11 L8,12 M9,11 L10,12 M11,11 L12,12" stroke="%23FFFFFF" stroke-width="0.5" fill="none"/></svg>');
}
.ql-picker-options span[data-value="as"]::before, .ql-editor span[lang="as"]::before, .ql-editor strong[lang="as"]::before, .ql-editor em[lang="as"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="av"]::before, .ql-editor span[lang="av"]::before, .ql-editor strong[lang="av"]::before, .ql-editor em[lang="av"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="3" height="0.67" fill="%23FFFFFF"/><rect width="3" height="0.67" y="0.67" fill="%230039A6"/><rect width="3" height="0.66" y="1.34" fill="%23D52B1E"/></svg>');
}
.ql-picker-options span[data-value="ay"]::before, .ql-editor span[lang="ay"]::before, .ql-editor strong[lang="ay"]::before, .ql-editor em[lang="ay"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23D52B1E"/><rect width="30" height="6.67" y="6.67" fill="%23F9E300"/><rect width="30" height="6.66" y="13.34" fill="%23007934"/></svg>');
}
.ql-picker-options span[data-value="az"]::before, .ql-editor span[lang="az"]::before, .ql-editor strong[lang="az"]::before, .ql-editor em[lang="az"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%2300B5E2"/><rect width="30" height="6.67" y="6.67" fill="%23E00034"/><rect width="30" height="6.66" y="13.34" fill="%23509E2F"/><circle cx="15" cy="10" r="2.5" fill="%23FFFFFF"/><circle cx="15.5" cy="10" r="2" fill="%23E00034"/><polygon points="16,10 16.3,10.5 16.8,10.2 16.5,10.5 16.8,10 16.3,10.2" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ba"]::before, .ql-editor span[lang="ba"]::before, .ql-editor strong[lang="ba"]::before, .ql-editor em[lang="ba"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%2300B4D8"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%2335A14F"/><circle cx="15" cy="10" r="3" fill="%23FFD700"/></svg>');
}
.ql-picker-options span[data-value="be"]::before, .ql-editor span[lang="be"]::before, .ql-editor strong[lang="be"]::before, .ql-editor em[lang="be"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="30" height="6.67" y="13.33" fill="%23007C30"/><rect width="5" height="20" fill="%23CE1720"/><path d="M0,0 L2.5,2 L5,0 M0,4 L2.5,6 L5,4" stroke="%23FFFFFF" stroke-width="0.5" fill="none"/></svg>');
}
.ql-picker-options span[data-value="bg"]::before, .ql-editor span[lang="bg"]::before, .ql-editor strong[lang="bg"]::before, .ql-editor em[lang="bg"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FFFFFF"/><rect width="30" height="6.67" y="6.67" fill="%23009B74"/><rect width="30" height="6.66" y="13.34" fill="%23D01C1F"/></svg>');
}
.ql-picker-options span[data-value="bh"]::before, .ql-editor span[lang="bh"]::before, .ql-editor strong[lang="bh"]::before, .ql-editor em[lang="bh"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="bi"]::before, .ql-editor span[lang="bi"]::before, .ql-editor strong[lang="bi"]::before, .ql-editor em[lang="bi"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23D21034"/><rect width="30" height="10" y="10" fill="%23009543"/><rect width="30" height="2" y="9" fill="%23000000"/><path d="M0,0 L10,10 L0,20 Z" fill="%23000000"/><path d="M0,2 L8,10 L0,18 Z" fill="%23FDCE12"/></svg>');
}
.ql-picker-options span[data-value="bm"]::before, .ql-editor span[lang="bm"]::before, .ql-editor strong[lang="bm"]::before, .ql-editor em[lang="bm"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%2314B53A"/><rect width="10" height="20" x="10" fill="%23FCD116"/><rect width="10" height="20" x="20" fill="%23CE1126"/></svg>');
}
.ql-picker-options span[data-value="bn"]::before, .ql-editor span[lang="bn"]::before, .ql-editor strong[lang="bn"]::before, .ql-editor em[lang="bn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23006A4E"/><circle cx="15" cy="10" r="6" fill="%23F42A41"/></svg>');
}
.ql-picker-options span[data-value="bo"]::before, .ql-editor span[lang="bo"]::before, .ql-editor strong[lang="bo"]::before, .ql-editor em[lang="bo"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFC61E"/><rect width="30" height="10" fill="%23EE2737"/><path d="M10,5 L15,2 L20,5 L18,10 L12,10 Z" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="br"]::before, .ql-editor span[lang="br"]::before, .ql-editor strong[lang="br"]::before, .ql-editor em[lang="br"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="2.22" fill="%23000000"/><rect width="30" height="2.22" y="2.22" fill="%23FFFFFF"/><rect width="30" height="2.22" y="4.44" fill="%23000000"/><rect width="30" height="2.22" y="6.66" fill="%23FFFFFF"/><rect width="30" height="2.22" y="8.88" fill="%23000000"/><rect width="30" height="2.22" y="11.1" fill="%23FFFFFF"/><rect width="30" height="2.22" y="13.32" fill="%23000000"/><rect width="30" height="2.22" y="15.54" fill="%23FFFFFF"/><rect width="30" height="2.24" y="17.76" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="bs"]::before, .ql-editor span[lang="bs"]::before, .ql-editor strong[lang="bs"]::before, .ql-editor em[lang="bs"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23002395"/><path d="M8,0 L30,0 L30,20 L8,20 Z" fill="%23FECB00"/><path d="M0,0 L10,10 L0,20 Z" fill="%23002395"/><polygon points="3,2 3.3,3 4,2.5 3.5,3 4,2 3.3,2.5 3,2" fill="%23FFFFFF"/><polygon points="5,4 5.3,5 6,4.5 5.5,5 6,4 5.3,4.5 5,4" fill="%23FFFFFF"/><polygon points="7,6 7.3,7 8,6.5 7.5,7 8,6 7.3,6.5 7,6" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ca"]::before, .ql-editor span[lang="ca"]::before, .ql-editor strong[lang="ca"]::before, .ql-editor em[lang="ca"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="2.22" fill="%23FCDD09" y="0"/><rect width="30" height="2.22" fill="%23DA121A" y="2.22"/><rect width="30" height="2.22" fill="%23FCDD09" y="4.44"/><rect width="30" height="2.22" fill="%23DA121A" y="6.66"/><rect width="30" height="2.22" fill="%23FCDD09" y="8.88"/><rect width="30" height="2.22" fill="%23DA121A" y="11.1"/><rect width="30" height="2.22" fill="%23FCDD09" y="13.32"/><rect width="30" height="2.22" fill="%23DA121A" y="15.54"/><rect width="30" height="2.24" fill="%23FCDD09" y="17.76"/></svg>');
}
.ql-picker-options span[data-value="ce"]::before, .ql-editor span[lang="ce"]::before, .ql-editor strong[lang="ce"]::before, .ql-editor em[lang="ce"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2334A853"/><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="10" height="13.33" fill="%23DA121A"/></svg>');
}
.ql-picker-options span[data-value="ch"]::before, .ql-editor span[lang="ch"]::before, .ql-editor strong[lang="ch"]::before, .ql-editor em[lang="ch"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%230066CC"/><rect width="30" height="1" fill="%23DA121A" y="9.5"/><rect width="1" height="20" fill="%23DA121A" x="14.5"/><ellipse cx="15" cy="10" rx="4" ry="6" fill="none" stroke="%23DA121A" stroke-width="1"/></svg>');
}
.ql-picker-options span[data-value="co"]::before, .ql-editor span[lang="co"]::before, .ql-editor strong[lang="co"]::before, .ql-editor em[lang="co"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><path d="M10,5 L10,15 M5,10 L15,10" stroke="%23000000" stroke-width="2"/><path d="M8,2 Q10,4 12,2" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="cr"]::before, .ql-editor span[lang="cr"]::before, .ql-editor strong[lang="cr"]::before, .ql-editor em[lang="cr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23FF0000"/><rect width="10" height="20" x="20" fill="%23FF0000"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><polygon points="15,8 15.5,10 17,9 15.5,9.5 16,8 15,9 14,8 14.5,9.5 13,9 14.5,10" fill="%23FF0000"/></svg>');
}
.ql-picker-options span[data-value="cs"]::before, .ql-editor span[lang="cs"]::before, .ql-editor strong[lang="cs"]::before, .ql-editor em[lang="cs"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FFFFFF"/><rect width="30" height="10" y="10" fill="%23D7141A"/><path d="M0,0 L10,10 L0,20 Z" fill="%2311457E"/></svg>');
}
.ql-picker-options span[data-value="cu"]::before, .ql-editor span[lang="cu"]::before, .ql-editor strong[lang="cu"]::before, .ql-editor em[lang="cu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FFFFFF"/><rect width="30" height="6.67" y="6.67" fill="%230039A6"/><rect width="30" height="6.66" y="13.34" fill="%23D52B1E"/></svg>');
}
.ql-picker-options span[data-value="cv"]::before, .ql-editor span[lang="cv"]::before, .ql-editor strong[lang="cv"]::before, .ql-editor em[lang="cv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="15" fill="%23FFD500"/><rect width="30" height="5" y="15" fill="%238A1538"/></svg>');
}
.ql-picker-options span[data-value="cy"]::before, .ql-editor span[lang="cy"]::before, .ql-editor strong[lang="cy"]::before, .ql-editor em[lang="cy"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FFFFFF"/><rect width="30" height="10" y="10" fill="%2300AB39"/><path d="M15,5 Q18,8 20,10 Q18,12 15,15 Q12,12 10,10 Q12,8 15,5 Z" fill="%23D21034"/></svg>');
}
.ql-picker-options span[data-value="da"]::before, .ql-editor span[lang="da"]::before, .ql-editor strong[lang="da"]::before, .ql-editor em[lang="da"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23C60C30"/><rect width="30" height="2" y="9" fill="%23FFFFFF"/><rect width="2" height="20" x="9" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="de"]::before, .ql-editor span[lang="de"]::before, .ql-editor strong[lang="de"]::before, .ql-editor em[lang="de"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 3"><rect width="5" height="1" fill="%23000000"/><rect width="5" height="1" y="1" fill="%23DD0000"/><rect width="5" height="1" y="2" fill="%23FFCE00"/></svg>');
}
.ql-picker-options span[data-value="dv"]::before, .ql-editor span[lang="dv"]::before, .ql-editor strong[lang="dv"]::before, .ql-editor em[lang="dv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23D21034"/><rect width="20" height="12" x="5" y="4" fill="%23007E3A"/><circle cx="17" cy="10" r="3" fill="%23FFFFFF"/><circle cx="18" cy="10" r="2.5" fill="%23D21034"/></svg>');
}
.ql-picker-options span[data-value="dz"]::before, .ql-editor span[lang="dz"]::before, .ql-editor strong[lang="dz"]::before, .ql-editor em[lang="dz"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFCC00"/><path d="M0,0 L30,20 L30,0 L0,20 Z" fill="%23FF6600"/></svg>');
}
.ql-picker-options span[data-value="ee"]::before, .ql-editor span[lang="ee"]::before, .ql-editor strong[lang="ee"]::before, .ql-editor em[lang="ee"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="4" fill="%23006A4D" y="0"/><rect width="30" height="4" fill="%23FFCE00" y="4"/><rect width="30" height="4" fill="%23006A4D" y="8"/><rect width="30" height="4" fill="%23FFCE00" y="12"/><rect width="30" height="4" fill="%23006A4D" y="16"/><rect width="10" height="12" fill="%23D21034"/><polygon points="5,6 5.5,8 7,7 5.5,7.5 6,6 5,7 4,6 4.5,7.5 3,7 4.5,8" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="el"]::before, .ql-editor span[lang="el"]::before, .ql-editor strong[lang="el"]::before, .ql-editor em[lang="el"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 18"><rect width="27" height="2" fill="%230D5EAF" y="0"/><rect width="27" height="2" fill="%23FFFFFF" y="2"/><rect width="27" height="2" fill="%230D5EAF" y="4"/><rect width="27" height="2" fill="%23FFFFFF" y="6"/><rect width="27" height="2" fill="%230D5EAF" y="8"/><rect width="27" height="2" fill="%23FFFFFF" y="10"/><rect width="27" height="2" fill="%230D5EAF" y="12"/><rect width="27" height="2" fill="%23FFFFFF" y="14"/><rect width="27" height="2" fill="%230D5EAF" y="16"/><rect width="10" height="10" fill="%230D5EAF"/><rect width="10" height="2" fill="%23FFFFFF" y="4"/><rect width="2" height="10" fill="%23FFFFFF" x="4"/></svg>');
}
.ql-picker-options span[data-value="en"]::before, .ql-editor span[lang="en"]::before, .ql-editor strong[lang="en"]::before, .ql-editor em[lang="en"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30"><rect width="60" height="30" fill="%23012169"/><path d="M0,0 L60,30 M60,0 L0,30" stroke="%23FFFFFF" stroke-width="6"/><path d="M0,0 L60,30 M60,0 L0,30" stroke="%23C8102E" stroke-width="4"/><path d="M30,0 v30 M0,15 h60" stroke="%23FFFFFF" stroke-width="10"/><path d="M30,0 v30 M0,15 h60" stroke="%23C8102E" stroke-width="6"/></svg>');
}
.ql-picker-options span[data-value="eo"]::before, .ql-editor span[lang="eo"]::before, .ql-editor strong[lang="eo"]::before, .ql-editor em[lang="eo"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2300B140"/><rect width="10" height="10" fill="%23FFFFFF"/><polygon points="5,2 5.5,4 7,3 5.5,3.5 6,2 5,3 4,2 4.5,3.5 3,3 4.5,4" fill="%2300B140"/></svg>');
}
.ql-picker-options span[data-value="es"]::before, .ql-editor span[lang="es"]::before, .ql-editor strong[lang="es"]::before, .ql-editor em[lang="es"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="3" height="2" fill="%23C60B1E"/><rect width="3" height="0.5" y="0.5" fill="%23FFC400"/></svg>');
}
.ql-picker-options span[data-value="et"]::before, .ql-editor span[lang="et"]::before, .ql-editor strong[lang="et"]::before, .ql-editor em[lang="et"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%234891D9"/><rect width="30" height="6.67" y="6.67" fill="%23000000"/><rect width="30" height="6.66" y="13.34" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="eu"]::before, .ql-editor span[lang="eu"]::before, .ql-editor strong[lang="eu"]::before, .ql-editor em[lang="eu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23D52B1E"/><path d="M14,0 L16,0 L16,8 L30,8 L30,12 L16,12 L16,20 L14,20 L14,12 L0,12 L0,8 L14,8 Z" fill="%23009B48"/><path d="M13,0 L17,0 L17,7 L30,7 L30,13 L17,13 L17,20 L13,20 L13,13 L0,13 L0,7 L13,7 Z" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="fa"]::before, .ql-editor span[lang="fa"]::before, .ql-editor strong[lang="fa"]::before, .ql-editor em[lang="fa"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23239F40"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23DA0000"/></svg>');
}
.ql-picker-options span[data-value="ff"]::before, .ql-editor span[lang="ff"]::before, .ql-editor strong[lang="ff"]::before, .ql-editor em[lang="ff"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23CE1126"/><rect width="10" height="20" x="10" fill="%23FCD116"/><rect width="10" height="20" x="20" fill="%23009460"/></svg>');
}
.ql-picker-options span[data-value="fi"]::before, .ql-editor span[lang="fi"]::before, .ql-editor strong[lang="fi"]::before, .ql-editor em[lang="fi"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="4" y="8" fill="%23003580"/><rect width="4" height="20" x="8" fill="%23003580"/></svg>');
}
.ql-picker-options span[data-value="fj"]::before, .ql-editor span[lang="fj"]::before, .ql-editor strong[lang="fj"]::before, .ql-editor em[lang="fj"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2368BFE5"/><rect width="15" height="10" fill="%23002868"/><rect width="15" height="1.5" fill="%23FFFFFF" y="4.25"/><rect width="1.5" height="10" fill="%23FFFFFF" x="6.75"/><rect width="15" height="1" fill="%23CE1126" y="4.5"/><rect width="1" height="10" fill="%23CE1126" x="7"/><path d="M12,2 L13,5 L11,5 Z" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="fo"]::before, .ql-editor span[lang="fo"]::before, .ql-editor strong[lang="fo"]::before, .ql-editor em[lang="fo"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="4" y="8" fill="%230065BD"/><rect width="4" height="20" x="8" fill="%230065BD"/><rect width="30" height="2" y="9" fill="%23ED2939"/><rect width="2" height="20" x="9" fill="%23ED2939"/></svg>');
}
.ql-picker-options span[data-value="fr"]::before, .ql-editor span[lang="fr"]::before, .ql-editor strong[lang="fr"]::before, .ql-editor em[lang="fr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="1" height="2" fill="%23002395"/><rect width="1" height="2" x="1" fill="%23FFFFFF"/><rect width="1" height="2" x="2" fill="%23ED2939"/></svg>');
}
.ql-picker-options span[data-value="fy"]::before, .ql-editor span[lang="fy"]::before, .ql-editor strong[lang="fy"]::before, .ql-editor em[lang="fy"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="2.86" fill="%230058A6" y="2.86"/><rect width="30" height="2.86" fill="%230058A6" y="8.58"/><rect width="30" height="2.86" fill="%230058A6" y="14.3"/><circle cx="5" cy="4" r="1" fill="%23EE2737"/><circle cx="10" cy="7" r="1" fill="%23EE2737"/><circle cx="15" cy="10" r="1" fill="%23EE2737"/><circle cx="20" cy="13" r="1" fill="%23EE2737"/><circle cx="25" cy="16" r="1" fill="%23EE2737"/></svg>');
}
.ql-picker-options span[data-value="ga"]::before, .ql-editor span[lang="ga"]::before, .ql-editor strong[lang="ga"]::before, .ql-editor em[lang="ga"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23169B62"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><rect width="10" height="20" x="20" fill="%23FF883E"/></svg>');
}
.ql-picker-options span[data-value="gd"]::before, .ql-editor span[lang="gd"]::before, .ql-editor strong[lang="gd"]::before, .ql-editor em[lang="gd"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23005EB8"/><path d="M0,0 L30,20 M30,0 L0,20" stroke="%23FFFFFF" stroke-width="4"/></svg>');
}
.ql-picker-options span[data-value="gl"]::before, .ql-editor span[lang="gl"]::before, .ql-editor strong[lang="gl"]::before, .ql-editor em[lang="gl"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><path d="M0,0 L30,20 M30,0 L0,20" stroke="%23009ACD" stroke-width="4"/></svg>');
}
.ql-picker-options span[data-value="gn"]::before, .ql-editor span[lang="gn"]::before, .ql-editor strong[lang="gn"]::before, .ql-editor em[lang="gn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23D52B1E"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%230038A8"/><circle cx="15" cy="10" r="2" fill="%23FEDF00"/></svg>');
}
.ql-picker-options span[data-value="gu"]::before, .ql-editor span[lang="gu"]::before, .ql-editor strong[lang="gu"]::before, .ql-editor em[lang="gu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="gv"]::before, .ql-editor span[lang="gv"]::before, .ql-editor strong[lang="gv"]::before, .ql-editor em[lang="gv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23C8102E"/><path d="M13,8 L15,6 L17,8 L16,10 L15,12 L14,10 Z" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ha"]::before, .ql-editor span[lang="ha"]::before, .ql-editor strong[lang="ha"]::before, .ql-editor em[lang="ha"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23008751"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><rect width="10" height="20" x="20" fill="%23008751"/></svg>');
}
.ql-picker-options span[data-value="he"]::before, .ql-editor span[lang="he"]::before, .ql-editor strong[lang="he"]::before, .ql-editor em[lang="he"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="3" fill="%230038B8" y="2"/><rect width="30" height="3" fill="%230038B8" y="15"/><polygon points="15,7 16.5,11 13,9 17,9 13.5,11" fill="%230038B8"/></svg>');
}
.ql-picker-options span[data-value="hi"]::before, .ql-editor span[lang="hi"]::before, .ql-editor strong[lang="hi"]::before, .ql-editor em[lang="hi"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="ho"]::before, .ql-editor span[lang="ho"]::before, .ql-editor strong[lang="ho"]::before, .ql-editor em[lang="ho"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23000000"/><path d="M0,0 L30,20" stroke="%23CE1126" stroke-width="6"/><path d="M0,20 L30,0" stroke="%23FCD116" stroke-width="6"/><polygon points="25,5 26,7 28,6 26,6.5 27,5 25,6 24,5 25,6.5 23,6 25,7" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="hr"]::before, .ql-editor span[lang="hr"]::before, .ql-editor strong[lang="hr"]::before, .ql-editor em[lang="hr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF0000"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23171796"/><path d="M13,6 L17,6 L17,8 L16,8 L16,9 L15,8 L14,9 L14,8 L13,8 Z" fill="%23FF0000"/></svg>');
}
.ql-picker-options span[data-value="ht"]::before, .ql-editor span[lang="ht"]::before, .ql-editor strong[lang="ht"]::before, .ql-editor em[lang="ht"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23002395"/><rect width="30" height="10" y="10" fill="%23CE1126"/><rect width="10" height="8" x="10" y="6" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="hu"]::before, .ql-editor span[lang="hu"]::before, .ql-editor strong[lang="hu"]::before, .ql-editor em[lang="hu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23CD2A3E"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23436F4D"/></svg>');
}
.ql-picker-options span[data-value="hy"]::before, .ql-editor span[lang="hy"]::before, .ql-editor strong[lang="hy"]::before, .ql-editor em[lang="hy"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23D90012"/><rect width="30" height="6.67" y="6.67" fill="%230033A0"/><rect width="30" height="6.66" y="13.34" fill="%23F2A800"/></svg>');
}
.ql-picker-options span[data-value="hz"]::before, .ql-editor span[lang="hz"]::before, .ql-editor strong[lang="hz"]::before, .ql-editor em[lang="hz"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23002780"/><path d="M0,0 L30,20" stroke="%23FFFFFF" stroke-width="4"/><path d="M0,0 L30,20" stroke="%23DA121A" stroke-width="2"/><path d="M0,20 L30,0" stroke="%23FFFFFF" stroke-width="4"/><path d="M0,20 L30,0" stroke="%23009543" stroke-width="2"/><circle cx="8" cy="5" r="3" fill="%23FFC726"/></svg>');
}
.ql-picker-options span[data-value="ia"]::before, .ql-editor span[lang="ia"]::before, .ql-editor strong[lang="ia"]::before, .ql-editor em[lang="ia"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="4" y="8" fill="%23D52B1E"/><rect width="4" height="20" x="13" fill="%23D52B1E"/></svg>');
}
.ql-picker-options span[data-value="id"]::before, .ql-editor span[lang="id"]::before, .ql-editor strong[lang="id"]::before, .ql-editor em[lang="id"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FF0000"/><rect width="30" height="10" y="10" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ie"]::before, .ql-editor span[lang="ie"]::before, .ql-editor strong[lang="ie"]::before, .ql-editor em[lang="ie"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="4" y="8" fill="%23002395"/><rect width="4" height="20" x="13" fill="%23002395"/></svg>');
}
.ql-picker-options span[data-value="ig"]::before, .ql-editor span[lang="ig"]::before, .ql-editor strong[lang="ig"]::before, .ql-editor em[lang="ig"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23008751"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><rect width="10" height="20" x="20" fill="%23008751"/></svg>');
}
.ql-picker-options span[data-value="ii"]::before, .ql-editor span[lang="ii"]::before, .ql-editor strong[lang="ii"]::before, .ql-editor em[lang="ii"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EE1C25"/><polygon points="5,2 6,5 3,3 7,3 4,5" fill="%23FFFF00"/><polygon points="8,4 8.5,5 9,4" fill="%23FFFF00"/><polygon points="9,6 9.5,7 10,6" fill="%23FFFF00"/><polygon points="8,8 8.5,9 9,8" fill="%23FFFF00"/><polygon points="6,7 6.5,8 7,7" fill="%23FFFF00"/></svg>');
}
.ql-picker-options span[data-value="ik"]::before, .ql-editor span[lang="ik"]::before, .ql-editor strong[lang="ik"]::before, .ql-editor em[lang="ik"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23002868"/><polygon points="5,2 5.5,4 7,3 5.5,3.5 6,2 5,3 4,2 4.5,3.5 3,3 4.5,4" fill="%23FFD700"/><polygon points="8,5 8.5,7 10,6 8.5,6.5 9,5 8,6 7,5 7.5,6.5 6,6 7.5,7" fill="%23FFD700"/><polygon points="11,3 11.5,5 13,4 11.5,4.5 12,3 11,4 10,3 10.5,4.5 9,4 10.5,5" fill="%23FFD700"/></svg>');
}
.ql-picker-options span[data-value="io"]::before, .ql-editor span[lang="io"]::before, .ql-editor strong[lang="io"]::before, .ql-editor em[lang="io"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2300AEEF"/><polygon points="15,8 16,11 13,9.5 17,9.5 14,11" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="is"]::before, .ql-editor span[lang="is"]::before, .ql-editor strong[lang="is"]::before, .ql-editor em[lang="is"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23003897"/><rect width="30" height="4" y="8" fill="%23FFFFFF"/><rect width="4" height="20" x="8" fill="%23FFFFFF"/><rect width="30" height="2" y="9" fill="%23D72828"/><rect width="2" height="20" x="9" fill="%23D72828"/></svg>');
}
.ql-picker-options span[data-value="it"]::before, .ql-editor span[lang="it"]::before, .ql-editor strong[lang="it"]::before, .ql-editor em[lang="it"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="1" height="2" fill="%23009246"/><rect width="1" height="2" x="1" fill="%23FFFFFF"/><rect width="1" height="2" x="2" fill="%23CE2B37"/></svg>');
}
.ql-picker-options span[data-value="iu"]::before, .ql-editor span[lang="iu"]::before, .ql-editor strong[lang="iu"]::before, .ql-editor em[lang="iu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23FF0000"/><rect width="10" height="20" x="20" fill="%23FF0000"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><polygon points="15,8 15.5,10 17,9 15.5,9.5 16,8 15,9 14,8 14.5,9.5 13,9 14.5,10" fill="%23FF0000"/></svg>');
}
.ql-picker-options span[data-value="ja"]::before, .ql-editor span[lang="ja"]::before, .ql-editor strong[lang="ja"]::before, .ql-editor em[lang="ja"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><circle cx="15" cy="10" r="6" fill="%23BC002D"/></svg>');
}
.ql-picker-options span[data-value="jv"]::before, .ql-editor span[lang="jv"]::before, .ql-editor strong[lang="jv"]::before, .ql-editor em[lang="jv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FF0000"/><rect width="30" height="10" y="10" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ka"]::before, .ql-editor span[lang="ka"]::before, .ql-editor strong[lang="ka"]::before, .ql-editor em[lang="ka"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="4" y="8" fill="%23FF0000"/><rect width="4" height="20" x="13" fill="%23FF0000"/><rect width="2" height="2" fill="%23FF0000" x="5" y="3"/><rect width="2" height="2" fill="%23FF0000" x="23" y="3"/><rect width="2" height="2" fill="%23FF0000" x="5" y="15"/><rect width="2" height="2" fill="%23FF0000" x="23" y="15"/></svg>');
}
.ql-picker-options span[data-value="kg"]::before, .ql-editor span[lang="kg"]::before, .ql-editor strong[lang="kg"]::before, .ql-editor em[lang="kg"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23007FFF"/><path d="M0,0 L20,13.33 L0,13.33 Z" fill="%23F7D618"/><path d="M30,6.67 L10,6.67 L30,20 Z" fill="%23CE1021"/></svg>');
}
.ql-picker-options span[data-value="ki"]::before, .ql-editor span[lang="ki"]::before, .ql-editor strong[lang="ki"]::before, .ql-editor em[lang="ki"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6" fill="%23000000"/><rect width="30" height="8" y="6" fill="%23FFFFFF"/><rect width="30" height="6" y="14" fill="%23006600"/><rect width="30" height="3" y="3" fill="%23BB0000"/><rect width="30" height="3" y="14" fill="%23BB0000"/><path d="M15,6 L13,14 M15,6 L17,14 M11,10 L19,10" stroke="%23FFFFFF" stroke-width="1" fill="none"/></svg>');
}
.ql-picker-options span[data-value="kj"]::before, .ql-editor span[lang="kj"]::before, .ql-editor strong[lang="kj"]::before, .ql-editor em[lang="kj"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23CE1126"/><rect width="30" height="10" y="10" fill="%23000000"/><path d="M11,5 L15,10 L11,15 M10,10 L14,10 M12,7 L13,10 L12,13" stroke="%23FFCD00" stroke-width="1" fill="none"/></svg>');
}
.ql-picker-options span[data-value="kk"]::before, .ql-editor span[lang="kk"]::before, .ql-editor strong[lang="kk"]::before, .ql-editor em[lang="kk"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2300AFCA"/><rect width="3" height="20" fill="%23FEC50C"/><circle cx="15" cy="10" r="4" fill="%23FEC50C"/><polygon points="22,10 23,13 25,11 23,11.5 24,10 22,11 21,10 22,11.5 20,11 22,13" fill="%23FEC50C"/></svg>');
}
.ql-picker-options span[data-value="kl"]::before, .ql-editor span[lang="kl"]::before, .ql-editor strong[lang="kl"]::before, .ql-editor em[lang="kl"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FFFFFF"/><rect width="30" height="10" y="10" fill="%23D00C33"/><circle cx="10" cy="10" r="4" fill="%23FFFFFF"/><circle cx="10" cy="10" r="3" fill="%23D00C33"/></svg>');
}
.ql-picker-options span[data-value="km"]::before, .ql-editor span[lang="km"]::before, .ql-editor strong[lang="km"]::before, .ql-editor em[lang="km"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="5" fill="%23032EA1"/><rect width="30" height="10" y="5" fill="%23E00025"/><rect width="30" height="5" y="15" fill="%23032EA1"/><rect width="8" height="6" x="11" y="7" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="kn"]::before, .ql-editor span[lang="kn"]::before, .ql-editor strong[lang="kn"]::before, .ql-editor em[lang="kn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FFFF00"/><rect width="30" height="10" y="10" fill="%23FF0000"/></svg>');
}
.ql-picker-options span[data-value="ko"]::before, .ql-editor span[lang="ko"]::before, .ql-editor strong[lang="ko"]::before, .ql-editor em[lang="ko"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24"><rect width="36" height="24" fill="%23FFFFFF"/><circle cx="18" cy="12" r="6" fill="%23C60C30"/><path d="M12,12 A6,6 0 0,1 24,12" fill="%23003478"/><rect width="1" height="3" x="10" y="3" fill="%23000000"/><rect width="1" height="3" x="11" y="3" fill="%23000000"/><rect width="1" height="3" x="12" y="3" fill="%23000000"/><rect width="1" height="3" x="23" y="3" fill="%23000000"/><rect width="1" height="3" x="24" y="3" fill="%23000000"/><rect width="1" height="3" x="25" y="3" fill="%23000000"/><rect width="1" height="3" x="10" y="18" fill="%23000000"/><rect width="1" height="3" x="11" y="18" fill="%23000000"/><rect width="1" height="3" x="12" y="18" fill="%23000000"/><rect width="1" height="3" x="23" y="18" fill="%23000000"/><rect width="1" height="3" x="24" y="18" fill="%23000000"/><rect width="1" height="3" x="25" y="18" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="kr"]::before, .ql-editor span[lang="kr"]::before, .ql-editor strong[lang="kr"]::before, .ql-editor em[lang="kr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23002664"/><rect width="10" height="20" x="10" fill="%23FCD116"/><rect width="10" height="20" x="20" fill="%23CE1126"/></svg>');
}
.ql-picker-options span[data-value="ks"]::before, .ql-editor span[lang="ks"]::before, .ql-editor strong[lang="ks"]::before, .ql-editor em[lang="ks"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FF0000"/><rect width="10" height="10" fill="%23FFFFFF"/><rect width="6" height="6" x="2" y="2" fill="%23008000"/></svg>');
}
.ql-picker-options span[data-value="ku"]::before, .ql-editor span[lang="ku"]::before, .ql-editor strong[lang="ku"]::before, .ql-editor em[lang="ku"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF0000"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23007A3D"/><polygon points="15,8 16,11 13,9.5 17,9.5 14,11" fill="%23FFCC00"/></svg>');
}
.ql-picker-options span[data-value="kv"]::before, .ql-editor span[lang="kv"]::before, .ql-editor strong[lang="kv"]::before, .ql-editor em[lang="kv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23006FBA"/><rect width="30" height="6.67" y="6.67" fill="%2300A651"/><rect width="30" height="6.66" y="13.34" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="kw"]::before, .ql-editor span[lang="kw"]::before, .ql-editor strong[lang="kw"]::before, .ql-editor em[lang="kw"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23000000"/><rect width="30" height="2" y="9" fill="%23FFFFFF"/><rect width="2" height="20" x="9" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ky"]::before, .ql-editor span[lang="ky"]::before, .ql-editor strong[lang="ky"]::before, .ql-editor em[lang="ky"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EF2B2D"/><circle cx="15" cy="10" r="5" fill="%23FEC50C"/><circle cx="15" cy="10" r="4" fill="%23EF2B2D"/><polygon points="15,8 16,11 13,9.5 17,9.5 14,11" fill="%23FEC50C"/></svg>');
}
.ql-picker-options span[data-value="la"]::before, .ql-editor span[lang="la"]::before, .ql-editor strong[lang="la"]::before, .ql-editor em[lang="la"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect width="10" height="20" fill="%23FFE000"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><circle cx="15" cy="10" r="2" fill="%23FFE000"/><rect width="1" height="4" x="14.5" y="8" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="lb"]::before, .ql-editor span[lang="lb"]::before, .ql-editor strong[lang="lb"]::before, .ql-editor em[lang="lb"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23ED2939"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%2300A1DE"/></svg>');
}
.ql-picker-options span[data-value="lg"]::before, .ql-editor span[lang="lg"]::before, .ql-editor strong[lang="lg"]::before, .ql-editor em[lang="lg"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="3.33" fill="%23000000"/><rect width="30" height="3.33" y="3.33" fill="%23FCDC04"/><rect width="30" height="3.33" y="6.66" fill="%23D90000"/><rect width="30" height="3.33" y="10" fill="%23000000"/><rect width="30" height="3.33" y="13.33" fill="%23FCDC04"/><rect width="30" height="3.34" y="16.66" fill="%23D90000"/><circle cx="15" cy="10" r="4" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="li"]::before, .ql-editor span[lang="li"]::before, .ql-editor strong[lang="li"]::before, .ql-editor em[lang="li"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FFFFFF"/><rect width="30" height="6.67" y="6.67" fill="%231E448C"/><rect width="30" height="6.66" y="13.34" fill="%23FBCB17"/></svg>');
}
.ql-picker-options span[data-value="ln"]::before, .ql-editor span[lang="ln"]::before, .ql-editor strong[lang="ln"]::before, .ql-editor em[lang="ln"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23007FFF"/><path d="M0,0 L20,13.33 L0,13.33 Z" fill="%23F7D618"/><path d="M30,6.67 L10,6.67 L30,20 Z" fill="%23CE1021"/></svg>');
}
.ql-picker-options span[data-value="lo"]::before, .ql-editor span[lang="lo"]::before, .ql-editor strong[lang="lo"]::before, .ql-editor em[lang="lo"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="5" fill="%23CE1126"/><rect width="30" height="10" y="5" fill="%23002868"/><rect width="30" height="5" y="15" fill="%23CE1126"/><circle cx="15" cy="10" r="3" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="lt"]::before, .ql-editor span[lang="lt"]::before, .ql-editor strong[lang="lt"]::before, .ql-editor em[lang="lt"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FDB913"/><rect width="30" height="6.67" y="6.67" fill="%23006A44"/><rect width="30" height="6.66" y="13.34" fill="%23C1272D"/></svg>');
}
.ql-picker-options span[data-value="lu"]::before, .ql-editor span[lang="lu"]::before, .ql-editor strong[lang="lu"]::before, .ql-editor em[lang="lu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23007FFF"/><path d="M0,0 L20,13.33 L0,13.33 Z" fill="%23F7D618"/><path d="M30,6.67 L10,6.67 L30,20 Z" fill="%23CE1021"/></svg>');
}
.ql-picker-options span[data-value="lv"]::before, .ql-editor span[lang="lv"]::before, .ql-editor strong[lang="lv"]::before, .ql-editor em[lang="lv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="8" fill="%239E1B34"/><rect width="30" height="4" y="8" fill="%23FFFFFF"/><rect width="30" height="8" y="12" fill="%239E1B34"/></svg>');
}
.ql-picker-options span[data-value="mg"]::before, .ql-editor span[lang="mg"]::before, .ql-editor strong[lang="mg"]::before, .ql-editor em[lang="mg"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23FFFFFF"/><rect width="20" height="10" x="10" fill="%23FC3D32"/><rect width="20" height="10" x="10" y="10" fill="%23007E3A"/></svg>');
}
.ql-picker-options span[data-value="mh"]::before, .ql-editor span[lang="mh"]::before, .ql-editor strong[lang="mh"]::before, .ql-editor em[lang="mh"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23003893"/><path d="M0,0 L30,15 M0,20 L30,5" stroke="%23FFFFFF" stroke-width="3"/><path d="M0,0 L30,16 M0,20 L30,4" stroke="%23E57200" stroke-width="1.5"/><polygon points="5,3 6,6 8,4 6,5 7,3 5,4 4,3 5,5 3,4 5,6" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="mi"]::before, .ql-editor span[lang="mi"]::before, .ql-editor strong[lang="mi"]::before, .ql-editor em[lang="mi"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23000000"/><rect width="30" height="10" fill="%23FFFFFF"/><rect width="15" height="10" fill="%23C8102E"/></svg>');
}
.ql-picker-options span[data-value="mk"]::before, .ql-editor span[lang="mk"]::before, .ql-editor strong[lang="mk"]::before, .ql-editor em[lang="mk"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23D20000"/><path d="M15,2 L2,10 L15,18 L28,10 Z M15,2 L15,18 M2,10 L28,10 M7,5 L23,15 M23,5 L7,15" stroke="%23FFE600" stroke-width="2" fill="none"/><circle cx="15" cy="10" r="3.5" fill="%23D20000"/><circle cx="15" cy="10" r="3" fill="%23FFE600"/></svg>');
}
.ql-picker-options span[data-value="ml"]::before, .ql-editor span[lang="ml"]::before, .ql-editor strong[lang="ml"]::before, .ql-editor em[lang="ml"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="mn"]::before, .ql-editor span[lang="mn"]::before, .ql-editor strong[lang="mn"]::before, .ql-editor em[lang="mn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23DA2032"/><rect width="10" height="20" x="10" fill="%230066B3"/><rect width="10" height="20" x="20" fill="%23DA2032"/><rect width="2" height="10" x="4" y="5" fill="%23FFD900"/><circle cx="5" cy="12" r="1.5" fill="%23FFD900"/></svg>');
}
.ql-picker-options span[data-value="mr"]::before, .ql-editor span[lang="mr"]::before, .ql-editor strong[lang="mr"]::before, .ql-editor em[lang="mr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="ms"]::before, .ql-editor span[lang="ms"]::before, .ql-editor strong[lang="ms"]::before, .ql-editor em[lang="ms"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="1.43" fill="%23CC0001" y="0"/><rect width="30" height="1.43" fill="%23FFFFFF" y="1.43"/><rect width="30" height="1.43" fill="%23CC0001" y="2.86"/><rect width="30" height="1.43" fill="%23FFFFFF" y="4.29"/><rect width="30" height="1.43" fill="%23CC0001" y="5.72"/><rect width="30" height="1.43" fill="%23FFFFFF" y="7.15"/><rect width="30" height="1.43" fill="%23CC0001" y="8.58"/><rect width="30" height="1.43" fill="%23FFFFFF" y="10.01"/><rect width="30" height="1.43" fill="%23CC0001" y="11.44"/><rect width="30" height="1.43" fill="%23FFFFFF" y="12.87"/><rect width="30" height="1.43" fill="%23CC0001" y="14.3"/><rect width="30" height="1.43" fill="%23FFFFFF" y="15.73"/><rect width="30" height="1.43" fill="%23CC0001" y="17.16"/><rect width="30" height="1.41" fill="%23FFFFFF" y="18.59"/><rect width="15" height="11.44" fill="%23003A9B"/><circle cx="6.5" cy="5.72" r="2.5" fill="%23FFD100"/><circle cx="7.5" cy="5.72" r="2" fill="%23003A9B"/><polygon points="8,5.72 8.5,7 9.5,6 8.5,6.2 9,5.72 8,6 7,5.72 7.5,6.2 6.5,6 7.5,7" fill="%23FFD100"/></svg>');
}
.ql-picker-options span[data-value="mt"]::before, .ql-editor span[lang="mt"]::before, .ql-editor strong[lang="mt"]::before, .ql-editor em[lang="mt"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="15" height="20" fill="%23FFFFFF"/><rect width="15" height="20" x="15" fill="%23CE0000"/><rect width="3" height="3" x="2" y="2" fill="%237C878E"/><rect width="1" height="1" x="3" y="1" fill="%23CE0000"/></svg>');
}
.ql-picker-options span[data-value="my"]::before, .ql-editor span[lang="my"]::before, .ql-editor strong[lang="my"]::before, .ql-editor em[lang="my"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FECB00"/><rect width="30" height="6.67" y="6.67" fill="%2334B233"/><rect width="30" height="6.66" y="13.34" fill="%23EA2839"/><polygon points="15,4 17,12 10,7 20,7 13,12" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="na"]::before, .ql-editor span[lang="na"]::before, .ql-editor strong[lang="na"]::before, .ql-editor em[lang="na"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23002B7F"/><rect width="30" height="2" y="9" fill="%23FFC61E"/><polygon points="7,15 8,17 10,16 8,16.5 9,15 7,16 6,15 7,16.5 5,16 7,17" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="nb"]::before, .ql-editor span[lang="nb"]::before, .ql-editor strong[lang="nb"]::before, .ql-editor em[lang="nb"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EF2B2D"/><rect width="30" height="4" y="8" fill="%23FFFFFF"/><rect width="4" height="20" x="8" fill="%23FFFFFF"/><rect width="30" height="2" y="9" fill="%23002868"/><rect width="2" height="20" x="9" fill="%23002868"/></svg>');
}
.ql-picker-options span[data-value="nd"]::before, .ql-editor span[lang="nd"]::before, .ql-editor strong[lang="nd"]::before, .ql-editor em[lang="nd"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="2.86" fill="%23319208"/><rect width="30" height="2.86" y="2.86" fill="%23FFD200"/><rect width="30" height="2.86" y="5.72" fill="%23DE2010"/><rect width="30" height="2.86" y="8.58" fill="%23000000"/><rect width="30" height="2.86" y="11.44" fill="%23DE2010"/><rect width="30" height="2.86" y="14.3" fill="%23FFD200"/><rect width="30" height="2.84" y="17.16" fill="%23319208"/><path d="M0,0 L10,10 L0,20 Z" fill="%23FFFFFF"/><path d="M0,2 L8,10 L0,18 Z" fill="%23000000"/><polygon points="3,10 4,13 6,11 4,11.5 5,10 3,11 2,10 3,11.5 1,11 3,13" fill="%23DE2010"/></svg>');
}
.ql-picker-options span[data-value="ne"]::before, .ql-editor span[lang="ne"]::before, .ql-editor strong[lang="ne"]::before, .ql-editor em[lang="ne"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><path d="M0,0 L13,0 L13,8 L30,8 L30,20 L0,20 Z" fill="%23DC143C"/><path d="M0,0 L13,8 L13,20 L0,20 Z" fill="%23FFFFFF" stroke="%23003893" stroke-width="1"/><polygon points="3,5 4,7 6,6 4,6.5 5,5 3,6 2,5 3,6.5 1,6 3,7" fill="%23FFFFFF"/><circle cx="4" cy="12" r="2" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ng"]::before, .ql-editor span[lang="ng"]::before, .ql-editor strong[lang="ng"]::before, .ql-editor em[lang="ng"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23002780"/><path d="M0,0 L30,20" stroke="%23FFFFFF" stroke-width="4"/><path d="M0,0 L30,20" stroke="%23DA121A" stroke-width="2"/><path d="M0,20 L30,0" stroke="%23FFFFFF" stroke-width="4"/><path d="M0,20 L30,0" stroke="%23009543" stroke-width="2"/><circle cx="8" cy="5" r="3" fill="%23FFC726"/></svg>');
}
.ql-picker-options span[data-value="nl"]::before, .ql-editor span[lang="nl"]::before, .ql-editor strong[lang="nl"]::before, .ql-editor em[lang="nl"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23AE1C28"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%2321468B"/></svg>');
}
.ql-picker-options span[data-value="nn"]::before, .ql-editor span[lang="nn"]::before, .ql-editor strong[lang="nn"]::before, .ql-editor em[lang="nn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EF2B2D"/><rect width="30" height="4" y="8" fill="%23FFFFFF"/><rect width="4" height="20" x="8" fill="%23FFFFFF"/><rect width="30" height="2" y="9" fill="%23002868"/><rect width="2" height="20" x="9" fill="%23002868"/></svg>');
}
.ql-picker-options span[data-value="no"]::before, .ql-editor span[lang="no"]::before, .ql-editor strong[lang="no"]::before, .ql-editor em[lang="no"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EF2B2D"/><rect width="30" height="4" y="8" fill="%23FFFFFF"/><rect width="4" height="20" x="8" fill="%23FFFFFF"/><rect width="30" height="2" y="9" fill="%23002868"/><rect width="2" height="20" x="9" fill="%23002868"/></svg>');
}
.ql-picker-options span[data-value="nr"]::before, .ql-editor span[lang="nr"]::before, .ql-editor strong[lang="nr"]::before, .ql-editor em[lang="nr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23DE3831"/><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="30" height="6.67" fill="%23007A4D"/><path d="M0,0 L13,10 L0,20 Z" fill="%23000000"/><path d="M0,0 L11,10 L0,20 Z" fill="%23FFB612"/><path d="M0,3 L7,10 L0,17 Z" fill="%23007A4D"/></svg>');
}
.ql-picker-options span[data-value="nv"]::before, .ql-editor span[lang="nv"]::before, .ql-editor strong[lang="nv"]::before, .ql-editor em[lang="nv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFE1A0"/><rect width="28" height="18" x="1" y="1" fill="%23D91023"/><rect width="26" height="16" x="2" y="2" fill="%23FFFFFF"/><rect width="24" height="14" x="3" y="3" fill="%23003F87"/><circle cx="15" cy="10" r="3" fill="%23FFE1A0"/></svg>');
}
.ql-picker-options span[data-value="ny"]::before, .ql-editor span[lang="ny"]::before, .ql-editor strong[lang="ny"]::before, .ql-editor em[lang="ny"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23000000"/><rect width="30" height="6.67" y="6.67" fill="%23CE1126"/><rect width="30" height="6.66" y="13.34" fill="%23339E35"/><circle cx="15" cy="3.33" r="3" fill="%23CE1126"/></svg>');
}
.ql-picker-options span[data-value="oc"]::before, .ql-editor span[lang="oc"]::before, .ql-editor strong[lang="oc"]::before, .ql-editor em[lang="oc"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23CC0000"/><rect width="30" height="2" y="9" fill="%23FFCC00"/><rect width="2" height="20" x="14" fill="%23FFCC00"/><circle cx="15" cy="10" r="3" fill="%23CC0000"/><polygon points="15,8 15.5,10 17,9 15.5,9.5 16,8 15,9 14,8 14.5,9.5 13,9 14.5,10" fill="%23FFCC00"/></svg>');
}
.ql-picker-options span[data-value="oj"]::before, .ql-editor span[lang="oj"]::before, .ql-editor strong[lang="oj"]::before, .ql-editor em[lang="oj"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><circle cx="15" cy="10" r="6" fill="%23FFD700"/><circle cx="15" cy="10" r="4" fill="%23FF0000"/><circle cx="15" cy="10" r="2" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="om"]::before, .ql-editor span[lang="om"]::before, .ql-editor strong[lang="om"]::before, .ql-editor em[lang="om"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23078930"/><rect width="30" height="6.67" y="6.67" fill="%23FCDD09"/><rect width="30" height="6.66" y="13.34" fill="%23DA121A"/><circle cx="15" cy="10" r="5" fill="%230F47AF"/><polygon points="15,7 15.5,9 17,8 15.5,8.5 16,7 15,8 14,7 14.5,8.5 13,8 14.5,9" fill="%23FCDD09"/></svg>');
}
.ql-picker-options span[data-value="or"]::before, .ql-editor span[lang="or"]::before, .ql-editor strong[lang="or"]::before, .ql-editor em[lang="or"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="os"]::before, .ql-editor span[lang="os"]::before, .ql-editor strong[lang="os"]::before, .ql-editor em[lang="os"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FFFFFF"/><rect width="30" height="6.67" y="6.67" fill="%23FF0000"/><rect width="30" height="6.66" y="13.34" fill="%23FFDF00"/></svg>');
}
.ql-picker-options span[data-value="pa"]::before, .ql-editor span[lang="pa"]::before, .ql-editor strong[lang="pa"]::before, .ql-editor em[lang="pa"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="pi"]::before, .ql-editor span[lang="pi"]::before, .ql-editor strong[lang="pi"]::before, .ql-editor em[lang="pi"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="pl"]::before, .ql-editor span[lang="pl"]::before, .ql-editor strong[lang="pl"]::before, .ql-editor em[lang="pl"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FFFFFF"/><rect width="30" height="10" y="10" fill="%23DC143C"/></svg>');
}
.ql-picker-options span[data-value="ps"]::before, .ql-editor span[lang="ps"]::before, .ql-editor strong[lang="ps"]::before, .ql-editor em[lang="ps"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23000000"/><rect width="10" height="20" x="10" fill="%23D32011"/><rect width="10" height="20" x="20" fill="%23009900"/><ellipse cx="15" cy="10" rx="3" ry="4" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="pt"]::before, .ql-editor span[lang="pt"]::before, .ql-editor strong[lang="pt"]::before, .ql-editor em[lang="pt"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="12" height="20" fill="%23006600"/><rect width="18" height="20" x="12" fill="%23FF0000"/><circle cx="12" cy="10" r="4" fill="%23FFCC00"/></svg>');
}
.ql-picker-options span[data-value="qu"]::before, .ql-editor span[lang="qu"]::before, .ql-editor strong[lang="qu"]::before, .ql-editor em[lang="qu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23D91023"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><rect width="10" height="20" x="20" fill="%23D91023"/></svg>');
}
.ql-picker-options span[data-value="rm"]::before, .ql-editor span[lang="rm"]::before, .ql-editor strong[lang="rm"]::before, .ql-editor em[lang="rm"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect width="20" height="20" fill="%23D52B1E"/><rect width="12" height="4" x="4" y="8" fill="%23FFFFFF"/><rect width="4" height="12" x="8" y="4" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="rn"]::before, .ql-editor span[lang="rn"]::before, .ql-editor strong[lang="rn"]::before, .ql-editor em[lang="rn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><path d="M0,0 L30,20 M30,0 L0,20" stroke="%231EB53A" stroke-width="4"/><path d="M0,0 L30,20 M30,0 L0,20" stroke="%23CE1126" stroke-width="2"/><circle cx="15" cy="10" r="5" fill="%23FFFFFF"/><polygon points="15,7 15.5,9 17,8 15.5,8.5 16,7" fill="%23CE1126"/><polygon points="15,7 14.5,9 13,8 14.5,8.5 14,7" fill="%23CE1126"/><polygon points="15,13 15.5,11 17,12 15.5,11.5 16,13" fill="%23CE1126"/></svg>');
}
.ql-picker-options span[data-value="ro"]::before, .ql-editor span[lang="ro"]::before, .ql-editor strong[lang="ro"]::before, .ql-editor em[lang="ro"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23002B7F"/><rect width="10" height="20" x="10" fill="%23FCD116"/><rect width="10" height="20" x="20" fill="%23CE1126"/></svg>');
}
.ql-picker-options span[data-value="ru"]::before, .ql-editor span[lang="ru"]::before, .ql-editor strong[lang="ru"]::before, .ql-editor em[lang="ru"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="3" height="0.67" fill="%23FFFFFF"/><rect width="3" height="0.67" y="0.67" fill="%230039A6"/><rect width="3" height="0.66" y="1.34" fill="%23D52B1E"/></svg>');
}
.ql-picker-options span[data-value="rw"]::before, .ql-editor span[lang="rw"]::before, .ql-editor strong[lang="rw"]::before, .ql-editor em[lang="rw"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%2300A1DE"/><rect width="30" height="5" y="10" fill="%23FAD201"/><rect width="30" height="5" y="15" fill="%2320603D"/><circle cx="25" cy="5" r="2.5" fill="%23FAD201"/></svg>');
}
.ql-picker-options span[data-value="sa"]::before, .ql-editor span[lang="sa"]::before, .ql-editor strong[lang="sa"]::before, .ql-editor em[lang="sa"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="sc"]::before, .ql-editor span[lang="sc"]::before, .ql-editor strong[lang="sc"]::before, .ql-editor em[lang="sc"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="7.5" height="20" x="11.25" fill="%23ED1C24"/><path d="M6,4 Q5,5 5,6 Q5,7 6,8 M24,4 Q25,5 25,6 Q25,7 24,8 M6,12 Q5,13 5,14 Q5,15 6,16 M24,12 Q25,13 25,14 Q25,15 24,16" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="sd"]::before, .ql-editor span[lang="sd"]::before, .ql-editor strong[lang="sd"]::before, .ql-editor em[lang="sd"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2301411C"/><rect width="7.5" height="20" fill="%23FFFFFF"/><circle cx="15" cy="10" r="3" fill="%23FFFFFF"/><polygon points="20,10 20.5,11 21.5,10.5 20.5,10.7 21,10 20,10.5 19,10 19.5,10.7 18.5,10.5 19.5,11" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="se"]::before, .ql-editor span[lang="se"]::before, .ql-editor strong[lang="se"]::before, .ql-editor em[lang="se"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23D81E05"/><rect width="30" height="6" y="7" fill="%23007FDB"/><rect width="30" height="2" y="9" fill="%23FCDD09"/><rect width="6" height="20" x="7" fill="%23007FDB"/><rect width="2" height="20" x="9" fill="%23FCDD09"/><rect width="6" height="6" x="7" y="7" fill="%23DA2D00"/><circle cx="10" cy="10" r="2" fill="%23003F7C"/></svg>');
}
.ql-picker-options span[data-value="sg"]::before, .ql-editor span[lang="sg"]::before, .ql-editor strong[lang="sg"]::before, .ql-editor em[lang="sg"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="5" fill="%23003082"/><rect width="30" height="5" y="5" fill="%23FFFFFF"/><rect width="30" height="5" y="10" fill="%23289728"/><rect width="30" height="5" y="15" fill="%23FFCE00"/><rect width="12" height="20" x="9" fill="%23D21034"/><polygon points="15,8 15.5,10 17,9 15.5,9.5 16,8 15,9 14,8 14.5,9.5 13,9 14.5,10" fill="%23FFCE00"/></svg>');
}
.ql-picker-options span[data-value="si"]::before, .ql-editor span[lang="si"]::before, .ql-editor strong[lang="si"]::before, .ql-editor em[lang="si"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%238B0000"/><rect width="3" height="20" x="5" fill="%23FF7F00"/><rect width="3" height="20" x="8" fill="%23FFBF00"/><rect width="18" height="16" x="11" y="2" fill="%23007F00"/><rect width="16" height="14" x="12" y="3" fill="%238B0000"/><path d="M12,10 Q14,8 16,10" fill="%23FFBF00"/></svg>');
}
.ql-picker-options span[data-value="sk"]::before, .ql-editor span[lang="sk"]::before, .ql-editor strong[lang="sk"]::before, .ql-editor em[lang="sk"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FFFFFF"/><rect width="30" height="6.67" y="6.67" fill="%230B4EA2"/><rect width="30" height="6.66" y="13.34" fill="%23EE1C25"/><path d="M8,6 L8,14 L12,14 L12,11 L10,11 L10,9 L12,9 L12,6 Z" fill="%23FFFFFF"/><path d="M8,7 L8,13 L11,13 L11,10 L10,10 L10,8 L11,8 L11,7 Z" fill="%23EE1C25"/><rect width="0.5" height="2" x="9.75" y="11" fill="%230B4EA2"/></svg>');
}
.ql-picker-options span[data-value="sl"]::before, .ql-editor span[lang="sl"]::before, .ql-editor strong[lang="sl"]::before, .ql-editor em[lang="sl"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FFFFFF"/><rect width="30" height="6.67" y="6.67" fill="%23003DA5"/><rect width="30" height="6.66" y="13.34" fill="%23ED1C24"/><path d="M6,2 L10,2 L10,8 Q8,10 6,8 Z" fill="%23003DA5"/><path d="M6,3 L9,3 L9,7 Q8,8 7,8 Q6,8 6,7 Z" fill="%23FFFFFF"/><path d="M6.5,4 Q7,5 7.5,4 M6.5,5 Q7,6 7.5,5 M6.5,6 Q7,7 7.5,6" stroke="%23003DA5" stroke-width="0.2" fill="none"/></svg>');
}
.ql-picker-options span[data-value="sm"]::before, .ql-editor span[lang="sm"]::before, .ql-editor strong[lang="sm"]::before, .ql-editor em[lang="sm"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23CE1126"/><rect width="15" height="10" fill="%23002B7F"/><polygon points="3,2 3.5,3 4.5,2.5 3.5,3 4,2" fill="%23FFFFFF"/><polygon points="7,3 7.5,4 8.5,3.5 7.5,4 8,3" fill="%23FFFFFF"/><polygon points="11,2 11.5,3 12.5,2.5 11.5,3 12,2" fill="%23FFFFFF"/><polygon points="5,5 5.5,6 6.5,5.5 5.5,6 6,5" fill="%23FFFFFF"/><polygon points="9,5 9.5,6 10.5,5.5 9.5,6 10,5" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="sn"]::before, .ql-editor span[lang="sn"]::before, .ql-editor strong[lang="sn"]::before, .ql-editor em[lang="sn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="2.86" fill="%23319208"/><rect width="30" height="2.86" y="2.86" fill="%23FFD200"/><rect width="30" height="2.86" y="5.72" fill="%23DE2010"/><rect width="30" height="2.86" y="8.58" fill="%23000000"/><rect width="30" height="2.86" y="11.44" fill="%23DE2010"/><rect width="30" height="2.86" y="14.3" fill="%23FFD200"/><rect width="30" height="2.84" y="17.16" fill="%23319208"/><path d="M0,0 L10,10 L0,20 Z" fill="%23FFFFFF"/><path d="M0,2 L8,10 L0,18 Z" fill="%23000000"/><polygon points="3,10 4,13 6,11 4,11.5 5,10 3,11 2,10 3,11.5 1,11 3,13" fill="%23DE2010"/></svg>');
}
.ql-picker-options span[data-value="so"]::before, .ql-editor span[lang="so"]::before, .ql-editor strong[lang="so"]::before, .ql-editor em[lang="so"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%234189DD"/><polygon points="15,8 16,11 13,9.5 17,9.5 14,11" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="sq"]::before, .ql-editor span[lang="sq"]::before, .ql-editor strong[lang="sq"]::before, .ql-editor em[lang="sq"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23E41E20"/><path d="M13,5 L17,5 L17,7 L16,7 L16,10 L17,11 L17,13 L16,14 L15,13 L14,14 L13,13 L13,11 L14,10 L14,7 L13,7 Z" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="sr"]::before, .ql-editor span[lang="sr"]::before, .ql-editor strong[lang="sr"]::before, .ql-editor em[lang="sr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23C6363C"/><rect width="30" height="6.67" y="6.67" fill="%230C4076"/><rect width="30" height="6.66" y="13.34" fill="%23FFFFFF"/><path d="M7,3 L7,17 L11,17 L11,13 L10,12 L10,8 L11,7 L11,3 Z" fill="%23C6363C"/><path d="M7,4 L7,16 L10,16 L10,13 L9,12 L9,8 L10,7 L10,4 Z" fill="%23FFFFFF"/><circle cx="8.5" cy="7" r="1" fill="%23C6363C"/></svg>');
}
.ql-picker-options span[data-value="ss"]::before, .ql-editor span[lang="ss"]::before, .ql-editor strong[lang="ss"]::before, .ql-editor em[lang="ss"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="4" fill="%233E5EB9"/><rect width="30" height="12" y="4" fill="%23FFD900"/><rect width="30" height="4" y="16" fill="%233E5EB9"/><rect width="30" height="2" y="3" fill="%23B10C0C"/><rect width="30" height="2" y="15" fill="%23B10C0C"/><rect width="10" height="8" x="10" y="6" fill="%23FFFFFF"/><rect width="8" height="6" x="11" y="7" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="st"]::before, .ql-editor span[lang="st"]::before, .ql-editor strong[lang="st"]::before, .ql-editor em[lang="st"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%230000A8"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23009543"/><path d="M13,8 L15,6 L17,8 L16,10 L15,11 L14,10 Z" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="su"]::before, .ql-editor span[lang="su"]::before, .ql-editor strong[lang="su"]::before, .ql-editor em[lang="su"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%23FF0000"/><rect width="30" height="10" y="10" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="sv"]::before, .ql-editor span[lang="sv"]::before, .ql-editor strong[lang="sv"]::before, .ql-editor em[lang="sv"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23006AA7"/><rect width="30" height="4" y="8" fill="%23FECC00"/><rect width="4" height="20" x="8" fill="%23FECC00"/></svg>');
}
.ql-picker-options span[data-value="sw"]::before, .ql-editor span[lang="sw"]::before, .ql-editor strong[lang="sw"]::before, .ql-editor em[lang="sw"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="5" fill="%2300A859"/><rect width="30" height="5" y="5" fill="%23000000"/><rect width="30" height="5" y="10" fill="%231EB53A"/><rect width="30" height="5" y="15" fill="%230000FF"/><path d="M0,0 L12,10 L0,20 Z" fill="%23FCD116"/><path d="M0,0 L11,10 L0,20 Z" fill="%23000000"/><path d="M0,0 L10,10 L0,20 Z" fill="%23CE1126"/><path d="M0,0 L9,10 L0,20 Z" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ta"]::before, .ql-editor span[lang="ta"]::before, .ql-editor strong[lang="ta"]::before, .ql-editor em[lang="ta"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="te"]::before, .ql-editor span[lang="te"]::before, .ql-editor strong[lang="te"]::before, .ql-editor em[lang="te"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23FF9933"/><rect width="30" height="6.67" y="6.67" fill="%23FFFFFF"/><rect width="30" height="6.66" y="13.34" fill="%23138808"/><circle cx="15" cy="10" r="2" fill="%23000080"/></svg>');
}
.ql-picker-options span[data-value="tg"]::before, .ql-editor span[lang="tg"]::before, .ql-editor strong[lang="tg"]::before, .ql-editor em[lang="tg"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6" fill="%23CC0000"/><rect width="30" height="8" y="6" fill="%23FFFFFF"/><rect width="30" height="6" y="14" fill="%23006600"/><rect width="8" height="3" x="11" y="8.5" fill="%23F8C300"/><polygon points="13,10 13.5,11 14.5,10.5 13.5,10.7 14,10 13,10.5 12,10 12.5,10.7 11.5,10.5 12.5,11" fill="%23F8C300"/><polygon points="15,10 15.5,11 16.5,10.5 15.5,10.7 16,10 15,10.5 14,10 14.5,10.7 13.5,10.5 14.5,11" fill="%23F8C300"/><polygon points="17,10 17.5,11 18.5,10.5 17.5,10.7 18,10 17,10.5 16,10 16.5,10.7 15.5,10.5 16.5,11" fill="%23F8C300"/></svg>');
}
.ql-picker-options span[data-value="th"]::before, .ql-editor span[lang="th"]::before, .ql-editor strong[lang="th"]::before, .ql-editor em[lang="th"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="3.33" fill="%23A51931"/><rect width="30" height="3.33" y="3.33" fill="%23F4F5F8"/><rect width="30" height="6.67" y="6.67" fill="%232D2A4A"/><rect width="30" height="3.33" y="13.33" fill="%23F4F5F8"/><rect width="30" height="3.34" y="16.66" fill="%23A51931"/></svg>');
}
.ql-picker-options span[data-value="ti"]::before, .ql-editor span[lang="ti"]::before, .ql-editor strong[lang="ti"]::before, .ql-editor em[lang="ti"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%2312AD2B"/><rect width="30" height="10" y="10" fill="%234189DD"/><path d="M0,0 L15,10 L0,20 Z" fill="%23EA0437"/><circle cx="7" cy="10" r="3" fill="%23FFC726"/></svg>');
}
.ql-picker-options span[data-value="tk"]::before, .ql-editor span[lang="tk"]::before, .ql-editor strong[lang="tk"]::before, .ql-editor em[lang="tk"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2300843D"/><rect width="6" height="20" fill="%23D22630"/><circle cx="10" cy="5" r="2" fill="%23FFFFFF"/><circle cx="11" cy="5" r="1.5" fill="%2300843D"/><polygon points="11,4 11.3,5 12,4.5 11.5,4.8 12,4 11.3,4.5 11,4" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="tl"]::before, .ql-editor span[lang="tl"]::before, .ql-editor strong[lang="tl"]::before, .ql-editor em[lang="tl"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%230038A8"/><rect width="30" height="10" y="10" fill="%23CE1126"/><path d="M0,0 L12,10 L0,20 Z" fill="%23FFFFFF"/><circle cx="4" cy="10" r="1.5" fill="%23FCD116"/><polygon points="2,8 2.2,8.5 2.7,8.3 2.3,8.5 2.5,8 2,8.3 1.5,8 1.7,8.5 1.3,8.3 1.8,8.5" fill="%23FCD116"/><polygon points="6,8 6.2,8.5 6.7,8.3 6.3,8.5 6.5,8 6,8.3 5.5,8 5.7,8.5 5.3,8.3 5.8,8.5" fill="%23FCD116"/><polygon points="4,12 4.2,12.5 4.7,12.3 4.3,12.5 4.5,12 4,12.3 3.5,12 3.7,12.5 3.3,12.3 3.8,12.5" fill="%23FCD116"/></svg>');
}
.ql-picker-options span[data-value="tn"]::before, .ql-editor span[lang="tn"]::before, .ql-editor strong[lang="tn"]::before, .ql-editor em[lang="tn"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2375AADB"/><rect width="30" height="12" y="4" fill="%23FFFFFF"/><rect width="30" height="8" y="6" fill="%23000000"/><rect width="30" height="4" y="8" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="to"]::before, .ql-editor span[lang="to"]::before, .ql-editor strong[lang="to"]::before, .ql-editor em[lang="to"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23C10000"/><rect width="12" height="10" fill="%23FFFFFF"/><rect width="4" height="10" x="4" fill="%23C10000"/><rect width="12" height="3" y="3.5" fill="%23C10000"/></svg>');
}
.ql-picker-options span[data-value="tr"]::before, .ql-editor span[lang="tr"]::before, .ql-editor strong[lang="tr"]::before, .ql-editor em[lang="tr"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23E30A17"/><circle cx="11" cy="10" r="4" fill="%23FFFFFF"/><circle cx="12.5" cy="10" r="3.2" fill="%23E30A17"/><polygon points="16,10 17,12.5 19,11 17,11.3 18,10 16,11 15,10 16,11.3 14,11 16,12.5" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ts"]::before, .ql-editor span[lang="ts"]::before, .ql-editor strong[lang="ts"]::before, .ql-editor em[lang="ts"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23DE3831"/><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="30" height="6.67" fill="%23007A4D"/><path d="M0,0 L13,10 L0,20 Z" fill="%23000000"/><path d="M0,0 L11,10 L0,20 Z" fill="%23FFB612"/><path d="M0,3 L7,10 L0,17 Z" fill="%23007A4D"/></svg>');
}
.ql-picker-options span[data-value="tt"]::before, .ql-editor span[lang="tt"]::before, .ql-editor strong[lang="tt"]::before, .ql-editor em[lang="tt"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%230F7938"/><rect width="30" height="10" y="10" fill="%23E4181A"/><rect width="30" height="2" y="9" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="tw"]::before, .ql-editor span[lang="tw"]::before, .ql-editor strong[lang="tw"]::before, .ql-editor em[lang="tw"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%23CE1126"/><rect width="30" height="6.67" y="6.67" fill="%23FCD116"/><rect width="30" height="6.66" y="13.34" fill="%23006B3F"/><polygon points="15,8 15.5,10 17,9 15.5,9.5 16,8 15,9 14,8 14.5,9.5 13,9 14.5,10" fill="%23000000"/></svg>');
}
.ql-picker-options span[data-value="ty"]::before, .ql-editor span[lang="ty"]::before, .ql-editor strong[lang="ty"]::before, .ql-editor em[lang="ty"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6" fill="%23DE2910"/><rect width="30" height="8" y="6" fill="%23FFFFFF"/><rect width="30" height="6" y="14" fill="%23DE2910"/><rect width="10" height="8" x="10" y="6" fill="%23083D9C"/><circle cx="15" cy="10" r="2" fill="%23FFC72C"/></svg>');
}
.ql-picker-options span[data-value="ug"]::before, .ql-editor span[lang="ug"]::before, .ql-editor strong[lang="ug"]::before, .ql-editor em[lang="ug"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2300AEEF"/><circle cx="18" cy="10" r="5" fill="%23FFFFFF"/><circle cx="19.5" cy="10" r="4" fill="%2300AEEF"/><polygon points="22,10 23,12 25,11 23,11.3 24,10 22,11 21,10 22,11.3 20,11 22,12" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="uk"]::before, .ql-editor span[lang="uk"]::before, .ql-editor strong[lang="uk"]::before, .ql-editor em[lang="uk"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="10" fill="%230057B7"/><rect width="30" height="10" y="10" fill="%23FFD700"/></svg>');
}
.ql-picker-options span[data-value="ur"]::before, .ql-editor span[lang="ur"]::before, .ql-editor strong[lang="ur"]::before, .ql-editor em[lang="ur"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%2301411C"/><rect width="7.5" height="20" fill="%23FFFFFF"/><circle cx="17" cy="10" r="3" fill="%23FFFFFF"/><circle cx="18" cy="10" r="2.5" fill="%2301411C"/><polygon points="20,10 20.5,11 21.5,10.5 20.5,10.7 21,10 20,10.5 19,10 19.5,10.7 18.5,10.5 19.5,11" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="uz"]::before, .ql-editor span[lang="uz"]::before, .ql-editor strong[lang="uz"]::before, .ql-editor em[lang="uz"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="6.67" fill="%230099B5"/><rect width="30" height="0.4" y="6.67" fill="%23D52B1E"/><rect width="30" height="6" y="7.07" fill="%23FFFFFF"/><rect width="30" height="0.4" y="13.07" fill="%23D52B1E"/><rect width="30" height="6.53" y="13.47" fill="%231EB53A"/><circle cx="7" cy="3.33" r="2" fill="%23FFFFFF"/><circle cx="8" cy="3.33" r="1.5" fill="%230099B5"/><polygon points="9,2 9.2,2.5 9.7,2.3 9.3,2.5 9.5,2 9,2.3" fill="%23FFFFFF"/><polygon points="10,2.5 10.2,3 10.7,2.8 10.3,3 10.5,2.5 10,2.8" fill="%23FFFFFF"/><polygon points="11,3 11.2,3.5 11.7,3.3 11.3,3.5 11.5,3 11,3.3" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ve"]::before, .ql-editor span[lang="ve"]::before, .ql-editor strong[lang="ve"]::before, .ql-editor em[lang="ve"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23DE3831"/><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="30" height="6.67" fill="%23007A4D"/><path d="M0,0 L13,10 L0,20 Z" fill="%23000000"/><path d="M0,0 L11,10 L0,20 Z" fill="%23FFB612"/><path d="M0,3 L7,10 L0,17 Z" fill="%23007A4D"/></svg>');
}
.ql-picker-options span[data-value="vi"]::before, .ql-editor span[lang="vi"]::before, .ql-editor strong[lang="vi"]::before, .ql-editor em[lang="vi"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23DA251D"/><polygon points="15,6 16,10 19,8 16,9 17,6 15,8 13,6 14,9 11,8 14,10" fill="%23FFFF00"/></svg>');
}
.ql-picker-options span[data-value="vo"]::before, .ql-editor span[lang="vo"]::before, .ql-editor strong[lang="vo"]::before, .ql-editor em[lang="vo"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%230095DA"/><polygon points="5,2 5.5,4 7,3 5.5,3.5 6,2 5,3 4,2 4.5,3.5 3,3 4.5,4" fill="%23FFCE00"/><polygon points="25,2 25.5,4 27,3 25.5,3.5 26,2 25,3 24,2 24.5,3.5 23,3 24.5,4" fill="%23FFCE00"/><polygon points="15,17 15.5,19 17,18 15.5,18.5 16,17 15,18 14,17 14.5,18.5 13,18 14.5,19" fill="%23FFCE00"/></svg>');
}
.ql-picker-options span[data-value="wa"]::before, .ql-editor span[lang="wa"]::before, .ql-editor strong[lang="wa"]::before, .ql-editor em[lang="wa"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFD90C"/><path d="M14,8 Q15,6 16,8 L16,12 Q15,14 14,12 Z" fill="%23ED2939"/></svg>');
}
.ql-picker-options span[data-value="wo"]::before, .ql-editor span[lang="wo"]::before, .ql-editor strong[lang="wo"]::before, .ql-editor em[lang="wo"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%2300853F"/><rect width="10" height="20" x="10" fill="%23FDEF42"/><rect width="10" height="20" x="20" fill="%23E31E24"/><polygon points="15,8 16,11 13,9.5 17,9.5 14,11" fill="%2300853F"/></svg>');
}
.ql-picker-options span[data-value="xh"]::before, .ql-editor span[lang="xh"]::before, .ql-editor strong[lang="xh"]::before, .ql-editor em[lang="xh"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23DE3831"/><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="30" height="6.67" fill="%23007A4D"/><path d="M0,0 L13,10 L0,20 Z" fill="%23000000"/><path d="M0,0 L11,10 L0,20 Z" fill="%23FFB612"/><path d="M0,3 L7,10 L0,17 Z" fill="%23007A4D"/></svg>');
}
.ql-picker-options span[data-value="yi"]::before, .ql-editor span[lang="yi"]::before, .ql-editor strong[lang="yi"]::before, .ql-editor em[lang="yi"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FFFFFF"/><rect width="30" height="3" fill="%230038B8" y="2"/><rect width="30" height="3" fill="%230038B8" y="15"/><polygon points="15,7 16.5,11 13,9 17,9 13.5,11" fill="%230038B8"/></svg>');
}
.ql-picker-options span[data-value="yo"]::before, .ql-editor span[lang="yo"]::before, .ql-editor strong[lang="yo"]::before, .ql-editor em[lang="yo"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23008751"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><rect width="10" height="20" x="20" fill="%23008751"/></svg>');
}
.ql-picker-options span[data-value="za"]::before, .ql-editor span[lang="za"]::before, .ql-editor strong[lang="za"]::before, .ql-editor em[lang="za"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EE1C25"/><polygon points="5,2 6,5 3,3 7,3 4,5" fill="%23FFFF00"/><polygon points="8,4 8.5,5 9,4" fill="%23FFFF00"/><polygon points="9,6 9.5,7 10,6" fill="%23FFFF00"/><polygon points="8,8 8.5,9 9,8" fill="%23FFFF00"/><polygon points="6,7 6.5,8 7,7" fill="%23FFFF00"/></svg>');
}
.ql-picker-options span[data-value="zh"]::before, .ql-editor span[lang="zh"]::before, .ql-editor strong[lang="zh"]::before, .ql-editor em[lang="zh"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EE1C25"/><polygon points="5,2 6,5 3,3 7,3 4,5" fill="%23FFFF00"/><polygon points="8,4 8.5,5 9,4" fill="%23FFFF00"/><polygon points="9,6 9.5,7 10,6" fill="%23FFFF00"/><polygon points="8,8 8.5,9 9,8" fill="%23FFFF00"/><polygon points="6,7 6.5,8 7,7" fill="%23FFFF00"/></svg>');
}
.ql-picker-options span[data-value="zu"]::before, .ql-editor span[lang="zu"]::before, .ql-editor strong[lang="zu"]::before, .ql-editor em[lang="zu"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23DE3831"/><rect width="30" height="13.33" fill="%23FFFFFF"/><rect width="30" height="6.67" fill="%23007A4D"/><path d="M0,0 L13,10 L0,20 Z" fill="%23000000"/><path d="M0,0 L11,10 L0,20 Z" fill="%23FFB612"/><path d="M0,3 L7,10 L0,17 Z" fill="%23007A4D"/></svg>');
}
.ql-picker-options span[data-value="en-US"]::before, .ql-editor span[lang="en-US"]::before, .ql-editor strong[lang="en-US"]::before, .ql-editor em[lang="en-US"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="1.54" fill="%23B22234" y="0"/><rect width="30" height="1.54" fill="%23FFFFFF" y="1.54"/><rect width="30" height="1.54" fill="%23B22234" y="3.08"/><rect width="30" height="1.54" fill="%23FFFFFF" y="4.62"/><rect width="30" height="1.54" fill="%23B22234" y="6.16"/><rect width="30" height="1.54" fill="%23FFFFFF" y="7.7"/><rect width="30" height="1.54" fill="%23B22234" y="9.24"/><rect width="30" height="1.54" fill="%23FFFFFF" y="10.78"/><rect width="30" height="1.54" fill="%23B22234" y="12.32"/><rect width="30" height="1.54" fill="%23FFFFFF" y="13.86"/><rect width="30" height="1.54" fill="%23B22234" y="15.4"/><rect width="30" height="1.54" fill="%23FFFFFF" y="16.94"/><rect width="30" height="1.52" fill="%23B22234" y="18.48"/><rect width="12" height="10.78" fill="%233C3B6E"/></svg>');
}
.ql-picker-options span[data-value="en-GB"]::before, .ql-editor span[lang="en-GB"]::before, .ql-editor strong[lang="en-GB"]::before, .ql-editor em[lang="en-GB"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30"><rect width="60" height="30" fill="%23012169"/><path d="M0,0 L60,30 M60,0 L0,30" stroke="%23FFFFFF" stroke-width="6"/><path d="M0,0 L60,30 M60,0 L0,30" stroke="%23C8102E" stroke-width="4"/><path d="M30,0 v30 M0,15 h60" stroke="%23FFFFFF" stroke-width="10"/><path d="M30,0 v30 M0,15 h60" stroke="%23C8102E" stroke-width="6"/></svg>');
}
.ql-picker-options span[data-value="fr-CA"]::before, .ql-editor span[lang="fr-CA"]::before, .ql-editor strong[lang="fr-CA"]::before, .ql-editor em[lang="fr-CA"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23FF0000"/><rect width="10" height="20" x="20" fill="%23FF0000"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><polygon points="15,8 15.5,10 17,9 15.5,9.5 16,8 15,9 14,8 14.5,9.5 13,9 14.5,10" fill="%23FF0000"/></svg>');
}
.ql-picker-options span[data-value="pt-BR"]::before, .ql-editor span[lang="pt-BR"]::before, .ql-editor strong[lang="pt-BR"]::before, .ql-editor em[lang="pt-BR"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23009B3A"/><path d="M15,2 L28,10 L15,18 L2,10 Z" fill="%23FEDF00"/><circle cx="15" cy="10" r="3.5" fill="%23002776"/></svg>');
}
.ql-picker-options span[data-value="es-MX"]::before, .ql-editor span[lang="es-MX"]::before, .ql-editor strong[lang="es-MX"]::before, .ql-editor em[lang="es-MX"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="10" height="20" fill="%23006847"/><rect width="10" height="20" x="10" fill="%23FFFFFF"/><rect width="10" height="20" x="20" fill="%23CE1126"/><circle cx="15" cy="10" r="2" fill="%238B4513"/></svg>');
}
.ql-picker-options span[data-value="zh-CN"]::before, .ql-editor span[lang="zh-CN"]::before, .ql-editor strong[lang="zh-CN"]::before, .ql-editor em[lang="zh-CN"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23EE1C25"/><polygon points="5,2 6,5 3,3 7,3 4,5" fill="%23FFFF00"/><polygon points="8,4 8.5,5 9,4" fill="%23FFFF00"/><polygon points="9,6 9.5,7 10,6" fill="%23FFFF00"/><polygon points="8,8 8.5,9 9,8" fill="%23FFFF00"/><polygon points="6,7 6.5,8 7,7" fill="%23FFFF00"/></svg>');
}
.ql-picker-options span[data-value="zh-TW"]::before, .ql-editor span[lang="zh-TW"]::before, .ql-editor strong[lang="zh-TW"]::before, .ql-editor em[lang="zh-TW"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23FE0000"/><rect width="15" height="10" fill="%23000095"/><circle cx="7.5" cy="5" r="2" fill="%23FFFFFF"/><polygon points="7.5,3 8,5.5 9.5,4 7.5,4.5 8.5,3 7.5,4 6.5,3 7.5,4.5 5.5,4 7,5.5" fill="%23FFFFFF"/></svg>');
}
.ql-picker-options span[data-value="ar-SA"]::before, .ql-editor span[lang="ar-SA"]::before, .ql-editor strong[lang="ar-SA"]::before, .ql-editor em[lang="ar-SA"]::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23006C35"/><path d="M5,10 Q10,8 15,10 M7,11 L8,12 M9,11 L10,12 M11,11 L12,12" stroke="%23FFFFFF" stroke-width="0.5" fill="none"/></svg>');
}
.ql-editor table, .ql-editor th, .ql-editor td {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0.1rem;
  padding: 0.8rem;
}
.p-editor {
  border: 1px solid var(--p-textarea-border-color, #d1d5db) !important;
  transition: background var(--p-textarea-transition-duration, 0.2s),color var(--p-textarea-transition-duration, 0.2s),border-color var(--p-textarea-transition-duration, 0.2s),outline-color var(--p-textarea-transition-duration, 0.2s),box-shadow var(--p-textarea-transition-duration, 0.2s) !important;
}
.p-editor:hover {
  border-color: var(--p-textarea-hover-border-color, #94a3b8) !important;
}
.p-editor:focus-within {
  border-color:var(--p-textarea-focus-border-color, var(--primary-color-500, #3f51b5));
  box-shadow:var(--p-textarea-focus-ring-shadow, none);
  outline:var(--p-textarea-focus-ring-width, 0) var(--p-textarea-focus-ring-style, none) var(--p-textarea-focus-ring-color, transparent);
  outline-offset:var(--p-textarea-focus-ring-offset, 0);
}
.p-editor-content {
  border: 0 !important;
}
.ql-editor {
  font-size: var(--text-lg);
}
.p-accordioncontent-content {
  padding: 0 !important;
}
