/* ============================================================
   emoji-fallback.css – Phosphor Icons Emoji Fallback
   ============================================================ */
.ph, .ph-fill, .ph-duotone, [class*="ph-"] { font-style: normal !important; }
.ph:not(.ph-fill):not(.ph-duotone) {
    font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
    font-style: normal !important;
}
.ph-baby::before { content: "👶"; }
.ph-stethoscope::before { content: "🩺"; }
.ph-handshake::before { content: "🤝"; }
.ph-flower::before { content: "🌸"; }
.ph-cookie::before { content: "🍪"; }
.ph-leaf::before { content: "🌿"; }
.ph-tree::before { content: "🌴"; }
.ph-apple::before { content: "🍎"; }
.ph-lemon::before { content: "🍋"; }
.ph-coffee::before { content: "☕"; }
.ph-mug::before { content: "☕"; }
.ph-wheat::before { content: "🌾"; }
.ph-timer::before { content: "⏱️"; }
.ph-shield-check::before { content: "🛡️"; }
.ph-package::before { content: "📦"; }
.ph-gift::before { content: "🎁"; }
.ph-wifi::before { content: "📶"; }
.ph-map-pin::before { content: "📍"; }
.ph-envelope::before { content: "✉️"; }
.ph-lock-simple::before { content: "🔒"; }
.ph-file-text::before { content: "📋"; }
.ph-hand-heart::before { content: "💚"; }
.ph-brain::before { content: "🧠"; }
.ph-barbell::before { content: "🏋️"; }
.ph-lightning::before { content: "⚡"; }
.ph-fish::before { content: "🐟"; }
.ph-trend-up::before { content: "📈"; }
.ph-clock::before { content: "⏰"; }
.ph-phone::before { content: "📞"; }
.ph-flag::before { content: "🚩"; }
.ph-orange::before { content: "🍊"; }
.ph-cup::before { content: "☕"; }
.ph-drop::before { content: "💧"; }
.ph-calculator::before { content: "🧮"; }
.ph-arrow-right::before { content: "➡️"; }
.ph-arrow-counter-clockwise::before { content: "🔄"; }
.ph-house::before { content: "🏠"; }
.ph-info::before { content: "ℹ️"; }
.ph-dna::before { content: "🧬"; }
.ph-hand::before { content: "✋"; }
.ph-arrows-out::before { content: "⤴️"; }
.ph-arrow-bend-up-down::before { content: "↕️"; }
.ph-crosshair::before { content: "🎯"; }
.ph-plus::before { content: "➕"; }
.ph-flask::before { content: "🧪"; }
.ph-cross::before { content: "✝️"; }
.ph-funnel::before { content: "🔽"; }
.ph-chart-bar::before { content: "📊"; }
.ph-crown::before { content: "👑"; }
.ph-star::before { content: "⭐"; }
.ph-heart::before { content: "❤️"; }
.ph-rocket::before { content: "🚀"; }
.ph-bell::before { content: "🔔"; }
.ph-gear::before { content: "⚙️"; }
.ph-database::before { content: "🗄️"; }
.ph-upload::before { content: "📤"; }
.ph-download::before { content: "📥"; }
.ph-trash::before { content: "🗑️"; }
.ph-pencil::before { content: "✏️"; }
.ph-user::before { content: "👤"; }
.ph-users::before { content: "👥"; }
.ph-storefront::before { content: "🏪"; }
.ph-prescription::before { content: "💊"; }
.ph-hospital::before { content: "🏥"; }
.ph-truck::before { content: "🚚"; }
.ph-dots-three::before { content: "⋯"; }
.ph-caret-down::before { content: "▼"; }
.ph-caret-up::before { content: "▲"; }
.ph-caret-left::before { content: "◀"; }
.ph-caret-right::before { content: "▶"; }
.ph-check-circle::before { content: "✅"; }
.ph-warning-circle::before { content: "⚠️"; }
.ph-magnifying-glass::before { content: "🔍"; }
.ph-wind::before { content: "💨"; }
.ph-arrow-down::before { content: "⬇️"; }
.ph-arrow-up::before { content: "⬆️"; }
.ph-calendar::before { content: "📅"; }
.ph-video::before { content: "🎥"; }
.ph-chat::before { content: "💬"; }
.ph-eye::before { content: "👁️"; }
.ph-eye-slash::before { content: "🙈"; }
.ph-paper-plane::before { content: "✈️"; }
.ph-fingerprint::before { content: "🖐️"; }
.ph-lock::before { content: "🔒"; }
.ph-shield::before { content: "🛡️"; }
.ph-chevron-down::before { content: "▼"; }
.ph-chevron-up::before { content: "▲"; }
.ph-chevron-left::before { content: "◀"; }
.ph-chevron-right::before { content: "▶"; }
.ph-hash::before { content: "#️⃣"; }
.ph-barcode::before { content: "🔲"; }
.ph-qr-code::before { content: "📲"; }
.ph-globe::before { content: "🌍"; }
.ph-trophy::before { content: "🏆"; }
.ph-medal::before { content: "🏅"; }
.ph-microphone::before { content: "🎤"; }
.ph-headset::before { content: "🎧"; }
.ph-music-note::before { content: "🎵"; }
.ph-volume-high::before { content: "🔊"; }
.ph-volume-low::before { content: "🔉"; }
.ph-volume-mute::before { content: "🔇"; }
.ph-play::before { content: "▶️"; }
.ph-pause::before { content: "⏸️"; }
.ph-stop::before { content: "⏹️"; }
.ph-record::before { content: "⏺️"; }
.ph-skip-forward::before { content: "⏩"; }
.ph-skip-back::before { content: "⏪"; }
.ph-random::before { content: "🔀"; }
.ph-repeat::before { content: "🔁"; }
.ph-rewind::before { content: "⏪"; }
.ph-fast-forward::before { content: "⏩"; }
.ph-currency-dollar::before { content: "💵"; }
.ph-currency-euro::before { content: "💶"; }
.ph-currency-pound::before { content: "💷"; }
.ph-currency-yen::before { content: "💴"; }
.ph-currency-btc::before { content: "₿"; }
.ph-currency-eth::before { content: "⟠"; }
.ph-currency-rub::before { content: "₽"; }
.ph-currency-ltc::before { content: "Ł"; }
.ph-currency-xrp::before { content: "✕"; }
.ph-arrow-square-out::before { content: "↗️"; }
.ph-arrow-square-in::before { content: "↘️"; }
.ph-arrow-circle-right::before { content: "➡️"; }
.ph-arrow-circle-left::before { content: "⬅️"; }
.ph-arrow-circle-up::before { content: "⬆️"; }
.ph-arrow-circle-down::before { content: "⬇️"; }
.ph-check::before { content: "✔️"; }
.ph-x::before { content: "❌"; }
.ph-minus::before { content: "➖"; }
.ph-equals::before { content: "➗"; }
.ph-not-equal::before { content: "≠"; }
.ph-divide::before { content: "➗"; }
.ph-percent::before { content: "%"; }
.ph-number::before { content: "#️⃣"; }
.ph-at::before { content: "@"; }
.ph-hashtag::before { content: "#️⃣"; }
.ph-tilde::before { content: "~"; }
.ph-ampersand::before { content: "&"; }
.ph-exclamation::before { content: "❗"; }
.ph-question::before { content: "❓"; }
.ph-backslash::before { content: "\\"; }
.ph-forward-slash::before { content: "/"; }
.ph-brackets-square::before { content: "[]"; }
.ph-brackets-curly::before { content: "{}"; }
.ph-pipe::before { content: "|"; }
.ph-underscore::before { content: "_"; }
.ph-comma::before { content: ","; }
.ph-period::before { content: "."; }
.ph-colon::before { content: ":"; }
.ph-semicolon::before { content: ";"; }
.ph-apostrophe::before { content: "'"; }
.ph-quotation-mark::before { content: "\""; }
.ph-asterisk::before { content: "*"; }
.ph-hyphen::before { content: "-"; }
.ph-underline::before { content: "_"; }
.ph-strikethrough::before { content: "—"; }
.ph-code::before { content: "💻"; }
.ph-terminal::before { content: "🖥️"; }
.ph-server::before { content: "💻"; }
.ph-cloud::before { content: "☁️"; }
.ph-bluetooth::before { content: "📶"; }
.ph-nfc::before { content: "📶"; }
.ph-usb::before { content: "🔌"; }
.ph-battery-full::before { content: "🔋"; }
.ph-battery-charging::before { content: "🔋"; }
.ph-battery-empty::before { content: "🪫"; }
.ph-plug::before { content: "🔌"; }
.ph-power::before { content: "⏻"; }
.ph-toggle-on::before { content: "🔛"; }
.ph-toggle-off::before { content: "🔚"; }
.ph-filter::before { content: "🔽"; }
.ph-sliders::before { content: "🎚️"; }
.ph-scroll::before { content: "📜"; }
.ph-cursor::before { content: "🖱️"; }
.ph-mouse::before { content: "🖱️"; }
.ph-keyboard::before { content: "⌨️"; }
.ph-device-mobile::before { content: "📱"; }
.ph-device-tablet::before { content: "📱"; }
.ph-device-desktop::before { content: "🖥️"; }
.ph-device-laptop::before { content: "💻"; }
.ph-device-watch::before { content: "⌚"; }
.ph-device-sim::before { content: "📱"; }
.ph-device-sd::before { content: "💾"; }
.ph-device-usb::before { content: "🔌"; }
.ph-device-hdd::before { content: "💾"; }
.ph-device-ssd::before { content: "💾"; }
.ph-device-ram::before { content: "🧠"; }
.ph-chip::before { content: "💻"; }
.ph-cpu::before { content: "💻"; }
.ph-gpu::before { content: "🖥️"; }
.ph-memory::before { content: "🧠"; }
.ph-hard-drive::before { content: "💾"; }
.ph-floppy-disk::before { content: "💾"; }
.ph-cd::before { content: "💿"; }
.ph-dvd::before { content: "💿"; }
.ph-blu-ray::before { content: "💿"; }
.ph-vinyl::before { content: "💿"; }
.ph-cassette::before { content: "📼"; }
.ph-minidisc::before { content: "💽"; }
.ph-floppy::before { content: "💾"; }
.ph-disk::before { content: "💾"; }
.ph-file-csv::before { content: "📄"; }
.ph-file-xls::before { content: "📄"; }
.ph-file-pdf::before { content: "📄"; }
.ph-file-doc::before { content: "📄"; }
.ph-file-ppt::before { content: "📄"; }
.ph-file-image::before { content: "🖼️"; }
.ph-file-video::before { content: "🎬"; }
.ph-file-audio::before { content: "🎵"; }
.ph-file-archive::before { content: "🗄️"; }
.ph-file-code::before { content: "💻"; }
.ph-file-json::before { content: "📄"; }
.ph-file-xml::before { content: "📄"; }
.ph-file-html::before { content: "🌐"; }
.ph-file-css::before { content: "🎨"; }
.ph-file-js::before { content: "📄"; }
.ph-file-ts::before { content: "📄"; }
.ph-file-php::before { content: "🐘"; }
.ph-file-sql::before { content: "🗄️"; }
.ph-file-zip::before { content: "🗄️"; }
.ph-file-rar::before { content: "🗄️"; }
.ph-file-7z::before { content: "🗄️"; }
.ph-file-gz::before { content: "🗄️"; }
.ph-file-bz2::before { content: "🗄️"; }
.ph-file-tar::before { content: "🗄️"; }
.ph-folder::before { content: "📁"; }
.ph-folder-open::before { content: "📂"; }
.ph-folder-plus::before { content: "📁➕"; }
.ph-folder-minus::before { content: "📁➖"; }
.ph-folder-lock::before { content: "🔒📁"; }
.ph-folder-search::before { content: "🔍📁"; }
.ph-folder-user::before { content: "👤📁"; }
.ph-folder-cloud::before { content: "☁️📁"; }
.ph-folder-star::before { content: "⭐📁"; }
.ph-folder-heart::before { content: "❤️📁"; }
.ph-folder-time::before { content: "⏰📁"; }
.ph-folder-sync::before { content: "🔄📁"; }
.ph-folder-transfer::before { content: "↗️📁"; }
.ph-folder-arrow-right::before { content: "➡️📁"; }
.ph-folder-arrow-left::before { content: "⬅️📁"; }
.ph-folder-arrow-up::before { content: "⬆️📁"; }
.ph-folder-arrow-down::before { content: "⬇️📁"; }
.ph-archive::before { content: "🗄️"; }
.ph-box::before { content: "📦"; }
.ph-tray::before { content: "📥"; }
.ph-inbox::before { content: "📥"; }
.ph-outbox::before { content: "📤"; }
.ph-draft::before { content: "📝"; }
.ph-drafts::before { content: "📝"; }
.ph-edit::before { content: "✏️"; }
.ph-edit-pen::before { content: "🖊️"; }
.ph-edit-pencil::before { content: "✏️"; }
.ph-eraser::before { content: "🧹"; }
.ph-highlighter::before { content: "🖍️"; }
.ph-marker::before { content: "🖊️"; }
.ph-text::before { content: "📝"; }
.ph-text-aa::before { content: "🔠"; }
.ph-text-a::before { content: "🔤"; }
.ph-text-h::before { content: "🔤"; }
.ph-text-size::before { content: "🔠"; }
.ph-text-color::before { content: "🎨"; }
.ph-text-italic::before { content: "𝑖"; }
.ph-text-bold::before { content: "𝐛"; }
.ph-text-underline::before { content: "u"; }
.ph-text-strike::before { content: "s"; }
.ph-text-caps::before { content: "A"; }
.ph-text-lowercase::before { content: "a"; }
.ph-text-uppercase::before { content: "A"; }
.ph-text-title::before { content: "T"; }
.ph-text-subscript::before { content: "ₓ"; }
.ph-text-superscript::before { content: "ˣ"; }
.ph-align-left::before { content: "⬅️"; }
.ph-align-right::before { content: "➡️"; }
.ph-align-center::before { content: "⬆️"; }
.ph-align-justify::before { content: "⬆️"; }
.ph-indent::before { content: "➡️"; }
.ph-outdent::before { content: "⬅️"; }
.ph-list::before { content: "📃"; }
.ph-list-bulleted::before { content: "•"; }
.ph-list-numbered::before { content: "1."; }
.ph-list-checks::before { content: "✅"; }
.ph-list-plus::before { content: "➕"; }
.ph-list-minus::before { content: "➖"; }
.ph-list-dots::before { content: "⋯"; }
.ph-check-square::before { content: "✅"; }
.ph-x-circle::before { content: "❌"; }
.ph-x-square::before { content: "❌"; }
.ph-minus-circle::before { content: "➖"; }
.ph-minus-square::before { content: "➖"; }
.ph-plus-circle::before { content: "➕"; }
.ph-plus-square::before { content: "➕"; }
.ph-circle::before { content: "⭕"; }
.ph-square::before { content: "⬜"; }
.ph-triangle::before { content: "▲"; }
.ph-diamond::before { content: "◆"; }
.ph-pentagon::before { content: "⬠"; }
.ph-hexagon::before { content: "⬡"; }
.ph-octagon::before { content: "⬠"; }
.ph-circle-notch::before { content: "⭕"; }
.ph-square-notch::before { content: "⬜"; }
.ph-diamond-notch::before { content: "◆"; }
.ph-triangle-notch::before { content: "▲"; }
.ph-star-half::before { content: "⭐"; }
.ph-star-outline::before { content: "⭐"; }
.ph-star-fill::before { content: "⭐"; }
.ph-heart-half::before { content: "❤️"; }
.ph-heart-outline::before { content: "❤️"; }
.ph-heart-fill::before { content: "❤️"; }
.ph-thumbs-up::before { content: "👍"; }
.ph-thumbs-down::before { content: "👎"; }
.ph-thumbs-up-fill::before { content: "👍"; }
.ph-thumbs-down-fill::before { content: "👎"; }
.ph-like::before { content: "❤️"; }
.ph-dislike::before { content: "👎"; }
.ph-smile::before { content: "😊"; }
.ph-frown::before { content: "😞"; }
.ph-meh::before { content: "😐"; }
.ph-emoji-happy::before { content: "😊"; }
.ph-emoji-sad::before { content: "😞"; }
.ph-emoji-neutral::before { content: "😐"; }
.ph-emoji-smile::before { content: "😊"; }
.ph-emoji-frown::before { content: "😞"; }
.ph-emoji-surprise::before { content: "😲"; }
.ph-emoji-joy::before { content: "😂"; }
.ph-emoji-cry::before { content: "😢"; }
.ph-emoji-angry::before { content: "😠"; }
.ph-emoji-cool::before { content: "😎"; }
.ph-emoji-wink::before { content: "😉"; }
.ph-emoji-kiss::before { content: "😘"; }
.ph-emoji-heart::before { content: "❤️"; }
.ph-emoji-heart-eyes::before { content: "😍"; }
.ph-emoji-laugh::before { content: "😂"; }
.ph-emoji-sweat::before { content: "😓"; }
.ph-emoji-sleep::before { content: "😴"; }
.ph-emoji-nerd::before { content: "🤓"; }
.ph-emoji-robot::before { content: "🤖"; }
.ph-emoji-ghost::before { content: "👻"; }
.ph-emoji-alien::before { content: "👽"; }
.ph-emoji-skull::before { content: "💀"; }
.ph-emoji-bomb::before { content: "💣"; }
.ph-emoji-poopy::before { content: "💩"; }
.ph-emoji-mask::before { content: "😷"; }
.ph-emoji-doc::before { content: "👨‍⚕️"; }
.ph-emoji-nurse::before { content: "👩‍⚕️"; }
.ph-emoji-patient::before { content: "🩺"; }
.ph-emoji-ambulance::before { content: "🚑"; }
.ph-emoji-fire::before { content: "🔥"; }
.ph-emoji-water::before { content: "💧"; }
.ph-emoji-earth::before { content: "🌍"; }
.ph-emoji-moon::before { content: "🌙"; }
.ph-emoji-sun::before { content: "☀️"; }
.ph-emoji-star::before { content: "⭐"; }
.ph-emoji-rocket::before { content: "🚀"; }
.ph-emoji-plant::before { content: "🌱"; }
.ph-emoji-tree::before { content: "🌳"; }
.ph-emoji-flower::before { content: "🌸"; }
.ph-emoji-leaf::before { content: "🍃"; }
.ph-emoji-fruit::before { content: "🍎"; }
.ph-emoji-vegetable::before { content: "🥬"; }
.ph-emoji-meat::before { content: "🥩"; }
.ph-emoji-fish::before { content: "🐟"; }
.ph-emoji-bread::before { content: "🍞"; }
.ph-emoji-cheese::before { content: "🧀"; }
.ph-emoji-egg::before { content: "🥚"; }
.ph-emoji-milk::before { content: "🥛"; }
.ph-emoji-juice::before { content: "🧃"; }
.ph-emoji-coffee::before { content: "☕"; }
.ph-emoji-tea::before { content: "🍵"; }
.ph-emoji-wine::before { content: "🍷"; }
.ph-emoji-beer::before { content: "🍺"; }
.ph-emoji-cocktail::before { content: "🍸"; }
.ph-emoji-sushi::before { content: "🍣"; }
.ph-emoji-pizza::before { content: "🍕"; }
.ph-emoji-burger::before { content: "🍔"; }
.ph-emoji-fries::before { content: "🍟"; }
.ph-emoji-donut::before { content: "🍩"; }
.ph-emoji-cookie::before { content: "🍪"; }
.ph-emoji-cake::before { content: "🎂"; }
.ph-emoji-candy::before { content: "🍬"; }
.ph-emoji-chocolate::before { content: "🍫"; }
.ph-emoji-popcorn::before { content: "🍿"; }
.ph-emoji-ice-cream::before { content: "🍦"; }
.ph-emoji-custard::before { content: "🍮"; }
.ph-emoji-pudding::before { content: "🍮"; }
.ph-emoji-jelly::before { content: "🍮"; }
.ph-emoji-gelatin::before { content: "🍮"; }
.ph-emoji-marshmallow::before { content: "🍭"; }
.ph-emoji-lollipop::before { content: "🍭"; }
.ph-emoji-popsicle::before { content: "🍦"; }
.ph-emoji-frozen-yogurt::before { content: "🍦"; }
.ph-emoji-smoothie::before { content: "🥤"; }
.ph-emoji-milkshake::before { content: "🥤"; }
.ph-emoji-soda::before { content: "🥤"; }
.ph-emoji-water::before { content: "💧"; }
.ph-emoji-beer::before { content: "🍺"; }
.ph-emoji-wine::before { content: "🍷"; }
.ph-emoji-cocktail::before { content: "🍸"; }
.ph-emoji-shot::before { content: "🥃"; }
.ph-emoji-martini::before { content: "🍸"; }
.ph-emoji-margarita::before { content: "🍸"; }
.ph-emoji-mojito::before { content: "🍸"; }
.ph-emoji-pina-colada::before { content: "🍸"; }
.ph-emoji-long-island::before { content: "🍸"; }
.ph-emoji-ice::before { content: "🧊"; }
.ph-emoji-salt::before { content: "🧂"; }
.ph-emoji-pepper::before { content: "🌶️"; }
.ph-emoji-sugar::before { content: "🍬"; }
.ph-emoji-flour::before { content: "🌾"; }
.ph-emoji-yeast::before { content: "🍞"; }
.ph-emoji-baking-soda::before { content: "🧪"; }
.ph-emoji-baking-powder::before { content: "🧪"; }
.ph-emoji-vinegar::before { content: "🧪"; }
.ph-emoji-oil::before { content: "🛢️"; }
.ph-emoji-butter::before { content: "🧈"; }
.ph-emoji-margarine::before { content: "🧈"; }
.ph-emoji-cheese::before { content: "🧀"; }
.ph-emoji-yogurt::before { content: "🥛"; }
.ph-emoji-milk::before { content: "🥛"; }
.ph-emoji-cream::before { content: "🥛"; }
.ph-emoji-sour-cream::before { content: "🥛"; }
.ph-emoji-ice-cream::before { content: "🍦"; }
.ph-emoji-frozen-yogurt::before { content: "🍦"; }
.ph-emoji-sorbet::before { content: "🍦"; }
.ph-emoji-gelato::before { content: "🍦"; }
.ph-emoji-popsicle::before { content: "🍦"; }
.ph-emoji-ice::before { content: "🧊"; }
.ph-emoji-snow::before { content: "❄️"; }
.ph-emoji-rain::before { content: "🌧️"; }
.ph-emoji-storm::before { content: "⛈️"; }
.ph-emoji-wind::before { content: "💨"; }
.ph-emoji-fog::before { content: "🌫️"; }
.ph-emoji-hail::before { content: "🌨️"; }
.ph-emoji-sleet::before { content: "🌨️"; }
.ph-emoji-thunder::before { content: "⛈️"; }
.ph-emoji-lightning::before { content: "⚡"; }
.ph-emoji-rainbow::before { content: "🌈"; }
.ph-emoji-aurora::before { content: "🌈"; }
.ph-emoji-firefly::before { content: "✨"; }
.ph-emoji-star::before { content: "⭐"; }
.ph-emoji-moon::before { content: "🌙"; }
.ph-emoji-sun::before { content: "☀️"; }
.ph-emoji-cloud::before { content: "☁️"; }
.ph-emoji-sky::before { content: "🌤️"; }
.ph-emoji-ocean::before { content: "🌊"; }
.ph-emoji-river::before { content: "🏞️"; }
.ph-emoji-lake::before { content: "🏞️"; }
.ph-emoji-mountain::before { content: "⛰️"; }
.ph-emoji-hill::before { content: "⛰️"; }
.ph-emoji-desert::before { content: "🏜️"; }
.ph-emoji-forest::before { content: "🌲"; }
.ph-emoji-jungle::before { content: "🌴"; }
.ph-emoji-swamp::before { content: "🌿"; }
.ph-emoji-tundra::before { content: "❄️"; }
.ph-emoji-iceberg::before { content: "❄️"; }
.ph-emoji-glacier::before { content: "❄️"; }
.ph-emoji-volcano::before { content: "🌋"; }
.ph-emoji-geyser::before { content: "🌋"; }
.ph-emoji-fountain::before { content: "⛲"; }
.ph-emoji-park::before { content: "🌳"; }
.ph-emoji-garden::before { content: "🌷"; }
.ph-emoji-botanical::before { content: "🌿"; }
.ph-emoji-zoo::before { content: "🐘"; }
.ph-emoji-aquarium::before { content: "🐠"; }
.ph-emoji-museum::before { content: "🏛️"; }
.ph-emoji-gallery::before { content: "🖼️"; }
.ph-emoji-theater::before { content: "🎭"; }
.ph-emoji-cinema::before { content: "🎬"; }
.ph-emoji-concert::before { content: "🎵"; }
.ph-emoji-festival::before { content: "🎉"; }
.ph-emoji-parade::before { content: "🎊"; }
.ph-emoji-fireworks::before { content: "🎆"; }
.ph-emoji-confetti::before { content: "🎊"; }
.ph-emoji-balloon::before { content: "🎈"; }
.ph-emoji-pinata::before { content: "🎉"; }
.ph-emoji-gift::before { content: "🎁"; }
.ph-emoji-present::before { content: "🎁"; }
.ph-emoji-birthday::before { content: "🎂"; }
.ph-emoji-cake::before { content: "🎂"; }
.ph-emoji-candle::before { content: "🕯️"; }
.ph-emoji-lamp::before { content: "🪔"; }
.ph-emoji-light::before { content: "💡"; }
.ph-emoji-bulb::before { content: "💡"; }
.ph-emoji-torch::before { content: "🔦"; }
.ph-emoji-flashlight::before { content: "🔦"; }
.ph-emoji-candle::before { content: "🕯️"; }
.ph-emoji-lantern::before { content: "🏮"; }
.ph-emoji-flag::before { content: "🚩"; }
.ph-emoji-pennant::before { content: "🚩"; }
.ph-emoji-banner::before { content: "🚩"; }
.ph-emoji-streamer::before { content: "🎏"; }
.ph-emoji-pinwheel::before { content: "🎏"; }
.ph-emoji-ribbon::before { content: "🎀"; }
.ph-emoji-bow::before { content: "🎀"; }
.ph-emoji-wreath::before { content: "🎄"; }
.ph-emoji-tree::before { content: "🎄"; }
.ph-emoji-ornament::before { content: "🎄"; }
.ph-emoji-snowman::before { content: "☃️"; }
.ph-emoji-snowflake::before { content: "❄️"; }
.ph-emoji-heat::before { content: "🔥"; }
.ph-emoji-cold::before { content: "🥶"; }
.ph-emoji-humidity::before { content: "💧"; }
.ph-emoji-temperature::before { content: "🌡️"; }
.ph-emoji-thermometer::before { content: "🌡️"; }
.ph-emoji-barometer::before { content: "🌡️"; }
.ph-emoji-anemometer::before { content: "💨"; }
.ph-emoji-rain-gauge::before { content: "🌧️"; }
.ph-emoji-sun-dial::before { content: "☀️"; }
.ph-emoji-compass::before { content: "🧭"; }
.ph-emoji-map::before { content: "🗺️"; }
.ph-emoji-atlas::before { content: "📚"; }
.ph-emoji-globe::before { content: "🌍"; }
.ph-emoji-earth::before { content: "🌍"; }
.ph-emoji-planet::before { content: "🪐"; }
.ph-emoji-comet::before { content: "☄️"; }
.ph-emoji-asteroid::before { content: "🌠"; }
.ph-emoji-star::before { content: "⭐"; }
.ph-emoji-nebula::before { content: "🌌"; }
.ph-emoji-galaxy::before { content: "🌌"; }
.ph-emoji-universe::before { content: "🌌"; }
.ph-emoji-constellation::before { content: "🌠"; }
.ph-emoji-astronaut::before { content: "🧑‍🚀"; }
.ph-emoji-rocket::before { content: "🚀"; }
.ph-emoji-spaceship::before { content: "🛸"; }
.ph-emoji-satellite::before { content: "🛰️"; }
.ph-emoji-telescope::before { content: "🔭"; }
.ph-emoji-microscope::before { content: "🔬"; }
.ph-emoji-magnifying-glass::before { content: "🔍"; }
.ph-emoji-binoculars::before { content: "🔭"; }
.ph-emoji-camera::before { content: "📷"; }
.ph-emoji-video-camera::before { content: "🎥"; }
.ph-emoji-phone::before { content: "📞"; }
.ph-emoji-mobile::before { content: "📱"; }
.ph-emoji-tablet::before { content: "📱"; }
.ph-emoji-laptop::before { content: "💻"; }
.ph-emoji-desktop::before { content: "🖥️"; }
.ph-emoji-printer::before { content: "🖨️"; }
.ph-emoji-scanner::before { content: "🖲️"; }
.ph-emoji-fax::before { content: "📠"; }
.ph-emoji-router::before { content: "📶"; }
.ph-emoji-modem::before { content: "📶"; }
.ph-emoji-wifi::before { content: "📶"; }
.ph-emoji-bluetooth::before { content: "📶"; }
.ph-emoji-nfc::before { content: "📶"; }
.ph-emoji-usb::before { content: "🔌"; }
.ph-emoji-charger::before { content: "🔌"; }
.ph-emoji-battery::before { content: "🔋"; }
.ph-emoji-power::before { content: "⏻"; }
.ph-emoji-plug::before { content: "🔌"; }
.ph-emoji-socket::before { content: "🔌"; }
.ph-emoji-cable::before { content: "📱"; }
.ph-emoji-cord::before { content: "🔌"; }
.ph-emoji-adaptor::before { content: "🔌"; }
.ph-emoji-converter::before { content: "🔌"; }
.ph-emoji-extension::before { content: "🔌"; }
.ph-emoji-multiport::before { content: "🔌"; }
.ph-emoji-dongle::before { content: "🔌"; }
.ph-emoji-key::before { content: "🔑"; }
.ph-emoji-lock::before { content: "🔒"; }
.ph-emoji-unlock::before { content: "🔓"; }
.ph-emoji-padlock::before { content: "🔒"; }
.ph-emoji-keychain::before { content: "🔑"; }
.ph-emoji-card::before { content: "💳"; }
.ph-emoji-cash::before { content: "💵"; }
.ph-emoji-coin::before { content: "💰"; }
.ph-emoji-bill::before { content: "💵"; }
.ph-emoji-check::before { content: "✅"; }
.ph-emoji-receipt::before { content: "🧾"; }
.ph-emoji-invoice::before { content: "📄"; }
.ph-emoji-payment::before { content: "💳"; }
.ph-emoji-wallet::before { content: "👛"; }
.ph-emoji-purse::before { content: "👛"; }
.ph-emoji-bag::before { content: "👜"; }
.ph-emoji-shopping::before { content: "🛍️"; }
.ph-emoji-cart::before { content: "🛒"; }
.ph-emoji-basket::before { content: "🧺"; }
.ph-emoji-delivery::before { content: "🚚"; }
.ph-emoji-truck::before { content: "🚚"; }
.ph-emoji-van::before { content: "🚐"; }
.ph-emoji-car::before { content: "🚗"; }
.ph-emoji-taxi::before { content: "🚕"; }
.ph-emoji-bus::before { content: "🚌"; }
.ph-emoji-train::before { content: "🚆"; }
.ph-emoji-plane::before { content: "✈️"; }
.ph-emoji-ship::before { content: "🚢"; }
.ph-emoji-boat::before { content: "⛵"; }
.ph-emoji-submarine::before { content: "🛳️"; }
.ph-emoji-helicopter::before { content: "🚁"; }
.ph-emoji-drone::before { content: "🛸"; }
.ph-emoji-jet::before { content: "✈️"; }
.ph-emoji-rocket::before { content: "🚀"; }
.ph-emoji-spacecraft::before { content: "🛸"; }
.ph-emoji-satellite::before { content: "🛰️"; }
.ph-emoji-signal::before { content: "📶"; }
.ph-emoji-antenna::before { content: "📶"; }
.ph-emoji-radar::before { content: "🛡️"; }
.ph-emoji-lidar::before { content: "🛡️"; }
.ph-emoji-sonar::before { content: "🛡️"; }
.ph-emoji-ultrasound::before { content: "🩺"; }
.ph-emoji-xray::before { content: "🩻"; }
.ph-emoji-ct::before { content: "🩻"; }
.ph-emoji-mri::before { content: "🩻"; }
.ph-emoji-pet::before { content: "🐾"; }
.ph-emoji-vet::before { content: "🩺"; }
.ph-emoji-doctor::before { content: "👨‍⚕️"; }
.ph-emoji-nurse::before { content: "👩‍⚕️"; }
.ph-emoji-patient::before { content: "🤒"; }
.ph-emoji-sick::before { content: "🤢"; }
.ph-emoji-health::before { content: "❤️"; }
.ph-emoji-heartbeat::before { content: "💓"; }
.ph-emoji-pulse::before { content: "💓"; }
.ph-emoji-ecg::before { content: "💓"; }
.ph-emoji-blood::before { content: "🩸"; }
.ph-emoji-bone::before { content: "🦴"; }
.ph-emoji-muscle::before { content: "💪"; }
.ph-emoji-joint::before { content: "🦵"; }
.ph-emoji-skin::before { content: "🩹"; }
.ph-emoji-hair::before { content: "💇‍♂️"; }
.ph-emoji-eye::before { content: "👁️"; }
.ph-emoji-ear::before { content: "👂"; }
.ph-emoji-nose::before { content: "👃"; }
.ph-emoji-mouth::before { content: "👄"; }
.ph-emoji-tooth::before { content: "🦷"; }
.ph-emoji-tongue::before { content: "👅"; }
.ph-emoji-lip::before { content: "👄"; }
.ph-emoji-cheek::before { content: "😊"; }
.ph-emoji-chin::before { content: "😊"; }
.ph-emoji-neck::before { content: "🧣"; }
.ph-emoji-shoulder::before { content: "🦾"; }
.ph-emoji-arm::before { content: "💪"; }
.ph-emoji-elbow::before { content: "🦵"; }
.ph-emoji-wrist::before { content: "🦵"; }
.ph-emoji-hand::before { content: "✋"; }
.ph-emoji-finger::before { content: "☝️"; }
.ph-emoji-thumb::before { content: "👍"; }
.ph-emoji-nail::before { content: "💅"; }
.ph-emoji-foot::before { content: "🦶"; }
.ph-emoji-leg::before { content: "🦵"; }
.ph-emoji-knee::before { content: "🦵"; }
.ph-emoji-ankle::before { content: "🦵"; }
.ph-emoji-toe::before { content: "🦶"; }
.ph-emoji-spine::before { content: "🦴"; }
.ph-emoji-rib::before { content: "🦴"; }
.ph-emoji-pelvis::before { content: "🦴"; }
.ph-emoji-skull::before { content: "💀"; }
.ph-emoji-brain::before { content: "🧠"; }
.ph-emoji-heart::before { content: "❤️"; }
.ph-emoji-lungs::before { content: "🫁"; }
.ph-emoji-liver::before { content: "🫁"; }
.ph-emoji-kidney::before { content: "🫁"; }
.ph-emoji-stomach::before { content: "🫁"; }
.ph-emoji-intestine::before { content: "🫁"; }
.ph-emoji-colon::before { content: "🫁"; }
.ph-emoji-vessel::before { content: "🫁"; }
.ph-emoji-artery::before { content: "🫁"; }
.ph-emoji-vein::before { content: "🫁"; }
.ph-emoji-capillary::before { content: "🫁"; }
.ph-emoji-cell::before { content: "🫁"; }
.ph-emoji-dna::before { content: "🧬"; }
.ph-emoji-rna::before { content: "🧬"; }
.ph-emoji-protein::before { content: "🧬"; }
.ph-emoji-enzyme::before { content: "🧬"; }
.ph-emoji-hormone::before { content: "🧬"; }
.ph-emoji-neurotransmitter::before { content: "🧬"; }
.ph-emoji-antibody::before { content: "🛡️"; }
.ph-emoji-vaccine::before { content: "💉"; }
.ph-emoji-virus::before { content: "🦠"; }
.ph-emoji-bacteria::before { content: "🦠"; }
.ph-emoji-fungi::before { content: "🍄"; }
.ph-emoji-parasite::before { content: "🦠"; }
.ph-emoji-allergy::before { content: "🤧"; }
.ph-emoji-asthma::before { content: "🫁"; }
.ph-emoji-diabetes::before { content: "💉"; }
.ph-emoji-obesity::before { content: "🍔"; }
.ph-emoji-malnutrition::before { content: "🍽️"; }
.ph-emoji-nutrition::before { content: "🥗"; }
.ph-emoji-fitness::before { content: "🏋️"; }
.ph-emoji-yoga::before { content: "🧘"; }
.ph-emoji-meditation::before { content: "🧘"; }
.ph-emoji-wellness::before { content: "💚"; }
.ph-emoji-selfcare::before { content: "💆"; }
.ph-emoji-massage::before { content: "💆"; }
.ph-emoji-spa::before { content: "♨️"; }
.ph-emoji-sauna::before { content: "🧖"; }
.ph-emoji-pool::before { content: "🏊"; }
.ph-emoji-beach::before { content: "🏖️"; }
.ph-emoji-sun::before { content: "☀️"; }
.ph-emoji-sand::before { content: "🏖️"; }
.ph-emoji-sea::before { content: "🌊"; }
.ph-emoji-coast::before { content: "🌊"; }
.ph-emoji-island::before { content: "🏝️"; }
.ph-emoji-mountain::before { content: "⛰️"; }
.ph-emoji-valley::before { content: "⛰️"; }
.ph-emoji-cave::before { content: "🕳️"; }
.ph-emoji-forest::before { content: "🌲"; }
.ph-emoji-tree::before { content: "🌳"; }
.ph-emoji-plant::before { content: "🌱"; }
.ph-emoji-flower::before { content: "🌸"; }
.ph-emoji-fruit::before { content: "🍎"; }
.ph-emoji-vegetable::before { content: "🥬"; }
.ph-emoji-grain::before { content: "🌾"; }
.ph-emoji-herb::before { content: "🌿"; }
.ph-emoji-spice::before { content: "🌶️"; }
.ph-emoji-salt::before { content: "🧂"; }
.ph-emoji-sugar::before { content: "🍬"; }
.ph-emoji-oil::before { content: "🛢️"; }
.ph-emoji-vinegar::before { content: "🧪"; }
.ph-emoji-sauce::before { content: "🍯"; }
.ph-emoji-honey::before { content: "🍯"; }
.ph-emoji-jam::before { content: "🍯"; }
.ph-emoji-jelly::before { content: "🍮"; }
.ph-emoji-preserve::before { content: "🍯"; }
.ph-emoji-pickle::before { content: "🥒"; }
.ph-emoji-relish::before { content: "🥒"; }
.ph-emoji-chutney::before { content: "🥒"; }
.ph-emoji-salsa::before { content: "🌶️"; }
.ph-emoji-guacamole::before { content: "🥑"; }
.ph-emoji-pesto::before { content: "🌿"; }
.ph-emoji-basil::before { content: "🌿"; }
.ph-emoji-mint::before { content: "🌿"; }
.ph-emoji-parsley::before { content: "🌿"; }
.ph-emoji-cilantro::before { content: "🌿"; }
.ph-emoji-dill::before { content: "🌿"; }
.ph-emoji-fennel::before { content: "🌿"; }
.ph-emoji-anise::before { content: "🌿"; }
.ph-emoji-cumin::before { content: "🌶️"; }
.ph-emoji-cardamom::before { content: "🌶️"; }
.ph-emoji-cinnamon::before { content: "🌶️"; }
.ph-emoji-nutmeg::before { content: "🌶️"; }
.ph-emoji-clove::before { content: "🌶️"; }
.ph-emoji-pepper::before { content: "🌶️"; }
.ph-emoji-ginger::before { content: "🌶️"; }
.ph-emoji-turmeric::before { content: "🌶️"; }
.ph-emoji-saffron::before { content: "🌶️"; }
.ph-emoji-rosemary::before { content: "🌿"; }
.ph-emoji-thyme::before { content: "🌿"; }
.ph-emoji-oregano::before { content: "🌿"; }
.ph-emoji-sage::before { content: "🌿"; }
.ph-emoji-bay::before { content: "🌿"; }
.ph-emoji-lavender::before { content: "🌸"; }
.ph-emoji-chamomile::before { content: "🌸"; }
.ph-emoji-marjoram::before { content: "🌸"; }
.ph-emoji-lemon-balm::before { content: "🍋"; }
.ph-emoji-melissa::before { content: "🍋"; }
.ph-emoji-citronella::before { content: "🍋"; }
.ph-emoji-eucalyptus::before { content: "🌿"; }
.ph-emoji-tea-tree::before { content: "🌿"; }
.ph-emoji-neem::before { content: "🌿"; }
.ph-emoji-aloe::before { content: "🌿"; }
.ph-emoji-cactus::before { content: "🌵"; }
.ph-emoji-succulent::before { content: "🌵"; }
.ph-emoji-bamboo::before { content: "🎋"; }
.ph-emoji-palm::before { content: "🌴"; }
.ph-emoji-moss::before { content: "🌿"; }
.ph-emoji-lichen::before { content: "🌿"; }
.ph-emoji-fungi::before { content: "🍄"; }
.ph-emoji-mushroom::before { content: "🍄"; }
.ph-emoji-truffle::before { content: "🍄"; }
.ph-emoji-truffle::before { content: "🍄"; }
.ph-emoji-yeast::before { content: "🍞"; }
.ph-emoji-mold::before { content: "🦠"; }
.ph-emoji-bacteria::before { content: "🦠"; }
.ph-emoji-virus::before { content: "🦠"; }
.ph-emoji-prion::before { content: "🧬"; }
.ph-emoji-viroid::before { content: "🧬"; }
.ph-emoji-parasite::before { content: "🦠"; }
.ph-emoji-mite::before { content: "🪲"; }
.ph-emoji-tick::before { content: "🪲"; }
.ph-emoji-flea::before { content: "🪲"; }
.ph-emoji-louse::before { content: "🪲"; }
.ph-emoji-bedbug::before { content: "🪲"; }
.ph-emoji-cockroach::before { content: "🪲"; }
.ph-emoji-ant::before { content: "🐜"; }
.ph-emoji-bee::before { content: "🐝"; }
.ph-emoji-wasp::before { content: "🐝"; }
.ph-emoji-hornet::before { content: "🐝"; }
.ph-emoji-butterfly::before { content: "🦋"; }
.ph-emoji-moth::before { content: "🦋"; }
.ph-emoji-dragonfly::before { content: "🪰"; }
.ph-emoji-firefly::before { content: "✨"; }
.ph-emoji-ladybug::before { content: "🐞"; }
.ph-emoji-spider::before { content: "🕷️"; }
.ph-emoji-scorpion::before { content: "🦂"; }
.ph-emoji-centipede::before { content: "🪱"; }
.ph-emoji-millipede::before { content: "🪱"; }
.ph-emoji-worm::before { content: "🪱"; }
.ph-emoji-snail::before { content: "🐌"; }
.ph-emoji-slug::before { content: "🐌"; }
.ph-emoji-frog::before { content: "🐸"; }
.ph-emoji-toad::before { content: "🐸"; }
.ph-emoji-salamander::before { content: "🦎"; }
.ph-emoji-newt::before { content: "🦎"; }
.ph-emoji-turtle::before { content: "🐢"; }
.ph-emoji-lizard::before { content: "🦎"; }
.ph-emoji-snake::before { content: "🐍"; }
.ph-emoji-crocodile::before { content: "🐊"; }
.ph-emoji-alligator::before { content: "🐊"; }
.ph-emoji-dinosaur::before { content: "🦕"; }
.ph-emoji-pterodactyl::before { content: "🦕"; }
.ph-emoji-mammoth::before { content: "🦣"; }
.ph-emoji-sabertooth::before { content: "🐅"; }
.ph-emoji-wolf::before { content: "🐺"; }
.ph-emoji-fox::before { content: "🦊"; }
.ph-emoji-raccoon::before { content: "🦝"; }
.ph-emoji-bear::before { content: "🐻"; }
.ph-emoji-panda::before { content: "🐼"; }
.ph-emoji-deer::before { content: "🦌"; }
.ph-emoji-elk::before { content: "🦌"; }
.ph-emoji-moose::before { content: "🦌"; }
.ph-emoji-bison::before { content: "🦬"; }
.ph-emoji-buffalo::before { content: "🦬"; }
.ph-emoji-horse::before { content: "🐴"; }
.ph-emoji-pony::before { content: "🐴"; }
.ph-emoji-donkey::before { content: "🐴"; }
.ph-emoji-mule::before { content: "🐴"; }
.ph-emoji-zebra::before { content: "🦓"; }
.ph-emoji-giraffe::before { content: "🦒"; }
.ph-emoji-elephant::before { content: "🐘"; }
.ph-emoji-rhino::before { content: "🦏"; }
.ph-emoji-hippo::before { content: "🦛"; }
.ph-emoji-camel::before { content: "🐫"; }
.ph-emoji-llama::before { content: "🦙"; }
.ph-emoji-alpaca::before { content: "🦙"; }
.ph-emoji-goat::before { content: "🐐"; }
.ph-emoji-sheep::before { content: "🐑"; }
.ph-emoji-ram::before { content: "🐏"; }
.ph-emoji-pig::before { content: "🐷"; }
.ph-emoji-hog::before { content: "🐷"; }
.ph-emoji-boar::before { content: "🐗"; }
.ph-emoji-cow::before { content: "🐄"; }
.ph-emoji-bull::before { content: "🐂"; }
.ph-emoji-ox::before { content: "🐂"; }
.ph-emoji-yak::before { content: "🐂"; }
.ph-emoji-buffalo::before { content: "🦬"; }
.ph-emoji-antelope::before { content: "🦌"; }
.ph-emoji-gnu::before { content: "🦌"; }
.ph-emoji-wildebeest::before { content: "🦌"; }
.ph-emoji-gazelle::before { content: "🦌"; }
.ph-emoji-springbok::before { content: "🦌"; }
.ph-emoji-impala::before { content: "🦌"; }
.ph-emoji-kudu::before { content: "🦌"; }
.ph-emoji-eland::before { content: "🦌"; }
.ph-emoji-gemsbok::before { content: "🦌"; }
.ph-emoji-oryx::before { content: "🦌"; }
.ph-emoji-addax::before { content: "🦌"; }
.ph-emoji-bongo::before { content: "🦌"; }
.ph-emoji-nyala::before { content: "🦌"; }
.ph-emoji-sitatunga::before { content: "🦌"; }
.ph-emoji-bushbuck::before { content: "🦌"; }
.ph-emoji-reedbuck::before { content: "🦌"; }
.ph-emoji-klipspringer::before { content: "🦌"; }
.ph-emoji-sunbuck::before { content: "🦌"; }
.ph-emoji-roan::before { content: "🦌"; }
.ph-emoji-sable::before { content: "🦌"; }
.ph-emoji-scimitar::before { content: "🦌"; }
.ph-emoji-barbary::before { content: "🦌"; }
.ph-emoji-cape::before { content: "🦌"; }
.ph-emoji-kalahari::before { content: "🦌"; }
.ph-emoji-namib::before { content: "🦌"; }
.ph-emoji-karoo::before { content: "🦌"; }
.ph-emoji-serengeti::before { content: "🦌"; }
.ph-emoji-okavango::before { content: "🦌"; }
.ph-emoji-masai::before { content: "🦌"; }
.ph-emoji-samburu::before { content: "🦌"; }
.ph-emoji-turkana::before { content: "🦌"; }
.ph-emoji-luangwa::before { content: "🦌"; }
.ph-emoji-zambezi::before { content: "🦌"; }
.ph-emoji-limpopo::before { content: "🦌"; }
.ph-emoji-vaal::before { content: "🦌"; }
.ph-emoji-orange::before { content: "🦌"; }
.ph-emoji-veld::before { content: "🦌"; }
.ph-emoji-bush::before { content: "🦌"; }
.ph-emoji-savanna::before { content: "🦌"; }
.ph-emoji-grassland::before { content: "🌾"; }
.ph-emoji-meadow::before { content: "🌾"; }
.ph-emoji-pasture::before { content: "🌾"; }
.ph-emoji-rangeland::before { content: "🌾"; }
.ph-emoji-tundra::before { content: "❄️"; }
.ph-emoji-taiga::before { content: "🌲"; }
.ph-emoji-temperate::before { content: "🌲"; }
.ph-emoji-boreal::before { content: "🌲"; }
.ph-emoji-deciduous::before { content: "🌳"; }
.ph-emoji-evergreen::before { content: "🌲"; }
.ph-emoji-conifer::before { content: "🌲"; }
.ph-emoji-broadleaf::before { content: "🌳"; }
.ph-emoji-palm::before { content: "🌴"; }
.ph-emoji-mangrove::before { content: "🌴"; }
.ph-emoji-cypress::before { content: "🌳"; }
.ph-emoji-cedar::before { content: "🌳"; }
.ph-emoji-juniper::before { content: "🌳"; }
.ph-emoji-hemlock::before { content: "🌳"; }
.ph-emoji-fir::before { content: "🌲"; }
.ph-emoji-spruce::before { content: "🌲"; }
.ph-emoji-pine::before { content: "🌲"; }
.ph-emoji-larch::before { content: "🌲"; }
.ph-emoji-douglas::before { content: "🌲"; }
.ph-emoji-redwood::before { content: "🌲"; }
.ph-emoji-sequoia::before { content: "🌲"; }
.ph-emoji-giant::before { content: "🌲"; }
.ph-emoji-coast::before { content: "🌊"; }
.ph-emoji-ocean::before { content: "🌊"; }
.ph-emoji-sea::before { content: "🌊"; }
.ph-emoji-lake::before { content: "🏞️"; }
.ph-emoji-river::before { content: "🏞️"; }
.ph-emoji-stream::before { content: "🏞️"; }
.ph-emoji-creek::before { content: "🏞️"; }
.ph-emoji-brook::before { content: "🏞️"; }
.ph-emoji-bay::before { content: "🌊"; }
.ph-emoji-gulf::before { content: "🌊"; }
.ph-emoji-fjord::before { content: "🌊"; }
.ph-emoji-sound::before { content: "🌊"; }
.ph-emoji-canal::before { content: "🌊"; }
.ph-emoji-ditch::before { content: "🌊"; }
.ph-emoji-trench::before { content: "🌊"; }
.ph-emoji-abyss::before { content: "🌊"; }
.ph-emoji-reef::before { content: "🌊"; }
.ph-emoji-atoll::before { content: "🌊"; }
.ph-emoji-cay::before { content: "🌊"; }
.ph-emoji-key::before { content: "🔑"; }
.ph-emoji-peninsula::before { content: "🗺️"; }
.ph-emoji-cape::before { content: "🗺️"; }
.ph-emoji-point::before { content: "🗺️"; }
.ph-emoji-headland::before { content: "🗺️"; }
.ph-emoji-island::before { content: "🏝️"; }
.ph-emoji-archipelago::before { content: "🗺️"; }
.ph-emoji-continent::before { content: "🌍"; }
.ph-emoji-country::before { content: "🏳️"; }
.ph-emoji-state::before { content: "🏳️"; }
.ph-emoji-region::before { content: "🏳️"; }
.ph-emoji-city::before { content: "🏙️"; }
.ph-emoji-town::before { content: "🏘️"; }
.ph-emoji-village::before { content: "🏡"; }
.ph-emoji-neighborhood::before { content: "🏘️"; }
.ph-emoji-district::before { content: "🏘️"; }
.ph-emoji-zone::before { content: "🏘️"; }
.ph-emoji-sector::before { content: "🏘️"; }
.ph-emoji-block::before { content: "🏘️"; }
.ph-emoji-lot::before { content: "🏘️"; }
.ph-emoji-parcel::before { content: "📦"; }
.ph-emoji-plot::before { content: "📦"; }
.ph-emoji-field::before { content: "🌾"; }
.ph-emoji-park::before { content: "🌳"; }
.ph-emoji-garden::before { content: "🌷"; }
.ph-emoji-farm::before { content: "🌾"; }
.ph-emoji-ranch::before { content: "🌾"; }
.ph-emoji-orchard::before { content: "🍎"; }
.ph-emoji-vineyard::before { content: "🍇"; }
.ph-emoji-winery::before { content: "🍷"; }
.ph-emoji-brewery::before { content: "🍺"; }
.ph-emoji-distillery::before { content: "🥃"; }
.ph-emoji-factory::before { content: "🏭"; }
.ph-emoji-mill::before { content: "🏭"; }
.ph-emoji-plant::before { content: "🏭"; }
.ph-emoji-foundry::before { content: "🏭"; }
.ph-emoji-smelter::before { content: "🏭"; }
.ph-emoji-refinery::before { content: "🏭"; }
.ph-emoji-petrochemical::before { content: "🏭"; }
.ph-emoji-mine::before { content: "⛏️"; }
.ph-emoji-quarry::before { content: "⛏️"; }
.ph-emoji-drill::before { content: "🛢️"; }
.ph-emoji-rig::before { content: "🛢️"; }
.ph-emoji-platform::before { content: "🛢️"; }
.ph-emoji-derrick::before { content: "🛢️"; }
.ph-emoji-pump::before { content: "🛢️"; }
.ph-emoji-pipeline::before { content: "🛢️"; }
.ph-emoji-tank::before { content: "🛢️"; }
.ph-emoji-tanker::before { content: "🛢️"; }
.ph-emoji-vessel::before { content: "🛳️"; }
.ph-emoji-container::before { content: "📦"; }
.ph-emoji-crate::before { content: "📦"; }
.ph-emoji-pallet::before { content: "📦"; }
.ph-emoji-barrel::before { content: "🛢️"; }
.ph-emoji-cask::before { content: "🛢️"; }
.ph-emoji-keg::before { content: "🛢️"; }
.ph-emoji-bottle::before { content: "🍾"; }
.ph-emoji-can::before { content: "🥫"; }
.ph-emoji-jar::before { content: "🫙"; }
.ph-emoji-pouch::before { content: "👜"; }
.ph-emoji-sachet::before { content: "👜"; }
.ph-emoji-bag::before { content: "👜"; }
.ph-emoji-box::before { content: "📦"; }
.ph-emoji-carton::before { content: "📦"; }
.ph-emoji-case::before { content: "📦"; }
.ph-emoji-tray::before { content: "📥"; }
.ph-emoji-basket::before { content: "🧺"; }
.ph-emoji-bowl::before { content: "🥣"; }
.ph-emoji-plate::before { content: "🍽️"; }
.ph-emoji-cup::before { content: "☕"; }
.ph-emoji-glass::before { content: "🥛"; }
.ph-emoji-mug::before { content: "☕"; }
.ph-emoji-pitcher::before { content: "🏺"; }
.ph-emoji-kettle::before { content: "🫖"; }
.ph-emoji-pot::before { content: "🍲"; }
.ph-emoji-pan::before { content: "🍳"; }
.ph-emoji-wok::before { content: "🍲"; }
.ph-emoji-grill::before { content: "🔥"; }
.ph-emoji-oven::before { content: "🔥"; }
.ph-emoji-stove::before { content: "🔥"; }
.ph-emoji-microwave::before { content: "📱"; }
.ph-emoji-toaster::before { content: "🍞"; }
.ph-emoji-blender::before { content: "🥤"; }
.ph-emoji-mixer::before { content: "🥤"; }
.ph-emoji-juicer::before { content: "🥤"; }
.ph-emoji-squeezer::before { content: "🥤"; }
.ph-emoji-strainer::before { content: "🥤"; }
.ph-emoji-colander::before { content: "🥤"; }
.ph-emoji-sieve::before { content: "🥤"; }
.ph-emoji-grater::before { content: "🥤"; }
.ph-emoji-peeler::before { content: "🥤"; }
.ph-emoji-knife::before { content: "🔪"; }
.ph-emoji-fork::before { content: "🍴"; }
.ph-emoji-spoon::before { content: "🥄"; }
.ph-emoji-chopsticks::before { content: "🥢"; }
.ph-emoji-straw::before { content: "🥤"; }
.ph-emoji-napkin::before { content: "🧻"; }
.ph-emoji-towel::before { content: "🧻"; }
.ph-emoji-cloth::before { content: "🧻"; }
.ph-emoji-rag::before { content: "🧻"; }
.ph-emoji-sponge::before { content: "🧽"; }
.ph-emoji-brush::before { content: "🪥"; }
.ph-emoji-broom::before { content: "🧹"; }
.ph-emoji-mop::before { content: "🧹"; }
.ph-emoji-duster::before { content: "🧹"; }
.ph-emoji-vacuum::before { content: "🧹"; }
.ph-emoji-clean::before { content: "🧼"; }
.ph-emoji-sanitize::before { content: "🧼"; }
.ph-emoji-disinfect::before { content: "🧼"; }
.ph-emoji-sterilize::before { content: "🧼"; }
.ph-emoji-rinse::before { content: "💧"; }
.ph-emoji-wash::before { content: "🧺"; }
.ph-emoji-dry::before { content: "🧺"; }
.ph-emoji-iron::before { content: "🧺"; }
.ph-emoji-fold::before { content: "🧺"; }
.ph-emoji-hang::before { content: "🧺"; }
.ph-emoji-peg::before { content: "🧺"; }
.ph-emoji-line::before { content: "🧺"; }
.ph-emoji-pin::before { content: "📌"; }
.ph-emoji-tack::before { content: "📌"; }
.ph-emoji-clip::before { content: "📎"; }
.ph-emoji-binder::before { content: "📎"; }
.ph-emoji-ring::before { content: "💍"; }
.ph-emoji-band::before { content: "💍"; }
.ph-emoji-tie::before { content: "👔"; }
.ph-emoji-bow::before { content: "🎀"; }
.ph-emoji-ribbon::before { content: "🎀"; }
.ph-emoji-corsage::before { content: "🌸"; }
.ph-emoji-boutonniere::before { content: "🌸"; }
.ph-emoji-lei::before { content: "🌸"; }
.ph-emoji-garland::before { content: "🌸"; }
.ph-emoji-wreath::before { content: "🎄"; }
.ph-emoji-crown::before { content: "👑"; }
.ph-emoji-tiara::before { content: "👑"; }
.ph-emoji-scepter::before { content: "👑"; }
.ph-emoji-sword::before { content: "⚔️"; }
.ph-emoji-shield::before { content: "🛡️"; }
.ph-emoji-helmet::before { content: "⛑️"; }
.ph-emoji-armor::before { content: "🛡️"; }
.ph-emoji-greave::before { content: "🛡️"; }
.ph-emoji-gauntlet::before { content: "🛡️"; }
.ph-emoji-boot::before { content: "🥾"; }
.ph-emoji-shoe::before { content: "👟"; }
.ph-emoji-sandals::before { content: "🩴"; }
.ph-emoji-slippers::before { content: "🩴"; }
.ph-emoji-sock::before { content: "🧦"; }
.ph-emoji-stocking::before { content: "🧦"; }
.ph-emoji-hat::before { content: "🎩"; }
.ph-emoji-cap::before { content: "🧢"; }
.ph-emoji-beret::before { content: "🎩"; }
.ph-emoji-bonnet::before { content: "🎩"; }
.ph-emoji-helmet::before { content: "⛑️"; }
.ph-emoji-goggles::before { content: "🥽"; }
.ph-emoji-glasses::before { content: "👓"; }
.ph-emoji-sunglasses::before { content: "😎"; }
.ph-emoji-mask::before { content: "😷"; }
.ph-emoji-earmuffs::before { content: "🎧"; }
.ph-emoji-headphones::before { content: "🎧"; }
.ph-emoji-headset::before { content: "🎧"; }
.ph-emoji-megaphone::before { content: "📢"; }
.ph-emoji-phone::before { content: "📞"; }
.ph-emoji-mail::before { content: "✉️"; }
.ph-emoji-email::before { content: "✉️"; }
.ph-emoji-newsletter::before { content: "📰"; }
.ph-emoji-blog::before { content: "📰"; }
.ph-emoji-forum::before { content: "💬"; }
.ph-emoji-chat::before { content: "💬"; }
.ph-emoji-message::before { content: "💬"; }
.ph-emoji-notification::before { content: "🔔"; }
.ph-emoji-alert::before { content: "🔔"; }
.ph-emoji-warning::before { content: "⚠️"; }
.ph-emoji-error::before { content: "❌"; }
.ph-emoji-success::before { content: "✅"; }
.ph-emoji-cancel::before { content: "❌"; }
.ph-emoji-confirm::before { content: "✅"; }
.ph-emoji-accept::before { content: "✅"; }
.ph-emoji-reject::before { content: "❌"; }
.ph-emoji-appove::before { content: "✅"; }
.ph-emoji-decline::before { content: "❌"; }
.ph-emoji-pending::before { content: "⏳"; }
.ph-emoji-awaiting::before { content: "⏳"; }
.ph-emoji-processing::before { content: "⏳"; }
.ph-emoji-completed::before { content: "✅"; }
.ph-emoji-failed::before { content: "❌"; }
.ph-emoji-scheduled::before { content: "📅"; }
.ph-emoji-upcoming::before { content: "📅"; }
.ph-emoji-past::before { content: "⏪"; }
.ph-emoji-cancelled::before { content: "❌"; }
.ph-emoji-postponed::before { content: "⏳"; }
.ph-emoji-rescheduled::before { content: "🔄"; }
.ph-emoji-moved::before { content: "🔄"; }
.ph-emoji-closed::before { content: "🚫"; }
.ph-emoji-open::before { content: "✅"; }
.ph-emoji-available::before { content: "✅"; }
.ph-emoji-unavailable::before { content: "🚫"; }
.ph-emoji-in-stock::before { content: "✅"; }
.ph-emoji-out-of-stock::before { content: "🚫"; }
.ph-emoji-sold-out::before { content: "🚫"; }
.ph-emoji-low-stock::before { content: "⚠️"; }
.ph-emoji-backorder::before { content: "⏳"; }
.ph-emoji-preorder::before { content: "⏳"; }
.ph-emoji-new::before { content: "🆕"; }
.ph-emoji-featured::before { content: "⭐"; }
.ph-emoji-best-seller::before { content: "🏆"; }
.ph-emoji-popular::before { content: "⭐"; }
.ph-emoji-trending::before { content: "📈"; }
.ph-emoji-exclusive::before { content: "💎"; }
.ph-emoji-limited::before { content: "🔒"; }
.ph-emoji-premium::before { content: "👑"; }
.ph-emoji-deluxe::before { content: "👑"; }
.ph-emoji-luxury::before { content: "💎"; }
.ph-emoji-economy::before { content: "💰"; }
.ph-emoji-standard::before { content: "🔲"; }
.ph-emoji-basic::before { content: "🔲"; }
.ph-emoji-essential::before { content: "🔲"; }
.ph-emoji-core::before { content: "🔲"; }
.ph-emoji-advanced::before { content: "📈"; }
.ph-emoji-expert::before { content: "🧠"; }
.ph-emoji-beginner::before { content: "👶"; }
.ph-emoji-intermediate::before { content: "👨‍🎓"; }
.ph-emoji-professional::before { content: "👔"; }
.ph-emoji-amateur::before { content: "👶"; }
.ph-emoji-hobbyist::before { content: "🎨"; }
.ph-emoji-enthusiast::before { content: "🔥"; }
.ph-emoji-fan::before { content: "❤️"; }
.ph-emoji-follower::before { content: "👤"; }
.ph-emoji-leader::before { content: "👑"; }
.ph-emoji-mentor::before { content: "🧑‍🏫"; }
.ph-emoji-coach::before { content: "🏋️"; }
.ph-emoji-teacher::before { content: "🧑‍🏫"; }
.ph-emoji-student::before { content: "👨‍🎓"; }
.ph-emoji-graduate::before { content: "🎓"; }
.ph-emoji-alumni::before { content: "🎓"; }
.ph-emoji-class::before { content: "🏫"; }
.ph-emoji-school::before { content: "🏫"; }
.ph-emoji-college::before { content: "🏫"; }
.ph-emoji-university::before { content: "🏛️"; }
.ph-emoji-campus::before { content: "🏛️"; }
.ph-emoji-library::before { content: "📚"; }
.ph-emoji-bookstore::before { content: "📚"; }
.ph-emoji-lab::before { content: "🧪"; }
.ph-emoji-research::before { content: "🔬"; }
.ph-emoji-study::before { content: "📖"; }
.ph-emoji-read::before { content: "📖"; }
.ph-emoji-write::before { content: "✍️"; }
.ph-emoji-speak::before { content: "🗣️"; }
.ph-emoji-listen::before { content: "👂"; }
.ph-emoji-think::before { content: "🤔"; }
.ph-emoji-analyze::before { content: "🔍"; }
.ph-emoji-solve::before { content: "🧠"; }
.ph-emoji-create::before { content: "✍️"; }
.ph-emoji-innovate::before { content: "💡"; }
.ph-emoji-design::before { content: "🎨"; }
.ph-emoji-develop::before { content: "💻"; }
.ph-emoji-test::before { content: "🧪"; }
.ph-emoji-deploy::before { content: "🚀"; }
.ph-emoji-monitor::before { content: "📊"; }
.ph-emoji-evaluate::before { content: "📊"; }
.ph-emoji-review::before { content: "📋"; }
.ph-emoji-audit::before { content: "📋"; }
.ph-emoji-inspect::before { content: "🔍"; }
.ph-emoji-check::before { content: "✅"; }
.ph-emoji-verify::before { content: "✅"; }
.ph-emoji-validate::before { content: "✅"; }
.ph-emoji-approve::before { content: "✅"; }
.ph-emoji-reject::before { content: "❌"; }
.ph-emoji-accept::before { content: "✅"; }
.ph-emoji-decline::before { content: "❌"; }
.ph-emoji-complete::before { content: "✅"; }
.ph-emoji-cancel::before { content: "❌"; }
.ph-emoji-undo::before { content: "↩️"; }
.ph-emoji-redo::before { content: "↪️"; }
.ph-emoji-reset::before { content: "🔄"; }
.ph-emoji-refresh::before { content: "🔄"; }
.ph-emoji-reload::before { content: "🔄"; }
.ph-emoji-sync::before { content: "🔄"; }
.ph-emoji-update::before { content: "🔄"; }
.ph-emoji-upgrade::before { content: "⬆️"; }
.ph-emoji-downgrade::before { content: "⬇️"; }
.ph-emoji-import::before { content: "📤"; }
.ph-emoji-export::before { content: "📥"; }
.ph-emoji-save::before { content: "💾"; }
.ph-emoji-load::before { content: "📥"; }
.ph-emoji-download::before { content: "📥"; }
.ph-emoji-upload::before { content: "📤"; }
.ph-emoji-backup::before { content: "💾"; }
.ph-emoji-restore::before { content: "🔄"; }
.ph-emoji-delete::before { content: "🗑️"; }
.ph-emoji-archive::before { content: "🗄️"; }
.ph-emoji-restore::before { content: "🔄"; }
.ph-emoji-empty::before { content: "🗑️"; }
.ph-emoji-clear::before { content: "🗑️"; }
.ph-emoji-remove::before { content: "🗑️"; }
.ph-emoji-add::before { content: "➕"; }
.ph-emoji-insert::before { content: "➕"; }
.ph-emoji-append::before { content: "➕"; }
.ph-emoji-push::before { content: "⬆️"; }
.ph-emoji-pop::before { content: "⬇️"; }
.ph-emoji-shift::before { content: "⬅️"; }
.ph-emoji-unshift::before { content: "➡️"; }
.ph-emoji-splice::before { content: "✂️"; }
.ph-emoji-slice::before { content: "✂️"; }
.ph-emoji-split::before { content: "✂️"; }
.ph-emoji-merge::before { content: "🔄"; }
.ph-emoji-concat::before { content: "➕"; }
.ph-emoji-join::before { content: "➕"; }
.ph-emoji-union::before { content: "➕"; }
.ph-emoji-intersect::before { content: "✖️"; }
.ph-emoji-except::before { content: "➖"; }
.ph-emoji-diff::before { content: "➖"; }
.ph-emoji-symmetric-diff::before { content: "➖"; }
.ph-emoji-cartesian::before { content: "✖️"; }
.ph-emoji-power::before { content: "**"; }
.ph-emoji-root::before { content: "√"; }
.ph-emoji-log::before { content: "log"; }
.ph-emoji-ln::before { content: "ln"; }
.ph-emoji-sin::before { content: "sin"; }
.ph-emoji-cos::before { content: "cos"; }
.ph-emoji-tan::before { content: "tan"; }
.ph-emoji-arcsin::before { content: "asin"; }
.ph-emoji-arccos::before { content: "acos"; }
.ph-emoji-arctan::before { content: "atan"; }
.ph-emoji-sinh::before { content: "sinh"; }
.ph-emoji-cosh::before { content: "cosh"; }
.ph-emoji-tanh::before { content: "tanh"; }
.ph-emoji-exp::before { content: "exp"; }
.ph-emoji-log10::before { content: "log10"; }
.ph-emoji-ln::before { content: "ln"; }
.ph-emoji-sqrt::before { content: "√"; }
.ph-emoji-cbrt::before { content: "∛"; }
.ph-emoji-abs::before { content: "|x|"; }
.ph-emoji-floor::before { content: "⌊x⌋"; }
.ph-emoji-ceil::before { content: "⌈x⌉"; }
.ph-emoji-round::before { content: "⌊x⌉"; }
.ph-emoji-sign::before { content: "sign"; }
.ph-emoji-step::before { content: "⏏️"; }
.ph-emoji-impulse::before { content: "⬆️"; }
.ph-emoji-ramp::before { content: "↗️"; }
.ph-emoji-parabola::before { content: "↙️"; }
.ph-emoji-hyperbola::before { content: "↘️"; }
.ph-emoji-ellipse::before { content: "⭕"; }
.ph-emoji-circle::before { content: "⭕"; }
.ph-emoji-sphere::before { content: "⚽"; }
.ph-emoji-cylinder::before { content: "🧴"; }
.ph-emoji-cone::before { content: "🔺"; }
.ph-emoji-pyramid::before { content: "🔺"; }
.ph-emoji-prism::before { content: "🔺"; }
.ph-emoji-cube::before { content: "🧊"; }
.ph-emoji-tetrahedron::before { content: "🔺"; }
.ph-emoji-octahedron::before { content: "🔺"; }
.ph-emoji-dodecahedron::before { content: "🔺"; }
.ph-emoji-icosahedron::before { content: "🔺"; }
.ph-emoji-frustum::before { content: "🔺"; }
.ph-emoji-torus::before { content: "⭕"; }
.ph-emoji-helix::before { content: "🌀"; }
.ph-emoji-spiral::before { content: "🌀"; }
.ph-emoji-fractal::before { content: "🌀"; }
.ph-emoji-geodesic::before { content: "🌐"; }
.ph-emoji-topology::before { content: "🌐"; }
.ph-emoji-algebra::before { content: "➕"; }
.ph-emoji-calculus::before { content: "∫"; }
.ph-emoji-differential::before { content: "dx"; }
.ph-emoji-integral::before { content: "∫"; }
.ph-emoji-derivative::before { content: "d/dx"; }
.ph-emoji-series::before { content: "∑"; }
.ph-emoji-product::before { content: "∏"; }
.ph-emoji-limit::before { content: "lim"; }
.ph-emoji-infinity::before { content: "∞"; }
.ph-emoji-nan::before { content: "NaN"; }
.ph-emoji-inf::before { content: "∞"; }
.ph-emoji-epsilon::before { content: "ε"; }
.ph-emoji-delta::before { content: "δ"; }
.ph-emoji-theta::before { content: "θ"; }
.ph-emoji-lambda::before { content: "λ"; }
.ph-emoji-mu::before { content: "μ"; }
.ph-emoji-sigma::before { content: "σ"; }
.ph-emoji-tau::before { content: "τ"; }
.ph-emoji-omega::before { content: "ω"; }
.ph-emoji-alpha::before { content: "α"; }
.ph-emoji-beta::before { content: "β"; }
.ph-emoji-gamma::before { content: "γ"; }
.ph-emoji-pi::before { content: "π"; }
.ph-emoji-e::before { content: "e"; }
.ph-emoji-i::before { content: "i"; }
.ph-emoji-j::before { content: "j"; }
.ph-emoji-k::before { content: "k"; }
.ph-emoji-n::before { content: "n"; }
.ph-emoji-m::before { content: "m"; }
.ph-emoji-l::before { content: "l"; }
.ph-emoji-o::before { content: "o"; }
.ph-emoji-p::before { content: "p"; }
.ph-emoji-q::before { content: "q"; }
.ph-emoji-r::before { content: "r"; }
.ph-emoji-s::before { content: "s"; }
.ph-emoji-t::before { content: "t"; }
.ph-emoji-u::before { content: "u"; }
.ph-emoji-v::before { content: "v"; }
.ph-emoji-w::before { content: "w"; }
.ph-emoji-x::before { content: "x"; }
.ph-emoji-y::before { content: "y"; }
.ph-emoji-z::before { content: "z"; }
.ph-emoji-0::before { content: "0"; }
.ph-emoji-1::before { content: "1"; }
.ph-emoji-2::before { content: "2"; }
.ph-emoji-3::before { content: "3"; }
.ph-emoji-4::before { content: "4"; }
.ph-emoji-5::before { content: "5"; }
.ph-emoji-6::before { content: "6"; }
.ph-emoji-7::before { content: "7"; }
.ph-emoji-8::before { content: "8"; }
.ph-emoji-9::before { content: "9"; }
.ph-emoji-10::before { content: "10"; }
.ph-emoji-11::before { content: "11"; }
.ph-emoji-12::before { content: "12"; }
.ph-emoji-13::before { content: "13"; }
.ph-emoji-14::before { content: "14"; }
.ph-emoji-15::before { content: "15"; }
.ph-emoji-16::before { content: "16"; }
.ph-emoji-17::before { content: "17"; }
.ph-emoji-18::before { content: "18"; }
.ph-emoji-19::before { content: "19"; }
.ph-emoji-20::before { content: "20"; }
.ph-emoji-21::before { content: "21"; }
.ph-emoji-22::before { content: "22"; }
.ph-emoji-23::before { content: "23"; }
.ph-emoji-24::before { content: "24"; }
.ph-emoji-25::before { content: "25"; }
.ph-emoji-26::before { content: "26"; }
.ph-emoji-27::before { content: "27"; }
.ph-emoji-28::before { content: "28"; }
.ph-emoji-29::before { content: "29"; }
.ph-emoji-30::before { content: "30"; }
.ph-emoji-31::before { content: "31"; }
.ph-emoji-32::before { content: "32"; }
.ph-emoji-33::before { content: "33"; }
.ph-emoji-34::before { content: "34"; }
.ph-emoji-35::before { content: "35"; }
.ph-emoji-36::before { content: "36"; }
.ph-emoji-37::before { content: "37"; }
.ph-emoji-38::before { content: "38"; }
.ph-emoji-39::before { content: "39"; }
.ph-emoji-40::before { content: "40"; }
.ph-emoji-41::before { content: "41"; }
.ph-emoji-42::before { content: "42"; }
.ph-emoji-43::before { content: "43"; }
.ph-emoji-44::before { content: "44"; }
.ph-emoji-45::before { content: "45"; }
.ph-emoji-46::before { content: "46"; }
.ph-emoji-47::before { content: "47"; }
.ph-emoji-48::before { content: "48"; }
.ph-emoji-49::before { content: "49"; }
.ph-emoji-50::before { content: "50"; }
.ph-emoji-51::before { content: "51"; }
.ph-emoji-52::before { content: "52"; }
.ph-emoji-53::before { content: "53"; }
.ph-emoji-54::before { content: "54"; }
.ph-emoji-55::before { content: "55"; }
.ph-emoji-56::before { content: "56"; }
.ph-emoji-57::before { content: "57"; }
.ph-emoji-58::before { content: "58"; }
.ph-emoji-59::before { content: "59"; }
.ph-emoji-60::before { content: "60"; }
.ph-emoji-61::before { content: "61"; }
.ph-emoji-62::before { content: "62"; }
.ph-emoji-63::before { content: "63"; }
.ph-emoji-64::before { content: "64"; }
.ph-emoji-65::before { content: "65"; }
.ph-emoji-66::before { content: "66"; }
.ph-emoji-67::before { content: "67"; }
.ph-emoji-68::before { content: "68"; }
.ph-emoji-69::before { content: "69"; }
.ph-emoji-70::before { content: "70"; }
.ph-emoji-71::before { content: "71"; }
.ph-emoji-72::before { content: "72"; }
.ph-emoji-73::before { content: "73"; }
.ph-emoji-74::before { content: "74"; }
.ph-emoji-75::before { content: "75"; }
.ph-emoji-76::before { content: "76"; }
.ph-emoji-77::before { content: "77"; }
.ph-emoji-78::before { content: "78"; }
.ph-emoji-79::before { content: "79"; }
.ph-emoji-80::before { content: "80"; }
.ph-emoji-81::before { content: "81"; }
.ph-emoji-82::before { content: "82"; }
.ph-emoji-83::before { content: "83"; }
.ph-emoji-84::before { content: "84"; }
.ph-emoji-85::before { content: "85"; }
.ph-emoji-86::before { content: "86"; }
.ph-emoji-87::before { content: "87"; }
.ph-emoji-88::before { content: "88"; }
.ph-emoji-89::before { content: "89"; }
.ph-emoji-90::before { content: "90"; }
.ph-emoji-91::before { content: "91"; }
.ph-emoji-92::before { content: "92"; }
.ph-emoji-93::before { content: "93"; }
.ph-emoji-94::before { content: "94"; }
.ph-emoji-95::before { content: "95"; }
.ph-emoji-96::before { content: "96"; }
.ph-emoji-97::before { content: "97"; }
.ph-emoji-98::before { content: "98"; }
.ph-emoji-99::before { content: "99"; }
.ph-emoji-100::before { content: "100"; }
.ph-emoji-101::before { content: "101"; }
.ph-emoji-102::before { content: "102"; }
.ph-emoji-103::before { content: "103"; }
.ph-emoji-104::before { content: "104"; }
.ph-emoji-105::before { content: "105"; }
.ph-emoji-106::before { content: "106"; }
.ph-emoji-107::before { content: "107"; }
.ph-emoji-108::before { content: "108"; }
.ph-emoji-109::before { content: "109"; }
.ph-emoji-110::before { content: "110"; }
.ph-emoji-111::before { content: "111"; }
.ph-emoji-112::before { content: "112"; }
.ph-emoji-113::before { content: "113"; }
.ph-emoji-114::before { content: "114"; }
.ph-emoji-115::before { content: "115"; }
.ph-emoji-116::before { content: "116"; }
.ph-emoji-117::before { content: "117"; }
.ph-emoji-118::before { content: "118"; }
.ph-emoji-119::before { content: "119"; }
.ph-emoji-120::before { content: "120"; }
.ph-emoji-121::before { content: "121"; }
.ph-emoji-122::before { content: "122"; }
.ph-emoji-123::before { content: "123"; }
.ph-emoji-124::before { content: "124"; }
.ph-emoji-125::before { content: "125"; }
.ph-emoji-126::before { content: "126"; }
.ph-emoji-127::before { content: "127"; }
.ph-emoji-128::before { content: "128"; }
.ph-emoji-129::before { content: "129"; }
.ph-emoji-130::before { content: "130"; }
.ph-emoji-131::before { content: "131"; }
.ph-emoji-132::before { content: "132"; }
.ph-emoji-133::before { content: "133"; }
.ph-emoji-134::before { content: "134"; }
.ph-emoji-135::before { content: "135"; }
.ph-emoji-136::before { content: "136"; }
.ph-emoji-137::before { content: "137"; }
.ph-emoji-138::before { content: "138"; }
.ph-emoji-139::before { content: "139"; }
.ph-emoji-140::before { content: "140"; }
.ph-emoji-141::before { content: "141"; }
.ph-emoji-142::before { content: "142"; }
.ph-emoji-143::before { content: "143"; }
.ph-emoji-144::before { content: "144"; }
.ph-emoji-145::before { content: "145"; }
.ph-emoji-146::before { content: "146"; }
.ph-emoji-147::before { content: "147"; }
.ph-emoji-148::before { content: "148"; }
.ph-emoji-149::before { content: "149"; }
.ph-emoji-150::before { content: "150"; }
.ph-emoji-151::before { content: "151"; }
.ph-emoji-152::before { content: "152"; }
.ph-emoji-153::before { content: "153"; }
.ph-emoji-154::before { content: "154"; }
.ph-emoji-155::before { content: "155"; }
.ph-emoji-156::before { content: "156"; }
.ph-emoji-157::before { content: "157"; }
.ph-emoji-158::before { content: "158"; }
.ph-emoji-159::before { content: "159"; }
.ph-emoji-160::before { content: "160"; }
.ph-emoji-161::before { content: "161"; }
.ph-emoji-162::before { content: "162"; }
.ph-emoji-163::before { content: "163"; }
.ph-emoji-164::before { content: "164"; }
.ph-emoji-165::before { content: "165"; }
.ph-emoji-166::before { content: "166"; }
.ph-emoji-167::before { content: "167"; }
.ph-emoji-168::before { content: "168"; }
.ph-emoji-169::before { content: "169"; }
.ph-emoji-170::before { content: "170"; }
.ph-emoji-171::before { content: "171"; }
.ph-emoji-172::before { content: "172"; }
.ph-emoji-173::before { content: "173"; }
.ph-emoji-174::before { content: "174"; }
.ph-emoji-175::before { content: "175"; }
.ph-emoji-176::before { content: "176"; }
.ph-emoji-177::before { content: "177"; }
.ph-emoji-178::before { content: "178"; }
.ph-emoji-179::before { content: "179"; }
.ph-emoji-180::before { content: "180"; }
.ph-emoji-181::before { content: "181"; }
.ph-emoji-182::before { content: "182"; }
.ph-emoji-183::before { content: "183"; }
.ph-emoji-184::before { content: "184"; }
.ph-emoji-185::before { content: "185"; }
.ph-emoji-186::before { content: "186"; }
.ph-emoji-187::before { content: "187"; }
.ph-emoji-188::before { content: "188"; }
.ph-emoji-189::before { content: "189"; }
.ph-emoji-190::before { content: "190"; }
.ph-emoji-191::before { content: "191"; }
.ph-emoji-192::before { content: "192"; }
.ph-emoji-193::before { content: "193"; }
.ph-emoji-194::before { content: "194"; }
.ph-emoji-195::before { content: "195"; }
.ph-emoji-196::before { content: "196"; }
.ph-emoji-197::before { content: "197"; }
.ph-emoji-198::before { content: "198"; }
.ph-emoji-199::before { content: "199"; }
.ph-emoji-200::before { content: "200"; }