{# ARROW #}
.custom-form {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border-color: #ececec !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    display: block !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.custom-form input[type="submit"] {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border-color: #000000 !important;
    border-radius: 4px !important;
    border-width: 2px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 17px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 12px !important;
}
.custom-form .actions.submit-with-arrow {
  position: relative;
  display: inline-block;
}
.custom-form li,
.custom-form span,
.custom-form label,
.custom-form h1,
.custom-form h2,
.custom-form h3,
.custom-form h4,
.custom-form h5,
.custom-form h6 {
    font-size: 14px !important;
    line-height: 16px !important;
}
.custom-form p {
    line-height: 1.6rem;
    font-size: 12px !important;
}
.custom-form input[type=text], 
.custom-form input[type=email], 
.custom-form input[type=password], 
.custom-form input[type=tel], 
.custom-form input[type=number], 
.custom-form input[type=file], 
.custom-form input[type=search], 
.custom-form select, 
.custom-form textarea {
    border: 1px solid #ececec !important;
    color: #000000!important;
    border-radius: 4px!important;
}
.custom-form .submitted-message {
    padding: 30px;
}
.custom-form .hs_submit {
    width: 100%;
    display: flex;
    justify-content: end;
}
.custom-form .actions.submit-with-arrow input[type="submit"],
.custom-form .actions.submit-with-arrow button[type="submit"] {
  padding-right: 35px !important;
}
.custom-form input[type="submit"]{
  border-color:#ececec !important;
  color:#000000 !important;
  background:transparent !important;
}
.custom-form input[type="submit"]:hover{
  border-color:#ececec !important;
  color:#000000 !important;
  background:#ececec !important;
}

.custom-form .actions.submit-with-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: currentColor;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");

  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
