/**
 * MageINIC
 * Copyright (C) 2023 MageINIC <support@mageinic.com>
 *
 * NOTICE OF LICENSE
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see https://opensource.org/licenses/gpl-3.0.html.
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category MageINIC
 * @package MageINIC_Core
 * @copyright Copyright (c) 2023 MageINIC (https://www.mageinic.com/)
 * @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
 * @author MageINIC <support@mageinic.com>
 */
 
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9em80e');
  src:  url('../fonts/icomoon.eot?9em80e#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?9em80e') format('truetype'),
  url('../fonts/icomoon.woff?9em80e') format('woff'),
  url('../fonts/icomoon.svg?9em80e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="item-"], [class*=" item-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.admin__menu .item-core > a:before {
  content: "\e900" !important;
  font-family: "icomoon" !important;
}

.config-nav-block.magentocoders-tab strong:before {
    content: "\e900" !important;
    font-family: "icomoon" !important;
    width: 16px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    padding-top: 3px;
    vertical-align: bottom;
}

#row_magento_developer_mode {
    border-top: 2px solid;
}
