.hidden{
    display: none !important;
}
#infusionForm h1, #infusionForm h2, #infusionForm h3, #infusionForm h4, #infusionForm p {
    margin: 0;
}

#infusionForm {
    display: flex;
    padding: 20px 0px 20px 0px;
    gap: 10px;
    justify-content: center;
    background: rgba(255, 249, 239, 1);
}
#infusionForm b {
    font-weight: bold;
    
}
#infusionForm .field-validation-error,
#infusionForm .validation-summary-errors {
    color:red !important;
    font-style: italic;
    ul {
        padding: 0;
        margin: 0;
    }
    li {
        list-style-type: none;
        padding: 0;
        font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    }
}

#infusionForm .validation-summary-errors {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 18px;
}

#infusionForm .validation-summary-errors:first-of-type li{
    font-weight: 500;
    margin-bottom: 20px;
}

#infusionForm section {
    margin: unset;
    padding: unset;
}

#infusionForm .img-wrapper {
    position: relative;
    width: 865px;
    height: 1049px;
}

#infusionForm .img-wrapper .phone-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 451.35px;
    height: 391.61px;
    top: 249.76px;
    left: 35.55px;
}

#infusionForm .img-wrapper .phone-wrapper .title-wrapper {
    display: flex;
    flex-direction: column;
}

#infusionForm .img-wrapper .phone-wrapper .subtitle {
    font-family: Roboto;
    font-size: 27.32px;
    font-weight: 400;
    line-height: 32.02px;
    text-align: center;
    color: white;
}

#infusionForm .img-wrapper .phone-wrapper .title {
    font-family: Roboto;
    font-size: 63.76px;
    font-weight: 300;
    line-height: 74.71px;
    text-align: center;
    color: white;
}

#infusionForm .img-wrapper .phone-wrapper .alert {
    height: 127.39px;
    border-radius: 18.22px;
    background: rgba(51, 51, 51, 0.8); 
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: white;
    padding: 10px 40px;
}
#infusionForm .img-wrapper .phone-wrapper .alert .alert-brand{
    margin-top: 10px;
    margin-bottom: 2px;
    display: block;
    font-size: 37px;
    font-weight: bold;
}
#infusionForm .img-wrapper .phone-wrapper .alert .alert-brand-sub{
    margin-bottom: 2px;
    display: block;
}

#infusionForm .img-wrapper .phone-wrapper img {
    width: 93.45px;
    height: 93.71px;
}

#infusionForm .img-wrapper img {
    width: 100%;
    object-fit: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#infusionForm .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 443px;
    flex-shrink: 0;
    animation: fade_in_show 1s;
}
#infusionForm .content form {
    max-width: 100%;
}

#infusionForm .content .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#infusionForm .content .text h2 {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: left;
    color: rgba(0, 153, 136, 1);
}

#infusionForm .content .text ul {
    margin: 0;
    padding-left: 25px;
}
#infusionForm .content .text ul li::marker {
    font-size: 13px; 
}

#infusionForm .content .text ul li {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: rgba(0, 0, 0, 1);   
    padding-left: 5px;
}

@media only screen and (max-width: 1439px) {

    #infusionForm {
        display: flex;
        padding: 20px;
    }

    #infusionForm .img-wrapper {
        width: 50%;
        height: fit-content;
    }

    #infusionForm .img-wrapper .phone-wrapper {
        width: 55%;
        top: 25%;
        left: 3%;
        height: 42%;
    }

    #infusionForm .img-wrapper .phone-wrapper .subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }

    #infusionForm .img-wrapper .phone-wrapper img {
        width: 70px;
        height: 70px;
    }
    
    #infusionForm .img-wrapper .phone-wrapper .title {
        font-size: 40px;
        font-weight: 300;
        line-height: 40px;
    }

    #infusionForm .img-wrapper .phone-wrapper .alert,
    #infusionForm .img-wrapper .phone-wrapper .alert p{
        padding: 5px 15px 5px 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        justify-content: center;
        gap: 10px;
    }
    #infusionForm .img-wrapper .phone-wrapper .alert .alert-brand{
        font-size: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    #infusionForm {
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 40px 20px;
        gap: 40px;
    }

    #infusionForm .img-wrapper {
        width: 259.5px;
        height: 301px;
    }
    
    #infusionForm .content {
        max-width: 100%;
    }

    #infusionForm .img-wrapper .phone-wrapper .subtitle {
        font-size: 8.2px;
        font-weight: 400;
        line-height: 9.61px;
    }
    
    #infusionForm .img-wrapper .phone-wrapper .title {
        font-size: 19.13px;
        font-weight: 300;
        line-height: 22.41px;
    }

    #infusionForm .img-wrapper .phone-wrapper .alert, 
    #infusionForm .img-wrapper .phone-wrapper .alert p{
        width: 117px;
        height: 35.22px;
        border-radius: 5.46px;
        font-family: Roboto;
        font-size: 4.8px;
        font-weight: 400;
        line-height: 9.38px;
        gap: 10px;
        justify-content: left;
        box-sizing: unset;
    }
    #infusionForm .img-wrapper .phone-wrapper .alert p {
        padding-left: 0;
        padding-right: 0;
    }

    #infusionForm .img-wrapper .phone-wrapper img {
        width: 28.03px;
        height: 28.11px;
    }
    #infusionForm .img-wrapper .phone-wrapper .alert .alert-brand{
        margin-top: 2px;
        margin-bottom: -1px;
        font-size: 12px;
    }
    #infusionForm .img-wrapper .phone-wrapper .alert .alert-brand-sub{
        margin-bottom: 0;
    }
}


/* Form Styles --------------------------------*/

.pnhreminders-submitstep-wrapper h1, .pnhreminders-submitstep-wrapper h2, .pnhreminders-submitstep-wrapper h3, .pnhreminders-submitstep-wrapper h4, .pnhreminders-submitstep-wrapper p,
.pnhreminders-verificationstep-wrapper h1, .pnhreminders-verificationstep-wrapper h2, .pnhreminders-verificationstep-wrapper h3, .pnhreminders-verificationstep-wrapper h4, .pnhreminders-verificationstep-wrapper p,
.pnhreminders-thankyoustep-wrapper h1, .pnhreminders-thankyoustep-wrapper h2, .pnhreminders-thankyoustep-wrapper h3, .pnhreminders-thankyoustep-wrapper h4, .pnhreminders-thankyoustep-wrapper p {
    margin: 0;
}

@keyframes fade_in_show {
    0% {
         opacity: 0;
    }

    100% {
         opacity: 1;
    }
}

.pnhreminders-submitstep-wrapper, .pnhreminders-submitstep-wrapper .pnhreminders-inputs {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input label {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: left;
    color: rgba(64, 68, 68, 1);
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input,  
.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input select {
    font-family: Roboto;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 2px solid rgba(255, 163, 0, 1);
    height: 46px;
    text-align: left;
    background-color: white;
}
.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input.error-highlighted ,  
.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input select.error-highlighted {
    border: 1px solid red !important;
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input::-webkit-date-and-time-value {
    text-align: left;
  }
  

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input select,
.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input .flatpickr-input{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/-/media/Ultomiris_com/PNH/Infusion Reminders/arrow.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    padding: 10px;
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input .pnhreminders-reminderdate-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/-/media/Ultomiris_com/PNH/Infusion Reminders/calendar.svg"), url("/-/media/Ultomiris_com/PNH/Infusion Reminders/arrow.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: 2% 50%, 98% 50%;
    background-size: 20px 20px, 14px 14px;
    padding-left: 40px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 1023px) {
    @-moz-document url-prefix() {
    .pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input .pnhreminders-reminderdate-input {
        background-image: none !important;
        padding-left: 10px;
    }
    }
}
.pnhreminders-reminderdate-input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input[type="date"]::-webkit-inner-spin-button,
.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/-/media/Ultomiris_com/PNH/Infusion Reminders/arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
} 

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input:focus-visible, .pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input select:focus-visible {
    outline-color: rgba(255, 163, 0, 1);
    outline-offset: 1px;
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input::-webkit-outer-spin-button,
.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pnhreminders-submitstep-wrapper .pnhreminders-inputs .pnhreminders-input input[type=number] {
  -moz-appearance: textfield;
}

.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: left;
    color: rgba(64, 68, 68, 1);
}

.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper {
    background-color: white;
    height: 247px;
    padding: 20px 20px 0 20px;
    gap: 10px;
    border-radius: 5px;
    border: 2px solid rgba(255, 163, 0, 1);
}

.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms {
    overflow-y: scroll;
    height: 100%;
}

.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms p {
    margin: 0;
    padding: 0 10px 20px 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

div::-webkit-scrollbar-track {
    border-radius: 9px;
    background-color: #fef6e8;
    padding-right: 10px;
    margin-block-end: 20px;
}

div::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #992550;
    border: 2px solid rgba(0, 0, 0, 0);
}

.pnhreminders-submitstep-wrapper .pnhreminders-checkbox-wrapper {
    display: flex;
    gap: 10px;
} 

.pnhreminders-submitstep-wrapper .pnhreminders-checkbox-wrapper input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border: 2px solid rgba(255, 163, 0, 1);
    border-radius: 2px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.pnhreminders-submitstep-wrapper .pnhreminders-checkbox-wrapper input[type="checkbox"]:not(:disabled) {
    background-color: white;
}

.pnhreminders-submitstep-wrapper .pnhreminders-checkbox-wrapper input[type="checkbox"]:checked {
    background-color: rgba(255, 163, 0, 1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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");
}

.pnhreminders-submitstep-wrapper .pnhreminders-checkbox-wrapper label {
    display: flex;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
}

.pnhreminders-submitstep-wrapper .pnhreminders-submit-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 163, 0, 1);
    width: 145px;
    height: 41px;
    padding: 10px 40px 10px 40px;
    border: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: white;
    margin: unset;
}

.pnhreminders-submitstep-wrapper .pnhreminders-submit-cta.submit-disabled,
.pnhreminders-verificationstep-wrapper .pnhreminders-verify-cta.submit-disabled
 {
    color: white;
    padding: 10px 40px 10px 40px;
    border: none;
    background-color: rgba(255, 163, 0, 0.4);
    pointer-events: none;
    cursor: not-allowed;
}

.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms {
  overflow-y: scroll;
  height: 100%;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms p {
  margin: 0;
  padding: 0 10px 10px 0;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms a {
  color: #4a90e2;
  text-decoration: underline;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms hr {
  height: 1px;
  background-image: none;
  background-color: #404444;
  margin: 15px 20px 10px 0;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms .reminder_form_temsandconditions_subtitle {
  font-weight: bolder;
  padding-top: 5px;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms ol li {
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 21.09px;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms ol li .terms_bold_underline {
  font-weight: bolder;
  text-decoration: underline;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms ol li::marker {
  font-weight: 700;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms ul {
  list-style-type: disc;
  padding-left: 20px;
}
.pnhreminders-submitstep-wrapper .pnhreminders-terms-conditions .pnhreminders-terms-wrapper .pnhreminders-terms ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 21.09px;
}

.pnhreminders-submitstep-wrapper .pnhreminders-checkbox-wrapper .pnhreminders-checkbox-label a {
    text-decoration: underline;
}

.pnhreminders-verificationstep-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 446px;
    background-color: white;
    border-radius: 9px;
    padding: 50px 40px 50px 40px;
    border: 1px solid #F6A71D;
}

.pnhreminders-verificationstep-wrapper .pnhreminders-topcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 9px;
    animation: fade_in_show 1s;
}

.pnhreminders-verificationstep-wrapper .pnhreminders-topcontent h2 {
    font-family: Roboto;
    font-size: 27px;
    font-weight: 700;
    line-height: 31.64px;
    text-align: center;
    color: rgba(64, 68, 68, 1);
}

.pnhreminders-verificationstep-wrapper .pnhreminders-topcontent p {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    line-height: 24.61px;
    text-align: center;
    color: black;
}

.pnhreminders-verificationstep-wrapper .pnhreminders-input {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.pnhreminders-verificationstep-wrapper .pnhreminders-input .pnhreminders-identitycode {
    height: 16px;
    padding: 10px 20px 10px 20px;
    border-radius: 9px;
    border: 2px solid rgba(0, 114, 103, 1);
    box-sizing: unset;
}

.pnhreminders-verificationstep-wrapper .pnhreminders-input input[type=number] {
    -moz-appearance: textfield;
  }

.pnhreminders-verificationstep-wrapper .pnhreminders-input .pnhreminders-label-wrapper {
    display: flex;
    justify-content: space-between;
}   

.pnhreminders-verificationstep-wrapper .pnhreminders-input .pnhreminders-label-wrapper label {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 700;
    line-height: 24.61px;
    color: rgba(64, 68, 68, 1);
}

.pnhreminders-verificationstep-wrapper .pnhreminders-input .pnhreminders-label-wrapper .pnhreminders-resend {
    background-color: transparent;
    border: none;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    line-height: 24.61px;
    color: rgba(21, 115, 255, 1);
    width: unset;
    text-transform: unset;
    margin: unset;
    padding-inline: 6px;
    padding-block: 1px;
}

.pnhreminders-verificationstep-wrapper .pnhreminders-warning-msg {
    animation: fade_in_show 1s;
}

.pnhreminders-verificationstep-wrapper .pnhreminders-warning-msg span {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    line-height: 24.61px;
    text-align: center;
    color: rgba(255, 163, 0, 1);
}

.pnhreminders-verificationstep-wrapper .pnhreminders-verify-cta {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 72px;
    padding: 20px 40px 20px 40px;
    background: rgba(255, 163, 0, 1);
    border: none;
    margin: 0;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 700;
    line-height: 31.64px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.pnhreminders-thankyoustep-wrapper {
    display: flex;
    max-width: 446px;
    height: 506px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: rgba(0, 114, 103, 1);
    padding: 40px 45px 40px 45px;
    border-radius: 9px;
    animation: fade_in_show 1s;
}

.pnhreminders-thankyoustep-wrapper .pnhreminders-thankyou-top-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.pnhreminders-thankyoustep-wrapper .pnhreminders-thankyou-top-content h2 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    color: white;
}

.pnhreminders-thankyoustep-wrapper .pnhreminders-thankyou-top-content .yellow-line {
    width: 60px;
    border: 2px solid rgba(255, 163, 0, 1);
}

.pnhreminders-thankyoustep-wrapper .pnhreminders-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;
}

.pnhreminders-thankyoustep-wrapper .pnhreminders-explore-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 0;
    background: rgba(255, 163, 0, 1);
    width: 271px;
    height: 46px;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
    padding-block: 1px;
    padding-inline: 6px;
    text-align: center;
}


@media only screen and (max-width: 1023px) {
    .pnhreminders-verificationstep-wrapper, .pnhreminders-thankyoustep-wrapper {
        padding: 30px 35px;
    }
}

.pnhreminders-thankyoustep-wrapper .pnhreminders-thankyou-description a {
  font-weight: bolder;
  text-decoration: underline;
}

.pika-title {
    margin-left: 13px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.pika-prev, .pika-next {
    font-size: 20px; 
    color:#9FA0A6 !important;
    opacity: unset !important;
}

.pika-prev {
    background-image: url('./arrow-left.svg') !important; 
    margin-left: -5px;
    height: unset !important;
}

.pika-next {
    background-image: url('./arrow-left.svg') !important;
    transform: rotate(180deg);
    height: unset !important;
    margin-right: -5px;
}

.pika-single {
    border-radius: 5px;
    border: 2px solid rgba(255, 163, 0, 1) !important;
    margin-top: 5px;
    display: flex;
    padding: 8px;
    display: inline-flex !important;
    box-sizing: unset;
}
.pika-single.is-hidden {
    display: none !important;
}
.pika-lendar {
    margin-bottom: -8px !important;
    width: 100% !important;
}
.pika-label {
    font-family: Roboto;
    font-weight: 350 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    text-align: center;
}

.pika-table th {
    font-family: Roboto;
    font-weight: 350 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center;
    color: #231F20 !important;
    padding-bottom: 10px !important; 
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pika-table th abbr {
    cursor: default;
    text-decoration: none;
    width: 40px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    border-bottom: none;
    font-weight: unset;
}
.pika-button {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 11px !important;
    text-align: center !important;
    background-color: #FFF9EF !important;
    color: #231F20 !important;
    font-size: 14px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.pika-button:hover {
    background-color: #F2E0C6 !important;
}
.is-selected .pika-button {
    background-color: #009988 !important;
    color: white !important;
    box-shadow: unset !important;
}

.pnhreminders-disclaimer-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #404444;
}


.flatpickr-time input.flatpickr-hour {
    font-weight: unset !important;
}

.pnhreminders-form-wrapper .firstFormErrors {
    font-size: 14px;
}

.pnhreminders-form-wrapper .firstFormErrors {
  display: none;
}

.pnhreminders-form-wrapper.submitted .error-highlighted ~.firstFormErrors {
  display: block;
}
