


/* Base font setup */
h1, h2, h3, h4,
h1.entry-title, h1.entry-prop, 
h2.entry-title, h2.entry-prop,
h3.entry-title, h3.entry-prop,
h4.entry-title, h4.entry-prop {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  color: #333 !important;
}

/* Desktop styles */
h1, h1.entry-title, h1.entry-prop {
  font-size: 40px !important;
}

h2, h2.entry-title, h2.entry-prop {
  font-size: 36px !important;
}

h3, h3.entry-title, h3.entry-prop {
  font-size: 20px !important;
}

h4, h4.entry-title, h4.entry-prop {
  font-size: 20px !important;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  h1, h1.entry-title, h1.entry-prop {
    font-size: 28px !important;
  }

  h2, h2.entry-title, h2.entry-prop {
    font-size: 24px !important;
  }

  h3, h3.entry-title, h3.entry-prop {
    font-size: 18px !important;
  }

  h4, h4.entry-title, h4.entry-prop {
    font-size: 18px !important;
  }
}



.ltds_add_listing_btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 15px !important;
    background-color: #d9534f !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    width: 80% !important;
}



.ltds_user_dashboard_links {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px !important; /* Increase or remove limit as needed */
    width: 100%; /* This ensures it expands to fill the allowed max-width */
}

.ltds_user_dashboard_links .menu-item a {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.ltds_user_dashboard_links .menu-item a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.ltds_user_dashboard_links .menu-item .wpresidence_button:hover {
    color: #6c5dd3 !important;
}

/* Modal Styling */
.ltds_modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.ltds_modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 350px;
}

.ltds_modal-content h2 {
    margin-bottom: 10px;
    color: #d9534f;
}

.ltds_missing-fields {
    background: #ffefef;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    color: #d9534f;
    list-style: none;
}

.ltds_missing-fields li {
    text-align: left;
    margin: 5px 0;
    font-size: 14px;
}

.ltds_missing-fields i {
    color: #d9534f;
    margin-right: 8px;
}

.ltds_edit-profile-btn {
    display: inline-block;
    padding: 10px;
    background: #d9534f;  /* Red background */
    color: #fff;  /* White text */
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}

.ltds_edit-profile-btn:hover {
    color: #fff;  /* Keeps the text color white on hover */
    background: #c04e43;  /* Slightly darker red on hover, adjust as desired */
}

.ltds_close-modal {
    background: #333;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

/* Modal Styling */
.ltds_login-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.ltds_login-modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    /* Adjust width as needed */
}

.ltds_login-modal-content h2 {
    margin-bottom: 10px;
    color: #d9534f;
}

.ltds_close-login-modal,
.ltds_open-login-modal {
    background: #333;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#specialties {
    height: auto !important; 
    overflow: visible !important;
    display: block !important;
}

#specialties option {
    white-space: nowrap !important;
}



.wpresidence_danger {
    border-color: #d9534f!important;
    background: #d9534f!important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.user_profile_div .input-group-text {
    height: 56px;
    font-size: 11px;
}

.change_pass_wrapper .col-md-6 {
    width: 100% !important;
}

.z-11 {
    z-index: 11 !important;
}

.view_public_profile {
    white-space: nowrap;
}

.wpestate-tree:before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 3.5rem;
    background: #ccc;
    width: 2px;
    height: calc(100% - 6.2rem);
}

.wpestate-tree__connector {
    width: 2rem;
    height: 2px;
    background: #ccc;
    top: 3.5rem;
    left: -2rem;
}

.wpestate-tree__item input {
    float: none !important;
}

.wpestate-tree--2-items.wpestate-tree:before {
    height: calc(100% - 5.3rem);
}

.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}


.select2 .select2-search .select2-search__field {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0.6rem 1rem !important;
    position: absolute;
    top: 0;
    left: 0
}

.select2 .selection .select2-selection {
    background: #f1f1f1;
    border: 1px solid #eee !important;
    border-radius: 8px;
    box-shadow: none;
    color: #11142d;
    float: left;
    font-size: 14px;
    height: 56px;
    width: 100%;
}

.select2.select2-container--focus .selection .select2-selection {
    background: #fff;
    border: 2px solid var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back)) !important;
}

.select2-dropdown {
    border: 1px solid #eee;
    border-radius: 8px;  
    margin-top: -0.6rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    font-size: 12px !important;
}

.select2 .selection .select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
}

.select2-selection__clear span {
    font-size: 1.5rem;
    font-weight: normal;
    color: #7c7878;
    position: absolute;
    top: 50%;
    transform: translate(-1.5rem, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translate(-0.5rem, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 7px 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    top: 50%;
    transform: translate(0.5rem, -50%);
    margin-top: 3px;
}

.whatsapp-brand-color {
    color:#25D366 !important;
}   

.modal {
    --bs-modal-width: 520px;
        } 


@media (max-width: 1199px) {
    /* .ltds_user_dashboard_links .menu-item a {
        color: #fff !important;
    } */

    .ltds_user_dashboard_links .ltds_add_listing_btn {
        margin: 10px 0 0 0 !important;
        width: 100% !important;
    }

    .mobilewrapper .submit_listing {
        margin-top: 45px !important;
    }

    .mobilemenu-close {
        margin-top: 5px;
    }

    .mobilex-menu li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    .row_user_dashboard .wpestate_dashboard_content_wrapper {
        padding: 20px;
    }
}


#crop-modal .cr-slider-wrap {
    position: absolute;
    bottom: 60px; /* Increased to avoid overlapping the viewport */
    left: 50%;
    transform: translateX(-50%);
    width: 250px; /* Wider slider for better usability */
    z-index: 10;
    background: #fff; /* Optional: Add background to make it stand out */
    padding: 5px 0;
    border-radius: 5px;
}
#crop-modal .cr-slider {
    width: 100%;
    margin: 0;
}