<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-page__text img {
    width: 100% !important;
}

.show_in_filter_countie,
.show_in_filter_rooms_specific,
.show_in_filter_sale_prices,
.show_in_filter_specific_surface,
.show_in_filter_floor_specific,
.show_in_filter_year_specific,
.show_in_filter_land_specific,
.show_in_filter_compartimentation,
.show_in_filter_comission,
.footer-filter {
    display: none;
}

.active_item {
    color: #6CD4FF;
}

.popup-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.popup-custom-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#closePopupButton {
    background-color: transparent;
    font-size: 20px;
    float: right;
}

.popup-custom-description {
    margin-right: 25px;
}

.filter-toggle {
    cursor: pointer;
}

.validation_error_block p,
.validation_error_block {
    padding: 3px 0 3px 0;
    color: red;
    font-size: 16px;
}

.btn-save {
    background: #EB7F15;
    padding: 12px 20px;
    color: white;
    font-size: 15px;
}

.btn-save:hover {
    background: white;
    color: #EB7F15;
    border: 1px solid #EB7F15;
}

.user_avatar {
    height: 200px;
    width: 200px;
}

.avatar_image {
    width: 94px;
    height: 94px;
    border-radius: 50px;
    object-fit: cover;
}

.img-item {
    height: 180px;
    object-fit: cover;
    width: 30%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sortable {
    display: inline-block;
    text-align: left;
}

.announcement__dislike {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
    -webkit-tap-highlight-color: transparent;
}

.disabled {
    cursor: not-allowed;
}

.forgot_password {
    color: black;
    text-decoration: underline;
}

.filters_row {
    display: none;
}

.select__options {
    z-index: 2;
}

.announcement_image {
    object-fit: contain !important;
}

.order_images {
    width: 30%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sortable-div {
    width: 100%;
}

.required_field {
    border: 1px solid red;
}

.text_page .about__description p {
    margin-bottom: 10px;
}

.negociable_lable {
    font-size: 14px;
}

.aside-user__price {
    font-size: 18px !important;
}

.aside_mobile {
    display: none;
    border-top: 1px solid #EDEDED;
    padding-top: 15px;
    margin-top: 15px;
}

@media screen and (max-width: 900px) {
    .aside_mobile {
        display: block !important;
    }
}

.mobile_add_announcement {
    position: relative !important;
}

.login-social {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
}

@media screen and (max-width: 900px) {
    .login-social {
        display: contents;
    }
}

@media screen and (min-width: 900px) {
    .login-social {
        column-gap: 18px;
    }
}

/* Style for the full-screen loader */
.full-screen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    /* Ensure the loader appears on top of other content */
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #FF5700;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide the loader by default */
.hidden {
    display: none;
}

.info-aside-user {
    cursor: pointer;
}

/* images preview */
#preview-parent {
    display: flex;
}

.preview-div {
    display: none;
    flex-direction: column;
    margin: 1rem;
}

.img-preview {
    width: 120px;
    height: 100px;
    object-fit: cover;
}

/* images preview */

.fb_iframe_widget {
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .fb_iframe_widget {
        width: 100% !important;
        margin-bottom: -30px;
    }
}

.search-header__item {
    display: inline-flex;
    white-space: nowrap;
    width: 100%;
}

.search_class {
    color: #eb7f15;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 10px 5px;
    line-height: normal;
}

@media screen and (max-width: 900px) {
    .search_class {
        padding: 8px 0 8px 5px;
    }

}</pre></body></html>