.bizmetric_forms .form-control {
  border: 1px solid #ced4da !important;
    border-radius: 24px;
background-color: #f5f8fd;
}

.contactus__section .container .row .form-col {
  position: absolute;
  z-index: 10;
  right: 0;
  margin-top: -150px;
  justify-content: center;
  display: flex;
}

.contact-form-col {
  background: #fff;
  width: 500px;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.bizmetric_forms form label {
  display: flex;
  gap: 5px;
  margin: 2px;
}

.contact-form-col input,
.contact-form-col textarea {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.5);
  background-color: #f5f8fd;
  padding: 10px 30px;
  border-radius: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  text-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: all ease 0.3s;
  color: #212529;
}

.extra_other_input {
  display: none;
}

span.error,
.checkboxerror {
  font-size: 0.8rem;
  color: red;
}

.gradient-button:hover .form_spinner .form_spinner-icon {
  border-top-color: #ff4105 !important;
  border-left-color: #f2682b !important;
}

.gradient-button svg {
  fill: white;
}

.gradient-button:hover svg {
  fill: #ff4105;
}

.form_spinner {
  display: none;
  position: relative;
  animation: form_spinner 600ms linear infinite;
}

.form_submit_button.gradient-button.biz_btn-full:after {
  padding: 0;
  content: '';
}

.form_submit_button .submit-text svg {
  margin-left: 5px;
  fill: white;
}

.form_submit_button.gradient-button.biz_btn-full {
  padding: 4px 10px !important;
}

.bizmetric_forms .last__text p {
  font-size: 12px;
}

.bizmetric_forms .last__text p.success_form {
  font-size: 16px;
  color: #00af8d;
  text-align: left;
}

.success-animation {
  margin: 30px auto;
  display: none;
}

.checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #00af8d;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.form_submit_button {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.form_spinner-icon {
  display: block;
  width: 20px;
  height: 20px;
  border: solid 4px transparent;
  border-top-color: #ffffff !important;
  border-left-color: #ffffff !important;
  border-radius: 50%;
}

@keyframes form_spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
