#registrationForm {
    position: absolute;
    bottom: -50px;
}

@media (max-width: 1024px) {

    #registrationForm {
        position: relative;
        margin: 50px 0 0 0;
    }

}


input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.jet-select__control:focus-visible,
:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.pr_form_style select {
    padding: 10px 12px !important;
}

.jet-form-builder-row.field-type-submit-field .jet-form-builder__action-button-wrapper .jet-form-builder__action-button.lr_secondary_button.jet-form-builder__button-switch-state {
    background: transparent;
    color: #1A202C;
    padding: 0;
    border: none;
}


.select2-results .select2-results__options .select2-results__option,
.select2-container--default .select2-selection--single {
    padding: 8px 12px 8px 12px !important;
}

.select2-container--default .select2-selection--single {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #E2E8F0 !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.050980392156862744) !important;
    height: auto !important;
    display: flex !important;
    justify-content: space-between !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative !important;
}

#protonSocials {
    list-style: none;
    display: flex;
    padding-left: 0;
    color: #fff;
    gap: 24px;
    align-items: center;
    margin: 0;
}

#protonSocials i {
    color: #507D3E;
    font-size: 14px;
}

.top_header_right .lnr {
    font-family: "sway-font";
}

.proton_phone
.lnr-phone-handset:before {
    content: "\e909";
}

.proton_email .lnr-envelope:before {
    content: "\e907";
}

.proton_work_time .lnr-clock:before {
    content: "\e908";
}

.update_patient_data .jet-form-builder-file-upload__content .jet-form-builder-file-upload__files {
    background-color: transparent;
    background-image: url('/wp-content/themes/sway-child/media/images/profile_default.png');
    background-size: cover;
    border-radius: 100%;
    width: 100px;
}

.update_patient_data .jet-form-builder-file-upload__file {
    margin: 0;
    background-image: unset;
    background-color: transparent;
}

.update_patient_data .jet-form-builder-file-upload__file img {
    border-radius: 100%;
    background-color: #c5c5c5;
}

.update_patient_data .jet-form-builder-file-upload__fields {
    position: relative;
    width: 100px;
    display: flex;
    justify-content: center;
}

.update_patient_data .jet-form-builder .user_profile_upload {
    font-size: 0;
    max-width: 20px !important;
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    display: block;
    transition: all .2s ease-in-out;
}

.update_patient_data .jet-form-builder .user_profile_upload::file-selector-button {
    display: none;
}

.update_patient_data .jet-form-builder .user_profile_upload::before {
    content: url('/wp-content/themes/sway-child/media/images/camera-solid.svg');
}

.update_patient_data .jet-form-builder .user_profile_upload:hover::before {
    opacity: .8;
}

input[type=file]:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.header_account_wrap {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.header_account_wrap .header_account_dropdown {
    display: none;
}

.header_account_wrap:hover .header_account_dropdown {
    display: block;
}