<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Your CSS code goes here
-------------------------------------- */
.footer_logo.logo img {
    width: 40%;
}
p.soldprice {
    margin-bottom: 6px;
}
.d-flex.half-map-buttons-wrap.logedinuser {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
li.detail-address.custommm {
       display: flex !important;
    justify-content: space-between;
}
.searchbtnwrapper {
    width: 75%;
}
td.search_parameter {
    display: none;
}
.savesearchwrapper {
    display: flex;
    flex-wrap: wrap;
}
input#name_search_custom {
	  width: 100%;
	  height: 45px;
}
p.save_search_par {
    margin-bottom: 0px;
	width:75%;
	display:flex;
}
p.save_search_par label.searchfield{
	width:69%;
}
p.save_search_par label.selectfield{
	width:30%;
}
p.save_search_par select#search-frequency{
	width: 100%;
    height: 45px;
}
p.save_search_par b{
	font-size: 14px;
  color: #00aeef;
  padding-bottom: 10px;
}
.row.form-group {
    padding: 0 20px;
}
span#save_search_click_custom {
    padding: 10px 15px;
	  display:inline-block;
	  height: 45px;
}
.save-search-btn.disabled {
    pointer-events: none;
    opacity: 0.5; 
}
li.side-menu-item.Properties, li.side-menu-item.Board, li.side-menu-item.Insight, li.side-menu-item.side-menu-parent-selected.Properties, li.side-menu-item.Create.a.Listing, li.side-menu-item.Invoices {
    display: none !important;
}
.login-register-form .modal-body {
    padding: 30px;
    max-height: 80vh;
    overflow-y: auto;
}
body .login-register-form .modal-dialog {
    max-width: 60%;
} 
.row.form-group .rowgroup{
	padding: 10px;
}
.fieldswrapper {
    display: flex;
    width: 100%;
    gap:15px;
	  flex-wrap:wrap;
}
p.errorresponse {
    color: red;
    font-weight: bold;
}
span.optwrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.optwrapper input{
	margin:0;
}
@media only screen and (max-width: 767px) {
	body .login-register-form .modal-dialog {
    max-width: 90%;
  }
}</pre></body></html>