equinox-web-components
Version:
Equinox design for the web using StencilJS
2,812 lines (2,801 loc) • 235 kB
CSS
@font-face {
font-family: "Phosphor";
src: url("https://unpkg.com/phosphor-icons@1.3.2/src/font/Phosphor.ttf?65my2u")
format("truetype"),
url("https://unpkg.com/phosphor-icons@1.3.2/src/font/Phosphor.woff?65my2u")
format("woff"),
url("https://unpkg.com/phosphor-icons@1.3.2/src/font/Phosphor.svg?65my2u#Phosphor")
format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'phosphor';
src: url('../font/phosphor.svg?cuo5mh#phosphor') format('svg');
}
}
*/
[class^="ph-"],
[class*=" ph-"] {
display: inline-flex;
}
[class^="ph-"]:before,
[class*=" ph-"]:before {
font-family: "Phosphor" !important;
font-style: normal !important;
font-weight: normal !important;
speak: never;
/* display: inline-block; */
text-decoration: inherit;
/* width: 1em; */
/* margin-right: 0.2em; */
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal !important;
text-transform: none !important;
/* fix buttons height, for twitter bootstrap */
line-height: 1;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
/* margin-left: 0.2em; */
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Enable Ligatures */
letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures;
}
.ph-xxs {
font-size: 0.5em;
}
.ph-xs {
font-size: 0.75em;
}
.ph-sm {
font-size: 0.875em;
}
.ph-lg {
font-size: 1.3333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.ph-xl {
font-size: 1.5em;
line-height: 0.6666em;
vertical-align: -0.075em;
}
.ph-1x {
font-size: 1em;
}
.ph-2x {
font-size: 2em;
}
.ph-3x {
font-size: 3em;
}
.ph-4x {
font-size: 4em;
}
.ph-5x {
font-size: 5em;
}
.ph-6x {
font-size: 6em;
}
.ph-7x {
font-size: 7em;
}
.ph-8x {
font-size: 8em;
}
.ph-9x {
font-size: 9em;
}
.ph-10x {
font-size: 10em;
}
.ph-fw {
text-align: center;
width: 1.25em;
}
.ph-airplay-thin:before {
content: "\e900";
}
.ph-alarm-thin:before {
content: "\e901";
}
.ph-align-bottom-thin:before {
content: "\e902";
}
.ph-align-center-horizontal-thin:before {
content: "\e903";
}
.ph-align-center-vertical-thin:before {
content: "\e904";
}
.ph-align-left-thin:before {
content: "\e905";
}
.ph-align-right-thin:before {
content: "\e906";
}
.ph-align-top-thin:before {
content: "\e907";
}
.ph-anchor-simple-thin:before {
content: "\e908";
}
.ph-anchor-thin:before {
content: "\e909";
}
.ph-android-logo-thin:before {
content: "\e90a";
}
.ph-aperture-thin:before {
content: "\e90b";
}
.ph-apple-logo-thin:before {
content: "\e90c";
}
.ph-app-window-thin:before {
content: "\e90d";
}
.ph-archive-box-thin:before {
content: "\e90e";
}
.ph-archive-thin:before {
content: "\e90f";
}
.ph-archive-tray-thin:before {
content: "\e910";
}
.ph-armchair-thin:before {
content: "\e911";
}
.ph-arrow-arc-left-thin:before {
content: "\e912";
}
.ph-arrow-arc-right-thin:before {
content: "\e913";
}
.ph-arrow-bend-double-up-left-thin:before {
content: "\e914";
}
.ph-arrow-bend-double-up-right-thin:before {
content: "\e915";
}
.ph-arrow-bend-down-left-thin:before {
content: "\e916";
}
.ph-arrow-bend-down-right-thin:before {
content: "\e917";
}
.ph-arrow-bend-left-down-thin:before {
content: "\e918";
}
.ph-arrow-bend-left-up-thin:before {
content: "\e919";
}
.ph-arrow-bend-right-down-thin:before {
content: "\e91a";
}
.ph-arrow-bend-right-up-thin:before {
content: "\e91b";
}
.ph-arrow-bend-up-left-thin:before {
content: "\e91c";
}
.ph-arrow-bend-up-right-thin:before {
content: "\e91d";
}
.ph-arrow-circle-down-left-thin:before {
content: "\e91e";
}
.ph-arrow-circle-down-right-thin:before {
content: "\e91f";
}
.ph-arrow-circle-down-thin:before {
content: "\e920";
}
.ph-arrow-circle-left-thin:before {
content: "\e921";
}
.ph-arrow-circle-right-thin:before {
content: "\e922";
}
.ph-arrow-circle-up-left-thin:before {
content: "\e923";
}
.ph-arrow-circle-up-right-thin:before {
content: "\e924";
}
.ph-arrow-circle-up-thin:before {
content: "\e925";
}
.ph-arrow-clockwise-thin:before {
content: "\e926";
}
.ph-arrow-counter-clockwise-thin:before {
content: "\e927";
}
.ph-arrow-down-left-thin:before {
content: "\e928";
}
.ph-arrow-down-right-thin:before {
content: "\e929";
}
.ph-arrow-down-thin:before {
content: "\e92a";
}
.ph-arrow-elbow-down-left-thin:before {
content: "\e92b";
}
.ph-arrow-elbow-down-right-thin:before {
content: "\e92c";
}
.ph-arrow-elbow-left-down-thin:before {
content: "\e92d";
}
.ph-arrow-elbow-left-thin:before {
content: "\e92e";
}
.ph-arrow-elbow-left-up-thin:before {
content: "\e92f";
}
.ph-arrow-elbow-right-down-thin:before {
content: "\e930";
}
.ph-arrow-elbow-right-thin:before {
content: "\e931";
}
.ph-arrow-elbow-right-up-thin:before {
content: "\e932";
}
.ph-arrow-elbow-up-left-thin:before {
content: "\e933";
}
.ph-arrow-elbow-up-right-thin:before {
content: "\e934";
}
.ph-arrow-fat-down-thin:before {
content: "\e935";
}
.ph-arrow-fat-left-thin:before {
content: "\e936";
}
.ph-arrow-fat-line-down-thin:before {
content: "\e937";
}
.ph-arrow-fat-line-left-thin:before {
content: "\e938";
}
.ph-arrow-fat-line-right-thin:before {
content: "\e939";
}
.ph-arrow-fat-lines-down-thin:before {
content: "\e93a";
}
.ph-arrow-fat-lines-left-thin:before {
content: "\e93b";
}
.ph-arrow-fat-lines-right-thin:before {
content: "\e93c";
}
.ph-arrow-fat-lines-up-thin:before {
content: "\e93d";
}
.ph-arrow-fat-line-up-thin:before {
content: "\e93e";
}
.ph-arrow-fat-right-thin:before {
content: "\e93f";
}
.ph-arrow-fat-up-thin:before {
content: "\e940";
}
.ph-arrow-left-thin:before {
content: "\e941";
}
.ph-arrow-line-down-left-thin:before {
content: "\e942";
}
.ph-arrow-line-down-right-thin:before {
content: "\e943";
}
.ph-arrow-line-down-thin:before {
content: "\e944";
}
.ph-arrow-line-left-thin:before {
content: "\e945";
}
.ph-arrow-line-right-thin:before {
content: "\e946";
}
.ph-arrow-line-up-left-thin:before {
content: "\e947";
}
.ph-arrow-line-up-right-thin:before {
content: "\e948";
}
.ph-arrow-line-up-thin:before {
content: "\e949";
}
.ph-arrow-right-thin:before {
content: "\e94a";
}
.ph-arrows-clockwise-thin:before {
content: "\e94b";
}
.ph-arrows-counter-clockwise-thin:before {
content: "\e94c";
}
.ph-arrows-down-up-thin:before {
content: "\e94d";
}
.ph-arrows-in-cardinal-thin:before {
content: "\e94e";
}
.ph-arrows-in-line-horizontal-thin:before {
content: "\e94f";
}
.ph-arrows-in-line-vertical-thin:before {
content: "\e950";
}
.ph-arrows-in-simple-thin:before {
content: "\e951";
}
.ph-arrows-in-thin:before {
content: "\e952";
}
.ph-arrows-left-right-thin:before {
content: "\e953";
}
.ph-arrows-out-cardinal-thin:before {
content: "\e954";
}
.ph-arrows-out-line-horizontal-thin:before {
content: "\e955";
}
.ph-arrows-out-line-vertical-thin:before {
content: "\e956";
}
.ph-arrows-out-simple-thin:before {
content: "\e957";
}
.ph-arrows-out-thin:before {
content: "\e958";
}
.ph-arrow-square-down-left-thin:before {
content: "\e959";
}
.ph-arrow-square-down-right-thin:before {
content: "\e95a";
}
.ph-arrow-square-down-thin:before {
content: "\e95b";
}
.ph-arrow-square-in-thin:before {
content: "\e95c";
}
.ph-arrow-square-left-thin:before {
content: "\e95d";
}
.ph-arrow-square-out-thin:before {
content: "\e95e";
}
.ph-arrow-square-right-thin:before {
content: "\e95f";
}
.ph-arrow-square-up-left-thin:before {
content: "\e960";
}
.ph-arrow-square-up-right-thin:before {
content: "\e961";
}
.ph-arrow-square-up-thin:before {
content: "\e962";
}
.ph-arrow-u-down-left-thin:before {
content: "\e963";
}
.ph-arrow-u-down-right-thin:before {
content: "\e964";
}
.ph-arrow-u-left-down-thin:before {
content: "\e965";
}
.ph-arrow-u-left-up-thin:before {
content: "\e966";
}
.ph-arrow-up-left-thin:before {
content: "\e967";
}
.ph-arrow-up-right-thin:before {
content: "\e968";
}
.ph-arrow-up-thin:before {
content: "\e969";
}
.ph-arrow-u-right-down-thin:before {
content: "\e96a";
}
.ph-arrow-u-right-up-thin:before {
content: "\e96b";
}
.ph-arrow-u-up-left-thin:before {
content: "\e96c";
}
.ph-arrow-u-up-right-thin:before {
content: "\e96d";
}
.ph-article-medium-thin:before {
content: "\e96e";
}
.ph-article-ny-times-thin:before {
content: "\e96f";
}
.ph-article-thin:before {
content: "\e970";
}
.ph-asterisk-thin:before {
content: "\e971";
}
.ph-atom-thin:before {
content: "\e972";
}
.ph-at-thin:before {
content: "\e973";
}
.ph-baby-thin:before {
content: "\e974";
}
.ph-backspace-thin:before {
content: "\e975";
}
.ph-bag-simple-thin:before {
content: "\e976";
}
.ph-bag-thin:before {
content: "\e977";
}
.ph-bandaids-thin:before {
content: "\e978";
}
.ph-bank-thin:before {
content: "\e979";
}
.ph-barbell-thin:before {
content: "\e97a";
}
.ph-barcode-thin:before {
content: "\e97b";
}
.ph-baseball-thin:before {
content: "\e97c";
}
.ph-basketball-thin:before {
content: "\e97d";
}
.ph-battery-charging-thin:before {
content: "\e97e";
}
.ph-battery-charging-vertical-thin:before {
content: "\e97f";
}
.ph-battery-empty-thin:before {
content: "\e980";
}
.ph-battery-full-thin:before {
content: "\e981";
}
.ph-battery-high-thin:before {
content: "\e982";
}
.ph-battery-low-thin:before {
content: "\e983";
}
.ph-battery-medium-thin:before {
content: "\e984";
}
.ph-battery-warning-thin:before {
content: "\e985";
}
.ph-battery-warning-vertical-thin:before {
content: "\e986";
}
.ph-bed-thin:before {
content: "\e987";
}
.ph-bell-ringing-thin:before {
content: "\e988";
}
.ph-bell-simple-ringing-thin:before {
content: "\e989";
}
.ph-bell-simple-slash-thin:before {
content: "\e98a";
}
.ph-bell-simple-thin:before {
content: "\e98b";
}
.ph-bell-simple-z-thin:before {
content: "\e98c";
}
.ph-bell-slash-thin:before {
content: "\e98d";
}
.ph-bell-thin:before {
content: "\e98e";
}
.ph-bell-z-thin:before {
content: "\e98f";
}
.ph-bicycle-thin:before {
content: "\e990";
}
.ph-bird-thin:before {
content: "\e991";
}
.ph-bluetooth-connected-thin:before {
content: "\e992";
}
.ph-bluetooth-slash-thin:before {
content: "\e993";
}
.ph-bluetooth-thin:before {
content: "\e994";
}
.ph-bluetooth-x-thin:before {
content: "\e995";
}
.ph-boat-thin:before {
content: "\e996";
}
.ph-book-bookmark-thin:before {
content: "\e997";
}
.ph-bookmark-simple-thin:before {
content: "\e998";
}
.ph-bookmarks-simple-thin:before {
content: "\e999";
}
.ph-bookmarks-thin:before {
content: "\e99a";
}
.ph-bookmark-thin:before {
content: "\e99b";
}
.ph-book-open-thin:before {
content: "\e99c";
}
.ph-books-thin:before {
content: "\e99d";
}
.ph-book-thin:before {
content: "\e99e";
}
.ph-bounding-box-thin:before {
content: "\e99f";
}
.ph-brackets-angle-thin:before {
content: "\e9a0";
}
.ph-brackets-curly-thin:before {
content: "\e9a1";
}
.ph-brackets-round-thin:before {
content: "\e9a2";
}
.ph-brackets-square-thin:before {
content: "\e9a3";
}
.ph-brain-thin:before {
content: "\e9a4";
}
.ph-brandy-thin:before {
content: "\e9a5";
}
.ph-briefcase-metal-thin:before {
content: "\e9a6";
}
.ph-briefcase-thin:before {
content: "\e9a7";
}
.ph-broadcast-thin:before {
content: "\e9a8";
}
.ph-browsers-thin:before {
content: "\e9a9";
}
.ph-browser-thin:before {
content: "\e9aa";
}
.ph-bug-beetle-thin:before {
content: "\e9ab";
}
.ph-bug-droid-thin:before {
content: "\e9ac";
}
.ph-bug-thin:before {
content: "\e9ad";
}
.ph-buildings-thin:before {
content: "\e9ae";
}
.ph-bus-thin:before {
content: "\e9af";
}
.ph-cake-thin:before {
content: "\e9b0";
}
.ph-calculator-thin:before {
content: "\e9b1";
}
.ph-calendar-blank-thin:before {
content: "\e9b2";
}
.ph-calendar-check-thin:before {
content: "\e9b3";
}
.ph-calendar-plus-thin:before {
content: "\e9b4";
}
.ph-calendar-thin:before {
content: "\e9b5";
}
.ph-calendar-x-thin:before {
content: "\e9b6";
}
.ph-camera-slash-thin:before {
content: "\e9b7";
}
.ph-camera-thin:before {
content: "\e9b8";
}
.ph-cardholder-thin:before {
content: "\e9b9";
}
.ph-cards-thin:before {
content: "\e9ba";
}
.ph-caret-circle-double-down-thin:before {
content: "\e9bb";
}
.ph-caret-circle-double-left-thin:before {
content: "\e9bc";
}
.ph-caret-circle-double-right-thin:before {
content: "\e9bd";
}
.ph-caret-circle-double-up-thin:before {
content: "\e9be";
}
.ph-caret-circle-down-thin:before {
content: "\e9bf";
}
.ph-caret-circle-left-thin:before {
content: "\e9c0";
}
.ph-caret-circle-right-thin:before {
content: "\e9c1";
}
.ph-caret-circle-up-thin:before {
content: "\e9c2";
}
.ph-caret-double-down-thin:before {
content: "\e9c3";
}
.ph-caret-double-left-thin:before {
content: "\e9c4";
}
.ph-caret-double-right-thin:before {
content: "\e9c5";
}
.ph-caret-double-up-thin:before {
content: "\e9c6";
}
.ph-caret-down-thin:before {
content: "\e9c7";
}
.ph-caret-left-thin:before {
content: "\e9c8";
}
.ph-caret-right-thin:before {
content: "\e9c9";
}
.ph-caret-up-thin:before {
content: "\e9ca";
}
.ph-car-simple-thin:before {
content: "\e9cb";
}
.ph-car-thin:before {
content: "\e9cc";
}
.ph-cat-thin:before {
content: "\e9cd";
}
.ph-cell-signal-full-thin:before {
content: "\e9ce";
}
.ph-cell-signal-high-thin:before {
content: "\e9cf";
}
.ph-cell-signal-low-thin:before {
content: "\e9d0";
}
.ph-cell-signal-medium-thin:before {
content: "\e9d1";
}
.ph-cell-signal-none-thin:before {
content: "\e9d2";
}
.ph-cell-signal-slash-thin:before {
content: "\e9d3";
}
.ph-cell-signal-x-thin:before {
content: "\e9d4";
}
.ph-chalkboard-simple-thin:before {
content: "\e9d5";
}
.ph-chalkboard-teacher-thin:before {
content: "\e9d6";
}
.ph-chalkboard-thin:before {
content: "\e9d7";
}
.ph-chart-bar-horizontal-thin:before {
content: "\e9d8";
}
.ph-chart-bar-thin:before {
content: "\e9d9";
}
.ph-chart-line-thin:before {
content: "\e9da";
}
.ph-chart-line-up-thin:before {
content: "\e9db";
}
.ph-chart-pie-slice-thin:before {
content: "\e9dc";
}
.ph-chart-pie-thin:before {
content: "\e9dd";
}
.ph-chat-centered-dots-thin:before {
content: "\e9de";
}
.ph-chat-centered-text-thin:before {
content: "\e9df";
}
.ph-chat-centered-thin:before {
content: "\e9e0";
}
.ph-chat-circle-dots-thin:before {
content: "\e9e1";
}
.ph-chat-circle-text-thin:before {
content: "\e9e2";
}
.ph-chat-circle-thin:before {
content: "\e9e3";
}
.ph-chat-dots-thin:before {
content: "\e9e4";
}
.ph-chats-circle-thin:before {
content: "\e9e5";
}
.ph-chats-teardrop-thin:before {
content: "\e9e6";
}
.ph-chats-thin:before {
content: "\e9e7";
}
.ph-chat-teardrop-dots-thin:before {
content: "\e9e8";
}
.ph-chat-teardrop-text-thin:before {
content: "\e9e9";
}
.ph-chat-teardrop-thin:before {
content: "\e9ea";
}
.ph-chat-text-thin:before {
content: "\e9eb";
}
.ph-chat-thin:before {
content: "\e9ec";
}
.ph-check-circle-thin:before {
content: "\e9ed";
}
.ph-check-square-offset-thin:before {
content: "\e9ee";
}
.ph-check-square-thin:before {
content: "\e9ef";
}
.ph-checks-thin:before {
content: "\e9f0";
}
.ph-check-thin:before {
content: "\e9f1";
}
.ph-circle-dashed-thin:before {
content: "\e9f2";
}
.ph-circle-half-thin:before {
content: "\e9f3";
}
.ph-circle-half-tilt-thin:before {
content: "\e9f4";
}
.ph-circles-four-thin:before {
content: "\e9f5";
}
.ph-circles-three-plus-thin:before {
content: "\e9f6";
}
.ph-circles-three-thin:before {
content: "\e9f7";
}
.ph-circle-thin:before {
content: "\e9f8";
}
.ph-circle-wavy-check-thin:before {
content: "\e9f9";
}
.ph-circle-wavy-question-thin:before {
content: "\e9fa";
}
.ph-circle-wavy-thin:before {
content: "\e9fb";
}
.ph-circle-wavy-warning-thin:before {
content: "\e9fc";
}
.ph-clipboard-text-thin:before {
content: "\e9fd";
}
.ph-clipboard-thin:before {
content: "\e9fe";
}
.ph-clock-afternoon-thin:before {
content: "\e9ff";
}
.ph-clock-clockwise-thin:before {
content: "\ea00";
}
.ph-clock-counter-clockwise-thin:before {
content: "\ea01";
}
.ph-clock-thin:before {
content: "\ea02";
}
.ph-closed-captioning-thin:before {
content: "\ea03";
}
.ph-cloud-arrow-down-thin:before {
content: "\ea04";
}
.ph-cloud-arrow-up-thin:before {
content: "\ea05";
}
.ph-cloud-check-thin:before {
content: "\ea06";
}
.ph-cloud-fog-thin:before {
content: "\ea07";
}
.ph-cloud-lightning-thin:before {
content: "\ea08";
}
.ph-cloud-moon-thin:before {
content: "\ea09";
}
.ph-cloud-rain-thin:before {
content: "\ea0a";
}
.ph-cloud-slash-thin:before {
content: "\ea0b";
}
.ph-cloud-snow-thin:before {
content: "\ea0c";
}
.ph-cloud-sun-thin:before {
content: "\ea0d";
}
.ph-cloud-thin:before {
content: "\ea0e";
}
.ph-club-thin:before {
content: "\ea0f";
}
.ph-code-simple-thin:before {
content: "\ea10";
}
.ph-code-thin:before {
content: "\ea11";
}
.ph-coffee-thin:before {
content: "\ea12";
}
.ph-coin-thin:before {
content: "\ea13";
}
.ph-columns-thin:before {
content: "\ea14";
}
.ph-command-thin:before {
content: "\ea15";
}
.ph-compass-thin:before {
content: "\ea16";
}
.ph-computer-tower-thin:before {
content: "\ea17";
}
.ph-cookie-thin:before {
content: "\ea18";
}
.ph-cooking-pot-thin:before {
content: "\ea19";
}
.ph-copyright-thin:before {
content: "\ea1a";
}
.ph-copy-simple-thin:before {
content: "\ea1b";
}
.ph-copy-thin:before {
content: "\ea1c";
}
.ph-corners-in-thin:before {
content: "\ea1d";
}
.ph-corners-out-thin:before {
content: "\ea1e";
}
.ph-cpu-thin:before {
content: "\ea1f";
}
.ph-credit-card-thin:before {
content: "\ea20";
}
.ph-crop-thin:before {
content: "\ea21";
}
.ph-crosshair-simple-thin:before {
content: "\ea22";
}
.ph-crosshair-thin:before {
content: "\ea23";
}
.ph-crown-simple-thin:before {
content: "\ea24";
}
.ph-crown-thin:before {
content: "\ea25";
}
.ph-cube-thin:before {
content: "\ea26";
}
.ph-currency-btc-thin:before {
content: "\ea27";
}
.ph-currency-circle-dollar-thin:before {
content: "\ea28";
}
.ph-currency-cny-thin:before {
content: "\ea29";
}
.ph-currency-dollar-simple-thin:before {
content: "\ea2a";
}
.ph-currency-dollar-thin:before {
content: "\ea2b";
}
.ph-currency-eur-thin:before {
content: "\ea2c";
}
.ph-currency-gbp-thin:before {
content: "\ea2d";
}
.ph-currency-inr-thin:before {
content: "\ea2e";
}
.ph-currency-jpy-thin:before {
content: "\ea2f";
}
.ph-currency-krw-thin:before {
content: "\ea30";
}
.ph-currency-rub-thin:before {
content: "\ea31";
}
.ph-cursor-thin:before {
content: "\ea32";
}
.ph-database-thin:before {
content: "\ea33";
}
.ph-desktop-thin:before {
content: "\ea34";
}
.ph-desktop-tower-thin:before {
content: "\ea35";
}
.ph-device-mobile-camera-thin:before {
content: "\ea36";
}
.ph-device-mobile-speaker-thin:before {
content: "\ea37";
}
.ph-device-mobile-thin:before {
content: "\ea38";
}
.ph-device-tablet-camera-thin:before {
content: "\ea39";
}
.ph-device-tablet-speaker-thin:before {
content: "\ea3a";
}
.ph-device-tablet-thin:before {
content: "\ea3b";
}
.ph-diamond-thin:before {
content: "\ea3c";
}
.ph-dice-five-thin:before {
content: "\ea3d";
}
.ph-dice-four-thin:before {
content: "\ea3e";
}
.ph-dice-one-thin:before {
content: "\ea3f";
}
.ph-dice-six-thin:before {
content: "\ea40";
}
.ph-dice-three-thin:before {
content: "\ea41";
}
.ph-dice-two-thin:before {
content: "\ea42";
}
.ph-discord-logo-thin:before {
content: "\ea43";
}
.ph-disc-thin:before {
content: "\ea44";
}
.ph-divide-thin:before {
content: "\ea45";
}
.ph-dog-thin:before {
content: "\ea46";
}
.ph-door-thin:before {
content: "\ea47";
}
.ph-dots-nine-thin:before {
content: "\ea48";
}
.ph-dots-six-thin:before {
content: "\ea49";
}
.ph-dots-six-vertical-thin:before {
content: "\ea4a";
}
.ph-dots-three-circle-thin:before {
content: "\ea4b";
}
.ph-dots-three-circle-vertical-thin:before {
content: "\ea4c";
}
.ph-dots-three-outline-thin:before {
content: "\ea4d";
}
.ph-dots-three-outline-vertical-thin:before {
content: "\ea4e";
}
.ph-dots-three-thin:before {
content: "\ea4f";
}
.ph-dots-three-vertical-thin:before {
content: "\ea50";
}
.ph-download-simple-thin:before {
content: "\ea51";
}
.ph-download-thin:before {
content: "\ea52";
}
.ph-dribbble-logo-thin:before {
content: "\ea53";
}
.ph-drop-half-thin:before {
content: "\ea54";
}
.ph-drop-thin:before {
content: "\ea55";
}
.ph-ear-slash-thin:before {
content: "\ea56";
}
.ph-ear-thin:before {
content: "\ea57";
}
.ph-eject-simple-thin:before {
content: "\ea58";
}
.ph-eject-thin:before {
content: "\ea59";
}
.ph-envelope-open-thin:before {
content: "\ea5a";
}
.ph-envelope-simple-open-thin:before {
content: "\ea5b";
}
.ph-envelope-simple-thin:before {
content: "\ea5c";
}
.ph-envelope-thin:before {
content: "\ea5d";
}
.ph-equals-thin:before {
content: "\ea5e";
}
.ph-eraser-thin:before {
content: "\ea5f";
}
.ph-export-thin:before {
content: "\ea60";
}
.ph-eye-closed-thin:before {
content: "\ea61";
}
.ph-eyedropper-thin:before {
content: "\ea62";
}
.ph-eye-slash-thin:before {
content: "\ea63";
}
.ph-eye-thin:before {
content: "\ea64";
}
.ph-facebook-logo-thin:before {
content: "\ea65";
}
.ph-face-mask-thin:before {
content: "\ea66";
}
.ph-factory-thin:before {
content: "\ea67";
}
.ph-faders-horizontal-thin:before {
content: "\ea68";
}
.ph-faders-thin:before {
content: "\ea69";
}
.ph-fast-forward-circle-thin:before {
content: "\ea6a";
}
.ph-fast-forward-thin:before {
content: "\ea6b";
}
.ph-figma-logo-thin:before {
content: "\ea6c";
}
.ph-file-arrow-down-thin:before {
content: "\ea6d";
}
.ph-file-arrow-up-thin:before {
content: "\ea6e";
}
.ph-file-dotted-thin:before {
content: "\ea6f";
}
.ph-file-minus-thin:before {
content: "\ea70";
}
.ph-file-pdf-thin:before {
content: "\ea71";
}
.ph-file-plus-thin:before {
content: "\ea72";
}
.ph-file-search-thin:before {
content: "\ea73";
}
.ph-files-thin:before {
content: "\ea74";
}
.ph-file-text-thin:before {
content: "\ea75";
}
.ph-file-thin:before {
content: "\ea76";
}
.ph-file-x-thin:before {
content: "\ea77";
}
.ph-film-strip-thin:before {
content: "\ea78";
}
.ph-fingerprint-simple-thin:before {
content: "\ea79";
}
.ph-fingerprint-thin:before {
content: "\ea7a";
}
.ph-finn-the-human-thin:before {
content: "\ea7b";
}
.ph-fire-simple-thin:before {
content: "\ea7c";
}
.ph-fire-thin:before {
content: "\ea7d";
}
.ph-first-aid-kit-thin:before {
content: "\ea7e";
}
.ph-first-aid-thin:before {
content: "\ea7f";
}
.ph-fish-simple-thin:before {
content: "\ea80";
}
.ph-fish-thin:before {
content: "\ea81";
}
.ph-flag-banner-thin:before {
content: "\ea82";
}
.ph-flag-thin:before {
content: "\ea83";
}
.ph-flame-thin:before {
content: "\ea84";
}
.ph-flashlight-thin:before {
content: "\ea85";
}
.ph-flask-thin:before {
content: "\ea86";
}
.ph-floppy-disk-back-thin:before {
content: "\ea87";
}
.ph-floppy-disk-thin:before {
content: "\ea88";
}
.ph-flow-arrow-thin:before {
content: "\ea89";
}
.ph-flower-lotus-thin:before {
content: "\ea8a";
}
.ph-flower-thin:before {
content: "\ea8b";
}
.ph-folder-minus-thin:before {
content: "\ea8c";
}
.ph-folder-notch-minus-thin:before {
content: "\ea8d";
}
.ph-folder-notch-open-thin:before {
content: "\ea8e";
}
.ph-folder-notch-plus-thin:before {
content: "\ea8f";
}
.ph-folder-notch-thin:before {
content: "\ea90";
}
.ph-folder-open-thin:before {
content: "\ea91";
}
.ph-folder-plus-thin:before {
content: "\ea92";
}
.ph-folder-simple-minus-thin:before {
content: "\ea93";
}
.ph-folder-simple-plus-thin:before {
content: "\ea94";
}
.ph-folder-simple-thin:before {
content: "\ea95";
}
.ph-folders-thin:before {
content: "\ea96";
}
.ph-folder-thin:before {
content: "\ea97";
}
.ph-football-thin:before {
content: "\ea98";
}
.ph-fork-knife-thin:before {
content: "\ea99";
}
.ph-frame-corners-thin:before {
content: "\ea9a";
}
.ph-framer-logo-thin:before {
content: "\ea9b";
}
.ph-funnel-simple-thin:before {
content: "\ea9c";
}
.ph-funnel-thin:before {
content: "\ea9d";
}
.ph-game-controller-thin:before {
content: "\ea9e";
}
.ph-gas-pump-thin:before {
content: "\ea9f";
}
.ph-gauge-thin:before {
content: "\eaa0";
}
.ph-gear-six-thin:before {
content: "\eaa1";
}
.ph-gear-thin:before {
content: "\eaa2";
}
.ph-gender-female-thin:before {
content: "\eaa3";
}
.ph-gender-intersex-thin:before {
content: "\eaa4";
}
.ph-gender-male-thin:before {
content: "\eaa5";
}
.ph-gender-neuter-thin:before {
content: "\eaa6";
}
.ph-gender-nonbinary-thin:before {
content: "\eaa7";
}
.ph-gender-transgender-thin:before {
content: "\eaa8";
}
.ph-ghost-thin:before {
content: "\eaa9";
}
.ph-gif-thin:before {
content: "\eaaa";
}
.ph-gift-thin:before {
content: "\eaab";
}
.ph-git-branch-thin:before {
content: "\eaac";
}
.ph-git-commit-thin:before {
content: "\eaad";
}
.ph-git-diff-thin:before {
content: "\eaae";
}
.ph-git-fork-thin:before {
content: "\eaaf";
}
.ph-github-logo-thin:before {
content: "\eab0";
}
.ph-gitlab-logo-simple-thin:before {
content: "\eab1";
}
.ph-gitlab-logo-thin:before {
content: "\eab2";
}
.ph-git-merge-thin:before {
content: "\eab3";
}
.ph-git-pull-request-thin:before {
content: "\eab4";
}
.ph-globe-hemisphere-east-thin:before {
content: "\eab5";
}
.ph-globe-hemisphere-west-thin:before {
content: "\eab6";
}
.ph-globe-simple-thin:before {
content: "\eab7";
}
.ph-globe-stand-thin:before {
content: "\eab8";
}
.ph-globe-thin:before {
content: "\eab9";
}
.ph-google-logo-thin:before {
content: "\eaba";
}
.ph-google-play-logo-thin:before {
content: "\eabb";
}
.ph-graduation-cap-thin:before {
content: "\eabc";
}
.ph-grid-four-thin:before {
content: "\eabd";
}
.ph-handbag-simple-thin:before {
content: "\eabe";
}
.ph-handbag-thin:before {
content: "\eabf";
}
.ph-hand-fist-thin:before {
content: "\eac0";
}
.ph-hand-grabbing-thin:before {
content: "\eac1";
}
.ph-hand-palm-thin:before {
content: "\eac2";
}
.ph-hand-pointing-thin:before {
content: "\eac3";
}
.ph-hands-clapping-thin:before {
content: "\eac4";
}
.ph-handshake-thin:before {
content: "\eac5";
}
.ph-hand-soap-thin:before {
content: "\eac6";
}
.ph-hand-thin:before {
content: "\eac7";
}
.ph-hand-waving-thin:before {
content: "\eac8";
}
.ph-hard-drives-thin:before {
content: "\eac9";
}
.ph-hard-drive-thin:before {
content: "\eaca";
}
.ph-hash-straight-thin:before {
content: "\eacb";
}
.ph-hash-thin:before {
content: "\eacc";
}
.ph-headlights-thin:before {
content: "\eacd";
}
.ph-headphones-thin:before {
content: "\eace";
}
.ph-headset-thin:before {
content: "\eacf";
}
.ph-heartbeat-thin:before {
content: "\ead0";
}
.ph-heart-straight-thin:before {
content: "\ead1";
}
.ph-heart-thin:before {
content: "\ead2";
}
.ph-hexagon-thin:before {
content: "\ead3";
}
.ph-highlighter-circle-thin:before {
content: "\ead4";
}
.ph-horse-thin:before {
content: "\ead5";
}
.ph-hourglass-high-thin:before {
content: "\ead6";
}
.ph-hourglass-low-thin:before {
content: "\ead7";
}
.ph-hourglass-medium-thin:before {
content: "\ead8";
}
.ph-hourglass-simple-high-thin:before {
content: "\ead9";
}
.ph-hourglass-simple-low-thin:before {
content: "\eada";
}
.ph-hourglass-simple-medium-thin:before {
content: "\eadb";
}
.ph-hourglass-simple-thin:before {
content: "\eadc";
}
.ph-hourglass-thin:before {
content: "\eadd";
}
.ph-house-line-thin:before {
content: "\eade";
}
.ph-house-simple-thin:before {
content: "\eadf";
}
.ph-house-thin:before {
content: "\eae0";
}
.ph-identification-badge-thin:before {
content: "\eae1";
}
.ph-identification-card-thin:before {
content: "\eae2";
}
.ph-image-square-thin:before {
content: "\eae3";
}
.ph-image-thin:before {
content: "\eae4";
}
.ph-infinity-thin:before {
content: "\eae5";
}
.ph-info-thin:before {
content: "\eae6";
}
.ph-instagram-logo-thin:before {
content: "\eae7";
}
.ph-intersect-thin:before {
content: "\eae8";
}
.ph-jeep-thin:before {
content: "\eae9";
}
.ph-keyboard-thin:before {
content: "\eaea";
}
.ph-key-return-thin:before {
content: "\eaeb";
}
.ph-key-thin:before {
content: "\eaec";
}
.ph-knife-thin:before {
content: "\eaed";
}
.ph-lamp-thin:before {
content: "\eaee";
}
.ph-laptop-thin:before {
content: "\eaef";
}
.ph-layout-thin:before {
content: "\eaf0";
}
.ph-leaf-thin:before {
content: "\eaf1";
}
.ph-lifebuoy-thin:before {
content: "\eaf2";
}
.ph-lightbulb-filament-thin:before {
content: "\eaf3";
}
.ph-lightbulb-thin:before {
content: "\eaf4";
}
.ph-lightning-slash-thin:before {
content: "\eaf5";
}
.ph-lightning-thin:before {
content: "\eaf6";
}
.ph-line-segments-thin:before {
content: "\eaf7";
}
.ph-line-segment-thin:before {
content: "\eaf8";
}
.ph-link-break-thin:before {
content: "\eaf9";
}
.ph-linkedin-logo-thin:before {
content: "\eafa";
}
.ph-link-simple-break-thin:before {
content: "\eafb";
}
.ph-link-simple-horizontal-break-thin:before {
content: "\eafc";
}
.ph-link-simple-horizontal-thin:before {
content: "\eafd";
}
.ph-link-simple-thin:before {
content: "\eafe";
}
.ph-link-thin:before {
content: "\eaff";
}
.ph-list-bullets-thin:before {
content: "\eb00";
}
.ph-list-dashes-thin:before {
content: "\eb01";
}
.ph-list-numbers-thin:before {
content: "\eb02";
}
.ph-list-plus-thin:before {
content: "\eb03";
}
.ph-list-thin:before {
content: "\eb04";
}
.ph-lock-key-open-thin:before {
content: "\eb05";
}
.ph-lock-key-thin:before {
content: "\eb06";
}
.ph-lock-laminated-open-thin:before {
content: "\eb07";
}
.ph-lock-laminated-thin:before {
content: "\eb08";
}
.ph-lock-open-thin:before {
content: "\eb09";
}
.ph-lock-simple-open-thin:before {
content: "\eb0a";
}
.ph-lock-simple-thin:before {
content: "\eb0b";
}
.ph-lock-thin:before {
content: "\eb0c";
}
.ph-magic-wand-thin:before {
content: "\eb0d";
}
.ph-magnet-straight-thin:before {
content: "\eb0e";
}
.ph-magnet-thin:before {
content: "\eb0f";
}
.ph-magnifying-glass-minus-thin:before {
content: "\eb10";
}
.ph-magnifying-glass-plus-thin:before {
content: "\eb11";
}
.ph-magnifying-glass-thin:before {
content: "\eb12";
}
.ph-map-pin-line-thin:before {
content: "\eb13";
}
.ph-map-pin-thin:before {
content: "\eb14";
}
.ph-map-trifold-thin:before {
content: "\eb15";
}
.ph-marker-circle-thin:before {
content: "\eb16";
}
.ph-martini-thin:before {
content: "\eb17";
}
.ph-math-operations-thin:before {
content: "\eb18";
}
.ph-medal-thin:before {
content: "\eb19";
}
.ph-medium-logo-thin:before {
content: "\eb1a";
}
.ph-megaphone-simple-thin:before {
content: "\eb1b";
}
.ph-megaphone-thin:before {
content: "\eb1c";
}
.ph-messenger-logo-thin:before {
content: "\eb1d";
}
.ph-microphone-slash-thin:before {
content: "\eb1e";
}
.ph-microphone-thin:before {
content: "\eb1f";
}
.ph-minus-circle-thin:before {
content: "\eb20";
}
.ph-minus-thin:before {
content: "\eb21";
}
.ph-money-thin:before {
content: "\eb22";
}
.ph-monitor-play-thin:before {
content: "\eb23";
}
.ph-monitor-thin:before {
content: "\eb24";
}
.ph-moon-stars-thin:before {
content: "\eb25";
}
.ph-moon-thin:before {
content: "\eb26";
}
.ph-mouse-simple-thin:before {
content: "\eb27";
}
.ph-mouse-thin:before {
content: "\eb28";
}
.ph-music-note-simple-thin:before {
content: "\eb29";
}
.ph-music-notes-simple-thin:before {
content: "\eb2a";
}
.ph-music-notes-thin:before {
content: "\eb2b";
}
.ph-music-note-thin:before {
content: "\eb2c";
}
.ph-navigation-arrow-thin:before {
content: "\eb2d";
}
.ph-newspaper-clipping-thin:before {
content: "\eb2e";
}
.ph-newspaper-thin:before {
content: "\eb2f";
}
.ph-note-blank-thin:before {
content: "\eb30";
}
.ph-notebook-thin:before {
content: "\eb31";
}
.ph-notepad-thin:before {
content: "\eb32";
}
.ph-note-pencil-thin:before {
content: "\eb33";
}
.ph-note-thin:before {
content: "\eb34";
}
.ph-notification-thin:before {
content: "\eb35";
}
.ph-number-circle-eight-thin:before {
content: "\eb36";
}
.ph-number-circle-five-thin:before {
content: "\eb37";
}
.ph-number-circle-four-thin:before {
content: "\eb38";
}
.ph-number-circle-nine-thin:before {
content: "\eb39";
}
.ph-number-circle-one-thin:before {
content: "\eb3a";
}
.ph-number-circle-seven-thin:before {
content: "\eb3b";
}
.ph-number-circle-six-thin:before {
content: "\eb3c";
}
.ph-number-circle-three-thin:before {
content: "\eb3d";
}
.ph-number-circle-two-thin:before {
content: "\eb3e";
}
.ph-number-circle-zero-thin:before {
content: "\eb3f";
}
.ph-number-eight-thin:before {
content: "\eb40";
}
.ph-number-five-thin:before {
content: "\eb41";
}
.ph-number-four-thin:before {
content: "\eb42";
}
.ph-number-nine-thin:before {
content: "\eb43";
}
.ph-number-one-thin:before {
content: "\eb44";
}
.ph-number-seven-thin:before {
content: "\eb45";
}
.ph-number-six-thin:before {
content: "\eb46";
}
.ph-number-square-eight-thin:before {
content: "\eb47";
}
.ph-number-square-five-thin:before {
content: "\eb48";
}
.ph-number-square-four-thin:before {
content: "\eb49";
}
.ph-number-square-nine-thin:before {
content: "\eb4a";
}
.ph-number-square-one-thin:before {
content: "\eb4b";
}
.ph-number-square-seven-thin:before {
content: "\eb4c";
}
.ph-number-square-six-thin:before {
content: "\eb4d";
}
.ph-number-square-three-thin:before {
content: "\eb4e";
}
.ph-number-square-two-thin:before {
content: "\eb4f";
}
.ph-number-square-zero-thin:before {
content: "\eb50";
}
.ph-number-three-thin:before {
content: "\eb51";
}
.ph-number-two-thin:before {
content: "\eb52";
}
.ph-number-zero-thin:before {
content: "\eb53";
}
.ph-nut-thin:before {
content: "\eb54";
}
.ph-ny-times-logo-thin:before {
content: "\eb55";
}
.ph-octagon-thin:before {
content: "\eb56";
}
.ph-package-thin:before {
content: "\eb57";
}
.ph-paint-brush-broad-thin:before {
content: "\eb58";
}
.ph-paint-brush-household-thin:before {
content: "\eb59";
}
.ph-paint-brush-thin:before {
content: "\eb5a";
}
.ph-paint-bucket-thin:before {
content: "\eb5b";
}
.ph-paint-roller-thin:before {
content: "\eb5c";
}
.ph-palette-thin:before {
content: "\eb5d";
}
.ph-paperclip-horizontal-thin:before {
content: "\eb5e";
}
.ph-paperclip-thin:before {
content: "\eb5f";
}
.ph-paper-plane-right-thin:before {
content: "\eb60";
}
.ph-paper-plane-thin:before {
content: "\eb61";
}
.ph-paper-plane-tilt-thin:before {
content: "\eb62";
}
.ph-path-thin:before {
content: "\eb63";
}
.ph-pause-circle-thin:before {
content: "\eb64";
}
.ph-pause-thin:before {
content: "\eb65";
}
.ph-paw-print-thin:before {
content: "\eb66";
}
.ph-peace-thin:before {
content: "\eb67";
}
.ph-pencil-circle-thin:before {
content: "\eb68";
}
.ph-pencil-line-thin:before {
content: "\eb69";
}
.ph-pencil-simple-thin:before {
content: "\eb6a";
}
.ph-pencil-thin:before {
content: "\eb6b";
}
.ph-pen-nib-straight-thin:before {
content: "\eb6c";
}
.ph-pen-nib-thin:before {
content: "\eb6d";
}
.ph-pen-thin:before {
content: "\eb6e";
}
.ph-percent-thin:before {
content: "\eb6f";
}
.ph-person-simple-run-thin:before {
content: "\eb70";
}
.ph-person-simple-thin:before {
content: "\eb71";
}
.ph-person-simple-walk-thin:before {
content: "\eb72";
}
.ph-person-thin:before {
content: "\eb73";
}
.ph-phone-call-thin:before {
content: "\eb74";
}
.ph-phone-disconnect-thin:before {
content: "\eb75";
}
.ph-phone-incoming-thin:before {
content: "\eb76";
}
.ph-phone-outgoing-thin:before {
content: "\eb77";
}
.ph-phone-slash-thin:before {
content: "\eb78";
}
.ph-phone-thin:before {
content: "\eb79";
}
.ph-phone-x-thin:before {
content: "\eb7a";
}
.ph-phosphor-logo-thin:before {
content: "\eb7b";
}
.ph-picture-in-picture-thin:before {
content: "\eb7c";
}
.ph-pill-thin:before {
content: "\eb7d";
}
.ph-pinterest-logo-thin:before {
content: "\eb7e";
}
.ph-pizza-thin:before {
content: "\eb7f";
}
.ph-placeholder-thin:before {
content: "\eb80";
}
.ph-planet-thin:before {
content: "\eb81";
}
.ph-play-circle-thin:before {
content: "\eb82";
}
.ph-playlist-thin:before {
content: "\eb83";
}
.ph-play-thin:before {
content: "\eb84";
}
.ph-plus-circle-thin:before {
content: "\eb85";
}
.ph-plus-minus-thin:before {
content: "\eb86";
}
.ph-plus-thin:before {
content: "\eb87";
}
.ph-poker-chip-thin:before {
content: "\eb88";
}
.ph-polygon-thin:before {
content: "\eb89";
}
.ph-power-thin:before {
content: "\eb8a";
}
.ph-prescription-thin:before {
content: "\eb8b";
}
.ph-presentation-chart-thin:before {
content: "\eb8c";
}
.ph-presentation-thin:before {
content: "\eb8d";
}
.ph-printer-thin:before {
content: "\eb8e";
}
.ph-prohibit-inset-thin:before {
content: "\eb8f";
}
.ph-prohibit-thin:before {
content: "\eb90";
}
.ph-projector-screen-chart-thin:before {
content: "\eb91";
}
.ph-projector-screen-thin:before {
content: "\eb92";
}
.ph-push-pin-simple-slash-thin:before {
content: "\eb93";
}
.ph-push-pin-simple-thin:before {
content: "\eb94";
}
.ph-push-pin-slash-thin:before {
content: "\eb95";
}
.ph-push-pin-thin:before {
content: "\eb96";
}
.ph-puzzle-piece-thin:before {
content: "\eb97";
}
.ph-qr-code-thin:before {
content: "\eb98";
}
.ph-question-thin:before {
content: "\eb99";
}
.ph-queue-thin:before {
content: "\eb9a";
}
.ph-quotes-thin:before {
content: "\eb9b";
}
.ph-radical-thin:before {
content: "\eb9c";
}
.ph-radio-thin:before {
content: "\eb9d";
}
.ph-rainbow-cloud-thin:before {
content: "\eb9e";
}
.ph-rainbow-thin:before {
content: "\eb9f";
}
.ph-receipt-thin:before {
content: "\eba0";
}
.ph-record-thin:before {
content: "\eba1";
}
.ph-rectangle-thin:before {
content: "\eba2";
}
.ph-recycle-thin:before {
content: "\eba3";
}
.ph-reddit-logo-thin:before {
content: "\eba4";
}
.ph-repeat-once-thin:before {
content: "\eba5";
}
.ph-repeat-thin:before {
content: "\eba6";
}
.ph-rewind-circle-thin:before {
content: "\eba7";
}
.ph-rewind-thin:before {
content: "\eba8";
}
.ph-robot-thin:before {
content: "\eba9";
}
.ph-rocket-launch-thin:before {
content: "\ebaa";
}
.ph-rocket-thin:before {
content: "\ebab";
}
.ph-rows-thin:before {
content: "\ebac";
}
.ph-rss-simple-thin:before {
content: "\ebad";
}
.ph-rss-thin:before {
content: "\ebae";
}
.ph-ruler-thin:before {
content: "\ebaf";
}
.ph-scales-thin:before {
content: "\ebb0";
}
.ph-scissors-thin:before {
content: "\ebb1";
}
.ph-screencast-thin:before {
content: "\ebb2";
}
.ph-scribble-loop-thin:before {
content: "\ebb3";
}
.ph-selection-all-thin:before {
content: "\ebb4";
}
.ph-selection-background-thin:before {
content: "\ebb5";
}
.ph-selection-foreground-thin:before {
content: "\ebb6";
}
.ph-selection-inverse-thin:before {
content: "\ebb7";
}
.ph-selection-plus-thin:before {
content: "\ebb8";
}
.ph-selection-slash-thin:before {
content: "\ebb9";
}
.ph-selection-thin:before {
content: "\ebba";
}
.ph-share-network-thin:before {
content: "\ebbb";
}
.ph-share-thin:before {
content: "\ebbc";
}
.ph-shield-checkered-thin:before {
content: "\ebbd";
}
.ph-shield-check-thin:before {
content: "\ebbe";
}
.ph-shield-chevron-thin:before {
content: "\ebbf";
}
.ph-shield-plus-thin:before {
content: "\ebc0";
}
.ph-shield-slash-thin:before {
content: "\ebc1";
}
.ph-shield-thin:before {
content: "\ebc2";
}
.ph-shield-warning-thin:before {
content: "\ebc3";
}
.ph-shopping-bag-open-thin:before {
content: "\ebc4";
}
.ph-shopping-bag-thin:before {
content: "\ebc5";
}
.ph-shopping-cart-simple-thin:before {
content: "\ebc6";
}
.ph-shopping-cart-thin:before {
content: "\ebc7";
}
.ph-shower-thin:before {
content: "\ebc8";
}
.ph-shuffle-angular-thin:before {
content: "\ebc9";
}
.ph-shuffle-simple-thin:before {
content: "\ebca";
}
.ph-shuffle-thin:before {
content: "\ebcb";
}
.ph-sign-in-thin:before {
content: "\ebcc";
}
.ph-sign-out-thin:before {
content: "\ebcd";
}
.ph-sim-card-thin:before {
content: "\ebce";
}
.ph-sketch-logo-thin:before {
content: "\ebcf";
}
.ph-skip-back-circle-thin:before {
content: "\ebd0";
}
.ph-skip-back-thin:before {
content: "\ebd1";
}
.ph-skip-forward-circle-thin:before {
content: "\ebd2";
}
.ph-skip-forward-thin:before {
content: "\ebd3";
}
.ph-slack-logo-thin:before {
content: "\ebd4";
}
.ph-sliders-horizontal-thin:before {
content: "\ebd5";
}
.ph-sliders-thin:before {
content: "\ebd6";
}
.ph-smiley-blank-thin:before {
content: "\ebd7";
}
.ph-smiley-meh-thin:before {
content: "\ebd8";
}
.ph-smiley-nervous-thin:before {
content: "\ebd9";
}
.ph-smiley-sad-thin:before {
content: "\ebda";
}
.ph-smiley-sticker-thin:before {
content: "\ebdb";
}
.ph-smiley-thin:before {
content: "\ebdc";
}
.ph-smiley-wink-thin:before {
content: "\ebdd";
}
.ph-smiley-x-eyes-thin:before {
content: "\ebde";
}
.ph-snapchat-logo-thin:before {
content: "\ebdf";
}
.ph-snowflake-thin:before {
content: "\ebe0";
}
.ph-soccer-ball-thin:before {
content: "\ebe1";
}
.ph-sort-ascending-thin:before {
content: "\ebe2";
}
.ph-sort-descending-thin:before {
content: "\ebe3";
}
.ph-spade-thin:before {
content: "\ebe4";
}
.ph-sparkle-thin:before {
content: "\ebe5";
}
.ph-speaker-high-thin:before {
content: "\ebe6";
}
.ph-speaker-low-thin:before {
content: "\ebe7";
}
.ph-speaker-none-thin:before {
content: "\ebe8";
}
.ph-speaker-simple-high-thin:before {
content: "\ebe9";
}
.ph-speaker-simple-low-thin:before {
content: "\ebea";
}
.ph-speaker-simple-none-thin:before {
content: "\ebeb";
}
.ph-speaker-simple-slash-thin:before {
content: "\ebec";
}
.ph-speaker-simple-x-thin:before {
content: "\ebed";
}
.ph-speaker-slash-thin:before {
content: "\ebee";
}
.ph-speaker-x-thin:before {
content: "\ebef";
}
.ph-spinner-gap-thin:before {
content: "\ebf0";
}
.ph-spinner-thin:before {
content: "\ebf1";
}
.ph-spotify-logo-thin:before {
content: "\ebf2";
}
.ph-square-half-thin:before {
content: "\ebf3";
}
.ph-square-logo-thin:before {
content: "\ebf4";
}
.ph-squares-four-thin:before {
content: "\ebf5";
}
.ph-square-thin:before {
content: "\ebf6";
}
.ph-stack-simple-thin:before {
content: "\ebf7";
}
.ph-stack-thin:before {
content: "\ebf8";
}
.ph-star-four-thin:before {
content: "\ebf9";
}
.ph-star-half-thin:before {
content: "\ebfa";
}
.ph-star-thin:before {
content: "\ebfb";
}
.ph-sticker-thin:before {
content: "\ebfc";
}
.ph-stop-circle-thin:before {
content: "\ebfd";
}
.ph-stop-thin:before {
content: "\ebfe";
}
.ph-storefront-thin:before {
content: "\ebff";
}
.ph-stripe-logo-thin:before {
content: "\ec00";
}
.ph-student-thin:before {
content: "\ec01";
}
.ph-suitcase-simple-thin:before {
content: "\ec02";
}
.ph-suitcase-thin:before {
content: "\ec03";
}
.ph-sun-dim-thin:before {
content: "\ec04";
}
.ph-sun-horizon-thin:before {
content: "\ec05";
}
.ph-sun-thin:before {
content: "\ec06";
}
.ph-swap-thin:before {
content: "\ec07";
}
.ph-swatches-thin:before {
content: "\ec08";
}
.ph-sword-thin:before {
content: "\ec09";
}
.ph-table-thin:before {
content: "\ec0a";
}
.ph-tag-chevron-thin:before {
content: "\ec0b";
}
.ph-tag-simple-thin:before {
content: "\ec0c";
}
.ph-tag-thin:before {
content: "\ec0d";
}
.ph-target-thin:before {
content: "\ec0e";
}
.ph-telegram-logo-thin:before {
content: "\ec0f";
}
.ph-television-simple-thin:before {
content: "\ec10";
}
.ph-television-thin:before {
content: "\ec11";
}
.ph-tennis-ball-thin:before {
content: "\ec12";
}
.ph-terminal-thin:before {
content: "\ec13";
}
.ph-terminal-window-thin:before {
content: "\ec14";
}
.ph-test-tube-thin:before {
content: "\ec15";
}
.ph-text-aa-thin:before {
content: "\ec16";
}
.ph-text-align-center-thin:before {
content: "\ec17";
}
.ph-text-align-justify-thin:before {
content: "\ec18";
}
.ph-text-align-left-thin:before {
content: "\ec19";
}
.ph-text-align-right-thin:before {
content: "\ec1a";
}
.ph-text-bolder-thin:before {
content: "\ec1b";
}
.ph-text-h-five-thin:before {
content: "\ec1c";
}
.ph-text-h-four-thin:before {
content: "\ec1d";
}
.ph-text-h-one-thin:before {
content: "\ec1e";
}
.ph-text-h-six-thin:before {
content: "\ec1f";
}
.ph-text-h-thin:before {
content: "\ec20";
}
.ph-text-h-three-thin:before {
content: "\ec21";
}
.ph-text-h-two-thin:before {
content: "\ec22";
}
.ph-text-italic-thin:before {
content: "\ec23";
}
.ph-text-strikethrough-thin:before {
content: "\ec24";
}
.ph-text-t-thin:before {
content: "\ec25";
}
.ph-text-underline-thin:before {
content: "\ec26";
}
.ph-thermometer-cold-thin:before {
content: "\ec27";
}
.ph-thermometer-hot-thin:before {
content: "\ec28";
}
.ph-thermometer-simple-thin:before {
content: "\ec29";
}
.ph-thermometer-thin:before {
content: "\ec2a";
}
.ph-thumbs-down-thin:before {
content: "\ec2b";
}
.ph-thumbs-up-thin:before {
content: "\ec2c";
}
.ph-ticket-thin:before {
content: "\ec2d";
}
.ph-tiktok-logo-thin:before {
content: "\ec2e";
}
.ph-timer-thin:before {
content: "\ec2f";
}
.ph-toggle-left-thin:before {
content: "\ec30";
}
.ph-toggle-right-thin:before {
content: "\ec31";
}
.ph-toilet-paper-thin:before {
content: "\ec32";
}
.ph-tote-simple-thin:before {
content: "\ec33";
}
.ph-tote-thin:before {
content: "\ec34";
}
.ph-traffic-sign-thin:before {
content: "\ec35";
}
.ph-train-regional-thin:before {
content: "\ec36";
}
.ph-train-simple-thin:before {
content: "\ec37";
}
.ph-train-thin:before {
content: "\ec38";
}
.ph-translate-thin:before {
content: "\ec39";
}
.ph-trash-simple-thin:before {
content: "\ec3a";
}
.ph-trash-thin:before {
content: "\ec3b";
}
.ph-tray-thin:before {
content: "\ec3c";
}
.ph-tree-evergreen-thin:before {
content: "\ec3d";
}
.ph-tree-structure-thin:before {
content: "\ec3e";
}
.ph-tree-thin:before {
content: "\ec3f";
}
.ph-trend-down-thin:before {
content: "\ec40";
}
.ph-trend-up-thin:before {
content: "\ec41";
}
.ph-triangle-thin:before {
content: "\ec42";
}
.ph-trophy-thin:before {
content: "\ec43";
}
.ph-truck-thin:before {
content: "\ec44";
}
.ph-t-shirt-thin:before {
content: "\ec45";
}
.ph-twitch-logo-thin:before {
content: "\ec46";
}
.ph-twitter-logo-thin:before {
content: "\ec47";
}
.ph-umbrella-simple-thin:before {
content: "\ec48";
}
.ph-umbrella-thin:before {
content: "\ec49";
}
.ph-upload-simple-thin:before {
content: "\ec4a";
}
.ph-upload-thin:before {
content: "\ec4b";
}
.ph-user-circle-gear-thin:before {
content: "\ec4c";
}
.ph-user-circle-minus-thin:before {
content: "\ec4d";
}
.ph-user-circle-plus-thin:before {
content: "\ec4e";
}
.ph-user-circle-thin:before {
content: "\ec4f";
}
.ph-user-focus-thin:before {
content: "\ec50";
}
.ph-user-gear-thin:before {
content: "\ec51";
}
.ph-user-list-thin:before {
content: "\ec52";
}
.ph-user-minus-thin:before {
content: "\ec53";
}
.ph-user-plus-thin:before {
content: "\ec54";
}
.ph-user-rectangle-thin:before {
content: "\ec55";
}
.ph-users-four-thin:before {
content: "\ec56";
}
.ph-user-square-thin:before {
content: "\ec57";
}
.ph-users-thin:before {
content: "\ec58";
}
.ph-users-three-thin:before {
content: "\ec59";
}
.ph-user-thin:before {
content: "\ec5a";
}
.ph-vibrate-thin:before {
content: "\ec5b";
}
.ph-video-camera-slash-thin:before {
content: "\ec5c";
}
.ph-video-camera-thin:before {
content: "\ec5d";
}
.ph-voicemail-thin:before {
content: "\ec5e";
}
.ph-volleyball-thin:before {
content: "\ec5f";
}
.ph-wallet-thin:before {
content: "\ec60";
}
.ph-wall-thin:before {
content: "\ec61";
}
.ph-warning-circle-thin:before {
content: "\ec62";
}
.ph-warning-octagon-thin:before {
content: "\ec63";
}
.ph-warning-thin:before {
content: "\ec64";
}
.ph-watch-thin:before {
content: "\ec65";
}
.ph-waves-thin:before {
content: "\ec66";
}
.ph-whatsapp-logo-thin:before {
content: "\ec67";
}
.ph-wheelchair-thin:before {
content: "\ec68";
}
.ph-wifi-high-thin:before {
content: "\ec69";
}
.ph-wifi-low-thin:before {
content: "\ec6a";
}
.ph-wifi-medium-thin:before {
content: "\ec6b";
}
.ph-wifi-none-thin:before {
content: "\ec6c";
}
.ph-wifi-slash-thin:before {
content: "\ec6d";
}
.ph-wifi-x-thin:before {
content: "\ec6e";
}
.ph-windows-logo-thin:before {
content: "\ec6f";
}
.ph-wind-thin:before {
content: "\ec70";
}
.ph-wine-thin:before {
content: "\ec71";
}
.ph-wrench-thin:before {
content: "\ec72";
}
.ph-x-circle-thin:before {
content: "\ec73";
}
.ph-x-square-thin:before {
content: "\ec74";
}
.ph-x-thin:before {
content: "\ec75";
}
.ph-youtube-logo-thin:before {
content: "\ec76";
}
.ph-activity-thin:before {
content: "\ec77";
}
.ph-address-book-thin:before {
content: "\ec78";
}
.ph-airplane-in-flight-thin:before {
content: "\ec79";
}
.ph-airplane-landing-thin:before {
content: "\ec7a";
}
.ph-airplane-takeoff-thin:before {
content: "\ec7b";
}
.ph-airplane-thin:before {
content: "\ec7c";
}
.ph-airplane-tilt-thin:before {
content: "\ec7d";
}
.ph-align-bottom-light:before {
content: "\ec7e";
}
.ph-align-center-horizontal-light:before {
content: "\ec7