Plugin Directory

Changeset 2805125


Ignore:
Timestamp:
10/26/2022 04:25:18 PM (3 years ago)
Author:
ibehroozir
Message:

82692202424252721

Files:
50 added
11 edited

Legend:

Unmodified
Added
Removed
  • digikalascraper/trunk/digikalaScraper.php

    r2804277 r2805125  
    77 * Plugin URI:
    88 * Description: A Simple Digikala Scraper For WordPress
    9  * Version:     0.0.2
     9 * Version:     0.0.3
    1010 * Author:      iBehrooz
    1111 * Author URI:  http://iBehrooz.ir
  • digikalascraper/trunk/html/general.php

    r2804277 r2805125  
    1 <div class="wrap container-fluid wrapBodydigikalaScraper mt-4">
     1<div class="wrap container-fluid wrapBodydigikalaScraper mt-4 ib-font-family-style1">
    22  <form method="POST" action="options.php" class="bodydigikalaScraper">
    33   <?php
     
    101101              <div class="col-sm text-start fw-bold">custom placeholder</div>
    102102              <div class="col-sm text-end">
    103                 <input maxlength="20" class="CUSTOMBtnPlaceholderStyle input inputs2" type="text" name="IB_digikalaScraper_settings[IB_digikalaScraper_CUSTOMBtnPlaceholderStyle]" value="<?php echo $CUSTOMBtnTxt = get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_CUSTOMBtnPlaceholderStyle'] ?? 'خرید از دیجی کالا'; ?>" />
     103                <input maxlength="20" class="CUSTOMBtnPlaceholderStyle input inputs2 ib-font-family-style3" type="text" name="IB_digikalaScraper_settings[IB_digikalaScraper_CUSTOMBtnPlaceholderStyle]" value="<?php echo $CUSTOMBtnTxt = get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_CUSTOMBtnPlaceholderStyle'] ?? 'خرید از دیجی کالا'; ?>" />
    104104              </div>
    105105              <div class="col">
     
    110110                          <div class="containerflex2">
    111111                            <div class="flexitem mt-3">
    112                               <div class="jsCssChangerBody"><?php esc_html_e($CUSTOMBtnTxt); ?> </div>
     112                              <div class="jsCssChangerBody ib-font-family-style3"><?php esc_html_e($CUSTOMBtnTxt); ?> </div>
    113113                            </div>
    114114                          </div>
     
    126126          <b>Custom Icons</b>
    127127          <br />
    128           <br /> suggested icon size is 12x12. if size of your icons is bigger, so change icons size with css:
    129           <br/>
    130           <code>
     128          <br />
     129          <div class="row">
     130          <div class="col-md">
     131          <div class="mb-3">
     132          suggested icon size is 12x12. if size of your icons is bigger, so change icons size with css:
     133          </div>
     134          <div class="row align-items-center">
     135         
     136          <div class="col-sm">
     137          <div class="title m-0 p-0 font-size-0o9">custom available icon URL</div>
     138          <input maxlength="200" class="input IB_digikalaScraper_customIcon1 font-size-0o7" type="text" name="IB_digikalaScraper_settings[IB_digikalaScraper_customIcon1]" value="<?php echo get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_customIcon1'] ?? IBDigikalaScraperDU .'assets/img/cart.png'; ?>" placeholder="URL OF ICON" />
     139          <div class="bodydigikalaScraper-RXWQ font-size-0o8" onclick="rsdefault('IB_digikalaScraper_customIcon1', '<?php echo IBDigikalaScraperDU .'assets/img/cart.png'; ?>');">restore default</div>
     140          </div>
     141         
     142          <div class="col-sm">
     143          <div class="title m-0 p-0 font-size-0o9">custom rate icon URL</div>
     144          <input maxlength="200" class="input IB_digikalaScraper_customIcon2 font-size-0o7" type="text" name="IB_digikalaScraper_settings[IB_digikalaScraper_customIcon2]" value="<?php echo get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_customIcon2'] ?? IBDigikalaScraperDU .'assets/img/star.png'; ?>" placeholder="URL OF ICON" />
     145          <div class="bodydigikalaScraper-RXWQ font-size-0o8" onclick="rsdefault('IB_digikalaScraper_customIcon2', '<?php echo IBDigikalaScraperDU .'assets/img/star.png'; ?>');">restore default</div>
     146          </div>
     147          </div>
     148         
     149          </div>
     150          <div class="col-md">
     151          <div class="textareas1 rounded-3" rows="3" readonly>
     152          <code class="ib-font-family-style4">
    131153         .digikalaScraper .containerflex1 > div:nth-child(1) > div > img,
    132154         <br/>
     
    141163          }
    142164          </code>
    143           <br />
    144           <br />
    145           <div class="row align-items-center">
    146          
    147           <div class="col-sm">
    148           <div class="title">custom available icon URL</div>
    149           <input maxlength="200" class="input IB_digikalaScraper_customIcon1" type="text" name="IB_digikalaScraper_settings[IB_digikalaScraper_customIcon1]" value="<?php echo get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_customIcon1'] ?? IBDigikalaScraperDU .'assets/img/cart.png'; ?>" placeholder="URL OF ICON" />
    150           <div class="bodydigikalaScraper-RXWQ" onclick="rsdefault('IB_digikalaScraper_customIcon1', '<?php echo IBDigikalaScraperDU .'assets/img/cart.png'; ?>');">restore default</div>
    151           </div>
    152          
    153           <div class="col-sm">
    154           <div class="title">custom rate icon URL</div>
    155           <input maxlength="200" class="input IB_digikalaScraper_customIcon2" type="text" name="IB_digikalaScraper_settings[IB_digikalaScraper_customIcon2]" value="<?php echo get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_customIcon2'] ?? IBDigikalaScraperDU .'assets/img/star.png'; ?>" placeholder="URL OF ICON" />
    156           <div class="bodydigikalaScraper-RXWQ" onclick="rsdefault('IB_digikalaScraper_customIcon2', '<?php echo IBDigikalaScraperDU .'assets/img/star.png'; ?>');">restore default</div>
    157           </div>
    158           </div>
     165          </div>
     166          </div>
     167          </div>
     168 
    159169          </div>
    160170         
     
    227237          <br />
    228238          <br />
    229           shortCode : <code>[IBDigikalaScraperProduct cache="1" ID="dkp-7845430"][/IBDigikalaScraperProduct] </code>
     239          shortCode : <code class="ib-font-family-style4">[IBDigikalaScraperProduct cache="1" ID="dkp-7845430"][/IBDigikalaScraperProduct] </code>
    230240          <br />
    231241          <br />
     
    234244          <br />
    235245          <br />
    236           shortCode : <code>[IBDigikalaScraperSearcher cache="1440" perLine="3" showResult="10" Searcher="سامسونگ"][/IBDigikalaScraperSearcher]</code>
     246          shortCode : <code class="ib-font-family-style4">[IBDigikalaScraperSearcher cache="1440" perLine="3" showResult="10" Searcher="سامسونگ"][/IBDigikalaScraperSearcher]</code>
    237247           <br />
    238248           <br />
     
    265275    </div>
    266276    <div class="ptxt">
    267     <a href="https://ibehrooz.ir/" target="_blank"><img class="plogo" src="<?php echo WP_PLUGIN_URL . '/ibehroozir/assets/img/copyright.svg'; ?>" alt="iBehrooz"></a> control panel v<?php echo $IB_digikalaScraper::ctrlPVer; ?>
     277    <a href="https://ibehrooz.ir/" target="_blank"><img class="plogo" src="<?php echo WP_PLUGIN_URL . '/ibehroozir/assets/img/copyright.svg'; ?>" alt="iBehrooz"></a> control panel version (<?php echo $IB_digikalaScraper::ctrlPVer; ?>)
    268278    </div>
    269279  </form>
  • digikalascraper/trunk/html/shortcode.php

    r2794420 r2805125  
    1818       $cache = get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_globalCacheTime'] ?? $IB_digikalaScraper::forceCache;
    1919    }
     20
     21    if ( !empty(get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_FontsDisplayMode']) && get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_FontsDisplayMode'] === 'vazirFont' ){
     22       $font = "ib-font-family-style3";
     23    }else{
     24       $font = null;
     25    }
    2026   
    2127    $catime = $IB_digikalaScraper->cacheago('IBDigikalaScraperProduct_shortcode', $cache, $A_id, $pid);
    2228
    2329    $o = "";
    24     $o .= '<div class="digikalaScraper"><div class="containerbody"><div class="flexCN">';
     30    $o .= '<div class="digikalaScraper '.$font.'"><div class="containerbody"><div class="flexCN">';
    2531    if ($IB_digikalaScraper->checkIsAdmin()){
    2632      $cache = $IB_digikalaScraper->minutesCalc($cache);
     
    4854        $review = is_numeric($data['rating']['rate']) ? $data['rating']['rate'] : 20;
    4955        $status = $data['status'] === "marketable" ? "موجود در انبار دیجی کالا" : "ناموجود";
    50         $badge = isset($data['default_variant']['price']['badge']) ? "<div class='IBDigikalaScraperProduct-badge'><img src='" . IBDigikalaScraperDU . "assets/img/specialsell.svg'></div>" : "";
     56        $badge = isset($data['default_variant']['price']['badge']) ? "<div class='IBDigikalaScraperProduct-badge'><img src='" . IBDigikalaScraperDU . "assets/img/specialsell.png'></div>" : "";
    5157        $rate = round($review / 20, 2);
    5258$o .= '
     
    105111    }
    106112 
     113     if ( !empty(get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_FontsDisplayMode']) && get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_FontsDisplayMode'] === 'vazirFont' ){
     114       $font = "ib-font-family-style3";
     115    }else{
     116       $font = null;
     117    }
     118   
    107119    $perLine = isset($A_perline) ? $A_perline : 3;
    108120    $showResult = isset($A_showresult) ? $A_showresult : 10;
     
    121133   
    122134    $o = "";
    123     $o .= '<div class="digikalaScraper"><div class="containerbody"><div class="flexCN">';
     135    $o .= '<div class="digikalaScraper '.$font.'"><div class="containerbody"><div class="flexCN">';
    124136    if ($IB_digikalaScraper->checkIsAdmin()){
    125137      $cache = $IB_digikalaScraper->minutesCalc($cache);
     
    140152        $count = $val['rating']['count'];
    141153        $status = $val['status'] === "marketable" ? "موجود در انبار دیجی کالا" : "ناموجود";
    142         $badge = isset($val['default_variant']['price']['badge']) ? "<div class='IBDigikalaScraperProduct-badge'><img src='" . IBDigikalaScraperDU . "assets/img/specialsell.svg' alt='.$alt.'></div>" : "";
     154        $badge = isset($val['default_variant']['price']['badge']) ? "<div class='IBDigikalaScraperProduct-badge'><img src='" . IBDigikalaScraperDU . "assets/img/specialsell.png' alt='.$alt.'></div>" : "";
    143155        $rate = round($review / 20, 2);
    144156$o .= '
  • digikalascraper/trunk/include/ib.php

    r2804277 r2805125  
    1111{   
    1212    const pluginName = 'digikalaScraper';
    13     const ctrlPVer = '0.1';
     13    const ctrlPVer = '1';
    1414    const pluginBaseURL = 'iBehrooz.ir';
    1515    const digikalaBaseUrl = 'https://www.digikala.com/';
     
    273273       }
    274274       
    275        $loadVazirfontP = IBDigikalaScraperDP . 'assets/loadVazirfont.css';
    276        $loadVazirfontU = IBDigikalaScraperDU . 'assets/loadVazirfont.css';
    277        if (file_exists($loadVazirfontP) && isset(get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_FontsDisplayMode']) && get_option('IB_digikalaScraper_settings')['IB_digikalaScraper_FontsDisplayMode'] === 'vazirFont'){
    278         wp_enqueue_style(self::pluginName . '-' . 'style.css', IBDigikalaScraperDU . 'assets/vendor/font/style.css', null, $ver);
    279         wp_enqueue_style( self::pluginName . '-' . 'loadVazirfont.css', $loadVazirfontU, null, filemtime($loadVazirfontP));
    280        }
    281        
    282275    }
    283276 
     
    311304        $URLHome = parse_url(home_url())['host'];
    312305        $URL = "https://$URLHome/wp-admin/plugin-install.php?tab=plugin-information&plugin=ibehroozir&TB_iframe=true&width=0&height=0";
    313         echo '<div class="wrap" style="text-align: center;margin-top: 10rem;">';
     306        echo '<style>
     307        @import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap");
     308        .ib-emp-body {
     309        font-family: "Baloo Tamma 2", sans-serif;
     310        text-align: center;
     311        background: #fff;
     312        border-radius: 0.5rem;
     313        display: table;
     314        margin: 5rem auto;
     315        padding: 5rem;
     316        white-space: nowrap;
     317        }
     318        @media screen and (max-width: 768px) {
     319        .ib-emp-body{
     320        white-space: unset;
     321        padding: 3rem;
     322        }
     323        }
     324        </style>';
     325        echo '<div class="wrap ib-emp-body">';
    314326        echo '
    315327        <b>👋 hey there</b>
     
    322334        <br/>
    323335        <br/>
    324         so <b><a href="'.$URL.'" target="_blank">click here</a></b> to install it
     336        so <b><a href="'.$URL.'" target="_blank">install</a></b> or <b><a href="'.$URL.'" target="_blank">activate</a></b> it
    325337        ';
    326338       echo '</div>';
  • digikalascraper/trunk/readme.txt

    r2804277 r2805125  
    66Tested up to: 6.0.3
    77Requires PHP: 8.0
    8 Stable tag: 0.0.2
     8Stable tag: 0.0.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ibehroozir/trunk/assets/lib/font.css

    r2804274 r2805125  
    44  src: url("./fonts/Vazirmatn[wght].woff2") format("woff2");
    55}
     6@font-face {
     7  font-display: block;
     8  font-family: "bootstrap-icons";
     9  src: url("./fonts/bootstrap-icons.woff2") format("woff2"), url("./fonts/bootstrap-icons.woff") format("woff");
     10}
     11
     12.bi::before,
     13[class^="bi-"]::before,
     14[class*=" bi-"]::before {
     15  display: inline-block;
     16  font-family: bootstrap-icons !important;
     17  font-style: normal;
     18  font-weight: normal !important;
     19  font-variant: normal;
     20  text-transform: none;
     21  line-height: 1;
     22  vertical-align: -.125em;
     23  -webkit-font-smoothing: antialiased;
     24  -moz-osx-font-smoothing: grayscale;
     25}
     26
     27.bi-123::before { content: "\f67f"; }
     28.bi-alarm-fill::before { content: "\f101"; }
     29.bi-alarm::before { content: "\f102"; }
     30.bi-align-bottom::before { content: "\f103"; }
     31.bi-align-center::before { content: "\f104"; }
     32.bi-align-end::before { content: "\f105"; }
     33.bi-align-middle::before { content: "\f106"; }
     34.bi-align-start::before { content: "\f107"; }
     35.bi-align-top::before { content: "\f108"; }
     36.bi-alt::before { content: "\f109"; }
     37.bi-app-indicator::before { content: "\f10a"; }
     38.bi-app::before { content: "\f10b"; }
     39.bi-archive-fill::before { content: "\f10c"; }
     40.bi-archive::before { content: "\f10d"; }
     41.bi-arrow-90deg-down::before { content: "\f10e"; }
     42.bi-arrow-90deg-left::before { content: "\f10f"; }
     43.bi-arrow-90deg-right::before { content: "\f110"; }
     44.bi-arrow-90deg-up::before { content: "\f111"; }
     45.bi-arrow-bar-down::before { content: "\f112"; }
     46.bi-arrow-bar-left::before { content: "\f113"; }
     47.bi-arrow-bar-right::before { content: "\f114"; }
     48.bi-arrow-bar-up::before { content: "\f115"; }
     49.bi-arrow-clockwise::before { content: "\f116"; }
     50.bi-arrow-counterclockwise::before { content: "\f117"; }
     51.bi-arrow-down-circle-fill::before { content: "\f118"; }
     52.bi-arrow-down-circle::before { content: "\f119"; }
     53.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
     54.bi-arrow-down-left-circle::before { content: "\f11b"; }
     55.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
     56.bi-arrow-down-left-square::before { content: "\f11d"; }
     57.bi-arrow-down-left::before { content: "\f11e"; }
     58.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
     59.bi-arrow-down-right-circle::before { content: "\f120"; }
     60.bi-arrow-down-right-square-fill::before { content: "\f121"; }
     61.bi-arrow-down-right-square::before { content: "\f122"; }
     62.bi-arrow-down-right::before { content: "\f123"; }
     63.bi-arrow-down-short::before { content: "\f124"; }
     64.bi-arrow-down-square-fill::before { content: "\f125"; }
     65.bi-arrow-down-square::before { content: "\f126"; }
     66.bi-arrow-down-up::before { content: "\f127"; }
     67.bi-arrow-down::before { content: "\f128"; }
     68.bi-arrow-left-circle-fill::before { content: "\f129"; }
     69.bi-arrow-left-circle::before { content: "\f12a"; }
     70.bi-arrow-left-right::before { content: "\f12b"; }
     71.bi-arrow-left-short::before { content: "\f12c"; }
     72.bi-arrow-left-square-fill::before { content: "\f12d"; }
     73.bi-arrow-left-square::before { content: "\f12e"; }
     74.bi-arrow-left::before { content: "\f12f"; }
     75.bi-arrow-repeat::before { content: "\f130"; }
     76.bi-arrow-return-left::before { content: "\f131"; }
     77.bi-arrow-return-right::before { content: "\f132"; }
     78.bi-arrow-right-circle-fill::before { content: "\f133"; }
     79.bi-arrow-right-circle::before { content: "\f134"; }
     80.bi-arrow-right-short::before { content: "\f135"; }
     81.bi-arrow-right-square-fill::before { content: "\f136"; }
     82.bi-arrow-right-square::before { content: "\f137"; }
     83.bi-arrow-right::before { content: "\f138"; }
     84.bi-arrow-up-circle-fill::before { content: "\f139"; }
     85.bi-arrow-up-circle::before { content: "\f13a"; }
     86.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
     87.bi-arrow-up-left-circle::before { content: "\f13c"; }
     88.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
     89.bi-arrow-up-left-square::before { content: "\f13e"; }
     90.bi-arrow-up-left::before { content: "\f13f"; }
     91.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
     92.bi-arrow-up-right-circle::before { content: "\f141"; }
     93.bi-arrow-up-right-square-fill::before { content: "\f142"; }
     94.bi-arrow-up-right-square::before { content: "\f143"; }
     95.bi-arrow-up-right::before { content: "\f144"; }
     96.bi-arrow-up-short::before { content: "\f145"; }
     97.bi-arrow-up-square-fill::before { content: "\f146"; }
     98.bi-arrow-up-square::before { content: "\f147"; }
     99.bi-arrow-up::before { content: "\f148"; }
     100.bi-arrows-angle-contract::before { content: "\f149"; }
     101.bi-arrows-angle-expand::before { content: "\f14a"; }
     102.bi-arrows-collapse::before { content: "\f14b"; }
     103.bi-arrows-expand::before { content: "\f14c"; }
     104.bi-arrows-fullscreen::before { content: "\f14d"; }
     105.bi-arrows-move::before { content: "\f14e"; }
     106.bi-aspect-ratio-fill::before { content: "\f14f"; }
     107.bi-aspect-ratio::before { content: "\f150"; }
     108.bi-asterisk::before { content: "\f151"; }
     109.bi-at::before { content: "\f152"; }
     110.bi-award-fill::before { content: "\f153"; }
     111.bi-award::before { content: "\f154"; }
     112.bi-back::before { content: "\f155"; }
     113.bi-backspace-fill::before { content: "\f156"; }
     114.bi-backspace-reverse-fill::before { content: "\f157"; }
     115.bi-backspace-reverse::before { content: "\f158"; }
     116.bi-backspace::before { content: "\f159"; }
     117.bi-badge-3d-fill::before { content: "\f15a"; }
     118.bi-badge-3d::before { content: "\f15b"; }
     119.bi-badge-4k-fill::before { content: "\f15c"; }
     120.bi-badge-4k::before { content: "\f15d"; }
     121.bi-badge-8k-fill::before { content: "\f15e"; }
     122.bi-badge-8k::before { content: "\f15f"; }
     123.bi-badge-ad-fill::before { content: "\f160"; }
     124.bi-badge-ad::before { content: "\f161"; }
     125.bi-badge-ar-fill::before { content: "\f162"; }
     126.bi-badge-ar::before { content: "\f163"; }
     127.bi-badge-cc-fill::before { content: "\f164"; }
     128.bi-badge-cc::before { content: "\f165"; }
     129.bi-badge-hd-fill::before { content: "\f166"; }
     130.bi-badge-hd::before { content: "\f167"; }
     131.bi-badge-tm-fill::before { content: "\f168"; }
     132.bi-badge-tm::before { content: "\f169"; }
     133.bi-badge-vo-fill::before { content: "\f16a"; }
     134.bi-badge-vo::before { content: "\f16b"; }
     135.bi-badge-vr-fill::before { content: "\f16c"; }
     136.bi-badge-vr::before { content: "\f16d"; }
     137.bi-badge-wc-fill::before { content: "\f16e"; }
     138.bi-badge-wc::before { content: "\f16f"; }
     139.bi-bag-check-fill::before { content: "\f170"; }
     140.bi-bag-check::before { content: "\f171"; }
     141.bi-bag-dash-fill::before { content: "\f172"; }
     142.bi-bag-dash::before { content: "\f173"; }
     143.bi-bag-fill::before { content: "\f174"; }
     144.bi-bag-plus-fill::before { content: "\f175"; }
     145.bi-bag-plus::before { content: "\f176"; }
     146.bi-bag-x-fill::before { content: "\f177"; }
     147.bi-bag-x::before { content: "\f178"; }
     148.bi-bag::before { content: "\f179"; }
     149.bi-bar-chart-fill::before { content: "\f17a"; }
     150.bi-bar-chart-line-fill::before { content: "\f17b"; }
     151.bi-bar-chart-line::before { content: "\f17c"; }
     152.bi-bar-chart-steps::before { content: "\f17d"; }
     153.bi-bar-chart::before { content: "\f17e"; }
     154.bi-basket-fill::before { content: "\f17f"; }
     155.bi-basket::before { content: "\f180"; }
     156.bi-basket2-fill::before { content: "\f181"; }
     157.bi-basket2::before { content: "\f182"; }
     158.bi-basket3-fill::before { content: "\f183"; }
     159.bi-basket3::before { content: "\f184"; }
     160.bi-battery-charging::before { content: "\f185"; }
     161.bi-battery-full::before { content: "\f186"; }
     162.bi-battery-half::before { content: "\f187"; }
     163.bi-battery::before { content: "\f188"; }
     164.bi-bell-fill::before { content: "\f189"; }
     165.bi-bell::before { content: "\f18a"; }
     166.bi-bezier::before { content: "\f18b"; }
     167.bi-bezier2::before { content: "\f18c"; }
     168.bi-bicycle::before { content: "\f18d"; }
     169.bi-binoculars-fill::before { content: "\f18e"; }
     170.bi-binoculars::before { content: "\f18f"; }
     171.bi-blockquote-left::before { content: "\f190"; }
     172.bi-blockquote-right::before { content: "\f191"; }
     173.bi-book-fill::before { content: "\f192"; }
     174.bi-book-half::before { content: "\f193"; }
     175.bi-book::before { content: "\f194"; }
     176.bi-bookmark-check-fill::before { content: "\f195"; }
     177.bi-bookmark-check::before { content: "\f196"; }
     178.bi-bookmark-dash-fill::before { content: "\f197"; }
     179.bi-bookmark-dash::before { content: "\f198"; }
     180.bi-bookmark-fill::before { content: "\f199"; }
     181.bi-bookmark-heart-fill::before { content: "\f19a"; }
     182.bi-bookmark-heart::before { content: "\f19b"; }
     183.bi-bookmark-plus-fill::before { content: "\f19c"; }
     184.bi-bookmark-plus::before { content: "\f19d"; }
     185.bi-bookmark-star-fill::before { content: "\f19e"; }
     186.bi-bookmark-star::before { content: "\f19f"; }
     187.bi-bookmark-x-fill::before { content: "\f1a0"; }
     188.bi-bookmark-x::before { content: "\f1a1"; }
     189.bi-bookmark::before { content: "\f1a2"; }
     190.bi-bookmarks-fill::before { content: "\f1a3"; }
     191.bi-bookmarks::before { content: "\f1a4"; }
     192.bi-bookshelf::before { content: "\f1a5"; }
     193.bi-bootstrap-fill::before { content: "\f1a6"; }
     194.bi-bootstrap-reboot::before { content: "\f1a7"; }
     195.bi-bootstrap::before { content: "\f1a8"; }
     196.bi-border-all::before { content: "\f1a9"; }
     197.bi-border-bottom::before { content: "\f1aa"; }
     198.bi-border-center::before { content: "\f1ab"; }
     199.bi-border-inner::before { content: "\f1ac"; }
     200.bi-border-left::before { content: "\f1ad"; }
     201.bi-border-middle::before { content: "\f1ae"; }
     202.bi-border-outer::before { content: "\f1af"; }
     203.bi-border-right::before { content: "\f1b0"; }
     204.bi-border-style::before { content: "\f1b1"; }
     205.bi-border-top::before { content: "\f1b2"; }
     206.bi-border-width::before { content: "\f1b3"; }
     207.bi-border::before { content: "\f1b4"; }
     208.bi-bounding-box-circles::before { content: "\f1b5"; }
     209.bi-bounding-box::before { content: "\f1b6"; }
     210.bi-box-arrow-down-left::before { content: "\f1b7"; }
     211.bi-box-arrow-down-right::before { content: "\f1b8"; }
     212.bi-box-arrow-down::before { content: "\f1b9"; }
     213.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
     214.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
     215.bi-box-arrow-in-down::before { content: "\f1bc"; }
     216.bi-box-arrow-in-left::before { content: "\f1bd"; }
     217.bi-box-arrow-in-right::before { content: "\f1be"; }
     218.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
     219.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
     220.bi-box-arrow-in-up::before { content: "\f1c1"; }
     221.bi-box-arrow-left::before { content: "\f1c2"; }
     222.bi-box-arrow-right::before { content: "\f1c3"; }
     223.bi-box-arrow-up-left::before { content: "\f1c4"; }
     224.bi-box-arrow-up-right::before { content: "\f1c5"; }
     225.bi-box-arrow-up::before { content: "\f1c6"; }
     226.bi-box-seam::before { content: "\f1c7"; }
     227.bi-box::before { content: "\f1c8"; }
     228.bi-braces::before { content: "\f1c9"; }
     229.bi-bricks::before { content: "\f1ca"; }
     230.bi-briefcase-fill::before { content: "\f1cb"; }
     231.bi-briefcase::before { content: "\f1cc"; }
     232.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
     233.bi-brightness-alt-high::before { content: "\f1ce"; }
     234.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
     235.bi-brightness-alt-low::before { content: "\f1d0"; }
     236.bi-brightness-high-fill::before { content: "\f1d1"; }
     237.bi-brightness-high::before { content: "\f1d2"; }
     238.bi-brightness-low-fill::before { content: "\f1d3"; }
     239.bi-brightness-low::before { content: "\f1d4"; }
     240.bi-broadcast-pin::before { content: "\f1d5"; }
     241.bi-broadcast::before { content: "\f1d6"; }
     242.bi-brush-fill::before { content: "\f1d7"; }
     243.bi-brush::before { content: "\f1d8"; }
     244.bi-bucket-fill::before { content: "\f1d9"; }
     245.bi-bucket::before { content: "\f1da"; }
     246.bi-bug-fill::before { content: "\f1db"; }
     247.bi-bug::before { content: "\f1dc"; }
     248.bi-building::before { content: "\f1dd"; }
     249.bi-bullseye::before { content: "\f1de"; }
     250.bi-calculator-fill::before { content: "\f1df"; }
     251.bi-calculator::before { content: "\f1e0"; }
     252.bi-calendar-check-fill::before { content: "\f1e1"; }
     253.bi-calendar-check::before { content: "\f1e2"; }
     254.bi-calendar-date-fill::before { content: "\f1e3"; }
     255.bi-calendar-date::before { content: "\f1e4"; }
     256.bi-calendar-day-fill::before { content: "\f1e5"; }
     257.bi-calendar-day::before { content: "\f1e6"; }
     258.bi-calendar-event-fill::before { content: "\f1e7"; }
     259.bi-calendar-event::before { content: "\f1e8"; }
     260.bi-calendar-fill::before { content: "\f1e9"; }
     261.bi-calendar-minus-fill::before { content: "\f1ea"; }
     262.bi-calendar-minus::before { content: "\f1eb"; }
     263.bi-calendar-month-fill::before { content: "\f1ec"; }
     264.bi-calendar-month::before { content: "\f1ed"; }
     265.bi-calendar-plus-fill::before { content: "\f1ee"; }
     266.bi-calendar-plus::before { content: "\f1ef"; }
     267.bi-calendar-range-fill::before { content: "\f1f0"; }
     268.bi-calendar-range::before { content: "\f1f1"; }
     269.bi-calendar-week-fill::before { content: "\f1f2"; }
     270.bi-calendar-week::before { content: "\f1f3"; }
     271.bi-calendar-x-fill::before { content: "\f1f4"; }
     272.bi-calendar-x::before { content: "\f1f5"; }
     273.bi-calendar::before { content: "\f1f6"; }
     274.bi-calendar2-check-fill::before { content: "\f1f7"; }
     275.bi-calendar2-check::before { content: "\f1f8"; }
     276.bi-calendar2-date-fill::before { content: "\f1f9"; }
     277.bi-calendar2-date::before { content: "\f1fa"; }
     278.bi-calendar2-day-fill::before { content: "\f1fb"; }
     279.bi-calendar2-day::before { content: "\f1fc"; }
     280.bi-calendar2-event-fill::before { content: "\f1fd"; }
     281.bi-calendar2-event::before { content: "\f1fe"; }
     282.bi-calendar2-fill::before { content: "\f1ff"; }
     283.bi-calendar2-minus-fill::before { content: "\f200"; }
     284.bi-calendar2-minus::before { content: "\f201"; }
     285.bi-calendar2-month-fill::before { content: "\f202"; }
     286.bi-calendar2-month::before { content: "\f203"; }
     287.bi-calendar2-plus-fill::before { content: "\f204"; }
     288.bi-calendar2-plus::before { content: "\f205"; }
     289.bi-calendar2-range-fill::before { content: "\f206"; }
     290.bi-calendar2-range::before { content: "\f207"; }
     291.bi-calendar2-week-fill::before { content: "\f208"; }
     292.bi-calendar2-week::before { content: "\f209"; }
     293.bi-calendar2-x-fill::before { content: "\f20a"; }
     294.bi-calendar2-x::before { content: "\f20b"; }
     295.bi-calendar2::before { content: "\f20c"; }
     296.bi-calendar3-event-fill::before { content: "\f20d"; }
     297.bi-calendar3-event::before { content: "\f20e"; }
     298.bi-calendar3-fill::before { content: "\f20f"; }
     299.bi-calendar3-range-fill::before { content: "\f210"; }
     300.bi-calendar3-range::before { content: "\f211"; }
     301.bi-calendar3-week-fill::before { content: "\f212"; }
     302.bi-calendar3-week::before { content: "\f213"; }
     303.bi-calendar3::before { content: "\f214"; }
     304.bi-calendar4-event::before { content: "\f215"; }
     305.bi-calendar4-range::before { content: "\f216"; }
     306.bi-calendar4-week::before { content: "\f217"; }
     307.bi-calendar4::before { content: "\f218"; }
     308.bi-camera-fill::before { content: "\f219"; }
     309.bi-camera-reels-fill::before { content: "\f21a"; }
     310.bi-camera-reels::before { content: "\f21b"; }
     311.bi-camera-video-fill::before { content: "\f21c"; }
     312.bi-camera-video-off-fill::before { content: "\f21d"; }
     313.bi-camera-video-off::before { content: "\f21e"; }
     314.bi-camera-video::before { content: "\f21f"; }
     315.bi-camera::before { content: "\f220"; }
     316.bi-camera2::before { content: "\f221"; }
     317.bi-capslock-fill::before { content: "\f222"; }
     318.bi-capslock::before { content: "\f223"; }
     319.bi-card-checklist::before { content: "\f224"; }
     320.bi-card-heading::before { content: "\f225"; }
     321.bi-card-image::before { content: "\f226"; }
     322.bi-card-list::before { content: "\f227"; }
     323.bi-card-text::before { content: "\f228"; }
     324.bi-caret-down-fill::before { content: "\f229"; }
     325.bi-caret-down-square-fill::before { content: "\f22a"; }
     326.bi-caret-down-square::before { content: "\f22b"; }
     327.bi-caret-down::before { content: "\f22c"; }
     328.bi-caret-left-fill::before { content: "\f22d"; }
     329.bi-caret-left-square-fill::before { content: "\f22e"; }
     330.bi-caret-left-square::before { content: "\f22f"; }
     331.bi-caret-left::before { content: "\f230"; }
     332.bi-caret-right-fill::before { content: "\f231"; }
     333.bi-caret-right-square-fill::before { content: "\f232"; }
     334.bi-caret-right-square::before { content: "\f233"; }
     335.bi-caret-right::before { content: "\f234"; }
     336.bi-caret-up-fill::before { content: "\f235"; }
     337.bi-caret-up-square-fill::before { content: "\f236"; }
     338.bi-caret-up-square::before { content: "\f237"; }
     339.bi-caret-up::before { content: "\f238"; }
     340.bi-cart-check-fill::before { content: "\f239"; }
     341.bi-cart-check::before { content: "\f23a"; }
     342.bi-cart-dash-fill::before { content: "\f23b"; }
     343.bi-cart-dash::before { content: "\f23c"; }
     344.bi-cart-fill::before { content: "\f23d"; }
     345.bi-cart-plus-fill::before { content: "\f23e"; }
     346.bi-cart-plus::before { content: "\f23f"; }
     347.bi-cart-x-fill::before { content: "\f240"; }
     348.bi-cart-x::before { content: "\f241"; }
     349.bi-cart::before { content: "\f242"; }
     350.bi-cart2::before { content: "\f243"; }
     351.bi-cart3::before { content: "\f244"; }
     352.bi-cart4::before { content: "\f245"; }
     353.bi-cash-stack::before { content: "\f246"; }
     354.bi-cash::before { content: "\f247"; }
     355.bi-cast::before { content: "\f248"; }
     356.bi-chat-dots-fill::before { content: "\f249"; }
     357.bi-chat-dots::before { content: "\f24a"; }
     358.bi-chat-fill::before { content: "\f24b"; }
     359.bi-chat-left-dots-fill::before { content: "\f24c"; }
     360.bi-chat-left-dots::before { content: "\f24d"; }
     361.bi-chat-left-fill::before { content: "\f24e"; }
     362.bi-chat-left-quote-fill::before { content: "\f24f"; }
     363.bi-chat-left-quote::before { content: "\f250"; }
     364.bi-chat-left-text-fill::before { content: "\f251"; }
     365.bi-chat-left-text::before { content: "\f252"; }
     366.bi-chat-left::before { content: "\f253"; }
     367.bi-chat-quote-fill::before { content: "\f254"; }
     368.bi-chat-quote::before { content: "\f255"; }
     369.bi-chat-right-dots-fill::before { content: "\f256"; }
     370.bi-chat-right-dots::before { content: "\f257"; }
     371.bi-chat-right-fill::before { content: "\f258"; }
     372.bi-chat-right-quote-fill::before { content: "\f259"; }
     373.bi-chat-right-quote::before { content: "\f25a"; }
     374.bi-chat-right-text-fill::before { content: "\f25b"; }
     375.bi-chat-right-text::before { content: "\f25c"; }
     376.bi-chat-right::before { content: "\f25d"; }
     377.bi-chat-square-dots-fill::before { content: "\f25e"; }
     378.bi-chat-square-dots::before { content: "\f25f"; }
     379.bi-chat-square-fill::before { content: "\f260"; }
     380.bi-chat-square-quote-fill::before { content: "\f261"; }
     381.bi-chat-square-quote::before { content: "\f262"; }
     382.bi-chat-square-text-fill::before { content: "\f263"; }
     383.bi-chat-square-text::before { content: "\f264"; }
     384.bi-chat-square::before { content: "\f265"; }
     385.bi-chat-text-fill::before { content: "\f266"; }
     386.bi-chat-text::before { content: "\f267"; }
     387.bi-chat::before { content: "\f268"; }
     388.bi-check-all::before { content: "\f269"; }
     389.bi-check-circle-fill::before { content: "\f26a"; }
     390.bi-check-circle::before { content: "\f26b"; }
     391.bi-check-square-fill::before { content: "\f26c"; }
     392.bi-check-square::before { content: "\f26d"; }
     393.bi-check::before { content: "\f26e"; }
     394.bi-check2-all::before { content: "\f26f"; }
     395.bi-check2-circle::before { content: "\f270"; }
     396.bi-check2-square::before { content: "\f271"; }
     397.bi-check2::before { content: "\f272"; }
     398.bi-chevron-bar-contract::before { content: "\f273"; }
     399.bi-chevron-bar-down::before { content: "\f274"; }
     400.bi-chevron-bar-expand::before { content: "\f275"; }
     401.bi-chevron-bar-left::before { content: "\f276"; }
     402.bi-chevron-bar-right::before { content: "\f277"; }
     403.bi-chevron-bar-up::before { content: "\f278"; }
     404.bi-chevron-compact-down::before { content: "\f279"; }
     405.bi-chevron-compact-left::before { content: "\f27a"; }
     406.bi-chevron-compact-right::before { content: "\f27b"; }
     407.bi-chevron-compact-up::before { content: "\f27c"; }
     408.bi-chevron-contract::before { content: "\f27d"; }
     409.bi-chevron-double-down::before { content: "\f27e"; }
     410.bi-chevron-double-left::before { content: "\f27f"; }
     411.bi-chevron-double-right::before { content: "\f280"; }
     412.bi-chevron-double-up::before { content: "\f281"; }
     413.bi-chevron-down::before { content: "\f282"; }
     414.bi-chevron-expand::before { content: "\f283"; }
     415.bi-chevron-left::before { content: "\f284"; }
     416.bi-chevron-right::before { content: "\f285"; }
     417.bi-chevron-up::before { content: "\f286"; }
     418.bi-circle-fill::before { content: "\f287"; }
     419.bi-circle-half::before { content: "\f288"; }
     420.bi-circle-square::before { content: "\f289"; }
     421.bi-circle::before { content: "\f28a"; }
     422.bi-clipboard-check::before { content: "\f28b"; }
     423.bi-clipboard-data::before { content: "\f28c"; }
     424.bi-clipboard-minus::before { content: "\f28d"; }
     425.bi-clipboard-plus::before { content: "\f28e"; }
     426.bi-clipboard-x::before { content: "\f28f"; }
     427.bi-clipboard::before { content: "\f290"; }
     428.bi-clock-fill::before { content: "\f291"; }
     429.bi-clock-history::before { content: "\f292"; }
     430.bi-clock::before { content: "\f293"; }
     431.bi-cloud-arrow-down-fill::before { content: "\f294"; }
     432.bi-cloud-arrow-down::before { content: "\f295"; }
     433.bi-cloud-arrow-up-fill::before { content: "\f296"; }
     434.bi-cloud-arrow-up::before { content: "\f297"; }
     435.bi-cloud-check-fill::before { content: "\f298"; }
     436.bi-cloud-check::before { content: "\f299"; }
     437.bi-cloud-download-fill::before { content: "\f29a"; }
     438.bi-cloud-download::before { content: "\f29b"; }
     439.bi-cloud-drizzle-fill::before { content: "\f29c"; }
     440.bi-cloud-drizzle::before { content: "\f29d"; }
     441.bi-cloud-fill::before { content: "\f29e"; }
     442.bi-cloud-fog-fill::before { content: "\f29f"; }
     443.bi-cloud-fog::before { content: "\f2a0"; }
     444.bi-cloud-fog2-fill::before { content: "\f2a1"; }
     445.bi-cloud-fog2::before { content: "\f2a2"; }
     446.bi-cloud-hail-fill::before { content: "\f2a3"; }
     447.bi-cloud-hail::before { content: "\f2a4"; }
     448.bi-cloud-haze-1::before { content: "\f2a5"; }
     449.bi-cloud-haze-fill::before { content: "\f2a6"; }
     450.bi-cloud-haze::before { content: "\f2a7"; }
     451.bi-cloud-haze2-fill::before { content: "\f2a8"; }
     452.bi-cloud-lightning-fill::before { content: "\f2a9"; }
     453.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
     454.bi-cloud-lightning-rain::before { content: "\f2ab"; }
     455.bi-cloud-lightning::before { content: "\f2ac"; }
     456.bi-cloud-minus-fill::before { content: "\f2ad"; }
     457.bi-cloud-minus::before { content: "\f2ae"; }
     458.bi-cloud-moon-fill::before { content: "\f2af"; }
     459.bi-cloud-moon::before { content: "\f2b0"; }
     460.bi-cloud-plus-fill::before { content: "\f2b1"; }
     461.bi-cloud-plus::before { content: "\f2b2"; }
     462.bi-cloud-rain-fill::before { content: "\f2b3"; }
     463.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
     464.bi-cloud-rain-heavy::before { content: "\f2b5"; }
     465.bi-cloud-rain::before { content: "\f2b6"; }
     466.bi-cloud-slash-fill::before { content: "\f2b7"; }
     467.bi-cloud-slash::before { content: "\f2b8"; }
     468.bi-cloud-sleet-fill::before { content: "\f2b9"; }
     469.bi-cloud-sleet::before { content: "\f2ba"; }
     470.bi-cloud-snow-fill::before { content: "\f2bb"; }
     471.bi-cloud-snow::before { content: "\f2bc"; }
     472.bi-cloud-sun-fill::before { content: "\f2bd"; }
     473.bi-cloud-sun::before { content: "\f2be"; }
     474.bi-cloud-upload-fill::before { content: "\f2bf"; }
     475.bi-cloud-upload::before { content: "\f2c0"; }
     476.bi-cloud::before { content: "\f2c1"; }
     477.bi-clouds-fill::before { content: "\f2c2"; }
     478.bi-clouds::before { content: "\f2c3"; }
     479.bi-cloudy-fill::before { content: "\f2c4"; }
     480.bi-cloudy::before { content: "\f2c5"; }
     481.bi-code-slash::before { content: "\f2c6"; }
     482.bi-code-square::before { content: "\f2c7"; }
     483.bi-code::before { content: "\f2c8"; }
     484.bi-collection-fill::before { content: "\f2c9"; }
     485.bi-collection-play-fill::before { content: "\f2ca"; }
     486.bi-collection-play::before { content: "\f2cb"; }
     487.bi-collection::before { content: "\f2cc"; }
     488.bi-columns-gap::before { content: "\f2cd"; }
     489.bi-columns::before { content: "\f2ce"; }
     490.bi-command::before { content: "\f2cf"; }
     491.bi-compass-fill::before { content: "\f2d0"; }
     492.bi-compass::before { content: "\f2d1"; }
     493.bi-cone-striped::before { content: "\f2d2"; }
     494.bi-cone::before { content: "\f2d3"; }
     495.bi-controller::before { content: "\f2d4"; }
     496.bi-cpu-fill::before { content: "\f2d5"; }
     497.bi-cpu::before { content: "\f2d6"; }
     498.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
     499.bi-credit-card-2-back::before { content: "\f2d8"; }
     500.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
     501.bi-credit-card-2-front::before { content: "\f2da"; }
     502.bi-credit-card-fill::before { content: "\f2db"; }
     503.bi-credit-card::before { content: "\f2dc"; }
     504.bi-crop::before { content: "\f2dd"; }
     505.bi-cup-fill::before { content: "\f2de"; }
     506.bi-cup-straw::before { content: "\f2df"; }
     507.bi-cup::before { content: "\f2e0"; }
     508.bi-cursor-fill::before { content: "\f2e1"; }
     509.bi-cursor-text::before { content: "\f2e2"; }
     510.bi-cursor::before { content: "\f2e3"; }
     511.bi-dash-circle-dotted::before { content: "\f2e4"; }
     512.bi-dash-circle-fill::before { content: "\f2e5"; }
     513.bi-dash-circle::before { content: "\f2e6"; }
     514.bi-dash-square-dotted::before { content: "\f2e7"; }
     515.bi-dash-square-fill::before { content: "\f2e8"; }
     516.bi-dash-square::before { content: "\f2e9"; }
     517.bi-dash::before { content: "\f2ea"; }
     518.bi-diagram-2-fill::before { content: "\f2eb"; }
     519.bi-diagram-2::before { content: "\f2ec"; }
     520.bi-diagram-3-fill::before { content: "\f2ed"; }
     521.bi-diagram-3::before { content: "\f2ee"; }
     522.bi-diamond-fill::before { content: "\f2ef"; }
     523.bi-diamond-half::before { content: "\f2f0"; }
     524.bi-diamond::before { content: "\f2f1"; }
     525.bi-dice-1-fill::before { content: "\f2f2"; }
     526.bi-dice-1::before { content: "\f2f3"; }
     527.bi-dice-2-fill::before { content: "\f2f4"; }
     528.bi-dice-2::before { content: "\f2f5"; }
     529.bi-dice-3-fill::before { content: "\f2f6"; }
     530.bi-dice-3::before { content: "\f2f7"; }
     531.bi-dice-4-fill::before { content: "\f2f8"; }
     532.bi-dice-4::before { content: "\f2f9"; }
     533.bi-dice-5-fill::before { content: "\f2fa"; }
     534.bi-dice-5::before { content: "\f2fb"; }
     535.bi-dice-6-fill::before { content: "\f2fc"; }
     536.bi-dice-6::before { content: "\f2fd"; }
     537.bi-disc-fill::before { content: "\f2fe"; }
     538.bi-disc::before { content: "\f2ff"; }
     539.bi-discord::before { content: "\f300"; }
     540.bi-display-fill::before { content: "\f301"; }
     541.bi-display::before { content: "\f302"; }
     542.bi-distribute-horizontal::before { content: "\f303"; }
     543.bi-distribute-vertical::before { content: "\f304"; }
     544.bi-door-closed-fill::before { content: "\f305"; }
     545.bi-door-closed::before { content: "\f306"; }
     546.bi-door-open-fill::before { content: "\f307"; }
     547.bi-door-open::before { content: "\f308"; }
     548.bi-dot::before { content: "\f309"; }
     549.bi-download::before { content: "\f30a"; }
     550.bi-droplet-fill::before { content: "\f30b"; }
     551.bi-droplet-half::before { content: "\f30c"; }
     552.bi-droplet::before { content: "\f30d"; }
     553.bi-earbuds::before { content: "\f30e"; }
     554.bi-easel-fill::before { content: "\f30f"; }
     555.bi-easel::before { content: "\f310"; }
     556.bi-egg-fill::before { content: "\f311"; }
     557.bi-egg-fried::before { content: "\f312"; }
     558.bi-egg::before { content: "\f313"; }
     559.bi-eject-fill::before { content: "\f314"; }
     560.bi-eject::before { content: "\f315"; }
     561.bi-emoji-angry-fill::before { content: "\f316"; }
     562.bi-emoji-angry::before { content: "\f317"; }
     563.bi-emoji-dizzy-fill::before { content: "\f318"; }
     564.bi-emoji-dizzy::before { content: "\f319"; }
     565.bi-emoji-expressionless-fill::before { content: "\f31a"; }
     566.bi-emoji-expressionless::before { content: "\f31b"; }
     567.bi-emoji-frown-fill::before { content: "\f31c"; }
     568.bi-emoji-frown::before { content: "\f31d"; }
     569.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
     570.bi-emoji-heart-eyes::before { content: "\f31f"; }
     571.bi-emoji-laughing-fill::before { content: "\f320"; }
     572.bi-emoji-laughing::before { content: "\f321"; }
     573.bi-emoji-neutral-fill::before { content: "\f322"; }
     574.bi-emoji-neutral::before { content: "\f323"; }
     575.bi-emoji-smile-fill::before { content: "\f324"; }
     576.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
     577.bi-emoji-smile-upside-down::before { content: "\f326"; }
     578.bi-emoji-smile::before { content: "\f327"; }
     579.bi-emoji-sunglasses-fill::before { content: "\f328"; }
     580.bi-emoji-sunglasses::before { content: "\f329"; }
     581.bi-emoji-wink-fill::before { content: "\f32a"; }
     582.bi-emoji-wink::before { content: "\f32b"; }
     583.bi-envelope-fill::before { content: "\f32c"; }
     584.bi-envelope-open-fill::before { content: "\f32d"; }
     585.bi-envelope-open::before { content: "\f32e"; }
     586.bi-envelope::before { content: "\f32f"; }
     587.bi-eraser-fill::before { content: "\f330"; }
     588.bi-eraser::before { content: "\f331"; }
     589.bi-exclamation-circle-fill::before { content: "\f332"; }
     590.bi-exclamation-circle::before { content: "\f333"; }
     591.bi-exclamation-diamond-fill::before { content: "\f334"; }
     592.bi-exclamation-diamond::before { content: "\f335"; }
     593.bi-exclamation-octagon-fill::before { content: "\f336"; }
     594.bi-exclamation-octagon::before { content: "\f337"; }
     595.bi-exclamation-square-fill::before { content: "\f338"; }
     596.bi-exclamation-square::before { content: "\f339"; }
     597.bi-exclamation-triangle-fill::before { content: "\f33a"; }
     598.bi-exclamation-triangle::before { content: "\f33b"; }
     599.bi-exclamation::before { content: "\f33c"; }
     600.bi-exclude::before { content: "\f33d"; }
     601.bi-eye-fill::before { content: "\f33e"; }
     602.bi-eye-slash-fill::before { content: "\f33f"; }
     603.bi-eye-slash::before { content: "\f340"; }
     604.bi-eye::before { content: "\f341"; }
     605.bi-eyedropper::before { content: "\f342"; }
     606.bi-eyeglasses::before { content: "\f343"; }
     607.bi-facebook::before { content: "\f344"; }
     608.bi-file-arrow-down-fill::before { content: "\f345"; }
     609.bi-file-arrow-down::before { content: "\f346"; }
     610.bi-file-arrow-up-fill::before { content: "\f347"; }
     611.bi-file-arrow-up::before { content: "\f348"; }
     612.bi-file-bar-graph-fill::before { content: "\f349"; }
     613.bi-file-bar-graph::before { content: "\f34a"; }
     614.bi-file-binary-fill::before { content: "\f34b"; }
     615.bi-file-binary::before { content: "\f34c"; }
     616.bi-file-break-fill::before { content: "\f34d"; }
     617.bi-file-break::before { content: "\f34e"; }
     618.bi-file-check-fill::before { content: "\f34f"; }
     619.bi-file-check::before { content: "\f350"; }
     620.bi-file-code-fill::before { content: "\f351"; }
     621.bi-file-code::before { content: "\f352"; }
     622.bi-file-diff-fill::before { content: "\f353"; }
     623.bi-file-diff::before { content: "\f354"; }
     624.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
     625.bi-file-earmark-arrow-down::before { content: "\f356"; }
     626.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
     627.bi-file-earmark-arrow-up::before { content: "\f358"; }
     628.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
     629.bi-file-earmark-bar-graph::before { content: "\f35a"; }
     630.bi-file-earmark-binary-fill::before { content: "\f35b"; }
     631.bi-file-earmark-binary::before { content: "\f35c"; }
     632.bi-file-earmark-break-fill::before { content: "\f35d"; }
     633.bi-file-earmark-break::before { content: "\f35e"; }
     634.bi-file-earmark-check-fill::before { content: "\f35f"; }
     635.bi-file-earmark-check::before { content: "\f360"; }
     636.bi-file-earmark-code-fill::before { content: "\f361"; }
     637.bi-file-earmark-code::before { content: "\f362"; }
     638.bi-file-earmark-diff-fill::before { content: "\f363"; }
     639.bi-file-earmark-diff::before { content: "\f364"; }
     640.bi-file-earmark-easel-fill::before { content: "\f365"; }
     641.bi-file-earmark-easel::before { content: "\f366"; }
     642.bi-file-earmark-excel-fill::before { content: "\f367"; }
     643.bi-file-earmark-excel::before { content: "\f368"; }
     644.bi-file-earmark-fill::before { content: "\f369"; }
     645.bi-file-earmark-font-fill::before { content: "\f36a"; }
     646.bi-file-earmark-font::before { content: "\f36b"; }
     647.bi-file-earmark-image-fill::before { content: "\f36c"; }
     648.bi-file-earmark-image::before { content: "\f36d"; }
     649.bi-file-earmark-lock-fill::before { content: "\f36e"; }
     650.bi-file-earmark-lock::before { content: "\f36f"; }
     651.bi-file-earmark-lock2-fill::before { content: "\f370"; }
     652.bi-file-earmark-lock2::before { content: "\f371"; }
     653.bi-file-earmark-medical-fill::before { content: "\f372"; }
     654.bi-file-earmark-medical::before { content: "\f373"; }
     655.bi-file-earmark-minus-fill::before { content: "\f374"; }
     656.bi-file-earmark-minus::before { content: "\f375"; }
     657.bi-file-earmark-music-fill::before { content: "\f376"; }
     658.bi-file-earmark-music::before { content: "\f377"; }
     659.bi-file-earmark-person-fill::before { content: "\f378"; }
     660.bi-file-earmark-person::before { content: "\f379"; }
     661.bi-file-earmark-play-fill::before { content: "\f37a"; }
     662.bi-file-earmark-play::before { content: "\f37b"; }
     663.bi-file-earmark-plus-fill::before { content: "\f37c"; }
     664.bi-file-earmark-plus::before { content: "\f37d"; }
     665.bi-file-earmark-post-fill::before { content: "\f37e"; }
     666.bi-file-earmark-post::before { content: "\f37f"; }
     667.bi-file-earmark-ppt-fill::before { content: "\f380"; }
     668.bi-file-earmark-ppt::before { content: "\f381"; }
     669.bi-file-earmark-richtext-fill::before { content: "\f382"; }
     670.bi-file-earmark-richtext::before { content: "\f383"; }
     671.bi-file-earmark-ruled-fill::before { content: "\f384"; }
     672.bi-file-earmark-ruled::before { content: "\f385"; }
     673.bi-file-earmark-slides-fill::before { content: "\f386"; }
     674.bi-file-earmark-slides::before { content: "\f387"; }
     675.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
     676.bi-file-earmark-spreadsheet::before { content: "\f389"; }
     677.bi-file-earmark-text-fill::before { content: "\f38a"; }
     678.bi-file-earmark-text::before { content: "\f38b"; }
     679.bi-file-earmark-word-fill::before { content: "\f38c"; }
     680.bi-file-earmark-word::before { content: "\f38d"; }
     681.bi-file-earmark-x-fill::before { content: "\f38e"; }
     682.bi-file-earmark-x::before { content: "\f38f"; }
     683.bi-file-earmark-zip-fill::before { content: "\f390"; }
     684.bi-file-earmark-zip::before { content: "\f391"; }
     685.bi-file-earmark::before { content: "\f392"; }
     686.bi-file-easel-fill::before { content: "\f393"; }
     687.bi-file-easel::before { content: "\f394"; }
     688.bi-file-excel-fill::before { content: "\f395"; }
     689.bi-file-excel::before { content: "\f396"; }
     690.bi-file-fill::before { content: "\f397"; }
     691.bi-file-font-fill::before { content: "\f398"; }
     692.bi-file-font::before { content: "\f399"; }
     693.bi-file-image-fill::before { content: "\f39a"; }
     694.bi-file-image::before { content: "\f39b"; }
     695.bi-file-lock-fill::before { content: "\f39c"; }
     696.bi-file-lock::before { content: "\f39d"; }
     697.bi-file-lock2-fill::before { content: "\f39e"; }
     698.bi-file-lock2::before { content: "\f39f"; }
     699.bi-file-medical-fill::before { content: "\f3a0"; }
     700.bi-file-medical::before { content: "\f3a1"; }
     701.bi-file-minus-fill::before { content: "\f3a2"; }
     702.bi-file-minus::before { content: "\f3a3"; }
     703.bi-file-music-fill::before { content: "\f3a4"; }
     704.bi-file-music::before { content: "\f3a5"; }
     705.bi-file-person-fill::before { content: "\f3a6"; }
     706.bi-file-person::before { content: "\f3a7"; }
     707.bi-file-play-fill::before { content: "\f3a8"; }
     708.bi-file-play::before { content: "\f3a9"; }
     709.bi-file-plus-fill::before { content: "\f3aa"; }
     710.bi-file-plus::before { content: "\f3ab"; }
     711.bi-file-post-fill::before { content: "\f3ac"; }
     712.bi-file-post::before { content: "\f3ad"; }
     713.bi-file-ppt-fill::before { content: "\f3ae"; }
     714.bi-file-ppt::before { content: "\f3af"; }
     715.bi-file-richtext-fill::before { content: "\f3b0"; }
     716.bi-file-richtext::before { content: "\f3b1"; }
     717.bi-file-ruled-fill::before { content: "\f3b2"; }
     718.bi-file-ruled::before { content: "\f3b3"; }
     719.bi-file-slides-fill::before { content: "\f3b4"; }
     720.bi-file-slides::before { content: "\f3b5"; }
     721.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
     722.bi-file-spreadsheet::before { content: "\f3b7"; }
     723.bi-file-text-fill::before { content: "\f3b8"; }
     724.bi-file-text::before { content: "\f3b9"; }
     725.bi-file-word-fill::before { content: "\f3ba"; }
     726.bi-file-word::before { content: "\f3bb"; }
     727.bi-file-x-fill::before { content: "\f3bc"; }
     728.bi-file-x::before { content: "\f3bd"; }
     729.bi-file-zip-fill::before { content: "\f3be"; }
     730.bi-file-zip::before { content: "\f3bf"; }
     731.bi-file::before { content: "\f3c0"; }
     732.bi-files-alt::before { content: "\f3c1"; }
     733.bi-files::before { content: "\f3c2"; }
     734.bi-film::before { content: "\f3c3"; }
     735.bi-filter-circle-fill::before { content: "\f3c4"; }
     736.bi-filter-circle::before { content: "\f3c5"; }
     737.bi-filter-left::before { content: "\f3c6"; }
     738.bi-filter-right::before { content: "\f3c7"; }
     739.bi-filter-square-fill::before { content: "\f3c8"; }
     740.bi-filter-square::before { content: "\f3c9"; }
     741.bi-filter::before { content: "\f3ca"; }
     742.bi-flag-fill::before { content: "\f3cb"; }
     743.bi-flag::before { content: "\f3cc"; }
     744.bi-flower1::before { content: "\f3cd"; }
     745.bi-flower2::before { content: "\f3ce"; }
     746.bi-flower3::before { content: "\f3cf"; }
     747.bi-folder-check::before { content: "\f3d0"; }
     748.bi-folder-fill::before { content: "\f3d1"; }
     749.bi-folder-minus::before { content: "\f3d2"; }
     750.bi-folder-plus::before { content: "\f3d3"; }
     751.bi-folder-symlink-fill::before { content: "\f3d4"; }
     752.bi-folder-symlink::before { content: "\f3d5"; }
     753.bi-folder-x::before { content: "\f3d6"; }
     754.bi-folder::before { content: "\f3d7"; }
     755.bi-folder2-open::before { content: "\f3d8"; }
     756.bi-folder2::before { content: "\f3d9"; }
     757.bi-fonts::before { content: "\f3da"; }
     758.bi-forward-fill::before { content: "\f3db"; }
     759.bi-forward::before { content: "\f3dc"; }
     760.bi-front::before { content: "\f3dd"; }
     761.bi-fullscreen-exit::before { content: "\f3de"; }
     762.bi-fullscreen::before { content: "\f3df"; }
     763.bi-funnel-fill::before { content: "\f3e0"; }
     764.bi-funnel::before { content: "\f3e1"; }
     765.bi-gear-fill::before { content: "\f3e2"; }
     766.bi-gear-wide-connected::before { content: "\f3e3"; }
     767.bi-gear-wide::before { content: "\f3e4"; }
     768.bi-gear::before { content: "\f3e5"; }
     769.bi-gem::before { content: "\f3e6"; }
     770.bi-geo-alt-fill::before { content: "\f3e7"; }
     771.bi-geo-alt::before { content: "\f3e8"; }
     772.bi-geo-fill::before { content: "\f3e9"; }
     773.bi-geo::before { content: "\f3ea"; }
     774.bi-gift-fill::before { content: "\f3eb"; }
     775.bi-gift::before { content: "\f3ec"; }
     776.bi-github::before { content: "\f3ed"; }
     777.bi-globe::before { content: "\f3ee"; }
     778.bi-globe2::before { content: "\f3ef"; }
     779.bi-google::before { content: "\f3f0"; }
     780.bi-graph-down::before { content: "\f3f1"; }
     781.bi-graph-up::before { content: "\f3f2"; }
     782.bi-grid-1x2-fill::before { content: "\f3f3"; }
     783.bi-grid-1x2::before { content: "\f3f4"; }
     784.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
     785.bi-grid-3x2-gap::before { content: "\f3f6"; }
     786.bi-grid-3x2::before { content: "\f3f7"; }
     787.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
     788.bi-grid-3x3-gap::before { content: "\f3f9"; }
     789.bi-grid-3x3::before { content: "\f3fa"; }
     790.bi-grid-fill::before { content: "\f3fb"; }
     791.bi-grid::before { content: "\f3fc"; }
     792.bi-grip-horizontal::before { content: "\f3fd"; }
     793.bi-grip-vertical::before { content: "\f3fe"; }
     794.bi-hammer::before { content: "\f3ff"; }
     795.bi-hand-index-fill::before { content: "\f400"; }
     796.bi-hand-index-thumb-fill::before { content: "\f401"; }
     797.bi-hand-index-thumb::before { content: "\f402"; }
     798.bi-hand-index::before { content: "\f403"; }
     799.bi-hand-thumbs-down-fill::before { content: "\f404"; }
     800.bi-hand-thumbs-down::before { content: "\f405"; }
     801.bi-hand-thumbs-up-fill::before { content: "\f406"; }
     802.bi-hand-thumbs-up::before { content: "\f407"; }
     803.bi-handbag-fill::before { content: "\f408"; }
     804.bi-handbag::before { content: "\f409"; }
     805.bi-hash::before { content: "\f40a"; }
     806.bi-hdd-fill::before { content: "\f40b"; }
     807.bi-hdd-network-fill::before { content: "\f40c"; }
     808.bi-hdd-network::before { content: "\f40d"; }
     809.bi-hdd-rack-fill::before { content: "\f40e"; }
     810.bi-hdd-rack::before { content: "\f40f"; }
     811.bi-hdd-stack-fill::before { content: "\f410"; }
     812.bi-hdd-stack::before { content: "\f411"; }
     813.bi-hdd::before { content: "\f412"; }
     814.bi-headphones::before { content: "\f413"; }
     815.bi-headset::before { content: "\f414"; }
     816.bi-heart-fill::before { content: "\f415"; }
     817.bi-heart-half::before { content: "\f416"; }
     818.bi-heart::before { content: "\f417"; }
     819.bi-heptagon-fill::before { content: "\f418"; }
     820.bi-heptagon-half::before { content: "\f419"; }
     821.bi-heptagon::before { content: "\f41a"; }
     822.bi-hexagon-fill::before { content: "\f41b"; }
     823.bi-hexagon-half::before { content: "\f41c"; }
     824.bi-hexagon::before { content: "\f41d"; }
     825.bi-hourglass-bottom::before { content: "\f41e"; }
     826.bi-hourglass-split::before { content: "\f41f"; }
     827.bi-hourglass-top::before { content: "\f420"; }
     828.bi-hourglass::before { content: "\f421"; }
     829.bi-house-door-fill::before { content: "\f422"; }
     830.bi-house-door::before { content: "\f423"; }
     831.bi-house-fill::before { content: "\f424"; }
     832.bi-house::before { content: "\f425"; }
     833.bi-hr::before { content: "\f426"; }
     834.bi-hurricane::before { content: "\f427"; }
     835.bi-image-alt::before { content: "\f428"; }
     836.bi-image-fill::before { content: "\f429"; }
     837.bi-image::before { content: "\f42a"; }
     838.bi-images::before { content: "\f42b"; }
     839.bi-inbox-fill::before { content: "\f42c"; }
     840.bi-inbox::before { content: "\f42d"; }
     841.bi-inboxes-fill::before { content: "\f42e"; }
     842.bi-inboxes::before { content: "\f42f"; }
     843.bi-info-circle-fill::before { content: "\f430"; }
     844.bi-info-circle::before { content: "\f431"; }
     845.bi-info-square-fill::before { content: "\f432"; }
     846.bi-info-square::before { content: "\f433"; }
     847.bi-info::before { content: "\f434"; }
     848.bi-input-cursor-text::before { content: "\f435"; }
     849.bi-input-cursor::before { content: "\f436"; }
     850.bi-instagram::before { content: "\f437"; }
     851.bi-intersect::before { content: "\f438"; }
     852.bi-journal-album::before { content: "\f439"; }
     853.bi-journal-arrow-down::before { content: "\f43a"; }
     854.bi-journal-arrow-up::before { content: "\f43b"; }
     855.bi-journal-bookmark-fill::before { content: "\f43c"; }
     856.bi-journal-bookmark::before { content: "\f43d"; }
     857.bi-journal-check::before { content: "\f43e"; }
     858.bi-journal-code::before { content: "\f43f"; }
     859.bi-journal-medical::before { content: "\f440"; }
     860.bi-journal-minus::before { content: "\f441"; }
     861.bi-journal-plus::before { content: "\f442"; }
     862.bi-journal-richtext::before { content: "\f443"; }
     863.bi-journal-text::before { content: "\f444"; }
     864.bi-journal-x::before { content: "\f445"; }
     865.bi-journal::before { content: "\f446"; }
     866.bi-journals::before { content: "\f447"; }
     867.bi-joystick::before { content: "\f448"; }
     868.bi-justify-left::before { content: "\f449"; }
     869.bi-justify-right::before { content: "\f44a"; }
     870.bi-justify::before { content: "\f44b"; }
     871.bi-kanban-fill::before { content: "\f44c"; }
     872.bi-kanban::before { content: "\f44d"; }
     873.bi-key-fill::before { content: "\f44e"; }
     874.bi-key::before { content: "\f44f"; }
     875.bi-keyboard-fill::before { content: "\f450"; }
     876.bi-keyboard::before { content: "\f451"; }
     877.bi-ladder::before { content: "\f452"; }
     878.bi-lamp-fill::before { content: "\f453"; }
     879.bi-lamp::before { content: "\f454"; }
     880.bi-laptop-fill::before { content: "\f455"; }
     881.bi-laptop::before { content: "\f456"; }
     882.bi-layer-backward::before { content: "\f457"; }
     883.bi-layer-forward::before { content: "\f458"; }
     884.bi-layers-fill::before { content: "\f459"; }
     885.bi-layers-half::before { content: "\f45a"; }
     886.bi-layers::before { content: "\f45b"; }
     887.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
     888.bi-layout-sidebar-inset::before { content: "\f45d"; }
     889.bi-layout-sidebar-reverse::before { content: "\f45e"; }
     890.bi-layout-sidebar::before { content: "\f45f"; }
     891.bi-layout-split::before { content: "\f460"; }
     892.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
     893.bi-layout-text-sidebar::before { content: "\f462"; }
     894.bi-layout-text-window-reverse::before { content: "\f463"; }
     895.bi-layout-text-window::before { content: "\f464"; }
     896.bi-layout-three-columns::before { content: "\f465"; }
     897.bi-layout-wtf::before { content: "\f466"; }
     898.bi-life-preserver::before { content: "\f467"; }
     899.bi-lightbulb-fill::before { content: "\f468"; }
     900.bi-lightbulb-off-fill::before { content: "\f469"; }
     901.bi-lightbulb-off::before { content: "\f46a"; }
     902.bi-lightbulb::before { content: "\f46b"; }
     903.bi-lightning-charge-fill::before { content: "\f46c"; }
     904.bi-lightning-charge::before { content: "\f46d"; }
     905.bi-lightning-fill::before { content: "\f46e"; }
     906.bi-lightning::before { content: "\f46f"; }
     907.bi-link-45deg::before { content: "\f470"; }
     908.bi-link::before { content: "\f471"; }
     909.bi-linkedin::before { content: "\f472"; }
     910.bi-list-check::before { content: "\f473"; }
     911.bi-list-nested::before { content: "\f474"; }
     912.bi-list-ol::before { content: "\f475"; }
     913.bi-list-stars::before { content: "\f476"; }
     914.bi-list-task::before { content: "\f477"; }
     915.bi-list-ul::before { content: "\f478"; }
     916.bi-list::before { content: "\f479"; }
     917.bi-lock-fill::before { content: "\f47a"; }
     918.bi-lock::before { content: "\f47b"; }
     919.bi-mailbox::before { content: "\f47c"; }
     920.bi-mailbox2::before { content: "\f47d"; }
     921.bi-map-fill::before { content: "\f47e"; }
     922.bi-map::before { content: "\f47f"; }
     923.bi-markdown-fill::before { content: "\f480"; }
     924.bi-markdown::before { content: "\f481"; }
     925.bi-mask::before { content: "\f482"; }
     926.bi-megaphone-fill::before { content: "\f483"; }
     927.bi-megaphone::before { content: "\f484"; }
     928.bi-menu-app-fill::before { content: "\f485"; }
     929.bi-menu-app::before { content: "\f486"; }
     930.bi-menu-button-fill::before { content: "\f487"; }
     931.bi-menu-button-wide-fill::before { content: "\f488"; }
     932.bi-menu-button-wide::before { content: "\f489"; }
     933.bi-menu-button::before { content: "\f48a"; }
     934.bi-menu-down::before { content: "\f48b"; }
     935.bi-menu-up::before { content: "\f48c"; }
     936.bi-mic-fill::before { content: "\f48d"; }
     937.bi-mic-mute-fill::before { content: "\f48e"; }
     938.bi-mic-mute::before { content: "\f48f"; }
     939.bi-mic::before { content: "\f490"; }
     940.bi-minecart-loaded::before { content: "\f491"; }
     941.bi-minecart::before { content: "\f492"; }
     942.bi-moisture::before { content: "\f493"; }
     943.bi-moon-fill::before { content: "\f494"; }
     944.bi-moon-stars-fill::before { content: "\f495"; }
     945.bi-moon-stars::before { content: "\f496"; }
     946.bi-moon::before { content: "\f497"; }
     947.bi-mouse-fill::before { content: "\f498"; }
     948.bi-mouse::before { content: "\f499"; }
     949.bi-mouse2-fill::before { content: "\f49a"; }
     950.bi-mouse2::before { content: "\f49b"; }
     951.bi-mouse3-fill::before { content: "\f49c"; }
     952.bi-mouse3::before { content: "\f49d"; }
     953.bi-music-note-beamed::before { content: "\f49e"; }
     954.bi-music-note-list::before { content: "\f49f"; }
     955.bi-music-note::before { content: "\f4a0"; }
     956.bi-music-player-fill::before { content: "\f4a1"; }
     957.bi-music-player::before { content: "\f4a2"; }
     958.bi-newspaper::before { content: "\f4a3"; }
     959.bi-node-minus-fill::before { content: "\f4a4"; }
     960.bi-node-minus::before { content: "\f4a5"; }
     961.bi-node-plus-fill::before { content: "\f4a6"; }
     962.bi-node-plus::before { content: "\f4a7"; }
     963.bi-nut-fill::before { content: "\f4a8"; }
     964.bi-nut::before { content: "\f4a9"; }
     965.bi-octagon-fill::before { content: "\f4aa"; }
     966.bi-octagon-half::before { content: "\f4ab"; }
     967.bi-octagon::before { content: "\f4ac"; }
     968.bi-option::before { content: "\f4ad"; }
     969.bi-outlet::before { content: "\f4ae"; }
     970.bi-paint-bucket::before { content: "\f4af"; }
     971.bi-palette-fill::before { content: "\f4b0"; }
     972.bi-palette::before { content: "\f4b1"; }
     973.bi-palette2::before { content: "\f4b2"; }
     974.bi-paperclip::before { content: "\f4b3"; }
     975.bi-paragraph::before { content: "\f4b4"; }
     976.bi-patch-check-fill::before { content: "\f4b5"; }
     977.bi-patch-check::before { content: "\f4b6"; }
     978.bi-patch-exclamation-fill::before { content: "\f4b7"; }
     979.bi-patch-exclamation::before { content: "\f4b8"; }
     980.bi-patch-minus-fill::before { content: "\f4b9"; }
     981.bi-patch-minus::before { content: "\f4ba"; }
     982.bi-patch-plus-fill::before { content: "\f4bb"; }
     983.bi-patch-plus::before { content: "\f4bc"; }
     984.bi-patch-question-fill::before { content: "\f4bd"; }
     985.bi-patch-question::before { content: "\f4be"; }
     986.bi-pause-btn-fill::before { content: "\f4bf"; }
     987.bi-pause-btn::before { content: "\f4c0"; }
     988.bi-pause-circle-fill::before { content: "\f4c1"; }
     989.bi-pause-circle::before { content: "\f4c2"; }
     990.bi-pause-fill::before { content: "\f4c3"; }
     991.bi-pause::before { content: "\f4c4"; }
     992.bi-peace-fill::before { content: "\f4c5"; }
     993.bi-peace::before { content: "\f4c6"; }
     994.bi-pen-fill::before { content: "\f4c7"; }
     995.bi-pen::before { content: "\f4c8"; }
     996.bi-pencil-fill::before { content: "\f4c9"; }
     997.bi-pencil-square::before { content: "\f4ca"; }
     998.bi-pencil::before { content: "\f4cb"; }
     999.bi-pentagon-fill::before { content: "\f4cc"; }
     1000.bi-pentagon-half::before { content: "\f4cd"; }
     1001.bi-pentagon::before { content: "\f4ce"; }
     1002.bi-people-fill::before { content: "\f4cf"; }
     1003.bi-people::before { content: "\f4d0"; }
     1004.bi-percent::before { content: "\f4d1"; }
     1005.bi-person-badge-fill::before { content: "\f4d2"; }
     1006.bi-person-badge::before { content: "\f4d3"; }
     1007.bi-person-bounding-box::before { content: "\f4d4"; }
     1008.bi-person-check-fill::before { content: "\f4d5"; }
     1009.bi-person-check::before { content: "\f4d6"; }
     1010.bi-person-circle::before { content: "\f4d7"; }
     1011.bi-person-dash-fill::before { content: "\f4d8"; }
     1012.bi-person-dash::before { content: "\f4d9"; }
     1013.bi-person-fill::before { content: "\f4da"; }
     1014.bi-person-lines-fill::before { content: "\f4db"; }
     1015.bi-person-plus-fill::before { content: "\f4dc"; }
     1016.bi-person-plus::before { content: "\f4dd"; }
     1017.bi-person-square::before { content: "\f4de"; }
     1018.bi-person-x-fill::before { content: "\f4df"; }
     1019.bi-person-x::before { content: "\f4e0"; }
     1020.bi-person::before { content: "\f4e1"; }
     1021.bi-phone-fill::before { content: "\f4e2"; }
     1022.bi-phone-landscape-fill::before { content: "\f4e3"; }
     1023.bi-phone-landscape::before { content: "\f4e4"; }
     1024.bi-phone-vibrate-fill::before { content: "\f4e5"; }
     1025.bi-phone-vibrate::before { content: "\f4e6"; }
     1026.bi-phone::before { content: "\f4e7"; }
     1027.bi-pie-chart-fill::before { content: "\f4e8"; }
     1028.bi-pie-chart::before { content: "\f4e9"; }
     1029.bi-pin-angle-fill::before { content: "\f4ea"; }
     1030.bi-pin-angle::before { content: "\f4eb"; }
     1031.bi-pin-fill::before { content: "\f4ec"; }
     1032.bi-pin::before { content: "\f4ed"; }
     1033.bi-pip-fill::before { content: "\f4ee"; }
     1034.bi-pip::before { content: "\f4ef"; }
     1035.bi-play-btn-fill::before { content: "\f4f0"; }
     1036.bi-play-btn::before { content: "\f4f1"; }
     1037.bi-play-circle-fill::before { content: "\f4f2"; }
     1038.bi-play-circle::before { content: "\f4f3"; }
     1039.bi-play-fill::before { content: "\f4f4"; }
     1040.bi-play::before { content: "\f4f5"; }
     1041.bi-plug-fill::before { content: "\f4f6"; }
     1042.bi-plug::before { content: "\f4f7"; }
     1043.bi-plus-circle-dotted::before { content: "\f4f8"; }
     1044.bi-plus-circle-fill::before { content: "\f4f9"; }
     1045.bi-plus-circle::before { content: "\f4fa"; }
     1046.bi-plus-square-dotted::before { content: "\f4fb"; }
     1047.bi-plus-square-fill::before { content: "\f4fc"; }
     1048.bi-plus-square::before { content: "\f4fd"; }
     1049.bi-plus::before { content: "\f4fe"; }
     1050.bi-power::before { content: "\f4ff"; }
     1051.bi-printer-fill::before { content: "\f500"; }
     1052.bi-printer::before { content: "\f501"; }
     1053.bi-puzzle-fill::before { content: "\f502"; }
     1054.bi-puzzle::before { content: "\f503"; }
     1055.bi-question-circle-fill::before { content: "\f504"; }
     1056.bi-question-circle::before { content: "\f505"; }
     1057.bi-question-diamond-fill::before { content: "\f506"; }
     1058.bi-question-diamond::before { content: "\f507"; }
     1059.bi-question-octagon-fill::before { content: "\f508"; }
     1060.bi-question-octagon::before { content: "\f509"; }
     1061.bi-question-square-fill::before { content: "\f50a"; }
     1062.bi-question-square::before { content: "\f50b"; }
     1063.bi-question::before { content: "\f50c"; }
     1064.bi-rainbow::before { content: "\f50d"; }
     1065.bi-receipt-cutoff::before { content: "\f50e"; }
     1066.bi-receipt::before { content: "\f50f"; }
     1067.bi-reception-0::before { content: "\f510"; }
     1068.bi-reception-1::before { content: "\f511"; }
     1069.bi-reception-2::before { content: "\f512"; }
     1070.bi-reception-3::before { content: "\f513"; }
     1071.bi-reception-4::before { content: "\f514"; }
     1072.bi-record-btn-fill::before { content: "\f515"; }
     1073.bi-record-btn::before { content: "\f516"; }
     1074.bi-record-circle-fill::before { content: "\f517"; }
     1075.bi-record-circle::before { content: "\f518"; }
     1076.bi-record-fill::before { content: "\f519"; }
     1077.bi-record::before { content: "\f51a"; }
     1078.bi-record2-fill::before { content: "\f51b"; }
     1079.bi-record2::before { content: "\f51c"; }
     1080.bi-reply-all-fill::before { content: "\f51d"; }
     1081.bi-reply-all::before { content: "\f51e"; }
     1082.bi-reply-fill::before { content: "\f51f"; }
     1083.bi-reply::before { content: "\f520"; }
     1084.bi-rss-fill::before { content: "\f521"; }
     1085.bi-rss::before { content: "\f522"; }
     1086.bi-rulers::before { content: "\f523"; }
     1087.bi-save-fill::before { content: "\f524"; }
     1088.bi-save::before { content: "\f525"; }
     1089.bi-save2-fill::before { content: "\f526"; }
     1090.bi-save2::before { content: "\f527"; }
     1091.bi-scissors::before { content: "\f528"; }
     1092.bi-screwdriver::before { content: "\f529"; }
     1093.bi-search::before { content: "\f52a"; }
     1094.bi-segmented-nav::before { content: "\f52b"; }
     1095.bi-server::before { content: "\f52c"; }
     1096.bi-share-fill::before { content: "\f52d"; }
     1097.bi-share::before { content: "\f52e"; }
     1098.bi-shield-check::before { content: "\f52f"; }
     1099.bi-shield-exclamation::before { content: "\f530"; }
     1100.bi-shield-fill-check::before { content: "\f531"; }
     1101.bi-shield-fill-exclamation::before { content: "\f532"; }
     1102.bi-shield-fill-minus::before { content: "\f533"; }
     1103.bi-shield-fill-plus::before { content: "\f534"; }
     1104.bi-shield-fill-x::before { content: "\f535"; }
     1105.bi-shield-fill::before { content: "\f536"; }
     1106.bi-shield-lock-fill::before { content: "\f537"; }
     1107.bi-shield-lock::before { content: "\f538"; }
     1108.bi-shield-minus::before { content: "\f539"; }
     1109.bi-shield-plus::before { content: "\f53a"; }
     1110.bi-shield-shaded::before { content: "\f53b"; }
     1111.bi-shield-slash-fill::before { content: "\f53c"; }
     1112.bi-shield-slash::before { content: "\f53d"; }
     1113.bi-shield-x::before { content: "\f53e"; }
     1114.bi-shield::before { content: "\f53f"; }
     1115.bi-shift-fill::before { content: "\f540"; }
     1116.bi-shift::before { content: "\f541"; }
     1117.bi-shop-window::before { content: "\f542"; }
     1118.bi-shop::before { content: "\f543"; }
     1119.bi-shuffle::before { content: "\f544"; }
     1120.bi-signpost-2-fill::before { content: "\f545"; }
     1121.bi-signpost-2::before { content: "\f546"; }
     1122.bi-signpost-fill::before { content: "\f547"; }
     1123.bi-signpost-split-fill::before { content: "\f548"; }
     1124.bi-signpost-split::before { content: "\f549"; }
     1125.bi-signpost::before { content: "\f54a"; }
     1126.bi-sim-fill::before { content: "\f54b"; }
     1127.bi-sim::before { content: "\f54c"; }
     1128.bi-skip-backward-btn-fill::before { content: "\f54d"; }
     1129.bi-skip-backward-btn::before { content: "\f54e"; }
     1130.bi-skip-backward-circle-fill::before { content: "\f54f"; }
     1131.bi-skip-backward-circle::before { content: "\f550"; }
     1132.bi-skip-backward-fill::before { content: "\f551"; }
     1133.bi-skip-backward::before { content: "\f552"; }
     1134.bi-skip-end-btn-fill::before { content: "\f553"; }
     1135.bi-skip-end-btn::before { content: "\f554"; }
     1136.bi-skip-end-circle-fill::before { content: "\f555"; }
     1137.bi-skip-end-circle::before { content: "\f556"; }
     1138.bi-skip-end-fill::before { content: "\f557"; }
     1139.bi-skip-end::before { content: "\f558"; }
     1140.bi-skip-forward-btn-fill::before { content: "\f559"; }
     1141.bi-skip-forward-btn::before { content: "\f55a"; }
     1142.bi-skip-forward-circle-fill::before { content: "\f55b"; }
     1143.bi-skip-forward-circle::before { content: "\f55c"; }
     1144.bi-skip-forward-fill::before { content: "\f55d"; }
     1145.bi-skip-forward::before { content: "\f55e"; }
     1146.bi-skip-start-btn-fill::before { content: "\f55f"; }
     1147.bi-skip-start-btn::before { content: "\f560"; }
     1148.bi-skip-start-circle-fill::before { content: "\f561"; }
     1149.bi-skip-start-circle::before { content: "\f562"; }
     1150.bi-skip-start-fill::before { content: "\f563"; }
     1151.bi-skip-start::before { content: "\f564"; }
     1152.bi-slack::before { content: "\f565"; }
     1153.bi-slash-circle-fill::before { content: "\f566"; }
     1154.bi-slash-circle::before { content: "\f567"; }
     1155.bi-slash-square-fill::before { content: "\f568"; }
     1156.bi-slash-square::before { content: "\f569"; }
     1157.bi-slash::before { content: "\f56a"; }
     1158.bi-sliders::before { content: "\f56b"; }
     1159.bi-smartwatch::before { content: "\f56c"; }
     1160.bi-snow::before { content: "\f56d"; }
     1161.bi-snow2::before { content: "\f56e"; }
     1162.bi-snow3::before { content: "\f56f"; }
     1163.bi-sort-alpha-down-alt::before { content: "\f570"; }
     1164.bi-sort-alpha-down::before { content: "\f571"; }
     1165.bi-sort-alpha-up-alt::before { content: "\f572"; }
     1166.bi-sort-alpha-up::before { content: "\f573"; }
     1167.bi-sort-down-alt::before { content: "\f574"; }
     1168.bi-sort-down::before { content: "\f575"; }
     1169.bi-sort-numeric-down-alt::before { content: "\f576"; }
     1170.bi-sort-numeric-down::before { content: "\f577"; }
     1171.bi-sort-numeric-up-alt::before { content: "\f578"; }
     1172.bi-sort-numeric-up::before { content: "\f579"; }
     1173.bi-sort-up-alt::before { content: "\f57a"; }
     1174.bi-sort-up::before { content: "\f57b"; }
     1175.bi-soundwave::before { content: "\f57c"; }
     1176.bi-speaker-fill::before { content: "\f57d"; }
     1177.bi-speaker::before { content: "\f57e"; }
     1178.bi-speedometer::before { content: "\f57f"; }
     1179.bi-speedometer2::before { content: "\f580"; }
     1180.bi-spellcheck::before { content: "\f581"; }
     1181.bi-square-fill::before { content: "\f582"; }
     1182.bi-square-half::before { content: "\f583"; }
     1183.bi-square::before { content: "\f584"; }
     1184.bi-stack::before { content: "\f585"; }
     1185.bi-star-fill::before { content: "\f586"; }
     1186.bi-star-half::before { content: "\f587"; }
     1187.bi-star::before { content: "\f588"; }
     1188.bi-stars::before { content: "\f589"; }
     1189.bi-stickies-fill::before { content: "\f58a"; }
     1190.bi-stickies::before { content: "\f58b"; }
     1191.bi-sticky-fill::before { content: "\f58c"; }
     1192.bi-sticky::before { content: "\f58d"; }
     1193.bi-stop-btn-fill::before { content: "\f58e"; }
     1194.bi-stop-btn::before { content: "\f58f"; }
     1195.bi-stop-circle-fill::before { content: "\f590"; }
     1196.bi-stop-circle::before { content: "\f591"; }
     1197.bi-stop-fill::before { content: "\f592"; }
     1198.bi-stop::before { content: "\f593"; }
     1199.bi-stoplights-fill::before { content: "\f594"; }
     1200.bi-stoplights::before { content: "\f595"; }
     1201.bi-stopwatch-fill::before { content: "\f596"; }
     1202.bi-stopwatch::before { content: "\f597"; }
     1203.bi-subtract::before { content: "\f598"; }
     1204.bi-suit-club-fill::before { content: "\f599"; }
     1205.bi-suit-club::before { content: "\f59a"; }
     1206.bi-suit-diamond-fill::before { content: "\f59b"; }
     1207.bi-suit-diamond::before { content: "\f59c"; }
     1208.bi-suit-heart-fill::before { content: "\f59d"; }
     1209.bi-suit-heart::before { content: "\f59e"; }
     1210.bi-suit-spade-fill::before { content: "\f59f"; }
     1211.bi-suit-spade::before { content: "\f5a0"; }
     1212.bi-sun-fill::before { content: "\f5a1"; }
     1213.bi-sun::before { content: "\f5a2"; }
     1214.bi-sunglasses::before { content: "\f5a3"; }
     1215.bi-sunrise-fill::before { content: "\f5a4"; }
     1216.bi-sunrise::before { content: "\f5a5"; }
     1217.bi-sunset-fill::before { content: "\f5a6"; }
     1218.bi-sunset::before { content: "\f5a7"; }
     1219.bi-symmetry-horizontal::before { content: "\f5a8"; }
     1220.bi-symmetry-vertical::before { content: "\f5a9"; }
     1221.bi-table::before { content: "\f5aa"; }
     1222.bi-tablet-fill::before { content: "\f5ab"; }
     1223.bi-tablet-landscape-fill::before { content: "\f5ac"; }
     1224.bi-tablet-landscape::before { content: "\f5ad"; }
     1225.bi-tablet::before { content: "\f5ae"; }
     1226.bi-tag-fill::before { content: "\f5af"; }
     1227.bi-tag::before { content: "\f5b0"; }
     1228.bi-tags-fill::before { content: "\f5b1"; }
     1229.bi-tags::before { content: "\f5b2"; }
     1230.bi-telegram::before { content: "\f5b3"; }
     1231.bi-telephone-fill::before { content: "\f5b4"; }
     1232.bi-telephone-forward-fill::before { content: "\f5b5"; }
     1233.bi-telephone-forward::before { content: "\f5b6"; }
     1234.bi-telephone-inbound-fill::before { content: "\f5b7"; }
     1235.bi-telephone-inbound::before { content: "\f5b8"; }
     1236.bi-telephone-minus-fill::before { content: "\f5b9"; }
     1237.bi-telephone-minus::before { content: "\f5ba"; }
     1238.bi-telephone-outbound-fill::before { content: "\f5bb"; }
     1239.bi-telephone-outbound::before { content: "\f5bc"; }
     1240.bi-telephone-plus-fill::before { content: "\f5bd"; }
     1241.bi-telephone-plus::before { content: "\f5be"; }
     1242.bi-telephone-x-fill::before { content: "\f5bf"; }
     1243.bi-telephone-x::before { content: "\f5c0"; }
     1244.bi-telephone::before { content: "\f5c1"; }
     1245.bi-terminal-fill::before { content: "\f5c2"; }
     1246.bi-terminal::before { content: "\f5c3"; }
     1247.bi-text-center::before { content: "\f5c4"; }
     1248.bi-text-indent-left::before { content: "\f5c5"; }
     1249.bi-text-indent-right::before { content: "\f5c6"; }
     1250.bi-text-left::before { content: "\f5c7"; }
     1251.bi-text-paragraph::before { content: "\f5c8"; }
     1252.bi-text-right::before { content: "\f5c9"; }
     1253.bi-textarea-resize::before { content: "\f5ca"; }
     1254.bi-textarea-t::before { content: "\f5cb"; }
     1255.bi-textarea::before { content: "\f5cc"; }
     1256.bi-thermometer-half::before { content: "\f5cd"; }
     1257.bi-thermometer-high::before { content: "\f5ce"; }
     1258.bi-thermometer-low::before { content: "\f5cf"; }
     1259.bi-thermometer-snow::before { content: "\f5d0"; }
     1260.bi-thermometer-sun::before { content: "\f5d1"; }
     1261.bi-thermometer::before { content: "\f5d2"; }
     1262.bi-three-dots-vertical::before { content: "\f5d3"; }
     1263.bi-three-dots::before { content: "\f5d4"; }
     1264.bi-toggle-off::before { content: "\f5d5"; }
     1265.bi-toggle-on::before { content: "\f5d6"; }
     1266.bi-toggle2-off::before { content: "\f5d7"; }
     1267.bi-toggle2-on::before { content: "\f5d8"; }
     1268.bi-toggles::before { content: "\f5d9"; }
     1269.bi-toggles2::before { content: "\f5da"; }
     1270.bi-tools::before { content: "\f5db"; }
     1271.bi-tornado::before { content: "\f5dc"; }
     1272.bi-trash-fill::before { content: "\f5dd"; }
     1273.bi-trash::before { content: "\f5de"; }
     1274.bi-trash2-fill::before { content: "\f5df"; }
     1275.bi-trash2::before { content: "\f5e0"; }
     1276.bi-tree-fill::before { content: "\f5e1"; }
     1277.bi-tree::before { content: "\f5e2"; }
     1278.bi-triangle-fill::before { content: "\f5e3"; }
     1279.bi-triangle-half::before { content: "\f5e4"; }
     1280.bi-triangle::before { content: "\f5e5"; }
     1281.bi-trophy-fill::before { content: "\f5e6"; }
     1282.bi-trophy::before { content: "\f5e7"; }
     1283.bi-tropical-storm::before { content: "\f5e8"; }
     1284.bi-truck-flatbed::before { content: "\f5e9"; }
     1285.bi-truck::before { content: "\f5ea"; }
     1286.bi-tsunami::before { content: "\f5eb"; }
     1287.bi-tv-fill::before { content: "\f5ec"; }
     1288.bi-tv::before { content: "\f5ed"; }
     1289.bi-twitch::before { content: "\f5ee"; }
     1290.bi-twitter::before { content: "\f5ef"; }
     1291.bi-type-bold::before { content: "\f5f0"; }
     1292.bi-type-h1::before { content: "\f5f1"; }
     1293.bi-type-h2::before { content: "\f5f2"; }
     1294.bi-type-h3::before { content: "\f5f3"; }
     1295.bi-type-italic::before { content: "\f5f4"; }
     1296.bi-type-strikethrough::before { content: "\f5f5"; }
     1297.bi-type-underline::before { content: "\f5f6"; }
     1298.bi-type::before { content: "\f5f7"; }
     1299.bi-ui-checks-grid::before { content: "\f5f8"; }
     1300.bi-ui-checks::before { content: "\f5f9"; }
     1301.bi-ui-radios-grid::before { content: "\f5fa"; }
     1302.bi-ui-radios::before { content: "\f5fb"; }
     1303.bi-umbrella-fill::before { content: "\f5fc"; }
     1304.bi-umbrella::before { content: "\f5fd"; }
     1305.bi-union::before { content: "\f5fe"; }
     1306.bi-unlock-fill::before { content: "\f5ff"; }
     1307.bi-unlock::before { content: "\f600"; }
     1308.bi-upc-scan::before { content: "\f601"; }
     1309.bi-upc::before { content: "\f602"; }
     1310.bi-upload::before { content: "\f603"; }
     1311.bi-vector-pen::before { content: "\f604"; }
     1312.bi-view-list::before { content: "\f605"; }
     1313.bi-view-stacked::before { content: "\f606"; }
     1314.bi-vinyl-fill::before { content: "\f607"; }
     1315.bi-vinyl::before { content: "\f608"; }
     1316.bi-voicemail::before { content: "\f609"; }
     1317.bi-volume-down-fill::before { content: "\f60a"; }
     1318.bi-volume-down::before { content: "\f60b"; }
     1319.bi-volume-mute-fill::before { content: "\f60c"; }
     1320.bi-volume-mute::before { content: "\f60d"; }
     1321.bi-volume-off-fill::before { content: "\f60e"; }
     1322.bi-volume-off::before { content: "\f60f"; }
     1323.bi-volume-up-fill::before { content: "\f610"; }
     1324.bi-volume-up::before { content: "\f611"; }
     1325.bi-vr::before { content: "\f612"; }
     1326.bi-wallet-fill::before { content: "\f613"; }
     1327.bi-wallet::before { content: "\f614"; }
     1328.bi-wallet2::before { content: "\f615"; }
     1329.bi-watch::before { content: "\f616"; }
     1330.bi-water::before { content: "\f617"; }
     1331.bi-whatsapp::before { content: "\f618"; }
     1332.bi-wifi-1::before { content: "\f619"; }
     1333.bi-wifi-2::before { content: "\f61a"; }
     1334.bi-wifi-off::before { content: "\f61b"; }
     1335.bi-wifi::before { content: "\f61c"; }
     1336.bi-wind::before { content: "\f61d"; }
     1337.bi-window-dock::before { content: "\f61e"; }
     1338.bi-window-sidebar::before { content: "\f61f"; }
     1339.bi-window::before { content: "\f620"; }
     1340.bi-wrench::before { content: "\f621"; }
     1341.bi-x-circle-fill::before { content: "\f622"; }
     1342.bi-x-circle::before { content: "\f623"; }
     1343.bi-x-diamond-fill::before { content: "\f624"; }
     1344.bi-x-diamond::before { content: "\f625"; }
     1345.bi-x-octagon-fill::before { content: "\f626"; }
     1346.bi-x-octagon::before { content: "\f627"; }
     1347.bi-x-square-fill::before { content: "\f628"; }
     1348.bi-x-square::before { content: "\f629"; }
     1349.bi-x::before { content: "\f62a"; }
     1350.bi-youtube::before { content: "\f62b"; }
     1351.bi-zoom-in::before { content: "\f62c"; }
     1352.bi-zoom-out::before { content: "\f62d"; }
     1353.bi-bank::before { content: "\f62e"; }
     1354.bi-bank2::before { content: "\f62f"; }
     1355.bi-bell-slash-fill::before { content: "\f630"; }
     1356.bi-bell-slash::before { content: "\f631"; }
     1357.bi-cash-coin::before { content: "\f632"; }
     1358.bi-check-lg::before { content: "\f633"; }
     1359.bi-coin::before { content: "\f634"; }
     1360.bi-currency-bitcoin::before { content: "\f635"; }
     1361.bi-currency-dollar::before { content: "\f636"; }
     1362.bi-currency-euro::before { content: "\f637"; }
     1363.bi-currency-exchange::before { content: "\f638"; }
     1364.bi-currency-pound::before { content: "\f639"; }
     1365.bi-currency-yen::before { content: "\f63a"; }
     1366.bi-dash-lg::before { content: "\f63b"; }
     1367.bi-exclamation-lg::before { content: "\f63c"; }
     1368.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
     1369.bi-file-earmark-pdf::before { content: "\f63e"; }
     1370.bi-file-pdf-fill::before { content: "\f63f"; }
     1371.bi-file-pdf::before { content: "\f640"; }
     1372.bi-gender-ambiguous::before { content: "\f641"; }
     1373.bi-gender-female::before { content: "\f642"; }
     1374.bi-gender-male::before { content: "\f643"; }
     1375.bi-gender-trans::before { content: "\f644"; }
     1376.bi-headset-vr::before { content: "\f645"; }
     1377.bi-info-lg::before { content: "\f646"; }
     1378.bi-mastodon::before { content: "\f647"; }
     1379.bi-messenger::before { content: "\f648"; }
     1380.bi-piggy-bank-fill::before { content: "\f649"; }
     1381.bi-piggy-bank::before { content: "\f64a"; }
     1382.bi-pin-map-fill::before { content: "\f64b"; }
     1383.bi-pin-map::before { content: "\f64c"; }
     1384.bi-plus-lg::before { content: "\f64d"; }
     1385.bi-question-lg::before { content: "\f64e"; }
     1386.bi-recycle::before { content: "\f64f"; }
     1387.bi-reddit::before { content: "\f650"; }
     1388.bi-safe-fill::before { content: "\f651"; }
     1389.bi-safe2-fill::before { content: "\f652"; }
     1390.bi-safe2::before { content: "\f653"; }
     1391.bi-sd-card-fill::before { content: "\f654"; }
     1392.bi-sd-card::before { content: "\f655"; }
     1393.bi-skype::before { content: "\f656"; }
     1394.bi-slash-lg::before { content: "\f657"; }
     1395.bi-translate::before { content: "\f658"; }
     1396.bi-x-lg::before { content: "\f659"; }
     1397.bi-safe::before { content: "\f65a"; }
     1398.bi-apple::before { content: "\f65b"; }
     1399.bi-microsoft::before { content: "\f65d"; }
     1400.bi-windows::before { content: "\f65e"; }
     1401.bi-behance::before { content: "\f65c"; }
     1402.bi-dribbble::before { content: "\f65f"; }
     1403.bi-line::before { content: "\f660"; }
     1404.bi-medium::before { content: "\f661"; }
     1405.bi-paypal::before { content: "\f662"; }
     1406.bi-pinterest::before { content: "\f663"; }
     1407.bi-signal::before { content: "\f664"; }
     1408.bi-snapchat::before { content: "\f665"; }
     1409.bi-spotify::before { content: "\f666"; }
     1410.bi-stack-overflow::before { content: "\f667"; }
     1411.bi-strava::before { content: "\f668"; }
     1412.bi-wordpress::before { content: "\f669"; }
     1413.bi-vimeo::before { content: "\f66a"; }
     1414.bi-activity::before { content: "\f66b"; }
     1415.bi-easel2-fill::before { content: "\f66c"; }
     1416.bi-easel2::before { content: "\f66d"; }
     1417.bi-easel3-fill::before { content: "\f66e"; }
     1418.bi-easel3::before { content: "\f66f"; }
     1419.bi-fan::before { content: "\f670"; }
     1420.bi-fingerprint::before { content: "\f671"; }
     1421.bi-graph-down-arrow::before { content: "\f672"; }
     1422.bi-graph-up-arrow::before { content: "\f673"; }
     1423.bi-hypnotize::before { content: "\f674"; }
     1424.bi-magic::before { content: "\f675"; }
     1425.bi-person-rolodex::before { content: "\f676"; }
     1426.bi-person-video::before { content: "\f677"; }
     1427.bi-person-video2::before { content: "\f678"; }
     1428.bi-person-video3::before { content: "\f679"; }
     1429.bi-person-workspace::before { content: "\f67a"; }
     1430.bi-radioactive::before { content: "\f67b"; }
     1431.bi-webcam-fill::before { content: "\f67c"; }
     1432.bi-webcam::before { content: "\f67d"; }
     1433.bi-yin-yang::before { content: "\f67e"; }
     1434.bi-bandaid-fill::before { content: "\f680"; }
     1435.bi-bandaid::before { content: "\f681"; }
     1436.bi-bluetooth::before { content: "\f682"; }
     1437.bi-body-text::before { content: "\f683"; }
     1438.bi-boombox::before { content: "\f684"; }
     1439.bi-boxes::before { content: "\f685"; }
     1440.bi-dpad-fill::before { content: "\f686"; }
     1441.bi-dpad::before { content: "\f687"; }
     1442.bi-ear-fill::before { content: "\f688"; }
     1443.bi-ear::before { content: "\f689"; }
     1444.bi-envelope-check-1::before { content: "\f68a"; }
     1445.bi-envelope-check-fill::before { content: "\f68b"; }
     1446.bi-envelope-check::before { content: "\f68c"; }
     1447.bi-envelope-dash-1::before { content: "\f68d"; }
     1448.bi-envelope-dash-fill::before { content: "\f68e"; }
     1449.bi-envelope-dash::before { content: "\f68f"; }
     1450.bi-envelope-exclamation-1::before { content: "\f690"; }
     1451.bi-envelope-exclamation-fill::before { content: "\f691"; }
     1452.bi-envelope-exclamation::before { content: "\f692"; }
     1453.bi-envelope-plus-fill::before { content: "\f693"; }
     1454.bi-envelope-plus::before { content: "\f694"; }
     1455.bi-envelope-slash-1::before { content: "\f695"; }
     1456.bi-envelope-slash-fill::before { content: "\f696"; }
     1457.bi-envelope-slash::before { content: "\f697"; }
     1458.bi-envelope-x-1::before { content: "\f698"; }
     1459.bi-envelope-x-fill::before { content: "\f699"; }
     1460.bi-envelope-x::before { content: "\f69a"; }
     1461.bi-explicit-fill::before { content: "\f69b"; }
     1462.bi-explicit::before { content: "\f69c"; }
     1463.bi-git::before { content: "\f69d"; }
     1464.bi-infinity::before { content: "\f69e"; }
     1465.bi-list-columns-reverse::before { content: "\f69f"; }
     1466.bi-list-columns::before { content: "\f6a0"; }
     1467.bi-meta::before { content: "\f6a1"; }
     1468.bi-mortorboard-fill::before { content: "\f6a2"; }
     1469.bi-mortorboard::before { content: "\f6a3"; }
     1470.bi-nintendo-switch::before { content: "\f6a4"; }
     1471.bi-pc-display-horizontal::before { content: "\f6a5"; }
     1472.bi-pc-display::before { content: "\f6a6"; }
     1473.bi-pc-horizontal::before { content: "\f6a7"; }
     1474.bi-pc::before { content: "\f6a8"; }
     1475.bi-playstation::before { content: "\f6a9"; }
     1476.bi-plus-slash-minus::before { content: "\f6aa"; }
     1477.bi-projector-fill::before { content: "\f6ab"; }
     1478.bi-projector::before { content: "\f6ac"; }
     1479.bi-qr-code-scan::before { content: "\f6ad"; }
     1480.bi-qr-code::before { content: "\f6ae"; }
     1481.bi-quora::before { content: "\f6af"; }
     1482.bi-quote::before { content: "\f6b0"; }
     1483.bi-robot::before { content: "\f6b1"; }
     1484.bi-send-check-fill::before { content: "\f6b2"; }
     1485.bi-send-check::before { content: "\f6b3"; }
     1486.bi-send-dash-fill::before { content: "\f6b4"; }
     1487.bi-send-dash::before { content: "\f6b5"; }
     1488.bi-send-exclamation-1::before { content: "\f6b6"; }
     1489.bi-send-exclamation-fill::before { content: "\f6b7"; }
     1490.bi-send-exclamation::before { content: "\f6b8"; }
     1491.bi-send-fill::before { content: "\f6b9"; }
     1492.bi-send-plus-fill::before { content: "\f6ba"; }
     1493.bi-send-plus::before { content: "\f6bb"; }
     1494.bi-send-slash-fill::before { content: "\f6bc"; }
     1495.bi-send-slash::before { content: "\f6bd"; }
     1496.bi-send-x-fill::before { content: "\f6be"; }
     1497.bi-send-x::before { content: "\f6bf"; }
     1498.bi-send::before { content: "\f6c0"; }
     1499.bi-steam::before { content: "\f6c1"; }
     1500.bi-terminal-dash-1::before { content: "\f6c2"; }
     1501.bi-terminal-dash::before { content: "\f6c3"; }
     1502.bi-terminal-plus::before { content: "\f6c4"; }
     1503.bi-terminal-split::before { content: "\f6c5"; }
     1504.bi-ticket-detailed-fill::before { content: "\f6c6"; }
     1505.bi-ticket-detailed::before { content: "\f6c7"; }
     1506.bi-ticket-fill::before { content: "\f6c8"; }
     1507.bi-ticket-perforated-fill::before { content: "\f6c9"; }
     1508.bi-ticket-perforated::before { content: "\f6ca"; }
     1509.bi-ticket::before { content: "\f6cb"; }
     1510.bi-tiktok::before { content: "\f6cc"; }
     1511.bi-window-dash::before { content: "\f6cd"; }
     1512.bi-window-desktop::before { content: "\f6ce"; }
     1513.bi-window-fullscreen::before { content: "\f6cf"; }
     1514.bi-window-plus::before { content: "\f6d0"; }
     1515.bi-window-split::before { content: "\f6d1"; }
     1516.bi-window-stack::before { content: "\f6d2"; }
     1517.bi-window-x::before { content: "\f6d3"; }
     1518.bi-xbox::before { content: "\f6d4"; }
     1519.bi-ethernet::before { content: "\f6d5"; }
     1520.bi-hdmi-fill::before { content: "\f6d6"; }
     1521.bi-hdmi::before { content: "\f6d7"; }
     1522.bi-usb-c-fill::before { content: "\f6d8"; }
     1523.bi-usb-c::before { content: "\f6d9"; }
     1524.bi-usb-fill::before { content: "\f6da"; }
     1525.bi-usb-plug-fill::before { content: "\f6db"; }
     1526.bi-usb-plug::before { content: "\f6dc"; }
     1527.bi-usb-symbol::before { content: "\f6dd"; }
     1528.bi-usb::before { content: "\f6de"; }
     1529.bi-boombox-fill::before { content: "\f6df"; }
     1530.bi-displayport-1::before { content: "\f6e0"; }
     1531.bi-displayport::before { content: "\f6e1"; }
     1532.bi-gpu-card::before { content: "\f6e2"; }
     1533.bi-memory::before { content: "\f6e3"; }
     1534.bi-modem-fill::before { content: "\f6e4"; }
     1535.bi-modem::before { content: "\f6e5"; }
     1536.bi-motherboard-fill::before { content: "\f6e6"; }
     1537.bi-motherboard::before { content: "\f6e7"; }
     1538.bi-optical-audio-fill::before { content: "\f6e8"; }
     1539.bi-optical-audio::before { content: "\f6e9"; }
     1540.bi-pci-card::before { content: "\f6ea"; }
     1541.bi-router-fill::before { content: "\f6eb"; }
     1542.bi-router::before { content: "\f6ec"; }
     1543.bi-ssd-fill::before { content: "\f6ed"; }
     1544.bi-ssd::before { content: "\f6ee"; }
     1545.bi-thunderbolt-fill::before { content: "\f6ef"; }
     1546.bi-thunderbolt::before { content: "\f6f0"; }
     1547.bi-usb-drive-fill::before { content: "\f6f1"; }
     1548.bi-usb-drive::before { content: "\f6f2"; }
     1549.bi-usb-micro-fill::before { content: "\f6f3"; }
     1550.bi-usb-micro::before { content: "\f6f4"; }
     1551.bi-usb-mini-fill::before { content: "\f6f5"; }
     1552.bi-usb-mini::before { content: "\f6f6"; }
     1553.bi-cloud-haze2::before { content: "\f6f7"; }
     1554.bi-device-hdd-fill::before { content: "\f6f8"; }
     1555.bi-device-hdd::before { content: "\f6f9"; }
     1556.bi-device-ssd-fill::before { content: "\f6fa"; }
     1557.bi-device-ssd::before { content: "\f6fb"; }
     1558.bi-displayport-fill::before { content: "\f6fc"; }
     1559.bi-mortarboard-fill::before { content: "\f6fd"; }
     1560.bi-mortarboard::before { content: "\f6fe"; }
     1561.bi-terminal-x::before { content: "\f6ff"; }
     1562.bi-arrow-through-heart-fill::before { content: "\f700"; }
     1563.bi-arrow-through-heart::before { content: "\f701"; }
     1564.bi-badge-sd-fill::before { content: "\f702"; }
     1565.bi-badge-sd::before { content: "\f703"; }
     1566.bi-bag-heart-fill::before { content: "\f704"; }
     1567.bi-bag-heart::before { content: "\f705"; }
     1568.bi-balloon-fill::before { content: "\f706"; }
     1569.bi-balloon-heart-fill::before { content: "\f707"; }
     1570.bi-balloon-heart::before { content: "\f708"; }
     1571.bi-balloon::before { content: "\f709"; }
     1572.bi-box2-fill::before { content: "\f70a"; }
     1573.bi-box2-heart-fill::before { content: "\f70b"; }
     1574.bi-box2-heart::before { content: "\f70c"; }
     1575.bi-box2::before { content: "\f70d"; }
     1576.bi-braces-asterisk::before { content: "\f70e"; }
     1577.bi-calendar-heart-fill::before { content: "\f70f"; }
     1578.bi-calendar-heart::before { content: "\f710"; }
     1579.bi-calendar2-heart-fill::before { content: "\f711"; }
     1580.bi-calendar2-heart::before { content: "\f712"; }
     1581.bi-chat-heart-fill::before { content: "\f713"; }
     1582.bi-chat-heart::before { content: "\f714"; }
     1583.bi-chat-left-heart-fill::before { content: "\f715"; }
     1584.bi-chat-left-heart::before { content: "\f716"; }
     1585.bi-chat-right-heart-fill::before { content: "\f717"; }
     1586.bi-chat-right-heart::before { content: "\f718"; }
     1587.bi-chat-square-heart-fill::before { content: "\f719"; }
     1588.bi-chat-square-heart::before { content: "\f71a"; }
     1589.bi-clipboard-check-fill::before { content: "\f71b"; }
     1590.bi-clipboard-data-fill::before { content: "\f71c"; }
     1591.bi-clipboard-fill::before { content: "\f71d"; }
     1592.bi-clipboard-heart-fill::before { content: "\f71e"; }
     1593.bi-clipboard-heart::before { content: "\f71f"; }
     1594.bi-clipboard-minus-fill::before { content: "\f720"; }
     1595.bi-clipboard-plus-fill::before { content: "\f721"; }
     1596.bi-clipboard-pulse::before { content: "\f722"; }
     1597.bi-clipboard-x-fill::before { content: "\f723"; }
     1598.bi-clipboard2-check-fill::before { content: "\f724"; }
     1599.bi-clipboard2-check::before { content: "\f725"; }
     1600.bi-clipboard2-data-fill::before { content: "\f726"; }
     1601.bi-clipboard2-data::before { content: "\f727"; }
     1602.bi-clipboard2-fill::before { content: "\f728"; }
     1603.bi-clipboard2-heart-fill::before { content: "\f729"; }
     1604.bi-clipboard2-heart::before { content: "\f72a"; }
     1605.bi-clipboard2-minus-fill::before { content: "\f72b"; }
     1606.bi-clipboard2-minus::before { content: "\f72c"; }
     1607.bi-clipboard2-plus-fill::before { content: "\f72d"; }
     1608.bi-clipboard2-plus::before { content: "\f72e"; }
     1609.bi-clipboard2-pulse-fill::before { content: "\f72f"; }
     1610.bi-clipboard2-pulse::before { content: "\f730"; }
     1611.bi-clipboard2-x-fill::before { content: "\f731"; }
     1612.bi-clipboard2-x::before { content: "\f732"; }
     1613.bi-clipboard2::before { content: "\f733"; }
     1614.bi-emoji-kiss-fill::before { content: "\f734"; }
     1615.bi-emoji-kiss::before { content: "\f735"; }
     1616.bi-envelope-heart-fill::before { content: "\f736"; }
     1617.bi-envelope-heart::before { content: "\f737"; }
     1618.bi-envelope-open-heart-fill::before { content: "\f738"; }
     1619.bi-envelope-open-heart::before { content: "\f739"; }
     1620.bi-envelope-paper-fill::before { content: "\f73a"; }
     1621.bi-envelope-paper-heart-fill::before { content: "\f73b"; }
     1622.bi-envelope-paper-heart::before { content: "\f73c"; }
     1623.bi-envelope-paper::before { content: "\f73d"; }
     1624.bi-filetype-aac::before { content: "\f73e"; }
     1625.bi-filetype-ai::before { content: "\f73f"; }
     1626.bi-filetype-bmp::before { content: "\f740"; }
     1627.bi-filetype-cs::before { content: "\f741"; }
     1628.bi-filetype-css::before { content: "\f742"; }
     1629.bi-filetype-csv::before { content: "\f743"; }
     1630.bi-filetype-doc::before { content: "\f744"; }
     1631.bi-filetype-docx::before { content: "\f745"; }
     1632.bi-filetype-exe::before { content: "\f746"; }
     1633.bi-filetype-gif::before { content: "\f747"; }
     1634.bi-filetype-heic::before { content: "\f748"; }
     1635.bi-filetype-html::before { content: "\f749"; }
     1636.bi-filetype-java::before { content: "\f74a"; }
     1637.bi-filetype-jpg::before { content: "\f74b"; }
     1638.bi-filetype-js::before { content: "\f74c"; }
     1639.bi-filetype-jsx::before { content: "\f74d"; }
     1640.bi-filetype-key::before { content: "\f74e"; }
     1641.bi-filetype-m4p::before { content: "\f74f"; }
     1642.bi-filetype-md::before { content: "\f750"; }
     1643.bi-filetype-mdx::before { content: "\f751"; }
     1644.bi-filetype-mov::before { content: "\f752"; }
     1645.bi-filetype-mp3::before { content: "\f753"; }
     1646.bi-filetype-mp4::before { content: "\f754"; }
     1647.bi-filetype-otf::before { content: "\f755"; }
     1648.bi-filetype-pdf::before { content: "\f756"; }
     1649.bi-filetype-php::before { content: "\f757"; }
     1650.bi-filetype-png::before { content: "\f758"; }
     1651.bi-filetype-ppt-1::before { content: "\f759"; }
     1652.bi-filetype-ppt::before { content: "\f75a"; }
     1653.bi-filetype-psd::before { content: "\f75b"; }
     1654.bi-filetype-py::before { content: "\f75c"; }
     1655.bi-filetype-raw::before { content: "\f75d"; }
     1656.bi-filetype-rb::before { content: "\f75e"; }
     1657.bi-filetype-sass::before { content: "\f75f"; }
     1658.bi-filetype-scss::before { content: "\f760"; }
     1659.bi-filetype-sh::before { content: "\f761"; }
     1660.bi-filetype-svg::before { content: "\f762"; }
     1661.bi-filetype-tiff::before { content: "\f763"; }
     1662.bi-filetype-tsx::before { content: "\f764"; }
     1663.bi-filetype-ttf::before { content: "\f765"; }
     1664.bi-filetype-txt::before { content: "\f766"; }
     1665.bi-filetype-wav::before { content: "\f767"; }
     1666.bi-filetype-woff::before { content: "\f768"; }
     1667.bi-filetype-xls-1::before { content: "\f769"; }
     1668.bi-filetype-xls::before { content: "\f76a"; }
     1669.bi-filetype-xml::before { content: "\f76b"; }
     1670.bi-filetype-yml::before { content: "\f76c"; }
     1671.bi-heart-arrow::before { content: "\f76d"; }
     1672.bi-heart-pulse-fill::before { content: "\f76e"; }
     1673.bi-heart-pulse::before { content: "\f76f"; }
     1674.bi-heartbreak-fill::before { content: "\f770"; }
     1675.bi-heartbreak::before { content: "\f771"; }
     1676.bi-hearts::before { content: "\f772"; }
     1677.bi-hospital-fill::before { content: "\f773"; }
     1678.bi-hospital::before { content: "\f774"; }
     1679.bi-house-heart-fill::before { content: "\f775"; }
     1680.bi-house-heart::before { content: "\f776"; }
     1681.bi-incognito::before { content: "\f777"; }
     1682.bi-magnet-fill::before { content: "\f778"; }
     1683.bi-magnet::before { content: "\f779"; }
     1684.bi-person-heart::before { content: "\f77a"; }
     1685.bi-person-hearts::before { content: "\f77b"; }
     1686.bi-phone-flip::before { content: "\f77c"; }
     1687.bi-plugin::before { content: "\f77d"; }
     1688.bi-postage-fill::before { content: "\f77e"; }
     1689.bi-postage-heart-fill::before { content: "\f77f"; }
     1690.bi-postage-heart::before { content: "\f780"; }
     1691.bi-postage::before { content: "\f781"; }
     1692.bi-postcard-fill::before { content: "\f782"; }
     1693.bi-postcard-heart-fill::before { content: "\f783"; }
     1694.bi-postcard-heart::before { content: "\f784"; }
     1695.bi-postcard::before { content: "\f785"; }
     1696.bi-search-heart-fill::before { content: "\f786"; }
     1697.bi-search-heart::before { content: "\f787"; }
     1698.bi-sliders2-vertical::before { content: "\f788"; }
     1699.bi-sliders2::before { content: "\f789"; }
     1700.bi-trash3-fill::before { content: "\f78a"; }
     1701.bi-trash3::before { content: "\f78b"; }
     1702.bi-valentine::before { content: "\f78c"; }
     1703.bi-valentine2::before { content: "\f78d"; }
     1704.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
     1705.bi-wrench-adjustable-circle::before { content: "\f78f"; }
     1706.bi-wrench-adjustable::before { content: "\f790"; }
     1707.bi-filetype-json::before { content: "\f791"; }
     1708.bi-filetype-pptx::before { content: "\f792"; }
     1709.bi-filetype-xlsx::before { content: "\f793"; }
     1710.bi-1-circle-1::before { content: "\f794"; }
     1711.bi-1-circle-fill-1::before { content: "\f795"; }
     1712.bi-1-circle-fill::before { content: "\f796"; }
     1713.bi-1-circle::before { content: "\f797"; }
     1714.bi-1-square-fill::before { content: "\f798"; }
     1715.bi-1-square::before { content: "\f799"; }
     1716.bi-2-circle-1::before { content: "\f79a"; }
     1717.bi-2-circle-fill-1::before { content: "\f79b"; }
     1718.bi-2-circle-fill::before { content: "\f79c"; }
     1719.bi-2-circle::before { content: "\f79d"; }
     1720.bi-2-square-fill::before { content: "\f79e"; }
     1721.bi-2-square::before { content: "\f79f"; }
     1722.bi-3-circle-1::before { content: "\f7a0"; }
     1723.bi-3-circle-fill-1::before { content: "\f7a1"; }
     1724.bi-3-circle-fill::before { content: "\f7a2"; }
     1725.bi-3-circle::before { content: "\f7a3"; }
     1726.bi-3-square-fill::before { content: "\f7a4"; }
     1727.bi-3-square::before { content: "\f7a5"; }
     1728.bi-4-circle-1::before { content: "\f7a6"; }
     1729.bi-4-circle-fill-1::before { content: "\f7a7"; }
     1730.bi-4-circle-fill::before { content: "\f7a8"; }
     1731.bi-4-circle::before { content: "\f7a9"; }
     1732.bi-4-square-fill::before { content: "\f7aa"; }
     1733.bi-4-square::before { content: "\f7ab"; }
     1734.bi-5-circle-1::before { content: "\f7ac"; }
     1735.bi-5-circle-fill-1::before { content: "\f7ad"; }
     1736.bi-5-circle-fill::before { content: "\f7ae"; }
     1737.bi-5-circle::before { content: "\f7af"; }
     1738.bi-5-square-fill::before { content: "\f7b0"; }
     1739.bi-5-square::before { content: "\f7b1"; }
     1740.bi-6-circle-1::before { content: "\f7b2"; }
     1741.bi-6-circle-fill-1::before { content: "\f7b3"; }
     1742.bi-6-circle-fill::before { content: "\f7b4"; }
     1743.bi-6-circle::before { content: "\f7b5"; }
     1744.bi-6-square-fill::before { content: "\f7b6"; }
     1745.bi-6-square::before { content: "\f7b7"; }
     1746.bi-7-circle-1::before { content: "\f7b8"; }
     1747.bi-7-circle-fill-1::before { content: "\f7b9"; }
     1748.bi-7-circle-fill::before { content: "\f7ba"; }
     1749.bi-7-circle::before { content: "\f7bb"; }
     1750.bi-7-square-fill::before { content: "\f7bc"; }
     1751.bi-7-square::before { content: "\f7bd"; }
     1752.bi-8-circle-1::before { content: "\f7be"; }
     1753.bi-8-circle-fill-1::before { content: "\f7bf"; }
     1754.bi-8-circle-fill::before { content: "\f7c0"; }
     1755.bi-8-circle::before { content: "\f7c1"; }
     1756.bi-8-square-fill::before { content: "\f7c2"; }
     1757.bi-8-square::before { content: "\f7c3"; }
     1758.bi-9-circle-1::before { content: "\f7c4"; }
     1759.bi-9-circle-fill-1::before { content: "\f7c5"; }
     1760.bi-9-circle-fill::before { content: "\f7c6"; }
     1761.bi-9-circle::before { content: "\f7c7"; }
     1762.bi-9-square-fill::before { content: "\f7c8"; }
     1763.bi-9-square::before { content: "\f7c9"; }
     1764.bi-airplane-engines-fill::before { content: "\f7ca"; }
     1765.bi-airplane-engines::before { content: "\f7cb"; }
     1766.bi-airplane-fill::before { content: "\f7cc"; }
     1767.bi-airplane::before { content: "\f7cd"; }
     1768.bi-alexa::before { content: "\f7ce"; }
     1769.bi-alipay::before { content: "\f7cf"; }
     1770.bi-android::before { content: "\f7d0"; }
     1771.bi-android2::before { content: "\f7d1"; }
     1772.bi-box-fill::before { content: "\f7d2"; }
     1773.bi-box-seam-fill::before { content: "\f7d3"; }
     1774.bi-browser-chrome::before { content: "\f7d4"; }
     1775.bi-browser-edge::before { content: "\f7d5"; }
     1776.bi-browser-firefox::before { content: "\f7d6"; }
     1777.bi-browser-safari::before { content: "\f7d7"; }
     1778.bi-c-circle-1::before { content: "\f7d8"; }
     1779.bi-c-circle-fill-1::before { content: "\f7d9"; }
     1780.bi-c-circle-fill::before { content: "\f7da"; }
     1781.bi-c-circle::before { content: "\f7db"; }
     1782.bi-c-square-fill::before { content: "\f7dc"; }
     1783.bi-c-square::before { content: "\f7dd"; }
     1784.bi-capsule-pill::before { content: "\f7de"; }
     1785.bi-capsule::before { content: "\f7df"; }
     1786.bi-car-front-fill::before { content: "\f7e0"; }
     1787.bi-car-front::before { content: "\f7e1"; }
     1788.bi-cassette-fill::before { content: "\f7e2"; }
     1789.bi-cassette::before { content: "\f7e3"; }
     1790.bi-cc-circle-1::before { content: "\f7e4"; }
     1791.bi-cc-circle-fill-1::before { content: "\f7e5"; }
     1792.bi-cc-circle-fill::before { content: "\f7e6"; }
     1793.bi-cc-circle::before { content: "\f7e7"; }
     1794.bi-cc-square-fill::before { content: "\f7e8"; }
     1795.bi-cc-square::before { content: "\f7e9"; }
     1796.bi-cup-hot-fill::before { content: "\f7ea"; }
     1797.bi-cup-hot::before { content: "\f7eb"; }
     1798.bi-currency-rupee::before { content: "\f7ec"; }
     1799.bi-dropbox::before { content: "\f7ed"; }
     1800.bi-escape::before { content: "\f7ee"; }
     1801.bi-fast-forward-btn-fill::before { content: "\f7ef"; }
     1802.bi-fast-forward-btn::before { content: "\f7f0"; }
     1803.bi-fast-forward-circle-fill::before { content: "\f7f1"; }
     1804.bi-fast-forward-circle::before { content: "\f7f2"; }
     1805.bi-fast-forward-fill::before { content: "\f7f3"; }
     1806.bi-fast-forward::before { content: "\f7f4"; }
     1807.bi-filetype-sql::before { content: "\f7f5"; }
     1808.bi-fire::before { content: "\f7f6"; }
     1809.bi-google-play::before { content: "\f7f7"; }
     1810.bi-h-circle-1::before { content: "\f7f8"; }
     1811.bi-h-circle-fill-1::before { content: "\f7f9"; }
     1812.bi-h-circle-fill::before { content: "\f7fa"; }
     1813.bi-h-circle::before { content: "\f7fb"; }
     1814.bi-h-square-fill::before { content: "\f7fc"; }
     1815.bi-h-square::before { content: "\f7fd"; }
     1816.bi-indent::before { content: "\f7fe"; }
     1817.bi-lungs-fill::before { content: "\f7ff"; }
     1818.bi-lungs::before { content: "\f800"; }
     1819.bi-microsoft-teams::before { content: "\f801"; }
     1820.bi-p-circle-1::before { content: "\f802"; }
     1821.bi-p-circle-fill-1::before { content: "\f803"; }
     1822.bi-p-circle-fill::before { content: "\f804"; }
     1823.bi-p-circle::before { content: "\f805"; }
     1824.bi-p-square-fill::before { content: "\f806"; }
     1825.bi-p-square::before { content: "\f807"; }
     1826.bi-pass-fill::before { content: "\f808"; }
     1827.bi-pass::before { content: "\f809"; }
     1828.bi-prescription::before { content: "\f80a"; }
     1829.bi-prescription2::before { content: "\f80b"; }
     1830.bi-r-circle-1::before { content: "\f80c"; }
     1831.bi-r-circle-fill-1::before { content: "\f80d"; }
     1832.bi-r-circle-fill::before { content: "\f80e"; }
     1833.bi-r-circle::before { content: "\f80f"; }
     1834.bi-r-square-fill::before { content: "\f810"; }
     1835.bi-r-square::before { content: "\f811"; }
     1836.bi-repeat-1::before { content: "\f812"; }
     1837.bi-repeat::before { content: "\f813"; }
     1838.bi-rewind-btn-fill::before { content: "\f814"; }
     1839.bi-rewind-btn::before { content: "\f815"; }
     1840.bi-rewind-circle-fill::before { content: "\f816"; }
     1841.bi-rewind-circle::before { content: "\f817"; }
     1842.bi-rewind-fill::before { content: "\f818"; }
     1843.bi-rewind::before { content: "\f819"; }
     1844.bi-train-freight-front-fill::before { content: "\f81a"; }
     1845.bi-train-freight-front::before { content: "\f81b"; }
     1846.bi-train-front-fill::before { content: "\f81c"; }
     1847.bi-train-front::before { content: "\f81d"; }
     1848.bi-train-lightrail-front-fill::before { content: "\f81e"; }
     1849.bi-train-lightrail-front::before { content: "\f81f"; }
     1850.bi-truck-front-fill::before { content: "\f820"; }
     1851.bi-truck-front::before { content: "\f821"; }
     1852.bi-ubuntu::before { content: "\f822"; }
     1853.bi-unindent::before { content: "\f823"; }
     1854.bi-unity::before { content: "\f824"; }
     1855.bi-universal-access-circle::before { content: "\f825"; }
     1856.bi-universal-access::before { content: "\f826"; }
     1857.bi-virus::before { content: "\f827"; }
     1858.bi-virus2::before { content: "\f828"; }
     1859.bi-wechat::before { content: "\f829"; }
     1860.bi-yelp::before { content: "\f82a"; }
     1861.bi-sign-stop-fill::before { content: "\f82b"; }
     1862.bi-sign-stop-lights-fill::before { content: "\f82c"; }
     1863.bi-sign-stop-lights::before { content: "\f82d"; }
     1864.bi-sign-stop::before { content: "\f82e"; }
     1865.bi-sign-turn-left-fill::before { content: "\f82f"; }
     1866.bi-sign-turn-left::before { content: "\f830"; }
     1867.bi-sign-turn-right-fill::before { content: "\f831"; }
     1868.bi-sign-turn-right::before { content: "\f832"; }
     1869.bi-sign-turn-slight-left-fill::before { content: "\f833"; }
     1870.bi-sign-turn-slight-left::before { content: "\f834"; }
     1871.bi-sign-turn-slight-right-fill::before { content: "\f835"; }
     1872.bi-sign-turn-slight-right::before { content: "\f836"; }
     1873.bi-sign-yield-fill::before { content: "\f837"; }
     1874.bi-sign-yield::before { content: "\f838"; }
     1875.bi-ev-station-fill::before { content: "\f839"; }
     1876.bi-ev-station::before { content: "\f83a"; }
     1877.bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
     1878.bi-fuel-pump-diesel::before { content: "\f83c"; }
     1879.bi-fuel-pump-fill::before { content: "\f83d"; }
     1880.bi-fuel-pump::before { content: "\f83e"; }
  • ibehroozir/trunk/assets/lib/script.js

    r2804274 r2805125  
    1 var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'))
    2 var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
    3   return new bootstrap.Popover(popoverTriggerEl)
    4 });
    5 
    61function openInNewTab(url) {
    72 return window.open(url, '_blank').focus();
    83}
     4
     5 
     6
     7jQuery(document).ready(function($) {
     8
     9var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'))
     10var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
     11  return new bootstrap.Popover(popoverTriggerEl, { customClass:'ib-font-family-style1 text-align-justify border-1 rounded-3',html : true,container: 'body'});
     12});
     13
     14});
  • ibehroozir/trunk/assets/lib/style.css

    r2804274 r2805125  
     1@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
     2@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');
     3@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');
     4@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@800&display=swap');
     5
    16::-webkit-scrollbar {
    27  width: 3px;
     
    1318}
    1419body {
    15     font-family: Vazirmatn, sans-serif !important;
    1620    overflow-x: hidden !important;
    17     text-align: justify;
     21}
     22.wpbody{
     23    text-align: justify !important;
     24}
     25.ib-font-family-style1{
     26    font-family: 'Balsamiq Sans', sans-serif !important;
    1827}
    1928
    20 .font-family-cursive{
    21     font-family: cursive, sans-serif !important;
     29.ib-font-family-style2{
     30    font-family: 'Baloo Tamma 2', sans-serif !important;
    2231}
     32
     33.ib-font-family-style3{
     34    font-family: 'Vazirmatn', sans-serif !important;
     35}
     36.ib-font-family-style4{
     37    font-family: 'Inconsolata', sans-serif !important;
     38}
     39.ib-font-family-style1 .card-content .d-block{
     40    font-family: 'Baloo Tamma 2', sans-serif !important;
     41}
     42
     43.font-size-0o3{font-size: 0.3rem;}
     44.font-size-0o4{font-size: 0.4rem;}
     45.font-size-0o5{font-size: 0.5rem;}
     46.font-size-0o6{font-size: 0.6rem;}
     47.font-size-0o7{font-size: 0.7rem;}
     48.font-size-0o8{font-size: 0.8rem;}
     49.font-size-0o9{font-size: 0.9rem;}
     50.font-size-1o1{font-size: 1rem;}
     51.font-size-1o5{font-size: 1.5rem;}
     52.font-size-1o8{font-size: 1.8rem;}
     53.font-size-2o2{font-size: 2rem;}
     54.font-size-2o3{font-size: 2.3rem;}
     55.font-size-2o5{font-size: 2.5rem;}
     56.font-size-2o7{font-size: 2.7rem;}
     57.font-size-3o3{font-size: 3rem;}
  • ibehroozir/trunk/iBehroozir.php

    r2804274 r2805125  
    77 * Plugin URI:
    88 * Description: iBehrooz.ir Plugin Base Panel.
    9  * Version:     0.0.1
     9 * Version:     0.0.2
    1010 * Author:      iBehrooz
    1111 * Author URI:  http://iBehrooz.ir
  • ibehroozir/trunk/include/ib.php

    r2804274 r2805125  
    1111    {
    1212        add_action('admin_enqueue_scripts', array($this,'admin_enqueue_scripts'));
     13        add_action('wp_enqueue_scripts', array($this,'wp_enqueue_scripts'));
    1314        add_action('admin_menu', array($this,'plugin_admin_menu_function'));
    1415    }
     
    4849        if ($this->is_ib_url()){
    4950       
    50         $ver = date("Ymd");
     51        $ver = date("Ym");
    5152       
    5253        wp_enqueue_style(self::className .'-'. 'font.css', plugin_dir_url( __FILE__ ) .  '../assets/lib/font.css', null, $ver, false);
    53         wp_enqueue_style(self::className .'-'. 'bootstrap.icons.css', plugin_dir_url( __FILE__ ) .  '../assets/lib/bootstrap-icons.css', null, $ver, false);
    5454        wp_enqueue_style(self::className .'-'. 'bootstrap.css', plugin_dir_url( __FILE__ ) .  '../assets/lib/bootstrap.min.css', null, $ver, false);
    5555        wp_enqueue_style(self::className .'-'. 'breakpoints.css', plugin_dir_url( __FILE__ ) .  '../assets/lib/breakpoints.css', null, $ver, false);
     
    6767        }
    6868    }
     69    function wp_enqueue_scripts()
     70    {
     71       $ver = date("Ym");
     72       wp_enqueue_style(self::className .'-'. 'style.css', plugin_dir_url( __FILE__ ) .  '../assets/lib/style.css', null, $ver, false);
     73    }
    6974    function plugin_settings_page_content()
    7075    {
    7176        $URL = "2f77702d636f6e74656e742f7468656d65732f69426568726f6f7a2f74656d706c617465732f";
    7277        $data = $this->wp_remote_get(self::pluginBaseURL . hex2bin($URL) . "api.php?getPluginsLists=" . parse_url(home_url())['host'] );
    73         $html = "<div class='font-family-cursive'>";
     78        $html = "<div class='ib-font-family-style1'>";
    7479        if ($data===null){
    75          $html .= '<div class="wrap" style="text-align: center;margin-top: 10rem;">';
     80         $html .= '<div class="wrap text-center pt-5 mt-5">';
    7681         $html .= '
    7782         <b>👋 hey something went wrong !</b>
  • ibehroozir/trunk/readme.txt

    r2804274 r2805125  
    66Tested up to: 6.0.3
    77Requires PHP: 8.0
    8 Stable tag: 0.0.1
     8Stable tag: 0.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.