@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tuzp5x');
  src:  url('fonts/icomoon.eot?tuzp5x#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tuzp5x') format('truetype'),
    url('fonts/icomoon.woff?tuzp5x') format('woff'),
    url('fonts/icomoon.svg?tuzp5x#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-32 {
  font-size: 32px;
  line-height: 32px;
}
.icon-24 {
  font-size: 24px;
  line-height: 24px;
}
.icon-16 {
  font-size: 16px;
  line-height: 16px;
}

.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.social-icon:hover {
  opacity:0.8;
  color: #fff;
}

.social-icon.ig {
  background: #D300C5; /* Fallback color */
  background: linear-gradient(
    45deg,
    #FFD600 0%,
    #FF7A00 15%,
    #FF0069 50%,
    #D300C5 85%,
    #7638FA 100%
  );
}
.social-icon.tiktok, .social-icon.x, social-icon.threads {
  background-color: #000;
}
.social-icon.youtube {
  background-color: #ff0000;
}
.social-icon.fb {
  background-color: #1877F2;
}
.social-icon.wa {
  background-color: #25D366;
}
.social-icon.telegram {
  background-color: #2ca5e0;
;
}

.icon-fb:before {
  content: "\e900";
}
.icon-home:before {
  content: "\e901";
}
.icon-ig:before {
  content: "\e902";
}
.icon-info:before {
  content: "\e903";
}
.icon-link:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-shared:before {
  content: "\e906";
}
.icon-tiktok:before {
  content: "\e907";
}
.icon-view:before {
  content: "\e908";
}
.icon-wa:before {
  content: "\e909";
}
.icon-x:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-arrow-left:before {
  content: "\e90c";
}
.icon-arrow-right:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90e";
}
.icon-pin:before {
  content: "\e90f";
}
.icon-popular:before {
  content: "\e910";
}
.icon-recent:before {
  content: "\e911";
}
.icon-telegram:before {
  content: "\e912";
}

.copy-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    z-index: 9999;
}

.copy-toast.show {
    opacity: 1;
    bottom: 50px;
}
