/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.neo-fcb-box {
  position: fixed;
  z-index: 999;
  padding: 0.5em 1em;
  top: calc(50% - 1em);
  right: 0;
  cursor: pointer;
  border-right: 0 !important;
}
.neo-fcb-box.deactive {
  display: none;
}
.neo-fcb-box__button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  zoom: 1.005;
}

.neo-fcb__mail-icon {
  width: 30px;
  height: auto;
  color: #fff;
  fill: #fff;
}

/* ABC */

.neo-fcb-contact-box {
  position: fixed;
  z-index: 999;
  padding: 1em;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  transition: transform 0.4s linear;
  width: 25%;
  background: #fff;
  opacity: 1;
  border: 3px solid #004b64;
  border-right: 0;
}
.neo-fcb-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
}
.neo-fcb__close-icon {
  width: 40px;
  height: auto;
}
.neo-fcb-contact-box h3 {
  margin: 0;
}
.neo-fcb-contact-box.active {
  transform: translate(0%, -50%);
  transition: transform 0.4s linear;
}

.neo-fcb-box-telephone {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 0.25em 0.5em;
  top: calc(50%);
  right: 0;
  transform-origin: bottom right;
  transform: translate(0, -50%);
  cursor: pointer;
  border-right: 0 !important;
}
.neo-fcb-box-telephone .neo-fcb__tel-icon {
  width: 35px;
  height: auto;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
