@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhFaNum-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhFaNum-ExtraBlack.woff") format("woff");
  font-weight: 850;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhFaNum-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhFaNum-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakhFaNum-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --text: #fff;
  --light: #d4d8df;
  --dark: #0b0e12;
  --body: #141a22;
  --light-body: #2f343b;
  --link: #095dd2;
  --success: #00a66a;
  --danger: #d55252;
  --primary: #0042a0;
  --primary-light: #4983d7;
  --warning: #ffe03a;
  --dark-warning: #e8a700;
  --placeholder: #8f959e;
  --border: #21262e;
  --border-error: #ff4a4a;
  --border-error-light: rgba(255, 74, 74, 0.4);
  --hover: #1b2431;
  --box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.5);
  --gradient-bg: linear-gradient(
    270deg,
    rgba(49, 54, 64, 0) 0%,
    #313640 49.01%,
    rgba(49, 54, 64, 0) 100%
  );
  --dropdown-corner: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='5' viewBox='0 0 16 5'%3E%3Cpath fill='%23141a22' fill-rule='evenodd' d='M62.6,1.8 L57,6 L57,6 L73,6 L67.4,1.8 C65.9777778,0.733333333 64.0222222,0.733333333 62.6,1.8 Z' transform='translate(-57 -1)'/%3E%3C/svg%3E%0A");
  --table-btn: "#27313e";
  --table-row-odd: #141a22;
  --table-row-odd-hover: #191f28;
  --table-row-even: #0b0e12;
  --table-row-even-hover: rgba(11, 14, 18, 0.5);
  ---modal-overlay: rgba(0, 0, 0, 0.6);
  --alert-sucess-background: rgba(35, 159, 64, 0.2);
  --alert-success-border: rgba(35, 159, 64, 0.5);
  --alert-success-color: "#239f40";
  --alert-danger-background: rgba(159, 35, 35, 0.2);
  --alert-danger-border: rgba(159, 35, 35, 0.5);
  --alert-danger-color: "#bf2626";
  --login-bg: #0042a0;
  --font: "YekanBakh";
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  transition: color 0.5s;
  transition: background-color 0.5s;
  caret-color: transparent;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 0.3rem;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--light-body);
  border-radius: 0.625rem;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--placeholder);
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
hr,
blockquote,
fieldset,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: normal;
  font-weight: 700;
}
.hide-h {
  line-height: 0;
  text-indent: 0;
  color: transparent;
}
a {
  color: var(--link);
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.875rem;
}
b {
  font-weight: 700;
}
i {
  font-style: normal;
  font-family: ficon;
  font-size: 1.5rem;
}
i:before {
  margin: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input,
button,
textarea {
  font-family: YekanBakh;
}
button {
  border: none;
  cursor: pointer;
}
input,
textarea {
  background: 0 0;
  color: var(--text);
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  caret-color: auto;
}
input[type="radio"],
input[type="checkbox"] {
  width: 1.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6.25rem;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  border: 2px solid var(--border);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 21px;
  vertical-align: middle;
}
input[type="checkbox"] {
  border-radius: 7px;
}
input[type="radio"]:active,
input[type="radio"]:checked,
input[type="checkbox"]:active,
input[type="checkbox"]:checked {
  background-color: transparent;
  color: var(--text);
  border-color: var(--primary-light);
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  content: "";
  height: 0.625rem;
  width: 0.625rem;
  background: var(--primary-light);
  display: block;
  margin: 2px auto;
  border-radius: 3px;
}
input[type="radio"]:checked:before {
  border-radius: 6.25rem;
}
.checkboxs label {
  margin-left: 1rem;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
input,
select {
  font-size: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem var(--body) inset !important;
  -webkit-text-fill-color: var(--text) !important;
  border-radius: 0 !important;
}
input.autofill:-webkit-autofill,
input.autofill:-webkit-autofill:hover,
input.autofill:-webkit-autofill:focus,
input.autofill:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem var(--body) inset !important;
  -webkit-text-fill-color: var(--text) !important;
  border-radius: 0 !important;
}
::-webkit-input-placeholder {
  color: var(--placeholder);
  font-size: 0.8rem;
}
::-moz-placeholder {
  color: var(--placeholder);
  font-size: 0.8rem;
}
:-ms-input-placeholder {
  color: var(--placeholder);
  font-size: 0.8rem;
}
::-ms-input-placeholder {
  color: var(--placeholder);
  font-size: 0.8rem;
}
::placeholder {
  color: var(--placeholder);
  font-size: 0.8rem;
}
img[src=""],
img:not([src]) {
  visibility: hidden;
}
i {
  font-size: 1.375rem;
  vertical-align: middle;
}
input[type="text"],
textarea {
  color: var(--text);
}
.success {
  color: var(--success) !important;
}
.danger {
  color: var(--danger) !important;
}
.warning {
  color: var(--warning) !important;
}
.dark-warning {
  color: var(--dark-warning) !important;
}
.primary {
  color: var(--primary) !important;
}
.text {
  color: var(--text) !important;
}
.placeholder {
  color: var(--placeholder) !important;
}
.bg-success {
  background-color: var(--success) !important;
}
.bg-danger {
  background-color: var(--danger) !important;
}
.bg-warning {
  background-color: var(--warning) !important;
}
.bg-dark-warning {
  background-color: var(--dark-warning) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-dark {
  background-color: var(--dark) !important;
}
.bg-body {
  background-color: var(--body) !important;
}
img {
  display: block;
}
table {
  width: 100%;
}
thead th {
  border-bottom: 1px solid var(--border);
}
tbody {
  padding: 1.25rem 0;
}
body {
  background: var(--body);
  direction: rtl;
  font: 0.8rem YekanBakh, ficon, Tahoma, Arial, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  color: var(--placeholder);
  min-height: 100vh;
  letter-spacing: -0.5px;
}
.section {
  padding: 1px 0;
}
.center {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
.btn,
a.btn {
  height: 2.75rem;
  width: fit-content;
  padding: 0 1.25rem;
  line-height: 2.75rem;
  border-radius: 0.625rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  position: relative;
}
.btn:disabled {
  opacity: 0.6;
  cursor: default;
}
.btn .img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
  height: 1.875rem;
  width: 1.875rem;
}
.btn .img img {
  width: 100%;
}
.btn-success {
  color: var(--text);
  background: var(--success);
}
.btn-primary {
  color: var(--text);
  background: var(--link);
}
.btn-primary-light {
  color: var(--text);
  background: var(--primary-light);
}
.btn-dark-warning {
  color: var(--text);
  background: var(--dark-warning);
}
.btn-border {
  box-shadow: 0 0 0 1px var(--border);
  background: var(--light-body);
  color: var(--text);
}
.btn-dropdown {
  padding-left: 0;
}
.btn-dropdown .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 5px;
}
.btn-dropdown .icon i {
  font-size: 18px;
}
.btns .btn {
  margin-left: 0.625rem;
}
@media (max-width: 400px) {
  .btns .btn {
    width: 100%;
    margin: 5px;
  }
}
.list-input {
  display: flex;
  flex-wrap: wrap;
}
.list-input > div {
  flex: 1;
}
.list-input > .btn {
  margin: 0.625rem 0.625rem 1.25rem;
  flex-basis: 8.75rem;
}
.input-border {
  box-shadow: 0 0 0 1px var(--border);
}
.input-border.error {
  box-shadow: 0 0 0 1px var(--border-error), 0 0 1rem var(--border-error-light);
}
.input-text,
.input-checkbox {
  margin: 0.625rem 0.625rem 1.25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  border-radius: 0.625rem;
  position: relative;
}
.input-checkbox {
  margin: 0.625rem 0.625rem 0;
  padding: 0 0 0 1rem;
}
.input-text input,
.input-text textarea {
  padding: 0 1rem;
  height: 100%;
  width: 0;
  flex-grow: 1;
  text-align: right;
}
.input-text input[type="button"] {
  cursor: pointer;
}
.input-text input[type="text"],
.input-text input[type="password"],
textarea {
  border-radius: 0.625rem;
}
.input-text input:disabled {
  opacity: 0.6;
  caret-color: transparent;
}
.input-text .icon {
  padding: 0 0.625rem;
  border-right: 1px solid var(--border);
}
.input-text .icon i {
  vertical-align: middle;
}
.input-text > span {
  padding: 0 1rem;
}
.input-text .img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
}
.input-text .img img {
  width: 100%;
}
.input-img {
  margin: 0.625rem 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  border-radius: 0.625rem;
  position: relative;
}
.input-img img {
  max-width: 90%;
  border-radius: 0.625rem;
}
.input-info {
  margin: 0 0.625rem;
  width: 100%;
  text-align: right;
  color: var(--placeholder);
  padding: 0 0.625rem 5px;
  font-size: 0.75rem;
}
.input-info i {
  font-size: 1.125rem;
}
.input-text .btn {
  height: 2.375rem;
  padding: 0;
  line-height: 2.375rem;
  margin-left: 5px;
  border-radius: 0.5rem;
  width: 6.5rem;
  text-align: center;
}
span.error {
  position: absolute;
  top: 100%;
  font-size: 0.75rem;
  color: var(--border-error) !important;
  margin-top: 0.5rem;
}
input[type="checkbox"].error,
input[type="radio"].error {
  border-color: var(--border-error) !important;
}
input[type="checkbox"] ~ span.error,
input[type="radio"] ~ span.error {
  display: none !important;
}
.textarea {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 0.675rem;
  resize: none;
}
.textarea span.error {
  right: 1.25rem;
}
.textarea textarea {
  width: 0;
  flex-grow: 1;
  resize: none;
  border: unset;
  padding: 1rem;
  min-height: 9.375rem;
  background: 0 0;
}
.input-file {
  border-radius: 0.675rem;
  display: flex;
  justify-content: space-between;
  height: 3rem;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  cursor: pointer;
  flex-grow: 1;
  max-width: 25rem;
  margin: 0.625rem 0.625rem 1.25rem;
}
.input-file input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.input-file i {
  margin-right: 1.25rem;
}
.field-title {
  margin: 0 0.625rem;
  color: var(--text);
  padding-right: 5px;
}
.icon-clickable {
  cursor: pointer;
}
.icon-clickable:hover {
  color: var(--text);
}
.icon-eye3.show:before {
  content: "\efbc";
}
.alert {
  padding: 1.25rem;
  border-radius: 0.625rem;
}
.alert-text {
  margin-right: 5px;
}
.alert-success {
  background: var(--alert-sucess-background);
  border: 1px solid var(--alert-success-border);
  color: var(--alert-success-color);
}
.alert-danger {
  background: var(--alert-danger-background);
  border: 1px solid var(--alert-danger-border);
  color: var(--alert-danger-color);
}
.dashboard {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  align-items: self-start;
}
.sidebar {
  padding: 1.25rem;
  width: 18.75rem;
  position: sticky;
  right: 0;
  top: 0;
  height: calc(100vh - 1.875rem);
  transition: width 0.5s, right 0.5s;
  overflow: hidden;
  background: var(--body);
  z-index: 11;
}
.sidebar.active {
  width: 5.5rem;
}
.closemenu {
  display: none;
  cursor: pointer;
}
.sidebar .logo-sm {
  display: none;
}
.sidebar.active .logo-sm {
  display: block;
}
.sidebar.active .logo-large {
  display: none;
}
.light-logo {
  display: none;
}
.dark-logo {
  display: block;
}
.menu-toggle {
  cursor: pointer;
}
.sidebar-hd {
  padding: 1.25rem 0;
}
.sidebar .logo {
  max-width: 10rem;
}
.sidebar.active .logo {
  max-width: 2.8rem;
}
.sidebar .logo img {
  width: 100%;
  border-radius: 50%;
}
.menu {
  padding: 0.625rem 0;
  max-height: 100vh;
  padding-bottom: 9.375rem;
  white-space: nowrap;
}
.menu .menu-title {
  color: var(--placeholder);
  font-size: 0.75rem;
  display: block;
}
.sidebar.active .menu .menu-title {
  display: none;
}
.menu ul {
  list-style: none;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.625rem;
}
.menu > ul:last-child {
  border: none;
}
.menu ul li {
  font-size: 1em;
  margin: 0.625rem 0;
}
.menu ul li a {
  color: var(--placeholder);
  padding: 0.5rem 0.625rem;
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}
.menu ul li a:hover,
.menu ul li.active a {
  background: var(--link);
  color: var(--text);
}
.menu ul li i {
  vertical-align: middle;
}
.menu ul li .img {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  vertical-align: middle;
}
.menu ul li .img img {
  width: 100%;
  filter: brightness(4.5);
}
.menu ul li a:hover img {
  filter: brightness(20);
}
.menu ul li span {
  margin-right: 0.625rem;
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: all 0.5s;
  display: inline-block;
  width: calc(100% - 1.25rem);
  white-space: nowrap;
  height: 1.875rem;
  line-height: 1.8rem;
}
.menu ul li span i {
  float: left;
  margin-left: 0.625rem;
}
.sidebar.active .menu ul li span {
  opacity: 0;
  position: relative;
  visibility: hidden;
}
.menu ul li .tel {
  font-size: 1.2em;
  font-weight: 700;
}
.menu .submenu {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 0 0.625rem 0 0;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .sidebar {
    position: fixed;
    height: 100vh;
    box-shadow: var(--box-shadow);
    width: 15rem;
    right: -16.875rem;
  }
  .sidebar.active {
    width: 15rem;
    right: 0;
  }
  .closemenu {
    display: block;
    cursor: pointer;
  }
  .sidebar.active .logo-sm {
    display: none;
  }
  .sidebar.active .logo-large.dark-logo {
    display: block;
  }
  .sidebar.active .menu .menu-title {
    display: block;
  }
  .sidebar.active .menu ul li span {
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }
}
.userinfo {
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}
.userinfo .img {
  height: 2.75rem;
  width: 2.75rem;
  margin-left: 0.625rem;
  border-radius: 6.25rem;
  overflow: hidden;
}
.userinfo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.userinfo .info {
  line-height: 1.25rem;
  color: var(--light);
}
.main {
  flex-grow: 1;
  padding: 1.25rem 0 1.25rem 1rem;
  width: 100%;
  overflow: hidden;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .main {
    padding: 1rem;
  }
}
.menu-toggle {
  margin-left: 1.25rem;
  transition: all 0.5s;
}
.menu-toggle:hover {
  color: var(--dark-warning);
}
.navbar {
  width: 100%;
  background: var(--dark);
  padding: 1rem 1.875rem;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 10;
}
.navbar-actions {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.navbar-actions .item {
  margin-right: 1.25rem;
  cursor: pointer;
  color: var(--placeholder);
}
.navbar-actions > .item:hover > span,
.navbar-actions > .item:hover > i {
  color: var(--dark-warning);
}
.navbar-actions > .item > i {
  margin-left: 5px;
  position: relative;
}
.navbar-actions > .item .color-btn img {
  width: 1.375rem;
  height: 1.375rem;
}
@media (max-width: 1024px) {
  .navbar {
    padding: 0.625rem 1rem;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: var(--box-shadow);
    background: var(--dark);
  }
}
@media (max-width: 550px) {
  .userinfo .img {
    height: 2.5rem;
    width: 2.5rem;
  }
  .userinfo .info {
    font-size: 0.75rem;
  }
  .userinfo .info .name {
    max-width: 5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .navbar-actions > .item {
    margin-right: 1rem;
  }
  .navbar-actions > .item > span {
    display: none;
  }
}
.dark-toggle {
  height: 2.375rem;
  width: 2.375rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 6.25rem;
  color: var(--dark-warning) !important;
  display: inline-block;
}
.dark-toggle i {
  display: inline-block;
  margin: 0 !important;
}
.dark-toggle.active i:before {
  content: "\f0aa";
}
.dashboard-content {
  width: 100%;
  background: var(--dark);
  padding: 1.25rem 1.875rem 1rem;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1024px) {
  .dashboard-content {
    padding: 1rem;
  }
}
.content-title h2 {
  color: var(--text);
}
.subtitle {
  margin: 0 0 0.625rem;
}
.subtitle a {
  color: var(--placeholder);
  margin: 0 5px;
}
.subtitle span {
  color: var(--placeholder);
  margin: 0 5px;
}
.block {
  background: var(--body);
  border: 1px solid var(--border);
  border-radius: 1rem;
  flex-grow: 1;
  margin: 1rem;
}
.block-title h3 {
  font-weight: 400;
  color: var(--text);
  font-size: 1.1rem;
}
.block-border {
  border-bottom: 1px solid var(--border);
  opacity: 0.8;
  margin: 0.625rem 0.625rem 1.25rem;
}
.dot {
  display: flex;
  align-items: center;
}
.dot span:first-child {
  height: 0.625rem;
  width: 0.625rem;
  display: inline-block;
  border-radius: 6.25rem;
  margin-left: 5px;
}
.dot-icon {
  position: relative;
  height: 0.625rem;
  width: 0.625rem;
  display: inline-block;
  border-radius: 6.25rem;
  top: -5px;
  right: 8px;
  z-index: 1000;
}
.dot-icon-inline {
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.625rem;
}
.section-hd {
  padding: 0.625rem;
  border-bottom: 1px solid var(--border);
  width: 100%;
}
.dropdown-menu {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  min-width: 15rem;
  display: none;
  border-radius: 0.625rem;
  background: var(--body);
  box-shadow: var(--box-shadow);
  z-index: 2;
  border: 1px solid var(--border);
}
.dropdown-menu-end {
  right: unset;
  left: 0;
}
.dropdown-menu ul {
  list-style: none;
}
.dropdown-menu ul li a {
  color: var(--text);
  padding: 0.5rem 1.25rem;
  display: block;
  line-height: 1.775rem;
  text-align: right;
}
.dropdown-menu ul li a:hover {
  opacity: 0.3;
}
.section-items {
  white-space: nowrap;
}
.section-items .item {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
.section-items .item:after {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--gradient-bg);
  position: absolute;
  right: 0;
  top: 0;
}
.section-items .item:first-child:after {
  background: none;
}
.section-items .item span {
  font-size: 1.1rem;
  color: var(--text);
}
.section-items .item .title i {
  font-size: 1rem;
}
.side {
  border-right: 1px solid var(--border);
  padding-right: 1rem;
}
.section-side {
  border-right: 1px solid var(--border);
  flex-basis: 25rem;
}
@media (max-width: 1327px) {
  .section-side {
    border-right: unset;
    border-top: 1px solid var(--border);
  }
  .sidebar.active ~ .main .section-side {
    border-right: 1px solid var(--border);
    border-top: unset;
  }
}
@media (max-width: 1312px) {
  .section-side {
    border: none;
    border-top: 1px solid var(--border);
  }
  .sidebar.active ~ .main .section-side {
    border-right: 1px solid var(--border);
  }
}
@media (max-width: 1159px) {
  .sidebar.active ~ .main .section-side {
    border: none;
    border-top: 1px solid var(--border);
  }
}
.section-side .title {
  font-size: 1.2rem;
  color: var(--text);
}
.section-side-list {
  display: flex;
  flex-wrap: wrap;
}
.section-side-list .item {
  flex-basis: 8.75rem;
  flex-grow: 1;
  margin: 0.625rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .section-side-list .item {
    flex-basis: 10.625rem;
  }
}
.section-side-list .item span {
  display: block;
  font-weight: 400;
}
.section-side-list .item strong {
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 400;
}
.section-main {
  flex-basis: 600px;
  flex-grow: 4;
  padding: 0 1.25rem 1.25rem;
}
.item-horizontal {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625rem;
}
.item-horizontal span {
  color: var(--text);
}
.table-header {
  border-bottom: 1px solid var(--border);
  padding: 1rem;
}
.select-box {
  position: relative;
  cursor: pointer;
  margin: 0.625rem 0.625rem 1.25rem;
  box-shadow: 0 0 0 1px var(--border);
  border-radius: 0.625rem;
  height: 3rem;
}
.select-box.error {
  box-shadow: 0 0 0 1px var(--border-error), 0 0 1rem var(--border-error-light);
}
.select {
  display: flex;
  align-items: center;
  padding: 0.625rem;
  height: 100%;
  position: relative;
  border-radius: 0.625rem;
}
.select-input {
  width: 100%;
  cursor: pointer;
  text-align: right;
  padding: 0 0.3rem;
}
.select .icon i {
  font-size: 1.125rem;
}
.select-list {
  position: absolute;
  z-index: 4;
  border-radius: 0.625rem;
  background: var(--body);
  width: 100%;
  top: calc(100% + 0.625rem);
  display: none;
  max-height: 40vh;
  box-shadow: var(--box-shadow), 0 0 0 1px var(--border);
}
.select-option {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  cursor: pointer;
  color: var(--text);
}
.select-option.active {
  background: var(--hover);
  font-weight: 700;
}
.select-option:hover {
  background: var(--hover);
}
.select-option .icon {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  overflow: hidden;
  margin-left: 5px;
}
.select-option .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.select-option .symbol {
  margin-right: 0.625rem;
  color: var(--placeholder);
}
.modal-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: var(---modal-overlay);
  box-shadow: var(--box-shadow);
  z-index: 12;
  display: none;
  align-items: center;
  justify-content: safe center;
  padding: 1.25rem;
  transition: all 0.3s;
}
.modal {
  flex-basis: 200px;
  flex-grow: 1;
  max-width: 35rem;
  background: var(--body);
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s;
  align-self: safe center;
  display: flex;
  flex-direction: column;
}
.modal-hd {
  padding: 1rem 1.25rem;
  position: relative;
  border-bottom: 1px solid var(--border);
  background-color: var(--light-body);
}
.modal-close:hover {
  color: var(--text);
  cursor: pointer;
}
.modal-main {
  color: var(--placeholder);
  position: relative;
  display: flex;
  flex-direction: column;
}
.modal-main > div {
  padding: 1.25rem;
}
.modal-main > div:first-child {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-main > div:nth-child(2) {
  border-top: 3px solid var(--border);
}
.border-top {
  border-top: 1px solid var(--border);
}
.pagination {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  list-style: none;
  border-radius: 0.25rem;
  padding: 0 0 0.625rem;
}
.page-item {
  all: unset !important;
}
.page-link {
  padding: 4px 0.625rem;
  margin: 2.5px;
  color: var(--placeholder);
  font-size: 1em;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 0 1px var(--border);
  border-radius: 0.625rem;
}
span.page-link {
  opacity: 0.3;
  cursor: not-allowed;
}
a.page-link.active,
a.page-link:hover {
  background: var(--link);
  box-shadow: none;
  color: var(--text);
}
.statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .statusbar {
    padding: 1rem 0 0;
    margin-top: 50px;
  }
}
.online-state {
  box-shadow: 0 0 0 0 var(--success);
  animation: onlinestate 2s infinite;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--success);
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0.625rem;
}
@keyframes onlinestate {
  0% {
    box-shadow: 0 0 0 0 var(--success);
  }
  70% {
    -moz-box-shadow: 0 0 0 0.625rem transparent;
    box-shadow: 0 0 0 0.625rem transparent;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
.navbar .sub {
  position: relative;
  cursor: pointer;
}
.navbar .submenu {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  min-width: 15rem;
  display: none;
  border-radius: 0.625rem;
  background-color: var(--body);
  box-shadow: var(--box-shadow);
}
.navbar .submenu.submenu-mid {
  right: unset;
  left: -6rem;
}
.navbar .submenu.submenu-end {
  right: unset;
  left: 0;
}
.navbar .submenu ul {
  list-style: none;
}
.navbar .submenu ul li a {
  color: var(--text);
  padding: 0.8rem 1.25rem;
  display: block;
}
.navbar .submenu ul li a:hover {
  opacity: 0.3;
}
.faq {
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
.question {
  font-weight: 700;
  padding: 1.25rem;
  margin: 0;
  cursor: pointer;
}
.question .faq-title i {
  margin-left: 0.625rem;
}
.answer {
  border-top: 1px solid var(--border);
  display: none;
}
.answer div {
  padding: 1.25rem;
}
.input-radio {
  margin: 0.625rem 0.625rem 1.25rem;
}
.input-radio label {
  cursor: pointer;
  padding: 0 5px;
}
.modal input[type="radio"],
.modal input[type="checkbox"] {
  border-color: var(--border);
}
.relative {
  position: relative;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline-block;
}
.d-grid {
  display: -ms-grid;
  display: grid;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-none {
  display: none;
}
.d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.d-flex-row-reverse {
  flex-direction: row-reverse;
}
.d-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.just-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.just-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.just-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.just-end {
  justify-content: flex-end;
}
.just-start {
  justify-content: flex-start;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-start {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.grow-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.grow-3 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}
.grow-5 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}
.grow-6 {
  -webkit-box-flex: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
}
.grow-7 {
  -webkit-box-flex: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
}
.grow-8 {
  -webkit-box-flex: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
}
.top-auto {
  margin-top: auto;
}
.bt-auto {
  margin-bottom: auto;
}
.lt-auto {
  margin-left: auto;
}
.rt-auto {
  margin-right: auto;
}
.text-center {
  text-align: center;
}
@media (max-width: 600px) {
  .text-mb-center {
    text-align: center;
  }
}
.full-width {
  width: 100%;
}
.icon-right {
  margin-left: 5px;
}
.icon-left {
  margin-right: 5px;
}
.fix-mr5 {
  margin-left: -5px;
  margin-right: -5px;
}
.fix-mr10 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.fix-mr15 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.fix-mr20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.fix-mr30 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.two-item {
  margin: 1rem;
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
@media (max-width: 724px) {
  .three-item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 0.625rem;
}
.pd-15 {
  padding: 1rem;
}
.pd-20 {
  padding: 1.25rem;
}
.pd-30 {
  padding: 1.875rem;
}
.pd-t-5 {
  padding-top: 5px;
}
.pd-t-10 {
  padding-top: 0.625rem;
}
.pd-t-20 {
  padding-top: 1.25rem;
}
.pd-t-30 {
  padding-top: 1.875rem;
}
.pd-t-40 {
  padding-top: 2.5rem;
}
.pd-t-50 {
  padding-top: 50px;
}
.pd-d-5 {
  padding-bottom: 5px;
}
.pd-d-10 {
  padding-bottom: 0.625rem;
}
.pd-d-20 {
  padding-bottom: 1.25rem;
}
.pd-d-30 {
  padding-bottom: 1.875rem;
}
.pd-d-40 {
  padding-bottom: 2.5rem;
}
.pd-d-50 {
  padding-bottom: 50px;
}
.pd-td-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-td-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pd-td-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pd-td-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pd-td-15 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pd-td-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pd-td-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.pd-td-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pd-td-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pd-td-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pd-t-100 {
  padding-top: 150px;
}
.pd-td-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pd-lr-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.pd-lr-15 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pd-lr-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pd-lr-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.pd-lr-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pd-dir-10 {
  padding-right: 0.625rem;
}
.pd-dir-15 {
  padding-right: 1rem;
}
.pd-dir-20 {
  padding-right: 1.25rem;
}
.pd-dir-30 {
  padding-right: 1.875rem;
}
.pd-dir-40 {
  padding-right: 2.5rem;
}
.pd-rdir-10 {
  padding-left: 0.625rem;
}
.pd-rdir-15 {
  padding-left: 1rem;
}
.pd-rdir-20 {
  padding-left: 1.25rem;
}
.pd-rdir-30 {
  padding-left: 1.875rem;
}
.pd-rdir-40 {
  padding-left: 2.5rem;
}
.overhide {
  overflow: hidden;
}
.m-auto {
  margin: 0 auto;
}
.m-0 {
  margin: 0;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 0.625rem;
}
.m-15 {
  margin: 1rem;
}
.m-20 {
  margin: 1.25rem;
}
.m-30 {
  margin: 1.875rem;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-150 {
  margin-top: 15rem;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.mx-15 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-20 {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.mx-rdir-5 {
  margin-left: 5px;
}
.mx-rdir-10 {
  margin-left: 0.625rem;
}
.mx-rdir-20 {
  margin-left: 1.25rem;
}
.m-td-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-td-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.m-td-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.m-td-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.m-td-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.flex-150 {
  flex-basis: 150px;
}
.flex-200 {
  flex-basis: 200px;
}
.flex-300 {
  flex-basis: 18.75rem;
}
.flex-400 {
  flex-basis: 25rem;
}
.flex-500 {
  flex-basis: 500px;
}
.flex-600 {
  flex-basis: 600px;
}
.nowrap {
  white-space: nowrap;
}
.wid600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.wid650 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.wid800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.scrollhide {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollhide::-webkit-scrollbar {
  display: none;
}
.line20 {
  line-height: 1.25rem;
}
.basis300 {
  flex-basis: 18.75rem;
}
.basis400 {
  flex-basis: 25rem;
}
.grid-nowrap {
  grid-auto-flow: column;
}
.order-0 {
  order: -1;
}
.text-justify {
  text-align: justify;
}
@font-face {
  font-family: "ficon";
  src: url("../fonts/icon/ficon.woff?") format("woff"),
    url("../fonts/icon/ficon.svg?#ficon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ficon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  transition: all 0.4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-call-minus4:before {
  content: "\e800";
} /* 'î €' */
.icon-call-outgoing4:before {
  content: "\e801";
} /* 'î ' */
.icon-call-received4:before {
  content: "\e802";
} /* 'î ‚' */
.icon-call-remove4:before {
  content: "\e803";
} /* 'î ƒ' */
.icon-call-slash4:before {
  content: "\e804";
} /* 'î „' */
.icon-camera4:before {
  content: "\e805";
} /* 'î …' */
.icon-camera-slash4:before {
  content: "\e806";
} /* 'î †' */
.icon-candle4:before {
  content: "\e807";
} /* 'î ‡' */
.icon-candle-24:before {
  content: "\e808";
} /* 'î ˆ' */
.icon-car4:before {
  content: "\e809";
} /* 'î ‰' */
.icon-card4:before {
  content: "\e80a";
} /* 'î Š' */
.icon-card-add4:before {
  content: "\e80b";
} /* 'î ‹' */
.icon-card-coin4:before {
  content: "\e80c";
} /* 'î Œ' */
.icon-card-edit4:before {
  content: "\e80d";
} /* 'î ' */
.icon-card-pos4:before {
  content: "\e80e";
} /* 'î Ž' */
.icon-card-receive4:before {
  content: "\e80f";
} /* 'î ' */
.icon-card-remove4:before {
  content: "\e810";
} /* 'î ' */
.icon-card-remove-14:before {
  content: "\e811";
} /* 'î ‘' */
.icon-cards4:before {
  content: "\e812";
} /* 'î ’' */
.icon-card-send4:before {
  content: "\e813";
} /* 'î “' */
.icon-card-slash4:before {
  content: "\e814";
} /* 'î ”' */
.icon-card-tick4:before {
  content: "\e815";
} /* 'î •' */
.icon-card-tick-14:before {
  content: "\e816";
} /* 'î –' */
.icon-category4:before {
  content: "\e817";
} /* 'î —' */
.icon-category-24:before {
  content: "\e818";
} /* 'î ˜' */
.icon-cd4:before {
  content: "\e819";
} /* 'î ™' */
.icon-chart4:before {
  content: "\e81a";
} /* 'î š' */
.icon-chart-14:before {
  content: "\e81b";
} /* 'î ›' */
.icon-chart-25:before {
  content: "\e81c";
} /* 'î œ' */
.icon-chart-34:before {
  content: "\e81d";
} /* 'î ' */
.icon-chart-214:before {
  content: "\e81e";
} /* 'î ž' */
.icon-chart-fail2:before {
  content: "\e81f";
} /* 'î Ÿ' */
.icon-chart-square4:before {
  content: "\e820";
} /* 'î  ' */
.icon-chart-success4:before {
  content: "\e821";
} /* 'î ¡' */
.icon-check4:before {
  content: "\e822";
} /* 'î ¢' */
.icon-chrome4:before {
  content: "\e823";
} /* 'î £' */
.icon-clipboard4:before {
  content: "\e824";
} /* 'î ¤' */
.icon-clipboard-close4:before {
  content: "\e825";
} /* 'î ¥' */
.icon-clipboard-export4:before {
  content: "\e826";
} /* 'î ¦' */
.icon-clipboard-import4:before {
  content: "\e827";
} /* 'î §' */
.icon-clipboard-text4:before {
  content: "\e828";
} /* 'î ¨' */
.icon-clipboard-tick4:before {
  content: "\e829";
} /* 'î ©' */
.icon-clock4:before {
  content: "\e82a";
} /* 'î ª' */
.icon-clock-14:before {
  content: "\e82b";
} /* 'î «' */
.icon-close-circle4:before {
  content: "\e82c";
} /* 'î ¬' */
.icon-close-square4:before {
  content: "\e82d";
} /* 'î ­' */
.icon-cloud4:before {
  content: "\e82e";
} /* 'î ®' */
.icon-cloud-add4:before {
  content: "\e82f";
} /* 'î ¯' */
.icon-cloud-change4:before {
  content: "\e830";
} /* 'î °' */
.icon-cloud-connection4:before {
  content: "\e831";
} /* 'î ±' */
.icon-cloud-cross4:before {
  content: "\e832";
} /* 'î ²' */
.icon-cloud-drizzle4:before {
  content: "\e833";
} /* 'î ³' */
.icon-cloud-fog4:before {
  content: "\e834";
} /* 'î ´' */
.icon-cloud-lightning4:before {
  content: "\e835";
} /* 'î µ' */
.icon-cloud-minus4:before {
  content: "\e836";
} /* 'î ¶' */
.icon-cloud-notif4:before {
  content: "\e837";
} /* 'î ·' */
.icon-cloud-plus4:before {
  content: "\e838";
} /* 'î ¸' */
.icon-cloud-remove4:before {
  content: "\e839";
} /* 'î ¹' */
.icon-cloud-snow4:before {
  content: "\e83a";
} /* 'î º' */
.icon-cloud-sunny4:before {
  content: "\e83b";
} /* 'î »' */
.icon-code4:before {
  content: "\e83c";
} /* 'î ¼' */
.icon-code-14:before {
  content: "\e83d";
} /* 'î ½' */
.icon-code-circle4:before {
  content: "\e83e";
} /* 'î ¾' */
.icon-coffee4:before {
  content: "\e83f";
} /* 'î ¿' */
.icon-coin4:before {
  content: "\e840";
} /* 'î¡€' */
.icon-coin-14:before {
  content: "\e841";
} /* 'î¡' */
.icon-colorfilter4:before {
  content: "\e842";
} /* 'î¡‚' */
.icon-colors-square4:before {
  content: "\e843";
} /* 'î¡ƒ' */
.icon-color-swatch4:before {
  content: "\e844";
} /* 'î¡„' */
.icon-command4:before {
  content: "\e845";
} /* 'î¡…' */
.icon-command-square4:before {
  content: "\e846";
} /* 'î¡†' */
.icon-component4:before {
  content: "\e847";
} /* 'î¡‡' */
.icon-computing4:before {
  content: "\e848";
} /* 'î¡ˆ' */
.icon-convert4:before {
  content: "\e849";
} /* 'î¡‰' */
.icon-convert-3d-cube4:before {
  content: "\e84a";
} /* 'î¡Š' */
.icon-convert-card4:before {
  content: "\e84b";
} /* 'î¡‹' */
.icon-convertshape4:before {
  content: "\e84c";
} /* 'î¡Œ' */
.icon-convertshape-24:before {
  content: "\e84d";
} /* 'î¡' */
.icon-copy4:before {
  content: "\e84e";
} /* 'î¡Ž' */
.icon-copyright4:before {
  content: "\e84f";
} /* 'î¡' */
.icon-copy-success4:before {
  content: "\e850";
} /* 'î¡' */
.icon-courthouse4:before {
  content: "\e851";
} /* 'î¡‘' */
.icon-cpu4:before {
  content: "\e852";
} /* 'î¡’' */
.icon-cpu-charge4:before {
  content: "\e853";
} /* 'î¡“' */
.icon-cpu-setting4:before {
  content: "\e854";
} /* 'î¡”' */
.icon-creative-commons4:before {
  content: "\e855";
} /* 'î¡•' */
.icon-crop4:before {
  content: "\e856";
} /* 'î¡–' */
.icon-crown4:before {
  content: "\e857";
} /* 'î¡—' */
.icon-crown-14:before {
  content: "\e858";
} /* 'î¡˜' */
.icon-cup4:before {
  content: "\e859";
} /* 'î¡™' */
.icon-danger4:before {
  content: "\e85a";
} /* 'î¡š' */
.icon-data4:before {
  content: "\e85b";
} /* 'î¡›' */
.icon-telegram-circled:before {
  content: "\e85c";
} /* 'î¡œ' */
.icon-designtools4:before {
  content: "\e85d";
} /* 'î¡' */
.icon-device-message4:before {
  content: "\e85e";
} /* 'î¡ž' */
.icon-devices4:before {
  content: "\e85f";
} /* 'î¡Ÿ' */
.icon-devices-13:before {
  content: "\e860";
} /* 'î¡ ' */
.icon-diagram4:before {
  content: "\e861";
} /* 'î¡¡' */
.icon-diamonds4:before {
  content: "\e862";
} /* 'î¡¢' */
.icon-direct4:before {
  content: "\e863";
} /* 'î¡£' */
.icon-directbox-default4:before {
  content: "\e864";
} /* 'î¡¤' */
.icon-directbox-notif4:before {
  content: "\e865";
} /* 'î¡¥' */
.icon-directbox-receive4:before {
  content: "\e866";
} /* 'î¡¦' */
.icon-directbox-send4:before {
  content: "\e867";
} /* 'î¡§' */
.icon-direct-down4:before {
  content: "\e868";
} /* 'î¡¨' */
.icon-direct-inbox4:before {
  content: "\e869";
} /* 'î¡©' */
.icon-direct-left4:before {
  content: "\e86a";
} /* 'î¡ª' */
.icon-direct-normal4:before {
  content: "\e86b";
} /* 'î¡«' */
.icon-direct-notification4:before {
  content: "\e86c";
} /* 'î¡¬' */
.icon-direct-right4:before {
  content: "\e86d";
} /* 'î¡­' */
.icon-direct-send4:before {
  content: "\e86e";
} /* 'î¡®' */
.icon-direct-up4:before {
  content: "\e86f";
} /* 'î¡¯' */
.icon-discount-circle4:before {
  content: "\e870";
} /* 'î¡°' */
.icon-discount-shape4:before {
  content: "\e871";
} /* 'î¡±' */
.icon-discover4:before {
  content: "\e872";
} /* 'î¡²' */
.icon-discover-13:before {
  content: "\e873";
} /* 'î¡³' */
.icon-dislike4:before {
  content: "\e874";
} /* 'î¡´' */
.icon-document4:before {
  content: "\e875";
} /* 'î¡µ' */
.icon-document-14:before {
  content: "\e876";
} /* 'î¡¶' */
.icon-document-cloud4:before {
  content: "\e877";
} /* 'î¡·' */
.icon-document-code4:before {
  content: "\e878";
} /* 'î¡¸' */
.icon-document-code-24:before {
  content: "\e879";
} /* 'î¡¹' */
.icon-document-copy4:before {
  content: "\e87a";
} /* 'î¡º' */
.icon-document-download4:before {
  content: "\e87b";
} /* 'î¡»' */
.icon-document-favorite4:before {
  content: "\e87c";
} /* 'î¡¼' */
.icon-document-filter4:before {
  content: "\e87d";
} /* 'î¡½' */
.icon-document-forward4:before {
  content: "\e87e";
} /* 'î¡¾' */
.icon-document-like4:before {
  content: "\e87f";
} /* 'î¡¿' */
.icon-document-normal3:before {
  content: "\e880";
} /* 'î¢€' */
.icon-document-previous4:before {
  content: "\e881";
} /* 'î¢' */
.icon-document-sketch4:before {
  content: "\e882";
} /* 'î¢‚' */
.icon-document-text4:before {
  content: "\e883";
} /* 'î¢ƒ' */
.icon-document-text-14:before {
  content: "\e884";
} /* 'î¢„' */
.icon-document-upload4:before {
  content: "\e885";
} /* 'î¢…' */
.icon-dollar-circle3:before {
  content: "\e886";
} /* 'î¢†' */
.icon-dollar-square4:before {
  content: "\e887";
} /* 'î¢‡' */
.icon-driver4:before {
  content: "\e888";
} /* 'î¢ˆ' */
.icon-driver-24:before {
  content: "\e889";
} /* 'î¢‰' */
.icon-driver-refresh4:before {
  content: "\e88a";
} /* 'î¢Š' */
.icon-driving4:before {
  content: "\e88b";
} /* 'î¢‹' */
.icon-edit4:before {
  content: "\e88c";
} /* 'î¢Œ' */
.icon-edit-24:before {
  content: "\e88d";
} /* 'î¢' */
.icon-electricity4:before {
  content: "\e88e";
} /* 'î¢Ž' */
.icon-element-24:before {
  content: "\e88f";
} /* 'î¢' */
.icon-element-34:before {
  content: "\e890";
} /* 'î¢' */
.icon-element-44:before {
  content: "\e891";
} /* 'î¢‘' */
.icon-element-equal4:before {
  content: "\e892";
} /* 'î¢’' */
.icon-element-plus4:before {
  content: "\e893";
} /* 'î¢“' */
.icon-emoji-happy4:before {
  content: "\e894";
} /* 'î¢”' */
.icon-emoji-normal4:before {
  content: "\e895";
} /* 'î¢•' */
.icon-emoji-sad4:before {
  content: "\e896";
} /* 'î¢–' */
.icon-empty-wallet4:before {
  content: "\e897";
} /* 'î¢—' */
.icon-empty-wallet-add4:before {
  content: "\e898";
} /* 'î¢˜' */
.icon-empty-wallet-change3:before {
  content: "\e899";
} /* 'î¢™' */
.icon-empty-wallet-remove4:before {
  content: "\e89a";
} /* 'î¢š' */
.icon-empty-wallet-tick4:before {
  content: "\e89b";
} /* 'î¢›' */
.icon-empty-wallet-time3:before {
  content: "\e89c";
} /* 'î¢œ' */
.icon-eraser4:before {
  content: "\e89d";
} /* 'î¢' */
.icon-eraser-14:before {
  content: "\e89e";
} /* 'î¢ž' */
.icon-export4:before {
  content: "\e89f";
} /* 'î¢Ÿ' */
.icon-export-14:before {
  content: "\e8a0";
} /* 'î¢ ' */
.icon-export-24:before {
  content: "\e8a1";
} /* 'î¢¡' */
.icon-export-34:before {
  content: "\e8a2";
} /* 'î¢¢' */
.icon-external-drive4:before {
  content: "\e8a3";
} /* 'î¢£' */
.icon-eye3:before {
  content: "\e8a4";
} /* 'î¢¤' */
.icon-eye-slash4:before {
  content: "\e8a5";
} /* 'î¢¥' */
.icon-fatrows4:before {
  content: "\e8a6";
} /* 'î¢¦' */
.icon-favorite-chart4:before {
  content: "\e8a7";
} /* 'î¢§' */
.icon-filter4:before {
  content: "\e8a8";
} /* 'î¢¨' */
.icon-filter-add4:before {
  content: "\e8a9";
} /* 'î¢©' */
.icon-filter-edit4:before {
  content: "\e8aa";
} /* 'î¢ª' */
.icon-filter-remove4:before {
  content: "\e8ab";
} /* 'î¢«' */
.icon-filter-search4:before {
  content: "\e8ac";
} /* 'î¢¬' */
.icon-filter-square4:before {
  content: "\e8ad";
} /* 'î¢­' */
.icon-filter-tick4:before {
  content: "\e8ae";
} /* 'î¢®' */
.icon-finger-cricle4:before {
  content: "\e8af";
} /* 'î¢¯' */
.icon-finger-scan4:before {
  content: "\e8b0";
} /* 'î¢°' */
.icon-firstline4:before {
  content: "\e8b1";
} /* 'î¢±' */
.icon-flag4:before {
  content: "\e8b2";
} /* 'î¢²' */
.icon-flag-24:before {
  content: "\e8b3";
} /* 'î¢³' */
.icon-flash4:before {
  content: "\e8b4";
} /* 'î¢´' */
.icon-flash-14:before {
  content: "\e8b5";
} /* 'î¢µ' */
.icon-flash-circle4:before {
  content: "\e8b6";
} /* 'î¢¶' */
.icon-flash-circle-14:before {
  content: "\e8b7";
} /* 'î¢·' */
.icon-flash-slash4:before {
  content: "\e8b8";
} /* 'î¢¸' */
.icon-folder4:before {
  content: "\e8b9";
} /* 'î¢¹' */
.icon-folder-24:before {
  content: "\e8ba";
} /* 'î¢º' */
.icon-folder-add4:before {
  content: "\e8bb";
} /* 'î¢»' */
.icon-folder-cloud4:before {
  content: "\e8bc";
} /* 'î¢¼' */
.icon-folder-connection4:before {
  content: "\e8bd";
} /* 'î¢½' */
.icon-folder-cross4:before {
  content: "\e8be";
} /* 'î¢¾' */
.icon-folder-favorite4:before {
  content: "\e8bf";
} /* 'î¢¿' */
.icon-folder-minus4:before {
  content: "\e8c0";
} /* 'î£€' */
.icon-folder-open4:before {
  content: "\e8c1";
} /* 'î£' */
.icon-forbidden4:before {
  content: "\e8c2";
} /* 'î£‚' */
.icon-forbidden-24:before {
  content: "\e8c3";
} /* 'î£ƒ' */
.icon-format-circle4:before {
  content: "\e8c4";
} /* 'î£„' */
.icon-format-square4:before {
  content: "\e8c5";
} /* 'î£…' */
.icon-forward4:before {
  content: "\e8c6";
} /* 'î£†' */
.icon-forward-5-seconds4:before {
  content: "\e8c7";
} /* 'î£‡' */
.icon-forward-10-seconds4:before {
  content: "\e8c8";
} /* 'î£ˆ' */
.icon-forward-15-seconds4:before {
  content: "\e8c9";
} /* 'î£‰' */
.icon-forward-item4:before {
  content: "\e8ca";
} /* 'î£Š' */
.icon-forward-square4:before {
  content: "\e8cb";
} /* 'î£‹' */
.icon-frame4:before {
  content: "\e8cc";
} /* 'î£Œ' */
.icon-frame-14:before {
  content: "\e8cd";
} /* 'î£' */
.icon-frame-24:before {
  content: "\e8ce";
} /* 'î£Ž' */
.icon-frame-34:before {
  content: "\e8cf";
} /* 'î£' */
.icon-frame-44:before {
  content: "\e8d0";
} /* 'î£' */
.icon-gallery4:before {
  content: "\e8d1";
} /* 'î£‘' */
.icon-gallery-add4:before {
  content: "\e8d2";
} /* 'î£’' */
.icon-gallery-edit4:before {
  content: "\e8d3";
} /* 'î£“' */
.icon-gallery-export3:before {
  content: "\e8d4";
} /* 'î£”' */
.icon-gallery-favorite4:before {
  content: "\e8d5";
} /* 'î£•' */
.icon-gallery-import4:before {
  content: "\e8d6";
} /* 'î£–' */
.icon-gallery-remove4:before {
  content: "\e8d7";
} /* 'î£—' */
.icon-gallery-slash4:before {
  content: "\e8d8";
} /* 'î£˜' */
.icon-gallery-tick4:before {
  content: "\e8d9";
} /* 'î£™' */
.icon-game4:before {
  content: "\e8da";
} /* 'î£š' */
.icon-gameboy4:before {
  content: "\e8db";
} /* 'î£›' */
.icon-gas-station3:before {
  content: "\e8dc";
} /* 'î£œ' */
.icon-gemini4:before {
  content: "\e8dd";
} /* 'î£' */
.icon-gemini-24:before {
  content: "\e8de";
} /* 'î£ž' */
.icon-ghost4:before {
  content: "\e8df";
} /* 'î£Ÿ' */
.icon-gift4:before {
  content: "\e8e0";
} /* 'î£ ' */
.icon-glass4:before {
  content: "\e8e1";
} /* 'î£¡' */
.icon-glass-14:before {
  content: "\e8e2";
} /* 'î£¢' */
.icon-global4:before {
  content: "\e8e3";
} /* 'î££' */
.icon-global-edit4:before {
  content: "\e8e4";
} /* 'î£¤' */
.icon-global-refresh4:before {
  content: "\e8e5";
} /* 'î£¥' */
.icon-global-search4:before {
  content: "\e8e6";
} /* 'î£¦' */
.icon-gps4:before {
  content: "\e8e7";
} /* 'î£§' */
.icon-gps-slash4:before {
  content: "\e8e8";
} /* 'î£¨' */
.icon-grammerly4:before {
  content: "\e8e9";
} /* 'î£©' */
.icon-graph4:before {
  content: "\e8ea";
} /* 'î£ª' */
.icon-grid-14:before {
  content: "\e8eb";
} /* 'î£«' */
.icon-grid-24:before {
  content: "\e8ec";
} /* 'î£¬' */
.icon-grid-34:before {
  content: "\e8ed";
} /* 'î£­' */
.icon-grid-44:before {
  content: "\e8ee";
} /* 'î£®' */
.icon-grid-54:before {
  content: "\e8ef";
} /* 'î£¯' */
.icon-grid-64:before {
  content: "\e8f0";
} /* 'î£°' */
.icon-grid-74:before {
  content: "\e8f1";
} /* 'î£±' */
.icon-grid-84:before {
  content: "\e8f2";
} /* 'î£²' */
.icon-grid-94:before {
  content: "\e8f3";
} /* 'î£³' */
.icon-grid-edit4:before {
  content: "\e8f4";
} /* 'î£´' */
.icon-grid-eraser4:before {
  content: "\e8f5";
} /* 'î£µ' */
.icon-grid-lock4:before {
  content: "\e8f6";
} /* 'î£¶' */
.icon-happyemoji4:before {
  content: "\e8f7";
} /* 'î£·' */
.icon-hashtag4:before {
  content: "\e8f8";
} /* 'î£¸' */
.icon-hashtag-14:before {
  content: "\e8f9";
} /* 'î£¹' */
.icon-hashtag-down4:before {
  content: "\e8fa";
} /* 'î£º' */
.icon-hashtag-up4:before {
  content: "\e8fb";
} /* 'î£»' */
.icon-headphone4:before {
  content: "\e8fc";
} /* 'î£¼' */
.icon-headphones4:before {
  content: "\e8fd";
} /* 'î£½' */
.icon-health4:before {
  content: "\e8fe";
} /* 'î£¾' */
.icon-heart4:before {
  content: "\e8ff";
} /* 'î£¿' */
.icon-heart-add4:before {
  content: "\e900";
} /* 'î¤€' */
.icon-heart-circle4:before {
  content: "\e901";
} /* 'î¤' */
.icon-heart-edit4:before {
  content: "\e902";
} /* 'î¤‚' */
.icon-heart-remove4:before {
  content: "\e903";
} /* 'î¤ƒ' */
.icon-heart-search4:before {
  content: "\e904";
} /* 'î¤„' */
.icon-heart-slash4:before {
  content: "\e905";
} /* 'î¤…' */
.icon-heart-tick4:before {
  content: "\e906";
} /* 'î¤†' */
.icon-hierarchy4:before {
  content: "\e907";
} /* 'î¤‡' */
.icon-hierarchy-24:before {
  content: "\e908";
} /* 'î¤ˆ' */
.icon-hierarchy-34:before {
  content: "\e909";
} /* 'î¤‰' */
.icon-hierarchy-square4:before {
  content: "\e90a";
} /* 'î¤Š' */
.icon-hierarchy-square-24:before {
  content: "\e90b";
} /* 'î¤‹' */
.icon-hierarchy-square-34:before {
  content: "\e90c";
} /* 'î¤Œ' */
.icon-home4:before {
  content: "\e90d";
} /* 'î¤' */
.icon-home-14:before {
  content: "\e90e";
} /* 'î¤Ž' */
.icon-home-24:before {
  content: "\e90f";
} /* 'î¤' */
.icon-home-hashtag4:before {
  content: "\e910";
} /* 'î¤' */
.icon-home-trend-down4:before {
  content: "\e911";
} /* 'î¤‘' */
.icon-home-trend-up4:before {
  content: "\e912";
} /* 'î¤’' */
.icon-home-wifi4:before {
  content: "\e913";
} /* 'î¤“' */
.icon-hospital4:before {
  content: "\e914";
} /* 'î¤”' */
.icon-house4:before {
  content: "\e915";
} /* 'î¤•' */
.icon-house-24:before {
  content: "\e916";
} /* 'î¤–' */
.icon-icon3:before {
  content: "\e917";
} /* 'î¤—' */
.icon-image4:before {
  content: "\e918";
} /* 'î¤˜' */
.icon-import4:before {
  content: "\e919";
} /* 'î¤™' */
.icon-import-14:before {
  content: "\e91a";
} /* 'î¤š' */
.icon-import-24:before {
  content: "\e91b";
} /* 'î¤›' */
.icon-info-circle4:before {
  content: "\e91c";
} /* 'î¤œ' */
.icon-information4:before {
  content: "\e91d";
} /* 'î¤' */
.icon-instagram4:before {
  content: "\e91e";
} /* 'î¤ž' */
.icon-judge4:before {
  content: "\e91f";
} /* 'î¤Ÿ' */
.icon-kanban3:before {
  content: "\e920";
} /* 'î¤ ' */
.icon-key4:before {
  content: "\e921";
} /* 'î¤¡' */
.icon-keyboard4:before {
  content: "\e922";
} /* 'î¤¢' */
.icon-keyboard-open4:before {
  content: "\e923";
} /* 'î¤£' */
.icon-key-square4:before {
  content: "\e924";
} /* 'î¤¤' */
.icon-lamp4:before {
  content: "\e925";
} /* 'î¤¥' */
.icon-lamp-14:before {
  content: "\e926";
} /* 'î¤¦' */
.icon-lamp-charge4:before {
  content: "\e927";
} /* 'î¤§' */
.icon-lamp-on4:before {
  content: "\e928";
} /* 'î¤¨' */
.icon-lamp-slash4:before {
  content: "\e929";
} /* 'î¤©' */
.icon-language-circle4:before {
  content: "\e92a";
} /* 'î¤ª' */
.icon-language-square4:before {
  content: "\e92b";
} /* 'î¤«' */
.icon-layer4:before {
  content: "\e92c";
} /* 'î¤¬' */
.icon-level4:before {
  content: "\e92d";
} /* 'î¤­' */
.icon-lifebuoy4:before {
  content: "\e92e";
} /* 'î¤®' */
.icon-like4:before {
  content: "\e92f";
} /* 'î¤¯' */
.icon-like-14:before {
  content: "\e930";
} /* 'î¤°' */
.icon-like-dislike4:before {
  content: "\e931";
} /* 'î¤±' */
.icon-like-shapes4:before {
  content: "\e932";
} /* 'î¤²' */
.icon-like-tag4:before {
  content: "\e933";
} /* 'î¤³' */
.icon-link4:before {
  content: "\e934";
} /* 'î¤´' */
.icon-link-14:before {
  content: "\e935";
} /* 'î¤µ' */
.icon-link-25:before {
  content: "\e936";
} /* 'î¤¶' */
.icon-link-214:before {
  content: "\e937";
} /* 'î¤·' */
.icon-link-circle4:before {
  content: "\e938";
} /* 'î¤¸' */
.icon-link-square4:before {
  content: "\e939";
} /* 'î¤¹' */
.icon-location4:before {
  content: "\e93a";
} /* 'î¤º' */
.icon-location-add4:before {
  content: "\e93b";
} /* 'î¤»' */
.icon-location-cross4:before {
  content: "\e93c";
} /* 'î¤¼' */
.icon-location-minus4:before {
  content: "\e93d";
} /* 'î¤½' */
.icon-location-slash4:before {
  content: "\e93e";
} /* 'î¤¾' */
.icon-location-tick4:before {
  content: "\e93f";
} /* 'î¤¿' */
.icon-lock4:before {
  content: "\e940";
} /* 'î¥€' */
.icon-lock-14:before {
  content: "\e941";
} /* 'î¥' */
.icon-lock-circle4:before {
  content: "\e942";
} /* 'î¥‚' */
.icon-lock-slash4:before {
  content: "\e943";
} /* 'î¥ƒ' */
.icon-login4:before {
  content: "\e944";
} /* 'î¥„' */
.icon-login-14:before {
  content: "\e945";
} /* 'î¥…' */
.icon-logout4:before {
  content: "\e946";
} /* 'î¥†' */
.icon-logout-14:before {
  content: "\e947";
} /* 'î¥‡' */
.icon-lovely4:before {
  content: "\e948";
} /* 'î¥ˆ' */
.icon-magicpen4:before {
  content: "\e949";
} /* 'î¥‰' */
.icon-magic-star4:before {
  content: "\e94a";
} /* 'î¥Š' */
.icon-main-component4:before {
  content: "\e94b";
} /* 'î¥‹' */
.icon-man4:before {
  content: "\e94c";
} /* 'î¥Œ' */
.icon-map4:before {
  content: "\e94d";
} /* 'î¥' */
.icon-map-14:before {
  content: "\e94e";
} /* 'î¥Ž' */
.icon-mask4:before {
  content: "\e94f";
} /* 'î¥' */
.icon-mask-14:before {
  content: "\e950";
} /* 'î¥' */
.icon-mask-24:before {
  content: "\e951";
} /* 'î¥‘' */
.icon-math4:before {
  content: "\e952";
} /* 'î¥’' */
.icon-maximize4:before {
  content: "\e953";
} /* 'î¥“' */
.icon-maximize-14:before {
  content: "\e954";
} /* 'î¥”' */
.icon-maximize-25:before {
  content: "\e955";
} /* 'î¥•' */
.icon-maximize-34:before {
  content: "\e956";
} /* 'î¥–' */
.icon-maximize-44:before {
  content: "\e957";
} /* 'î¥—' */
.icon-maximize-214:before {
  content: "\e958";
} /* 'î¥˜' */
.icon-maximize-circle3:before {
  content: "\e959";
} /* 'î¥™' */
.icon-medal4:before {
  content: "\e95a";
} /* 'î¥š' */
.icon-medal-star4:before {
  content: "\e95b";
} /* 'î¥›' */
.icon-menu4:before {
  content: "\e95c";
} /* 'î¥œ' */
.icon-menu-14:before {
  content: "\e95d";
} /* 'î¥' */
.icon-menu-board4:before {
  content: "\e95e";
} /* 'î¥ž' */
.icon-message4:before {
  content: "\e95f";
} /* 'î¥Ÿ' */
.icon-message-24:before {
  content: "\e960";
} /* 'î¥ ' */
.icon-message-add4:before {
  content: "\e961";
} /* 'î¥¡' */
.icon-message-add-14:before {
  content: "\e962";
} /* 'î¥¢' */
.icon-message-circle4:before {
  content: "\e963";
} /* 'î¥£' */
.icon-message-edit4:before {
  content: "\e964";
} /* 'î¥¤' */
.icon-message-favorite4:before {
  content: "\e965";
} /* 'î¥¥' */
.icon-message-minus4:before {
  content: "\e966";
} /* 'î¥¦' */
.icon-message-notif4:before {
  content: "\e967";
} /* 'î¥§' */
.icon-message-programming4:before {
  content: "\e968";
} /* 'î¥¨' */
.icon-message-question4:before {
  content: "\e969";
} /* 'î¥©' */
.icon-message-remove4:before {
  content: "\e96a";
} /* 'î¥ª' */
.icon-messages4:before {
  content: "\e96b";
} /* 'î¥«' */
.icon-messages-14:before {
  content: "\e96c";
} /* 'î¥¬' */
.icon-messages-24:before {
  content: "\e96d";
} /* 'î¥­' */
.icon-messages-34:before {
  content: "\e96e";
} /* 'î¥®' */
.icon-message-search4:before {
  content: "\e96f";
} /* 'î¥¯' */
.icon-message-square4:before {
  content: "\e970";
} /* 'î¥°' */
.icon-message-text4:before {
  content: "\e971";
} /* 'î¥±' */
.icon-message-text-14:before {
  content: "\e972";
} /* 'î¥²' */
.icon-message-tick4:before {
  content: "\e973";
} /* 'î¥³' */
.icon-message-time4:before {
  content: "\e974";
} /* 'î¥´' */
.icon-microphone4:before {
  content: "\e975";
} /* 'î¥µ' */
.icon-microphone-24:before {
  content: "\e976";
} /* 'î¥¶' */
.icon-microphone-slash4:before {
  content: "\e977";
} /* 'î¥·' */
.icon-microphone-slash-14:before {
  content: "\e978";
} /* 'î¥¸' */
.icon-microscope4:before {
  content: "\e979";
} /* 'î¥¹' */
.icon-milk4:before {
  content: "\e97a";
} /* 'î¥º' */
.icon-mini-music-sqaure4:before {
  content: "\e97b";
} /* 'î¥»' */
.icon-minus4:before {
  content: "\e97c";
} /* 'î¥¼' */
.icon-minus-cirlce4:before {
  content: "\e97d";
} /* 'î¥½' */
.icon-minus-square4:before {
  content: "\e97e";
} /* 'î¥¾' */
.icon-mirror4:before {
  content: "\e97f";
} /* 'î¥¿' */
.icon-mirroring-screen4:before {
  content: "\e980";
} /* 'î¦€' */
.icon-mobile4:before {
  content: "\e981";
} /* 'î¦' */
.icon-mobile-programming4:before {
  content: "\e982";
} /* 'î¦‚' */
.icon-money4:before {
  content: "\e983";
} /* 'î¦ƒ' */
.icon-money-24:before {
  content: "\e984";
} /* 'î¦„' */
.icon-money-34:before {
  content: "\e985";
} /* 'î¦…' */
.icon-money-44:before {
  content: "\e986";
} /* 'î¦†' */
.icon-money-add4:before {
  content: "\e987";
} /* 'î¦‡' */
.icon-money-change4:before {
  content: "\e988";
} /* 'î¦ˆ' */
.icon-money-forbidden4:before {
  content: "\e989";
} /* 'î¦‰' */
.icon-money-recive4:before {
  content: "\e98a";
} /* 'î¦Š' */
.icon-money-remove4:before {
  content: "\e98b";
} /* 'î¦‹' */
.icon-moneys4:before {
  content: "\e98c";
} /* 'î¦Œ' */
.icon-money-send4:before {
  content: "\e98d";
} /* 'î¦' */
.icon-money-tick4:before {
  content: "\e98e";
} /* 'î¦Ž' */
.icon-money-time4:before {
  content: "\e98f";
} /* 'î¦' */
.icon-monitor4:before {
  content: "\e990";
} /* 'î¦' */
.icon-monitor-mobbile4:before {
  content: "\e991";
} /* 'î¦‘' */
.icon-monitor-recorder4:before {
  content: "\e992";
} /* 'î¦’' */
.icon-moon4:before {
  content: "\e993";
} /* 'î¦“' */
.icon-more4:before {
  content: "\e994";
} /* 'î¦”' */
.icon-more-24:before {
  content: "\e995";
} /* 'î¦•' */
.icon-more-circle4:before {
  content: "\e996";
} /* 'î¦–' */
.icon-more-square4:before {
  content: "\e997";
} /* 'î¦—' */
.icon-mouse4:before {
  content: "\e998";
} /* 'î¦˜' */
.icon-mouse-14:before {
  content: "\e999";
} /* 'î¦™' */
.icon-mouse-circle4:before {
  content: "\e99a";
} /* 'î¦š' */
.icon-mouse-square4:before {
  content: "\e99b";
} /* 'î¦›' */
.icon-music4:before {
  content: "\e99c";
} /* 'î¦œ' */
.icon-music-circle4:before {
  content: "\e99d";
} /* 'î¦' */
.icon-music-dashboard4:before {
  content: "\e99e";
} /* 'î¦ž' */
.icon-music-filter4:before {
  content: "\e99f";
} /* 'î¦Ÿ' */
.icon-music-library-24:before {
  content: "\e9a0";
} /* 'î¦ ' */
.icon-musicnote4:before {
  content: "\e9a1";
} /* 'î¦¡' */
.icon-music-play4:before {
  content: "\e9a2";
} /* 'î¦¢' */
.icon-music-playlist4:before {
  content: "\e9a3";
} /* 'î¦£' */
.icon-music-square4:before {
  content: "\e9a4";
} /* 'î¦¤' */
.icon-music-square-add4:before {
  content: "\e9a5";
} /* 'î¦¥' */
.icon-music-square-remove4:before {
  content: "\e9a6";
} /* 'î¦¦' */
.icon-music-square-search4:before {
  content: "\e9a7";
} /* 'î¦§' */
.icon-next4:before {
  content: "\e9a8";
} /* 'î¦¨' */
.icon-note4:before {
  content: "\e9a9";
} /* 'î¦©' */
.icon-note-14:before {
  content: "\e9aa";
} /* 'î¦ª' */
.icon-note-25:before {
  content: "\e9ab";
} /* 'î¦«' */
.icon-note-214:before {
  content: "\e9ac";
} /* 'î¦¬' */
.icon-note-add4:before {
  content: "\e9ad";
} /* 'î¦­' */
.icon-note-favorite4:before {
  content: "\e9ae";
} /* 'î¦®' */
.icon-note-remove4:before {
  content: "\e9af";
} /* 'î¦¯' */
.icon-note-square4:before {
  content: "\e9b0";
} /* 'î¦°' */
.icon-note-text4:before {
  content: "\e9b1";
} /* 'î¦±' */
.icon-notification4:before {
  content: "\e9b2";
} /* 'î¦²' */
.icon-notification-14:before {
  content: "\e9b3";
} /* 'î¦³' */
.icon-notification-bing4:before {
  content: "\e9b4";
} /* 'î¦´' */
.icon-notification-circle4:before {
  content: "\e9b5";
} /* 'î¦µ' */
.icon-notification-favorite4:before {
  content: "\e9b6";
} /* 'î¦¶' */
.icon-notification-status4:before {
  content: "\e9b7";
} /* 'î¦·' */
.icon-omega-circle4:before {
  content: "\e9b8";
} /* 'î¦¸' */
.icon-omega-square4:before {
  content: "\e9b9";
} /* 'î¦¹' */
.icon-paintbucket4:before {
  content: "\e9ba";
} /* 'î¦º' */
.icon-paperclip4:before {
  content: "\e9bb";
} /* 'î¦»' */
.icon-paperclip-24:before {
  content: "\e9bc";
} /* 'î¦¼' */
.icon-password-check4:before {
  content: "\e9bd";
} /* 'î¦½' */
.icon-path4:before {
  content: "\e9be";
} /* 'î¦¾' */
.icon-path-24:before {
  content: "\e9bf";
} /* 'î¦¿' */
.icon-path-square4:before {
  content: "\e9c0";
} /* 'î§€' */
.icon-pause4:before {
  content: "\e9c1";
} /* 'î§' */
.icon-pause-circle4:before {
  content: "\e9c2";
} /* 'î§‚' */
.icon-pen-add4:before {
  content: "\e9c3";
} /* 'î§ƒ' */
.icon-pen-close4:before {
  content: "\e9c4";
} /* 'î§„' */
.icon-pen-remove4:before {
  content: "\e9c5";
} /* 'î§…' */
.icon-pen-tool4:before {
  content: "\e9c6";
} /* 'î§†' */
.icon-pen-tool-24:before {
  content: "\e9c7";
} /* 'î§‡' */
.icon-people4:before {
  content: "\e9c8";
} /* 'î§ˆ' */
.icon-percentage-circle4:before {
  content: "\e9c9";
} /* 'î§‰' */
.icon-percentage-square4:before {
  content: "\e9ca";
} /* 'î§Š' */
.icon-personalcard4:before {
  content: "\e9cb";
} /* 'î§‹' */
.icon-pet4:before {
  content: "\e9cc";
} /* 'î§Œ' */
.icon-pharagraphspacing4:before {
  content: "\e9cd";
} /* 'î§' */
.icon-picture-frame4:before {
  content: "\e9ce";
} /* 'î§Ž' */
.icon-play4:before {
  content: "\e9cf";
} /* 'î§' */
.icon-play-add4:before {
  content: "\e9d0";
} /* 'î§' */
.icon-play-circle4:before {
  content: "\e9d1";
} /* 'î§‘' */
.icon-play-cricle4:before {
  content: "\e9d2";
} /* 'î§’' */
.icon-play-remove4:before {
  content: "\e9d3";
} /* 'î§“' */
.icon-presention-chart4:before {
  content: "\e9d4";
} /* 'î§”' */
.icon-previous4:before {
  content: "\e9d5";
} /* 'î§•' */
.icon-printer4:before {
  content: "\e9d6";
} /* 'î§–' */
.icon-printer-slash4:before {
  content: "\e9d7";
} /* 'î§—' */
.icon-profile-2user4:before {
  content: "\e9d8";
} /* 'î§˜' */
.icon-profile-add4:before {
  content: "\e9d9";
} /* 'î§™' */
.icon-profile-circle4:before {
  content: "\e9da";
} /* 'î§š' */
.icon-profile-delete4:before {
  content: "\e9db";
} /* 'î§›' */
.icon-profile-remove4:before {
  content: "\e9dc";
} /* 'î§œ' */
.icon-profile-tick4:before {
  content: "\e9dd";
} /* 'î§' */
.icon-programming-arrow4:before {
  content: "\e9de";
} /* 'î§ž' */
.icon-programming-arrows4:before {
  content: "\e9df";
} /* 'î§Ÿ' */
.icon-quote-down4:before {
  content: "\e9e0";
} /* 'î§ ' */
.icon-quote-down-circle4:before {
  content: "\e9e1";
} /* 'î§¡' */
.icon-quote-down-square4:before {
  content: "\e9e2";
} /* 'î§¢' */
.icon-quote-up4:before {
  content: "\e9e3";
} /* 'î§£' */
.icon-quote-up-circle4:before {
  content: "\e9e4";
} /* 'î§¤' */
.icon-quote-up-square4:before {
  content: "\e9e5";
} /* 'î§¥' */
.icon-radar4:before {
  content: "\e9e6";
} /* 'î§¦' */
.icon-radar-14:before {
  content: "\e9e7";
} /* 'î§§' */
.icon-radar-24:before {
  content: "\e9e8";
} /* 'î§¨' */
.icon-radio4:before {
  content: "\e9e9";
} /* 'î§©' */
.icon-ram4:before {
  content: "\e9ea";
} /* 'î§ª' */
.icon-ram-24:before {
  content: "\e9eb";
} /* 'î§«' */
.icon-ranking4:before {
  content: "\e9ec";
} /* 'î§¬' */
.icon-ranking-14:before {
  content: "\e9ed";
} /* 'î§­' */
.icon-receipt4:before {
  content: "\e9ee";
} /* 'î§®' */
.icon-receipt-14:before {
  content: "\e9ef";
} /* 'î§¯' */
.icon-receipt-24:before {
  content: "\e9f0";
} /* 'î§°' */
.icon-receipt-2-14:before {
  content: "\e9f1";
} /* 'î§±' */
.icon-receipt-add4:before {
  content: "\e9f2";
} /* 'î§²' */
.icon-receipt-discount4:before {
  content: "\e9f3";
} /* 'î§³' */
.icon-receipt-disscount4:before {
  content: "\e9f4";
} /* 'î§´' */
.icon-receipt-edit4:before {
  content: "\e9f5";
} /* 'î§µ' */
.icon-receipt-item4:before {
  content: "\e9f6";
} /* 'î§¶' */
.icon-receipt-minus4:before {
  content: "\e9f7";
} /* 'î§·' */
.icon-receipt-search4:before {
  content: "\e9f8";
} /* 'î§¸' */
.icon-receipt-square4:before {
  content: "\e9f9";
} /* 'î§¹' */
.icon-receipt-text4:before {
  content: "\e9fa";
} /* 'î§º' */
.icon-received4:before {
  content: "\e9fb";
} /* 'î§»' */
.icon-receive-square4:before {
  content: "\e9fc";
} /* 'î§¼' */
.icon-receive-square-24:before {
  content: "\e9fd";
} /* 'î§½' */
.icon-record4:before {
  content: "\e9fe";
} /* 'î§¾' */
.icon-record-circle4:before {
  content: "\e9ff";
} /* 'î§¿' */
.icon-recovery-convert4:before {
  content: "\ea00";
} /* 'î¨€' */
.icon-redo4:before {
  content: "\ea01";
} /* 'î¨' */
.icon-refresh4:before {
  content: "\ea02";
} /* 'î¨‚' */
.icon-refresh-circle4:before {
  content: "\ea03";
} /* 'î¨ƒ' */
.icon-refresh-left-square4:before {
  content: "\ea04";
} /* 'î¨„' */
.icon-refresh-right-square4:before {
  content: "\ea05";
} /* 'î¨…' */
.icon-refresh-square-24:before {
  content: "\ea06";
} /* 'î¨†' */
.icon-repeat4:before {
  content: "\ea07";
} /* 'î¨‡' */
.icon-repeat-circle4:before {
  content: "\ea08";
} /* 'î¨ˆ' */
.icon-repeate-music4:before {
  content: "\ea09";
} /* 'î¨‰' */
.icon-repeate-one4:before {
  content: "\ea0a";
} /* 'î¨Š' */
.icon-reserve4:before {
  content: "\ea0b";
} /* 'î¨‹' */
.icon-rotate-left4:before {
  content: "\ea0c";
} /* 'î¨Œ' */
.icon-rotate-left-14:before {
  content: "\ea0d";
} /* 'î¨' */
.icon-rotate-right4:before {
  content: "\ea0e";
} /* 'î¨Ž' */
.icon-rotate-right-14:before {
  content: "\ea0f";
} /* 'î¨' */
.icon-route-square4:before {
  content: "\ea10";
} /* 'î¨' */
.icon-routing4:before {
  content: "\ea11";
} /* 'î¨‘' */
.icon-routing-24:before {
  content: "\ea12";
} /* 'î¨’' */
.icon-row-horizontal4:before {
  content: "\ea13";
} /* 'î¨“' */
.icon-row-vertical4:before {
  content: "\ea14";
} /* 'î¨”' */
.icon-rulerpen4:before {
  content: "\ea15";
} /* 'î¨•' */
.icon-ruler4:before {
  content: "\ea16";
} /* 'î¨–' */
.icon-safe-home4:before {
  content: "\ea17";
} /* 'î¨—' */
.icon-sagittarius4:before {
  content: "\ea18";
} /* 'î¨˜' */
.icon-save-24:before {
  content: "\ea19";
} /* 'î¨™' */
.icon-save-add4:before {
  content: "\ea1a";
} /* 'î¨š' */
.icon-save-minus4:before {
  content: "\ea1b";
} /* 'î¨›' */
.icon-save-remove4:before {
  content: "\ea1c";
} /* 'î¨œ' */
.icon-scan4:before {
  content: "\ea1d";
} /* 'î¨' */
.icon-scan-barcode4:before {
  content: "\ea1e";
} /* 'î¨ž' */
.icon-scanner4:before {
  content: "\ea1f";
} /* 'î¨Ÿ' */
.icon-scanning4:before {
  content: "\ea20";
} /* 'î¨ ' */
.icon-scissor4:before {
  content: "\ea21";
} /* 'î¨¡' */
.icon-scissor-14:before {
  content: "\ea22";
} /* 'î¨¢' */
.icon-screenmirroring4:before {
  content: "\ea23";
} /* 'î¨£' */
.icon-scroll4:before {
  content: "\ea24";
} /* 'î¨¤' */
.icon-search-favorite4:before {
  content: "\ea25";
} /* 'î¨¥' */
.icon-search-favorite-14:before {
  content: "\ea26";
} /* 'î¨¦' */
.icon-search-normal4:before {
  content: "\ea27";
} /* 'î¨§' */
.icon-search-normal-14:before {
  content: "\ea28";
} /* 'î¨¨' */
.icon-search-status4:before {
  content: "\ea29";
} /* 'î¨©' */
.icon-search-status-14:before {
  content: "\ea2a";
} /* 'î¨ª' */
.icon-search-zoom-in4:before {
  content: "\ea2b";
} /* 'î¨«' */
.icon-search-zoom-in-14:before {
  content: "\ea2c";
} /* 'î¨¬' */
.icon-search-zoom-out4:before {
  content: "\ea2d";
} /* 'î¨­' */
.icon-search-zoom-out-14:before {
  content: "\ea2e";
} /* 'î¨®' */
.icon-security4:before {
  content: "\ea2f";
} /* 'î¨¯' */
.icon-security-card4:before {
  content: "\ea30";
} /* 'î¨°' */
.icon-security-safe4:before {
  content: "\ea31";
} /* 'î¨±' */
.icon-security-time4:before {
  content: "\ea32";
} /* 'î¨²' */
.icon-security-user4:before {
  content: "\ea33";
} /* 'î¨³' */
.icon-send4:before {
  content: "\ea34";
} /* 'î¨´' */
.icon-send-14:before {
  content: "\ea35";
} /* 'î¨µ' */
.icon-send-24:before {
  content: "\ea36";
} /* 'î¨¶' */
.icon-send-sqaure-24:before {
  content: "\ea37";
} /* 'î¨·' */
.icon-send-square4:before {
  content: "\ea38";
} /* 'î¨¸' */
.icon-setting4:before {
  content: "\ea39";
} /* 'î¨¹' */
.icon-setting-24:before {
  content: "\ea3a";
} /* 'î¨º' */
.icon-setting-34:before {
  content: "\ea3b";
} /* 'î¨»' */
.icon-setting-44:before {
  content: "\ea3c";
} /* 'î¨¼' */
.icon-setting-54:before {
  content: "\ea3d";
} /* 'î¨½' */
.icon-settings4:before {
  content: "\ea3e";
} /* 'î¨¾' */
.icon-shapes4:before {
  content: "\ea3f";
} /* 'î¨¿' */
.icon-shapes-14:before {
  content: "\ea40";
} /* 'î©€' */
.icon-share4:before {
  content: "\ea41";
} /* 'î©' */
.icon-shield3:before {
  content: "\ea42";
} /* 'î©‚' */
.icon-shield-cross4:before {
  content: "\ea43";
} /* 'î©ƒ' */
.icon-shield-search4:before {
  content: "\ea44";
} /* 'î©„' */
.icon-shield-slash4:before {
  content: "\ea45";
} /* 'î©…' */
.icon-shield-tick4:before {
  content: "\ea46";
} /* 'î©†' */
.icon-ship4:before {
  content: "\ea47";
} /* 'î©‡' */
.icon-shop4:before {
  content: "\ea48";
} /* 'î©ˆ' */
.icon-shop-add4:before {
  content: "\ea49";
} /* 'î©‰' */
.icon-shopping-bag4:before {
  content: "\ea4a";
} /* 'î©Š' */
.icon-shopping-cart4:before {
  content: "\ea4b";
} /* 'î©‹' */
.icon-shop-remove4:before {
  content: "\ea4c";
} /* 'î©Œ' */
.icon-shuffle4:before {
  content: "\ea4d";
} /* 'î©' */
.icon-sidebar-bottom4:before {
  content: "\ea4e";
} /* 'î©Ž' */
.icon-sidebar-left4:before {
  content: "\ea4f";
} /* 'î©' */
.icon-sidebar-right4:before {
  content: "\ea50";
} /* 'î©' */
.icon-sidebar-top4:before {
  content: "\ea51";
} /* 'î©‘' */
.icon-signpost4:before {
  content: "\ea52";
} /* 'î©’' */
.icon-simcard4:before {
  content: "\ea53";
} /* 'î©“' */
.icon-simcard-14:before {
  content: "\ea54";
} /* 'î©”' */
.icon-simcard-24:before {
  content: "\ea55";
} /* 'î©•' */
.icon-size4:before {
  content: "\ea56";
} /* 'î©–' */
.icon-slash4:before {
  content: "\ea57";
} /* 'î©—' */
.icon-slider4:before {
  content: "\ea58";
} /* 'î©˜' */
.icon-slider-horizontal4:before {
  content: "\ea59";
} /* 'î©™' */
.icon-slider-horizontal-14:before {
  content: "\ea5a";
} /* 'î©š' */
.icon-slider-vertical4:before {
  content: "\ea5b";
} /* 'î©›' */
.icon-slider-vertical-14:before {
  content: "\ea5c";
} /* 'î©œ' */
.icon-smallcaps4:before {
  content: "\ea5d";
} /* 'î©' */
.icon-smart-car4:before {
  content: "\ea5e";
} /* 'î©ž' */
.icon-smart-home4:before {
  content: "\ea5f";
} /* 'î©Ÿ' */
.icon-smileys4:before {
  content: "\ea60";
} /* 'î© ' */
.icon-sms4:before {
  content: "\ea61";
} /* 'î©¡' */
.icon-sms-edit4:before {
  content: "\ea62";
} /* 'î©¢' */
.icon-sms-notification4:before {
  content: "\ea63";
} /* 'î©£' */
.icon-sms-search4:before {
  content: "\ea64";
} /* 'î©¤' */
.icon-sms-star4:before {
  content: "\ea65";
} /* 'î©¥' */
.icon-sms-tracking4:before {
  content: "\ea66";
} /* 'î©¦' */
.icon-sort4:before {
  content: "\ea67";
} /* 'î©§' */
.icon-sound4:before {
  content: "\ea68";
} /* 'î©¨' */
.icon-speaker4:before {
  content: "\ea69";
} /* 'î©©' */
.icon-speedometer4:before {
  content: "\ea6a";
} /* 'î©ª' */
.icon-star4:before {
  content: "\ea6b";
} /* 'î©«' */
.icon-star-14:before {
  content: "\ea6c";
} /* 'î©¬' */
.icon-star-slash4:before {
  content: "\ea6d";
} /* 'î©­' */
.icon-status4:before {
  content: "\ea6e";
} /* 'î©®' */
.icon-status-up4:before {
  content: "\ea6f";
} /* 'î©¯' */
.icon-sticker4:before {
  content: "\ea70";
} /* 'î©°' */
.icon-stickynote4:before {
  content: "\ea71";
} /* 'î©±' */
.icon-stop4:before {
  content: "\ea72";
} /* 'î©²' */
.icon-stop-circle4:before {
  content: "\ea73";
} /* 'î©³' */
.icon-story4:before {
  content: "\ea74";
} /* 'î©´' */
.icon-strongbox4:before {
  content: "\ea75";
} /* 'î©µ' */
.icon-strongbox-24:before {
  content: "\ea76";
} /* 'î©¶' */
.icon-subtitle4:before {
  content: "\ea77";
} /* 'î©·' */
.icon-sun4:before {
  content: "\ea78";
} /* 'î©¸' */
.icon-sun-14:before {
  content: "\ea79";
} /* 'î©¹' */
.icon-sun-fog4:before {
  content: "\ea7a";
} /* 'î©º' */
.icon-tag4:before {
  content: "\ea7b";
} /* 'î©»' */
.icon-tag-24:before {
  content: "\ea7c";
} /* 'î©¼' */
.icon-tag-cross4:before {
  content: "\ea7d";
} /* 'î©½' */
.icon-tag-right4:before {
  content: "\ea7e";
} /* 'î©¾' */
.icon-tag-user4:before {
  content: "\ea7f";
} /* 'î©¿' */
.icon-task4:before {
  content: "\ea80";
} /* 'îª€' */
.icon-task-square4:before {
  content: "\ea81";
} /* 'îª' */
.icon-teacher4:before {
  content: "\ea82";
} /* 'îª‚' */
.icon-text4:before {
  content: "\ea83";
} /* 'îªƒ' */
.icon-textalign-center4:before {
  content: "\ea84";
} /* 'îª„' */
.icon-textalign-justifycenter4:before {
  content: "\ea85";
} /* 'îª…' */
.icon-textalign-justifyleft4:before {
  content: "\ea86";
} /* 'îª†' */
.icon-textalign-justifyright4:before {
  content: "\ea87";
} /* 'îª‡' */
.icon-textalign-left4:before {
  content: "\ea88";
} /* 'îªˆ' */
.icon-textalign-right4:before {
  content: "\ea89";
} /* 'îª‰' */
.icon-text-block4:before {
  content: "\ea8a";
} /* 'îªŠ' */
.icon-text-bold4:before {
  content: "\ea8b";
} /* 'îª‹' */
.icon-text-italic4:before {
  content: "\ea8c";
} /* 'îªŒ' */
.icon-text-underline4:before {
  content: "\ea8d";
} /* 'îª' */
.icon-tick-circle4:before {
  content: "\ea8e";
} /* 'îªŽ' */
.icon-ticket4:before {
  content: "\ea8f";
} /* 'îª' */
.icon-ticket-24:before {
  content: "\ea90";
} /* 'îª' */
.icon-ticket-discount4:before {
  content: "\ea91";
} /* 'îª‘' */
.icon-ticket-expired4:before {
  content: "\ea92";
} /* 'îª’' */
.icon-ticket-star4:before {
  content: "\ea93";
} /* 'îª“' */
.icon-tick-square4:before {
  content: "\ea94";
} /* 'îª”' */
.icon-timer4:before {
  content: "\ea95";
} /* 'îª•' */
.icon-timer-14:before {
  content: "\ea96";
} /* 'îª–' */
.icon-timer-pause4:before {
  content: "\ea97";
} /* 'îª—' */
.icon-timer-start4:before {
  content: "\ea98";
} /* 'îª˜' */
.icon-toggle-off4:before {
  content: "\ea99";
} /* 'îª™' */
.icon-toggle-off-circle4:before {
  content: "\ea9a";
} /* 'îªš' */
.icon-toggle-on4:before {
  content: "\ea9b";
} /* 'îª›' */
.icon-toggle-on-circle4:before {
  content: "\ea9c";
} /* 'îªœ' */
.icon-trade4:before {
  content: "\ea9d";
} /* 'îª' */
.icon-transaction-minus4:before {
  content: "\ea9e";
} /* 'îªž' */
.icon-translate4:before {
  content: "\ea9f";
} /* 'îªŸ' */
.icon-trash4:before {
  content: "\eaa0";
} /* 'îª ' */
.icon-tree4:before {
  content: "\eaa1";
} /* 'îª¡' */
.icon-trend-down4:before {
  content: "\eaa2";
} /* 'îª¢' */
.icon-trend-up4:before {
  content: "\eaa3";
} /* 'îª£' */
.icon-triangle4:before {
  content: "\eaa4";
} /* 'îª¤' */
.icon-truck3:before {
  content: "\eaa5";
} /* 'îª¥' */
.icon-truck-fast3:before {
  content: "\eaa6";
} /* 'îª¦' */
.icon-truck-remove2:before {
  content: "\eaa7";
} /* 'îª§' */
.icon-truck-tick4:before {
  content: "\eaa8";
} /* 'îª¨' */
.icon-truck-time2:before {
  content: "\eaa9";
} /* 'îª©' */
.icon-trush-square4:before {
  content: "\eaaa";
} /* 'îªª' */
.icon-undo4:before {
  content: "\eaab";
} /* 'îª«' */
.icon-unlimited4:before {
  content: "\eaac";
} /* 'îª¬' */
.icon-unlock4:before {
  content: "\eaad";
} /* 'îª­' */
.icon-user4:before {
  content: "\eaae";
} /* 'îª®' */
.icon-user-add4:before {
  content: "\eaaf";
} /* 'îª¯' */
.icon-user-cirlce-add4:before {
  content: "\eab0";
} /* 'îª°' */
.icon-user-edit4:before {
  content: "\eab1";
} /* 'îª±' */
.icon-user-minus4:before {
  content: "\eab2";
} /* 'îª²' */
.icon-user-octagon4:before {
  content: "\eab3";
} /* 'îª³' */
.icon-user-remove4:before {
  content: "\eab4";
} /* 'îª´' */
.icon-user-search4:before {
  content: "\eab5";
} /* 'îªµ' */
.icon-user-square4:before {
  content: "\eab6";
} /* 'îª¶' */
.icon-user-tag4:before {
  content: "\eab7";
} /* 'îª·' */
.icon-user-tick4:before {
  content: "\eab8";
} /* 'îª¸' */
.icon-verify4:before {
  content: "\eab9";
} /* 'îª¹' */
.icon-video4:before {
  content: "\eaba";
} /* 'îªº' */
.icon-video-add4:before {
  content: "\eabb";
} /* 'îª»' */
.icon-video-circle4:before {
  content: "\eabc";
} /* 'îª¼' */
.icon-video-horizontal4:before {
  content: "\eabd";
} /* 'îª½' */
.icon-video-octagon4:before {
  content: "\eabe";
} /* 'îª¾' */
.icon-video-play4:before {
  content: "\eabf";
} /* 'îª¿' */
.icon-video-remove4:before {
  content: "\eac0";
} /* 'î«€' */
.icon-video-slash4:before {
  content: "\eac1";
} /* 'î«' */
.icon-video-square4:before {
  content: "\eac2";
} /* 'î«‚' */
.icon-video-tick4:before {
  content: "\eac3";
} /* 'î«ƒ' */
.icon-video-time4:before {
  content: "\eac4";
} /* 'î«„' */
.icon-video-vertical4:before {
  content: "\eac5";
} /* 'î«…' */
.icon-voice-cricle4:before {
  content: "\eac6";
} /* 'î«†' */
.icon-voice-square4:before {
  content: "\eac7";
} /* 'î«‡' */
.icon-volume-cross4:before {
  content: "\eac8";
} /* 'î«ˆ' */
.icon-volume-high4:before {
  content: "\eac9";
} /* 'î«‰' */
.icon-volume-low4:before {
  content: "\eaca";
} /* 'î«Š' */
.icon-volume-low-14:before {
  content: "\eacb";
} /* 'î«‹' */
.icon-volume-mute4:before {
  content: "\eacc";
} /* 'î«Œ' */
.icon-volume-slash4:before {
  content: "\eacd";
} /* 'î«' */
.icon-volume-up4:before {
  content: "\eace";
} /* 'î«Ž' */
.icon-wallet4:before {
  content: "\eacf";
} /* 'î«' */
.icon-wallet-14:before {
  content: "\ead0";
} /* 'î«' */
.icon-wallet-24:before {
  content: "\ead1";
} /* 'î«‘' */
.icon-wallet-34:before {
  content: "\ead2";
} /* 'î«’' */
.icon-wallet-add4:before {
  content: "\ead3";
} /* 'î«“' */
.icon-wallet-add-14:before {
  content: "\ead4";
} /* 'î«”' */
.icon-wallet-check4:before {
  content: "\ead5";
} /* 'î«•' */
.icon-wallet-minus4:before {
  content: "\ead6";
} /* 'î«–' */
.icon-wallet-money4:before {
  content: "\ead7";
} /* 'î«—' */
.icon-wallet-remove4:before {
  content: "\ead8";
} /* 'î«˜' */
.icon-wallet-search4:before {
  content: "\ead9";
} /* 'î«™' */
.icon-warning-24:before {
  content: "\eada";
} /* 'î«š' */
.icon-watch4:before {
  content: "\eadb";
} /* 'î«›' */
.icon-watch-status4:before {
  content: "\eadc";
} /* 'î«œ' */
.icon-weight4:before {
  content: "\eadd";
} /* 'î«' */
.icon-weight-14:before {
  content: "\eade";
} /* 'î«ž' */
.icon-wifi4:before {
  content: "\eadf";
} /* 'î«Ÿ' */
.icon-wifi-square4:before {
  content: "\eae0";
} /* 'î« ' */
.icon-wind4:before {
  content: "\eae1";
} /* 'î«¡' */
.icon-wind-24:before {
  content: "\eae2";
} /* 'î«¢' */
.icon-woman4:before {
  content: "\eae3";
} /* 'î«£' */
.icon-dcube4:before {
  content: "\eae4";
} /* 'î«¤' */
.icon-dcube5:before {
  content: "\eae5";
} /* 'î«¥' */
.icon-d-cube-scan5:before {
  content: "\eae6";
} /* 'î«¦' */
.icon-d-rotate5:before {
  content: "\eae7";
} /* 'î«§' */
.icon-d-square5:before {
  content: "\eae8";
} /* 'î«¨' */
.icon-square5:before {
  content: "\eae9";
} /* 'î«©' */
.icon-support5:before {
  content: "\eaea";
} /* 'î«ª' */
.icon-activity5:before {
  content: "\eaeb";
} /* 'î««' */
.icon-add5:before {
  content: "\eaec";
} /* 'î«¬' */
.icon-add-circle5:before {
  content: "\eaed";
} /* 'î«­' */
.icon-additem5:before {
  content: "\eaee";
} /* 'î«®' */
.icon-add-square5:before {
  content: "\eaef";
} /* 'î«¯' */
.icon-airdrop5:before {
  content: "\eaf0";
} /* 'î«°' */
.icon-airplane5:before {
  content: "\eaf1";
} /* 'î«±' */
.icon-airplane-square5:before {
  content: "\eaf2";
} /* 'î«²' */
.icon-airpod5:before {
  content: "\eaf3";
} /* 'î«³' */
.icon-airpods5:before {
  content: "\eaf4";
} /* 'î«´' */
.icon-alarm5:before {
  content: "\eaf5";
} /* 'î«µ' */
.icon-align-bottom5:before {
  content: "\eaf6";
} /* 'î«¶' */
.icon-align-horizontally5:before {
  content: "\eaf7";
} /* 'î«·' */
.icon-align-left5:before {
  content: "\eaf8";
} /* 'î«¸' */
.icon-align-right5:before {
  content: "\eaf9";
} /* 'î«¹' */
.icon-align-vertically5:before {
  content: "\eafa";
} /* 'î«º' */
.icon-aquarius5:before {
  content: "\eafb";
} /* 'î«»' */
.icon-archive5:before {
  content: "\eafc";
} /* 'î«¼' */
.icon-archive-15:before {
  content: "\eafd";
} /* 'î«½' */
.icon-archive-24:before {
  content: "\eafe";
} /* 'î«¾' */
.icon-archive-add5:before {
  content: "\eaff";
} /* 'î«¿' */
.icon-archive-book5:before {
  content: "\eb00";
} /* 'î¬€' */
.icon-archive-minus5:before {
  content: "\eb01";
} /* 'î¬' */
.icon-archive-slash5:before {
  content: "\eb02";
} /* 'î¬‚' */
.icon-archive-tick5:before {
  content: "\eb03";
} /* 'î¬ƒ' */
.icon-arrange-circle5:before {
  content: "\eb04";
} /* 'î¬„' */
.icon-arrange-circle-25:before {
  content: "\eb05";
} /* 'î¬…' */
.icon-arrange-square5:before {
  content: "\eb06";
} /* 'î¬†' */
.icon-arrange-square-25:before {
  content: "\eb07";
} /* 'î¬‡' */
.icon-arrow5:before {
  content: "\eb08";
} /* 'î¬ˆ' */
.icon-arrow-25:before {
  content: "\eb09";
} /* 'î¬‰' */
.icon-arrow-35:before {
  content: "\eb0a";
} /* 'î¬Š' */
.icon-arrow-bottom5:before {
  content: "\eb0b";
} /* 'î¬‹' */
.icon-arrow-circle-down5:before {
  content: "\eb0c";
} /* 'î¬Œ' */
.icon-arrow-circle-left5:before {
  content: "\eb0d";
} /* 'î¬' */
.icon-arrow-circle-right5:before {
  content: "\eb0e";
} /* 'î¬Ž' */
.icon-arrow-circle-up4:before {
  content: "\eb0f";
} /* 'î¬' */
.icon-arrow-down5:before {
  content: "\eb10";
} /* 'î¬' */
.icon-arrow-down-15:before {
  content: "\eb11";
} /* 'î¬‘' */
.icon-arrow-down-25:before {
  content: "\eb12";
} /* 'î¬’' */
.icon-arrow-left5:before {
  content: "\eb13";
} /* 'î¬“' */
.icon-arrow-left-15:before {
  content: "\eb14";
} /* 'î¬”' */
.icon-arrow-left-25:before {
  content: "\eb15";
} /* 'î¬•' */
.icon-arrow-left-35:before {
  content: "\eb16";
} /* 'î¬–' */
.icon-arrow-right5:before {
  content: "\eb17";
} /* 'î¬—' */
.icon-arrow-right-15:before {
  content: "\eb18";
} /* 'î¬˜' */
.icon-arrow-right-25:before {
  content: "\eb19";
} /* 'î¬™' */
.icon-arrow-right-35:before {
  content: "\eb1a";
} /* 'î¬š' */
.icon-arrow-square5:before {
  content: "\eb1b";
} /* 'î¬›' */
.icon-arrow-square-down5:before {
  content: "\eb1c";
} /* 'î¬œ' */
.icon-arrow-square-left5:before {
  content: "\eb1d";
} /* 'î¬' */
.icon-arrow-square-right3:before {
  content: "\eb1e";
} /* 'î¬ž' */
.icon-arrow-square-up5:before {
  content: "\eb1f";
} /* 'î¬Ÿ' */
.icon-arrow-swap4:before {
  content: "\eb20";
} /* 'î¬ ' */
.icon-arrow-swap-horizontal5:before {
  content: "\eb21";
} /* 'î¬¡' */
.icon-arrow-up5:before {
  content: "\eb22";
} /* 'î¬¢' */
.icon-arrow-up-15:before {
  content: "\eb23";
} /* 'î¬£' */
.icon-arrow-up-25:before {
  content: "\eb24";
} /* 'î¬¤' */
.icon-arrow-up-35:before {
  content: "\eb25";
} /* 'î¬¥' */
.icon-attach-circle5:before {
  content: "\eb26";
} /* 'î¬¦' */
.icon-attach-square5:before {
  content: "\eb27";
} /* 'î¬§' */
.icon-audio-square5:before {
  content: "\eb28";
} /* 'î¬¨' */
.icon-autobrightness5:before {
  content: "\eb29";
} /* 'î¬©' */
.icon-award5:before {
  content: "\eb2a";
} /* 'î¬ª' */
.icon-back-square5:before {
  content: "\eb2b";
} /* 'î¬«' */
.icon-backward5:before {
  content: "\eb2c";
} /* 'î¬¬' */
.icon-backward-5-seconds5:before {
  content: "\eb2d";
} /* 'î¬­' */
.icon-backward-10-seconds5:before {
  content: "\eb2e";
} /* 'î¬®' */
.icon-backward-15-seconds5:before {
  content: "\eb2f";
} /* 'î¬¯' */
.icon-backward-item5:before {
  content: "\eb30";
} /* 'î¬°' */
.icon-bag5:before {
  content: "\eb31";
} /* 'î¬±' */
.icon-bag-25:before {
  content: "\eb32";
} /* 'î¬²' */
.icon-bag-cross5:before {
  content: "\eb33";
} /* 'î¬³' */
.icon-bag-cross-15:before {
  content: "\eb34";
} /* 'î¬´' */
.icon-bag-happy5:before {
  content: "\eb35";
} /* 'î¬µ' */
.icon-bag-tick5:before {
  content: "\eb36";
} /* 'î¬¶' */
.icon-bag-tick-25:before {
  content: "\eb37";
} /* 'î¬·' */
.icon-bag-timer5:before {
  content: "\eb38";
} /* 'î¬¸' */
.icon-bank5:before {
  content: "\eb39";
} /* 'î¬¹' */
.icon-barcode5:before {
  content: "\eb3a";
} /* 'î¬º' */
.icon-battery-3full5:before {
  content: "\eb3b";
} /* 'î¬»' */
.icon-battery-charging5:before {
  content: "\eb3c";
} /* 'î¬¼' */
.icon-battery-disable5:before {
  content: "\eb3d";
} /* 'î¬½' */
.icon-battery-empty5:before {
  content: "\eb3e";
} /* 'î¬¾' */
.icon-battery-empty-15:before {
  content: "\eb3f";
} /* 'î¬¿' */
.icon-battery-full5:before {
  content: "\eb40";
} /* 'î­€' */
.icon-bezier5:before {
  content: "\eb41";
} /* 'î­' */
.icon-bill5:before {
  content: "\eb42";
} /* 'î­‚' */
.icon-bitcoin-card5:before {
  content: "\eb43";
} /* 'î­ƒ' */
.icon-bitcoin-convert5:before {
  content: "\eb44";
} /* 'î­„' */
.icon-bitcoin-refresh5:before {
  content: "\eb45";
} /* 'î­…' */
.icon-blend5:before {
  content: "\eb46";
} /* 'î­†' */
.icon-blend-25:before {
  content: "\eb47";
} /* 'î­‡' */
.icon-bluetooth5:before {
  content: "\eb48";
} /* 'î­ˆ' */
.icon-bluetooth-25:before {
  content: "\eb49";
} /* 'î­‰' */
.icon-bluetooth-circle5:before {
  content: "\eb4a";
} /* 'î­Š' */
.icon-bluetooth-rectangle5:before {
  content: "\eb4b";
} /* 'î­‹' */
.icon-blur5:before {
  content: "\eb4c";
} /* 'î­Œ' */
.icon-book5:before {
  content: "\eb4d";
} /* 'î­' */
.icon-book-15:before {
  content: "\eb4e";
} /* 'î­Ž' */
.icon-bookmark5:before {
  content: "\eb4f";
} /* 'î­' */
.icon-bookmark-25:before {
  content: "\eb50";
} /* 'î­' */
.icon-book-saved5:before {
  content: "\eb51";
} /* 'î­‘' */
.icon-book-square5:before {
  content: "\eb52";
} /* 'î­’' */
.icon-box5:before {
  content: "\eb53";
} /* 'î­“' */
.icon-box-15:before {
  content: "\eb54";
} /* 'î­”' */
.icon-box-25:before {
  content: "\eb55";
} /* 'î­•' */
.icon-box-add5:before {
  content: "\eb56";
} /* 'î­–' */
.icon-box-remove5:before {
  content: "\eb57";
} /* 'î­—' */
.icon-box-search5:before {
  content: "\eb58";
} /* 'î­˜' */
.icon-box-tick5:before {
  content: "\eb59";
} /* 'î­™' */
.icon-box-time5:before {
  content: "\eb5a";
} /* 'î­š' */
.icon-briefcase5:before {
  content: "\eb5b";
} /* 'î­›' */
.icon-brifecase-cross5:before {
  content: "\eb5c";
} /* 'î­œ' */
.icon-brifecase-tick5:before {
  content: "\eb5d";
} /* 'î­' */
.icon-brifecase-timer5:before {
  content: "\eb5e";
} /* 'î­ž' */
.icon-broom5:before {
  content: "\eb5f";
} /* 'î­Ÿ' */
.icon-brush5:before {
  content: "\eb60";
} /* 'î­ ' */
.icon-brush-15:before {
  content: "\eb61";
} /* 'î­¡' */
.icon-brush-25:before {
  content: "\eb62";
} /* 'î­¢' */
.icon-brush-35:before {
  content: "\eb63";
} /* 'î­£' */
.icon-brush-45:before {
  content: "\eb64";
} /* 'î­¤' */
.icon-bubble5:before {
  content: "\eb65";
} /* 'î­¥' */
.icon-bucket5:before {
  content: "\eb66";
} /* 'î­¦' */
.icon-bucket-circle5:before {
  content: "\eb67";
} /* 'î­§' */
.icon-bucket-square5:before {
  content: "\eb68";
} /* 'î­¨' */
.icon-building5:before {
  content: "\eb69";
} /* 'î­©' */
.icon-building-35:before {
  content: "\eb6a";
} /* 'î­ª' */
.icon-building-45:before {
  content: "\eb6b";
} /* 'î­«' */
.icon-buildings5:before {
  content: "\eb6c";
} /* 'î­¬' */
.icon-buildings-25:before {
  content: "\eb6d";
} /* 'î­­' */
.icon-buliding5:before {
  content: "\eb6e";
} /* 'î­®' */
.icon-bus5:before {
  content: "\eb6f";
} /* 'î­¯' */
.icon-buy-crypto5:before {
  content: "\eb70";
} /* 'î­°' */
.icon-cake5:before {
  content: "\eb71";
} /* 'î­±' */
.icon-calculator5:before {
  content: "\eb72";
} /* 'î­²' */
.icon-calendar5:before {
  content: "\eb73";
} /* 'î­³' */
.icon-calendar-15:before {
  content: "\eb74";
} /* 'î­´' */
.icon-calendar-25:before {
  content: "\eb75";
} /* 'î­µ' */
.icon-calendar-add5:before {
  content: "\eb76";
} /* 'î­¶' */
.icon-calendar-circle5:before {
  content: "\eb77";
} /* 'î­·' */
.icon-calendar-edit5:before {
  content: "\eb78";
} /* 'î­¸' */
.icon-calendar-remove5:before {
  content: "\eb79";
} /* 'î­¹' */
.icon-calendar-search5:before {
  content: "\eb7a";
} /* 'î­º' */
.icon-calendar-tick5:before {
  content: "\eb7b";
} /* 'î­»' */
.icon-call5:before {
  content: "\eb7c";
} /* 'î­¼' */
.icon-call-add5:before {
  content: "\eb7d";
} /* 'î­½' */
.icon-call-calling5:before {
  content: "\eb7e";
} /* 'î­¾' */
.icon-call-incoming5:before {
  content: "\eb7f";
} /* 'î­¿' */
.icon-call-minus5:before {
  content: "\eb80";
} /* 'î®€' */
.icon-call-outgoing5:before {
  content: "\eb81";
} /* 'î®' */
.icon-call-received5:before {
  content: "\eb82";
} /* 'î®‚' */
.icon-call-remove5:before {
  content: "\eb83";
} /* 'î®ƒ' */
.icon-call-slash5:before {
  content: "\eb84";
} /* 'î®„' */
.icon-camera5:before {
  content: "\eb85";
} /* 'î®…' */
.icon-camera-slash5:before {
  content: "\eb86";
} /* 'î®†' */
.icon-candle5:before {
  content: "\eb87";
} /* 'î®‡' */
.icon-candle-25:before {
  content: "\eb88";
} /* 'î®ˆ' */
.icon-car5:before {
  content: "\eb89";
} /* 'î®‰' */
.icon-card5:before {
  content: "\eb8a";
} /* 'î®Š' */
.icon-card-add5:before {
  content: "\eb8b";
} /* 'î®‹' */
.icon-telegram:before {
  content: "\eb8c";
} /* 'î®Œ' */
.icon-card-edit5:before {
  content: "\eb8d";
} /* 'î®' */
.icon-card-pos5:before {
  content: "\eb8e";
} /* 'î®Ž' */
.icon-card-receive5:before {
  content: "\eb8f";
} /* 'î®' */
.icon-card-remove5:before {
  content: "\eb90";
} /* 'î®' */
.icon-card-remove-15:before {
  content: "\eb91";
} /* 'î®‘' */
.icon-cards5:before {
  content: "\eb92";
} /* 'î®’' */
.icon-card-send5:before {
  content: "\eb93";
} /* 'î®“' */
.icon-card-slash5:before {
  content: "\eb94";
} /* 'î®”' */
.icon-card-tick5:before {
  content: "\eb95";
} /* 'î®•' */
.icon-card-tick-15:before {
  content: "\eb96";
} /* 'î®–' */
.icon-category5:before {
  content: "\eb97";
} /* 'î®—' */
.icon-category-25:before {
  content: "\eb98";
} /* 'î®˜' */
.icon-cd5:before {
  content: "\eb99";
} /* 'î®™' */
.icon-chart5:before {
  content: "\eb9a";
} /* 'î®š' */
.icon-chart-15:before {
  content: "\eb9b";
} /* 'î®›' */
.icon-chart-26:before {
  content: "\eb9c";
} /* 'î®œ' */
.icon-chart-35:before {
  content: "\eb9d";
} /* 'î®' */
.icon-chart-215:before {
  content: "\eb9e";
} /* 'î®ž' */
.icon-chart-fail3:before {
  content: "\eb9f";
} /* 'î®Ÿ' */
.icon-chart-square5:before {
  content: "\eba0";
} /* 'î® ' */
.icon-chart-success5:before {
  content: "\eba1";
} /* 'î®¡' */
.icon-check5:before {
  content: "\eba2";
} /* 'î®¢' */
.icon-chrome5:before {
  content: "\eba3";
} /* 'î®£' */
.icon-clipboard5:before {
  content: "\eba4";
} /* 'î®¤' */
.icon-clipboard-close5:before {
  content: "\eba5";
} /* 'î®¥' */
.icon-clipboard-export5:before {
  content: "\eba6";
} /* 'î®¦' */
.icon-clipboard-import5:before {
  content: "\eba7";
} /* 'î®§' */
.icon-clipboard-text5:before {
  content: "\eba8";
} /* 'î®¨' */
.icon-clipboard-tick5:before {
  content: "\eba9";
} /* 'î®©' */
.icon-clock5:before {
  content: "\ebaa";
} /* 'î®ª' */
.icon-clock-15:before {
  content: "\ebab";
} /* 'î®«' */
.icon-close-circle5:before {
  content: "\ebac";
} /* 'î®¬' */
.icon-close-square5:before {
  content: "\ebad";
} /* 'î®­' */
.icon-cloud5:before {
  content: "\ebae";
} /* 'î®®' */
.icon-cloud-add5:before {
  content: "\ebaf";
} /* 'î®¯' */
.icon-cloud-change5:before {
  content: "\ebb0";
} /* 'î®°' */
.icon-cloud-connection5:before {
  content: "\ebb1";
} /* 'î®±' */
.icon-cloud-cross5:before {
  content: "\ebb2";
} /* 'î®²' */
.icon-cloud-drizzle5:before {
  content: "\ebb3";
} /* 'î®³' */
.icon-cloud-fog5:before {
  content: "\ebb4";
} /* 'î®´' */
.icon-cloud-lightning5:before {
  content: "\ebb5";
} /* 'î®µ' */
.icon-cloud-minus5:before {
  content: "\ebb6";
} /* 'î®¶' */
.icon-cloud-notif5:before {
  content: "\ebb7";
} /* 'î®·' */
.icon-cloud-plus5:before {
  content: "\ebb8";
} /* 'î®¸' */
.icon-cloud-remove5:before {
  content: "\ebb9";
} /* 'î®¹' */
.icon-cloud-snow5:before {
  content: "\ebba";
} /* 'î®º' */
.icon-cloud-sunny5:before {
  content: "\ebbb";
} /* 'î®»' */
.icon-code5:before {
  content: "\ebbc";
} /* 'î®¼' */
.icon-code-15:before {
  content: "\ebbd";
} /* 'î®½' */
.icon-code-circle5:before {
  content: "\ebbe";
} /* 'î®¾' */
.icon-coffee5:before {
  content: "\ebbf";
} /* 'î®¿' */
.icon-coin5:before {
  content: "\ebc0";
} /* 'î¯€' */
.icon-coin-15:before {
  content: "\ebc1";
} /* 'î¯' */
.icon-colorfilter5:before {
  content: "\ebc2";
} /* 'î¯‚' */
.icon-colors-square5:before {
  content: "\ebc3";
} /* 'î¯ƒ' */
.icon-color-swatch5:before {
  content: "\ebc4";
} /* 'î¯„' */
.icon-command5:before {
  content: "\ebc5";
} /* 'î¯…' */
.icon-command-square5:before {
  content: "\ebc6";
} /* 'î¯†' */
.icon-component5:before {
  content: "\ebc7";
} /* 'î¯‡' */
.icon-computing5:before {
  content: "\ebc8";
} /* 'î¯ˆ' */
.icon-convert5:before {
  content: "\ebc9";
} /* 'î¯‰' */
.icon-convert-3d-cube5:before {
  content: "\ebca";
} /* 'î¯Š' */
.icon-convert-card5:before {
  content: "\ebcb";
} /* 'î¯‹' */
.icon-convertshape5:before {
  content: "\ebcc";
} /* 'î¯Œ' */
.icon-convertshape-25:before {
  content: "\ebcd";
} /* 'î¯' */
.icon-copy5:before {
  content: "\ebce";
} /* 'î¯Ž' */
.icon-copyright5:before {
  content: "\ebcf";
} /* 'î¯' */
.icon-copy-success5:before {
  content: "\ebd0";
} /* 'î¯' */
.icon-courthouse5:before {
  content: "\ebd1";
} /* 'î¯‘' */
.icon-cpu5:before {
  content: "\ebd2";
} /* 'î¯’' */
.icon-cpu-charge5:before {
  content: "\ebd3";
} /* 'î¯“' */
.icon-cpu-setting5:before {
  content: "\ebd4";
} /* 'î¯”' */
.icon-creative-commons5:before {
  content: "\ebd5";
} /* 'î¯•' */
.icon-crop5:before {
  content: "\ebd6";
} /* 'î¯–' */
.icon-crown5:before {
  content: "\ebd7";
} /* 'î¯—' */
.icon-crown-15:before {
  content: "\ebd8";
} /* 'î¯˜' */
.icon-cup5:before {
  content: "\ebd9";
} /* 'î¯™' */
.icon-danger5:before {
  content: "\ebda";
} /* 'î¯š' */
.icon-data5:before {
  content: "\ebdb";
} /* 'î¯›' */
.icon-telegram-bold:before {
  content: "\ebdc";
} /* 'î¯œ' */
.icon-designtools5:before {
  content: "\ebdd";
} /* 'î¯' */
.icon-device-message5:before {
  content: "\ebde";
} /* 'î¯ž' */
.icon-devices5:before {
  content: "\ebdf";
} /* 'î¯Ÿ' */
.icon-devices-14:before {
  content: "\ebe0";
} /* 'î¯ ' */
.icon-diagram5:before {
  content: "\ebe1";
} /* 'î¯¡' */
.icon-diamonds5:before {
  content: "\ebe2";
} /* 'î¯¢' */
.icon-direct5:before {
  content: "\ebe3";
} /* 'î¯£' */
.icon-directbox-default5:before {
  content: "\ebe4";
} /* 'î¯¤' */
.icon-directbox-notif5:before {
  content: "\ebe5";
} /* 'î¯¥' */
.icon-directbox-receive5:before {
  content: "\ebe6";
} /* 'î¯¦' */
.icon-directbox-send5:before {
  content: "\ebe7";
} /* 'î¯§' */
.icon-direct-down5:before {
  content: "\ebe8";
} /* 'î¯¨' */
.icon-direct-inbox5:before {
  content: "\ebe9";
} /* 'î¯©' */
.icon-direct-left5:before {
  content: "\ebea";
} /* 'î¯ª' */
.icon-direct-normal5:before {
  content: "\ebeb";
} /* 'î¯«' */
.icon-direct-notification5:before {
  content: "\ebec";
} /* 'î¯¬' */
.icon-direct-right5:before {
  content: "\ebed";
} /* 'î¯­' */
.icon-direct-send5:before {
  content: "\ebee";
} /* 'î¯®' */
.icon-direct-up5:before {
  content: "\ebef";
} /* 'î¯¯' */
.icon-discount-circle5:before {
  content: "\ebf0";
} /* 'î¯°' */
.icon-discount-shape5:before {
  content: "\ebf1";
} /* 'î¯±' */
.icon-discover5:before {
  content: "\ebf2";
} /* 'î¯²' */
.icon-discover-14:before {
  content: "\ebf3";
} /* 'î¯³' */
.icon-dislike5:before {
  content: "\ebf4";
} /* 'î¯´' */
.icon-document5:before {
  content: "\ebf5";
} /* 'î¯µ' */
.icon-document-15:before {
  content: "\ebf6";
} /* 'î¯¶' */
.icon-document-cloud5:before {
  content: "\ebf7";
} /* 'î¯·' */
.icon-document-code5:before {
  content: "\ebf8";
} /* 'î¯¸' */
.icon-document-code-25:before {
  content: "\ebf9";
} /* 'î¯¹' */
.icon-document-copy5:before {
  content: "\ebfa";
} /* 'î¯º' */
.icon-document-download5:before {
  content: "\ebfb";
} /* 'î¯»' */
.icon-document-favorite5:before {
  content: "\ebfc";
} /* 'î¯¼' */
.icon-document-filter5:before {
  content: "\ebfd";
} /* 'î¯½' */
.icon-document-forward5:before {
  content: "\ebfe";
} /* 'î¯¾' */
.icon-document-like5:before {
  content: "\ebff";
} /* 'î¯¿' */
.icon-document-normal4:before {
  content: "\ec00";
} /* 'î°€' */
.icon-document-previous5:before {
  content: "\ec01";
} /* 'î°' */
.icon-document-sketch5:before {
  content: "\ec02";
} /* 'î°‚' */
.icon-document-text5:before {
  content: "\ec03";
} /* 'î°ƒ' */
.icon-document-text-15:before {
  content: "\ec04";
} /* 'î°„' */
.icon-document-upload5:before {
  content: "\ec05";
} /* 'î°…' */
.icon-dollar-circle4:before {
  content: "\ec06";
} /* 'î°†' */
.icon-dollar-square5:before {
  content: "\ec07";
} /* 'î°‡' */
.icon-driver5:before {
  content: "\ec08";
} /* 'î°ˆ' */
.icon-driver-25:before {
  content: "\ec09";
} /* 'î°‰' */
.icon-driver-refresh5:before {
  content: "\ec0a";
} /* 'î°Š' */
.icon-driving5:before {
  content: "\ec0b";
} /* 'î°‹' */
.icon-drop3:before {
  content: "\ec0c";
} /* 'î°Œ' */
.icon-edit5:before {
  content: "\ec0d";
} /* 'î°' */
.icon-edit-25:before {
  content: "\ec0e";
} /* 'î°Ž' */
.icon-electricity5:before {
  content: "\ec0f";
} /* 'î°' */
.icon-element-25:before {
  content: "\ec10";
} /* 'î°' */
.icon-element-35:before {
  content: "\ec11";
} /* 'î°‘' */
.icon-element-45:before {
  content: "\ec12";
} /* 'î°’' */
.icon-element-equal5:before {
  content: "\ec13";
} /* 'î°“' */
.icon-element-plus5:before {
  content: "\ec14";
} /* 'î°”' */
.icon-emoji-happy5:before {
  content: "\ec15";
} /* 'î°•' */
.icon-emoji-normal5:before {
  content: "\ec16";
} /* 'î°–' */
.icon-emoji-sad5:before {
  content: "\ec17";
} /* 'î°—' */
.icon-empty-wallet5:before {
  content: "\ec18";
} /* 'î°˜' */
.icon-empty-wallet-add5:before {
  content: "\ec19";
} /* 'î°™' */
.icon-empty-wallet-change4:before {
  content: "\ec1a";
} /* 'î°š' */
.icon-empty-wallet-remove5:before {
  content: "\ec1b";
} /* 'î°›' */
.icon-empty-wallet-tick5:before {
  content: "\ec1c";
} /* 'î°œ' */
.icon-empty-wallet-time4:before {
  content: "\ec1d";
} /* 'î°' */
.icon-eraser5:before {
  content: "\ec1e";
} /* 'î°ž' */
.icon-eraser-15:before {
  content: "\ec1f";
} /* 'î°Ÿ' */
.icon-export5:before {
  content: "\ec20";
} /* 'î° ' */
.icon-export-15:before {
  content: "\ec21";
} /* 'î°¡' */
.icon-export-25:before {
  content: "\ec22";
} /* 'î°¢' */
.icon-export-35:before {
  content: "\ec23";
} /* 'î°£' */
.icon-external-drive5:before {
  content: "\ec24";
} /* 'î°¤' */
.icon-eye4:before {
  content: "\ec25";
} /* 'î°¥' */
.icon-eye-slash5:before {
  content: "\ec26";
} /* 'î°¦' */
.icon-fatrows5:before {
  content: "\ec27";
} /* 'î°§' */
.icon-favorite-chart5:before {
  content: "\ec28";
} /* 'î°¨' */
.icon-filter5:before {
  content: "\ec29";
} /* 'î°©' */
.icon-filter-add5:before {
  content: "\ec2a";
} /* 'î°ª' */
.icon-filter-edit5:before {
  content: "\ec2b";
} /* 'î°«' */
.icon-filter-remove5:before {
  content: "\ec2c";
} /* 'î°¬' */
.icon-filter-search5:before {
  content: "\ec2d";
} /* 'î°­' */
.icon-filter-square5:before {
  content: "\ec2e";
} /* 'î°®' */
.icon-filter-tick5:before {
  content: "\ec2f";
} /* 'î°¯' */
.icon-finger-cricle5:before {
  content: "\ec30";
} /* 'î°°' */
.icon-finger-scan5:before {
  content: "\ec31";
} /* 'î°±' */
.icon-firstline5:before {
  content: "\ec32";
} /* 'î°²' */
.icon-flag5:before {
  content: "\ec33";
} /* 'î°³' */
.icon-flag-25:before {
  content: "\ec34";
} /* 'î°´' */
.icon-flash5:before {
  content: "\ec35";
} /* 'î°µ' */
.icon-flash-15:before {
  content: "\ec36";
} /* 'î°¶' */
.icon-flash-circle5:before {
  content: "\ec37";
} /* 'î°·' */
.icon-flash-circle-15:before {
  content: "\ec38";
} /* 'î°¸' */
.icon-flash-slash5:before {
  content: "\ec39";
} /* 'î°¹' */
.icon-folder5:before {
  content: "\ec3a";
} /* 'î°º' */
.icon-folder-25:before {
  content: "\ec3b";
} /* 'î°»' */
.icon-folder-add5:before {
  content: "\ec3c";
} /* 'î°¼' */
.icon-folder-cloud5:before {
  content: "\ec3d";
} /* 'î°½' */
.icon-folder-connection5:before {
  content: "\ec3e";
} /* 'î°¾' */
.icon-folder-cross5:before {
  content: "\ec3f";
} /* 'î°¿' */
.icon-folder-favorite5:before {
  content: "\ec40";
} /* 'î±€' */
.icon-folder-minus5:before {
  content: "\ec41";
} /* 'î±' */
.icon-folder-open5:before {
  content: "\ec42";
} /* 'î±‚' */
.icon-forbidden5:before {
  content: "\ec43";
} /* 'î±ƒ' */
.icon-forbidden-25:before {
  content: "\ec44";
} /* 'î±„' */
.icon-format-circle5:before {
  content: "\ec45";
} /* 'î±…' */
.icon-format-square5:before {
  content: "\ec46";
} /* 'î±†' */
.icon-forward5:before {
  content: "\ec47";
} /* 'î±‡' */
.icon-forward-5-seconds5:before {
  content: "\ec48";
} /* 'î±ˆ' */
.icon-forward-10-seconds5:before {
  content: "\ec49";
} /* 'î±‰' */
.icon-forward-15-seconds5:before {
  content: "\ec4a";
} /* 'î±Š' */
.icon-forward-item5:before {
  content: "\ec4b";
} /* 'î±‹' */
.icon-forward-square5:before {
  content: "\ec4c";
} /* 'î±Œ' */
.icon-frame5:before {
  content: "\ec4d";
} /* 'î±' */
.icon-frame-15:before {
  content: "\ec4e";
} /* 'î±Ž' */
.icon-frame-25:before {
  content: "\ec4f";
} /* 'î±' */
.icon-frame-35:before {
  content: "\ec50";
} /* 'î±' */
.icon-frame-45:before {
  content: "\ec51";
} /* 'î±‘' */
.icon-gallery5:before {
  content: "\ec52";
} /* 'î±’' */
.icon-gallery-add5:before {
  content: "\ec53";
} /* 'î±“' */
.icon-gallery-edit5:before {
  content: "\ec54";
} /* 'î±”' */
.icon-gallery-export4:before {
  content: "\ec55";
} /* 'î±•' */
.icon-gallery-favorite5:before {
  content: "\ec56";
} /* 'î±–' */
.icon-gallery-import5:before {
  content: "\ec57";
} /* 'î±—' */
.icon-gallery-remove5:before {
  content: "\ec58";
} /* 'î±˜' */
.icon-gallery-slash5:before {
  content: "\ec59";
} /* 'î±™' */
.icon-gallery-tick5:before {
  content: "\ec5a";
} /* 'î±š' */
.icon-game5:before {
  content: "\ec5b";
} /* 'î±›' */
.icon-gameboy5:before {
  content: "\ec5c";
} /* 'î±œ' */
.icon-gas-station4:before {
  content: "\ec5d";
} /* 'î±' */
.icon-gemini5:before {
  content: "\ec5e";
} /* 'î±ž' */
.icon-gemini-25:before {
  content: "\ec5f";
} /* 'î±Ÿ' */
.icon-ghost5:before {
  content: "\ec60";
} /* 'î± ' */
.icon-gift5:before {
  content: "\ec61";
} /* 'î±¡' */
.icon-glass5:before {
  content: "\ec62";
} /* 'î±¢' */
.icon-glass-15:before {
  content: "\ec63";
} /* 'î±£' */
.icon-global5:before {
  content: "\ec64";
} /* 'î±¤' */
.icon-global-edit5:before {
  content: "\ec65";
} /* 'î±¥' */
.icon-global-refresh5:before {
  content: "\ec66";
} /* 'î±¦' */
.icon-global-search5:before {
  content: "\ec67";
} /* 'î±§' */
.icon-gps5:before {
  content: "\ec68";
} /* 'î±¨' */
.icon-gps-slash5:before {
  content: "\ec69";
} /* 'î±©' */
.icon-grammerly5:before {
  content: "\ec6a";
} /* 'î±ª' */
.icon-graph5:before {
  content: "\ec6b";
} /* 'î±«' */
.icon-grid-15:before {
  content: "\ec6c";
} /* 'î±¬' */
.icon-grid-25:before {
  content: "\ec6d";
} /* 'î±­' */
.icon-grid-35:before {
  content: "\ec6e";
} /* 'î±®' */
.icon-grid-45:before {
  content: "\ec6f";
} /* 'î±¯' */
.icon-grid-55:before {
  content: "\ec70";
} /* 'î±°' */
.icon-grid-65:before {
  content: "\ec71";
} /* 'î±±' */
.icon-grid-75:before {
  content: "\ec72";
} /* 'î±²' */
.icon-grid-85:before {
  content: "\ec73";
} /* 'î±³' */
.icon-grid-95:before {
  content: "\ec74";
} /* 'î±´' */
.icon-grid-edit5:before {
  content: "\ec75";
} /* 'î±µ' */
.icon-grid-eraser5:before {
  content: "\ec76";
} /* 'î±¶' */
.icon-grid-lock5:before {
  content: "\ec77";
} /* 'î±·' */
.icon-happyemoji5:before {
  content: "\ec78";
} /* 'î±¸' */
.icon-hashtag5:before {
  content: "\ec79";
} /* 'î±¹' */
.icon-hashtag-15:before {
  content: "\ec7a";
} /* 'î±º' */
.icon-hashtag-down5:before {
  content: "\ec7b";
} /* 'î±»' */
.icon-hashtag-up5:before {
  content: "\ec7c";
} /* 'î±¼' */
.icon-headphone5:before {
  content: "\ec7d";
} /* 'î±½' */
.icon-headphones5:before {
  content: "\ec7e";
} /* 'î±¾' */
.icon-health5:before {
  content: "\ec7f";
} /* 'î±¿' */
.icon-heart5:before {
  content: "\ec80";
} /* 'î²€' */
.icon-heart-add5:before {
  content: "\ec81";
} /* 'î²' */
.icon-heart-circle5:before {
  content: "\ec82";
} /* 'î²‚' */
.icon-heart-edit5:before {
  content: "\ec83";
} /* 'î²ƒ' */
.icon-heart-remove5:before {
  content: "\ec84";
} /* 'î²„' */
.icon-heart-search5:before {
  content: "\ec85";
} /* 'î²…' */
.icon-heart-slash5:before {
  content: "\ec86";
} /* 'î²†' */
.icon-heart-tick5:before {
  content: "\ec87";
} /* 'î²‡' */
.icon-hierarchy5:before {
  content: "\ec88";
} /* 'î²ˆ' */
.icon-hierarchy-25:before {
  content: "\ec89";
} /* 'î²‰' */
.icon-hierarchy-35:before {
  content: "\ec8a";
} /* 'î²Š' */
.icon-hierarchy-square5:before {
  content: "\ec8b";
} /* 'î²‹' */
.icon-hierarchy-square-25:before {
  content: "\ec8c";
} /* 'î²Œ' */
.icon-hierarchy-square-35:before {
  content: "\ec8d";
} /* 'î²' */
.icon-home5:before {
  content: "\ec8e";
} /* 'î²Ž' */
.icon-home-15:before {
  content: "\ec8f";
} /* 'î²' */
.icon-home-25:before {
  content: "\ec90";
} /* 'î²' */
.icon-home-hashtag5:before {
  content: "\ec91";
} /* 'î²‘' */
.icon-home-trend-down5:before {
  content: "\ec92";
} /* 'î²’' */
.icon-home-trend-up5:before {
  content: "\ec93";
} /* 'î²“' */
.icon-home-wifi5:before {
  content: "\ec94";
} /* 'î²”' */
.icon-hospital5:before {
  content: "\ec95";
} /* 'î²•' */
.icon-house5:before {
  content: "\ec96";
} /* 'î²–' */
.icon-house-25:before {
  content: "\ec97";
} /* 'î²—' */
.icon-image5:before {
  content: "\ec98";
} /* 'î²˜' */
.icon-import5:before {
  content: "\ec99";
} /* 'î²™' */
.icon-import-15:before {
  content: "\ec9a";
} /* 'î²š' */
.icon-import-25:before {
  content: "\ec9b";
} /* 'î²›' */
.icon-import-3:before {
  content: "\ec9c";
} /* 'î²œ' */
.icon-info-circle5:before {
  content: "\ec9d";
} /* 'î²' */
.icon-information5:before {
  content: "\ec9e";
} /* 'î²ž' */
.icon-instagram5:before {
  content: "\ec9f";
} /* 'î²Ÿ' */
.icon-judge5:before {
  content: "\eca0";
} /* 'î² ' */
.icon-kanban4:before {
  content: "\eca1";
} /* 'î²¡' */
.icon-key5:before {
  content: "\eca2";
} /* 'î²¢' */
.icon-keyboard5:before {
  content: "\eca3";
} /* 'î²£' */
.icon-keyboard-open5:before {
  content: "\eca4";
} /* 'î²¤' */
.icon-key-square5:before {
  content: "\eca5";
} /* 'î²¥' */
.icon-lamp5:before {
  content: "\eca6";
} /* 'î²¦' */
.icon-lamp-15:before {
  content: "\eca7";
} /* 'î²§' */
.icon-lamp-charge5:before {
  content: "\eca8";
} /* 'î²¨' */
.icon-lamp-on5:before {
  content: "\eca9";
} /* 'î²©' */
.icon-lamp-slash5:before {
  content: "\ecaa";
} /* 'î²ª' */
.icon-language-circle5:before {
  content: "\ecab";
} /* 'î²«' */
.icon-language-square5:before {
  content: "\ecac";
} /* 'î²¬' */
.icon-layer5:before {
  content: "\ecad";
} /* 'î²­' */
.icon-level5:before {
  content: "\ecae";
} /* 'î²®' */
.icon-lifebuoy5:before {
  content: "\ecaf";
} /* 'î²¯' */
.icon-like5:before {
  content: "\ecb0";
} /* 'î²°' */
.icon-like-15:before {
  content: "\ecb1";
} /* 'î²±' */
.icon-like-dislike5:before {
  content: "\ecb2";
} /* 'î²²' */
.icon-like-shapes5:before {
  content: "\ecb3";
} /* 'î²³' */
.icon-like-tag5:before {
  content: "\ecb4";
} /* 'î²´' */
.icon-link5:before {
  content: "\ecb5";
} /* 'î²µ' */
.icon-link-15:before {
  content: "\ecb6";
} /* 'î²¶' */
.icon-link-26:before {
  content: "\ecb7";
} /* 'î²·' */
.icon-link-215:before {
  content: "\ecb8";
} /* 'î²¸' */
.icon-link-circle5:before {
  content: "\ecb9";
} /* 'î²¹' */
.icon-link-square5:before {
  content: "\ecba";
} /* 'î²º' */
.icon-location5:before {
  content: "\ecbb";
} /* 'î²»' */
.icon-location-add5:before {
  content: "\ecbc";
} /* 'î²¼' */
.icon-location-cross5:before {
  content: "\ecbd";
} /* 'î²½' */
.icon-location-minus5:before {
  content: "\ecbe";
} /* 'î²¾' */
.icon-location-slash5:before {
  content: "\ecbf";
} /* 'î²¿' */
.icon-location-tick5:before {
  content: "\ecc0";
} /* 'î³€' */
.icon-lock5:before {
  content: "\ecc1";
} /* 'î³' */
.icon-lock-15:before {
  content: "\ecc2";
} /* 'î³‚' */
.icon-lock-circle5:before {
  content: "\ecc3";
} /* 'î³ƒ' */
.icon-lock-slash5:before {
  content: "\ecc4";
} /* 'î³„' */
.icon-login5:before {
  content: "\ecc5";
} /* 'î³…' */
.icon-login-15:before {
  content: "\ecc6";
} /* 'î³†' */
.icon-logout5:before {
  content: "\ecc7";
} /* 'î³‡' */
.icon-logout-15:before {
  content: "\ecc8";
} /* 'î³ˆ' */
.icon-lovely5:before {
  content: "\ecc9";
} /* 'î³‰' */
.icon-magicpen5:before {
  content: "\ecca";
} /* 'î³Š' */
.icon-magic-star5:before {
  content: "\eccb";
} /* 'î³‹' */
.icon-main-component5:before {
  content: "\eccc";
} /* 'î³Œ' */
.icon-man5:before {
  content: "\eccd";
} /* 'î³' */
.icon-map5:before {
  content: "\ecce";
} /* 'î³Ž' */
.icon-map-15:before {
  content: "\eccf";
} /* 'î³' */
.icon-mask5:before {
  content: "\ecd0";
} /* 'î³' */
.icon-mask-15:before {
  content: "\ecd1";
} /* 'î³‘' */
.icon-mask-25:before {
  content: "\ecd2";
} /* 'î³’' */
.icon-math5:before {
  content: "\ecd3";
} /* 'î³“' */
.icon-maximize5:before {
  content: "\ecd4";
} /* 'î³”' */
.icon-maximize-15:before {
  content: "\ecd5";
} /* 'î³•' */
.icon-maximize-26:before {
  content: "\ecd6";
} /* 'î³–' */
.icon-maximize-35:before {
  content: "\ecd7";
} /* 'î³—' */
.icon-maximize-45:before {
  content: "\ecd8";
} /* 'î³˜' */
.icon-maximize-215:before {
  content: "\ecd9";
} /* 'î³™' */
.icon-maximize-circle4:before {
  content: "\ecda";
} /* 'î³š' */
.icon-medal5:before {
  content: "\ecdb";
} /* 'î³›' */
.icon-medal-star5:before {
  content: "\ecdc";
} /* 'î³œ' */
.icon-menu5:before {
  content: "\ecdd";
} /* 'î³' */
.icon-menu-15:before {
  content: "\ecde";
} /* 'î³ž' */
.icon-menu-board5:before {
  content: "\ecdf";
} /* 'î³Ÿ' */
.icon-message5:before {
  content: "\ece0";
} /* 'î³ ' */
.icon-message-25:before {
  content: "\ece1";
} /* 'î³¡' */
.icon-message-add5:before {
  content: "\ece2";
} /* 'î³¢' */
.icon-message-add-15:before {
  content: "\ece3";
} /* 'î³£' */
.icon-message-circle5:before {
  content: "\ece4";
} /* 'î³¤' */
.icon-message-edit5:before {
  content: "\ece5";
} /* 'î³¥' */
.icon-message-favorite5:before {
  content: "\ece6";
} /* 'î³¦' */
.icon-message-minus5:before {
  content: "\ece7";
} /* 'î³§' */
.icon-message-notif5:before {
  content: "\ece8";
} /* 'î³¨' */
.icon-message-programming5:before {
  content: "\ece9";
} /* 'î³©' */
.icon-message-question5:before {
  content: "\ecea";
} /* 'î³ª' */
.icon-message-remove5:before {
  content: "\eceb";
} /* 'î³«' */
.icon-messages5:before {
  content: "\ecec";
} /* 'î³¬' */
.icon-messages-15:before {
  content: "\eced";
} /* 'î³­' */
.icon-messages-25:before {
  content: "\ecee";
} /* 'î³®' */
.icon-messages-35:before {
  content: "\ecef";
} /* 'î³¯' */
.icon-message-search5:before {
  content: "\ecf0";
} /* 'î³°' */
.icon-message-square5:before {
  content: "\ecf1";
} /* 'î³±' */
.icon-message-text5:before {
  content: "\ecf2";
} /* 'î³²' */
.icon-message-text-15:before {
  content: "\ecf3";
} /* 'î³³' */
.icon-message-tick5:before {
  content: "\ecf4";
} /* 'î³´' */
.icon-message-time5:before {
  content: "\ecf5";
} /* 'î³µ' */
.icon-microphone5:before {
  content: "\ecf6";
} /* 'î³¶' */
.icon-microphone-25:before {
  content: "\ecf7";
} /* 'î³·' */
.icon-microphone-slash5:before {
  content: "\ecf8";
} /* 'î³¸' */
.icon-microphone-slash-15:before {
  content: "\ecf9";
} /* 'î³¹' */
.icon-microscope5:before {
  content: "\ecfa";
} /* 'î³º' */
.icon-milk5:before {
  content: "\ecfb";
} /* 'î³»' */
.icon-aparat:before {
  content: "\ecfc";
} /* 'î³¼' */
.icon-minus5:before {
  content: "\ecfd";
} /* 'î³½' */
.icon-minus-cirlce5:before {
  content: "\ecfe";
} /* 'î³¾' */
.icon-minus-square5:before {
  content: "\ecff";
} /* 'î³¿' */
.icon-mirror5:before {
  content: "\ed00";
} /* 'î´€' */
.icon-mirroring-screen5:before {
  content: "\ed01";
} /* 'î´' */
.icon-mobile5:before {
  content: "\ed02";
} /* 'î´‚' */
.icon-mobile-programming5:before {
  content: "\ed03";
} /* 'î´ƒ' */
.icon-money5:before {
  content: "\ed04";
} /* 'î´„' */
.icon-money-25:before {
  content: "\ed05";
} /* 'î´…' */
.icon-money-35:before {
  content: "\ed06";
} /* 'î´†' */
.icon-money-45:before {
  content: "\ed07";
} /* 'î´‡' */
.icon-money-add5:before {
  content: "\ed08";
} /* 'î´ˆ' */
.icon-money-change5:before {
  content: "\ed09";
} /* 'î´‰' */
.icon-money-forbidden5:before {
  content: "\ed0a";
} /* 'î´Š' */
.icon-money-recive5:before {
  content: "\ed0b";
} /* 'î´‹' */
.icon-money-remove5:before {
  content: "\ed0c";
} /* 'î´Œ' */
.icon-moneys5:before {
  content: "\ed0d";
} /* 'î´' */
.icon-money-send5:before {
  content: "\ed0e";
} /* 'î´Ž' */
.icon-money-tick5:before {
  content: "\ed0f";
} /* 'î´' */
.icon-money-time5:before {
  content: "\ed10";
} /* 'î´' */
.icon-monitor5:before {
  content: "\ed11";
} /* 'î´‘' */
.icon-monitor-mobbile5:before {
  content: "\ed12";
} /* 'î´’' */
.icon-monitor-recorder5:before {
  content: "\ed13";
} /* 'î´“' */
.icon-moon5:before {
  content: "\ed14";
} /* 'î´”' */
.icon-more5:before {
  content: "\ed15";
} /* 'î´•' */
.icon-more-25:before {
  content: "\ed16";
} /* 'î´–' */
.icon-more-circle5:before {
  content: "\ed17";
} /* 'î´—' */
.icon-more-square5:before {
  content: "\ed18";
} /* 'î´˜' */
.icon-mouse5:before {
  content: "\ed19";
} /* 'î´™' */
.icon-mouse-15:before {
  content: "\ed1a";
} /* 'î´š' */
.icon-mouse-circle5:before {
  content: "\ed1b";
} /* 'î´›' */
.icon-mouse-square5:before {
  content: "\ed1c";
} /* 'î´œ' */
.icon-music5:before {
  content: "\ed1d";
} /* 'î´' */
.icon-music-circle5:before {
  content: "\ed1e";
} /* 'î´ž' */
.icon-music-dashboard5:before {
  content: "\ed1f";
} /* 'î´Ÿ' */
.icon-music-filter5:before {
  content: "\ed20";
} /* 'î´ ' */
.icon-music-library-25:before {
  content: "\ed21";
} /* 'î´¡' */
.icon-musicnote5:before {
  content: "\ed22";
} /* 'î´¢' */
.icon-music-play5:before {
  content: "\ed23";
} /* 'î´£' */
.icon-music-playlist5:before {
  content: "\ed24";
} /* 'î´¤' */
.icon-music-square5:before {
  content: "\ed25";
} /* 'î´¥' */
.icon-music-square-add5:before {
  content: "\ed26";
} /* 'î´¦' */
.icon-music-square-remove5:before {
  content: "\ed27";
} /* 'î´§' */
.icon-music-square-search5:before {
  content: "\ed28";
} /* 'î´¨' */
.icon-next5:before {
  content: "\ed29";
} /* 'î´©' */
.icon-note5:before {
  content: "\ed2a";
} /* 'î´ª' */
.icon-note-15:before {
  content: "\ed2b";
} /* 'î´«' */
.icon-note-26:before {
  content: "\ed2c";
} /* 'î´¬' */
.icon-note-215:before {
  content: "\ed2d";
} /* 'î´­' */
.icon-note-add5:before {
  content: "\ed2e";
} /* 'î´®' */
.icon-note-favorite5:before {
  content: "\ed2f";
} /* 'î´¯' */
.icon-note-remove5:before {
  content: "\ed30";
} /* 'î´°' */
.icon-note-square5:before {
  content: "\ed31";
} /* 'î´±' */
.icon-note-text5:before {
  content: "\ed32";
} /* 'î´²' */
.icon-notification5:before {
  content: "\ed33";
} /* 'î´³' */
.icon-notification-15:before {
  content: "\ed34";
} /* 'î´´' */
.icon-notification-bing5:before {
  content: "\ed35";
} /* 'î´µ' */
.icon-notification-favorite5:before {
  content: "\ed36";
} /* 'î´¶' */
.icon-notification-status5:before {
  content: "\ed37";
} /* 'î´·' */
.icon-omega-circle5:before {
  content: "\ed38";
} /* 'î´¸' */
.icon-omega-square5:before {
  content: "\ed39";
} /* 'î´¹' */
.icon-paintbucket5:before {
  content: "\ed3a";
} /* 'î´º' */
.icon-paperclip5:before {
  content: "\ed3b";
} /* 'î´»' */
.icon-paperclip-25:before {
  content: "\ed3c";
} /* 'î´¼' */
.icon-password-check5:before {
  content: "\ed3d";
} /* 'î´½' */
.icon-path5:before {
  content: "\ed3e";
} /* 'î´¾' */
.icon-path-25:before {
  content: "\ed3f";
} /* 'î´¿' */
.icon-path-square5:before {
  content: "\ed40";
} /* 'îµ€' */
.icon-pause5:before {
  content: "\ed41";
} /* 'îµ' */
.icon-pause-circle5:before {
  content: "\ed42";
} /* 'îµ‚' */
.icon-pen-add5:before {
  content: "\ed43";
} /* 'îµƒ' */
.icon-pen-close5:before {
  content: "\ed44";
} /* 'îµ„' */
.icon-pen-remove5:before {
  content: "\ed45";
} /* 'îµ…' */
.icon-pen-tool5:before {
  content: "\ed46";
} /* 'îµ†' */
.icon-pen-tool-25:before {
  content: "\ed47";
} /* 'îµ‡' */
.icon-people5:before {
  content: "\ed48";
} /* 'îµˆ' */
.icon-percentage-circle5:before {
  content: "\ed49";
} /* 'îµ‰' */
.icon-percentage-square5:before {
  content: "\ed4a";
} /* 'îµŠ' */
.icon-personalcard5:before {
  content: "\ed4b";
} /* 'îµ‹' */
.icon-pet5:before {
  content: "\ed4c";
} /* 'îµŒ' */
.icon-pharagraphspacing5:before {
  content: "\ed4d";
} /* 'îµ' */
.icon-picture-frame5:before {
  content: "\ed4e";
} /* 'îµŽ' */
.icon-play5:before {
  content: "\ed4f";
} /* 'îµ' */
.icon-play-add5:before {
  content: "\ed50";
} /* 'îµ' */
.icon-play-circle5:before {
  content: "\ed51";
} /* 'îµ‘' */
.icon-play-cricle5:before {
  content: "\ed52";
} /* 'îµ’' */
.icon-play-remove5:before {
  content: "\ed53";
} /* 'îµ“' */
.icon-presention-chart5:before {
  content: "\ed54";
} /* 'îµ”' */
.icon-previous5:before {
  content: "\ed55";
} /* 'îµ•' */
.icon-printer5:before {
  content: "\ed56";
} /* 'îµ–' */
.icon-printer-slash5:before {
  content: "\ed57";
} /* 'îµ—' */
.icon-profile-2user5:before {
  content: "\ed58";
} /* 'îµ˜' */
.icon-profile-add5:before {
  content: "\ed59";
} /* 'îµ™' */
.icon-profile-circle5:before {
  content: "\ed5a";
} /* 'îµš' */
.icon-profile-delete5:before {
  content: "\ed5b";
} /* 'îµ›' */
.icon-profile-remove5:before {
  content: "\ed5c";
} /* 'îµœ' */
.icon-profile-tick5:before {
  content: "\ed5d";
} /* 'îµ' */
.icon-programming-arrow5:before {
  content: "\ed5e";
} /* 'îµž' */
.icon-programming-arrows5:before {
  content: "\ed5f";
} /* 'îµŸ' */
.icon-quote-down5:before {
  content: "\ed60";
} /* 'îµ ' */
.icon-quote-down-circle5:before {
  content: "\ed61";
} /* 'îµ¡' */
.icon-quote-down-square5:before {
  content: "\ed62";
} /* 'îµ¢' */
.icon-quote-up5:before {
  content: "\ed63";
} /* 'îµ£' */
.icon-quote-up-circle5:before {
  content: "\ed64";
} /* 'îµ¤' */
.icon-quote-up-square5:before {
  content: "\ed65";
} /* 'îµ¥' */
.icon-radar5:before {
  content: "\ed66";
} /* 'îµ¦' */
.icon-radar-15:before {
  content: "\ed67";
} /* 'îµ§' */
.icon-radar-25:before {
  content: "\ed68";
} /* 'îµ¨' */
.icon-radio5:before {
  content: "\ed69";
} /* 'îµ©' */
.icon-ram5:before {
  content: "\ed6a";
} /* 'îµª' */
.icon-ram-25:before {
  content: "\ed6b";
} /* 'îµ«' */
.icon-ranking5:before {
  content: "\ed6c";
} /* 'îµ¬' */
.icon-ranking-15:before {
  content: "\ed6d";
} /* 'îµ­' */
.icon-receipt5:before {
  content: "\ed6e";
} /* 'îµ®' */
.icon-receipt-15:before {
  content: "\ed6f";
} /* 'îµ¯' */
.icon-receipt-25:before {
  content: "\ed70";
} /* 'îµ°' */
.icon-receipt-2-15:before {
  content: "\ed71";
} /* 'îµ±' */
.icon-receipt-add5:before {
  content: "\ed72";
} /* 'îµ²' */
.icon-receipt-discount5:before {
  content: "\ed73";
} /* 'îµ³' */
.icon-receipt-disscount5:before {
  content: "\ed74";
} /* 'îµ´' */
.icon-receipt-edit5:before {
  content: "\ed75";
} /* 'îµµ' */
.icon-receipt-item5:before {
  content: "\ed76";
} /* 'îµ¶' */
.icon-receipt-minus5:before {
  content: "\ed77";
} /* 'îµ·' */
.icon-receipt-search5:before {
  content: "\ed78";
} /* 'îµ¸' */
.icon-receipt-square5:before {
  content: "\ed79";
} /* 'îµ¹' */
.icon-receipt-text5:before {
  content: "\ed7a";
} /* 'îµº' */
.icon-received5:before {
  content: "\ed7b";
} /* 'îµ»' */
.icon-receive-square5:before {
  content: "\ed7c";
} /* 'îµ¼' */
.icon-receive-square-25:before {
  content: "\ed7d";
} /* 'îµ½' */
.icon-record5:before {
  content: "\ed7e";
} /* 'îµ¾' */
.icon-record-circle5:before {
  content: "\ed7f";
} /* 'îµ¿' */
.icon-recovery-convert5:before {
  content: "\ed80";
} /* 'î¶€' */
.icon-redo5:before {
  content: "\ed81";
} /* 'î¶' */
.icon-refresh5:before {
  content: "\ed82";
} /* 'î¶‚' */
.icon-refresh-25:before {
  content: "\ed83";
} /* 'î¶ƒ' */
.icon-refresh-circle5:before {
  content: "\ed84";
} /* 'î¶„' */
.icon-refresh-left-square5:before {
  content: "\ed85";
} /* 'î¶…' */
.icon-refresh-right-square5:before {
  content: "\ed86";
} /* 'î¶†' */
.icon-refresh-square-25:before {
  content: "\ed87";
} /* 'î¶‡' */
.icon-repeat5:before {
  content: "\ed88";
} /* 'î¶ˆ' */
.icon-repeat-circle5:before {
  content: "\ed89";
} /* 'î¶‰' */
.icon-repeate-music5:before {
  content: "\ed8a";
} /* 'î¶Š' */
.icon-repeate-one5:before {
  content: "\ed8b";
} /* 'î¶‹' */
.icon-reserve5:before {
  content: "\ed8c";
} /* 'î¶Œ' */
.icon-rotate-left5:before {
  content: "\ed8d";
} /* 'î¶' */
.icon-rotate-left-15:before {
  content: "\ed8e";
} /* 'î¶Ž' */
.icon-rotate-right5:before {
  content: "\ed8f";
} /* 'î¶' */
.icon-rotate-right-15:before {
  content: "\ed90";
} /* 'î¶' */
.icon-route-square5:before {
  content: "\ed91";
} /* 'î¶‘' */
.icon-routing5:before {
  content: "\ed92";
} /* 'î¶’' */
.icon-routing-25:before {
  content: "\ed93";
} /* 'î¶“' */
.icon-row-horizontal5:before {
  content: "\ed94";
} /* 'î¶”' */
.icon-row-vertical5:before {
  content: "\ed95";
} /* 'î¶•' */
.icon-rulerpen5:before {
  content: "\ed96";
} /* 'î¶–' */
.icon-ruler5:before {
  content: "\ed97";
} /* 'î¶—' */
.icon-safe-home5:before {
  content: "\ed98";
} /* 'î¶˜' */
.icon-sagittarius5:before {
  content: "\ed99";
} /* 'î¶™' */
.icon-save-25:before {
  content: "\ed9a";
} /* 'î¶š' */
.icon-save-add5:before {
  content: "\ed9b";
} /* 'î¶›' */
.icon-save-minus5:before {
  content: "\ed9c";
} /* 'î¶œ' */
.icon-save-remove5:before {
  content: "\ed9d";
} /* 'î¶' */
.icon-scan5:before {
  content: "\ed9e";
} /* 'î¶ž' */
.icon-scan-barcode5:before {
  content: "\ed9f";
} /* 'î¶Ÿ' */
.icon-scanner5:before {
  content: "\eda0";
} /* 'î¶ ' */
.icon-scanning5:before {
  content: "\eda1";
} /* 'î¶¡' */
.icon-scissor5:before {
  content: "\eda2";
} /* 'î¶¢' */
.icon-scissor-15:before {
  content: "\eda3";
} /* 'î¶£' */
.icon-screenmirroring5:before {
  content: "\eda4";
} /* 'î¶¤' */
.icon-scroll5:before {
  content: "\eda5";
} /* 'î¶¥' */
.icon-search-favorite5:before {
  content: "\eda6";
} /* 'î¶¦' */
.icon-search-favorite-15:before {
  content: "\eda7";
} /* 'î¶§' */
.icon-search-normal5:before {
  content: "\eda8";
} /* 'î¶¨' */
.icon-search-normal-15:before {
  content: "\eda9";
} /* 'î¶©' */
.icon-search-status5:before {
  content: "\edaa";
} /* 'î¶ª' */
.icon-search-status-15:before {
  content: "\edab";
} /* 'î¶«' */
.icon-search-zoom-in5:before {
  content: "\edac";
} /* 'î¶¬' */
.icon-search-zoom-in-15:before {
  content: "\edad";
} /* 'î¶­' */
.icon-search-zoom-out5:before {
  content: "\edae";
} /* 'î¶®' */
.icon-search-zoom-out-15:before {
  content: "\edaf";
} /* 'î¶¯' */
.icon-security5:before {
  content: "\edb0";
} /* 'î¶°' */
.icon-security-card5:before {
  content: "\edb1";
} /* 'î¶±' */
.icon-security-safe5:before {
  content: "\edb2";
} /* 'î¶²' */
.icon-security-time5:before {
  content: "\edb3";
} /* 'î¶³' */
.icon-security-user5:before {
  content: "\edb4";
} /* 'î¶´' */
.icon-send5:before {
  content: "\edb5";
} /* 'î¶µ' */
.icon-send-15:before {
  content: "\edb6";
} /* 'î¶¶' */
.icon-send-25:before {
  content: "\edb7";
} /* 'î¶·' */
.icon-send-sqaure-25:before {
  content: "\edb8";
} /* 'î¶¸' */
.icon-send-square5:before {
  content: "\edb9";
} /* 'î¶¹' */
.icon-setting5:before {
  content: "\edba";
} /* 'î¶º' */
.icon-setting-25:before {
  content: "\edbb";
} /* 'î¶»' */
.icon-setting-35:before {
  content: "\edbc";
} /* 'î¶¼' */
.icon-setting-45:before {
  content: "\edbd";
} /* 'î¶½' */
.icon-setting-55:before {
  content: "\edbe";
} /* 'î¶¾' */
.icon-settings5:before {
  content: "\edbf";
} /* 'î¶¿' */
.icon-shapes5:before {
  content: "\edc0";
} /* 'î·€' */
.icon-shapes-15:before {
  content: "\edc1";
} /* 'î·' */
.icon-share5:before {
  content: "\edc2";
} /* 'î·‚' */
.icon-shield-cross5:before {
  content: "\edc3";
} /* 'î·ƒ' */
.icon-shield-search5:before {
  content: "\edc4";
} /* 'î·„' */
.icon-shield-security2:before {
  content: "\edc5";
} /* 'î·…' */
.icon-shield-slash5:before {
  content: "\edc6";
} /* 'î·†' */
.icon-shield-tick5:before {
  content: "\edc7";
} /* 'î·‡' */
.icon-ship5:before {
  content: "\edc8";
} /* 'î·ˆ' */
.icon-shop5:before {
  content: "\edc9";
} /* 'î·‰' */
.icon-shop-add5:before {
  content: "\edca";
} /* 'î·Š' */
.icon-shopping-bag5:before {
  content: "\edcb";
} /* 'î·‹' */
.icon-shopping-cart5:before {
  content: "\edcc";
} /* 'î·Œ' */
.icon-shop-remove5:before {
  content: "\edcd";
} /* 'î·' */
.icon-shuffle5:before {
  content: "\edce";
} /* 'î·Ž' */
.icon-sidebar-bottom5:before {
  content: "\edcf";
} /* 'î·' */
.icon-sidebar-left5:before {
  content: "\edd0";
} /* 'î·' */
.icon-sidebar-right5:before {
  content: "\edd1";
} /* 'î·‘' */
.icon-sidebar-top5:before {
  content: "\edd2";
} /* 'î·’' */
.icon-signpost5:before {
  content: "\edd3";
} /* 'î·“' */
.icon-simcard5:before {
  content: "\edd4";
} /* 'î·”' */
.icon-simcard-15:before {
  content: "\edd5";
} /* 'î·•' */
.icon-simcard-25:before {
  content: "\edd6";
} /* 'î·–' */
.icon-size5:before {
  content: "\edd7";
} /* 'î·—' */
.icon-slash5:before {
  content: "\edd8";
} /* 'î·˜' */
.icon-slider5:before {
  content: "\edd9";
} /* 'î·™' */
.icon-slider-horizontal5:before {
  content: "\edda";
} /* 'î·š' */
.icon-slider-horizontal-15:before {
  content: "\eddb";
} /* 'î·›' */
.icon-slider-vertical5:before {
  content: "\eddc";
} /* 'î·œ' */
.icon-slider-vertical-15:before {
  content: "\eddd";
} /* 'î·' */
.icon-smallcaps5:before {
  content: "\edde";
} /* 'î·ž' */
.icon-smart-car5:before {
  content: "\eddf";
} /* 'î·Ÿ' */
.icon-smart-home5:before {
  content: "\ede0";
} /* 'î· ' */
.icon-smileys5:before {
  content: "\ede1";
} /* 'î·¡' */
.icon-sms5:before {
  content: "\ede2";
} /* 'î·¢' */
.icon-sms-edit5:before {
  content: "\ede3";
} /* 'î·£' */
.icon-sms-notification5:before {
  content: "\ede4";
} /* 'î·¤' */
.icon-sms-search5:before {
  content: "\ede5";
} /* 'î·¥' */
.icon-sms-star5:before {
  content: "\ede6";
} /* 'î·¦' */
.icon-sms-tracking5:before {
  content: "\ede7";
} /* 'î·§' */
.icon-sort5:before {
  content: "\ede8";
} /* 'î·¨' */
.icon-sound5:before {
  content: "\ede9";
} /* 'î·©' */
.icon-speaker5:before {
  content: "\edea";
} /* 'î·ª' */
.icon-speedometer5:before {
  content: "\edeb";
} /* 'î·«' */
.icon-star5:before {
  content: "\edec";
} /* 'î·¬' */
.icon-star-15:before {
  content: "\eded";
} /* 'î·­' */
.icon-star-slash5:before {
  content: "\edee";
} /* 'î·®' */
.icon-status5:before {
  content: "\edef";
} /* 'î·¯' */
.icon-status-up5:before {
  content: "\edf0";
} /* 'î·°' */
.icon-sticker5:before {
  content: "\edf1";
} /* 'î·±' */
.icon-stickynote5:before {
  content: "\edf2";
} /* 'î·²' */
.icon-stop5:before {
  content: "\edf3";
} /* 'î·³' */
.icon-stop-circle5:before {
  content: "\edf4";
} /* 'î·´' */
.icon-story5:before {
  content: "\edf5";
} /* 'î·µ' */
.icon-strongbox5:before {
  content: "\edf6";
} /* 'î·¶' */
.icon-strongbox-25:before {
  content: "\edf7";
} /* 'î··' */
.icon-subtitle5:before {
  content: "\edf8";
} /* 'î·¸' */
.icon-sun5:before {
  content: "\edf9";
} /* 'î·¹' */
.icon-sun-15:before {
  content: "\edfa";
} /* 'î·º' */
.icon-sun-fog5:before {
  content: "\edfb";
} /* 'î·»' */
.icon-tag5:before {
  content: "\edfc";
} /* 'î·¼' */
.icon-tag-25:before {
  content: "\edfd";
} /* 'î·½' */
.icon-tag-cross5:before {
  content: "\edfe";
} /* 'î·¾' */
.icon-tag-right5:before {
  content: "\edff";
} /* 'î·¿' */
.icon-tag-user5:before {
  content: "\ee00";
} /* 'î¸€' */
.icon-task5:before {
  content: "\ee01";
} /* 'î¸' */
.icon-task-square5:before {
  content: "\ee02";
} /* 'î¸‚' */
.icon-teacher5:before {
  content: "\ee03";
} /* 'î¸ƒ' */
.icon-text5:before {
  content: "\ee04";
} /* 'î¸„' */
.icon-textalign-center5:before {
  content: "\ee05";
} /* 'î¸…' */
.icon-textalign-justifycenter5:before {
  content: "\ee06";
} /* 'î¸†' */
.icon-textalign-justifyleft5:before {
  content: "\ee07";
} /* 'î¸‡' */
.icon-textalign-justifyright5:before {
  content: "\ee08";
} /* 'î¸ˆ' */
.icon-textalign-left5:before {
  content: "\ee09";
} /* 'î¸‰' */
.icon-textalign-right5:before {
  content: "\ee0a";
} /* 'î¸Š' */
.icon-text-block5:before {
  content: "\ee0b";
} /* 'î¸‹' */
.icon-text-bold5:before {
  content: "\ee0c";
} /* 'î¸Œ' */
.icon-text-italic5:before {
  content: "\ee0d";
} /* 'î¸' */
.icon-text-underline5:before {
  content: "\ee0e";
} /* 'î¸Ž' */
.icon-tick-circle5:before {
  content: "\ee0f";
} /* 'î¸' */
.icon-ticket5:before {
  content: "\ee10";
} /* 'î¸' */
.icon-ticket-25:before {
  content: "\ee11";
} /* 'î¸‘' */
.icon-ticket-discount5:before {
  content: "\ee12";
} /* 'î¸’' */
.icon-ticket-expired5:before {
  content: "\ee13";
} /* 'î¸“' */
.icon-ticket-star5:before {
  content: "\ee14";
} /* 'î¸”' */
.icon-tick-square5:before {
  content: "\ee15";
} /* 'î¸•' */
.icon-timer5:before {
  content: "\ee16";
} /* 'î¸–' */
.icon-timer-15:before {
  content: "\ee17";
} /* 'î¸—' */
.icon-timer-pause5:before {
  content: "\ee18";
} /* 'î¸˜' */
.icon-timer-start5:before {
  content: "\ee19";
} /* 'î¸™' */
.icon-toggle-off5:before {
  content: "\ee1a";
} /* 'î¸š' */
.icon-toggle-off-circle5:before {
  content: "\ee1b";
} /* 'î¸›' */
.icon-toggle-on5:before {
  content: "\ee1c";
} /* 'î¸œ' */
.icon-toggle-on-circle5:before {
  content: "\ee1d";
} /* 'î¸' */
.icon-trade5:before {
  content: "\ee1e";
} /* 'î¸ž' */
.icon-transaction-minus5:before {
  content: "\ee1f";
} /* 'î¸Ÿ' */
.icon-translate5:before {
  content: "\ee20";
} /* 'î¸ ' */
.icon-trash5:before {
  content: "\ee21";
} /* 'î¸¡' */
.icon-tree5:before {
  content: "\ee22";
} /* 'î¸¢' */
.icon-trend-down5:before {
  content: "\ee23";
} /* 'î¸£' */
.icon-trend-up5:before {
  content: "\ee24";
} /* 'î¸¤' */
.icon-triangle5:before {
  content: "\ee25";
} /* 'î¸¥' */
.icon-truck4:before {
  content: "\ee26";
} /* 'î¸¦' */
.icon-truck-fast4:before {
  content: "\ee27";
} /* 'î¸§' */
.icon-truck-remove3:before {
  content: "\ee28";
} /* 'î¸¨' */
.icon-truck-tick5:before {
  content: "\ee29";
} /* 'î¸©' */
.icon-truck-time3:before {
  content: "\ee2a";
} /* 'î¸ª' */
.icon-trush-square5:before {
  content: "\ee2b";
} /* 'î¸«' */
.icon-undo5:before {
  content: "\ee2c";
} /* 'î¸¬' */
.icon-unlimited5:before {
  content: "\ee2d";
} /* 'î¸­' */
.icon-unlock5:before {
  content: "\ee2e";
} /* 'î¸®' */
.icon-user5:before {
  content: "\ee2f";
} /* 'î¸¯' */
.icon-user-add5:before {
  content: "\ee30";
} /* 'î¸°' */
.icon-user-cirlce-add5:before {
  content: "\ee31";
} /* 'î¸±' */
.icon-user-edit5:before {
  content: "\ee32";
} /* 'î¸²' */
.icon-user-minus5:before {
  content: "\ee33";
} /* 'î¸³' */
.icon-user-octagon5:before {
  content: "\ee34";
} /* 'î¸´' */
.icon-user-remove5:before {
  content: "\ee35";
} /* 'î¸µ' */
.icon-user-search5:before {
  content: "\ee36";
} /* 'î¸¶' */
.icon-user-square5:before {
  content: "\ee37";
} /* 'î¸·' */
.icon-user-tag5:before {
  content: "\ee38";
} /* 'î¸¸' */
.icon-user-tick5:before {
  content: "\ee39";
} /* 'î¸¹' */
.icon-verify5:before {
  content: "\ee3a";
} /* 'î¸º' */
.icon-video5:before {
  content: "\ee3b";
} /* 'î¸»' */
.icon-video-add5:before {
  content: "\ee3c";
} /* 'î¸¼' */
.icon-video-circle5:before {
  content: "\ee3d";
} /* 'î¸½' */
.icon-video-horizontal5:before {
  content: "\ee3e";
} /* 'î¸¾' */
.icon-video-octagon5:before {
  content: "\ee3f";
} /* 'î¸¿' */
.icon-video-play5:before {
  content: "\ee40";
} /* 'î¹€' */
.icon-video-remove5:before {
  content: "\ee41";
} /* 'î¹' */
.icon-glyph-3:before {
  content: "\ee42";
} /* 'î¹‚' */
.icon-video-square5:before {
  content: "\ee43";
} /* 'î¹ƒ' */
.icon-video-tick5:before {
  content: "\ee44";
} /* 'î¹„' */
.icon-video-time5:before {
  content: "\ee45";
} /* 'î¹…' */
.icon-video-vertical5:before {
  content: "\ee46";
} /* 'î¹†' */
.icon-voice-cricle5:before {
  content: "\ee47";
} /* 'î¹‡' */
.icon-voice-square5:before {
  content: "\ee48";
} /* 'î¹ˆ' */
.icon-volume-cross5:before {
  content: "\ee49";
} /* 'î¹‰' */
.icon-volume-high5:before {
  content: "\ee4a";
} /* 'î¹Š' */
.icon-volume-low5:before {
  content: "\ee4b";
} /* 'î¹‹' */
.icon-volume-low-15:before {
  content: "\ee4c";
} /* 'î¹Œ' */
.icon-volume-mute5:before {
  content: "\ee4d";
} /* 'î¹' */
.icon-volume-slash5:before {
  content: "\ee4e";
} /* 'î¹Ž' */
.icon-volume-up5:before {
  content: "\ee4f";
} /* 'î¹' */
.icon-wallet5:before {
  content: "\ee50";
} /* 'î¹' */
.icon-wallet-15:before {
  content: "\ee51";
} /* 'î¹‘' */
.icon-wallet-25:before {
  content: "\ee52";
} /* 'î¹’' */
.icon-wallet-35:before {
  content: "\ee53";
} /* 'î¹“' */
.icon-wallet-add5:before {
  content: "\ee54";
} /* 'î¹”' */
.icon-wallet-add-15:before {
  content: "\ee55";
} /* 'î¹•' */
.icon-wallet-check5:before {
  content: "\ee56";
} /* 'î¹–' */
.icon-wallet-minus5:before {
  content: "\ee57";
} /* 'î¹—' */
.icon-wallet-money5:before {
  content: "\ee58";
} /* 'î¹˜' */
.icon-wallet-remove5:before {
  content: "\ee59";
} /* 'î¹™' */
.icon-wallet-search5:before {
  content: "\ee5a";
} /* 'î¹š' */
.icon-warning-25:before {
  content: "\ee5b";
} /* 'î¹›' */
.icon-watch5:before {
  content: "\ee5c";
} /* 'î¹œ' */
.icon-watch-status5:before {
  content: "\ee5d";
} /* 'î¹' */
.icon-weight5:before {
  content: "\ee5e";
} /* 'î¹ž' */
.icon-weight-15:before {
  content: "\ee5f";
} /* 'î¹Ÿ' */
.icon-wifi5:before {
  content: "\ee60";
} /* 'î¹ ' */
.icon-wifi-square5:before {
  content: "\ee61";
} /* 'î¹¡' */
.icon-wind5:before {
  content: "\ee62";
} /* 'î¹¢' */
.icon-wind-25:before {
  content: "\ee63";
} /* 'î¹£' */
.icon-woman5:before {
  content: "\ee64";
} /* 'î¹¤' */
.icon-aparat-bold:before {
  content: "\ee65";
} /* 'î¹¥' */
.icon-facebook-circled:before {
  content: "\ee66";
} /* 'î¹¦' */
.icon-facebook:before {
  content: "\ee67";
} /* 'î¹§' */
.icon-whatsapp:before {
  content: "\ee68";
} /* 'î¹¨' */
.icon-whatsapp-bold:before {
  content: "\ee69";
} /* 'î¹©' */
.icon-twitter:before {
  content: "\ee6a";
} /* 'î¹ª' */
.icon-twitter-bold:before {
  content: "\ee6b";
} /* 'î¹«' */
.icon-linkedin:before {
  content: "\ee6c";
} /* 'î¹¬' */
.icon-dribbble:before {
  content: "\ee6d";
} /* 'î¹­' */
.icon-dribbble-bold:before {
  content: "\ee6e";
} /* 'î¹®' */
.icon-youtube:before {
  content: "\ee6f";
} /* 'î¹¯' */
.icon-youtube-1:before {
  content: "\ee70";
} /* 'î¹°' */
.icon-apple:before {
  content: "\ee71";
} /* 'î¹±' */
.icon-apple-bold:before {
  content: "\ee72";
} /* 'î¹²' */
.icon-help-circle:before {
  content: "\ee73";
} /* 'î¹³' */
.icon-loop:before {
  content: "\ee74";
} /* 'î¹´' */
.icon-dcube:before {
  content: "\ee75";
} /* 'î¹µ' */
.icon-d-cube-scan:before {
  content: "\ee76";
} /* 'î¹¶' */
.icon-d-rotate:before {
  content: "\ee77";
} /* 'î¹·' */
.icon-d-square:before {
  content: "\ee78";
} /* 'î¹¸' */
.icon-square:before {
  content: "\ee79";
} /* 'î¹¹' */
.icon-support:before {
  content: "\ee7a";
} /* 'î¹º' */
.icon-activity:before {
  content: "\ee7b";
} /* 'î¹»' */
.icon-add:before {
  content: "\ee7c";
} /* 'î¹¼' */
.icon-add-circle:before {
  content: "\ee7d";
} /* 'î¹½' */
.icon-additem:before {
  content: "\ee7e";
} /* 'î¹¾' */
.icon-add-square:before {
  content: "\ee7f";
} /* 'î¹¿' */
.icon-airdrop:before {
  content: "\ee80";
} /* 'îº€' */
.icon-airplane:before {
  content: "\ee81";
} /* 'îº' */
.icon-airplane-square:before {
  content: "\ee82";
} /* 'îº‚' */
.icon-airpod:before {
  content: "\ee83";
} /* 'îºƒ' */
.icon-airpods:before {
  content: "\ee84";
} /* 'îº„' */
.icon-alarm:before {
  content: "\ee85";
} /* 'îº…' */
.icon-align-bottom:before {
  content: "\ee86";
} /* 'îº†' */
.icon-align-horizontally:before {
  content: "\ee87";
} /* 'îº‡' */
.icon-align-left:before {
  content: "\ee88";
} /* 'îºˆ' */
.icon-align-right:before {
  content: "\ee89";
} /* 'îº‰' */
.icon-align-vertically:before {
  content: "\ee8a";
} /* 'îºŠ' */
.icon-aquarius:before {
  content: "\ee8b";
} /* 'îº‹' */
.icon-archive:before {
  content: "\ee8c";
} /* 'îºŒ' */
.icon-archive-1:before {
  content: "\ee8d";
} /* 'îº' */
.icon-archive-2:before {
  content: "\ee8e";
} /* 'îºŽ' */
.icon-archive-add:before {
  content: "\ee8f";
} /* 'îº' */
.icon-archive-book:before {
  content: "\ee90";
} /* 'îº' */
.icon-archive-minus:before {
  content: "\ee91";
} /* 'îº‘' */
.icon-archive-slash:before {
  content: "\ee92";
} /* 'îº’' */
.icon-archive-tick:before {
  content: "\ee93";
} /* 'îº“' */
.icon-arrange-circle:before {
  content: "\ee94";
} /* 'îº”' */
.icon-arrange-circle-2:before {
  content: "\ee95";
} /* 'îº•' */
.icon-arrange-square:before {
  content: "\ee96";
} /* 'îº–' */
.icon-arrange-square-2:before {
  content: "\ee97";
} /* 'îº—' */
.icon-arrow:before {
  content: "\ee98";
} /* 'îº˜' */
.icon-arrow-2:before {
  content: "\ee99";
} /* 'îº™' */
.icon-arrow-3:before {
  content: "\ee9a";
} /* 'îºš' */
.icon-arrow-bottom:before {
  content: "\ee9b";
} /* 'îº›' */
.icon-arrow-circle-down:before {
  content: "\ee9c";
} /* 'îºœ' */
.icon-arrow-circle-left:before {
  content: "\ee9d";
} /* 'îº' */
.icon-arrow-circle-right:before {
  content: "\ee9e";
} /* 'îºž' */
.icon-arrow-circle-up:before {
  content: "\ee9f";
} /* 'îºŸ' */
.icon-arrow-down:before {
  content: "\eea0";
} /* 'îº ' */
.icon-arrow-down-1:before {
  content: "\eea1";
} /* 'îº¡' */
.icon-arrow-down-2:before {
  content: "\eea2";
} /* 'îº¢' */
.icon-arrow-left:before {
  content: "\eea3";
} /* 'îº£' */
.icon-arrow-left-1:before {
  content: "\eea4";
} /* 'îº¤' */
.icon-arrow-left-2:before {
  content: "\eea5";
} /* 'îº¥' */
.icon-arrow-left-3:before {
  content: "\eea6";
} /* 'îº¦' */
.icon-arrow-right:before {
  content: "\eea7";
} /* 'îº§' */
.icon-arrow-right-1:before {
  content: "\eea8";
} /* 'îº¨' */
.icon-arrow-right-2:before {
  content: "\eea9";
} /* 'îº©' */
.icon-arrow-right-3:before {
  content: "\eeaa";
} /* 'îºª' */
.icon-arrow-right-4:before {
  content: "\eeab";
} /* 'îº«' */
.icon-arrow-square:before {
  content: "\eeac";
} /* 'îº¬' */
.icon-arrow-square-down:before {
  content: "\eead";
} /* 'îº­' */
.icon-arrow-square-left:before {
  content: "\eeae";
} /* 'îº®' */
.icon-arrow-square-up:before {
  content: "\eeaf";
} /* 'îº¯' */
.icon-arrow-swap:before {
  content: "\eeb0";
} /* 'îº°' */
.icon-arrow-swap-horizontal:before {
  content: "\eeb1";
} /* 'îº±' */
.icon-arrow-up:before {
  content: "\eeb2";
} /* 'îº²' */
.icon-arrow-up-1:before {
  content: "\eeb3";
} /* 'îº³' */
.icon-arrow-up-2:before {
  content: "\eeb4";
} /* 'îº´' */
.icon-arrow-up-3:before {
  content: "\eeb5";
} /* 'îºµ' */
.icon-attach-circle:before {
  content: "\eeb6";
} /* 'îº¶' */
.icon-attach-square:before {
  content: "\eeb7";
} /* 'îº·' */
.icon-audio-square:before {
  content: "\eeb8";
} /* 'îº¸' */
.icon-autobrightness:before {
  content: "\eeb9";
} /* 'îº¹' */
.icon-award:before {
  content: "\eeba";
} /* 'îºº' */
.icon-back-square:before {
  content: "\eebb";
} /* 'îº»' */
.icon-backward:before {
  content: "\eebc";
} /* 'îº¼' */
.icon-backward-5-seconds:before {
  content: "\eebd";
} /* 'îº½' */
.icon-backward-10-seconds:before {
  content: "\eebe";
} /* 'îº¾' */
.icon-backward-15-seconds:before {
  content: "\eebf";
} /* 'îº¿' */
.icon-backward-item:before {
  content: "\eec0";
} /* 'î»€' */
.icon-bag:before {
  content: "\eec1";
} /* 'î»' */
.icon-bag-2:before {
  content: "\eec2";
} /* 'î»‚' */
.icon-bag-cross:before {
  content: "\eec3";
} /* 'î»ƒ' */
.icon-bag-cross-1:before {
  content: "\eec4";
} /* 'î»„' */
.icon-bag-happy:before {
  content: "\eec5";
} /* 'î»…' */
.icon-bag-tick:before {
  content: "\eec6";
} /* 'î»†' */
.icon-bag-tick-2:before {
  content: "\eec7";
} /* 'î»‡' */
.icon-bag-timer:before {
  content: "\eec8";
} /* 'î»ˆ' */
.icon-bank:before {
  content: "\eec9";
} /* 'î»‰' */
.icon-barcode:before {
  content: "\eeca";
} /* 'î»Š' */
.icon-battery-3full:before {
  content: "\eecb";
} /* 'î»‹' */
.icon-battery-charging:before {
  content: "\eecc";
} /* 'î»Œ' */
.icon-battery-disable:before {
  content: "\eecd";
} /* 'î»' */
.icon-battery-empty:before {
  content: "\eece";
} /* 'î»Ž' */
.icon-battery-empty-1:before {
  content: "\eecf";
} /* 'î»' */
.icon-battery-full:before {
  content: "\eed0";
} /* 'î»' */
.icon-bezier:before {
  content: "\eed1";
} /* 'î»‘' */
.icon-bill:before {
  content: "\eed2";
} /* 'î»’' */
.icon-bitcoin-card:before {
  content: "\eed3";
} /* 'î»“' */
.icon-bitcoin-convert:before {
  content: "\eed4";
} /* 'î»”' */
.icon-bitcoin-refresh:before {
  content: "\eed5";
} /* 'î»•' */
.icon-blend:before {
  content: "\eed6";
} /* 'î»–' */
.icon-blend-2:before {
  content: "\eed7";
} /* 'î»—' */
.icon-bluetooth:before {
  content: "\eed8";
} /* 'î»˜' */
.icon-bluetooth-2:before {
  content: "\eed9";
} /* 'î»™' */
.icon-bluetooth-circle:before {
  content: "\eeda";
} /* 'î»š' */
.icon-bluetooth-rectangle:before {
  content: "\eedb";
} /* 'î»›' */
.icon-blur:before {
  content: "\eedc";
} /* 'î»œ' */
.icon-book:before {
  content: "\eedd";
} /* 'î»' */
.icon-book-1:before {
  content: "\eede";
} /* 'î»ž' */
.icon-bookmark:before {
  content: "\eedf";
} /* 'î»Ÿ' */
.icon-bookmark-2:before {
  content: "\eee0";
} /* 'î» ' */
.icon-book-saved:before {
  content: "\eee1";
} /* 'î»¡' */
.icon-book-square:before {
  content: "\eee2";
} /* 'î»¢' */
.icon-box:before {
  content: "\eee3";
} /* 'î»£' */
.icon-box-1:before {
  content: "\eee4";
} /* 'î»¤' */
.icon-box-2:before {
  content: "\eee5";
} /* 'î»¥' */
.icon-box-add:before {
  content: "\eee6";
} /* 'î»¦' */
.icon-box-remove:before {
  content: "\eee7";
} /* 'î»§' */
.icon-box-search:before {
  content: "\eee8";
} /* 'î»¨' */
.icon-box-tick:before {
  content: "\eee9";
} /* 'î»©' */
.icon-box-time:before {
  content: "\eeea";
} /* 'î»ª' */
.icon-briefcase:before {
  content: "\eeeb";
} /* 'î»«' */
.icon-brifecase-cross:before {
  content: "\eeec";
} /* 'î»¬' */
.icon-brifecase-tick:before {
  content: "\eeed";
} /* 'î»­' */
.icon-brifecase-timer:before {
  content: "\eeee";
} /* 'î»®' */
.icon-broom:before {
  content: "\eeef";
} /* 'î»¯' */
.icon-brush:before {
  content: "\eef0";
} /* 'î»°' */
.icon-brush-1:before {
  content: "\eef1";
} /* 'î»±' */
.icon-brush-2:before {
  content: "\eef2";
} /* 'î»²' */
.icon-brush-3:before {
  content: "\eef3";
} /* 'î»³' */
.icon-brush-4:before {
  content: "\eef4";
} /* 'î»´' */
.icon-bubble:before {
  content: "\eef5";
} /* 'î»µ' */
.icon-bucket:before {
  content: "\eef6";
} /* 'î»¶' */
.icon-bucket-circle:before {
  content: "\eef7";
} /* 'î»·' */
.icon-bucket-square:before {
  content: "\eef8";
} /* 'î»¸' */
.icon-building:before {
  content: "\eef9";
} /* 'î»¹' */
.icon-building-3:before {
  content: "\eefa";
} /* 'î»º' */
.icon-building-4:before {
  content: "\eefb";
} /* 'î»»' */
.icon-buildings:before {
  content: "\eefc";
} /* 'î»¼' */
.icon-buildings-2:before {
  content: "\eefd";
} /* 'î»½' */
.icon-buliding:before {
  content: "\eefe";
} /* 'î»¾' */
.icon-bus:before {
  content: "\eeff";
} /* 'î»¿' */
.icon-buy-crypto:before {
  content: "\ef00";
} /* 'î¼€' */
.icon-cake:before {
  content: "\ef01";
} /* 'î¼' */
.icon-calculator:before {
  content: "\ef02";
} /* 'î¼‚' */
.icon-calendar:before {
  content: "\ef03";
} /* 'î¼ƒ' */
.icon-calendar-1:before {
  content: "\ef04";
} /* 'î¼„' */
.icon-calendar-2:before {
  content: "\ef05";
} /* 'î¼…' */
.icon-calendar-add:before {
  content: "\ef06";
} /* 'î¼†' */
.icon-calendar-circle:before {
  content: "\ef07";
} /* 'î¼‡' */
.icon-calendar-edit:before {
  content: "\ef08";
} /* 'î¼ˆ' */
.icon-calendar-remove:before {
  content: "\ef09";
} /* 'î¼‰' */
.icon-calendar-search:before {
  content: "\ef0a";
} /* 'î¼Š' */
.icon-calendar-tick:before {
  content: "\ef0b";
} /* 'î¼‹' */
.icon-call:before {
  content: "\ef0c";
} /* 'î¼Œ' */
.icon-call-add:before {
  content: "\ef0d";
} /* 'î¼' */
.icon-call-calling:before {
  content: "\ef0e";
} /* 'î¼Ž' */
.icon-call-incoming:before {
  content: "\ef0f";
} /* 'î¼' */
.icon-call-minus:before {
  content: "\ef10";
} /* 'î¼' */
.icon-call-outgoing:before {
  content: "\ef11";
} /* 'î¼‘' */
.icon-call-received:before {
  content: "\ef12";
} /* 'î¼’' */
.icon-call-remove:before {
  content: "\ef13";
} /* 'î¼“' */
.icon-call-slash:before {
  content: "\ef14";
} /* 'î¼”' */
.icon-camera:before {
  content: "\ef15";
} /* 'î¼•' */
.icon-camera-slash:before {
  content: "\ef16";
} /* 'î¼–' */
.icon-candle:before {
  content: "\ef17";
} /* 'î¼—' */
.icon-candle-2:before {
  content: "\ef18";
} /* 'î¼˜' */
.icon-car:before {
  content: "\ef19";
} /* 'î¼™' */
.icon-card:before {
  content: "\ef1a";
} /* 'î¼š' */
.icon-card-add:before {
  content: "\ef1b";
} /* 'î¼›' */
.icon-card-coin:before {
  content: "\ef1c";
} /* 'î¼œ' */
.icon-card-edit:before {
  content: "\ef1d";
} /* 'î¼' */
.icon-card-pos:before {
  content: "\ef1e";
} /* 'î¼ž' */
.icon-card-receive:before {
  content: "\ef1f";
} /* 'î¼Ÿ' */
.icon-card-remove:before {
  content: "\ef20";
} /* 'î¼ ' */
.icon-card-remove-1:before {
  content: "\ef21";
} /* 'î¼¡' */
.icon-cards:before {
  content: "\ef22";
} /* 'î¼¢' */
.icon-card-send:before {
  content: "\ef23";
} /* 'î¼£' */
.icon-card-slash:before {
  content: "\ef24";
} /* 'î¼¤' */
.icon-card-tick:before {
  content: "\ef25";
} /* 'î¼¥' */
.icon-card-tick-1:before {
  content: "\ef26";
} /* 'î¼¦' */
.icon-category:before {
  content: "\ef27";
} /* 'î¼§' */
.icon-category-2:before {
  content: "\ef28";
} /* 'î¼¨' */
.icon-cd:before {
  content: "\ef29";
} /* 'î¼©' */
.icon-chart:before {
  content: "\ef2a";
} /* 'î¼ª' */
.icon-chart-1:before {
  content: "\ef2b";
} /* 'î¼«' */
.icon-chart-2:before {
  content: "\ef2c";
} /* 'î¼¬' */
.icon-chart-3:before {
  content: "\ef2d";
} /* 'î¼­' */
.icon-chart-21:before {
  content: "\ef2e";
} /* 'î¼®' */
.icon-chart-fail:before {
  content: "\ef2f";
} /* 'î¼¯' */
.icon-chart-square:before {
  content: "\ef30";
} /* 'î¼°' */
.icon-chart-success:before {
  content: "\ef31";
} /* 'î¼±' */
.icon-check:before {
  content: "\ef32";
} /* 'î¼²' */
.icon-chrome:before {
  content: "\ef33";
} /* 'î¼³' */
.icon-clipboard:before {
  content: "\ef34";
} /* 'î¼´' */
.icon-clipboard-close:before {
  content: "\ef35";
} /* 'î¼µ' */
.icon-clipboard-export:before {
  content: "\ef36";
} /* 'î¼¶' */
.icon-clipboard-import:before {
  content: "\ef37";
} /* 'î¼·' */
.icon-clipboard-text:before {
  content: "\ef38";
} /* 'î¼¸' */
.icon-clipboard-tick:before {
  content: "\ef39";
} /* 'î¼¹' */
.icon-clock:before {
  content: "\ef3a";
} /* 'î¼º' */
.icon-clock-1:before {
  content: "\ef3b";
} /* 'î¼»' */
.icon-close-circle:before {
  content: "\ef3c";
} /* 'î¼¼' */
.icon-close-square:before {
  content: "\ef3d";
} /* 'î¼½' */
.icon-cloud:before {
  content: "\ef3e";
} /* 'î¼¾' */
.icon-cloud-add:before {
  content: "\ef3f";
} /* 'î¼¿' */
.icon-cloud-change:before {
  content: "\ef40";
} /* 'î½€' */
.icon-cloud-connection:before {
  content: "\ef41";
} /* 'î½' */
.icon-cloud-cross:before {
  content: "\ef42";
} /* 'î½‚' */
.icon-cloud-drizzle:before {
  content: "\ef43";
} /* 'î½ƒ' */
.icon-cloud-fog:before {
  content: "\ef44";
} /* 'î½„' */
.icon-cloud-lightning:before {
  content: "\ef45";
} /* 'î½…' */
.icon-cloud-minus:before {
  content: "\ef46";
} /* 'î½†' */
.icon-cloud-notif:before {
  content: "\ef47";
} /* 'î½‡' */
.icon-cloud-plus:before {
  content: "\ef48";
} /* 'î½ˆ' */
.icon-cloud-remove:before {
  content: "\ef49";
} /* 'î½‰' */
.icon-cloud-snow:before {
  content: "\ef4a";
} /* 'î½Š' */
.icon-cloud-sunny:before {
  content: "\ef4b";
} /* 'î½‹' */
.icon-code:before {
  content: "\ef4c";
} /* 'î½Œ' */
.icon-code-1:before {
  content: "\ef4d";
} /* 'î½' */
.icon-code-circle:before {
  content: "\ef4e";
} /* 'î½Ž' */
.icon-coffee:before {
  content: "\ef4f";
} /* 'î½' */
.icon-coin:before {
  content: "\ef50";
} /* 'î½' */
.icon-coin-1:before {
  content: "\ef51";
} /* 'î½‘' */
.icon-colorfilter:before {
  content: "\ef52";
} /* 'î½’' */
.icon-colors-square:before {
  content: "\ef53";
} /* 'î½“' */
.icon-color-swatch:before {
  content: "\ef54";
} /* 'î½”' */
.icon-command:before {
  content: "\ef55";
} /* 'î½•' */
.icon-command-square:before {
  content: "\ef56";
} /* 'î½–' */
.icon-component:before {
  content: "\ef57";
} /* 'î½—' */
.icon-computing:before {
  content: "\ef58";
} /* 'î½˜' */
.icon-convert:before {
  content: "\ef59";
} /* 'î½™' */
.icon-convert-3d-cube:before {
  content: "\ef5a";
} /* 'î½š' */
.icon-convert-card:before {
  content: "\ef5b";
} /* 'î½›' */
.icon-convertshape:before {
  content: "\ef5c";
} /* 'î½œ' */
.icon-convertshape-2:before {
  content: "\ef5d";
} /* 'î½' */
.icon-copy:before {
  content: "\ef5e";
} /* 'î½ž' */
.icon-copyright:before {
  content: "\ef5f";
} /* 'î½Ÿ' */
.icon-copy-success:before {
  content: "\ef60";
} /* 'î½ ' */
.icon-courthouse:before {
  content: "\ef61";
} /* 'î½¡' */
.icon-cpu:before {
  content: "\ef62";
} /* 'î½¢' */
.icon-cpu-charge:before {
  content: "\ef63";
} /* 'î½£' */
.icon-cpu-setting:before {
  content: "\ef64";
} /* 'î½¤' */
.icon-creative-commons:before {
  content: "\ef65";
} /* 'î½¥' */
.icon-crop:before {
  content: "\ef66";
} /* 'î½¦' */
.icon-crown:before {
  content: "\ef67";
} /* 'î½§' */
.icon-crown-1:before {
  content: "\ef68";
} /* 'î½¨' */
.icon-cup:before {
  content: "\ef69";
} /* 'î½©' */
.icon-danger:before {
  content: "\ef6a";
} /* 'î½ª' */
.icon-data:before {
  content: "\ef6b";
} /* 'î½«' */
.icon-designtools:before {
  content: "\ef74";
} /* 'î½´' */
.icon-device-message:before {
  content: "\ef75";
} /* 'î½µ' */
.icon-devices:before {
  content: "\ef76";
} /* 'î½¶' */
.icon-devices-1:before {
  content: "\ef77";
} /* 'î½·' */
.icon-diagram:before {
  content: "\ef78";
} /* 'î½¸' */
.icon-diamonds:before {
  content: "\ef79";
} /* 'î½¹' */
.icon-direct:before {
  content: "\ef7a";
} /* 'î½º' */
.icon-directbox-default:before {
  content: "\ef7b";
} /* 'î½»' */
.icon-directbox-notif:before {
  content: "\ef7c";
} /* 'î½¼' */
.icon-directbox-receive:before {
  content: "\ef7d";
} /* 'î½½' */
.icon-directbox-send:before {
  content: "\ef7e";
} /* 'î½¾' */
.icon-direct-down:before {
  content: "\ef7f";
} /* 'î½¿' */
.icon-direct-inbox:before {
  content: "\ef80";
} /* 'î¾€' */
.icon-direct-left:before {
  content: "\ef81";
} /* 'î¾' */
.icon-direct-normal:before {
  content: "\ef82";
} /* 'î¾‚' */
.icon-direct-notification:before {
  content: "\ef83";
} /* 'î¾ƒ' */
.icon-direct-right:before {
  content: "\ef84";
} /* 'î¾„' */
.icon-direct-send:before {
  content: "\ef85";
} /* 'î¾…' */
.icon-direct-up:before {
  content: "\ef86";
} /* 'î¾†' */
.icon-discount-circle:before {
  content: "\ef87";
} /* 'î¾‡' */
.icon-discount-shape:before {
  content: "\ef88";
} /* 'î¾ˆ' */
.icon-discover:before {
  content: "\ef89";
} /* 'î¾‰' */
.icon-discover-1:before {
  content: "\ef8a";
} /* 'î¾Š' */
.icon-dislike:before {
  content: "\ef8b";
} /* 'î¾‹' */
.icon-document:before {
  content: "\ef8c";
} /* 'î¾Œ' */
.icon-document-1:before {
  content: "\ef8d";
} /* 'î¾' */
.icon-document-cloud:before {
  content: "\ef8e";
} /* 'î¾Ž' */
.icon-document-code:before {
  content: "\ef8f";
} /* 'î¾' */
.icon-document-code-2:before {
  content: "\ef90";
} /* 'î¾' */
.icon-document-copy:before {
  content: "\ef91";
} /* 'î¾‘' */
.icon-document-download:before {
  content: "\ef92";
} /* 'î¾’' */
.icon-document-favorite:before {
  content: "\ef93";
} /* 'î¾“' */
.icon-document-filter:before {
  content: "\ef94";
} /* 'î¾”' */
.icon-document-forward:before {
  content: "\ef95";
} /* 'î¾•' */
.icon-document-like:before {
  content: "\ef96";
} /* 'î¾–' */
.icon-document-normal:before {
  content: "\ef97";
} /* 'î¾—' */
.icon-document-previous:before {
  content: "\ef98";
} /* 'î¾˜' */
.icon-document-sketch:before {
  content: "\ef99";
} /* 'î¾™' */
.icon-document-text:before {
  content: "\ef9a";
} /* 'î¾š' */
.icon-document-text-1:before {
  content: "\ef9b";
} /* 'î¾›' */
.icon-document-upload:before {
  content: "\ef9c";
} /* 'î¾œ' */
.icon-dollar-circle:before {
  content: "\ef9d";
} /* 'î¾' */
.icon-dollar-square:before {
  content: "\ef9e";
} /* 'î¾ž' */
.icon-driver:before {
  content: "\ef9f";
} /* 'î¾Ÿ' */
.icon-driver-2:before {
  content: "\efa0";
} /* 'î¾ ' */
.icon-driver-refresh:before {
  content: "\efa1";
} /* 'î¾¡' */
.icon-driving:before {
  content: "\efa2";
} /* 'î¾¢' */
.icon-edit:before {
  content: "\efa3";
} /* 'î¾£' */
.icon-edit-2:before {
  content: "\efa4";
} /* 'î¾¤' */
.icon-electricity:before {
  content: "\efa5";
} /* 'î¾¥' */
.icon-element-2:before {
  content: "\efa6";
} /* 'î¾¦' */
.icon-element-3:before {
  content: "\efa7";
} /* 'î¾§' */
.icon-element-4:before {
  content: "\efa8";
} /* 'î¾¨' */
.icon-element-equal:before {
  content: "\efa9";
} /* 'î¾©' */
.icon-element-plus:before {
  content: "\efaa";
} /* 'î¾ª' */
.icon-emoji-happy:before {
  content: "\efab";
} /* 'î¾«' */
.icon-emoji-normal:before {
  content: "\efac";
} /* 'î¾¬' */
.icon-emoji-sad:before {
  content: "\efad";
} /* 'î¾­' */
.icon-empty-wallet:before {
  content: "\efae";
} /* 'î¾®' */
.icon-empty-wallet-add:before {
  content: "\efaf";
} /* 'î¾¯' */
.icon-empty-wallet-change:before {
  content: "\efb0";
} /* 'î¾°' */
.icon-empty-wallet-remove:before {
  content: "\efb1";
} /* 'î¾±' */
.icon-empty-wallet-tick:before {
  content: "\efb2";
} /* 'î¾²' */
.icon-empty-wallet-time:before {
  content: "\efb3";
} /* 'î¾³' */
.icon-eraser:before {
  content: "\efb4";
} /* 'î¾´' */
.icon-eraser-1:before {
  content: "\efb5";
} /* 'î¾µ' */
.icon-export:before {
  content: "\efb6";
} /* 'î¾¶' */
.icon-export-1:before {
  content: "\efb7";
} /* 'î¾·' */
.icon-export-2:before {
  content: "\efb8";
} /* 'î¾¸' */
.icon-export-3:before {
  content: "\efb9";
} /* 'î¾¹' */
.icon-external-drive:before {
  content: "\efba";
} /* 'î¾º' */
.icon-eye:before {
  content: "\efbb";
} /* 'î¾»' */
.icon-eye-slash:before {
  content: "\efbc";
} /* 'î¾¼' */
.icon-fatrows:before {
  content: "\efbd";
} /* 'î¾½' */
.icon-favorite-chart:before {
  content: "\efbe";
} /* 'î¾¾' */
.icon-filter:before {
  content: "\efbf";
} /* 'î¾¿' */
.icon-filter-add:before {
  content: "\efc0";
} /* 'î¿€' */
.icon-filter-edit:before {
  content: "\efc1";
} /* 'î¿' */
.icon-filter-remove:before {
  content: "\efc2";
} /* 'î¿‚' */
.icon-filter-search:before {
  content: "\efc3";
} /* 'î¿ƒ' */
.icon-filter-square:before {
  content: "\efc4";
} /* 'î¿„' */
.icon-filter-tick:before {
  content: "\efc5";
} /* 'î¿…' */
.icon-finger-cricle:before {
  content: "\efc6";
} /* 'î¿†' */
.icon-finger-scan:before {
  content: "\efc7";
} /* 'î¿‡' */
.icon-firstline:before {
  content: "\efc8";
} /* 'î¿ˆ' */
.icon-flag:before {
  content: "\efc9";
} /* 'î¿‰' */
.icon-flag-2:before {
  content: "\efca";
} /* 'î¿Š' */
.icon-flash:before {
  content: "\efcb";
} /* 'î¿‹' */
.icon-flash-1:before {
  content: "\efcc";
} /* 'î¿Œ' */
.icon-flash-circle:before {
  content: "\efcd";
} /* 'î¿' */
.icon-flash-circle-1:before {
  content: "\efce";
} /* 'î¿Ž' */
.icon-flash-slash:before {
  content: "\efcf";
} /* 'î¿' */
.icon-folder:before {
  content: "\efd0";
} /* 'î¿' */
.icon-folder-2:before {
  content: "\efd1";
} /* 'î¿‘' */
.icon-folder-add:before {
  content: "\efd2";
} /* 'î¿’' */
.icon-folder-cloud:before {
  content: "\efd3";
} /* 'î¿“' */
.icon-folder-connection:before {
  content: "\efd4";
} /* 'î¿”' */
.icon-folder-cross:before {
  content: "\efd5";
} /* 'î¿•' */
.icon-folder-favorite:before {
  content: "\efd6";
} /* 'î¿–' */
.icon-folder-minus:before {
  content: "\efd7";
} /* 'î¿—' */
.icon-folder-open:before {
  content: "\efd8";
} /* 'î¿˜' */
.icon-forbidden:before {
  content: "\efd9";
} /* 'î¿™' */
.icon-forbidden-2:before {
  content: "\efda";
} /* 'î¿š' */
.icon-format-circle:before {
  content: "\efdb";
} /* 'î¿›' */
.icon-format-square:before {
  content: "\efdc";
} /* 'î¿œ' */
.icon-forward:before {
  content: "\efdd";
} /* 'î¿' */
.icon-forward-5-seconds:before {
  content: "\efde";
} /* 'î¿ž' */
.icon-forward-10-seconds:before {
  content: "\efdf";
} /* 'î¿Ÿ' */
.icon-forward-15-seconds:before {
  content: "\efe0";
} /* 'î¿ ' */
.icon-forward-item:before {
  content: "\efe1";
} /* 'î¿¡' */
.icon-forward-square:before {
  content: "\efe2";
} /* 'î¿¢' */
.icon-frame:before {
  content: "\efe3";
} /* 'î¿£' */
.icon-frame-1:before {
  content: "\efe4";
} /* 'î¿¤' */
.icon-frame-2:before {
  content: "\efe5";
} /* 'î¿¥' */
.icon-frame-3:before {
  content: "\efe6";
} /* 'î¿¦' */
.icon-frame-4:before {
  content: "\efe7";
} /* 'î¿§' */
.icon-gallery:before {
  content: "\efe8";
} /* 'î¿¨' */
.icon-gallery-add:before {
  content: "\efe9";
} /* 'î¿©' */
.icon-gallery-edit:before {
  content: "\efea";
} /* 'î¿ª' */
.icon-gallery-export:before {
  content: "\efeb";
} /* 'î¿«' */
.icon-gallery-favorite:before {
  content: "\efec";
} /* 'î¿¬' */
.icon-gallery-import:before {
  content: "\efed";
} /* 'î¿­' */
.icon-gallery-remove:before {
  content: "\efee";
} /* 'î¿®' */
.icon-gallery-slash:before {
  content: "\efef";
} /* 'î¿¯' */
.icon-gallery-tick:before {
  content: "\eff0";
} /* 'î¿°' */
.icon-game:before {
  content: "\eff1";
} /* 'î¿±' */
.icon-gameboy:before {
  content: "\eff2";
} /* 'î¿²' */
.icon-gas-station:before {
  content: "\eff3";
} /* 'î¿³' */
.icon-gemini:before {
  content: "\eff4";
} /* 'î¿´' */
.icon-gemini-2:before {
  content: "\eff5";
} /* 'î¿µ' */
.icon-ghost:before {
  content: "\eff6";
} /* 'î¿¶' */
.icon-gift:before {
  content: "\eff7";
} /* 'î¿·' */
.icon-glass:before {
  content: "\eff8";
} /* 'î¿¸' */
.icon-glass-1:before {
  content: "\eff9";
} /* 'î¿¹' */
.icon-global:before {
  content: "\effa";
} /* 'î¿º' */
.icon-global-edit:before {
  content: "\effb";
} /* 'î¿»' */
.icon-global-refresh:before {
  content: "\effc";
} /* 'î¿¼' */
.icon-global-search:before {
  content: "\effd";
} /* 'î¿½' */
.icon-gps:before {
  content: "\effe";
} /* 'î¿¾' */
.icon-gps-slash:before {
  content: "\efff";
} /* 'î¿¿' */
.icon-grammerly:before {
  content: "\f000";
} /* 'ï€€' */
.icon-graph:before {
  content: "\f001";
} /* 'ï€' */
.icon-grid-1:before {
  content: "\f002";
} /* 'ï€‚' */
.icon-grid-2:before {
  content: "\f003";
} /* 'ï€ƒ' */
.icon-grid-3:before {
  content: "\f004";
} /* 'ï€„' */
.icon-grid-4:before {
  content: "\f005";
} /* 'ï€…' */
.icon-grid-5:before {
  content: "\f006";
} /* 'ï€†' */
.icon-grid-6:before {
  content: "\f007";
} /* 'ï€‡' */
.icon-grid-7:before {
  content: "\f008";
} /* 'ï€ˆ' */
.icon-grid-8:before {
  content: "\f009";
} /* 'ï€‰' */
.icon-grid-9:before {
  content: "\f00a";
} /* 'ï€Š' */
.icon-grid-edit:before {
  content: "\f00b";
} /* 'ï€‹' */
.icon-grid-eraser:before {
  content: "\f00c";
} /* 'ï€Œ' */
.icon-grid-lock:before {
  content: "\f00d";
} /* 'ï€' */
.icon-happyemoji:before {
  content: "\f00e";
} /* 'ï€Ž' */
.icon-hashtag:before {
  content: "\f00f";
} /* 'ï€' */
.icon-hashtag-1:before {
  content: "\f010";
} /* 'ï€' */
.icon-hashtag-down:before {
  content: "\f011";
} /* 'ï€‘' */
.icon-hashtag-up:before {
  content: "\f012";
} /* 'ï€’' */
.icon-headphone:before {
  content: "\f013";
} /* 'ï€“' */
.icon-headphones:before {
  content: "\f014";
} /* 'ï€”' */
.icon-health:before {
  content: "\f015";
} /* 'ï€•' */
.icon-heart:before {
  content: "\f016";
} /* 'ï€–' */
.icon-heart-add:before {
  content: "\f017";
} /* 'ï€—' */
.icon-heart-circle:before {
  content: "\f018";
} /* 'ï€˜' */
.icon-heart-edit:before {
  content: "\f019";
} /* 'ï€™' */
.icon-heart-remove:before {
  content: "\f01a";
} /* 'ï€š' */
.icon-heart-search:before {
  content: "\f01b";
} /* 'ï€›' */
.icon-heart-slash:before {
  content: "\f01c";
} /* 'ï€œ' */
.icon-heart-tick:before {
  content: "\f01d";
} /* 'ï€' */
.icon-hierarchy:before {
  content: "\f01e";
} /* 'ï€ž' */
.icon-hierarchy-2:before {
  content: "\f01f";
} /* 'ï€Ÿ' */
.icon-hierarchy-3:before {
  content: "\f020";
} /* 'ï€ ' */
.icon-hierarchy-square:before {
  content: "\f021";
} /* 'ï€¡' */
.icon-hierarchy-square-2:before {
  content: "\f022";
} /* 'ï€¢' */
.icon-hierarchy-square-3:before {
  content: "\f023";
} /* 'ï€£' */
.icon-home:before {
  content: "\f024";
} /* 'ï€¤' */
.icon-home-1:before {
  content: "\f025";
} /* 'ï€¥' */
.icon-home-2:before {
  content: "\f026";
} /* 'ï€¦' */
.icon-home-hashtag:before {
  content: "\f027";
} /* 'ï€§' */
.icon-home-trend-down:before {
  content: "\f028";
} /* 'ï€¨' */
.icon-home-trend-up:before {
  content: "\f029";
} /* 'ï€©' */
.icon-home-wifi:before {
  content: "\f02a";
} /* 'ï€ª' */
.icon-hospital:before {
  content: "\f02b";
} /* 'ï€«' */
.icon-house:before {
  content: "\f02c";
} /* 'ï€¬' */
.icon-house-2:before {
  content: "\f02d";
} /* 'ï€­' */
.icon-icon:before {
  content: "\f02e";
} /* 'ï€®' */
.icon-image:before {
  content: "\f02f";
} /* 'ï€¯' */
.icon-import:before {
  content: "\f030";
} /* 'ï€°' */
.icon-import-1:before {
  content: "\f031";
} /* 'ï€±' */
.icon-import-2:before {
  content: "\f032";
} /* 'ï€²' */
.icon-info-circle:before {
  content: "\f033";
} /* 'ï€³' */
.icon-information:before {
  content: "\f034";
} /* 'ï€´' */
.icon-instagram:before {
  content: "\f035";
} /* 'ï€µ' */
.icon-judge:before {
  content: "\f036";
} /* 'ï€¶' */
.icon-kanban:before {
  content: "\f037";
} /* 'ï€·' */
.icon-key:before {
  content: "\f038";
} /* 'ï€¸' */
.icon-keyboard:before {
  content: "\f039";
} /* 'ï€¹' */
.icon-keyboard-open:before {
  content: "\f03a";
} /* 'ï€º' */
.icon-key-square:before {
  content: "\f03b";
} /* 'ï€»' */
.icon-lamp:before {
  content: "\f03c";
} /* 'ï€¼' */
.icon-lamp-1:before {
  content: "\f03d";
} /* 'ï€½' */
.icon-lamp-charge:before {
  content: "\f03e";
} /* 'ï€¾' */
.icon-lamp-on:before {
  content: "\f03f";
} /* 'ï€¿' */
.icon-lamp-slash:before {
  content: "\f040";
} /* 'ï€' */
.icon-language-circle:before {
  content: "\f041";
} /* 'ï' */
.icon-language-square:before {
  content: "\f042";
} /* 'ï‚' */
.icon-layer:before {
  content: "\f043";
} /* 'ïƒ' */
.icon-level:before {
  content: "\f044";
} /* 'ï„' */
.icon-lifebuoy:before {
  content: "\f045";
} /* 'ï…' */
.icon-like:before {
  content: "\f046";
} /* 'ï†' */
.icon-like-1:before {
  content: "\f047";
} /* 'ï‡' */
.icon-like-dislike:before {
  content: "\f048";
} /* 'ïˆ' */
.icon-like-shapes:before {
  content: "\f049";
} /* 'ï‰' */
.icon-like-tag:before {
  content: "\f04a";
} /* 'ïŠ' */
.icon-link:before {
  content: "\f04b";
} /* 'ï‹' */
.icon-link-1:before {
  content: "\f04c";
} /* 'ïŒ' */
.icon-link-2:before {
  content: "\f04d";
} /* 'ï' */
.icon-link-21:before {
  content: "\f04e";
} /* 'ïŽ' */
.icon-link-circle:before {
  content: "\f04f";
} /* 'ï' */
.icon-link-square:before {
  content: "\f050";
} /* 'ï' */
.icon-location:before {
  content: "\f051";
} /* 'ï‘' */
.icon-location-add:before {
  content: "\f052";
} /* 'ï’' */
.icon-location-cross:before {
  content: "\f053";
} /* 'ï“' */
.icon-location-minus:before {
  content: "\f054";
} /* 'ï”' */
.icon-location-slash:before {
  content: "\f055";
} /* 'ï•' */
.icon-location-tick:before {
  content: "\f056";
} /* 'ï–' */
.icon-lock:before {
  content: "\f057";
} /* 'ï—' */
.icon-lock-1:before {
  content: "\f058";
} /* 'ï˜' */
.icon-lock-circle:before {
  content: "\f059";
} /* 'ï™' */
.icon-lock-slash:before {
  content: "\f05a";
} /* 'ïš' */
.icon-login:before {
  content: "\f05b";
} /* 'ï›' */
.icon-login-1:before {
  content: "\f05c";
} /* 'ïœ' */
.icon-logout:before {
  content: "\f05d";
} /* 'ï' */
.icon-logout-1:before {
  content: "\f05e";
} /* 'ïž' */
.icon-lovely:before {
  content: "\f05f";
} /* 'ïŸ' */
.icon-magicpen:before {
  content: "\f060";
} /* 'ï ' */
.icon-magic-star:before {
  content: "\f061";
} /* 'ï¡' */
.icon-main-component:before {
  content: "\f062";
} /* 'ï¢' */
.icon-man:before {
  content: "\f063";
} /* 'ï£' */
.icon-map:before {
  content: "\f064";
} /* 'ï¤' */
.icon-map-1:before {
  content: "\f065";
} /* 'ï¥' */
.icon-mask:before {
  content: "\f066";
} /* 'ï¦' */
.icon-mask-1:before {
  content: "\f067";
} /* 'ï§' */
.icon-mask-2:before {
  content: "\f068";
} /* 'ï¨' */
.icon-math:before {
  content: "\f069";
} /* 'ï©' */
.icon-maximize:before {
  content: "\f06a";
} /* 'ïª' */
.icon-maximize-1:before {
  content: "\f06b";
} /* 'ï«' */
.icon-maximize-2:before {
  content: "\f06c";
} /* 'ï¬' */
.icon-maximize-3:before {
  content: "\f06d";
} /* 'ï­' */
.icon-maximize-4:before {
  content: "\f06e";
} /* 'ï®' */
.icon-maximize-21:before {
  content: "\f06f";
} /* 'ï¯' */
.icon-maximize-circle:before {
  content: "\f070";
} /* 'ï°' */
.icon-medal:before {
  content: "\f071";
} /* 'ï±' */
.icon-medal-star:before {
  content: "\f072";
} /* 'ï²' */
.icon-menu:before {
  content: "\f073";
} /* 'ï³' */
.icon-menu-1:before {
  content: "\f074";
} /* 'ï´' */
.icon-menu-board:before {
  content: "\f075";
} /* 'ïµ' */
.icon-message:before {
  content: "\f076";
} /* 'ï¶' */
.icon-message-2:before {
  content: "\f077";
} /* 'ï·' */
.icon-message-add:before {
  content: "\f078";
} /* 'ï¸' */
.icon-message-add-1:before {
  content: "\f079";
} /* 'ï¹' */
.icon-message-circle:before {
  content: "\f07a";
} /* 'ïº' */
.icon-message-edit:before {
  content: "\f07b";
} /* 'ï»' */
.icon-message-favorite:before {
  content: "\f07c";
} /* 'ï¼' */
.icon-message-minus:before {
  content: "\f07d";
} /* 'ï½' */
.icon-message-notif:before {
  content: "\f07e";
} /* 'ï¾' */
.icon-message-programming:before {
  content: "\f07f";
} /* 'ï¿' */
.icon-message-question:before {
  content: "\f080";
} /* 'ï‚€' */
.icon-message-remove:before {
  content: "\f081";
} /* 'ï‚' */
.icon-messages:before {
  content: "\f082";
} /* 'ï‚‚' */
.icon-messages-1:before {
  content: "\f083";
} /* 'ï‚ƒ' */
.icon-messages-2:before {
  content: "\f084";
} /* 'ï‚„' */
.icon-messages-3:before {
  content: "\f085";
} /* 'ï‚…' */
.icon-message-search:before {
  content: "\f086";
} /* 'ï‚†' */
.icon-message-square:before {
  content: "\f087";
} /* 'ï‚‡' */
.icon-message-text:before {
  content: "\f088";
} /* 'ï‚ˆ' */
.icon-message-text-1:before {
  content: "\f089";
} /* 'ï‚‰' */
.icon-message-tick:before {
  content: "\f08a";
} /* 'ï‚Š' */
.icon-message-time:before {
  content: "\f08b";
} /* 'ï‚‹' */
.icon-microphone:before {
  content: "\f08c";
} /* 'ï‚Œ' */
.icon-microphone-2:before {
  content: "\f08d";
} /* 'ï‚' */
.icon-microphone-slash:before {
  content: "\f08e";
} /* 'ï‚Ž' */
.icon-microphone-slash-1:before {
  content: "\f08f";
} /* 'ï‚' */
.icon-microscope:before {
  content: "\f090";
} /* 'ï‚' */
.icon-milk:before {
  content: "\f091";
} /* 'ï‚‘' */
.icon-mini-music-sqaure:before {
  content: "\f092";
} /* 'ï‚’' */
.icon-minus:before {
  content: "\f093";
} /* 'ï‚“' */
.icon-minus-cirlce:before {
  content: "\f094";
} /* 'ï‚”' */
.icon-minus-square:before {
  content: "\f095";
} /* 'ï‚•' */
.icon-mirror:before {
  content: "\f096";
} /* 'ï‚–' */
.icon-mirroring-screen:before {
  content: "\f097";
} /* 'ï‚—' */
.icon-mobile:before {
  content: "\f098";
} /* 'ï‚˜' */
.icon-mobile-programming:before {
  content: "\f099";
} /* 'ï‚™' */
.icon-money:before {
  content: "\f09a";
} /* 'ï‚š' */
.icon-money-2:before {
  content: "\f09b";
} /* 'ï‚›' */
.icon-money-3:before {
  content: "\f09c";
} /* 'ï‚œ' */
.icon-money-4:before {
  content: "\f09d";
} /* 'ï‚' */
.icon-money-add:before {
  content: "\f09e";
} /* 'ï‚ž' */
.icon-money-change:before {
  content: "\f09f";
} /* 'ï‚Ÿ' */
.icon-money-forbidden:before {
  content: "\f0a0";
} /* 'ï‚ ' */
.icon-money-recive:before {
  content: "\f0a1";
} /* 'ï‚¡' */
.icon-money-remove:before {
  content: "\f0a2";
} /* 'ï‚¢' */
.icon-moneys:before {
  content: "\f0a3";
} /* 'ï‚£' */
.icon-money-send:before {
  content: "\f0a4";
} /* 'ï‚¤' */
.icon-money-tick:before {
  content: "\f0a5";
} /* 'ï‚¥' */
.icon-money-time:before {
  content: "\f0a6";
} /* 'ï‚¦' */
.icon-monitor:before {
  content: "\f0a7";
} /* 'ï‚§' */
.icon-monitor-mobbile:before {
  content: "\f0a8";
} /* 'ï‚¨' */
.icon-monitor-recorder:before {
  content: "\f0a9";
} /* 'ï‚©' */
.icon-moon:before {
  content: "\f0aa";
} /* 'ï‚ª' */
.icon-more:before {
  content: "\f0ab";
} /* 'ï‚«' */
.icon-more-2:before {
  content: "\f0ac";
} /* 'ï‚¬' */
.icon-more-circle:before {
  content: "\f0ad";
} /* 'ï‚­' */
.icon-more-square:before {
  content: "\f0ae";
} /* 'ï‚®' */
.icon-mouse:before {
  content: "\f0af";
} /* 'ï‚¯' */
.icon-mouse-1:before {
  content: "\f0b0";
} /* 'ï‚°' */
.icon-mouse-circle:before {
  content: "\f0b1";
} /* 'ï‚±' */
.icon-mouse-square:before {
  content: "\f0b2";
} /* 'ï‚²' */
.icon-music:before {
  content: "\f0b3";
} /* 'ï‚³' */
.icon-music-circle:before {
  content: "\f0b4";
} /* 'ï‚´' */
.icon-music-dashboard:before {
  content: "\f0b5";
} /* 'ï‚µ' */
.icon-music-filter:before {
  content: "\f0b6";
} /* 'ï‚¶' */
.icon-music-library-2:before {
  content: "\f0b7";
} /* 'ï‚·' */
.icon-musicnote:before {
  content: "\f0b8";
} /* 'ï‚¸' */
.icon-music-play:before {
  content: "\f0b9";
} /* 'ï‚¹' */
.icon-music-playlist:before {
  content: "\f0ba";
} /* 'ï‚º' */
.icon-music-square:before {
  content: "\f0bb";
} /* 'ï‚»' */
.icon-music-square-add:before {
  content: "\f0bc";
} /* 'ï‚¼' */
.icon-music-square-remove:before {
  content: "\f0bd";
} /* 'ï‚½' */
.icon-music-square-search:before {
  content: "\f0be";
} /* 'ï‚¾' */
.icon-next:before {
  content: "\f0bf";
} /* 'ï‚¿' */
.icon-note:before {
  content: "\f0c0";
} /* 'ïƒ€' */
.icon-note-1:before {
  content: "\f0c1";
} /* 'ïƒ' */
.icon-note-2:before {
  content: "\f0c2";
} /* 'ïƒ‚' */
.icon-note-21:before {
  content: "\f0c3";
} /* 'ïƒƒ' */
.icon-note-add:before {
  content: "\f0c4";
} /* 'ïƒ„' */
.icon-note-favorite:before {
  content: "\f0c5";
} /* 'ïƒ…' */
.icon-note-remove:before {
  content: "\f0c6";
} /* 'ïƒ†' */
.icon-note-square:before {
  content: "\f0c7";
} /* 'ïƒ‡' */
.icon-note-text:before {
  content: "\f0c8";
} /* 'ïƒˆ' */
.icon-notification:before {
  content: "\f0c9";
} /* 'ïƒ‰' */
.icon-notification-1:before {
  content: "\f0ca";
} /* 'ïƒŠ' */
.icon-notification-bing:before {
  content: "\f0cb";
} /* 'ïƒ‹' */
.icon-notification-circle:before {
  content: "\f0cc";
} /* 'ïƒŒ' */
.icon-notification-favorite:before {
  content: "\f0cd";
} /* 'ïƒ' */
.icon-notification-status:before {
  content: "\f0ce";
} /* 'ïƒŽ' */
.icon-omega-circle:before {
  content: "\f0cf";
} /* 'ïƒ' */
.icon-omega-square:before {
  content: "\f0d0";
} /* 'ïƒ' */
.icon-paintbucket:before {
  content: "\f0d1";
} /* 'ïƒ‘' */
.icon-paperclip:before {
  content: "\f0d2";
} /* 'ïƒ’' */
.icon-paperclip-2:before {
  content: "\f0d3";
} /* 'ïƒ“' */
.icon-password-check:before {
  content: "\f0d4";
} /* 'ïƒ”' */
.icon-path:before {
  content: "\f0d5";
} /* 'ïƒ•' */
.icon-path-2:before {
  content: "\f0d6";
} /* 'ïƒ–' */
.icon-path-square:before {
  content: "\f0d7";
} /* 'ïƒ—' */
.icon-pause:before {
  content: "\f0d8";
} /* 'ïƒ˜' */
.icon-pause-circle:before {
  content: "\f0d9";
} /* 'ïƒ™' */
.icon-pen-add:before {
  content: "\f0da";
} /* 'ïƒš' */
.icon-pen-close:before {
  content: "\f0db";
} /* 'ïƒ›' */
.icon-pen-remove:before {
  content: "\f0dc";
} /* 'ïƒœ' */
.icon-pen-tool:before {
  content: "\f0dd";
} /* 'ïƒ' */
.icon-pen-tool-2:before {
  content: "\f0de";
} /* 'ïƒž' */
.icon-people:before {
  content: "\f0df";
} /* 'ïƒŸ' */
.icon-percentage-circle:before {
  content: "\f0e0";
} /* 'ïƒ ' */
.icon-percentage-square:before {
  content: "\f0e1";
} /* 'ïƒ¡' */
.icon-personalcard:before {
  content: "\f0e2";
} /* 'ïƒ¢' */
.icon-pet:before {
  content: "\f0e3";
} /* 'ïƒ£' */
.icon-pharagraphspacing:before {
  content: "\f0e4";
} /* 'ïƒ¤' */
.icon-picture-frame:before {
  content: "\f0e5";
} /* 'ïƒ¥' */
.icon-play:before {
  content: "\f0e6";
} /* 'ïƒ¦' */
.icon-play-add:before {
  content: "\f0e7";
} /* 'ïƒ§' */
.icon-play-circle:before {
  content: "\f0e8";
} /* 'ïƒ¨' */
.icon-play-cricle:before {
  content: "\f0e9";
} /* 'ïƒ©' */
.icon-play-remove:before {
  content: "\f0ea";
} /* 'ïƒª' */
.icon-presention-chart:before {
  content: "\f0eb";
} /* 'ïƒ«' */
.icon-previous:before {
  content: "\f0ec";
} /* 'ïƒ¬' */
.icon-printer:before {
  content: "\f0ed";
} /* 'ïƒ­' */
.icon-printer-slash:before {
  content: "\f0ee";
} /* 'ïƒ®' */
.icon-profile-2user:before {
  content: "\f0ef";
} /* 'ïƒ¯' */
.icon-profile-add:before {
  content: "\f0f0";
} /* 'ïƒ°' */
.icon-profile-circle:before {
  content: "\f0f1";
} /* 'ïƒ±' */
.icon-profile-delete:before {
  content: "\f0f2";
} /* 'ïƒ²' */
.icon-profile-remove:before {
  content: "\f0f3";
} /* 'ïƒ³' */
.icon-profile-tick:before {
  content: "\f0f4";
} /* 'ïƒ´' */
.icon-programming-arrow:before {
  content: "\f0f5";
} /* 'ïƒµ' */
.icon-programming-arrows:before {
  content: "\f0f6";
} /* 'ïƒ¶' */
.icon-quote-down:before {
  content: "\f0f7";
} /* 'ïƒ·' */
.icon-quote-down-circle:before {
  content: "\f0f8";
} /* 'ïƒ¸' */
.icon-quote-down-square:before {
  content: "\f0f9";
} /* 'ïƒ¹' */
.icon-quote-up:before {
  content: "\f0fa";
} /* 'ïƒº' */
.icon-quote-up-circle:before {
  content: "\f0fb";
} /* 'ïƒ»' */
.icon-quote-up-square:before {
  content: "\f0fc";
} /* 'ïƒ¼' */
.icon-radar:before {
  content: "\f0fd";
} /* 'ïƒ½' */
.icon-radar-1:before {
  content: "\f0fe";
} /* 'ïƒ¾' */
.icon-radar-2:before {
  content: "\f0ff";
} /* 'ïƒ¿' */
.icon-radio:before {
  content: "\f100";
} /* 'ï„€' */
.icon-ram:before {
  content: "\f101";
} /* 'ï„' */
.icon-ram-2:before {
  content: "\f102";
} /* 'ï„‚' */
.icon-ranking:before {
  content: "\f103";
} /* 'ï„ƒ' */
.icon-ranking-1:before {
  content: "\f104";
} /* 'ï„„' */
.icon-receipt:before {
  content: "\f105";
} /* 'ï„…' */
.icon-receipt-1:before {
  content: "\f106";
} /* 'ï„†' */
.icon-receipt-2:before {
  content: "\f107";
} /* 'ï„‡' */
.icon-receipt-2-1:before {
  content: "\f108";
} /* 'ï„ˆ' */
.icon-receipt-add:before {
  content: "\f109";
} /* 'ï„‰' */
.icon-receipt-discount:before {
  content: "\f10a";
} /* 'ï„Š' */
.icon-receipt-disscount:before {
  content: "\f10b";
} /* 'ï„‹' */
.icon-receipt-edit:before {
  content: "\f10c";
} /* 'ï„Œ' */
.icon-receipt-item:before {
  content: "\f10d";
} /* 'ï„' */
.icon-receipt-minus:before {
  content: "\f10e";
} /* 'ï„Ž' */
.icon-receipt-search:before {
  content: "\f10f";
} /* 'ï„' */
.icon-receipt-square:before {
  content: "\f110";
} /* 'ï„' */
.icon-receipt-text:before {
  content: "\f111";
} /* 'ï„‘' */
.icon-received:before {
  content: "\f112";
} /* 'ï„’' */
.icon-receive-square:before {
  content: "\f113";
} /* 'ï„“' */
.icon-receive-square-2:before {
  content: "\f114";
} /* 'ï„”' */
.icon-record:before {
  content: "\f115";
} /* 'ï„•' */
.icon-record-circle:before {
  content: "\f116";
} /* 'ï„–' */
.icon-recovery-convert:before {
  content: "\f117";
} /* 'ï„—' */
.icon-redo:before {
  content: "\f118";
} /* 'ï„˜' */
.icon-refresh:before {
  content: "\f119";
} /* 'ï„™' */
.icon-refresh-circle:before {
  content: "\f11a";
} /* 'ï„š' */
.icon-refresh-left-square:before {
  content: "\f11b";
} /* 'ï„›' */
.icon-refresh-right-square:before {
  content: "\f11c";
} /* 'ï„œ' */
.icon-refresh-square-2:before {
  content: "\f11d";
} /* 'ï„' */
.icon-repeat:before {
  content: "\f11e";
} /* 'ï„ž' */
.icon-repeat-circle:before {
  content: "\f11f";
} /* 'ï„Ÿ' */
.icon-repeate-music:before {
  content: "\f120";
} /* 'ï„ ' */
.icon-repeate-one:before {
  content: "\f121";
} /* 'ï„¡' */
.icon-reserve:before {
  content: "\f122";
} /* 'ï„¢' */
.icon-rotate-left:before {
  content: "\f123";
} /* 'ï„£' */
.icon-rotate-left-1:before {
  content: "\f124";
} /* 'ï„¤' */
.icon-rotate-right:before {
  content: "\f125";
} /* 'ï„¥' */
.icon-rotate-right-1:before {
  content: "\f126";
} /* 'ï„¦' */
.icon-route-square:before {
  content: "\f127";
} /* 'ï„§' */
.icon-routing:before {
  content: "\f128";
} /* 'ï„¨' */
.icon-routing-2:before {
  content: "\f129";
} /* 'ï„©' */
.icon-row-horizontal:before {
  content: "\f12a";
} /* 'ï„ª' */
.icon-row-vertical:before {
  content: "\f12b";
} /* 'ï„«' */
.icon-rulerpen:before {
  content: "\f12c";
} /* 'ï„¬' */
.icon-ruler:before {
  content: "\f12d";
} /* 'ï„­' */
.icon-safe-home:before {
  content: "\f12e";
} /* 'ï„®' */
.icon-sagittarius:before {
  content: "\f12f";
} /* 'ï„¯' */
.icon-save-2:before {
  content: "\f130";
} /* 'ï„°' */
.icon-save-add:before {
  content: "\f131";
} /* 'ï„±' */
.icon-save-minus:before {
  content: "\f132";
} /* 'ï„²' */
.icon-save-remove:before {
  content: "\f133";
} /* 'ï„³' */
.icon-scan:before {
  content: "\f134";
} /* 'ï„´' */
.icon-scan-barcode:before {
  content: "\f135";
} /* 'ï„µ' */
.icon-scanner:before {
  content: "\f136";
} /* 'ï„¶' */
.icon-scanning:before {
  content: "\f137";
} /* 'ï„·' */
.icon-scissor:before {
  content: "\f138";
} /* 'ï„¸' */
.icon-scissor-1:before {
  content: "\f139";
} /* 'ï„¹' */
.icon-screenmirroring:before {
  content: "\f13a";
} /* 'ï„º' */
.icon-scroll:before {
  content: "\f13b";
} /* 'ï„»' */
.icon-search-favorite:before {
  content: "\f13c";
} /* 'ï„¼' */
.icon-search-favorite-1:before {
  content: "\f13d";
} /* 'ï„½' */
.icon-search-normal:before {
  content: "\f13e";
} /* 'ï„¾' */
.icon-search-normal-1:before {
  content: "\f13f";
} /* 'ï„¿' */
.icon-search-status:before {
  content: "\f140";
} /* 'ï…€' */
.icon-search-status-1:before {
  content: "\f141";
} /* 'ï…' */
.icon-search-zoom-in:before {
  content: "\f142";
} /* 'ï…‚' */
.icon-search-zoom-in-1:before {
  content: "\f143";
} /* 'ï…ƒ' */
.icon-search-zoom-out:before {
  content: "\f144";
} /* 'ï…„' */
.icon-search-zoom-out-1:before {
  content: "\f145";
} /* 'ï……' */
.icon-security:before {
  content: "\f146";
} /* 'ï…†' */
.icon-security-card:before {
  content: "\f147";
} /* 'ï…‡' */
.icon-security-safe:before {
  content: "\f148";
} /* 'ï…ˆ' */
.icon-security-time:before {
  content: "\f149";
} /* 'ï…‰' */
.icon-security-user:before {
  content: "\f14a";
} /* 'ï…Š' */
.icon-send:before {
  content: "\f14b";
} /* 'ï…‹' */
.icon-send-1:before {
  content: "\f14c";
} /* 'ï…Œ' */
.icon-send-2:before {
  content: "\f14d";
} /* 'ï…' */
.icon-send-sqaure-2:before {
  content: "\f14e";
} /* 'ï…Ž' */
.icon-send-square:before {
  content: "\f14f";
} /* 'ï…' */
.icon-setting:before {
  content: "\f150";
} /* 'ï…' */
.icon-setting-2:before {
  content: "\f151";
} /* 'ï…‘' */
.icon-setting-3:before {
  content: "\f152";
} /* 'ï…’' */
.icon-setting-4:before {
  content: "\f153";
} /* 'ï…“' */
.icon-setting-5:before {
  content: "\f154";
} /* 'ï…”' */
.icon-settings:before {
  content: "\f155";
} /* 'ï…•' */
.icon-shapes:before {
  content: "\f156";
} /* 'ï…–' */
.icon-shapes-1:before {
  content: "\f157";
} /* 'ï…—' */
.icon-share:before {
  content: "\f158";
} /* 'ï…˜' */
.icon-shield:before {
  content: "\f159";
} /* 'ï…™' */
.icon-shield-cross:before {
  content: "\f15a";
} /* 'ï…š' */
.icon-shield-search:before {
  content: "\f15b";
} /* 'ï…›' */
.icon-shield-slash:before {
  content: "\f15c";
} /* 'ï…œ' */
.icon-shield-tick:before {
  content: "\f15d";
} /* 'ï…' */
.icon-ship:before {
  content: "\f15e";
} /* 'ï…ž' */
.icon-shop:before {
  content: "\f15f";
} /* 'ï…Ÿ' */
.icon-shop-add:before {
  content: "\f160";
} /* 'ï… ' */
.icon-shopping-bag:before {
  content: "\f161";
} /* 'ï…¡' */
.icon-shopping-cart:before {
  content: "\f162";
} /* 'ï…¢' */
.icon-shop-remove:before {
  content: "\f163";
} /* 'ï…£' */
.icon-shuffle:before {
  content: "\f164";
} /* 'ï…¤' */
.icon-sidebar-bottom:before {
  content: "\f165";
} /* 'ï…¥' */
.icon-sidebar-left:before {
  content: "\f166";
} /* 'ï…¦' */
.icon-sidebar-right:before {
  content: "\f167";
} /* 'ï…§' */
.icon-sidebar-top:before {
  content: "\f168";
} /* 'ï…¨' */
.icon-signpost:before {
  content: "\f169";
} /* 'ï…©' */
.icon-simcard:before {
  content: "\f16a";
} /* 'ï…ª' */
.icon-simcard-1:before {
  content: "\f16b";
} /* 'ï…«' */
.icon-simcard-2:before {
  content: "\f16c";
} /* 'ï…¬' */
.icon-size:before {
  content: "\f16d";
} /* 'ï…­' */
.icon-slash:before {
  content: "\f16e";
} /* 'ï…®' */
.icon-slider:before {
  content: "\f16f";
} /* 'ï…¯' */
.icon-slider-horizontal:before {
  content: "\f170";
} /* 'ï…°' */
.icon-slider-horizontal-1:before {
  content: "\f171";
} /* 'ï…±' */
.icon-slider-vertical:before {
  content: "\f172";
} /* 'ï…²' */
.icon-slider-vertical-1:before {
  content: "\f173";
} /* 'ï…³' */
.icon-smallcaps:before {
  content: "\f174";
} /* 'ï…´' */
.icon-smart-car:before {
  content: "\f175";
} /* 'ï…µ' */
.icon-smart-home:before {
  content: "\f176";
} /* 'ï…¶' */
.icon-smileys:before {
  content: "\f177";
} /* 'ï…·' */
.icon-sms:before {
  content: "\f178";
} /* 'ï…¸' */
.icon-sms-edit:before {
  content: "\f179";
} /* 'ï…¹' */
.icon-sms-notification:before {
  content: "\f17a";
} /* 'ï…º' */
.icon-sms-search:before {
  content: "\f17b";
} /* 'ï…»' */
.icon-sms-star:before {
  content: "\f17c";
} /* 'ï…¼' */
.icon-sms-tracking:before {
  content: "\f17d";
} /* 'ï…½' */
.icon-sort:before {
  content: "\f17e";
} /* 'ï…¾' */
.icon-sound:before {
  content: "\f17f";
} /* 'ï…¿' */
.icon-speaker:before {
  content: "\f180";
} /* 'ï†€' */
.icon-speedometer:before {
  content: "\f181";
} /* 'ï†' */
.icon-star:before {
  content: "\f182";
} /* 'ï†‚' */
.icon-star-1:before {
  content: "\f183";
} /* 'ï†ƒ' */
.icon-star-slash:before {
  content: "\f184";
} /* 'ï†„' */
.icon-status:before {
  content: "\f185";
} /* 'ï†…' */
.icon-status-up:before {
  content: "\f186";
} /* 'ï††' */
.icon-sticker:before {
  content: "\f187";
} /* 'ï†‡' */
.icon-stickynote:before {
  content: "\f188";
} /* 'ï†ˆ' */
.icon-stop:before {
  content: "\f189";
} /* 'ï†‰' */
.icon-stop-circle:before {
  content: "\f18a";
} /* 'ï†Š' */
.icon-story:before {
  content: "\f18b";
} /* 'ï†‹' */
.icon-strongbox:before {
  content: "\f18c";
} /* 'ï†Œ' */
.icon-strongbox-2:before {
  content: "\f18d";
} /* 'ï†' */
.icon-subtitle:before {
  content: "\f18e";
} /* 'ï†Ž' */
.icon-sun:before {
  content: "\f18f";
} /* 'ï†' */
.icon-sun-1:before {
  content: "\f190";
} /* 'ï†' */
.icon-sun-fog:before {
  content: "\f191";
} /* 'ï†‘' */
.icon-tag:before {
  content: "\f192";
} /* 'ï†’' */
.icon-tag-2:before {
  content: "\f193";
} /* 'ï†“' */
.icon-tag-cross:before {
  content: "\f194";
} /* 'ï†”' */
.icon-tag-right:before {
  content: "\f195";
} /* 'ï†•' */
.icon-tag-user:before {
  content: "\f196";
} /* 'ï†–' */
.icon-task:before {
  content: "\f197";
} /* 'ï†—' */
.icon-task-square:before {
  content: "\f198";
} /* 'ï†˜' */
.icon-teacher:before {
  content: "\f199";
} /* 'ï†™' */
.icon-text:before {
  content: "\f19a";
} /* 'ï†š' */
.icon-textalign-center:before {
  content: "\f19b";
} /* 'ï†›' */
.icon-textalign-justifycenter:before {
  content: "\f19c";
} /* 'ï†œ' */
.icon-textalign-justifyleft:before {
  content: "\f19d";
} /* 'ï†' */
.icon-textalign-justifyright:before {
  content: "\f19e";
} /* 'ï†ž' */
.icon-textalign-left:before {
  content: "\f19f";
} /* 'ï†Ÿ' */
.icon-textalign-right:before {
  content: "\f1a0";
} /* 'ï† ' */
.icon-text-block:before {
  content: "\f1a1";
} /* 'ï†¡' */
.icon-text-bold:before {
  content: "\f1a2";
} /* 'ï†¢' */
.icon-text-italic:before {
  content: "\f1a3";
} /* 'ï†£' */
.icon-text-underline:before {
  content: "\f1a4";
} /* 'ï†¤' */
.icon-tick-circle:before {
  content: "\f1a5";
} /* 'ï†¥' */
.icon-ticket:before {
  content: "\f1a6";
} /* 'ï†¦' */
.icon-ticket-2:before {
  content: "\f1a7";
} /* 'ï†§' */
.icon-ticket-discount:before {
  content: "\f1a8";
} /* 'ï†¨' */
.icon-ticket-expired:before {
  content: "\f1a9";
} /* 'ï†©' */
.icon-ticket-star:before {
  content: "\f1aa";
} /* 'ï†ª' */
.icon-tick-square:before {
  content: "\f1ab";
} /* 'ï†«' */
.icon-timer:before {
  content: "\f1ac";
} /* 'ï†¬' */
.icon-timer-1:before {
  content: "\f1ad";
} /* 'ï†­' */
.icon-timer-pause:before {
  content: "\f1ae";
} /* 'ï†®' */
.icon-timer-start:before {
  content: "\f1af";
} /* 'ï†¯' */
.icon-toggle-off:before {
  content: "\f1b0";
} /* 'ï†°' */
.icon-toggle-off-circle:before {
  content: "\f1b1";
} /* 'ï†±' */
.icon-toggle-on:before {
  content: "\f1b2";
} /* 'ï†²' */
.icon-toggle-on-circle:before {
  content: "\f1b3";
} /* 'ï†³' */
.icon-trade:before {
  content: "\f1b4";
} /* 'ï†´' */
.icon-transaction-minus:before {
  content: "\f1b5";
} /* 'ï†µ' */
.icon-translate:before {
  content: "\f1b6";
} /* 'ï†¶' */
.icon-trash:before {
  content: "\f1b7";
} /* 'ï†·' */
.icon-tree:before {
  content: "\f1b8";
} /* 'ï†¸' */
.icon-trend-down:before {
  content: "\f1b9";
} /* 'ï†¹' */
.icon-trend-up:before {
  content: "\f1ba";
} /* 'ï†º' */
.icon-triangle:before {
  content: "\f1bb";
} /* 'ï†»' */
.icon-truck:before {
  content: "\f1bc";
} /* 'ï†¼' */
.icon-truck-fast:before {
  content: "\f1bd";
} /* 'ï†½' */
.icon-truck-remove:before {
  content: "\f1be";
} /* 'ï†¾' */
.icon-truck-tick:before {
  content: "\f1bf";
} /* 'ï†¿' */
.icon-truck-time:before {
  content: "\f1c0";
} /* 'ï‡€' */
.icon-trush-square:before {
  content: "\f1c1";
} /* 'ï‡' */
.icon-undo:before {
  content: "\f1c2";
} /* 'ï‡‚' */
.icon-unlimited:before {
  content: "\f1c3";
} /* 'ï‡ƒ' */
.icon-unlock:before {
  content: "\f1c4";
} /* 'ï‡„' */
.icon-user:before {
  content: "\f1c5";
} /* 'ï‡…' */
.icon-user-add:before {
  content: "\f1c6";
} /* 'ï‡†' */
.icon-user-cirlce-add:before {
  content: "\f1c7";
} /* 'ï‡‡' */
.icon-user-edit:before {
  content: "\f1c8";
} /* 'ï‡ˆ' */
.icon-user-minus:before {
  content: "\f1c9";
} /* 'ï‡‰' */
.icon-user-octagon:before {
  content: "\f1ca";
} /* 'ï‡Š' */
.icon-user-remove:before {
  content: "\f1cb";
} /* 'ï‡‹' */
.icon-user-search:before {
  content: "\f1cc";
} /* 'ï‡Œ' */
.icon-user-square:before {
  content: "\f1cd";
} /* 'ï‡' */
.icon-user-tag:before {
  content: "\f1ce";
} /* 'ï‡Ž' */
.icon-user-tick:before {
  content: "\f1cf";
} /* 'ï‡' */
.icon-verify:before {
  content: "\f1d0";
} /* 'ï‡' */
.icon-video:before {
  content: "\f1d1";
} /* 'ï‡‘' */
.icon-video-add:before {
  content: "\f1d2";
} /* 'ï‡’' */
.icon-video-circle:before {
  content: "\f1d3";
} /* 'ï‡“' */
.icon-video-horizontal:before {
  content: "\f1d4";
} /* 'ï‡”' */
.icon-video-octagon:before {
  content: "\f1d5";
} /* 'ï‡•' */
.icon-video-play:before {
  content: "\f1d6";
} /* 'ï‡–' */
.icon-video-remove:before {
  content: "\f1d7";
} /* 'ï‡—' */
.icon-video-slash:before {
  content: "\f1d8";
} /* 'ï‡˜' */
.icon-video-square:before {
  content: "\f1d9";
} /* 'ï‡™' */
.icon-video-tick:before {
  content: "\f1da";
} /* 'ï‡š' */
.icon-video-time:before {
  content: "\f1db";
} /* 'ï‡›' */
.icon-video-vertical:before {
  content: "\f1dc";
} /* 'ï‡œ' */
.icon-voice-cricle:before {
  content: "\f1dd";
} /* 'ï‡' */
.icon-voice-square:before {
  content: "\f1de";
} /* 'ï‡ž' */
.icon-volume-cross:before {
  content: "\f1df";
} /* 'ï‡Ÿ' */
.icon-volume-high:before {
  content: "\f1e0";
} /* 'ï‡ ' */
.icon-volume-low:before {
  content: "\f1e1";
} /* 'ï‡¡' */
.icon-volume-low-1:before {
  content: "\f1e2";
} /* 'ï‡¢' */
.icon-volume-mute:before {
  content: "\f1e3";
} /* 'ï‡£' */
.icon-volume-slash:before {
  content: "\f1e4";
} /* 'ï‡¤' */
.icon-volume-up:before {
  content: "\f1e5";
} /* 'ï‡¥' */
.icon-wallet:before {
  content: "\f1e6";
} /* 'ï‡¦' */
.icon-wallet-1:before {
  content: "\f1e7";
} /* 'ï‡§' */
.icon-wallet-2:before {
  content: "\f1e8";
} /* 'ï‡¨' */
.icon-wallet-3:before {
  content: "\f1e9";
} /* 'ï‡©' */
.icon-wallet-add:before {
  content: "\f1ea";
} /* 'ï‡ª' */
.icon-wallet-add-1:before {
  content: "\f1eb";
} /* 'ï‡«' */
.icon-wallet-check:before {
  content: "\f1ec";
} /* 'ï‡¬' */
.icon-wallet-minus:before {
  content: "\f1ed";
} /* 'ï‡­' */
.icon-wallet-money:before {
  content: "\f1ee";
} /* 'ï‡®' */
.icon-wallet-remove:before {
  content: "\f1ef";
} /* 'ï‡¯' */
.icon-wallet-search:before {
  content: "\f1f0";
} /* 'ï‡°' */
.icon-warning-2:before {
  content: "\f1f1";
} /* 'ï‡±' */
.icon-watch:before {
  content: "\f1f2";
} /* 'ï‡²' */
.icon-watch-status:before {
  content: "\f1f3";
} /* 'ï‡³' */
.icon-weight:before {
  content: "\f1f4";
} /* 'ï‡´' */
.icon-weight-1:before {
  content: "\f1f5";
} /* 'ï‡µ' */
.icon-wifi:before {
  content: "\f1f6";
} /* 'ï‡¶' */
.icon-wifi-square:before {
  content: "\f1f7";
} /* 'ï‡·' */
.icon-wind:before {
  content: "\f1f8";
} /* 'ï‡¸' */
.icon-wind-2:before {
  content: "\f1f9";
} /* 'ï‡¹' */
.icon-woman:before {
  content: "\f1fa";
} /* 'ï‡º' */
.icon-glyph-28:before {
  content: "\f1fb";
} /* 'ï‡»' */
.icon-d-cube-scan4:before {
  content: "\f1fc";
} /* 'ï‡¼' */
.icon-d-rotate4:before {
  content: "\f1fd";
} /* 'ï‡½' */
.icon-d-square4:before {
  content: "\f1fe";
} /* 'ï‡¾' */
.icon-square4:before {
  content: "\f1ff";
} /* 'ï‡¿' */
.icon-support4:before {
  content: "\f200";
} /* 'ïˆ€' */
.icon-activity4:before {
  content: "\f201";
} /* 'ïˆ' */
.icon-add4:before {
  content: "\f202";
} /* 'ïˆ‚' */
.icon-add-circle4:before {
  content: "\f203";
} /* 'ïˆƒ' */
.icon-additem4:before {
  content: "\f204";
} /* 'ïˆ„' */
.icon-add-square4:before {
  content: "\f205";
} /* 'ïˆ…' */
.icon-airdrop4:before {
  content: "\f206";
} /* 'ïˆ†' */
.icon-airplane4:before {
  content: "\f207";
} /* 'ïˆ‡' */
.icon-airplane-square4:before {
  content: "\f208";
} /* 'ïˆˆ' */
.icon-airpod4:before {
  content: "\f209";
} /* 'ïˆ‰' */
.icon-airpods4:before {
  content: "\f20a";
} /* 'ïˆŠ' */
.icon-alarm4:before {
  content: "\f20b";
} /* 'ïˆ‹' */
.icon-align-bottom4:before {
  content: "\f20c";
} /* 'ïˆŒ' */
.icon-align-horizontally4:before {
  content: "\f20d";
} /* 'ïˆ' */
.icon-align-left4:before {
  content: "\f20e";
} /* 'ïˆŽ' */
.icon-align-right4:before {
  content: "\f20f";
} /* 'ïˆ' */
.icon-align-vertically4:before {
  content: "\f210";
} /* 'ïˆ' */
.icon-aquarius4:before {
  content: "\f211";
} /* 'ïˆ‘' */
.icon-archive4:before {
  content: "\f212";
} /* 'ïˆ’' */
.icon-archive-14:before {
  content: "\f213";
} /* 'ïˆ“' */
.icon-archive-23:before {
  content: "\f214";
} /* 'ïˆ”' */
.icon-archive-add4:before {
  content: "\f215";
} /* 'ïˆ•' */
.icon-archive-book4:before {
  content: "\f216";
} /* 'ïˆ–' */
.icon-archive-minus4:before {
  content: "\f217";
} /* 'ïˆ—' */
.icon-archive-slash4:before {
  content: "\f218";
} /* 'ïˆ˜' */
.icon-archive-tick4:before {
  content: "\f219";
} /* 'ïˆ™' */
.icon-arrange-circle4:before {
  content: "\f21a";
} /* 'ïˆš' */
.icon-arrange-circle-24:before {
  content: "\f21b";
} /* 'ïˆ›' */
.icon-arrange-square4:before {
  content: "\f21c";
} /* 'ïˆœ' */
.icon-arrange-square-24:before {
  content: "\f21d";
} /* 'ïˆ' */
.icon-arrow4:before {
  content: "\f21e";
} /* 'ïˆž' */
.icon-arrow-24:before {
  content: "\f21f";
} /* 'ïˆŸ' */
.icon-arrow-34:before {
  content: "\f220";
} /* 'ïˆ ' */
.icon-arrow-bottom4:before {
  content: "\f221";
} /* 'ïˆ¡' */
.icon-arrow-circle-down4:before {
  content: "\f222";
} /* 'ïˆ¢' */
.icon-arrow-circle-left4:before {
  content: "\f223";
} /* 'ïˆ£' */
.icon-arrow-circle-right4:before {
  content: "\f224";
} /* 'ïˆ¤' */
.icon-arrow-circle-up3:before {
  content: "\f225";
} /* 'ïˆ¥' */
.icon-arrow-down4:before {
  content: "\f226";
} /* 'ïˆ¦' */
.icon-arrow-down-14 {
  transition: transform 0.5s;
}
.icon-arrow-down-14:before {
  content: "\f227";
} /* 'ïˆ§' */
.icon-arrow-down-14.arrow-up:before {
  transform: rotate(180deg);
}
.icon-arrow-down-24:before {
  content: "\f228";
} /* 'ïˆ¨' */
.icon-arrow-left4:before {
  content: "\f229";
} /* 'ïˆ©' */
.icon-arrow-left-14:before {
  content: "\f22a";
} /* 'ïˆª' */
.icon-arrow-left-24:before {
  content: "\f22b";
} /* 'ïˆ«' */
.icon-arrow-left-34:before {
  content: "\f22c";
} /* 'ïˆ¬' */
.icon-arrow-right4:before {
  content: "\f22d";
} /* 'ïˆ­' */
.icon-arrow-right-14:before {
  content: "\f22e";
} /* 'ïˆ®' */
.icon-arrow-right-24:before {
  content: "\f22f";
} /* 'ïˆ¯' */
.icon-arrow-right-34:before {
  content: "\f230";
} /* 'ïˆ°' */
.icon-arrow-right-41:before {
  content: "\f231";
} /* 'ïˆ±' */
.icon-arrow-square4:before {
  content: "\f232";
} /* 'ïˆ²' */
.icon-arrow-square-down4:before {
  content: "\f233";
} /* 'ïˆ³' */
.icon-arrow-square-left4:before {
  content: "\f234";
} /* 'ïˆ´' */
.icon-arrow-square-up4:before {
  content: "\f235";
} /* 'ïˆµ' */
.icon-arrow-swap3:before {
  content: "\f236";
} /* 'ïˆ¶' */
.icon-arrow-swap-horizontal4:before {
  content: "\f237";
} /* 'ïˆ·' */
.icon-arrow-up4:before {
  content: "\f238";
} /* 'ïˆ¸' */
.icon-arrow-up-14:before {
  content: "\f239";
} /* 'ïˆ¹' */
.icon-arrow-up-24:before {
  content: "\f23a";
} /* 'ïˆº' */
.icon-arrow-up-34:before {
  content: "\f23b";
} /* 'ïˆ»' */
.icon-attach-circle4:before {
  content: "\f23c";
} /* 'ïˆ¼' */
.icon-attach-square4:before {
  content: "\f23d";
} /* 'ïˆ½' */
.icon-audio-square4:before {
  content: "\f23e";
} /* 'ïˆ¾' */
.icon-autobrightness4:before {
  content: "\f23f";
} /* 'ïˆ¿' */
.icon-award4:before {
  content: "\f240";
} /* 'ï‰€' */
.icon-back-square4:before {
  content: "\f241";
} /* 'ï‰' */
.icon-glyph-29:before {
  content: "\f242";
} /* 'ï‰‚' */
.icon-backward4:before {
  content: "\f243";
} /* 'ï‰ƒ' */
.icon-backward-5-seconds4:before {
  content: "\f244";
} /* 'ï‰„' */
.icon-backward-10-seconds4:before {
  content: "\f245";
} /* 'ï‰…' */
.icon-backward-15-seconds4:before {
  content: "\f246";
} /* 'ï‰†' */
.icon-backward-item4:before {
  content: "\f247";
} /* 'ï‰‡' */
.icon-bag4:before {
  content: "\f248";
} /* 'ï‰ˆ' */
.icon-bag-24:before {
  content: "\f249";
} /* 'ï‰‰' */
.icon-bag-cross4:before {
  content: "\f24a";
} /* 'ï‰Š' */
.icon-bag-cross-14:before {
  content: "\f24b";
} /* 'ï‰‹' */
.icon-bag-happy4:before {
  content: "\f24c";
} /* 'ï‰Œ' */
.icon-bag-tick4:before {
  content: "\f24d";
} /* 'ï‰' */
.icon-bag-tick-24:before {
  content: "\f24e";
} /* 'ï‰Ž' */
.icon-bag-timer4:before {
  content: "\f24f";
} /* 'ï‰' */
.icon-bank4:before {
  content: "\f250";
} /* 'ï‰' */
.icon-barcode4:before {
  content: "\f251";
} /* 'ï‰‘' */
.icon-battery-3full4:before {
  content: "\f252";
} /* 'ï‰’' */
.icon-battery-charging4:before {
  content: "\f253";
} /* 'ï‰“' */
.icon-battery-disable4:before {
  content: "\f254";
} /* 'ï‰”' */
.icon-battery-empty4:before {
  content: "\f255";
} /* 'ï‰•' */
.icon-battery-empty-14:before {
  content: "\f256";
} /* 'ï‰–' */
.icon-battery-full4:before {
  content: "\f257";
} /* 'ï‰—' */
.icon-bezier4:before {
  content: "\f258";
} /* 'ï‰˜' */
.icon-bill4:before {
  content: "\f259";
} /* 'ï‰™' */
.icon-bitcoin-card4:before {
  content: "\f25a";
} /* 'ï‰š' */
.icon-bitcoin-convert4:before {
  content: "\f25b";
} /* 'ï‰›' */
.icon-bitcoin-refresh4:before {
  content: "\f25c";
} /* 'ï‰œ' */
.icon-blend4:before {
  content: "\f25d";
} /* 'ï‰' */
.icon-blend-24:before {
  content: "\f25e";
} /* 'ï‰ž' */
.icon-bluetooth4:before {
  content: "\f25f";
} /* 'ï‰Ÿ' */
.icon-bluetooth-24:before {
  content: "\f260";
} /* 'ï‰ ' */
.icon-bluetooth-circle4:before {
  content: "\f261";
} /* 'ï‰¡' */
.icon-bluetooth-rectangle4:before {
  content: "\f262";
} /* 'ï‰¢' */
.icon-blur4:before {
  content: "\f263";
} /* 'ï‰£' */
.icon-book4:before {
  content: "\f264";
} /* 'ï‰¤' */
.icon-book-14:before {
  content: "\f265";
} /* 'ï‰¥' */
.icon-bookmark4:before {
  content: "\f266";
} /* 'ï‰¦' */
.icon-bookmark-24:before {
  content: "\f267";
} /* 'ï‰§' */
.icon-book-saved4:before {
  content: "\f268";
} /* 'ï‰¨' */
.icon-book-square4:before {
  content: "\f269";
} /* 'ï‰©' */
.icon-box4:before {
  content: "\f26a";
} /* 'ï‰ª' */
.icon-box-14:before {
  content: "\f26b";
} /* 'ï‰«' */
.icon-box-24:before {
  content: "\f26c";
} /* 'ï‰¬' */
.icon-box-add4:before {
  content: "\f26d";
} /* 'ï‰­' */
.icon-box-remove4:before {
  content: "\f26e";
} /* 'ï‰®' */
.icon-box-search4:before {
  content: "\f26f";
} /* 'ï‰¯' */
.icon-box-tick4:before {
  content: "\f270";
} /* 'ï‰°' */
.icon-box-time4:before {
  content: "\f271";
} /* 'ï‰±' */
.icon-briefcase4:before {
  content: "\f272";
} /* 'ï‰²' */
.icon-brifecase-cross4:before {
  content: "\f273";
} /* 'ï‰³' */
.icon-brifecase-tick4:before {
  content: "\f274";
} /* 'ï‰´' */
.icon-brifecase-timer4:before {
  content: "\f275";
} /* 'ï‰µ' */
.icon-broom4:before {
  content: "\f276";
} /* 'ï‰¶' */
.icon-brush4:before {
  content: "\f277";
} /* 'ï‰·' */
.icon-brush-14:before {
  content: "\f278";
} /* 'ï‰¸' */
.icon-brush-24:before {
  content: "\f279";
} /* 'ï‰¹' */
.icon-brush-34:before {
  content: "\f27a";
} /* 'ï‰º' */
.icon-brush-44:before {
  content: "\f27b";
} /* 'ï‰»' */
.icon-bubble4:before {
  content: "\f27c";
} /* 'ï‰¼' */
.icon-bucket4:before {
  content: "\f27d";
} /* 'ï‰½' */
.icon-bucket-circle4:before {
  content: "\f27e";
} /* 'ï‰¾' */
.icon-bucket-square4:before {
  content: "\f27f";
} /* 'ï‰¿' */
.icon-building4:before {
  content: "\f280";
} /* 'ïŠ€' */
.icon-building-34:before {
  content: "\f281";
} /* 'ïŠ' */
.icon-building-44:before {
  content: "\f282";
} /* 'ïŠ‚' */
.icon-buildings4:before {
  content: "\f283";
} /* 'ïŠƒ' */
.icon-buildings-24:before {
  content: "\f284";
} /* 'ïŠ„' */
.icon-buliding4:before {
  content: "\f285";
} /* 'ïŠ…' */
.icon-bus4:before {
  content: "\f286";
} /* 'ïŠ†' */
.icon-buy-crypto4:before {
  content: "\f287";
} /* 'ïŠ‡' */
.icon-cake4:before {
  content: "\f288";
} /* 'ïŠˆ' */
.icon-calculator4:before {
  content: "\f289";
} /* 'ïŠ‰' */
.icon-calendar4:before {
  content: "\f28a";
} /* 'ïŠŠ' */
.icon-calendar-14:before {
  content: "\f28b";
} /* 'ïŠ‹' */
.icon-calendar-24:before {
  content: "\f28c";
} /* 'ïŠŒ' */
.icon-calendar-add4:before {
  content: "\f28d";
} /* 'ïŠ' */
.icon-calendar-circle4:before {
  content: "\f28e";
} /* 'ïŠŽ' */
.icon-calendar-edit4:before {
  content: "\f28f";
} /* 'ïŠ' */
.icon-calendar-remove4:before {
  content: "\f290";
} /* 'ïŠ' */
.icon-calendar-search4:before {
  content: "\f291";
} /* 'ïŠ‘' */
.icon-calendar-tick4:before {
  content: "\f292";
} /* 'ïŠ’' */
.icon-call4:before {
  content: "\f293";
} /* 'ïŠ“' */
.icon-call-add4:before {
  content: "\f294";
} /* 'ïŠ”' */
.icon-call-calling4:before {
  content: "\f295";
} /* 'ïŠ•' */
.icon-call-incoming4:before {
  content: "\f296";
} /* 'ïŠ–' */
.icon-glyph-35:before {
  content: "\f297";
} /* 'ïŠ—' */
.icon-glyph-30:before {
  content: "\f32e";
} /* 'ïŒ®' */
.icon-glyph-34:before {
  content: "\f502";
} /* 'ï”‚' */
.icon-glyph-33:before {
  content: "\f505";
} /* 'ï”…' */
.icon-star-bold:before {
  content: "\f532";
  position: relative;
  top: 2px;
} /* 'ï”²' */
.icon-glyph-32:before {
  content: "\f7a4";
} /* 'ïž¤' */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: right;
}
.dataTables_scrollHeadInner {
  width: 100% !important;
}
table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 1rem;
  border-bottom: 1px solid var(--border);
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 0.625rem 0.625rem 6px 0.625rem;
  border-top: 1px solid var(--border);
}
table.dataTable tbody:before {
  content: "";
  display: block;
  height: 1.25rem;
}
table.dataTable tbody:after {
  content: "";
  display: block;
  height: 1rem;
}
table.dataTable tbody tr {
  background-color: transparent;
  width: 100%;
  position: relative !important;
}
table.dataTable tbody tr td {
  flex-grow: 1;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 1rem;
}
table.dataTable.no-footer {
  border-bottom: 1px solid var(--border);
}
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
table.dataTable tbody tr:nth-child(2n + 1) {
  background-color: var(--table-row-odd);
}
table.dataTable tbody tr:nth-child(2n + 1):hover {
  background-color: var(--table-row-odd-hover);
}
table.dataTable tbody tr:nth-child(2n) {
  background-color: var(--table-row-even);
}
table.dataTable tbody tr:nth-child(2n):hover {
  background-color: var(--table-row-even-hover);
}
table.dataTable > tbody > tr > td > button:not(:hover) {
  box-shadow: 0 0 0 1px var(--border);
  color: var(--placeholder);
  background: var(--table-btn);
}
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  scrollbar-color: var(--link) transparent;
  scrollbar-width: thin;
}
th,
td {
  vertical-align: middle;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
div.dataTables_wrapper {
  position: relative;
}
.table-ft {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0 1.25rem;
}
.progress {
  display: flex;
  height: 0.6rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: var(--placeholder);
  border-radius: 0.625rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text);
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary);
  transition: width 0.6s ease;
}
.rmdp-container {
  display: flex !important;
  height: 100% !important;
}
.input-text .rmdp-container {
  display: flex;
  flex-grow: 1;
}
.input-text .rmdp-input {
  border: none;
  padding: 0 1rem;
  height: 100%;
  width: 0;
  flex-grow: 1;
}
.input-text .rmdp-input:focus {
  border: none;
  box-shadow: none;
}
.input-text div:first-child:has(button) {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.input-text .rmdp-button {
  border: none;
  background: none;
  padding: 0 1rem;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  text-align: right;
  color: var(--placeholder);
}
.input-text .rmdp-button:hover {
  background: none;
}
.upload-box {
  flex-basis: 300px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.upload-img-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.upload-img {
  padding: 1.25rem;
  border: 2px dashed var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.625rem;
  height: 100%;
  opacity: 1;
  transition: all 0.4s;
}
.upload-img button {
  display: block;
  background: var(--light-body);
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
  margin-top: 0.625rem;
  color: var(--text);
}
.upload-img .img-input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
}
.img-preview {
  align-items: center;
  justify-content: space-between;
  display: none;
  padding: 1rem;
  background: var(--body);
  border-radius: 0.625rem;
  align-items: center;
  margin-bottom: 0.625rem;
  opacity: 0;
  transition: all 0.4s;
}
.img-preview:not(.selfie),
.img-preview:not(.identity) {
  border: 2px dashed var(--border);
}
.img-preview .img {
  height: 5rem;
  width: 7.5rem;
  overflow: hidden;
  border-radius: 0.625rem;
  display: inline-block;
  text-align: center;
  background: var(--light-body);
  line-height: 5rem;
  border: 1px solid var(--border);
}
.img-preview .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.remove-file {
  height: 35px;
  width: 35px;
  border-radius: 10px;
  border: 1px solid var(--border);
  text-align: center;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
}
.remove-file i:hover {
  color: var(--text);
}
.upload-box-info {
  flex-basis: 300px;
  flex-grow: 1;
}
.upload-box-info .upload-box-text {
  flex-basis: 15.625rem;
  flex-grow: 1;
  padding: 0 1.25rem 1.25rem;
}
.upload-box-text h3 {
  padding-bottom: 1.25rem;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 400;
}
.upload-box-text p.text-warning {
  padding: 1.25rem 0;
  color: var(--dark-warning);
}
.upload-box-img img {
  width: 100%;
}
.login-page {
  min-height: 100vh;
}
.login-page > div {
  flex-basis: 25rem;
  flex-grow: 1;
  padding: 2.5rem;
}
.login-info {
  background: var(--login-bg);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 800px) {
  .login-info {
    display: none;
  }
}
.login-info .logo {
  width: 100%;
  max-width: 12.5rem;
}
.login-info .logo img {
  width: 100%;
}
.login-info .img {
  position: relative;
  right: 36%;
  margin: 3.75rem 0;
}
.login-info .img img {
  width: 100%;
}
.login-info .info {
  font-size: 0.95rem;
  font-weight: 300;
  margin-bottom: -1.875rem;
  color: #fff;
}
.login-box {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.login-form {
  width: 100%;
  max-width: 28.75rem;
  position: relative;
}
.login-form .title h2 {
  font-weight: 400;
  font-size: 1.3rem;
}
.login-form .title span {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--placeholder);
}
.line-gr {
  display: block;
  width: 100%;
  min-height: 1px;
  max-width: 75rem;
  position: relative;
}
.line-gr:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  width: 100%;
  background: var(--gradient-bg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-form .btn {
  min-width: 60%;
}
.locales-menu a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  gap: 1rem;
}
.locales-menu img {
  display: inline;
}
.navbar .colors-list:before {
  background: var(--dropdown-corner) 50% 50%/100% auto no-repeat;
  content: "";
  position: absolute;
  bottom: 100%;
  width: 1rem;
  height: 6px;
  top: -5px;
  left: 0.625rem;
}
.colors-list ul {
  padding: 0.5rem;
}
.colors-list .color {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0.625rem;
  border: 4px solid #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0 2px #ddd;
  cursor: pointer;
  transition: 0.3s;
  border-color: var(--body);
}
.colors-list .color:hover {
  transform: scale(1.4);
}
.colors-list .purple-btn {
  background: #9341d7;
}
.colors-list .green-btn {
  background: #248277;
}
.main-wallet {
  height: 100%;
}
.main-wallet .info {
  flex-basis: 200px;
  flex-grow: 1;
  white-space: nowrap;
  align-self: stretch;
}
.main-wallet .info .hd h3 {
  font-weight: 400;
}
.main-wallet .info .hd > span {
  color: var(--text);
  font-size: 1.1rem;
  display: block;
  margin: 1rem 0 0.625rem;
}
.main-wallet .chart {
  flex-basis: 100px;
  max-width: 150px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.main-verification .img {
  flex-basis: 100px;
}
.main-verification img {
  width: 100%;
}
.main-verification .info {
  flex-basis: 250px;
  flex-grow: 1;
  padding-right: 10px;
  color: var(--text);
}
.main-verification .info span {
  display: block;
  margin-bottom: 0.625rem;
}
.chart-legends {
  margin: 0 -10px;
}
.chart-legends .item {
  margin: 10px;
}
.chart-legends .item .chart-value span {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 100px;
  margin-left: 5px;
}
.steps {
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-grow: 1;
}
.steps:before {
  content: "";
  height: 2px;
  width: 60%;
  position: absolute;
  top: 30px;
  border-bottom: 2px dashed var(--border);
  display: block;
}
.step-num {
  text-align: center;
  color: var(--placeholder);
  margin: 0 10px;
}
.step-num.active {
  color: var(--text);
}
.step-num .icon {
  height: 60px;
  width: 60px;
  background: var(--light-body);
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  position: relative;
  color: var(--placeholder);
  z-index: 1;
  margin: 0 auto;
  cursor: pointer;
}
.step-num.active .icon {
  background: var(--primary);
  color: var(--text);
}
.step-num .icon i {
  font-size: 28px;
}
.step-num > span {
  display: block;
  margin-top: 10px;
  white-space: nowrap;
}
.apexcharts-tooltip {
  display: block !important;
  text-align: right;
  white-space: nowrap;
  min-width: 120px;
  direction: rtl !important;
  background: var(--text) !important;
}
.apexcharts-tooltip {
  color: var(--body);
  background: var(--text) !important;
  backdrop-filter: blur(10px);
  box-shadow: none;
  opacity: 1;
  line-height: 20px;
  border: none;
  box-shadow: 0 0 10px var(--light);
}
.apexcharts-tooltip-text-y-label {
  display: block;
}
.apexcharts-tooltip-text {
  flex-grow: 1;
  font-family: YekanBakh !important;
}
.apexcharts-tooltip-y-group {
  padding: 5px 0 !important;
}
.apexcharts-tooltip-series-group {
  text-align: right !important;
  direction: rtl !important;
  justify-content: right !important;
  color: var(--body);
  background: unset !important;
}
.apexcharts-legend {
  display: none;
}
.sub-box {
  position: absolute;
  min-width: 28.125rem !important;
  max-width: 31.25rem;
  left: 30px;
  top: 60px;
  background: var(--body);
  border-radius: 0.625rem;
  cursor: default;
  display: none;
  overflow: hidden;
}
@media (max-width: 400px) {
  .sub-box {
    min-width: 12.5rem !important;
    max-width: 12.5rem !important;
  }
}
.sub-box > div {
  padding: 1.25rem;
}
.checked-list {
  flex-grow: 5;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  margin: 0 -5px 0.625rem;
}
.checked-list.d-flex,
.checked-list.d-flex-wrap {
  display: flex;
}
.checked-list .checked-item {
  padding: 0 1.25rem;
  height: 2.75rem;
  text-align: center;
  flex-basis: 7.5rem;
  background: var(--light-body);
  border-radius: 0.625rem;
  margin: 0 5px;
  line-height: 3rem;
  color: var(--text);
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media (max-width: 30.125rem) {
  .checked-item {
    flex-grow: 1;
  }
}
.checked-list .checked-item.active {
  background: var(--primary);
  color: var(--text) !important;
}
.checked-item input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  border-color: transparent;
}
.checked-item input:checked:before {
  display: none;
}
.checked-item input:checked {
  border-color: transparent;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.notification-list {
  max-height: 14rem;
  padding: 0 0 0.625rem;
}
.notification-item {
  padding: 0.625rem;
  border: 1px solid var(--border);
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  transition: all 0.5s;
  cursor: pointer;
}
.notification-item * {
  pointer-events: none;
}
.notification-item .icon,
.support-item .icon {
  height: 2.5rem;
  width: 2.5rem;
  background: var(--light-body);
  color: var(--text);
  text-align: center;
  line-height: 2.5rem;
  margin-left: 0.625rem;
  border-radius: 6.25rem;
  transition: all 0.5s;
  position: relative;
}
.notification-item .icon:before {
  content: "";
  height: 10px;
  width: 10px;
  background: var(--success);
  position: absolute;
  border-radius: 100px;
  right: 0;
}
.notification-item .icon.seen:before {
  background: var(--placeholder);
}
.notification-item:hover .icon,
.notification-item.active .icon {
  background: var(--dark-warning) !important;
}
.notification-list .notification-item .date {
  font-size: 0.7rem;
  color: var(--placeholder);
  line-height: 1rem;
}
.notification-list .notification-item h3 {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text);
}
.notification-text {
  display: none;
}
.notification-text > div {
  border-top: 1px solid var(--border);
  padding-top: 0.625rem;
  margin-top: 0.625rem;
}
.notification-item:hover,
.notification-item.active,
.support-item:hover {
  background: var(--dark);
  box-shadow: none;
}
.notification-item .notification-item-hd:after {
  content: "\eea5";
  margin-right: auto;
  opacity: 0;
}
.notification-item:hover .notification-item-hd:after {
  opacity: 1;
}
.notification-btns {
  display: flex;
  align-items: center;
  padding-top: 0 !important;
  justify-content: end;
  gap: 5px;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  line-height: 2px;
}
.loader {
  width: 100%;
  height: 3px;
  display: inline-block;
  position: relative;
  background: var(--light-body);
  overflow: hidden;
}
.loader::after {
  content: "";
  width: 20%;
  height: 3px;
  background: var(--placeholder);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: animloader 3s linear infinite;
}
@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
.rounded {
  border-radius: 0.625rem;
}

.a4.landscape {
  /* background: url("../images/barge.JPG");
  border: 1px solid #000; */
  background-size: cover;
  display: flex;
  flex-direction: row;
  width: 297mm;
  height: 210mm;
}

.a4.landscape .content p,
.a4.landscape .content-sidebar p {
  position: absolute;
}

.a4.landscape .content p span.data,
.a4.landscape .content-sidebar p span.data {
  position: absolute;
  width: max-content;
}

.a4.landscape .content p.line1 {
  top: 110px;
}

.a4.landscape .content p span.data.field1 {
  right: 175px;
}

.a4.landscape .content p span.data.field2 {
  right: 610px;
}

.a4.landscape .content p.line2 {
  top: 170px;
}

.a4.landscape .content p span.data.field3 {
  right: 645px;
}

.a4.landscape .content p.line3 {
  top: 210px;
}

.a4.landscape .content p span.data.field4 {
  right: 330px;
}

.a4.landscape .content p.line4 {
  top: 275px;
}

.a4.landscape .content p span.data.field5 {
  right: 360px;
}

.a4.landscape .content p.line5 {
  top: 345px;
}

.a4.landscape .content p span.data.field6 {
  right: 235px;
}

.a4.landscape .content p span.data.field7 {
  right: 470px;
}

.a4.landscape .content p span.data.field8 {
  right: 590px;
}

.a4.landscape .content p.line6 {
  top: 410px;
}

.a4.landscape .content p span.data.field9 {
  right: 140px;
}

.a4.landscape .content p.line7 {
  top: 470px;
}

.a4.landscape .content p span.data.field10 {
  right: 235px;
}

.a4.landscape .content p span.data.field11 {
  right: 415px;
}

.a4.landscape .content p span.data.field12 {
  right: 565px;
}

.a4.landscape .content p span.data.field13 {
  right: 685px;
}

.a4.landscape .content p.line8 {
  top: 535px;
}

.a4.landscape .content p span.data.field14 {
  right: 125px;
}

.a4.landscape .content p span.data.field15 {
  right: 450px;
}

.a4.landscape .content p span.data.field16 {
  right: 540px;
}

.a4.landscape .content-sidebar p.line1 {
  top: 90px;
}

.a4.landscape .content-sidebar p span.data.field1 {
  right: 905px;
}

.a4.landscape .content-sidebar p.line2 {
  top: 155px;
}

.a4.landscape .content-sidebar p span.data.field2 {
  right: 895px;
}

.a4.landscape .content-sidebar p.line3 {
  top: 220px;
}

.a4.landscape .content-sidebar p span.data.field3 {
  right: 925px;
}

.a4.landscape .content-sidebar p.line4 {
  top: 340px;
}

.a4.landscape .content-sidebar p span.data.field4 {
  right: 850px;
}

.a4.landscape .content-sidebar p.line5 {
  top: 405px;
}

.a4.landscape .content-sidebar p span.data.field5 {
  right: 890px;
}

.a4.landscape .content-sidebar p.line6 {
  top: 465px;
}

.a4.landscape .content-sidebar p span.data.field6 {
  right: 960px;
}

.a4.landscape .content-sidebar p.line7 {
  top: 525px;
}

.a4.landscape .content-sidebar p span.data.field7 {
  right: 920px;
}

.a4.landscape .content-sidebar p.line8 {
  top: 585px;
}

.a4.landscape .content-sidebar p span.data.field8 {
  right: 925px;
}

.input-prefix {
  position: absolute;
  display: block;
  left: 5px;
  top: 10px;
  z-index: 9;
  padding: 0.2rem 1rem !important;
  direction: ltr;
}

.dvs-web-viewer {
  border-radius: 0.625rem;
}
.gap-2 {
  gap: 2rem;
}
.react-select-container {
  flex-grow: 1;
  cursor: pointer !important;
}
.react-select__control {
  padding: 0.625rem;
}
.react-select__multi-value {
  margin-left: 1rem;
}
.react-select__menu {
  z-index: 4;
  border-radius: 0.625rem;
  background: var(--body);
  max-height: 40vh;
  box-shadow: var(--box-shadow), 0 0 0 1px var(--border);
  cursor: pointer !important;
}
.react-select__option {
  padding: 0.4rem 1rem;
}
