.select2-results__option.select2-results__option--selectable {
  color: #333;
}

.select2-results__option--selected {
  color: white;
}

.dropdown-menu.dropdown-menu-right.show {
  max-width: 180px !important;
}

.select2-results__options {
  max-height: 450px !important;
}

.bc_hidden {
  display: none !important;
}

.bootstrap-select .dropdown-item.active,
.dropdown-item:active {
  width: min-content !important;
  color: white !important;
}

.bootstrap-select .dropdown-item.active,
.dropdown-item:active.dropdown-item:hover {
  color: white !important;
}

/* .dropdown-menu.dropdown-menu-right.show {
  transform: translate3d(-5px, 40px, 0px) !important;
} */

/* ICONS */

.fab {
  font-size: 17px;
  font-weight: bold;
  margin-right: 5px;
  text-rendering: optimizeLegibility;
  
}



.fab.fa-tiktok:before {
  margin-right: 2px;
}

.fab.fa-instagram {

  
}
.fab.fa-facebook-square {

}
.fab.fa-facebook {

}


.fab.fa-vimeo {
  color: #1ab7ea;
}

.fab.fa-500px {
  color: #0099e5;
}

.fab.fa-vk {
  color: #4c75a3;
}

.fab.fa-mentimeter {
  color: #00aeef;
}

.fab.fa-coub {
  color: #e74c3c;
}

.fab.fa-kickstarter {
  color: #2bde73;
}

.fab.fa-avianex {
  color: #151515;
}

.fab.fa-rumble {
  color: #eb0000;
}

.fab.fa-dataporten {
  color: #ff8500;
}

.fab.fa-kwai {
  color: #ff3b59;
}

.fab.fa-searchengin {
  color: #545454;
}

.fab.fa-discord {
  color: #7289da;
}

.fab.fa-earlybirds {
  color: #f9c633;
}

.fab.fa-rocketchat {
  color: #ff5722;
}

.fab.fa-grav {
  color: #1db954;
}

.fab.fa-medium {
  color: #00ab6c;
}

.fab.fa-google {
  color: #ea4335;
}

.fab.fa-tidal {
  color: #1db954;
}

.fab.fa-dailymotion {
  color: #0066dc;
}

.fab.fa-odnoklassniki {
  color: #ed812b;
}

.fab.fa-whatsapp {
  color: #25d366;
}

.fab.fa-pornhub {
  color: #ff9900;
}

.fab.fa-trovo {
  color: #2c75ff;
}

.fab.fa-line {
  color: #00c300;
}

.fab.fa-r-project {
  color: #276dc3;
}

.fab.fa-apple {
  color: #000000;
}

.fab.fa-trustpilot {
  color: #1e2e3b;
}

.fab.fa-sitejabber {
  color: #0f7a41;
}

.fab.fa-mixcloud {
  color: #1e1e1e;
}

.fab.fa-spreaker {
  color: #f5a623;
}

.fab.fa-deezer {
  color: #ff005f;
}

.fab.fa-napster {
  color: #ff3a4e;
}

.fab.fa-itunes-note {
  color: #ff3b30;
}

.fa.fa-solid.fa-at {
  color: #fff; /* white font color */
  background-color: #000000d6; /* black background */
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  text-rendering: optimizeLegibility;
  padding: 4px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* subtle black shadow */
}




/* ICONS */

.particle-snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.particle-snow canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}

.christmas-garland .christmas-garland__item {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
}

.christmas-garland .christmas-garland__item .shape {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.christmas-garland .christmas-garland__item .apple {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.christmas-garland .christmas-garland__item .pear {
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}

.christmas-garland .christmas-garland__item:nth-child(2n + 1) .shape {
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.christmas-garland .christmas-garland__item:nth-child(4n + 2) .shape {
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.christmas-garland .christmas-garland__item:nth-child(3n + 1) .shape {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.christmas-garland .christmas-garland__item:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: -1px;
  left: 9px;
}

.christmas-garland .christmas-garland__item:after {
  content: "";
  top: -9px;
  left: 14px;
  position: absolute;
  width: 52px;
  height: 18px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.christmas-garland .christmas-garland__item:last-child:after {
  content: none;
}

.christmas-garland .christmas-garland__item:first-child {
  margin-left: -40px;
}