:root {
    --bg: #f8f7fa;
    --menutxtcl: 111, 115, 145;
    --menutxtweight: 600;
    --intlinear: 117, 89, 255;
    --txtall: 79, 82, 107;
    --cl1: 117, 89, 255;
    --pckdf: var(--cl1);
    --whydf: var(--cl1);
    --lbds: 255, 255, 255;
    --lsdb: 56, 58, 70;
    --text: 85, 85, 85;
    --fixedtel: #d581b4;
}
body.dark {
    --bg: #26272d;
    --menutxtcl: 226, 226, 228;
    --intlinear: 45, 45, 58;
    --txtall: 226, 226, 228;
    --cl1: 117, 89, 255;
    --lbds: 56, 58, 70;
    --lsdb: 255, 255, 255;
    --pckdf: var(--cl1);
    --text: 226, 226, 228;
}

/* Instagram */ .drop-menu .fa-instagram { color:#E4405F !important; } /* TikTok */ .drop-menu .fa-tiktok { color:#000 !important; } /* YouTube */ .drop-menu .fa-youtube { color:#FF0000 !important; } /* Twitter */ .drop-menu .fa-twitter { color:#1DA1F2 !important; } /* Facebook */ .drop-menu .fa-facebook { color:#1877F2 !important; }  /* Twitch */ .drop-menu .fa-twitch { color:#9146FF !important; } /* Kick */ .drop-menu .fa-kickstarter { color:#05CE78 !important; } /* Spotify */ .drop-menu .fa-spotify { color:#1DB954 !important; } /* Telegram */ .drop-menu .fa-telegram { color:#26A5E4 !important; } 

.drop-menu .fa-google {
  width: 1em;
  height: 1em;
  display: inline-block;

  background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/c1/Google_%22G%22_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  color: transparent !important;
}
