@font-face {
  font-family: Jura;
  src: url(./media/fonts/Jura-VariableFont_wght.ttf);
}
@font-face {
  font-family: RougeScript;
  src: url(./media/fonts/RougeScript-Regular.ttf);
}
@font-face {
  font-family: Yekan;
  src: url(./media/fonts/IRANYekanXVFaNumVF.ttf);
}

/* GENERAL */

body {
  font-family: Yekan;
  margin: 0;
  direction: rtl;
}

.main-layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.flex {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  text-align: center;
}

.sign {
  position: absolute;
  right: 30px;
  top: 30px;
}
.signn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.centerize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.centerize-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pngs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pngs > img {
  width: 280px;
  border-radius: 40px;
}

.res-pic {
  display: none;
}
.myBtn {
  padding: 8px 14px;
  border-radius: 100px;
  background-color: #ffffff75;
  color: var(--primary-200);
  cursor: pointer;
  text-align: center;
  width: 90%;
}
.myBtn:hover {
  background-color: var(--secondary-50);
  color: #2e46cc;
}
#dots1 {
  display: none;
}
#dots2 {
  display: none;
}
#myBtn1 {
  display: none;
}
#myBtn2 {
  display: none;
}
.banner-pics {
  border-radius: var(--radius-lg);
  width: 100%;
  box-shadow: var(--bottom-shadow);
}

@media screen and (max-width: 800px) {
  .flex {
    flex-direction: column;
  }

  .main-layout {
    gap: 32px;
  }

  .width300 > img {
    width: 100%;
  }
  .org-pic {
    display: none;
  }
  .res-pic {
    display: block;
  }
  .signn {
    top: 24px;
    left: 20px;
  }

  #more1 {
    display: none;
  }
  #myBtn1 {
    display: block;
  }
  #more2 {
    display: none;
  }
  #myBtn2 {
    display: block;
  }
  #dots1 {
    display: block;
  }
  #dots2 {
    display: block;
  }

  /* h2 {
    font-size: 24px;
} */
}

/* NAVBAR */

.topnav {
  overflow: hidden;
  padding: 32px 32px 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-btn {
  display: flex;
  padding: 14px 20px;
  background-color: var(--primary-300);
  color: white;
  border-radius: var(--radius-sm);
  box-shadow: var(--bottom-shadow);
  cursor: pointer;
}
.primary-btn:hover {
  box-shadow: var(--grey-shadow);
  outline: 3px solid white;
}
.disabled {
  box-shadow: none;
  background-color: #e1e1e1 !important;
  color: #a4a4a4 !important;
  cursor: not-allowed !important;
}
.primary-small-btn {
  display: flex;
  padding: 14px 20px;
  background-color: var(--primary-300);
  color: white;
  border-radius: var(--radius-sm);
  box-shadow: var(--bottom-shadow);
  cursor: pointer;
}
.primary-small-btn:hover {
  background-color: var(--primary-200);
}
.primary-small-btn.disabled {
  box-shadow: none;
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.secondary-btn {
  display: flex;
  padding: 14px 20px;
  background-color: var(--primary-50);
  color: var(--primary-300);
  border-radius: var(--radius-sm);
  box-shadow: var(--bottom-shadow);
  cursor: pointer;
}
.secondary-btn:hover {
  box-shadow: var(--grey-shadow);
  outline: 3px solid white;
}
.secondary-btn.disabled {
  box-shadow: none;
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.white-btn {
  display: flex;
  padding: 14px;
  background-color: var(--surface-50);
  color: var(--primary-300);
  border-radius: var(--radius-sm);
  box-shadow: var(--bottom-shadow);
  font-size: 20px;
}
.white-btn:hover {
  background-color: var(--secondary-50);
}
.white-btn.disabled {
  box-shadow: none;
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.back-btn {
  display: flex;
  padding: 16px;
  background-color: var(--surface-100);
  color: var(--primary-200);
  border-radius: 16px;
  font-size: 24px;
}
.back-btn:hover {
  background-color: var(--secondary-50);
}
.back-btn.disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
/* 
.topnav a {
  float: left;
  display: block;
  padding: 20px;
  color: var(--primary-300);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.topnav a:not(:first-child):hover {
  background-color: var(--secondary-50);
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
} 

.topnav .icon {
  display: none;
}
*/

@media screen and (max-width: 800px) {
  .topnav {
    padding: 20px 10px;
  }
  .primary-btn,
  .secondary-btn {
    padding: 20px 24px;
    font-size: var(--text-2xl);
  }
  /* .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  } 
  .sign {
    display: none;
  }*/
}

/* HEADER */
.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  width: 90%;
}
.header > h1 {
  font-weight: 200;
}

@media screen and (max-width: 800px) {
  .header-container {
    margin-bottom: 24px;
  }
  .header {
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .header > div > img {
    width: 150px;
  }
  .header > p {
    margin-top: 0;
    font-size: var(--text-3xl);
  }
}

/* AVAGHEB NAKHARIDAN */
.avagheb-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.avagheb {
  padding: 20px 40px;
  border: var(--border-lg);
  box-shadow: var(--green-shadow);
  border-radius: var(--radius-lg);
  background-color: var(--primary-50);
  display: flex;
  gap: 48px;
  width: 68%;
}
.avagheb > div > img {
  width: 300px;
}
.avagheb > p {
  font-size: var(--text-base);
  color: var(--primary-300);
}

@media screen and (max-width: 800px) {
  .avagheb {
    padding: 20px;
    /* margin: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: 0;
    gap: 8px;
    width: 90%;
    box-shadow: 0 0 0 0;
  }
  .avagheb > div > img {
    width: 200px;
  }
  .avagheb > p {
    margin-top: 0;
    font-size: var(--text-2xl);
  }
}

/* PRODUCTS */
.products-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 48px;
  gap: 24px;
}
.hide {
  display: none;
}
.p-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.p-row div img:hover {
  border-radius: var(--radius-lg);
  outline: 4px solid var(--primary-300);
}

.product-btn {
  text-align: center;
  padding: 4px 14px 14px 14px;
}

@media screen and (max-width: 800px) {
  .products-container {
    display: flex;
    flex-direction: column;
  margin: 0;
  }
  .p-row {
    width: 90%;
  }
  .p-row div img {
    width: 100%;
  }
}

/* KHABARNAME */
.khabarname {
  padding: 20px 40px;
  border: var(--border-lg);
  box-shadow: var(--green-shadow);
  border-radius: var(--radius-lg);
  background-color: var(--primary-50);
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 60%;
}
.sub-khabarname {
  display: flex;
  justify-content: space-between;
}
.sub-khabarname > div > img {
  width: 100px;
}
.sub-khabarname > div > div > img {
  width: 40px;
  vertical-align: baseline;
}
.sub-khabarname > p {
  font-size: var(--text-base);
  color: var(--primary-300);
}
.input-khabarname {
  display: flex;
}

input[type="text"],
input[type="submit"] {
  padding: 12px;
  margin: 8px 0 8px 4px;
  border: 1px solid white;
  background-color: #ffffff80;
  border-radius: 10px;
  font-family: yekan;
}

input[type="checkbox"] {
  margin-top: 16px;
  font-family: yekan;
}

input[type="submit"] {
  background-color: var(--surface-300);
  color: white;
  border: none;
  font-family: yekan;
  font-size: var(--text-xl);
}

input[type="text"]:hover {
  box-shadow: var(--grey-shadow);
  background-color: white;
}

input[type="submit"]:hover {
  box-shadow: var(--grey-shadow);
  border: 2px solid white;
}

@media screen and (max-width: 800px) {
  .khabarname {
    padding: 20px;
    /* margin: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
    border: 0;
    align-items: center;
    gap: 8px;
    width: 90%;
    box-shadow: 0 0 0 0;
  }
  .khabarname > div > img {
    width: 200px;
  }
  .khabarname > p {
    margin-top: 0;
    font-size: var(--text-2xl);
  }
  .sub-khabarname {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .sub-khabarname > div > img {
    width: 200px;
  }
  .input-khabarname {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

/* SWIPER */

.swiper-subject {
  margin: 0 40px;
  font-size: var(--text-4xl);
  margin-bottom: 20px;
}
.swiper-container {
  display: flex;
  gap: 10px;
  width: 100%-40px;
  padding: 0px 40px;
  overflow-x: scroll;
}
.swiper-container > a {
  display: flex;
  flex-direction: column;
  text-align: center;
  /* background-color: var(--primary-50); */
  cursor: pointer;
  font-family: Jura;
}
.swiper-container > a > img {
  width: 300px;
  border-radius: var(--radius-lg);
}
.swiper-container > a > p {
  margin: 8px 0;
}
.swiper-container > a > img:hover {  
  outline: 4px solid var(--primary-300);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.swiper-container::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.swiper-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

@media screen and (max-width: 800px) {
  .swiper-subject {
    margin: 20px;
    font-size: var(--text-3xl);
  }
  .swiper-container {
    width: 100%-20px;
    padding: 0px 20px;
  }
}

/* TWIN BANNER */

.twin-banner-container {
  display: flex;
  gap: 24px;
  padding: 40px;
  justify-content: center;
  align-items: center;
}

.twin-banner-item {
  width: 100%;
  height: 300px;
  text-align: center;
  border-radius: var(--radius-lg);
  background-color: var(--primary-50);
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .twin-banner-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
  }
}

/* TEXT SLIDER */

.text-slider {
  color: var(--primary-100);
  font-family: RougeScript;
  font-size: var(--text-6xl);
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: clip;
  margin: 72px 0;
}

/* FOOTER */

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
  color: var(--surface-50);
  background-color: var(--primary-200);
}

.short-about {
  text-align: right;
  font-size: var(--text-xl);
  width: 60%;
}
.twin-button-madule {
  display: flex;
  gap: 24px;
}
.button-lg {
  display: flex;
  gap: 18px;
  padding: 10px 20px;
  border: var(--border-sm);
  border-radius: var(--radius-sm);
  color: var(--surface-300);
  background-color: var(--primary-50);
  font-weight: 700;
}
.button-lg:hover {
  background-color: var(--secondary-50);
  box-shadow: var(--black-shadow);
  border: 4px solid white;
}
@media screen and (max-width: 800px) {
  .footer {
    gap: 14px;
  }
  .short-about {
    width: 100%;
  }
  .twin-button-madule {
    flex-direction: column;
    width: 100%;
    min-height: 48px;
  }

  .header > .centerize > .twin-button-madule > div {
    padding: 24px;
    text-align: center;
    font-size: var(--text-2xl);
  }
  .button-lg {
    font-weight: 500;
    font-size: var(--text-base);
    padding: 8px 12px;
  }
}

/* COLOR PALETTE */
.palette-page {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 14%;
}
.palette-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 48px 48px 48px;
  border: solid 6px var(--surface-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--grey-shadow);
  max-width: 60%;
}

.palette-rows {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.color-row {
  display: flex;
  gap: 14px;
}

.color-row > div {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  border-radius: var(--radius-lg);
  border: none;
  font-size: 12px;
}

.color-row > div:hover {
  box-shadow: var(--grey-shadow);
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .palette-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
  .palette-container {
    border: none;
    box-shadow: none;
    max-width: 60%;
    margin: 0 0 64px 0;
  }
}

/* TOOLTIP */
.tooltip {
  position: relative;
}
.tooltip:after,
.tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}

.tooltip:after {
  background-color: var(--surface-300);
  color: white;
  border-radius: 10px;
  content: attr(data-tooltip);
  padding: 8px 16px;
  white-space: nowrap;
  margin-bottom: 11px;
}

.tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

[data-tooltip-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  margin-bottom: 6px;
}

/* COPIED ALART */
.notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2ecc71;
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.notification.show {
  opacity: 1;
}

/* DICTIONARY */
.flex-start {
  display: flex;
  justify-content: flex-start;
}
 .flex-end {
    display: flex;
  justify-content: flex-end;
  }
.spc-between {
  display: flex;
  justify-content: space-between;
}

.col {
  padding: 20px;
  box-sizing: border-box;
}
.word-box {
  display: flex;
  gap: 24px;
  margin: 48px;
}

.col-1 {
  flex: 1; /* یک واحد */
}

.col-2 {
  flex: 2; /* دو واحد */
}

.dic-wordtext-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 30px;
  background-color: var(--surface-100);
}

.margin-top-8 {
  margin-top: 8px;
}
.margin-bottom-72 {
  margin-bottom: 72px;
}
.gap14 {
  gap: 14px;
}
.gap20 {
  gap: 20px;
}
.gap24 {
  gap: 24px;
}
.textFeild {
  line-height: 2;
  height: 220px;
  overflow-y: scroll;
}

@media screen and (max-width: 800px) {
  .word-box {
    margin: 32px 10px;
    flex-direction: column;
  gap: 0px;
  }
.dic-wordtext-box {
  background-color: var(--surface-50);
  padding: 18px 8px;
}
.white-btn {
  box-shadow: none;
  padding: 12px;
  font-size: 32px;
}
.res-fixed {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 10px;
  right: 0;
  width: -webkit-fill-available;
  gap: 12px;
  margin: 10px;
  font-size: 24px;

}
.res-fixed > div {
  padding: 16px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%; 
  /* border-radius: 100px; */
}
}
/* AUDIO MODAL */

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.70);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-body {
  color: white;
  width: 94%;
  max-width: 500px;
  border-radius: 18px;
  position: relative;
}
.player {
  background: var(--surface-300);
  color: white;
  padding: 24px;
  border-radius: 18px;
  position: relative;
}

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  color: var(--surface-200);
  font-size: 18px;
  cursor: pointer;
}

.player-header {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  outline: 5px solid var(--primary-200);
  outline-offset: -10px;
}

.player-header p {
  margin: 4px 0 0;
  color: var(--surface-200);
  font-size: 14px;
}

.waveform {
  display: flex;
  gap: 4px;
  margin: 24px 0;
}

.waveform span {
  width: 4px;
  height: 20px;
  background: var(--surface-50);
  border-radius: 2px;
  animation: wave 1.2s infinite ease-in-out;
}

.waveform span:nth-child(odd){
  animation-delay: .3s;
}

@keyframes wave {
  0%,100% { height: 8px; }
  50% { height: 28px; }
}

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 72px 0;
  gap: 14px;
}

#playPause {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: white;
  border: none;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

#time {
  font-size: 14px;
  color: var(--surface-200);
  width: 8%;
}

.modal-btn {
  display: block;
  margin-top: 4px;
  text-align: center;
  padding: 14px;
  border-radius: 16px;
  color: var(--primary-300);
  background: white;
  text-decoration: none;
  font-weight: 500;
}

.modal-btn:hover {
  box-shadow: var(--grey-shadow);
  outline: 2px solid white;
}
 .res-flex {
  display: flex;
  justify-content: space-between;
  }
  .word-title {
    margin: 0;
    /* direction: ltr; */
  }
@media screen and (max-width: 800px) {
  .modal {
  align-items: center;
  justify-content:end;
  padding-bottom: 24px;
  }
  .res-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
    .word-title {
    text-align: center;
    margin: 0 10%;
  }
}
/* BANNERS */
.mid-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 84px 0;
  width: 100%;
  margin: 48px 0;
  color: var(--surface-50);
  /* background-color: var(--secondary-200); */
  background-image: url("./media/imgs/pngs/golden-background.jpg");
  height: fit-content;
  background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mid-banner > a > img:hover {
  border-radius: var(--radius-lg);
  box-shadow: var(--grey-shadow);
  background-color: var(--primary-300);
}









:root {
  /* Color */
  --primary-50: hsl(200, 24%, 93%);
  --primary-100: hsl(200, 11%, 67%);
  --primary-200: hsl(200, 17%, 41%);
  --primary-300: hsl(200, 25%, 24%);

  --secondary-50: hsl(56, 80%, 86%);
  --secondary-200: hsl(56, 100%, 67%);

  --surface-50: hsl(200, 100%, 100%);
  --surface-100: hsl(0, 0%, 97%);
  --surface-200: hsl(200, 0%, 90%);
  --surface-250: hsl(200, 0%, 25%);
  --surface-300: hsl(200, 0%, 20%);

  /* Shadow */
  --black-shadow: 0px 0px 20px hsla(0, 0%, 22%, 0.899);
  --grey-shadow: 0px 0px 20px hsla(0, 0%, 36%, 0.575);
  --green-shadow: 0px 0px 10px hsla(201, 12%, 54%, 0.25);
  --bottom-shadow: 0px 3px 4px hsla(0, 0%, 0%, 0.18);

  /* Border */
  --border-sm: 4px solid white;
  --border-lg: 6px solid white;

  /* Radius */
  --radius-sm: 16px;
  --radius-md: 32px;
  --radius-lg: 40px;

  /* Fonts */
  --text-6xl: 48px;
  --height-6xl: 58px;

  --text-5xl: 40px;
  --height-5xl: 52px;

  --text-4xl: 36px;
  --height-4xl: 48px;

  --text-3xl: 24px;
  --height-3xl: 32px;

  --text-2xl: 20px;
  --height-2xl: 24px;

  --text-xl: 18px;
  --height-xl: 24px;

  --text-base: 16px;
  --height-base: 24px;
}

/* ICONS */
@font-face {
  font-family: "icomoon";
  src: url("media/fonts/icons/icomoon.eot?vkd1hh");
  src:
    url("media/fonts/icons/icomoon.eot?vkd1hh#iefix")
      format("embedded-opentype"),
    url("media/fonts/icons/icomoon.ttf?vkd1hh") format("truetype"),
    url("media/fonts/icons/icomoon.woff?vkd1hh") format("woff"),
    url("media/fonts/icons/icomoon.svg?vkd1hh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* speak: never; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Activity-1:before {
  content: "\e900";
}
.icon-Activity-2:before {
  content: "\e901";
}
.icon-Activity-3:before {
  content: "\e902";
}
.icon-Activity-4:before {
  content: "\e903";
}
.icon-Add-Category:before {
  content: "\e904";
}
.icon-Add-Circle:before {
  content: "\e905";
}
.icon-Add-Square:before {
  content: "\e906";
}
.icon-Add:before {
  content: "\e907";
}
.icon-Arrow-Swap-Horizontal:before {
  content: "\e908";
}
.icon-Arrow-Swap-Vertical:before {
  content: "\e909";
}
.icon-Attachment:before {
  content: "\e90a";
}
.icon-Award-1:before {
  content: "\e90b";
}
.icon-Award-2:before {
  content: "\e90c";
}
.icon-Award-3:before {
  content: "\e90d";
}
.icon-Award-4:before {
  content: "\e90e";
}
.icon-Award-5:before {
  content: "\e90f";
}
.icon-Award-6:before {
  content: "\e910";
}
.icon-Backward-5-Seconds:before {
  content: "\e911";
}
.icon-Backward-10-Seconds:before {
  content: "\e912";
}
.icon-Backward:before {
  content: "\e913";
}
.icon-Bag-1:before {
  content: "\e914";
}
.icon-Bag-2:before {
  content: "\e915";
}
.icon-Bag-3:before {
  content: "\e916";
}
.icon-Bag-4:before {
  content: "\e917";
}
.icon-Bag-5:before {
  content: "\e918";
}
.icon-Bag-6:before {
  content: "\e919";
}
.icon-Bag-7:before {
  content: "\e91a";
}
.icon-Bag-8:before {
  content: "\e91b";
}
.icon-Battery-Charging:before {
  content: "\e91c";
}
.icon-Battery-Fully:before {
  content: "\e91d";
}
.icon-Battery-Low:before {
  content: "\e91e";
}
.icon-Battery-Normal:before {
  content: "\e91f";
}
.icon-Bold:before {
  content: "\e920";
}
.icon-Bookmark-1:before {
  content: "\e921";
}
.icon-Bookmark-2:before {
  content: "\e922";
}
.icon-Bookmark-3:before {
  content: "\e923";
}
.icon-Buy-1:before {
  content: "\e924";
}
.icon-Buy-2:before {
  content: "\e925";
}
.icon-Buy-3:before {
  content: "\e926";
}
.icon-Calender-1:before {
  content: "\e927";
}
.icon-Calender-2:before {
  content: "\e928";
}
.icon-Call-Missed:before {
  content: "\e929";
}
.icon-Call-Silent:before {
  content: "\e92a";
}
.icon-Call:before {
  content: "\e92b";
}
.icon-Calling-1:before {
  content: "\e92c";
}
.icon-Calling-2:before {
  content: "\e92d";
}
.icon-Camera-1:before {
  content: "\e92e";
}
.icon-Camera-2:before {
  content: "\e92f";
}
.icon-Camera-Slash-1:before {
  content: "\e930";
}
.icon-Camera-Slash-2:before {
  content: "\e931";
}
.icon-Card-1:before {
  content: "\e932";
}
.icon-Card-2:before {
  content: "\e933";
}
.icon-Category:before {
  content: "\e934";
}
.icon-Chart:before {
  content: "\e935";
}
.icon-Close-Circle:before {
  content: "\e936";
}
.icon-Close-Square:before {
  content: "\e937";
}
.icon-Close:before {
  content: "\e938";
}
.icon-Color-Picker:before {
  content: "\e939";
}
.icon-Crop-1:before {
  content: "\e93a";
}
.icon-Crop-2:before {
  content: "\e93b";
}
.icon-Crop-3:before {
  content: "\e93c";
}
.icon-Cup-of-Tea:before {
  content: "\e93d";
}
.icon-Cup:before {
  content: "\e93e";
}
.icon-Danger-Circle:before {
  content: "\e93f";
}
.icon-Danger-Triangle:before {
  content: "\e940";
}
.icon-Delete-1:before {
  content: "\e941";
}
.icon-Delete-2:before {
  content: "\e942";
}
.icon-Discount-Circle:before {
  content: "\e943";
}
.icon-Discount-Shape-1:before {
  content: "\e944";
}
.icon-Discount-Shape-2:before {
  content: "\e945";
}
.icon-Discount-Shape-3:before {
  content: "\e946";
}
.icon-Discount-Square:before {
  content: "\e947";
}
.icon-Discovery-1:before {
  content: "\e948";
}
.icon-Discovery-2:before {
  content: "\e949";
}
.icon-Dislike:before {
  content: "\e94a";
}
.icon-Display-1:before {
  content: "\e94b";
}
.icon-Display-2:before {
  content: "\e94c";
}
.icon-Display-3:before {
  content: "\e94d";
}
.icon-Display-4:before {
  content: "\e94e";
}
.icon-Document-Add-1:before {
  content: "\e94f";
}
.icon-Document-Align-Center-2:before {
  content: "\e950";
}
.icon-Document-Align-Left-2:before {
  content: "\e951";
}
.icon-Document-Align-Left-3:before {
  content: "\e952";
}
.icon-Document-Align-Right-1:before {
  content: "\e953";
}
.icon-Document-Justify-Left-1:before {
  content: "\e954";
}
.icon-Document-Minus-3:before {
  content: "\e955";
}
.icon-Document-Upload-1:before {
  content: "\e956";
}
.icon-Document-Add-2:before {
  content: "\e957";
}
.icon-Document-Add-3:before {
  content: "\e958";
}
.icon-Document-Add-4:before {
  content: "\e959";
}
.icon-Document-Align-Center-1:before {
  content: "\e95a";
}
.icon-Document-Align-Center-3:before {
  content: "\e95b";
}
.icon-Document-Align-Center-4:before {
  content: "\e95c";
}
.icon-Document-Align-Center-5:before {
  content: "\e95d";
}
.icon-Document-Align-Center-6:before {
  content: "\e95e";
}
.icon-Document-Align-Center-7:before {
  content: "\e95f";
}
.icon-Document-Align-Left-1:before {
  content: "\e960";
}
.icon-Document-Align-Left-4:before {
  content: "\e961";
}
.icon-Document-Align-Left-5:before {
  content: "\e962";
}
.icon-Document-Align-Left-6:before {
  content: "\e963";
}
.icon-Document-Align-Left-7:before {
  content: "\e964";
}
.icon-Document-Align-Left-8:before {
  content: "\e965";
}
.icon-Document-Align-Left-9:before {
  content: "\e966";
}
.icon-Document-Align-Left-10:before {
  content: "\e967";
}
.icon-Document-Align-Left-11:before {
  content: "\e968";
}
.icon-Document-Align-Left-12:before {
  content: "\e969";
}
.icon-Document-Align-Left-13:before {
  content: "\e96a";
}
.icon-Document-Align-Left-14:before {
  content: "\e96b";
}
.icon-Document-Align-Left-15:before {
  content: "\e96c";
}
.icon-Document-Align-Left-16:before {
  content: "\e96d";
}
.icon-Document-Align-Left-17:before {
  content: "\e96e";
}
.icon-Document-Align-Right-2:before {
  content: "\e96f";
}
.icon-Document-Align-Right-3:before {
  content: "\e970";
}
.icon-Document-Align-Right-4:before {
  content: "\e971";
}
.icon-Document-Align-Right-5:before {
  content: "\e972";
}
.icon-Document-Align-Right-6:before {
  content: "\e973";
}
.icon-Document-Align-Right-7:before {
  content: "\e974";
}
.icon-Document-Align-Right-8:before {
  content: "\e975";
}
.icon-Document-Align-Right-9:before {
  content: "\e976";
}
.icon-Document-Align-Right-10:before {
  content: "\e977";
}
.icon-Document-Align-Right-11:before {
  content: "\e978";
}
.icon-Document-Align-Right-12:before {
  content: "\e979";
}
.icon-Document-Align-Right-13:before {
  content: "\e97a";
}
.icon-Document-Align-Right-14:before {
  content: "\e97b";
}
.icon-Document-Align-Right-15:before {
  content: "\e97c";
}
.icon-Document-Align-Right-16:before {
  content: "\e97d";
}
.icon-Document-Align-Right-17:before {
  content: "\e97e";
}
.icon-Document-Download-1:before {
  content: "\e97f";
}
.icon-Document-Download-2:before {
  content: "\e980";
}
.icon-Document-Download-3:before {
  content: "\e981";
}
.icon-Document-Download-4:before {
  content: "\e982";
}
.icon-Document-Fail-1:before {
  content: "\e983";
}
.icon-Document-Fail-2:before {
  content: "\e984";
}
.icon-Document-Fail-3:before {
  content: "\e985";
}
.icon-Document-Fail-4:before {
  content: "\e986";
}
.icon-Document-Justify-Right-1:before {
  content: "\e987";
}
.icon-Document-Justify-Center-1:before {
  content: "\e988";
}
.icon-Document-Justify-Center-2:before {
  content: "\e989";
}
.icon-Document-Justify-Left-2:before {
  content: "\e98a";
}
.icon-Document-Justify-Right-2:before {
  content: "\e98b";
}
.icon-Document-Minus-1:before {
  content: "\e98c";
}
.icon-Document-Minus-2:before {
  content: "\e98d";
}
.icon-Document-Minus-4:before {
  content: "\e98e";
}
.icon-Document-Upload-2:before {
  content: "\e98f";
}
.icon-Document-Upload-3:before {
  content: "\e990";
}
.icon-Document-Upload-4:before {
  content: "\e991";
}
.icon-Dollar-Circle:before {
  content: "\e992";
}
.icon-Dollar-Square:before {
  content: "\e993";
}
.icon-Down-1:before {
  content: "\e994";
}
.icon-Down-2:before {
  content: "\e995";
}
.icon-Down-3:before {
  content: "\e996";
}
.icon-Down-Circle-1:before {
  content: "\e997";
}
.icon-Down-Circle-2:before {
  content: "\e998";
}
.icon-Down-Square-1:before {
  content: "\e999";
}
.icon-Down-Square-2:before {
  content: "\e99a";
}
.icon-Download:before {
  content: "\e99b";
}
.icon-Drop:before {
  content: "\e99c";
}
.icon-Edit-1:before {
  content: "\e99d";
}
.icon-Edit-2:before {
  content: "\e99e";
}
.icon-Edit-Square:before {
  content: "\e99f";
}
.icon-Education:before {
  content: "\e9a0";
}
.icon-FAQ-Circle:before {
  content: "\e9a1";
}
.icon-Filter-1:before {
  content: "\e9a2";
}
.icon-Filter-2:before {
  content: "\e9a3";
}
.icon-Filter-3:before {
  content: "\e9a4";
}
.icon-Filter-4:before {
  content: "\e9a5";
}
.icon-Filter-5:before {
  content: "\e9a6";
}
.icon-Flash-Disk-1:before {
  content: "\e9a7";
}
.icon-Flash-Disk-2:before {
  content: "\e9a8";
}
.icon-Folder-1:before {
  content: "\e9a9";
}
.icon-Folder-2:before {
  content: "\e9aa";
}
.icon-Folder-Add-1:before {
  content: "\e9ab";
}
.icon-Folder-Add-2:before {
  content: "\e9ac";
}
.icon-Folder-Cross-1:before {
  content: "\e9ad";
}
.icon-Folder-Cross-2:before {
  content: "\e9ae";
}
.icon-Folder-Minus-1:before {
  content: "\e9af";
}
.icon-Folder-Minus-2:before {
  content: "\e9b0";
}
.icon-Foreign:before {
  content: "\e9b1";
}
.icon-Forward-5-Seconds:before {
  content: "\e9b2";
}
.icon-Forward-10-Seconds:before {
  content: "\e9b3";
}
.icon-Forward:before {
  content: "\e9b4";
}
.icon-Gift-1:before {
  content: "\e9b5";
}
.icon-Gift-2:before {
  content: "\e9b6";
}
.icon-Graph:before {
  content: "\e9b7";
}
.icon-Group-1:before {
  content: "\e9b8";
}
.icon-Group-2:before {
  content: "\e9b9";
}
.icon-Group-3:before {
  content: "\e9ba";
}
.icon-Happy-1:before {
  content: "\e9bb";
}
.icon-Happy-2:before {
  content: "\e9bc";
}
.icon-Hashtag:before {
  content: "\e9bd";
}
.icon-Headphone-1:before {
  content: "\e9be";
}
.icon-Headphone-2:before {
  content: "\e9bf";
}
.icon-Heart-1:before {
  content: "\e9c0";
}
.icon-Heart-2:before {
  content: "\e9c1";
}
.icon-Heart-3:before {
  content: "\e9c2";
}
.icon-Hide:before {
  content: "\e9c3";
}
.icon-Home-1:before {
  content: "\e9c4";
}
.icon-Home-2:before {
  content: "\e9c5";
}
.icon-Home-3:before {
  content: "\e9c6";
}
.icon-Home-4:before {
  content: "\e9c7";
}
.icon-Image:before {
  content: "\e9c8";
}
.icon-Information-Circle:before {
  content: "\e9c9";
}
.icon-Information-Square:before {
  content: "\e9ca";
}
.icon-Instagram:before {
  content: "\e9cb";
}
.icon-Italic:before {
  content: "\e9cc";
}
.icon-Keyboard:before {
  content: "\e9cd";
}
.icon-Left-1:before {
  content: "\e9ce";
}
.icon-Left-2:before {
  content: "\e9cf";
}
.icon-Left-3:before {
  content: "\e9d0";
}
.icon-Left-Circle-1:before {
  content: "\e9d1";
}
.icon-Left-Circle-2:before {
  content: "\e9d2";
}
.icon-Left-Square-1:before {
  content: "\e9d3";
}
.icon-Left-Square-2:before {
  content: "\e9d4";
}
.icon-Like-1:before {
  content: "\e9d5";
}
.icon-Like-2:before {
  content: "\e9d6";
}
.icon-Like-3:before {
  content: "\e9d7";
}
.icon-Like:before {
  content: "\e9d8";
}
.icon-Link:before {
  content: "\e9d9";
}
.icon-Linkedin:before {
  content: "\e9da";
}
.icon-Location-Add:before {
  content: "\e9db";
}
.icon-Location-Cross:before {
  content: "\e9dc";
}
.icon-Location-Minus:before {
  content: "\e9dd";
}
.icon-Location-Tick:before {
  content: "\e9de";
}
.icon-Location:before {
  content: "\e9df";
}
.icon-Lock-1:before {
  content: "\e9e0";
}
.icon-Lock-2:before {
  content: "\e9e1";
}
.icon-Lock-3:before {
  content: "\e9e2";
}
.icon-Login:before {
  content: "\e9e3";
}
.icon-Logout:before {
  content: "\e9e4";
}
.icon-Map:before {
  content: "\e9e5";
}
.icon-Menu-Candy-Box:before {
  content: "\e9e6";
}
.icon-Menu-Cheesesburger:before {
  content: "\e9e7";
}
.icon-Menu-Fries:before {
  content: "\e9e8";
}
.icon-Menu-Hamburger:before {
  content: "\e9e9";
}
.icon-Menu-Hamburger-1:before {
  content: "\e9ea";
}
.icon-Menu-Hotdog:before {
  content: "\e9eb";
}
.icon-Menu-Kebab:before {
  content: "\e9ec";
}
.icon-Menu-Meatballs:before {
  content: "\e9ed";
}
.icon-Menu-Strawberry:before {
  content: "\e9ee";
}
.icon-Menu-Veggie-Burger:before {
  content: "\e9ef";
}
.icon-Menu:before {
  content: "\e9f0";
}
.icon-Message-1:before {
  content: "\e9f1";
}
.icon-Message-2:before {
  content: "\e9f2";
}
.icon-Message-3:before {
  content: "\e9f3";
}
.icon-Message-4:before {
  content: "\e9f4";
}
.icon-Message-5:before {
  content: "\e9f5";
}
.icon-Message-6:before {
  content: "\e9f6";
}
.icon-Message-7:before {
  content: "\e9f7";
}
.icon-Message-8:before {
  content: "\e9f8";
}
.icon-Message-9:before {
  content: "\e9f9";
}
.icon-Message-10:before {
  content: "\e9fa";
}
.icon-Message-11:before {
  content: "\e9fb";
}
.icon-Message-12:before {
  content: "\e9fc";
}
.icon-Message-13:before {
  content: "\e9fd";
}
.icon-Message-14:before {
  content: "\e9fe";
}
.icon-Message-15:before {
  content: "\e9ff";
}
.icon-Message-16:before {
  content: "\ea00";
}
.icon-Message-17:before {
  content: "\ea01";
}
.icon-Message-18:before {
  content: "\ea02";
}
.icon-Message-21:before {
  content: "\ea03";
}
.icon-Message-22:before {
  content: "\ea04";
}
.icon-Message-23:before {
  content: "\ea05";
}
.icon-Message-24:before {
  content: "\ea06";
}
.icon-Message-25:before {
  content: "\ea07";
}
.icon-Message-26:before {
  content: "\ea08";
}
.icon-Message-27:before {
  content: "\ea09";
}
.icon-Message-28:before {
  content: "\ea0a";
}
.icon-Message-29:before {
  content: "\ea0b";
}
.icon-Message-30:before {
  content: "\ea0c";
}
.icon-Message-31:before {
  content: "\ea0d";
}
.icon-Message-32:before {
  content: "\ea0e";
}
.icon-Message-33:before {
  content: "\ea0f";
}
.icon-Message-34:before {
  content: "\ea10";
}
.icon-Message-35:before {
  content: "\ea11";
}
.icon-Message-36:before {
  content: "\ea12";
}
.icon-Message-37:before {
  content: "\ea13";
}
.icon-Message-38:before {
  content: "\ea14";
}
.icon-Microphone-1:before {
  content: "\ea15";
}
.icon-Microphone-2:before {
  content: "\ea16";
}
.icon-Microphone-3:before {
  content: "\ea17";
}
.icon-Microphone-4:before {
  content: "\ea18";
}
.icon-Microphone-Off:before {
  content: "\ea19";
}
.icon-Minus-Circle:before {
  content: "\ea1a";
}
.icon-Minus-Square:before {
  content: "\ea1b";
}
.icon-Minus:before {
  content: "\ea1c";
}
.icon-Moon:before {
  content: "\ea1d";
}
.icon-More-Circle:before {
  content: "\ea1e";
}
.icon-More-Square:before {
  content: "\ea1f";
}
.icon-Mouse:before {
  content: "\ea20";
}
.icon-Music-Filter:before {
  content: "\ea21";
}
.icon-Music:before {
  content: "\ea22";
}
.icon-Musicnote:before {
  content: "\ea23";
}
.icon-Next:before {
  content: "\ea24";
}
.icon-Notification-1:before {
  content: "\ea25";
}
.icon-Notification-2:before {
  content: "\ea26";
}
.icon-Notification-3:before {
  content: "\ea27";
}
.icon-Notification-4:before {
  content: "\ea28";
}
.icon-Numerical-Star:before {
  content: "\ea29";
}
.icon-Off:before {
  content: "\ea2a";
}
.icon-Palette:before {
  content: "\ea2b";
}
.icon-Password-1:before {
  content: "\ea2c";
}
.icon-Password-2:before {
  content: "\ea2d";
}
.icon-Password-3:before {
  content: "\ea2e";
}
.icon-Password-4:before {
  content: "\ea2f";
}
.icon-Password-5:before {
  content: "\ea30";
}
.icon-Password-6:before {
  content: "\ea31";
}
.icon-Pause-Circle:before {
  content: "\ea32";
}
.icon-Pause-Octagon:before {
  content: "\ea33";
}
.icon-Pause-Octagon-1:before {
  content: "\ea34";
}
.icon-Pause:before {
  content: "\ea35";
}
.icon-Pen:before {
  content: "\ea36";
}
.icon-Pin:before {
  content: "\ea37";
}
.icon-Play-Circle:before {
  content: "\ea38";
}
.icon-Play-Octagon:before {
  content: "\ea39";
}
.icon-Play-Square:before {
  content: "\ea3a";
}
.icon-Play:before {
  content: "\ea3b";
}
.icon-Poker:before {
  content: "\ea3c";
}
.icon-Previous:before {
  content: "\ea3d";
}
.icon-Profile-1:before {
  content: "\ea3e";
}
.icon-Profile-Accepted-2:before {
  content: "\ea3f";
}
.icon-Profile-Add-1:before {
  content: "\ea40";
}
.icon-Profile-Add-2:before {
  content: "\ea41";
}
.icon-Profile-Circle:before {
  content: "\ea42";
}
.icon-Profile-Delete-1:before {
  content: "\ea43";
}
.icon-Profile-Delete-2:before {
  content: "\ea44";
}
.icon-Profile-Octagon:before {
  content: "\ea45";
}
.icon-Profile-Remove-1:before {
  content: "\ea46";
}
.icon-Profile-Remove-2:before {
  content: "\ea47";
}
.icon-Profile-Square:before {
  content: "\ea48";
}
.icon-PS5-1:before {
  content: "\ea49";
}
.icon-PS5-2:before {
  content: "\ea4a";
}
.icon-Radio:before {
  content: "\ea4b";
}
.icon-Record:before {
  content: "\ea4c";
}
.icon-Redo:before {
  content: "\ea4d";
}
.icon-Refresh-1:before {
  content: "\ea4e";
}
.icon-Refresh-2:before {
  content: "\ea4f";
}
.icon-Repeate-1:before {
  content: "\ea50";
}
.icon-Repeate-3:before {
  content: "\ea51";
}
.icon-Repeate-One-1:before {
  content: "\ea52";
}
.icon-Repeate-One-2:before {
  content: "\ea53";
}
.icon-Repeate-One-3:before {
  content: "\ea54";
}
.icon-Report:before {
  content: "\ea55";
}
.icon-Right-1:before {
  content: "\ea56";
}
.icon-Right-2:before {
  content: "\ea57";
}
.icon-Right-3:before {
  content: "\ea58";
}
.icon-Right-Circle-1:before {
  content: "\ea59";
}
.icon-Right-Circle-2:before {
  content: "\ea5a";
}
.icon-Right-Square-1:before {
  content: "\ea5b";
}
.icon-Right-Square-2:before {
  content: "\ea5c";
}
.icon-Rotate-Left:before {
  content: "\ea5d";
}
.icon-Rotate-Right:before {
  content: "\ea5e";
}
.icon-Sad:before {
  content: "\ea5f";
}
.icon-Scan-1:before {
  content: "\ea60";
}
.icon-Scan-2:before {
  content: "\ea61";
}
.icon-Scan-3:before {
  content: "\ea62";
}
.icon-Scan-4:before {
  content: "\ea63";
}
.icon-Scan-5:before {
  content: "\ea64";
}
.icon-Scan-6:before {
  content: "\ea65";
}
.icon-Scan-7:before {
  content: "\ea66";
}
.icon-Scan-8:before {
  content: "\ea67";
}
.icon-Scan-10:before {
  content: "\ea68";
}
.icon-Scan-11:before {
  content: "\ea69";
}
.icon-Scan-12:before {
  content: "\ea6a";
}
.icon-Scan-13:before {
  content: "\ea6b";
}
.icon-Search-1:before {
  content: "\ea6c";
}
.icon-Search-2:before {
  content: "\ea6d";
}
.icon-Security-Safe:before {
  content: "\ea6e";
}
.icon-Send-1:before {
  content: "\ea6f";
}
.icon-Send-2:before {
  content: "\ea70";
}
.icon-Send-3:before {
  content: "\ea71";
}
.icon-Send-4:before {
  content: "\ea72";
}
.icon-Send-5:before {
  content: "\ea73";
}
.icon-Setting:before {
  content: "\ea74";
}
.icon-Shield-1:before {
  content: "\ea75";
}
.icon-Shield-Cross:before {
  content: "\ea76";
}
.icon-Shield-Plus:before {
  content: "\ea77";
}
.icon-Shield-Star:before {
  content: "\ea78";
}
.icon-Shield-Tick:before {
  content: "\ea79";
}
.icon-Show:before {
  content: "\ea7a";
}
.icon-Shuffle-1:before {
  content: "\ea7b";
}
.icon-Shuffle-2:before {
  content: "\ea7c";
}
.icon-Situation-1:before {
  content: "\ea7d";
}
.icon-Situation-2:before {
  content: "\ea7e";
}
.icon-SMS-1:before {
  content: "\ea7f";
}
.icon-SMS-2:before {
  content: "\ea80";
}
.icon-Speaker-1:before {
  content: "\ea81";
}
.icon-Speaker-2:before {
  content: "\ea82";
}
.icon-Star-1:before {
  content: "\ea83";
}
.icon-Star-2:before {
  content: "\ea84";
}
.icon-Sticker:before {
  content: "\ea85";
}
.icon-Stop-Circle:before {
  content: "\ea86";
}
.icon-Stop:before {
  content: "\ea87";
}
.icon-Sun-1:before {
  content: "\ea88";
}
.icon-Sun-2:before {
  content: "\ea89";
}
.icon-Swap-1:before {
  content: "\ea8a";
}
.icon-Swap-2:before {
  content: "\ea8b";
}
.icon-Tag:before {
  content: "\ea8c";
}
.icon-Telegram:before {
  content: "\ea8d";
}
.icon-Text-Align-Center:before {
  content: "\ea8e";
}
.icon-Text-Align-Justify-Center:before {
  content: "\ea8f";
}
.icon-Text-Align-Justify-Left:before {
  content: "\ea90";
}
.icon-Text-Align-Justify-Right:before {
  content: "\ea91";
}
.icon-Text-Align-Left:before {
  content: "\ea92";
}
.icon-Text-Align-Right:before {
  content: "\ea93";
}
.icon-Text:before {
  content: "\ea94";
}
.icon-Tick-Circle:before {
  content: "\ea95";
}
.icon-Tick-Square:before {
  content: "\ea96";
}
.icon-Tick:before {
  content: "\ea97";
}
.icon-Ticket-1:before {
  content: "\ea98";
}
.icon-Ticket-2:before {
  content: "\ea99";
}
.icon-Ticket-Discount:before {
  content: "\ea9a";
}
.icon-Ticket-Expired:before {
  content: "\ea9b";
}
.icon-Ticket-Star-1:before {
  content: "\ea9c";
}
.icon-Ticket-Star-2:before {
  content: "\ea9d";
}
.icon-Time-Circle-1:before {
  content: "\ea9e";
}
.icon-Time-Circle-2:before {
  content: "\ea9f";
}
.icon-Time-Circle-3:before {
  content: "\eaa0";
}
.icon-Time-Circle-4:before {
  content: "\eaa1";
}
.icon-Time-Circle-5:before {
  content: "\eaa2";
}
.icon-Time-Circle-6:before {
  content: "\eaa3";
}
.icon-TV:before {
  content: "\eaa4";
}
.icon-Undo:before {
  content: "\eaa5";
}
.icon-Unlock-1:before {
  content: "\eaa6";
}
.icon-Unlock-2:before {
  content: "\eaa7";
}
.icon-Unlock-3:before {
  content: "\eaa8";
}
.icon-Up-1:before {
  content: "\eaa9";
}
.icon-Up-2:before {
  content: "\eaaa";
}
.icon-Up-3:before {
  content: "\eaab";
}
.icon-Up-Circle-1:before {
  content: "\eaac";
}
.icon-Up-Circle-2:before {
  content: "\eaad";
}
.icon-Up-Square-1:before {
  content: "\eaae";
}
.icon-Up-Square-2:before {
  content: "\eaaf";
}
.icon-Upload:before {
  content: "\eab0";
}
.icon-User-Tag:before {
  content: "\eab1";
}
.icon-Verified:before {
  content: "\eab2";
}
.icon-Video-1:before {
  content: "\eab3";
}
.icon-Video-2:before {
  content: "\eab4";
}
.icon-Video-Slash:before {
  content: "\eab5";
}
.icon-Virus:before {
  content: "\eab6";
}
.icon-Voice-Circle:before {
  content: "\eab7";
}
.icon-Voice-Shape-1:before {
  content: "\eab8";
}
.icon-Voice-Shape-2:before {
  content: "\eab9";
}
.icon-Voice-Square:before {
  content: "\eaba";
}
.icon-Voice:before {
  content: "\eabb";
}
.icon-Volume-Cross:before {
  content: "\eabc";
}
.icon-Volume-High:before {
  content: "\eabd";
}
.icon-Volume-Low:before {
  content: "\eabe";
}
.icon-Volume-Low-1:before {
  content: "\eabf";
}
.icon-Volume-Mute:before {
  content: "\eac0";
}
.icon-Volume-Off:before {
  content: "\eac1";
}
.icon-Volume-Slash:before {
  content: "\eac2";
}
.icon-Volume-Up:before {
  content: "\eac3";
}
.icon-Wallet:before {
  content: "\eac4";
}
.icon-Warning:before {
  content: "\eac5";
}
.icon-Watch-1:before {
  content: "\eac6";
}
.icon-Watch-2:before {
  content: "\eac7";
}
.icon-Website:before {
  content: "\eac8";
}
.icon-Wifi:before {
  content: "\eac9";
}
.icon-Work:before {
  content: "\eaca";
}
.icon-Zoom-In:before {
  content: "\eacb";
}
.icon-Zoom-Out:before {
  content: "\eacc";
}
