.floating-buttons {
  --fb-background-color: #4090FF;
}
.floating-buttons .sb-bar li .sb-mask .sb-label {
  background-color: var(--fb-background-color) !important;
}
.floating-buttons .sb-bar li .sb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.floating-buttons .sb-bar li .sb-icon:hover .coccoc-alo-show {
  display: none;
}
.floating-buttons .sb-btn-mobile {
  margin-top: 3px;
}
.floating-buttons .sb-btn-mobile .sb-icon {
  background-color: var(--fb-background-color);
  position: relative;
}
.floating-buttons .sb-btn-mobile .sb-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.floating-buttons .sb-btn-mobile.active .open {
  display: inline-block !important;
}
.floating-buttons .sb-btn-mobile.active .close {
  display: none !important;
}
.floating-buttons .sb-btn-mobile .close {
  display: inline-block !important;
}
.floating-buttons .sb-btn-mobile .open {
  display: none !important;
}
.floating-buttons .d-block {
  display: block !important;
}
.floating-buttons .d-none {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .floating-buttons .floating-buttons-collapsed {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 575px) {
  .floating-buttons .d-sm-block {
    display: block !important;
  }
  .floating-buttons .d-sm-none {
    display: none !important;
  }
}
.floating-buttons .ring-animation .coccoc-alo-ph-circle {
  width: 62px;
  height: 62px;
  top: -10px;
  left: -10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}
.floating-buttons .ring-animation .coccoc-alo-phone {
  background-color: transparent;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: var(--circle-item-background-color);
  opacity: 0.75 !important;
}
.floating-buttons .ring-animation .coccoc-alo-ph-circle-fill {
  width: 62px;
  height: 62px;
  top: -10px;
  left: -10px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}
.floating-buttons .ring-animation .coccoc-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(https://drive.google.com/uc?id=1V3N2b79QjDWetC_ss9wI3c-xpWDymn9R) no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: var(--circle-fill-background-color);
}
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: var(--circle-border-background-color);
  opacity: 0.5;
}
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.floating-buttons .ring-animation .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #75eb50;
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
