.requestSignatory {
    margin: 0;
}

.powered-by-row {
    display: flex;
    flex-direction: row;
}

.powered-by-footer {
    display: flex;
    flex-direction: row;
    font-size: small;
    padding: 50px 10px 0;
    font-family: 'Open Sans', sans-serif;
    color: var(--secondary-text);
}

.harbr-privacy-footer {
    display: flex;
    flex-direction: row;
    font-size: small;
    padding: 10px 10px 0;
    font-family: 'Open Sans', sans-serif;
    color: var(--secondary-text);
}

.pause-container {
    display: flex;
    flex-direction: row;
    font-size: x-small;
    padding: 50px 0 0;
    font-family: 'Open Sans', sans-serif;
    color: var(--secondary-text);
}

#screen-progress-indicator {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(125px); /* set this property value of 50% of the .powered-by-logo width value. */
    max-height: 20px;
}

.screen-progress-indicator-item {
    padding: 5px;
    border-radius: 100%;
    background-color: lightgrey;
    margin: 0.5em;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.screen-progress-indicator-item.active {
    background-color: var(--primary-color);
}

.powered-by-logo {
    max-width: 250px !important; /* if this property is modified also update #screen-progress-indicator transform: translateX(50% of this.width) */
}

.u-layout-row-cli {
    width: 100%;
}

:root {
    --primary-color: #ee2e24;
    --primary-text: #3d3d3d;
    --secondary-text: #9c9c9c;
    --decision-primary-color: #4dbb81;
}

.direct-embed-profile-container {
    padding: 10px;
    margin: -25px;
    display: flex;
    justify-content: space-between;
}

.direct-embed-profile-header {
    color: #FFFFFF;
    font-size: larger;
    font-family: 'Varela Round', sans-serif;
}

#harbr-intake-form {
    width: -webkit-fill-available;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    color: var(--primary-text);
}

#harbr-intake-form .intake-subheader ~ .field-label {
    margin-top: 10px;
}

#harbr-intake-form .intake-header {
    color: var(--primary-color);
    font-size: larger;
    font-family: 'Varela Round', sans-serif;
}

#harbr-intake-form .intake-subheader {
    font-size: medium;
    color: var(--primary-text);
    margin-bottom: 0;
}

#harbr-intake-form .instructions {
    font-size: x-small;
    color: var(--secondary-text);
}

#harbr-intake-form .deferralText {
    color: var(--primary-text);
}

#harbr-intake-form .powered-by-footer a {
    color: var(--primary-text);
    text-decoration: underline;
}

#harbr-intake-form .primary-button {
    background-color: var(--primary-color);
    color: white;
}

#harbr-intake-form .terms-button {
    margin: 60px 10px;
}

#harbr-intake-form .secondary-button {
    background-color: white;
    color: var(--primary-color);
}

#harbr-intake-form #go-to-prev-screen {
    border: 1px solid var(--secondary-text);
    background-color: white;
    color: var(--primary-text);
}

#harbr-intake-form input, #harbr-intake-form select, #harbr-intake-form button, #harbr-intake-form .button, #harbr-intake-form textarea {
    margin: 10px 0;
    font-size: small;
}

#harbr-intake-form select[multiple] {
    min-height: 40vh;
}

#harbr-intake-form input {
    font-size: small;
    color: var(--primary-text);
}

#harbr-intake-form input::placeholder {
    color: var(--primary-text);
}

#harbr-intake-form input[type=file] {
    width:  -webkit-fill-available;
    border: none !important;
}

#harbr-intake-form input[type=file]::file-selector-button {
    font-size: small;
    font-weight: 600;
    background-color: white;
    color: var(--primary-text);
    border: 1px solid var(--secondary-text);
    border-radius: 5px;
    padding: 12px 45px;
    cursor: grab;
    width: fit-content;
}

#harbr-intake-form input[type=submit], #harbr-intake-form input[type=button], #harbr-intake-form  button, #harbr-intake-form  .button {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 12px 45px;
    cursor: grab;
    width: fit-content;
    font-weight: 600;
}

#harbr-intake-form input[type=submit]:hover, #harbr-intake-form input[type=file]::file-selector-button:hover, #harbr-intake-form  input[type=button]:hover, #harbr-intake-form  .button:hover {
    filter: brightness(125%);
}

#harbr-intake-form input[type=submit]:focus, #harbr-intake-form input[type=submit]:focus,  #harbr-intake-form input[type=button]:focus, #harbr-intake-form  .button:focus {
    filter: brightness(85%);
}

#harbr-intake-form .next-button {
    margin-top: 40px;
}

#harbr-intake-form input[type=text], input[type=textarea], input[type=number], input[type=date], input[type=email], input[type=tel], #harbr-intake-form  select {
    width: -webkit-fill-available;
    padding: 10px 0 10px 12px;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: transparent;
    color: var(--primary-text);
    height: auto;
    letter-spacing: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#harbr-intake-form textarea {
    width: -webkit-fill-available;
    padding: 10px 0 10px 12px;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: transparent;
    font-family: inherit;
    color: var(--primary-text);
    min-height: 100px;
}

#harbr-intake-form ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0;
    width: 100%;
}

#harbr-intake-form .hidden {
    display: none;
}

#harbr-intake-form .selected {
    background-color: transparent;
}

#harbr-intake-form .selected > .u-layout-row-cli > .company-select-button {
    background-color: #f5f5f5;
    font-size: 115%;
}

#harbr-intake-form .form-company-search.concise .company:not(.selected) {
    display: none;
}

#harbr-intake-form .form-company-search.concise .show-all {
    display: block;
    margin-top: 20px;
}

#harbr-intake-form .show-all {
    color: var(--primary-text);
    border-color: var(--secondary-text);
}

#harbr-intake-form .company-select {
    color: var(--primary-text);
    font-size: small;
}

#harbr-intake-form .company-select-button {
    margin: 10px 0;
    border: 1px solid #f5f5f5;
    background-color: white;
    border-radius: 4px;
    padding: 10px;
}

#harbr-intake-form .company .company-select-button:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
#harbr-intake-form .company .company-select-button {
    min-height: 2em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 330px;
}

#harbr-intake-form .company .company-create-button {
    min-width: 0;
}

#harbr-intake-form .loading-container {
    display: flex;
    justify-content: center;
}

#harbr-intake-form .harbr-loading div {
    background: var(--primary-color);
}

#harbr-intake-form form:not(.full) input.non-essential {
    display: none;
}

#harbr-intake-form .error-container .error {
    margin-top: 3em;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

#harbr-intake-form .has-error {
    border: 2px solid var(--primary-color);
}

#harbr-intake-form .naics-sic {
    display: flex;
    flex-direction: row;
}

#harbr-intake-form .search-icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin: 0 10px;
}

#harbr-intake-form .search-icon::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}

#harbr-intake-form .terms-and-conditions-formatter {
    white-space: pre-line;
    margin-bottom: 10px;
    max-height: 50vh;
    overflow: scroll;
}

#harbr-intake-form .request-signatory-terms-and-conditions-formatter {
    white-space: pre-line;
    margin-bottom: 10px;
}

.checkmark {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
}

.checkmark_circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--decision-primary-color);
  border-radius: 50%;
}

.checkmark_stem {
  position: absolute;
  width: 10px;
  height: 50px;
  background-color: white;
  left: 48px;
  top: 20px;
}

.checkmark_kick {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  left: 38px;
  top: 60px;
}

.refer_circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--decision-primary-color);
  border-radius: 50%;
}

/*@media screen and (min-width: 1200px) {
    #harbr-intake-form .u-sheet {
        max-width: 1140px;
        min-width:  1140px;
    }
}*/

@media screen and (max-width: 1000px) {
    .powered-by-row {
        flex-direction: column-reverse;
    }

    #screen-progress-indicator {
        transform: translateX(0);
    }

    .powered-by-logo {
        margin: auto;
        padding-bottom: 20px;
    }
}

.signature-input {
  position: relative;
  /*border: 2px solid #e5e5e5;*/
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-top: 10px;
}

.signature-input-request-signatory {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 533px;
  margin-top: 10px;
}

#signature-input {
  width: 300px;
  height: 30px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
}

#signature-canvas {
  position: absolute;
  top: 71px;
  left: 10px;
  border-left: 3px solid #18344487;
  border-radius: 20px;
}

#signature-input-guarantee {
  width: 300px;
  height: 30px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
}

#signature-canvas-guarantee {
  position: absolute;
  top: 71px;
  left: 10px;
  border-left: 3px solid #18344487;
  border-radius: 20px;
}

#signature-input-bank {
    width: 300px;
    height: 30px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}

#signature-canvas-bank {
    position: absolute;
    top: 71px;
    left: 10px;
    border-left: 3px solid #18344487;
    border-radius: 20px;
}

.canvases {
  display: flex;
  flex-direction: column;
  height: 100px;
  padding: 10px 0;
  margin-bottom: 50px;
}

.ip-canvas {
    margin-top: -5px;
}

.timestamp-canvas {
    margin-top: 5px;
}

.currency-input-wrapper {
  display: flex;
  align-items: center;
}

.currency-symbol {
    margin-right: -14px;
    padding-left: 5px;
    padding-bottom: 1px;
    font-size: small;
}

.currency-input-wrapper input {
  padding-left: 15px !important;
}

.tooltip {
  position: relative;
  cursor: pointer;
  display: contents;
}

.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.tooltip:hover::after {
  opacity: 1;
}

.tooltip svg {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .flinksconnect { width: 100%; }
}

.view-overlay {
    width: 100%;
    height: 100%;
    background-color: #5d5d5dd9;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}