iframe[title="Messenger button"] {
  display: none;
}

div[id^="userlike"] div[class^="umm-"] {
  box-shadow: none;
}

.main-userlike-button {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 66px;
  width: 66px;
  text-align: center;
  background-color: #354b54;
  color: #fff !important;
  padding: 5px 0;
  border-radius: 100%;
  z-index: 1;
  cursor: pointer;
}

.main-userlike-button .bg-element {
  position: absolute;
  background-color: #354b54;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-userlike-button .bg-element::after {
  content: "";
  display: block;
  background: conic-gradient(
    #5b707b 0.0833turn,
    #95a6b1 0.0833turn 0.1666turn,
    #5b707b 0.1666turn 0.25turn,
    #95a6b1 0.25turn 0.3333turn,
    #5b707b 0.3333turn 0.4166turn,
    #95a6b1 0.4166turn 0.5turn,
    #5b707b 0.5turn 0.5833turn,
    #95a6b1 0.5833turn 0.6666turn,
    #5b707b 0.6666turn 0.75turn,
    #95a6b1 0.75turn 0.8333turn,
    #5b707b 0.8333turn 0.9166turn,
    #95a6b1 0.9166turn
  );
  position: absolute;
  left: 0;
  top: 0;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border-radius: 100%;
  z-index: -1;
  animation: spin 15s linear infinite;
}

.main-userlike-button i {
  position: relative;
  font-size: 38px;
  display: block;
  z-index: 99;
}

.main-userlike-button span {
  position: relative;
  font-size: 12px;
  z-index: 99;
}
