@charset "UTF-8";
.floating-buttons {
  --fb-background-color: #4090FF;
}
.floating-buttons .sb-bar {
  list-style: none;
}
.floating-buttons .sb-bar li .sb-mask .sb-label {
  background-color: var(--fb-background-color) !important;
}
.floating-buttons .sb-bar li .sb-icon, .floating-buttons .sb-bar li svg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  z-index: 99999999999;
  width: 50px;
  height: 50px;
}
.floating-buttons .sb-bar li .sb-icon:hover .coccoc-alo-show, .floating-buttons .sb-bar li svg: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: -5px;
  left: -7px;
  position: absolute;
  background-color: transparent;
  transform: translate(-50%, -50%);
  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: 50px;
  height: 50px;
  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: -5px;
  left: -7px;
  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);
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media screen and (min-width: 769px) {
  .module-on-mobile {
    display: none; /* Ẩn trên màn hình lớn hơn mobile */
  }
}
@media screen and (max-width: 768px) {
  .module-on-mobile {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }
  .module-on-mobile .list-button-mobile {
    list-style: none;
    padding: 0px;
    display: flex;
    margin: auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
  }
  .module-on-mobile .list-button-mobile .sb-mobile {
    flex: 1;
    text-align: center;
  }
  .module-on-mobile .list-button-mobile .sb-mobile .sb-mobile-link {
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    display: flex;
    max-height: 54px;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .module-on-mobile .list-button-mobile .sb-mobile .sb-mobile-link:hover {
    background-color: transparent !important;
  }
  .module-on-mobile .list-button-mobile .sb-mobile .sb-mobile-link .sb-mobile-icon {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  .module-on-mobile .list-button-mobile .sb-mobile .sb-mobile-link .sb-mobile-icon svg {
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  .module-on-mobile .list-button-mobile .sb-mobile .sb-mobile-link .sb-mobile-icon:hover {
    background-color: transparent !important;
  }
  .module-on-mobile .list-button-mobile .sb-mobile .sb-mobile-link .sb-mobile-label {
    font-size: 11px;
  }
}
