#resourceKitForm h1,
#resourceKitForm h2,
#resourceKitForm h3,
#resourceKitForm h4,
#resourceKitForm p {
    margin: 0;
}

#resourceKitForm {
    display: flex;
    padding: 20px 120px 20px 20px;
    gap: 10px;
    justify-content: center;
}

#resourceKitForm .img-wrapper {
    display: flex;
    flex-direction: column;
    width: 540px;
    gap: 70px;
    padding-left: 0;
    padding-right: 0;
}

#resourceKitForm .img-wrapper img {
    width: 540px;
    height: 327.4px;
    object-fit: cover;
}

#resourceKitForm .img-wrapper .text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 443px;
    align-self: flex-end;
    margin: 0;
}

#resourceKitForm .img-wrapper .text .content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#resourceKitForm .img-wrapper .text .content div {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#resourceKitForm .img-wrapper .text .content div ul {
    margin-top: 1em;
}

#resourceKitForm .img-wrapper .text h1 {
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.5600000023841858px;
    text-align: left;
    color: rgba(0, 153, 136, 1);
    text-transform: none;
}

#resourceKitForm .content {
    max-width: 700px;
    flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
    #resourceKitForm .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1439px) {
    #resourceKitForm {
        display: flex;
        padding: 20px;
    }
    #resourceKitForm .img-wrapper {
        width: 40%;
        height: fit-content;
    }
    #resourceKitForm .img-wrapper img {
        width: 100%;
        object-position: right;
    }
    #resourceKitForm .content {
        width: 60%;
        height: fit-content;
    }
    #resourceKitForm .img-wrapper .text .content {
        width: 100%;
    }
    #resourceKitForm .pnhkit-thankyoustep-wrapper {
        width: unset;
        height: unset;
        padding: 40px 20px;
        max-width: 610px;
        margin: auto;
    }
}

@media only screen and (max-width: 1023px) {
    #resourceKitForm {
        flex-direction: column;
        padding: 20px 0;
    }
    #resourceKitForm .img-wrapper {
        gap: 40px;
    }
    #resourceKitForm .img-wrapper,
    #resourceKitForm .content {
        width: 100%;
    }
    #resourceKitForm .img-wrapper .text {
        max-width: unset;
        align-self: center;
    }
    #resourceKitForm .img-wrapper .text h1 {
        font-family: Roboto;
        font-size: 42px;
        font-weight: 700;
        line-height: 49.22px;
        letter-spacing: 0.5600000023841858px;
        text-align: center;
        text-transform: none;
    }
    #resourceKitForm .img-wrapper .text .content {
        gap: 40px
    }
    #resourceKitForm .img-wrapper img {
        height: 242.52px;
        width: 350px;
        align-self: center;
    }
    #resourceKitForm .content {
        align-self: center;
    }
}

/* Form Styles --------------------------------*/

.pnhkit-submitstep-wrapper h1,
.pnhkit-submitstep-wrapper h2,
.pnhkit-submitstep-wrapper h3,
.pnhkit-submitstep-wrapper h4,
.pnhkit-submitstep-wrapper p,
.pnhkit-thankyoustep-wrapper h1,
.pnhkit-thankyoustep-wrapper h2,
.pnhkit-thankyoustep-wrapper h3,
.pnhkit-thankyoustep-wrapper h4,
.pnhkit-thankyoustep-wrapperp {
    margin: 0;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pnhkit-submitstep-wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 40px 20px;
    gap: 20px;
    border-radius: 10px;
    background: rgba(0, 114, 103, 1);
    box-shadow: 0px 10px 70px 0px rgba(0, 26, 82, 0.1);
}

@media only screen and (max-width: 768px) {
    .pnhkit-submitstep-wrapper {
        border-radius: unset;
    }
}

.pnhkit-submitstep-wrapper .pnhkit-top-content,
.pnhkit-submitstep-wrapper .pnhkit-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pnhkit-submitstep-wrapper .pnhkit-top-content h2 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.75px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    border-bottom: 0;
}

.pnhkit-submitstep-wrapper .pnhkit-top-content .yellow-line,
#resourceKitForm .pnhkit-thankyoustep-wrapper .pnhkit-thankyou-top-content .yellow-line {
    width: 60px;
    height: 4px;
    background-color: rgba(255, 163, 0, 1);
}

.pnhkit-submitstep-wrapper .pnhkit-terms-conditions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pnhkit-submitstep-wrapper .pnhkit-checkboxes label {
    display: flex;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: white;
}

.pnhkit-submitstep-wrapper .pnhkit-checkboxes label span.bold {
    font-weight: 900;
}

.pnhkit-submitstep-wrapper .pnhkit-checkboxes input[type="checkbox"],
#resourceKitForm .pnhkit-terms-conditions .pnhkit-checkbox-wrapper input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    background: white;
    margin-right: 10px;
}

.pnhkit-submitstep-wrapper .pnhkit-checkboxes .pnhkit-checkbox-wrapper input[type="checkbox"]:checked,
#resourceKitForm .pnhkit-terms-conditions .pnhkit-checkbox-wrapper input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.pnhkit-submitstep-wrapper .pnhkit-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: white;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input label span {
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: white;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input input {
    height: 44px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input-group {
    display: flex;
    gap: 20px;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input-group .pnhkit-input {
    width: 50%;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/Content/Ultomiris_com/Images/pnh/patient/arrow.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    height: 44px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    font-family: Roboto;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input input::-webkit-outer-spin-button,
.pnhkit-submitstep-wrapper .pnhkit-inputs .pnhkit-input-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pnhkit-submitstep-wrapper .pnhkit-inputs .input input[type=number],
.pnhkit-submitstep-wrapper .inputs .input-group input[type=number] {
    -moz-appearance: textfield;
}

.pnhkit-submitstep-wrapper .pnhkit-terms-conditions .pnhkit-checkbox-wrapper label {
    display: flex;
}

.pnhkit-submitstep-wrapper .pnhkit-terms-conditions .pnhkit-checkbox-wrapper label span,
.pnhkit-submitstep-wrapper .pnhkit-terms-conditions .pnhkit-checkbox-wrapper a {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: white;
}

.pnhkit-submitstep-wrapper .pnhkit-terms-conditions .pnhkit-checkbox-wrapper a {
    text-decoration: underline;
}

.pnhkit-submitstep-wrapper .pnhkit-submit-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
    height: 46px;
    background: rgba(255, 163, 0, 1);
    border: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.4000000059604645px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.pnhkit-submitstep-wrapper .pnhkit-required-age-error {
    padding-bottom: 10px;
    display: none;
}

.pnhkit-submitstep-wrapper .pnhkit-required-age-error .pnhkit-required-age-error-label,
.pnhkit-submitstep-wrapper .pnhkit-checkboxes .pnhkit-required-offers-error-label {
    color: #ff0000;
}

.pnhkit-thankyoustep-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 610px;
    padding: 40px 45px 40px 45px;
    gap: 40px;
    border-radius: 10px;
    background: rgba(0, 114, 103, 1);
    box-shadow: 0px 10px 70px 0px rgba(0, 26, 82, 0.1);
    animation: fade_in_show 1s;
}

.pnhkit-thankyoustep-wrapper .pnhkit-thankyou-top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pnhkit-thankyoustep-wrapper .pnhkit-thankyou-top-content .pnhkit-thankyou-title {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: white;
}

.pnhkit-thankyoustep-wrapper .pnhkit-thankyou-top-content p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: white;
}

.pnhkit-thankyoustep-wrapper .pnhkit-explore-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 271px;
    height: 46px;
    background: rgba(255, 163, 0, 1);
    border: 0;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.4000000059604645px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.field-validation-error,
.validation-summary-errors {
    color: rgba(255, 163, 0, 1) !important;
}

#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 99;
  }
  
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
.hidden {
    display: none;
}