.contact-module {
  background-color: #fff;
  width: 410px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: -2px 6px 22px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all ease-in 500ms;
  z-index: 1001;
}
.contact-module-open {
  background-color: #d65100;
  padding: 20px;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  z-index: 1001;
  transition: all ease-in 300ms;
}
.contact-module.open {
  z-index: 1006;
}
.contact-module-front {
  background: #f6f6f6;
  position: absolute;
  height: 100%;
  transition: all ease 600ms;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 5;
  width: 100%;
  overflow:scroll;
}
.contact-module-front.slide {
  transform: translateX(-105%);
}
.contact-module-header {
  padding: 20px;
  color: #262626;
}
.contact-module-header p.flyout-headline {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-module-header p {
  font-size: 16px;
  color: #434343;
}
.integrated-form-link {
  background: #fff;
  min-height: 64px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  cursor: pointer;
}
.integrated-form-link p {
  flex: 1;
  color: #333;
  pointer-events: none;
}
.integrated-form-link i {
  color: #262626;
  pointer-events: none;
}
.integrated-form-link i:first-child {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 12px;
}
.integrated-form-link i:last-child {
  padding-left: 12px;
  padding-right: 26px;
}
.integrated-form-link img {
  margin-left: 12px;
  margin-right: 26px;
  width: 12px;
  height: 12px;
}
.contact-module-forms,
.contact-module-links {
  margin-bottom: 12px;
}
.contact-module-info {
  padding: 20px;
}
.contact-module-info .info-link {
  margin-bottom: 20px;
}
.contact-module-info h3 {
  font-weight: 400;
  font-size: 20px;
}
.contact-module-info span {
  font-size: 12px;
}
.close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 25px;
  top: 31px;
  cursor: pointer;
}
.close-icon::after {
  content: "";
  background-color: #262626;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 9px;
  left: 0;
}
.contact-module-form input,
.contact-module-form textarea {
  width: 100%;
  border: 1px solid #262626;
  color: #262626;
  border-radius: 0;
  margin-bottom: 12px;
  padding-left: 10px;
  font-size: 16px;
}
.contact-module-form input.widget-button {
  color: #fff;
  font-size: 16px;
  background: #7000bd;
  border: none;
  padding: 12px 40px;
  border-radius: 0;
  transition: background ease-in 100ms;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}

.content-module-checkbox {
  display: flex;
  align-items: flex-start;
}
.contact-module-form input.widget-button:hover {
  background: #a31aff;
}
.contact-module-form input {
  height: 54px;
}
.contact-module-form textarea {
  padding-top: 10px;
}
.contact-module-form input::placeholder,
.contact-module-form textarea::placeholder {
  color: #434343;
  font-size: 15px;
  font-weight: 300;
}
.contact-module-form-header {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
  padding-left: 20px;
}
.contact-module-form-heading {
  position: absolute;
  font-size: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-module-content {
  position: absolute;
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  transition: all ease 600ms;
  z-index: 4;
}
.contact-module-content.sent {
  transform: translateX(-105%);
}
.contact-module-form {
  height: 100%;
  /* display: none; */
}
.contact-module-form-body {
  padding: 20px;
  overflow-y: auto;
  height: calc(100% - 80px);
}
.contact-module-form-body p {
  color: #262626;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.contact-module-form-body h4 {
  margin: 0;
}

.contact-module-back {
  color: #7000bd;
  cursor: pointer;
  position: relative;
}
.contact-module-back:hover {
  color: #a31aff;
}
.contact-module-back span {
  font-size: 25px;
  transition: all ease-in 0.15s;
}
.contact-module-back:hover span {
  left: -3px;
}
.contact-module-form input[type="checkbox"] {
  border: 1px solid black;
  border-radius: 0;
  width: 32px;
  height: 16px;
  margin-right: 6px;
}
.CTAterms input[type="checkbox"] {
  margin-top: 17px;
}
.contact-module-form input[type="radio"] {
  border: 1px solid black;
  border-radius: 0;
  width: 32px;
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
}
.content-module-checkbox p,
.content-module-checkbox a {
  font-size: 14px;
  margin-bottom: 5px;
}

.content-module-checkbox p {
  margin-left: 35px;
}
.content-module-checkbox span {
  margin-top: 0px;
}
.contact-module-success-messages {
  height: 100%;
}
.contact-module-success-message {
  height: 100%;
}
.contact-module-success-message {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-module-unsuccess-message {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.success-message-body {
  flex: 1;
  background-color: #237c00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
}
.success-message-body p {
  margin-bottom: 22px;
  font-size: 16px;
}
.success-message-body h4 {
  margin-bottom: 30px;
  font-size: 22px;
}
.success-message-footer {
  padding: 25px 22px;
}
.success-message-footer p {
  margin-bottom: 20px;
}
.success-message-footer .success-message-footer-back {
  padding: 12px 40px;
  border: 2px solid black;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
}
.contact-module-unsuccess-messages {
  height: 100%;
}
.contact-module-unsuccess-message {
  height: 100%;
}
.unsuccess-message-body {
  flex: 1;
  background-color: #d65100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
}
.unsuccess-message-body p {
  margin-bottom: 22px;
  font-size: 16px;
}
.unsuccess-message-body h4 {
  margin-bottom: 30px;
  font-size: 22px;
}
.unsuccess-message-footer {
  padding: 25px 22px;
}
.unsuccess-message-footer p {
  margin-bottom: 20px;
}
.unsuccess-message-footer .success-message-footer-back {
  padding: 12px 40px;
  border: 2px solid black;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
}
.contact-module-success-message {
  display: none;
}
.contact-module-unsuccess-message {
  display: none;
}
.contact-module-success-message-body {
  height: calc(100% - 80px);
  overflow: auto;
  display: flex;
  flex-direction: column;
}

label.checkmark-container {
  position: relative;
}
/*CUSTOM RADIO BUTTON*/
/* Hide the browser's default radio button */
.checkmark-container input {
  position: absolute;
  display: none;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  top: 2px;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark-radio {
  background-color: #7000bd;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkmark-container input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkmark-container .checkmark-radio:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.content-module-checkbox > span {
  margin-left: 35px;
}

/*End of custom radio button*/

/*CUSTOM CHECKBOX*/
.content-module-checkbox.CTAterms {
  align-items: center;
}

label.radio-container {
  position: relative;
}

/* Hide the browser's default checkbox */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: #eee;
  top: 2px;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #7000bd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Privacy checkbox */

/* Hide the browser's default radio button */
.checkmark-container input[type="checkbox"] {
  position: absolute;
  display: none;
  cursor: pointer;
}

/* Create a custom radio button */
.content-module-checkbox.CTAterms .checkmark {
  top: -10px;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input[type="checkbox"] ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkmark-container input[type="checkbox"]:checked ~ .checkmark {
  background-color: #7000bd;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkmark-container input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkmark-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.checkmark-container span.checkmark {
  margin-left: 147px;
  margin-top: 17px;
}
/*End of custom checkbox*/

@media only screen and (min-width: 501px) {
  .contact-module {
    max-height: calc(100vh - 100px);
    /* -webkit-clip-path: circle(0% at right bottom);
    clip-path: circle(0% at right bottom); */
    height: 0;
  }
  .contact-module.open {
    /* -webkit-clip-path:  circle(150% at right bottom);
    clip-path: circle(150% at right bottom); */
    height: 658px;
  }
}
@media only screen and (max-width: 500px) {
  .contact-module {
    width: 100vw;
    bottom: -56px;
    padding-bottom: 56px;
    right: 0;
    top: calc(100% + 56px);
  }
  .contact-module-info {
    padding-bottom: 76px;
    padding-top: 1px;
  }
  .contact-module.open {
    bottom: -56px;
    right: 0;
    top: 64px;
  }
  .contact-module-open {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .contact-module-form-body {
    padding-bottom: 80px;
  }
}

.integrated-form-link a {
  width: 100%;
  text-decoration: none;
  color: #333;
}
.contact-module-forms .integrated-form-link img {
  width: 12px;
  height: 12px;
}
.integrated-form-link img:first-child {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  margin-left: 17px;
}
.contact-module-submit-btn {
  position: relative;
}
.button-loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #a31aff;
}
.button-loading:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.error-required {
  color: red !important;
  font-size: 14px;
}

.error-required p {
  color: red !important;
}
.error-required .hide-error-text {
  display: block;
}

.hide-error-text {
  display: none;
}
.contact-module-content {
  width: 100%;
}

.g-recaptcha {
  display: none;
}

.widget-select-div select {
  width: 100%;
  height: auto;
  color: black;
  padding: 12px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  font-size: 15px;
  font-family: "tketype";
  border: 1px solid black;
  background: rgb(246, 246, 246);
  box-shadow: none;
}

.widget-select-div::before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.widget-select-div:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.widget-select-div select option {
  background: rgb(246, 246, 246);
}

.error-required input,
.error-required textarea,
.error-required select {
  border: 1px solid red;
}

select option:checked {
  background: #7000bd -webkit-linear-gradient(bottom, #7000bd 0%, #7000bd 0%);
  color: #fff;
}
select option:hover {
  background: #7000bd -webkit-linear-gradient(bottom, #7000bd 0%, #7000bd 0%);
  color: #fff;
}
select option {
  padding: 2px;
}
select {
  background: #fff;
  height: 33px;
  overflow: hidden;
  width: 40px;
  outline: none;
}

.background-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  z-index: 1005;
  opacity: 0;
  transition: opacity ease-in 500ms;
  background-color: rgba(172, 172, 172, 0.25);
  backdrop-filter: blur(2px);
}
.background-filter.open {
  opacity: 1;
}

.scrollBarProgress {
  position: absolute;
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: #6500ac;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.contact-module-form-body.long::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.contact-module-form-body.long {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
