@charset "UTF-8";
.ul-social-sync__title {
  font-weight: 700;
  font-size: 25px;
}
.ul-social-sync__subtitle {
  margin-bottom: 0.5rem;
}
.ul-social-sync__item {
  margin-bottom: 1rem;
}

.ul-added-socials__inner {
  display: flex;
  flex-wrap: wrap;
}
.ul-added-socials__item {
  cursor: pointer;
  position: relative;
  margin: 0 10px 10px 0;
}
.ul-added-socials__item:after {
  content: "×";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ul-added-socials__item:hover:after {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
