﻿   /*prio-soft floating contact form*/

 @keyframes jump-shaking {
  0% {
    transform: translateX(0) rotate(0);
  }
  35% {
    transform: translateY(0) rotate(0);
  }
  85% {
    transform: translateY(0) rotate(0);
  }
  89% {
    transform: translateY(-2px) rotate(-17deg);
  }
  93% {
    transform: translateY(-3px) rotate(17deg);
  }
  98% {
    transform: translateY(-4px) rotate(-17deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes play-blink {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0.1;
  }
}
.floating-contact-wrapper {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
.floating-contact-wrapper:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
  clip-path: circle(0px at 100% 100%);
  position: fixed;
  right: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.47);*/
  z-index: -2;
}
.floating-contact-wrapper.active-floating-contact:after {
  width: 100%;
  height: 100%;
  clip-path: circle(148% at 100% 100%) !important;
}
.floating-contact-wrapper.active-floating-contact .floating-contact-inner {
  display: block;
}
.floating-contact-wrapper.active-floating-contact .floating-contact-button {
  position: absolute;
  bottom: -100px;
  z-index: -1;
}

.floating-contact-inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  display: none;
  position: relative;
  width: 360px;
}
.floating-contact-inner .floating-contact-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
}
.floating-contact-inner .floating-contact-header h3 {
  margin: 0;
  font-size: 22px;
}
.floating-contact-inner .input-field-wrapper {
  margin-bottom: 10px;
}
.floating-contact-inner .input-field-wrapper .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.floating-contact-inner .input-field-wrapper .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.floating-contact-inner .input-field-wrapper .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.floating-contact-inner .input-field-wrapper .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.floating-contact-inner .input-field-wrapper .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.floating-contact-inner .input-field-wrapper .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.floating-contact-inner .input-field-wrapper .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.floating-contact-inner .input-field-wrapper .form-control:disabled, .floating-contact-inner .input-field-wrapper .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.floating-contact-inner .input-field-wrapper .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.floating-contact-inner .input-field-wrapper .btn:hover {
  color: #212529;
  text-decoration: none;
}
.floating-contact-inner .input-field-wrapper .btn:focus, .floating-contact-inner .input-field-wrapper .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.floating-contact-inner .input-field-wrapper .btn:disabled, .floating-contact-inner .input-field-wrapper .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.floating-contact-inner .input-field-wrapper .btn-brand {
  padding: 10px 34px;
  transition: 0.2s;
  background-color: #1e348c;
  color: #ffffff;
  width: 100%;
}
.floating-contact-inner .input-field-wrapper .btn-brand:hover {
  background-color: #142777;
  color: #ffffff;
}
.floating-contact-inner .input-field-wrapper .btn-whatsapp-chat {
  background-color: #25d366;
  border-color: #25d366;
  color: #111b21;
  padding: 10px 32px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: color 0.33s linear 0.5s, border-color ease-out 0.5s, background-color 0.33s linear 0s;
  white-space: pre;
  z-index: 1;
  width: 100%;
}
.floating-contact-inner .input-field-wrapper .btn-whatsapp-chat:after {
  background-color: #1c1e21;
  border-radius: 50%;
  content: "";
  height: 167px;
  min-width: 167px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1) translateY(67px);
  transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  width: 100%;
  z-index: -1;
}
.floating-contact-inner .input-field-wrapper .btn-whatsapp-chat:hover {
  background-color: #25d366;
  border-color: #1c1e21;
  color: #ffffff;
  transition-delay: 0.5s;
}
.floating-contact-inner .input-field-wrapper .btn-whatsapp-chat:hover:after {
  transform: scale(1.47) translateY(0);
}

.floating-contact-button {
  width: 60px;
  height: 60px;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out 0s;
  background-color: #d2d6e8;
  border: 3px solid #ffffff;
  border-radius: 60px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}
.floating-contact-button svg {
  font-size: 20px;
  animation: jump-shaking 1.83s infinite;
}
.floating-contact-button svg path {
  fill: #ffffff;
}
.floating-contact-button:before, .floating-contact-button:after {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background: #1e348c;
  position: absolute;
  animation: play-blink infinite 2s;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.floating-contact-button:before {
  animation-delay: 1s;
}
.floating-contact-button:hover {
  background: #1e348c;
}

.close-floating-contact {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.close-floating-contact span {
  width: 100%;
  display: block;
  height: 3px;
  background-color: #5D5D5D;
  border-radius: 3px;
  position: relative;
}
.close-floating-contact span:before, .close-floating-contact span:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #5D5D5D;
  position: absolute;
  border-radius: 3px;
  transition: 0.2s linear;
}
.close-floating-contact:hover span {
  background-color: transparent;
}
.close-floating-contact:hover span:before {
  top: 0;
  transition-delay: 0.2s;
  transform: rotate(40deg);
  background-color: #5D5D5D;
}
.close-floating-contact:hover span:after {
  top: 0;
  transition-delay: 0.2s;
  transform: rotate(-40deg);
  background-color: #5D5D5D;
}

body {
  background-color: #F5F5F5;
  font-family: "Roboto", sans-serif;
}

* {
  box-sizing: border-box;
}

.separator {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  font-size: 14px;
  line-height: 15px;
}
.separator:before {
  content: "";
  background: #D6D6D6;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.separator span {
  background: #fff;
  z-index: 2;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}