.wf-form-component {
    padding: 30px 40px 60px;
}
.wf-form-paid {
    padding-bottom: 45px;
}
.wf-parent {
    padding: 30px 0;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wf-wrapper * {
    box-sizing: border-box;
}
.wf-wrapper {
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    margin: auto;
    border: none;
    /* background-color: #fff; */
    color: #222;
    /* box-shadow: 0px 0px 2px 0 #00000033; */
}
.iframe-container {
    height: 100%;
    width: 100%;
    border: none;
    min-height: 365px;
}
.wf-logo {
    display: flex;
    margin-bottom: 30px;
    max-height: 60px;
    justify-content: center;
}
.wf-logo[data-ux-logo-size="lg"] {
    height: 60px;
}
.wf-logo[data-ux-logo-size="md"] {
    height: 50px;
}
.wf-logo[data-ux-logo-size="sm"] {
    height: 30px;
}
.wf-logo[data-ux-logo-pos="left"] {
    justify-content: left;
}
.wf-logo[data-ux-logo-pos="center"] {
    justify-content: center;
}
.wf-logo[data-ux-logo-pos="right"] {
    justify-content: right;
}
.wf-header {
    font-size: 22px;
    padding-bottom: 35px;
    font-weight: bold;
    word-break: break-word;
}
.wf-sec-wrap {
    margin-bottom: 40px;
}
.wf-sec-wrap:first-child .wf-sec-head {
    margin-top: 0;
}
.wf-sec-head {
    margin-bottom: 20px;
    margin-top: 35px;
}
.wf-sec-title {
    font-size: 18px;
    font-weight: bold;
    word-break: break-word;
}
.wf-sec-desc {
    margin: 0;
    margin-top: 5px;
    word-break: break-word;
}
.wf-row {
    margin-bottom: 20px;
}
.wf-row-with-supplementary {
    margin-bottom: 10px;
}
.wf-label {
    padding: 7px 0;
    word-break: break-word;
}
.wf-field {
    text-align: left;
    word-break: break-word;
    border: 0;
    position: relative;
}
.wf-field-inner {
    position: relative;
    display: flex;
    flex: 1;
}
.wf-field-input:focus {
    border: 1px solid #e39426;
}
.wf-field-dropdown .wf-field-input:focus {
    border: none; /* multipicklist search */
}
.wf-input-focus.wf-field::after {
    opacity: 1;
}
.wf-input-focus.wf-field::after,
.wf-field-error-active.wf-field .wf-field-error {
    display: block;
}
.wf-field-error-active.wf-field .wf-field-input,
.wf-field-error-active.wf-field .wf-field-dropdown {
    border: 1px solid #fd6b6d;
    box-shadow: 0 0 1px 1px #f4a2a2;
}
.wf-field-mandatory .wf-field-inner::before {
    content: "";
    position: absolute;
    left: 0px;
    background-color: #ff6a6a;
    width: 3px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 2;
    top: 0;
    bottom: 0;
}
.wf-field-mandatory .wf-field-inner.no-results-elem::before {
    height: 98%;
}
.wf-field-input,
.wf-field-dropdown {
    width: 100%;
    border: 1px solid #bdc8d3;
    border-radius: 4px;
    padding: 10px 15px;
    min-height: 38px;
    font-size: 15px;
    font-family: inherit;
}
select:not([data-wform-field="select-multiple"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-color: #fff;
    min-width: 70px;
}
input,
select {
    background-color: #fff;
}
.wf-field-item {
    min-height: 38px;
}
.wf-time-field-wrapper {
    display: flex;
    flex: 1;
}
.wf-time-field-wrapper select {
    margin-left: 10px;
}
.wf-form-component .wf-field-error,
.wf-form-component .wf-field-help-text {
    text-align: left;
}
.wf-field-error {
    color: #ff5050;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    /* animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; */
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.wf-field-help-text {
    color: #515159;
    font-size: 12px;
    margin-top: 5px;
}
.wf-field-help-text-link {
    text-decoration: none;
}
.wf-field-checkbox {
    cursor: pointer;
    border-radius: 3px;
    min-width: 14px;
    min-height: 20px;
    box-sizing: initial;
    accent-color: #e39426;
    margin-right: 10px;
    margin-bottom: auto;
}
.wf-field-dropdown-date {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}
.wf-field-dropdown-date {
    border: 1px solid #bdc8d3;
}
.wf-field-dropdown-date:hover {
    /* border: 1px solid #65c199; */
}
.wform-field-item-upload-input {
    min-height: 5rem;
    background-color: #fbfcfd;
    border: 1px dashed #bdc8d3;
    line-height: 2.1;
    cursor: pointer;
}
.wform-field-item-upload-input:focus {
    border: 1px dashed #bdc8d3;
}
.wform-file-upload-input-label {
    background-color: #fff;
    background-image: linear-gradient(to top, #f5f8fa, #ffffff);
    color: #212129;
    border-color: #d3dbe3;
    border: 1px solid #d3dbe3;
    border-radius: 4px;
    padding: 0.7rem 2rem;
    font-size: 1.4rem;
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
input[type="file"]::file-selector-button,
input[type="file"]::-webkit-file-upload-button {
    opacity: 0;
    width: 0;
    height: 28px;
}
.wf-row[data-ux-field-appearance="captcha"] .wf-field {
    display: flex;
    align-items: center;
}
.wform-field-item-captcha-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wf-field-captcha-img-wrap {
    border: 1px solid #bdc8d3;
    border-radius: 4px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: initial;
    overflow: hidden;
    min-width: 120px;
}
.wf-field-captcha-img {
    height: 38px;
    width: 100%;
}
.reload-img {
    font-size: 23px;
    color: #4b5569;
    margin-right: 5px;
}
.reload-captcha {
    margin-left: 10px;
    user-select: none;
}
.wf-btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
}
.wf-btn[data-ux-btn-type="default"] {
    border-radius: 0;
}
.wf-btn[data-ux-btn-type="primary"] {
    border-radius: 4px;
}
.wf-btn[data-ux-btn-type="secondary"] {
    border-radius: 20px;
}
.wform-btn-wrap {
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.wform-poweredby-container {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #23384f;
    font-size: 13px;
    padding: 6px 8px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}
/* ==================== *** Form Alignment *** ==================== */
.wf-form-component:not([data-ux-form-alignment="top"]) .wf-row {
    display: flex;
}
.wf-form-component:not([data-ux-form-alignment="top"]) .wf-label {
    word-break: break-word;
    width: 30%;
    padding: 1.2rem 2rem 0;
}
.wf-form-component[data-ux-form-alignment="left"] .wf-label {
    text-align: left;
    padding-left: 0;
}
.wf-form-component[data-ux-form-alignment="right"] .wf-label {
    text-align: right;
}
.wf-form-component[data-ux-form-alignment="center"] .wf-label {
    text-align: center;
}
.wform-btn-wrap[data-ux-pos="left"] {
    justify-content: flex-start;
}
.wform-btn-wrap[data-ux-pos="center"] {
    justify-content: center;
}
.wform-btn-wrap[data-ux-pos="right"] {
    justify-content: flex-end;
}
.wf-form-component:not([data-ux-form-alignment="top"]) .wf-field {
    width: 70%;
}
.wf-form-component[data-ux-form-alignment="top"] .wf-label {
    padding-top: 0;
}
.wf-form-component[data-ux-form-alignment="top"] .reload-captcha {
    text-align: right;
}
.wf-row[data-ux-field-appearance="captcha"] .wf-field-inner {
    height: 38px;
}
.wf-row[data-ux-field-appearance="captcha"] .wf-field.wf-field-error-active {
    flex-wrap: wrap;
}
.wf-row[data-ux-field-appearance="captcha"] .wf-field-error {
    flex-basis: 100%;
    width: 100%;
}
/* ==================== *** Form Alignment ends *** ==================== */

/* ==================== *** css animations *** ==================== */
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
/* ==================== *** css animations ends *** ==================== */

/* ==================== *** Mediaquery *** ==================== */
@media screen and (max-width: 1024px) {
    .wf-wrapper {
        max-width: 700px;
        width: calc(100% - 40px);
        border: 0;
    }
    .wf-field input[type="text"],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }
    .wf-label:empty {
        display: none;
    }
    .wf-field-checkbox {
        min-width: 18px;
        min-height: 18px;
    }
}
@media screen and (max-width: 768px) {
    .wf-wrapper {
        max-width: 700px;
        width: calc(100% - 40px);
        border: 0;
    }
    .wf-field input[type="text"],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }
    .wf-label:empty {
        display: none;
    }
    .wf-form-component[data-ux-form-alignment="top"] .wform-btn-wrap {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 590px) {
    .wf-parent {
        padding: 20px 0;
    }
    .wf-wrapper {
        width: calc(100% - 40px) !important;
        border: 0;
    }
    .wf-form-component {
        padding: 20px;
        padding-bottom: 60px;
    }
    .wf-field input[type="text"],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }
    .wf-label:empty {
        display: none;
    }
    .wf-row[data-ux-field-appearance="date-time"] .wf-field-inner {
        flex-direction: column;
    }
    .wf-row[data-ux-field-appearance="date-time"] .wf-time-field-wrapper {
        margin-top: 10px;
    }
    .wf-row[data-ux-field-appearance="date-time"] .wf-field-item:first-child {
        margin-left: 0;
    }
    .wf-row[data-ux-field-appearance="date-time"] .wf-field-item {
        flex: 1;
    }
    .wf-row[data-ux-field-appearance="captcha"] .wf-field {
        flex-direction: column;
    }
    .wf-row[data-ux-field-appearance="captcha"] .reload-captcha {
        margin-left: auto;
    }
    .wf-row[data-ux-field-appearance="captcha"] .wf-field-inner {
        width: 100%;
    }
}
/* ==================== *** Mediaquery ends *** ==================== */

/* custom css */
.newsletter_form.wf-parent {
    padding: 0;
} 
.newsletter_form .wf-form-component {
    padding: 0;
}
.newsletter_form .wform-btn-wrap {
    margin-top: 0px;
    flex: 0;
}
.newsletter_form .wf-wrapper {
    max-width: 500px;
    background-color: transparent;
    box-shadow: none;
}
.newsletter_form .wf-field-mandatory .wf-field-inner::before {
    background-color: #FE5A37;
    display: none;
}
.newsletter_form .wf-btn.subscribe_btn {
    background-color: #FE5A37 !important;
    border: 1px solid #FE5A37 !important;
    color: #fff !important;
}
.newsletter_form .wf-btn.subscribe_btn:hover {
    /* background-color: #ffffff !important;
    border: 1px solid #FE5A37 !important;
    color: #FE5A37 !important; */
}
.newsletter_form .wf-form-wrapper {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
.newsletter_form .wf-form-wrapper .wf-row + .wf-row {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.newsletter_form .wf-field-item:focus {
    border-color:  #FE5A37;
}
.newsletter_form .wf-field-item:focus-visible {
    outline: none;
}
.newsletter_form .wf-label {
    display: none;
}
.success_message,.error_message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.error_message {
    display: none;
}
.success_message .check_img,
.error_message .check_img {
    margin-right: 10px;
}

.newsletter_form .wf-field-input {
    padding-left: 24px;
    padding-right: 24px;
    min-height: 38px;
    height: 48px;
}
.newsletter_form .wf-btn.subscribe_btn {
    height: 48px;
}

@media (max-width: 767px) {
    .newsletter_form .wf-wrapper {
        max-width: 100%;
        width: 100% !important;
    }
    .newsletter_form .wf-form-wrapper {
        column-gap: 5px;
    }
}