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


/* latin-ext */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/YA9Qr0Wd4kDdMtD6GjLCkiQ4tg.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/YA9Qr0Wd4kDdMtD6GjLMkiQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/YA9dr0Wd4kDdMthfOCfzsw.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/YA9dr0Wd4kDdMthROCc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/YA9Qr0Wd4kDdMtDqHTLCkiQ4tg.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/YA9Qr0Wd4kDdMtDqHTLMkiQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#confirmation-template-wrapper form.uni-signature-form {
  position: relative;
}

#confirmation-template-wrapper.uni-mobile-on form.uni-signature-form,
#confirmation-template-wrapper.uni-mobile-on form.uni-signature-form+h3 {
  padding-left: 8px;
  padding-right: 8px;
}


#confirmation-template-wrapper .uni-signature-form .canvas-flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: calc(100% - 4px);
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}

#confirmation-template-wrapper .uni-signature-form .canvas-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

#confirmation-template-wrapper .uni-signature-form canvas.uni-signature {
  background-color: whitesmoke;
  border-radius: 15px;
  margin: 0;
  padding: 0;
  border: 2px solid #c4caac;
  height: 150px;
  width: 100%;

}

#confirmation-template-wrapper #uni-svg-url-data,
#confirmation-template-wrapper #uni-svg-url-data-header {
  display: none;
  font-size: 9.5px;
}


#confirmation-template-wrapper .uni-signature-form.sig-pad-fullscreen canvas.uni-signature {
  position: fixed;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
  margin: 0.5%;
  background-color: whitesmoke;
  z-index: 1;
}

#confirmation-template-wrapper .uni-signature-full-screen-message {
  display: none;
}

@media (orientation: portrait) {
  #confirmation-template-wrapper.uni-mobile-on .uni-signature-full-screen-message {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 28px;
    z-index: 5;
    background-color: white;

  }

  #confirmation-template-wrapper.uni-mobile-on .uni-signature-full-screen-message h2.text {
    text-align: center;
    padding: 4vw;
  }

  #confirmation-template-wrapper.uni-mobile-on.signed-and-sent .uni-signature-full-screen-message {
    display: none;
  }
}

#confirmation-template-wrapper .uni-signature-form.sig-pad-fullscreen .uni-signature-submit {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 3px;
  z-index: 2;
  padding: 6px 4px;
}

#confirmation-template-wrapper .uni-signature-submit {
  position: absolute;
  right: 0;
  padding: 4px 10px;
  float: right;
  background-color: green;
  color: white;
  font-weight: bold;
  margin-right: 10px;
  border-radius: 10px;
}

#confirmation-template-wrapper .uni-signature-clean {
  background-color: orangered;
  opacity: 90%;
  color: white;
  font-weight: bold;
  padding: 10px 4px;
  margin-left: 10px;
  border-radius: 10px;
}

#confirmation-template-wrapper.uni-mobile-on .uni-signature-submit {
  /*translate: -10% -130%;*/
  position: static;
  margin: 2% 2px;
  width: 100%;
}

#confirmation-template-wrapper .uni-signature-form.signed-and-sent .canvas-flex-wrapper,
#confirmation-template-wrapper .uni-signature-form.signed-and-sent .uni-signature-submit,
#confirmation-template-wrapper .uni-signature-form.signed-and-sent+.uni-signature-clean {
  display: none;
}


/*Fix for radios not showing up.*/
.uni-forminator-form .forminator-radio input:checked+.forminator-radio-bullet::before {
  background-color: black;
}

#confirmation-template-wrapper .uni-hidden {
  visibility: hidden;
}

#payment-template-wrapper .uni-display-none,
#orders-list-template-wrapper .uni-display-none {
  display: none;
}

#confirmation-template-wrapper.uni-mobile-on .uni-mobile-only.uni-hidden {
  visibility: hidden;
}


#confirmation-template-wrapper .uni-mobile-only.uni-mobile-only .uni-mobile-only {
  visibility: hidden;
}

#confirmation-template-wrapper:not(.uni-mobile-on) form.uni-signature-form .uni-mobile-only {
  visibility: hidden;
}

#confirmation-template-wrapper.uni-mobile-on form.uni-signature-form .uni-mobile-only {
  visibility: visible;
}

#confirmation-template-wrapper form.signed-and-sent #signature-mobile-switch-on {
  display: none;
  visibility: hidden;
}

#confirmation-template-wrapper.uni-mobile-on .uni-mobile-hidden.uni-mobile-hidden.uni-mobile-hidden {
  visibility: hidden;
}

#confirmation-template-wrapper.uni-mobile-on .uni-mobile-hidden.uni-mobile-unhidden.uni-mobile-unhidden {
  display: initial;
}

#confirmation-template-wrapper.uni-mobile-on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  bottom: 0;
  right: 0;
  background: white;
  height: 100%;
  margin-left: 0;
  max-width: none;
  z-index: 1;
  padding-top: 7vh;
}

#confirmation-template-wrapper .signed-and-sent~.message-user-activated {
  display: none;
}

#confirmation-template-wrapper.uni-mobile-on .message-user-activated {
  margin: 0;
  font-size: 18px;
}

#confirmation-template-wrapper.uni-mobile-off .signature-guide-mobile {
  display: none !important;
}

#confirmation-template-wrapper.uni-mobile-on .signature-guide-desktop {
  display: none !important;
}


#confirmation-template-wrapper .signature-guide-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

#confirmation-template-wrapper .signature-guide-container h4.blinky {
  width: 100%;

}

#confirmation-template-wrapper .signature-guide-container h4 {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: width 3s ease-in-out;
  -moz-transition: width 3s ease-in-out;
  -o-transition: width 3s ease-in-out;
  transition: width 3s ease-in-out;
  bottom: 5px;
  left: 4px;
  margin: 0;
  display: block;
  font-style: italic;
  font-family: kalam, inter, serif;
  pointer-events: none;
  font-size: 17px;
}

@media (max-width: 400px) {
  #confirmation-template-wrapper .signature-guide-container h4 {
    font-size: 14px;
  }
}


#confirmation-template-wrapper #uni-confirmation-message,
#confirmation-template-wrapper #home-page-link,
#payment-template-wrapper #home-page-link {
  position: relative;
  z-index: 10;
}

.union-signature-page.uni-signature-html-mobile-on,
.union-signature-page.uni-signature-html-mobile-on body {
  overflow: hidden;
}

@media (max-width:480px) and (orientation:portrait) {

  .union-signature-page,
  .union-signature-page body {
    overflow: hidden;
  }
}

#confirmation-template-wrapper #payment-page-link {
  position: relative;
  z-index: 10;
}


/* Payment */
#payment-template-wrapper #form_union_payment_confirmation input,
#payment-template-wrapper #form_union_payment_confirmation label {
  display: block;
  line-height: 1.7em
}

#payment-template-wrapper #form_union_payment_confirmation input[hidden='hidden'] {
  display: none;
}

#payment-template-wrapper #form_union_payment_confirmation input,
#payment-template-wrapper #form_union_payment_confirmation select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: unset;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  display: block;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.3em;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  margin-bottom: 2.5vh;
  background-color: white;
}

#payment-template-wrapper .uni-button,
#confirmation-template-wrapper .uni-button {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  width: auto;
  min-width: 100px;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  cursor: pointer;
  display: inline-block;
  position: relative;
/*  margin: 0 10px 0 0; */
  padding: 10px;
  border: 0;
/*  border-radius: 2px; */
  background-image: unset;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

#payment-template-wrapper .uni-button:focus,
#payment-template-wrapper .uni-button:hover,
#confirmation-template-wrapper .uni-button:focus,
#confirmation-template-wrapper .uni-button:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
}

/** Orders list */
#orders-list-template-wrapper .orders-list {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-collapse: collapse;
}

#orders-list-template-wrapper .orders-list .order-row {
  border-bottom: 1px solid black;
}

#orders-list-template-wrapper .orders-list .order-row.odd {
  background-color: white;
}

#orders-list-template-wrapper .orders-list .order-row.even {
  background-color: lightgrey;
}

#orders-list-template-wrapper .orders-list .order-row td {
  text-align: center;
  padding: 15px 10px;
}



#orders-list-template-wrapper .pagination {
  margin-top: 20px;
}

#orders-list-template-wrapper .pagination a {
  margin-top: 20px;
  margin-right: 20px;
}

#orders-list-template-wrapper .pagination a.active {
  font-weight: bold;
}

#orders-list-template-wrapper a.button,
#confirmation-template-wrapper a.button {
  border: 1px black solid;
/*  padding: 10px 30px;
  margin-top: 50px; */
  border-radius: 10px;
  background: white;
  display: inline-block;
}

#orders-list-template-wrapper a.button:focus,
#confirmation-template-wrapper a.button:focus {
  border-width: 2px;
}


/*
 * Results page
 */

.uni-payment-confirmation .result~.order-list form.download-sumbit {
  display: none;
}

.uni-forminator-form .eu-info {
  --eu-source-height: 80px;
  position: relative;
}

.uni-forminator-form .logo-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  display: flex;
  align-items: center;
}

.uni-forminator-form .eu-wrapper {
  margin-left: 50%;
  padding-left: 1%;
}

.uni-forminator-form .output-eu-logo {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  padding-left: 1%;
}

.uni-forminator-form .output-eu-source {
  max-width: 100%;
  height: var(--eu-source-height);
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .uni-forminator-form .logo-wrapper {
    position: static;
    width: 100%;
    height: auto;
  }

  .uni-forminator-form .eu-wrapper {
    margin-left: 0;
    margin-top: 17px;
  }

  .uni-forminator-form .output-eu-logo {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .uni-forminator-form .output-eu-source {
    height: auto;
    max-height: var(--eu-source-height);
    max-width: 100%;
    width: auto;
    padding-left: 0;
  }
}

.uni-forminator-form .eu-text {
  /*max-width:64%;*/
  /*word-wrap:break-word; */
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-style: italic;
}


/*
 * Our Forminator form
 */

.uni-forminator-form .forminator-checkbox + div>p {
  margin-top: 0;
}

/* ── State-signature upload form ─────────────────────────────────────────── */

#confirmation-template-wrapper .state-signature-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

#confirmation-template-wrapper .state-signature-file-label,
#confirmation-template-wrapper .state-signature-upload-button,
#confirmation-template-wrapper .state-signature-download-button {
	box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid currentColor;
    background: white;
    color: inherit;
    text-decoration: none;
  padding: 1em 1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
    min-width: 400px;
    min-height: 2rem;
    align-items: center;
        left: 50%;
	position: relative;
    transform: translateX(-50%);
    text-align: center;
}



#confirmation-template-wrapper .state-signature-file-field {
    display: flex;
    align-items: center;
    gap: .75em;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

#confirmation-template-wrapper .state-signature-file-name {
    font-style: italic;
    opacity: .75;
}

#confirmation-template-wrapper .state-signature-upload-button {
    display: block;
    margin-top: .5em;
}

#confirmation-template-wrapper .state-signature-upload-button:disabled {
    opacity: .45;
    cursor: not-allowed;
}