<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#field_1abwj2{
    position: relative;
}

.passwords-eye .frm_inline_box{
    display: block !important;
    position: absolute;
    top:0;
    right:20px;
    width: 30px !important;
    height: 50px;
    background-image: url('/wp-content/uploads/2023/12/Property-2EyeSlash.svg');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none !important;
    opacity: 0.4;
}

.passwords-eye .frm_inline_box.show{
    background-image: url('/wp-content/uploads/2023/12/Property-1Eye.svg ');
    opacity: 0.4;
}

.frm_none_container.passwords-eye input.frm_strong_pass{
    margin-top: 0 !important;
}
/* #frm_field_conf_100_container .frm_inline_box,
.passwords-eye-second.frm_inline_box{
    top: 15px;
} */

#frm_field_conf_100_container {
    position: relative;
}

.frm_error_style{
    display: none;
}

.frm_blank_field label{
    color: #333 !important;
}

.frm_submit button.frm_prev_page, .frm_submit button.frm_prev_page:hover{
    background-color: #fff !important;
    color: #69727d !important;
    border: solid #69727d 1px !important;
}
.frm_submit button:hover{
    background-color: rgba(20,58,98,1) !important;
    transform: scale(1.05,1.05);
    transition: 0.2s;
    color: #fff !important;
}

.frm_submit{
    gap: 24px;
}

.filters-toggler.disablebtn{
    opacity: 0.3;
}

.filters-toggler ~.disable{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.field_border-top{
    padding-top: 30px;
    border-top: solid 1px #EBEBEB;
}

#remove_coupon_code_value{
    font-family: inherit;
    font-size: inherit;
    text-decoration: underline;
}

#remove_coupon_code_value:hover{
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    color: red;
    border: none

}
.frm_form_field.frm_html_container.form-field.help-register-link{
    margin-top: -40px !important;
    font-size: 14px !important;
}
.frm_form_field.frm_html_container.form-field.help-register-link a{
color: rgba(102,102,102,0.7) !important;
text-decoration: underline !important;
}

.clear-all-wrapper{
    text-align: center;
    margin-top: 24px;
}

.clear-all-wrapper a{
    color: #143a62;
    font-weight: 500;
    opacity: 0.7;
}

.frm_page_num_1 .frm_submit{
    position: relative;
}
.frm_page_num_1 .frm_submit .block_cta{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.frm_button_submit.disabled{
    opacity: 0.3;
}

.filters-toggler {
    transition: 0.2s;
}
.filters-toggler .open{
    transform: rotate(90deg);
    transition: 0.2s;
}

#physician-popup-overlay{
    display: none;
}

.add_note{
    cursor: pointer;
}

.dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border: 2px dashed #ccc;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dropzone.dragover {
    background-color: #e6f7ff;
}</pre></body></html>