.fixed-contact-btn-wrapper {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 100000;
}
.fixed-contact-btn-wrapper .btn-menu,
.fixed-contact-btn-wrapper .btn-contact {
  padding: 5px;
  border-radius: 50%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.fixed-contact-btn-wrapper .btn-menu {
  width: 60px;
  height: 60px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  color: #1a1a1a;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fixed-contact-btn-wrapper .btn-contact {
  height: 45px;
  width: 45px;
  font-size: 1.8rem;
  position: absolute;
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
.fixed-contact-btn-wrapper .btn-contact.disabled {
  background-color: #e1e0dc !important;
  color: #666 !important;
  opacity: 0.5;
}
.fixed-contact-btn-wrapper .btn-list .btn-contact:first-child {
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  margin-bottom: 12px;
}
.fixed-contact-btn-wrapper .btn-list .btn-contact:nth-child(2) {
  bottom: 0;
  right: 0;
  transform: translateX(0) translateY(0);
  margin-bottom: 6px;
  margin-right: 6px;
  transition-delay: 0.15s;
}
.fixed-contact-btn-wrapper .btn-list .btn-contact:nth-child(3) {
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  margin-right: 12px;
  transition-delay: 0.3s;
}
.fixed-contact-btn-wrapper .btn-list .btn-contact:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.fixed-contact-btn-wrapper .btn-list.show .btn-contact:first-child {
  bottom: 100%;
}
.fixed-contact-btn-wrapper .btn-list.show .btn-contact:nth-child(2) {
  bottom: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.fixed-contact-btn-wrapper .btn-list.show .btn-contact:nth-child(3) {
  right: 100%;
}
.fixed-contact-btn-wrapper #fb-root.hide,
.fixed-contact-btn-wrapper #fb-root .fb_dialog_content {
  display: none !important;
}

@media (min-width: 992px) {
  .fixed-contact-btn-wrapper {
    bottom: 20px;
  }
  .fixed-contact-btn-wrapper .btn-menu {
    width: 70px;
    height: 70px;
    font-size: 1.7rem;
  }
  .fixed-contact-btn-wrapper .btn-contact {
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
  }
}

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