/*! CSS Used from: Embedded */
.MuiAutocomplete-hasPopupIcon.css-1x6bjyf-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 30px;
}
.css-1x6bjyf-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    width: 0;
    min-width: 30px;
}
.css-1x6bjyf-MuiAutocomplete-root .MuiOutlinedInput-root {
    padding: 9px;
}
.MuiAutocomplete-hasPopupIcon.css-1x6bjyf-MuiAutocomplete-root .MuiOutlinedInput-root {
    padding-right: 39px;
}
.css-1x6bjyf-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input {
    padding: 7.5px 4px 7.5px 5px;
}
.css-1x6bjyf-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-endAdornment {
    right: 9px;
}
.css-1x6bjyf-MuiAutocomplete-root .MuiAutocomplete-input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-overflow: ellipsis;
    opacity: 0;
}
.css-1x6bjyf-MuiAutocomplete-root .MuiAutocomplete-input {
    opacity: 1;
}
.css-1x6bjyf-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*! CSS Used from: Embedded */
.css-y4n9bg-MuiFormControl-root-MuiTextField-root {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    width: 100%;
}
/*! CSS Used from: Embedded */
.css-1q964xs-MuiFormLabel-root-MuiInputLabel-root {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    display: block;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 20px) scale(1);
    -moz-transform: translate(0, 20px) scale(1);
    -ms-transform: translate(0, 20px) scale(1);
    transform: translate(0, 20px) scale(1);
    -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translate(14px, 16px) scale(1);
    -moz-transform: translate(14px, 16px) scale(1);
    -ms-transform: translate(14px, 16px) scale(1);
    transform: translate(14px, 16px) scale(1);
    max-width: calc(100% - 24px);
}
/*! CSS Used from: Embedded */
.css-1wgn40h-MuiInputBase-root-MuiOutlinedInput-root {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
    padding-right: 14px;
}
.css-1wgn40h-MuiInputBase-root-MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.87);
}
@media (hover: none) {
    .css-1wgn40h-MuiInputBase-root-MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
        border-color: rgba(0, 0, 0, 0.23);
    }
}
/*! CSS Used from: Embedded */
.css-lc42l8-MuiInputBase-input-MuiOutlinedInput-input {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    padding: 16.5px 14px;
    padding-right: 0;
}
.css-lc42l8-MuiInputBase-input-MuiOutlinedInput-input:focus {
    outline: 0;
}
.css-lc42l8-MuiInputBase-input-MuiOutlinedInput-input:invalid {
    box-shadow: none;
}
/*! CSS Used from: Embedded */
.css-p1olib-MuiAutocomplete-endAdornment {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/*! CSS Used from: Embedded */
.css-2anpn7-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 2px;
    margin-right: -2px;
}
@media print {
    .css-2anpn7-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
.css-2anpn7-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
    .css-2anpn7-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: transparent;
    }
}
/*! CSS Used from: Embedded */
.css-20bmp1-MuiSvgIcon-root {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}
/*! CSS Used from: Embedded */
.css-1d3z3hw-MuiOutlinedInput-notchedOutline {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -5px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}
/*! CSS Used from: Embedded */
.css-1pbc52w {
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 0.01px;
    -webkit-transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    white-space: nowrap;
}
.css-1pbc52w > span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
/*! CSS Used from: Embedded */
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #737b8b;
    background-color: #edf2f6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    text-size-adjust: 100%;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
h1,
h2,
h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}
h1 {
    font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.25rem;
    }
}
h2 {
    font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 1.875rem;
    }
}
h4 {
    font-size: 1.125rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    padding-left: 2rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
a {
    color: #216fed;
    text-decoration: underline;
}
a:hover {
    color: #1a59be;
}
svg {
    vertical-align: middle;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
button,
[type="button"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
    cursor: pointer;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1440) {
    .container {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 5px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #f5f5f5;
    border-radius: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus {
    border-color: #90b7f6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(33, 111, 237, 0.25);
}
.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #737b8b;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #737b8b;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(33, 111, 237, 0.25);
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #216fed;
}
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.d-none {
    display: none !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
    .d-sm-none {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
    .d-xl-none {
        display: none !important;
    }
}
* {
    outline: none;
    padding: 0;
}
*::after {
    margin: 0;
    padding: 0;
}
*::before {
    margin: 0;
    padding: 0;
}
::selection {
    color: #fff;
    background: var(--primary);
}
body {
    overflow-x: hidden;
    height: 100%;
    position: relative;
    max-width: 100%;
    font-size: 0.875rem;
}
@media only screen and (max-width: 61.9375rem) {
    body {
        font-size: 0.875rem;
    }
}
p {
    line-height: 1.8;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    color: #737b8b;
    text-decoration: none;
}
a:hover,
a:focus,
a.active {
    text-decoration: none;
}
.wrapperlocation {
    background-color: #fff;
    border: 0.1rem solid #dedede;
    margin-bottom: 1rem;
    border-radius: 0.4rem;
    transition: height 0.3s ease, min-height 0.3s ease;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
    padding: 0;
    background: #fff;
    line-height: 0.5rem;
    overflow-y: hidden;
    top: 0;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input {
    padding: 0 !important;
    z-index: 1;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border: none !important;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input {
    border: none !important;
}
.MuiOutlinedInput-notchedOutline {
    top: 0px !important;
}
input {
    color: #222 !important;
    border: 1px solid #ddd;
}
.MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    width: 0;
    min-width: 30px;
    margin-left: 15px;
}
.sidebar {
    background: #fff;
    color: #fff;
    padding: 6px 12px;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 12px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
input[type="text"],
input[type="number"],
select {
    height: 3.5rem !important;
    border: 1px solid #cdd4df;
    border-radius: 0.25rem !important;
    padding: 5px 15px;
    width: 100%;
    margin-top: 4px;
    font-size: 1rem;
}
.form-select {
    border: 1px solid #cdd4df;
    border-radius: 0.25rem !important;
    margin-top: 4px;
}
.filter-input {
    width: 100% !important;
}
button {
    border-radius: 0.25rem;
}
.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
    padding-right: 39px;
    border-radius: 7px;
}
.activeIcon svg {
    fill: burlywood;
    fill: #03a9f4 !important;
}
/*! CSS Used from: Embedded */
::selection {
    color: black;
    background: yellow;
}
.searched-text {
    display: inline-block;
}
.furnish-status-filter button {
    padding: 3px;
    margin: 1px;
    background: #fff;
    border: 0px solid;
    border-radius: 0 !important;
    flex: 1 0;
    max-width: 7rem;
    font-size: 0.85rem;
}
.furnish-status-filter {
    margin: 4px 14px 0px 14px;
}
.wrapper-listing {
    position: relative;
}
a,
aside,
body,
div,
fieldset,
h1,
h2,
h4,
header,
label,
legend,
li,
nav,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
body {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #515151;
    overflow-x: hidden;
}
.submitListing {
    margin: 0 10px;
}
h1,
h2,
h4 {
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 28px;
    color: #101737;
}
h1 {
    font-size: 42px;
    line-height: 50px;
}
h2 {
    font-size: 36px;
    line-height: 44px;
}
h4 {
    font-size: 26px;
    line-height: 32px;
}
p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #515151;
}
a {
    color: #519fff;
    text-decoration: none;
    transition: 0.3s;
}
a:hover,
a:focus {
    color: #478adc;
    text-decoration: none;
    outline: none;
}
label {
    margin-bottom: 10px;
    font-weight: 500;
}
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
ul li {
    margin: 10px 0 0;
    position: relative;
}
@media (min-width: 800px) {
    aside#humbergerMenu {
        display: none;
    }
}
.section {
    position: relative;
    padding: 1.5rem 0;
    background: #f3f5f8 !important;
}
.sidebar-widget h2 {
    font-size: 1.2rem;
    line-height: 10px;
    margin-bottom: 10px;
}
#loginForModal {
    color: #fff !important;
}
.main-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 990;
    transition: background-color 0.3s;
    box-shadow: 0 2px 2px -2px rgb(34 12 43 / 10%);
}
.main-header .navbar > .container {
    position: relative;
}
.navbar {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.aside-toggler {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    margin: 20px 0;
    margin-left: 15px;
}
.aside-toggler span {
    display: block;
    margin-bottom: 6px;
    width: 24px;
    height: 2px;
    border-radius: 8px;
    background-color: #101737;
    transition: 0.3s;
}
.aside-toggler span:last-child {
    margin-bottom: 0;
}
.aside-toggler:hover span {
    background-color: #519fff;
}
.navbar-nav {
    margin-right: auto;
    margin-left: 20px;
    flex-direction: row;
}
.navbar .menu-item {
    position: relative;
    display: inline-block;
    margin: 0;
}
.navbar .menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    color: #101737;
    font-weight: 500;
    transition: 0.3s;
}
.navbar .menu-item a:active {
    color: #519fff;
}
.navbar .navbar-nav > .menu-item:last-child > a {
    padding-right: 0;
}
.navbar .menu-item a.active,
.navbar .menu-item a:hover {
    color: #519fff;
}
.navbar .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navbar .menu-item .submenu {
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background-color: #fff;
    min-width: 250px;
    z-index: 990;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.navbar .menu-item .submenu .menu-item {
    display: block;
}
.navbar .menu-item .submenu .menu-item a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 14px;
}
.navbar .menu-item .submenu .menu-item a:hover {
    color: #519fff;
    background-color: #f7f9fc;
}
.navbar .menu-item > .submenu > .menu-item:last-child > a {
    border-bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.navbar .menu-item > .submenu > .menu-item:first-child > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.header-controls {
    display: flex;
    align-items: center;
}
.language-selector {
    height: 1.8rem !important;
    color: #fff !important;
}
.language-selector button {
    color: #fff !important;
}
.top-header {
    padding: 2px 0;
    background: #232c3d;
    color: #fff;
}
.top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1;
    margin: 0;
}
.btn.btn-order-by-filt {
    border: 1px solid #fff;
}
.main-aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    transform: translateX(-300px);
    display: flex;
    flex-direction: column;
}
.main-aside ul {
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    bottom: 36px;
}
.main-aside ul .menu-item {
    margin: 0;
    background: #eee;
    margin: 1px;
}
.main-aside ul .menu-item a {
    padding: 5px 23px;
    display: flex;
    align-items: center;
    color: #101737;
    font-weight: 400;
    transition: 0s;
}
.main-aside ul .menu-item a:hover,
.main-aside ul .menu-item a.active {
    background-color: #01bbbc;
    color: #fff;
}
.main-aside .aside-title h4 {
    margin-bottom: 5px;
    margin-left: 10px;
}
.main-aside .aside-scroll {
    position: relative;
    overflow-y: auto;
    margin: 6px;
    height: 100%;
    border-radius: 10px;
}
.main-aside .menu-section-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #101737;
    margin: 20px 15px 5px;
}
.main-aside .aside-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#multiple-limit-tags::placeholder {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    color: #000 !important;
    z-index: 9999;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
    z-index: 1;
}
.acr-custom-chevron-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-widget .acr-custom-chevron-wrapper {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
}
.filter-input:hover {
    background-color: #e5e7e9;
    color: #737b8b;
}
.MuiInputBase-root {
    color: #222 !important;
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: lightblue;
}
@media (max-width: 991px) {
    .main-aside {
        transform: translateX(-100%);
    }
    .aside-toggler {
        display: flex;
    }
    .navbar {
        padding: 15px 0;
    }
    .navbar-nav {
        display: none;
    }
    .section {
        padding: 0.5rem 0;
    }
    .sidebar {
        margin-top: 50px;
        box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
        -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    }
    .sidebar.sidebar-left {
        margin: 0;
        height: 100%;
        background: #f3f5f8;
    }
}
@media (max-width: 768px) {
    .submitListing a {
        color: #1d2857 !important;
        background-color: #fff;
        border-radius: 1.5rem;
        border: 1px solid;
        padding: 0.2rem 0.7rem;
        text-wrap: wrap;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
        font-weight: bolder;
    }
    .submitListing {
        cursor: pointer;
        display: flex;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        position: relative;
        line-height: 24px;
        border: 0;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 5px;
        transition: 0.3s;
        border-radius: 3px;
        overflow: hidden;
        z-index: 1;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        align-items: center;
        justify-content: center;
    }
    .container {
        max-width: 100%;
    }
    .main-header {
        box-shadow: none;
    }
    .navbar {
        padding: 0px 1rem;
    }
    .main-header {
        background: transparent;
    }
    .top-header {
        display: none;
    }
    .furnish-status-filter {
        margin: 0px;
    }
    h1 {
        font-size: 34px;
        line-height: 42px;
    }
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
    h4 {
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
    }
    .aside-toggler {
        margin-left: 10px;
    }
    .MuiFormControl-fullWidth {
        left: 0px !important;
        margin: 4px 0px !important;
    }
}
h1.pages-title {
    font-size: 1.2rem !important;
    font-weight: 500;
    color: #000;
    margin: 0rem 0px;
    overflow: hidden;
    font-weight: bolder;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
@media all and (min-height: 600px) and (min-width: 767px) {
    a:active {
        color: #519fff !important;
    }
}
@media (min-width: 768px) {
    .submitListing a {
        color: #1d2857 !important;
        background-color: #fff;
        border-radius: 1.2rem;
        padding: 0.45rem 0.8rem;
        border: 1px solid;
        text-wrap: wrap;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
        font-weight: bolder;
    }
    .submitListing {
        cursor: pointer;
        display: flex;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        position: relative;
        line-height: 24px;
        border: 0;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 5px;
        transition: 0.3s;
        border-radius: 3px;
        overflow: hidden;
        z-index: 1;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        align-items: center;
        justify-content: center;
    }
    .language-selector button {
        color: #fff !important;
        margin-top: -3px;
        font-weight: 700;
    }
    .wrapperlocation {
        min-height: 4rem;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .language-selector button {
        color: #1d2857 !important;
        margin-top: -3px;
        font-weight: 700;
    }
}
@media (min-width: 992px) {
    h1 {
        line-height: 1.31818182em;
    }
}
.MuiFormControl-root {
    border: 1px solid #cdd4df;
    background: #ffffffbf !important;
    border-radius: 0.25rem !important;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
    top: 5px;
}
.MuiOutlinedInput-notchedOutline {
    top: 0px !important;
    border: none !important;
    border-radius: 4px;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:first-child {
    padding-left: 6px;
    margin-top: 0 !important;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:first-child {
    padding-left: 6px;
    font-style: italic;
    color: #000 !important;
}
select {
    background-color: #ffffffbf !important;
}
.MuiInputBase-input {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.MuiFormControl-root {
    border-radius: 0px !important;
    height: 3.5rem;
}
@media (max-width: 766px) {
    .wrapperlocation {
        margin-bottom: 0;
    }
    .wrapperlocation {
        border: none !important;
        margin: 0 !important;
        margin-bottom: 0rem !important;
        height: 7rem;
        max-height: 3.2rem;
    }
    h1.pages-title {
        margin: 0px 6px !important;
        font-size: 1rem !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wrapper-listing {
        padding: 0 !important;
        margin: 0px 0px 40px !important;
    }
}
* {
    outline: none;
}
body {
    color: #72809d;
    font-size: 15px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden !important;
    font-weight: 400;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:hover,
a:focus {
    color: #27ae60;
}
.sideBarMobileApp {
    margin-top: 2rem;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0px rgb(34 12 43 / 10%);
}
p {
    line-height: 1.8;
}
p,
ul {
    margin: 0 0 10px;
}
input[type="text"],
select {
    padding: 5px 15px;
}
@media (max-width: 820px) {
    .container {
        height: 100%;
    }
}
.form-group {
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
}
/*! CSS Used keyframes */
@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}
@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}
