.rhea-text-field-wrapper input,
.rhea-text-field-wrapper input::placeholder,
.filter-option-inner-inner {
        color: #000000bd !important;
    font-weight: 500 !important;
}

.rh_pagination__btn.current {
        background: #1a8da1 !important;
}

.elementor-kit-148361 .rh_property_agent a{
	font-weight: 400 !important
}

/* Property reference badge in dashboard */
.property-ref-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #1A8DA1;
    padding: 2px 8px;
    border-radius: 3px;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

/* Password toggle */
.rh_pwd_wrapper {
    position: relative;
}
.rh_pwd_wrapper .rh_modal_field {
    padding-right: 42px;
}
.rh_wrapper_login_forms button.rh_pwd_toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    cursor: pointer;
    color: #888 !important;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rh_login_modal_wrapper button.rh_pwd_toggle:not(.dropdown-toggle):hover,
.rh_wrapper_login_forms button.rh_pwd_toggle:hover,
.rh_wrapper_login_forms button.rh_pwd_toggle:focus {
    background: none !important;
    background-color: transparent !important;
    color: #444 !important;
    box-shadow: none !important;
    outline: none;
}


