/* FIX WP */
blockquote {
    border-left: 2px solid #446084;
    color: #333;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.25em;
    padding: 0 1.25em 0 1.875em;
    position: relative;
}

@media (min-width: 768px) {
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .aligncenter {
        clear: both;
        display: block !important;
        margin: 0 auto;
    }
}

/* FIX POST DETAIL */

.text-editor-content-detail {
    line-height: 1.5;
    color: var(--gray-700);
}

.text-editor-content-detail blockquote,
.text-editor-content-detail dl,
.text-editor-content-detail figure,
.text-editor-content-detail form,
.text-editor-content-detail ol,
.text-editor-content-detail p,
.text-editor-content-detail div,
.text-editor-content-detail pre,
.text-editor-content-detail ul {
    /* margin-bottom: 20px; */
    margin-bottom: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: justify;
}

.text-editor-content-detail ol li,
.text-editor-content-detail ul li {
    margin-bottom: 0.6em;
}

.text-editor-content-detail ol li,
.text-editor-content-detail ul li {
    margin-left: 1.3em;
}

.text-editor-content-detail h1,
.text-editor-content-detail h2,
.text-editor-content-detail h3,
.text-editor-content-detail h4,
.text-editor-content-detail h5,
.text-editor-content-detail h6 {
    margin-bottom: 0.65em;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--gray-main);
}

.text-editor-content-detail h1 {
    /* 48px */
    font-size: var(--fs-heading-xxl);
    line-height: var(--line-height-heading-xxl);
}
.text-editor-content-detail h2 {
    /* 32px */
    font-size: var(--fs-heading-xl);
    line-height: var(--line-height-heading-xl);
}
.text-editor-content-detail h3 {
    /* 24px */
    font-size: var(--fs-heading-lg);
    line-height: var(--line-height-heading-lg);
}
.text-editor-content-detail h4 {
    /* 20px */
    font-size: var(--fs-xl);
    line-height: var(--line-height-xl);
}
.text-editor-content-detail h5 {
    /* 20px */
    font-size: var(--fs-xl);
    line-height: var(--line-height-xl);
}
.text-editor-content-detail h6 {
    /* 20px */
    font-size: var(--fs-xl);
    line-height: var(--line-height-xl);
}

.text-editor-content-detail p,
.text-editor-content-detail div {
    word-break: break-word;
}

.text-editor-content-detail img {
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.text-editor-content-detail iframe[src*="youtube.com"] {
    width: 100% !important;

    height: auto !important;

    aspect-ratio: 16 / 9;

    border-radius: 6px;

    overflow: hidden;
}

.text-editor-content-detail iframe {
    width: 100% !important;
}

.text-editor-content-detail .wp-caption {
    max-width: 100%;
    width: 100% !important;
}

.text-editor-content-detail .wp-caption .wp-caption-text {
    padding: 12px 8px;
    font-size: 0.9em;
    display: block;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-editor-content-detail .wp-caption-text {
    text-align: center;
}

.text-editor-content-detail {
    font-size: 16px;
}

article {
    max-width: 100%;

    overflow: hidden;

    min-width: 1px;

    display: block;

    position: relative;
}

.text-editor-content-detail .video > p {
    margin: 0;
}

.text-editor-content-detail .video iframe {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -o-object-position: center;

    object-position: center;
}

.text-editor-content-detail .video {
    position: relative;

    overflow: hidden;

    margin-bottom: 20px;

    width: 100%;
}

/* FIX WPFORM */
.wpforms-confirmation-container-full {
    border-radius: 6px;
    margin: 0 auto !important;
}

.wpforms-container-full {
    margin-top: 0 !important;

    margin-bottom: 0 !important;

    width: 100% !important;
}

.wpforms-container-full > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 16px;
}

.wpforms-container-full > form > .wpforms-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 16px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpforms-container-full > form > .wpforms-submit-container {
    padding: 0 !important;
    margin-top: 0 !important;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;

    width: 100% !important;

    padding-top: 0 !important;

    padding-bottom: 0 !important;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field .wpforms-field-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700 !important;
    color: var(--gray-main) !important;
}
.wpforms-field-label-inline{
    color: var(--gray-main) !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
}
.wpforms-container .wpforms-required-label {
    font-weight: 700 !important;
    color: var(--primary-600) !important;
}
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field > .wpforms-field-row {
    max-width: 100% !important;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    min-height: 40px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--gray-main) !important;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input:hover,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select:hover,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea:hover {
    border-color: var(--gray-600) !important;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input:focus,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select:focus,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea:focus {
    border-color: var(--gray-600) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
    border-color: var(--color-danger) !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 4px !important;
    color: var(--color-danger) !important;
    font-size: 12px !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before,
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background-color: transparent !important;
    background-image: url(../images/form-error.svg);
    height: 16px !important;
    width: 16px !important;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input:-webkit-input-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select:-webkit-input-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea:-webkit-input-placeholder {
    /* Edge */
    color: var(--gray-900);
}
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input::-moz-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select::-moz-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea::-moz-placeholder {
    color: var(--gray-900);
}
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input::-ms-input-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select::-ms-input-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea::-ms-input-placeholder {
    color: var(--gray-900);
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input::-webkit-input-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select::-webkit-input-placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea::-webkit-input-placeholder {
    color: var(--gray-900);
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input::-webkit-input-placeholder, .wpforms-container-full > form > .wpforms-field-container > .wpforms-field select::-webkit-input-placeholder, .wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea::-webkit-input-placeholder {
    color: var(--gray-900);
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input::-moz-placeholder, .wpforms-container-full > form > .wpforms-field-container > .wpforms-field select::-moz-placeholder, .wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea::-moz-placeholder {
    color: var(--gray-900);
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input::-ms-input-placeholder, .wpforms-container-full > form > .wpforms-field-container > .wpforms-field select::-ms-input-placeholder, .wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea::-ms-input-placeholder {
    color: var(--gray-900);
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input::placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select::placeholder,
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea::placeholder {
    color: var(--gray-900);
}


.wpforms-container-full > form > .wpforms-field-container > .wpforms-field input[type="checkbox"] {
    margin: 3px 0 0 3px;
    width: auto !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 1px !important;
    border: 0 !important;
}

.wpforms-container-full .wpforms-form label.wpforms-error {
    padding-top: 6px;

    color: #dc3232;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field select {
    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background-repeat: no-repeat;

    background-position: center right 12px;

    background-color: #fff;

    background-image: url(../images/icons/base/select-down.svg);

    background-size: 24px 24px;

    padding-right: 48px !important;
}

.wpforms-container-full > form > .wpforms-field-container > .wpforms-field textarea {
    resize: none;
    height: 96px !important;
}

.wpforms-container-full > form > .wpforms-submit-container > .wpforms-submit-spinner {
    display: none !important;
}

.wpforms-container-full > form > .wpforms-submit-container > button[type="submit"] {
    width: auto;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    gap: 4px;

    padding: 12px 24px !important;

    min-height: 40px;

    font-size: 18px !important;

    line-height: 1.4;

    font-weight: 500;
    border-radius: 9999px;

    margin: 0 auto;

    -webkit-transition: all 0.25s;

    -o-transition: all 0.25s;

    transition: all 0.25s;

    border: 1px solid transparent;

    cursor: pointer;

    text-align: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    color: var(--og-primary-text) !important;
    background: var(--og-primary) !important;
}

.wpforms-container-full > form > .wpforms-submit-container > button[type="submit"].wpforms-submit-right {
    margin-right: 0;
}

.wpforms-container-full > form > .wpforms-submit-container > button[type="submit"].wpforms-submit-left {
    margin-left: 0;
}

.wpforms-container-full > form > .wpforms-submit-container > button[type="submit"]:hover {
    color: var(--og-primary-text) !important;
    background: var(--og-primary-600) !important;
}
.wpforms-container-full > form > .wpforms-submit-container > button[type="submit"]:focus {
    color: var(--og-primary-text) !important;
    background: var(--og-primary-600) !important;
}

.wpforms-container-full > form > .wpforms-submit-container > button[type="submit"]:after {
    display: none;
}

.wpforms-container-full > form > .wpforms-submit-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.wpforms-container-full > form > .wpforms-field-container > .wpforms-field.wpforms-one-half {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.wpforms-field-textarea {
    overflow: hidden !important;
}
.owl-hide-form {
    display: none;
}

.wpforms-field-file-upload.wpforms-has-error .wpforms-uploader {
    border-color: var(--primary-600) !important;
}

.wpforms-field-file-upload .wpforms-uploader {
    border: 1px solid var(--color-border) !important;
    border-radius: 12px 12px 12px 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-upload-file .wpforms-field-description {
    color: var(--gray-600) !important;
}

.custom-upload-file .dz-message svg {
    display: none !important;
}
.custom-upload-file .dz-message {
    font-size: 14px !important;
    color: var(--gray-main) !important;
    padding-top: 76px !important;
    background-image: url(../images/upload.svg) !important;
    background-size: 68px auto !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
.custom-upload-file .dz-preview .dz-image {
    border-radius: 4px !important;
}

sidebar button[type="submit"] {
    width: 100% !important;
}

.wpform-custom-checkbox input[type="checkbox"]:before,
.wpform-custom-checkbox input[type="radio"]:before {
    border: 2px solid var(--color-border) !important;
    width: 14px !important;
    height: 14px !important;
}
.wpform-custom-checkbox input[type="checkbox"]:checked:before,
.wpform-custom-checkbox input[type="radio"]:checked:before {
    border: 2px solid var(--og-primary) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: var(--og-primary) !important;
}

.wpform-custom-checkbox input[type="checkbox"]:checked:after,
.wpform-custom-checkbox input[type="radio"]:checked:after {
    border-color: #fff !important;
}

.mailcheck-error[id*="suggestion"] {
    display: none !important;
}

body .iti--allow-dropdown input,
body .iti--allow-dropdown input[type="text"],
body .iti--allow-dropdown input[type="tel"],
body .iti--separate-dial-code input,
body .iti--separate-dial-code input[type="text"],
body .iti--separate-dial-code input[type="tel"],
div.wpforms-container .wpforms-form .iti--allow-dropdown input,
div.wpforms-container .wpforms-form .iti--allow-dropdown input[type="text"],
div.wpforms-container .wpforms-form .iti--allow-dropdown input[type="tel"],
div.wpforms-container .wpforms-form .iti--separate-dial-code input,
div.wpforms-container .wpforms-form .iti--separate-dial-code input[type="text"],
div.wpforms-container .wpforms-form .iti--separate-dial-code input[type="tel"],
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input,
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type="text"],
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type="tel"],
div.wpforms-container-full .wpforms-form .iti--separate-dial-code input,
div.wpforms-container-full .wpforms-form .iti--separate-dial-code input[type="text"],
div.wpforms-container-full .wpforms-form .iti--separate-dial-code input[type="tel"],
#wpforms-conversational-form-page .iti--allow-dropdown input,
#wpforms-conversational-form-page .iti--allow-dropdown input[type="text"],
#wpforms-conversational-form-page .iti--allow-dropdown input[type="tel"],
#wpforms-conversational-form-page .iti--separate-dial-code input,
#wpforms-conversational-form-page .iti--separate-dial-code input[type="text"],
#wpforms-conversational-form-page .iti--separate-dial-code input[type="tel"] {
    padding-left: 40px !important;
}

@media only screen and (max-width: 600px) {
    div.wpforms-container
        .wpforms-form
        .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(
            .wpforms-field-checkbox
        ):not(.wpforms-field-layout) {
        overflow: visible !important;
    }
}
@media (min-width: 576px) {
    .wpforms-container-full > form > .wpforms-field-container > .wpforms-field.wpforms-one-half {
        -ms-flex-preferred-size: calc(50% - 12px) !important;
        flex-basis: calc(50% - 12px) !important;
        width: calc(50% - 12px) !important;
        margin: 0 !important;
    }
    sidebar .wpforms-container-full > form > .wpforms-field-container > .wpforms-field.wpforms-one-half {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .owl-modal-body .wpforms-one-half .iti__dropdown-content {
        width: 200px;
    }

    .owl-modal-body .wpforms-one-half .iti__dropdown-content > ul > li .iti__country-name {
        min-width: 1px;
        white-space: normal;
    }

    .contact-page-form.wpforms-container-full > form > .wpforms-submit-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contact-page-form.wpforms-container-full > form > .wpforms-submit-container > button[type="submit"] {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .wpforms-container-full > form {
        gap: 24px;
    }
}

.wpform-title {
    text-align: center;
    font-weight: 500;
    font-size: var(--fs-base) !important;
    line-height: var(--line-height-base) !important;
}

@media (max-width: 767.98px) {
    .wpform-title {
        text-align: center;
        font-weight: 500;
        font-size: var(--fs-sm) !important;
        line-height: var(--line-height-sm) !important;
    }

    .wpforms-container-full > form > .wpforms-field-container > .wpforms-field .wpforms-field-label {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    #jobs-register-form button[type="submit"] {
        width: 100% !important;
    }
}
/* FIX FOOTER WPFORM */
