:root {
    --bs-danger: #C62828;
    --bs-danger-text: #C62828;
    --bs-primary-text: #4527A0;
    --bs-secondary-text: #5b5b5b;
    --bs-success-text: #2E7D32;
    --bs-warning-text: #EF6C00;
    --bs-tertiary-bg: #f5f5f5;
    --bs-border-color: #e0e0e0;
    --bs-form-control-disabled-bg: #f5f5f5;
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.375rem;
    --bs-border-radius-lg: 0.375rem;
    --bs-border-radius-xl: 0.375rem;
    --bs-border-radius-2xl: 0.375rem;
}
html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: 'Source Sans 3', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #212121;
    background-color: #eee;
    display: flex;
    flex-direction: column;
}
.page-wrapper {
    flex: 1 0 auto;
}
.equal-buttons > * {
    flex: 1 1 0;
}
.favorite-toggle {
    text-decoration: none !important;
}
.favorite-toggle i {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
.favorite-toggle[data-favorited="1"] i {
    font-weight: 900;
    color: #dc3545;
}
a {
    font-weight: 600;
    color: #4527A0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover, a:active {
    color: #212121;
}
p:last-of-type {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-transform: uppercase;
    line-height: initial;
}
h1 .svg-inline--fa, h1 .fa-solid, h1 .fas, h2 .svg-inline--fa, h2 .fa-solid, h2 .fas, h3 .svg-inline--fa, h3 .fa-solid, h3 .fas, h4 .svg-inline--fa, h4 .fa-solid, h4 .fas, h5 .svg-inline--fa, h5 .fa-solid, h5 .fas, h6 .svg-inline--fa, h6 .fa-solid, h6 .fas {
    color: #4527A0;
}
h1, h2, h3 {
    margin: 0 0 24px 0;
}
h4, h5, h6 {
    margin: 0 0 16px 0;
}
.heading-1 h6 {
    color: #4527A0;
    line-height: 1;
    margin: 0;
}
.heading-1 p {
    font-size: 0.813rem;
    color: #757575;
    line-height: initial;
    position: relative;
    margin: 8px 0 0 0;
}
.heading-1::after {
    content: "";
    background-color: #e0e0e0;
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0 0 0;
}
b, strong, .fw-bold {
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: 700 !important;
}
.border {
    border: 1px solid #e0e0e0 !important;
}
.border-double {
    border: 4px double #e0e0e0 !important;
}
.border-primary {
    border-color: #4527A0 !important;
}
.bg-light, .text-bg-light {
    background-color: #f5f5f5 !important;
}
.bg-lightgrey {
    background-color: #eee !important;
}
.bg-light-purple {
    background-color: #EDE7F6 !important;
}
.text-primary {
    color: #4527A0 !important;
}
.text-muted {
    color: #757575 !important;
}
.text-bg-success {
    color: #fff !important;
    background-color: #2E7D32 !important;
}
.text-bg-warning {
    color: #fff !important;
    background-color: #EF6C00 !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: #C62828 !important;
}
.icon-wrapper-light-purple-64 {
    color: #4527A0;
    background-color: #EDE7F6;
    min-width: 64px;
    min-height: 64px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
hr {
    border-color: #d0d0d0;
    opacity: 1;
}
.vr {
    background-color: #d0d0d0;
    opacity: 1;
}
.btn:focus-visible {
    box-shadow: none;
}
.btn {
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.btn.btn-primary {
    color: #fff;
    background-color: #4527A0;
    border-color: #4527A0;
}
.btn.btn-primary:hover, .btn.btn-primary.active {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}
.btn.btn-outline-primary {
    color: #4527A0;
    border-color: #4527A0;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
    color: #fff;
    background-color: #4527A0;
    border-color: #4527A0;
}
.btn.btn-secondary {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}
.btn.btn-secondary:hover {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
}
.btn.btn-outline-secondary {
    color: #757575;
    border-color: #757575;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
}
.btn.btn-success {
    color: #fff;
    background-color: #2E7D32;
    border-color: #2E7D32;
}
.btn.btn-success:hover, .btn.btn-success:active {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}
.btn.btn-outline-success {
    color: #2E7D32;
    border-color: #2E7D32;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:active {
    color: #fff;
    background-color: #2E7D32;
    border-color: #2E7D32;
}
.btn.btn-warning {
    color: #fff;
    background-color: #EF6C00;
    border-color: #EF6C00;
}
.btn.btn-warning:hover, .btn.btn-warning:active {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}
.btn.btn-outline-warning {
    color: #EF6C00;
    border-color: #EF6C00;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:active {
    color: #fff;
    background-color: #EF6C00;
    border-color: #EF6C00;
}
.btn.btn-danger {
    color: #fff;
    background-color: #C62828;
    border-color: #C62828;
}
.btn.btn-danger:hover, .btn.btn-danger:active {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}
.btn.btn-outline-danger {
    color: #C62828;
    border-color: #C62828;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:active {
    color: #fff;
    background-color: #C62828;
    border-color: #C62828;
}
/*
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #424242;
    border-color: #424242;
}
*/
.btn.btn-sm {
    border-radius: 0.375rem;
}
.btn.btn-sm .svg-inline--fa {
    vertical-align: -.2em;
}
.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: none;
}
.form-control:focus, .form-select:focus, .form-check-input:focus, .page-link:focus, .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.form-control:disabled {
    cursor: not-allowed;
}
.form-control, .form-select, .form-check-input, .select2-container--bootstrap-5 .select2-selection {
    font-size: 0.938rem;
    color: #212121;
    border-color: #e0e0e0;
    border-radius: 0.375rem;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder, .form-check-input::-moz-placeholder {
    color: #757575;
}
.form-control::placeholder, .form-select::placeholder, .form-check-input::placeholder {
    color: #757575;
}
.form-control:focus, .form-select:focus, .form-check-input:focus {
    color: #212121;
    border-color: #4527A0;
}
.form-control:focus::-moz-placeholder, .form-select:focus::-moz-placeholder, .form-check-input:focus::-moz-placeholder {
    color: #212121;
}
.form-control:focus::placeholder, .form-select:focus::placeholder, .form-check-input:focus::placeholder {
    color: #212121;
}
.form-check-input {
    margin-top: 3px;
}
.form-check-input:checked {
    background-color: #4527A0;
    border-color: #4527A0;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: none;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
    border-radius: 0.375rem;
}
.form-label {
    font-weight: 600;
    font-size: 0.813rem;
    text-transform: uppercase;
}
.form-check {
    min-height: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}
.form-check-input {
    flex-shrink: 0;
    margin: 0;
}
.form-check-label {
    margin: 0 0 1px 8px;
}
.form-check-group {
    line-height: 1.5;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    max-height: 36.5px;
    padding: .375rem .75rem;
}
.select2-container--bootstrap-5 .select2-selection {
    color: #212121;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-radius: 0.375rem;
    border-color: #4527A0;
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: 8px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: .875rem;
    color: #212121;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    padding: 4px 8px 4px 8px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #4527A0;
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown {
    color: #212121;
    border-color: #4527A0;
    border-radius: 0.375rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: .875rem;
    padding: 4px 8px 4px 8px;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    color: #212121;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #212121;
    background-color: #EDE7F6;
    padding: 4px 8px 4px 8px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #212121;
    background-color: #EDE7F6;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
    color: #757575;
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}
.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
}
.progress, .progress-stacked {
    --bs-progress-bg: #eee;
    --bs-progress-height: 30px;
    --bs-progress-font-size: 1rem;
}
.progress .progress-bar {
    min-width: fit-content;
    padding: 0 8px 0 8px;
}
.alert {
    --bs-alert-padding-x: 0.75rem;
    --bs-alert-padding-y: 0.75rem;
}
.alert.alert-primary {
    color: #4527A0;
    background-color: #EDE7F6;
    border-color: #B39DDB;
}
.alert.alert-info {
    color: #0D47A1;
    background-color: #E3F2FD;
    border-color: #90CAF9;
}
.alert.alert-light {
    color: #212121;
    background-color: #f8f8f8;
    border-color: #e0e0e0;
}
.alert.alert-success {
    color: #1B5E20;
    background-color: #E8F5E9;
    border-color: #81C784;
}
.alert.alert-danger {
    color: #C62828;
    background-color: #FFEBEE;
    border-color: #EF9A9A;
}
.alert.alert-warning {
    color: #D84315;
    background-color: #FFF3E0;
    border-color: #FFB74D;
}
.alert.alert-primary hr {
    border-color: #B39DDB;
}
.alert.alert-info hr {
    border-color: #90CAF9;
}
.alert.alert-light hr {
    border-color: #e0e0e0;
}
.alert.alert-success hr {
    border-color: #81C784;
}
.alert.alert-danger hr {
    border-color: #EF9A9A;
}
.alert.alert-warning hr {
    border-color: #FFB74D;
}
.invalid-feedback {
    margin-top: 8px;
}
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.search-wrapper {
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 16px;
}
.search-wrapper .form-label {
    font-weight: 600;
    font-size: 0.813rem;
    text-transform: uppercase;
}
.search-wrapper .custom-input-icon .svg-inline--fa {
    color: #4527A0;
    margin: 0 0 0 12px;
}
.search-wrapper .custom-multiple-input {
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    padding: 4px;
}
.search-wrapper .custom-multiple-input input {
    color: #212121;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0.375rem;
    outline: 0;
    width: 100%;
    padding: 4px 8px 4px 8px;
    margin: 0;
}
.search-wrapper .custom-multiple-input span {
    white-space: nowrap;
}
.search-wrapper .custom-multiple-input input:focus  {
    color: #212121;
}
.search-wrapper .custom-multiple-input input::placeholder {
    color: #757575;
}
.search-wrapper .custom-input-icon .form-control {
    padding: 6px 12px 6px 36px;
}
.search-wrapper .custom-multiple-input-sm {
    font-size: .875rem;
    border-radius: 0.375rem;
    padding: 2px 4px 2px 2px;
}
.search-wrapper .custom-multiple-input-sm input {
    font-size: .875rem;
    border-radius: 0.375rem;
    padding: 3.5px 8px 3.5px 8px;
}
.search-wrapper .form-check-sm {
    min-height: 1rem;
}
.search-wrapper .form-check-sm .form-check-label {
    font-size: .875rem;
}
.search-wrapper .form-check-sm .form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 4px;
}
.search-wrapper .form-check-sm .form-check-input:checked {
    background-color: #7E57C2;
    border-color: #7E57C2;
}
.table {
    --bs-table-striped-bg: #f5f5f5;
    min-width: 100%;
    width: max-content;
    vertical-align: middle;
    margin: 0;
}
.table tr th {
    font-weight: 600;
}
.table.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #f5f5f5;
}
.table .table-head {
    background-color: #f5f5f5;
}
.table.table-bordered {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 0.375rem;
    border: 1px solid #e0e0e0;
}
.table.table-bordered tr th, .table.table-bordered tr td {
    padding: 8px 12px 8px 12px;
}
.table.table-sm.table-bordered tr th, .table.table-sm.table-bordered tr td {
    padding: 4px 8px 4px 8px;
}
.table.table-bordered th:not(:last-child),
.table.table-bordered td:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}
.table.table-bordered tr:not(:last-child) th,
.table.table-bordered tr:not(:last-child) td,
.table.table-bordered:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.table.table-bordered tr, th, td {
    border-style: hidden;
}
.table.table-bordered tr th:first-child, .table.table-bordered tr td:first-child {
    border-radius: 6px 0 0 0;
}
.table.table-bordered tr th:last-child, .table.table-bordered tr td:last-child {
    border-radius: 0 6px 0 0;
}
.table-light {
    --bs-table-color: #212121;
    --bs-table-bg: #f5f5f5;
    --bs-table-border-color: #e0e0e0;
    --bs-table-striped-bg: #f5f5f5;
    --bs-table-striped-color: #212121;
    --bs-table-active-bg: #f5f5f5;
    --bs-table-active-color: #212121;
    --bs-table-hover-bg: #f5f5f5;
    --bs-table-hover-color: #212121;
    color: #212121;
    border-color: #e0e0e0;
}
.logo a {
    color: #4527A0;
    text-decoration: none;
}
.logo a:hover, .logo a:active {
    color: #212121;
}
.logo img {
    max-height: 48px;
}
.topbar {
    background-color: #fff;
}
.topbar .form-control {
    padding: 6px 44px 6px 12px;
}
.topbar .btn.btn-primary {
    width: 30px;
    height: 30px;
    padding: 4px;
    margin: 0 4px 0 0;
}
.topbar .btn.show {
    color: #fff;
    background-color: #4527A0;
    border-color: #4527A0;
}
.topbar .btn.btn-outline-primary.dropdown-toggle[aria-expanded='false']::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.875rem;
    content: '\f107';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: -1px;
    border: 0;
    margin-left: 0;
}
.topbar .btn.btn-outline-primary.dropdown-toggle[aria-expanded='true']::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.875rem;
    content: '\f106';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: -1px;
    border: 0;
    margin-left: 0;
}
.topbar .dropdown-menu {
    --bs-dropdown-border-color: #d0d0d0;
}
.topbar .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    padding: 6px 12px 6px 12px;
}
.topbar .dropdown-menu .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #212121;
    background-color: #eee;
}
.topbar .dropdown-menu .dropdown-item:hover {
    background-color: #eee;
}
.topbar .profile-photo {
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    object-fit: cover;
    object-position: center;
}
.custom-navbar {
    background-color: #4527A0;
}
.custom-navbar a {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #673AB7;
    border-right: 1px solid #311B92;
    float: left;
    transition: all 0.3s ease-in-out;
    padding: 12px 16px 12px 16px;
}
.custom-navbar a:hover {
    color: #fff;
    background-color: #7E57C2;
}
.custom-navbar .btn-hamburger {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    line-height: initial;
    padding: 11px 16px 11px 16px;
}
.custom-navbar .custom-dropdown {
    float: left;
    overflow: hidden;
}
.custom-navbar .custom-dropdown .custom-dropdown-button {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #673AB7;
    border: none;
    border-right: 1px solid #311B92;
    outline: none;
    transition: all 0.3s ease-in-out;
    padding: 12px 16px 12px 16px;
    margin: 0;
}
.custom-navbar .custom-dropdown .custom-dropdown-button:last-of-type {
    border-right: 0;
}
.custom-navbar .custom-dropdown:hover .custom-dropdown-button {
    background-color: #7E57C2;
}
.custom-navbar .custom-dropdown:hover .custom-dropdown-content {
    display: block;
}
.custom-navbar .custom-dropdown-content {
    background-color: #fff;
    width: 100%;
    max-height: 640px;
    overflow-y: auto;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column {
    background-color: #fff;
    float: left;
    width: 20%;
    padding: 16px;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column a {
    font-weight: 400;
    font-size: 0.875rem;
    color: #212121;
    background-color: transparent;
    border: 0;
    border-radius: 0.375rem;
    float: none;
    display: block;
    padding: 8px 16px 8px 16px;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column a:hover {
    background-color: #eee;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-column h1 {
    font-size: 1rem;
    color: #4527A0;
    margin: 0 0 16px 0;
}
.custom-navbar .custom-dropdown-content .custom-dropdown-row::after {
    content: '';
    display: table;
    clear: both;
}
.card-wrapper, .box {
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 16px;
}
.card-wrapper .card, .box .card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.card-wrapper hr, .box hr {
    border-color: #e0e0e0;
    opacity: 1;
}
.card {
    background-color: #fff;
    border: 0;
    padding: 4px;
}
.card .card-img-top {
    background-color: #fff;
    border-radius: 0.375rem;
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.card .card-title {
    transition: all 0.3s ease-in-out;
}
.card .card-body {
    padding: 12px;
}
.card .card-body .list-property {
    margin: 0;
}
.card .opened-wrapper {
    position: absolute;
    top: 8px;
    right: 8px;
}
.card .badge-wrapper {
    position: absolute;
    top: 8px;
    left: 8px;
}
.card .badge-wrapper .badge {
    font-weight: 600;
}
.card .badge-wrapper .badge.badge-owner {
    background-color: #7B1FA2;
}
.card .badge-wrapper .badge.badge-urgent {
    background-color: #D32F2F;
}
.card .badge-wrapper .badge.badge-negotiable {
    background-color: #EF6C00;
}
.card .badge-wrapper .badge.badge-exchange {
    background-color: #546E7A;
}
.card .badge-wrapper .badge.badge-renovated {
    background-color: #00897B;
}
.card .badge-wrapper .badge.badge-new {
    background-color: #388E3C;
}
.card .badge-wrapper .badge.badge-quiet {
    background-color: #0288D1;
}
.card .badge-wrapper .badge.badge-custom {
    background-color: #4527A0;
}
.card .badge-photo-number {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    background-color: #424242;
    border-radius: 0.375rem;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: inline-block;
    padding: 4px 8px 4px 8px;
}
.card-highlight-success {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 50%, rgba(200, 230, 201, 1) 100%);
    border: 0 !important;
}
.card.highlighted {
    background-color: #EDE7F6;
}
.property .list-inline .list-inline-item:not(:last-child) {
    margin-right: 0;
}
.property .frame {
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    padding: 16px;
}
.property .price {
    color: #4527A0;
    text-transform: none;
    background-color: #EDE7F6;
    border-radius: 0.375rem;
    display: inline-block;
    padding: 4px 8px 4px 8px;
    margin: 0;
}
.property .nav-tabs {
    background-color: #fff;
    border-color: #e0e0e0;
    border-radius: 6px 6px 0 0;
    padding: 16px 16px 0 16px;
}
.property .nav-tabs .nav-item {
    overflow: hidden;
    margin: 0 8px 0 0;
}
.property .nav-tabs .nav-item:last-child {
    margin: 0;
}
.property .nav-tabs .nav-item .nav-link {
    color: #212121;
    text-transform: uppercase;
    border-color: #e0e0e0;
}
.property .nav-tabs .nav-item .nav-link:hover {
    color: #212121;
    background-color: #f5f5f5;
}
.property .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #4527A0;
    border-color: #4527A0;
}
.property .tab-content {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 16px;
}
.property .logo {
    max-height: 48px;
}
.property .card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 8px;
}
.property .card .card-header {
    font-size: 0.813rem;
    color: #4527A0;
    background-color: transparent;
    border-bottom: 1px dashed #4527A0;
    padding: 0 0 8px 0;
}
.property .card .card-header h6 {
    font-size: 0.813rem;
}
.property .card .card-body {
    padding: 16px 8px 16px 8px;
}
.property .card.highlighted {
    background-color: #EDE7F6;
    border: 2px solid #4527A0;
}
.property .card.highlighted .price {
    background-color: #fff;
}
.property .btn.add-favorite {
    background: none;
    border: 0;
    height: 100%;
    padding: 0;
    margin: 4px 8px 4px 8px;
}
.property .btn.add-favorite .fa-heart[data-prefix='fas'] {
    color: #D32F2F;
}
.property .table.table-bordered tbody tr td:nth-child(2) {
    font-weight: 600;
}
.property .table.table-bordered tr th, .property .table.table-bordered tr td {
    font-size: 1rem;
    width: 50%;
    padding: 4px 6px;
}
.property .phone-container, .profile .phone-container, .property .email-container, .profile .email-container {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.property .phone-number, .profile .phone-number, .property .email-number, .profile .email-number {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.property .phone-mask, .profile .phone-mask, .property .email-mask, .profile .email-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 2;
}
.property .show-phone-button, .profile .show-phone-button, .property .show-email-button, .profile .show-email-button {
    position: relative;
    z-index: 2;
}
.property .form-label {
    font-weight: 600;
    font-size: 0.813rem;
    text-transform: uppercase;
}
.property .accordion, .profile .accordion {
    --bs-accordion-border-color: #e0e0e0;
}
.property .accordion .accordion-item .accordion-header .accordion-button, .profile .accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    justify-content: center;
    padding: 8px;
}
.property .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .profile .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #212121;
    background-color: #f5f5f5;
}
.property .accordion .accordion-item .accordion-header .accordion-button::after, .profile .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
}
.property .badge-price {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    background-color: #ffe9c9;
    border-radius: 0.375rem;
    height: 34px;
    line-height: 1.2;
    padding: 4px 8px 4px 8px;
}
.property .badge-price .svg-inline--fa {
    color: inherit;
}
.property .price-change-up {
    color: #C62828;
}
.property .price-change-up:hover {
    color: #212121;
}
.property .price-change-down {
    color: #2E7D32;
}
.property .price-change-down:hover {
    color: #212121;
}
#priceHistoryModal .price-change-up {
    color: #C62828;
}
#priceHistoryModal .price-change-down {
    color: #2E7D32;
}
#priceHistoryModal .list-group-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
}
#priceHistoryModal .list-group.list-group-horizontal {
    font-size: 0.875em;
    border-radius: 0;
    align-items: center;
}
#priceHistoryModal .list-group.list-group-horizontal .list-group-item {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #e0e0e0;
    width: calc(100% / 3);
    padding: 0.5rem;
}
#priceHistoryModal .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-radius: 0;
}
#priceHistoryModal .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-radius: 0;
}
#priceHistoryModal .list-group.list-group-horizontal .list-group-item:last-of-type {
    border-right: 0;
}
#priceHistoryModal .list-group.list-group-horizontal {
    border-bottom: 1px solid #e0e0e0;
}
#priceHistoryModal .list-group.list-group-horizontal:last-of-type {
    border-bottom: 0;
}
#priceHistoryModal .list-group.list-group-horizontal .list-group-item .badge {
    background-color: #4527A0;
    margin-left: auto;
}
#priceHistoryModal .list-inline .list-inline-item:not(:last-child) {
    margin-right: 1px;
}
.property-add hr {
    border-color: #e0e0e0;
    opacity: 1;
}
.property-add .form-label {
    font-weight: 600;
    font-size: 0.813rem;
    text-transform: uppercase;
}
.property-add .nav.nav-tabs {
    border: 0;
}
.property-add .nav.nav-tabs .nav-link {
    font-weight: 600;
    color: #212121;
    background-color: #fff;
    border: 0;
    border-radius: 0.375rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.property-add .nav.nav-tabs .nav-link .badge {
    font-size: 0.875rem;
    color: #212121;
    background-color: #e0e0e0;
    padding: 3px 6px 3px 6px;
}
.property-add .nav.nav-tabs .nav-link .label {
    flex-grow: 1;
}
.property-add .nav.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #673AB7;
}
.property-add .nav.nav-tabs .nav-link.active .badge {
    background-color: #fff;
}
.property-add .nav.nav-tabs .nav-link.success {
    color: #fff;
    background-color: #2E7D32;
}
.property-add .nav.nav-tabs .nav-link.active.success {
    color: #fff;
    background-color: #43A047;
}
.property-add .nav.nav-tabs .nav-link.success .badge {
    background-color: #fff;
}
.property-add .nav.nav-tabs .nav-link.danger {
    color: #fff;
    background-color: #C62828;
}
.property-add .nav.nav-tabs .nav-link.active.danger {
    color: #fff;
    background-color: #E53935;
}
.property-add .nav.nav-tabs .nav-link.danger .badge {
    background-color: #fff;
}
.property-add .prev-step, .property-add .next-step {
    min-width: 128px;
}
.property-add .tab-content .tab-pane {
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 16px;
    margin: 16px 0 0 0;
}
.property-stat .list-group-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
}
.property-stat .list-group.list-group-horizontal {
    font-size: 0.875em;
    border-radius: 0;
    align-items: center;
}
.property-stat .list-group.list-group-horizontal .list-group-item {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #e0e0e0;
    width: 80%;
    padding: 0.5rem;
}
.property-stat .list-group.list-group-horizontal .list-group-item:nth-of-type(2) {
    font-weight: 600;
    text-align: right;
    width: 20%;
}
.property-stat .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-radius: 0;
}
.property-stat .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-radius: 0;
}
.property-stat .list-group.list-group-horizontal .list-group-item:last-of-type {
    border-right: 0;
}
.property-stat .list-group.list-group-horizontal {
    border-bottom: 1px solid #e0e0e0;
}
.property-stat .list-group.list-group-horizontal:last-of-type {
    border-bottom: 0;
}
.property-stat .list-inline .list-inline-item:not(:last-child) {
    margin-right: 1px;
}
.property-stat .options .btn {
    width: calc(100% / 3);
}
.tab-gallery .img-wrapper {
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.tab-gallery .img-wrapper img {
    border-radius: 0.375rem;
    width: 100%;
    height: 174px;
    object-fit: cover;
    object-position: center;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.tab-gallery .img-wrapper img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tab-gallery .img-wrapper.img-main img {
    width: 100%;
    height: 356px;
    object-fit: cover;
    object-position: center;
}
.tab-gallery .img-wrapper.img-overlayed .overlay {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    background-color: rgba(33, 33, 33, 0.6);
    transition: all 0.3s ease-in-out;
}
.tab-gallery .img-wrapper.img-overlayed .overlay:hover {
    background-color: rgba(69, 39, 160, 0.6);
}
.tab-gallery .img-wrapper.img-overlayed .overlay:hover {
    cursor: pointer;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    background: none;
    display: block !important;
    position: relative;
    width: 10%;
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
}
.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-nav a.lb-prev::before {
    font: var(--fa-font-solid);
    font-size: 1.5em;
    color: #fff;
    content: '\f137';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 1.5rem;
}
.lb-nav a.lb-next::before {
    font: var(--fa-font-solid);
    font-size: 1.5em;
    color: #fff;
    content: '\f138';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 1.5rem;
}
.lb-data {
    padding: 0;
    margin: 0.5rem 0 0 0;
}
.lb-data .lb-number {
    font-size: 1rem;
    color: #9e9e9e;
    padding: 0;
}
.lb-data .lb-close {
    width: initial;
    height: initial;
    background: none;
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
}
.lb-data .lb-close::before {
    font: var(--fa-font-solid);
    font-size: 1.25em;
    color: #fff;
    content: '\f057';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.lb-container {
    border-radius: 0.375rem;
    padding: 4px;
}
.lightbox .lb-image {
    border: 0;
    border-radius: 0.375rem;
}
.categories .card .card-img-top {
    width: auto;
    height: 112px;
    object-fit: contain;
    padding: 12px 12px 0 12px;
}
.categories .card .card-body p {
    text-align: center;
}
.about {
    color: #212121;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 50%, rgba(209, 196, 233, 1) 100%);
    border-radius: 0.375rem;
    padding: 32px;
}
.about img {
    max-height: 112px;
}
.list .list-img {
    border-radius: 0.375rem;
    width: 100%;
    height: 192px;
    object-fit: cover;
    object-position: center;
}
.list .btn.add-favorite {
    background: none;
    border: 0;
    height: 100%;
    padding: 0;
    margin: 0 6px 0 6px;
}
.list .btn.add-favorite .fa-heart[data-prefix='fas'] {
    color: #D32F2F;
}
.list .card.highlighted {
    background-color: #EDE7F6;
    border: 2px solid #4527A0;
}
.list .card.highlighted .card-header {
    background-color: transparent;
    border-bottom: 1px solid #cabae6;
    padding: 12px 0 8px 0;
    margin: 0 16px 0 16px;
}
.list .card.highlighted .card-header h6 {
    font-size: 0.875rem;
}
.list .card.highlighted .border {
    border: 1px solid #cabae6 !important;
}
.summary {
    color: #212121;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 50%, rgba(209, 196, 233, 1) 100%);
    border-radius: 0.375rem;
    padding: 32px;
}
.sidebar-sticky {
    position: sticky;
    top: 1.5rem;
    bottom: 1.5rem;
}
.profile .nav.nav-pills .nav-item .nav-link {
    font-weight: 600;
    color: #212121;
    background-color: #d0d0d0;
}
.profile .nav.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #4527A0;
}
.profile .nav.nav-pills .nav-item .nav-link .badge {
    padding: 4px 6px 4px 6px;
}
.profile .box-inner {
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    padding: 4px 16px 4px 16px;
}
.faq .accordion {
    --bs-accordion-border-color: #e0e0e0;
}
.faq .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
}
.faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #212121;
    background-color: #f5f5f5;
}
.faq .accordion-item .accordion-header .accordion-button[aria-expanded='false']::after {
    font: var(--fa-font-solid);
    font-size: 1em;
    content: '\f107';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: none;
    width: initial;
    height: initial;
}
.faq .accordion-item .accordion-header .accordion-button[aria-expanded='true']::after {
    font: var(--fa-font-solid);
    font-size: 1em;
    content: '\f107';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: none;
    width: initial;
    height: initial;
}
.faq .nav-pills .nav-item .nav-link {
    color: #212121;
    background-color: #eee;
}
.faq .nav-pills .nav-item .nav-link.active, .nav-pills .show > .nav-item .nav-link {
    color: #fff;
    background-color: #4527A0;
}
.office .sidebar .nav .nav-item {
    margin: 8px 0 0 0;
}
.office .sidebar .nav .nav-item:first-child {
    margin: 0;
}
.office .sidebar .nav .nav-item .nav-link {
    color: #4527A0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    padding: 8px 16px 8px 12px;
}
.office .sidebar .nav .nav-item .nav-link:hover {
    color: #212121;
    background-color: #f5f5f5;
}
.office .sidebar .nav .nav-item .nav-link.active {
    color: #fff;
    background-color: #673AB7;
    border-color: #673AB7;
}
.office .sidebar .nav .nav-item .nav-link .svg-inline--fa {
    width: 1em;
}
.office .member-list img {
    min-width: 64px;
    min-height: 64px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
}
.office .member-list .table tr th, .office .member-list .table tr td {
    padding: 8px;
}
.office .activity-history img {
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    margin: 3px;
}
.office .office-photo {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    max-width: 100%;
    max-height: 192px;
    position: relative;
    padding: 0.75rem;
}
.office .office-photo img {
    max-width: 192px;
    max-height: 192px;
    object-fit: contain;
    object-position: center;
}
.office .office-photo-delete {
    position: absolute;
    top: 8px;
    right: 8px;
}
.settlement-list .form-control {
    height: 38px;
    line-height: 38px;
}
.settlement-list .list-group-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
}
.settlement-list .list-group.list-group-horizontal {
    font-size: 0.875em;
    border-radius: 0;
    align-items: center;
}
.settlement-list .list-group.list-group-horizontal .list-group-item {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #e0e0e0;
    width: calc(100% / 3);
    padding: 0.5rem;
}
.settlement-list .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-radius: 0;
}
.settlement-list .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-radius: 0;
}
.settlement-list .list-group.list-group-horizontal .list-group-item:last-of-type {
    border-right: 0;
}
.settlement-list .list-group.list-group-horizontal {
    border-bottom: 1px solid #e0e0e0;
}
.settlement-list .list-group.list-group-horizontal:last-of-type {
    border-bottom: 0;
}
.settlement-list .list-group.list-group-horizontal .list-group-item .badge {
    background-color: #4527A0;
    margin-left: auto;
}
.settlement-list .list-inline .list-inline-item:not(:last-child) {
    margin-right: 1px;
}
.login-boxes-wrapper .card {
    position: relative;
}
.login-boxes-wrapper .card .svg-inline--fa {
    background-color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
}
.dropzone {
    color: #757575;
    background-color: #fff;
    border: 2px dashed #e0e0e0;
    border-radius: 0.375rem;
    min-height: auto;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.dropzone:hover {
    color: #4527A0;
    border-color: #4527A0;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0.375rem;
}
.dropzone.dz-clickable * {
    cursor: grab;
}
.dropzone .dz-message {
    padding: 2.5rem;
    margin: 0;
}
.dropzone .dz-message .dz-button::before {
    font: var(--fa-font-solid);
    font-size: 2em;
    content: '\f093';
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 1rem 0;
}
.dropzone .dz-preview .dz-remove {
    font-size: 0.875rem;
    color: #C62828;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-in-out;
    margin: 8px 0 0 0;
}
.dropzone .dz-preview .dz-remove:hover {
    color: #212121;
    text-decoration: none;
}
.dropzone .dz-preview .dz-remove::before {
    font: var(--fa-font-solid);
    font-size: 1em;
    content: '\f057';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 6px 0 0;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #4527A0;
    border-color: #4527A0;
}
.pagination .page-item.active .page-link:hover {
    color: #fff;
    background-color: #4527A0;
    border-color: #4527A0;
}
.pagination .page-item .page-link {
    font-weight: 600;
    color: #212121;
    border-color: #e0e0e0;
    padding: 4px 12px 4px 12px;
}
.pagination .page-item .page-link:hover {
    color: #212121;
    background-color: #f5f5f5;
}
.modal .modal-title {
    font-size: 1rem;
}
.modal .modal-header .btn-close {
    color: #C62828;
    background: none;
    border-radius: 0;
    width: 1.2em;
    height: 1.2em;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    margin: 0 0 0 auto;
}
.modal .modal-header .btn-close:hover {
    color: #424242;
}
.modal .modal-header .btn-close::before {
    font: var(--fa-font-solid);
    font-size: 1.2em;
    content: '\f057';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.modal .modal-content {
    border: 0;
    --bs-modal-border-color: #e0e0e0;
    --bs-modal-header-border-color: #e0e0e0;
    --bs-modal-footer-border-color: #e0e0e0;
}
.modal#hamburgerModal .modal-dialog .modal-content .modal-header .btn-close::before {
    display: none;
}
.tooltip {
    --bs-tooltip-font-size: 0.75rem;
    --bs-tooltip-bg: #4527A0;
    --bs-tooltip-opacity: 1;
}
.footer {
    color: #fff;
    background-color: #212121;
}
.footer hr {
    border-color: #616161;
    opacity: 1;
}
.footer .btn.btn-outline-secondary {
    color: #b0b0b0;
    border-color: #b0b0b0;
}
.footer .btn.btn-outline-secondary:hover, .footer .btn.btn-outline-secondary:active {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
}
.footer .footer-top {
    color: rgba(255, 255, 255, 0.8);
    background-color: #4527A0;
    border-bottom: 1px solid #7E57C2;
}
.footer .logo a {
    color: rgba(255, 255, 255, 0.8);
}
.footer .logo a:hover, .footer .logo a:active {
    color: #fff;
}
.footer .logo img {
    max-height: 48px;
}
.footer .nav .nav-item {
    margin: 8px 0 0 0;
}
.footer .nav .nav-item:first-child {
    margin: 0;
}
.footer .nav .nav-item .nav-link {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #b0b0b0;
    padding: 0;
}
.footer .nav .nav-item .nav-link:hover {
    color: #fff;
}
.footer .form-control {
    color: rgba(255, 255, 255, 0.6);
    background-color: #424242;
    border: 0;
}
.footer .form-control:focus {
    color: #fff;
    border-color: #fff;
}
.footer .form-control:focus::-moz-placeholder {
    color: #fff;
}
.footer .form-control:focus::placeholder {
    color: #fff;
}
.footer .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.footer .btn.btn-primary {
    color: #fff;
    background-color: #7E57C2;
    border-color: #7E57C2;
}
.footer .btn.btn-primary:hover {
    color: #212121;
    background-color: #fff;
    border-color: #fff;
}
.footer .form-check .form-check-label {
    font-size: 0.875rem;
}
.footer .form-check .form-check-label a {
    color: rgba(255, 255, 255, 0.6);
}
.footer .form-check .form-check-label a:hover {
    color: #fff;
}
.footer .form-check .form-check-input {
    border-color: #fff;
    width: 14px;
    height: 14px;
    margin-top: 2px;
}
.footer .form-check .form-check-input:checked {
    background-color: #7E57C2;
    border-color: #7E57C2;
}
.cookie-bar {
    color: #212121;
    background-color: #fff;
    border: 1px solid #212121;
    border-radius: 0.375rem;
    position: fixed;
    bottom: 16px;
    left: 0;
    right: 0;
    width: 50%;
    z-index: 9999;
    padding: 12px;
    margin: 0 auto;
}
.cookie-bar .cookie-bar-text {
    font-size: 0.875rem;
    margin: 0 16px 0 0;
}
.cookie-bar .cookie-bar-button {
    color: #fff;
    background-color: #212121
}
.cookie-bar .cookie-bar-button:hover {
    color: #fff;
    background-color: #616161;
}
.cookie-btn {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background-color: #424242;
    border: 0;
    border-radius: 0.375rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    position: fixed;
    right: 16px;
    bottom: 64px;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    padding: 0;
}
.cookie-btn:hover {
    color: #fff;
    background-color: #7E57C2;
}
.cookie-btn-small__link {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background-color: #424242;
    border: 0;
    border-radius: 0.375rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    position: fixed;
    right: 16px;
    bottom: 64px;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    padding: 0;
}
.cookie-btn-small__link:hover {
    color: #fff;
    background-color: #7E57C2;
}
.cookie-btn-small__link::before {
    font: var(--fa-font-solid);
    font-size: 1em;
    content: '\f564';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#cookieModal, #cookieSettingsModal {
    font-size: 0.875rem;
}
#cookieModal h6, #cookieSettingsModal h6 {
    text-transform: initial;
}
#cookieModal hr, #cookieSettingsModal hr {
    border-color: #e0e0e0;
    margin-top: 0;
}
#cookieModal .form-check-input, #cookieSettingsModal .form-check-input {
    border-color: #d0d0d0;
}
#cookieModal .form-check-input:checked, #cookieSettingsModal .form-check-input:checked {
    border-color: #4527A0;
}
#cookieModal .icon-wrapper, #cookieSettingsModal .icon-wrapper {
    color: #4527A0;
    background-color: #EDE7F6;
    border-radius: 50rem;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookieModal .accordion, #cookieSettingsModal .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: #d0d0d0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
}
#cookieModal .accordion-item, #cookieSettingsModal .accordion-item {
    padding: 0.5rem 0 0.5rem 0;
}
#cookieModal .accordion-item:last-of-type .accordion-body, #cookieSettingsModal .accordion-item:last-of-type .accordion-body {
    padding-bottom: 0;
}
#cookieModal .accordion-item .accordion-header .accordion-button, #cookieSettingsModal .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    font-size: 0.875rem;
}
#cookieModal .accordion-item .accordion-header .accordion-button:not(.collapsed), #cookieSettingsModal .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #212121;
    background-color: transparent;
}
#cookieModal .accordion-item .accordion-header .accordion-button[aria-expanded='false']::after, #cookieSettingsModal .accordion-item .accordion-header .accordion-button[aria-expanded='false']::after {
    font: var(--fa-font-solid);
    font-size: 1em;
    content: '\f107';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: none;
    width: initial;
    height: initial;
}
#cookieModal .accordion-item .accordion-header .accordion-button[aria-expanded='true']::after, #cookieSettingsModal .accordion-item .accordion-header .accordion-button[aria-expanded='true']::after {
    font: var(--fa-font-solid);
    font-size: 1em;
    content: '\f107';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: none;
    width: initial;
    height: initial;
}
#cookieModal .accordion-item .accordion-body, #cookieSettingsModal .accordion-item .accordion-body {
    padding: 1rem 0 0.5rem 0;
}
#cookies-policy .cookies__alert {
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    width: 100% !important;
    margin: 0 auto 1rem auto !important;
}
#cookies-policy.cookies--show .cookies__btn--customize {
    border-bottom: 1px solid #e0e0e0 !important;
}
#cookies-policy .cookies__btn--customize, #cookies-policy .cookies__save {
    border-top: 1px solid #e0e0e0 !important;
}
#cookies-policy .cookies__wrapper, #cookies-policy .cookies__btn--customize, #cookies-policy .cookies__save {
    padding: 1rem !important;
}
#cookies-policy .cookies__section {
    padding: 0 1rem !important;
}
#cookies-policy .cookies__title {
    font-weight: 600 !important;
}
#cookies-policy.cookies {
    left: 0;
}
#cookies-policy .cookiesBtn__link {
    background: #4527A0 !important;
    border: 1px solid #4527A0 !important;
}
#cookies-policy .cookiesBtn__link:hover, #cookies-policy .cookiesBtn__link:focus {
    background: #424242 !important;
    border: 1px solid #424242 !important;
}
#cookies-policy .cookies__category input:checked + .cookies__box::after {
    background: #4527A0 !important;
}
#cookies-policy .cookies__details {
    color: #4527A0 !important;
}
#cookies-policy .cookies__details:hover {
    color: #424242 !important;
}
#cookies-policy .cookies__name {
    color: #757575 !important;
}
#scrollTop {
    font-size: 1rem;
    color: #fff;
    background-color: #7E57C2;
    border-radius: 0.375rem;
    border: none;
    outline: none;
    display: none;
    width: 32px;
    height: 32px;
    line-height: 31px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
#scrollTop:hover {
    background-color: #424242;
}
.btn-tulajdonostol {
    color: #ffffff !important;
    background-color: #4f9fd1 !important;
}
.btn-surgosen-elado {
    color: #ffffff !important;
    background-color: #d9644a !important;
}
.btn-alkukepes {
    color: #ffffff !important;
    background-color: #6fae93 !important;
}
.btn-csere-is-erdekel {
    color: #ffffff !important;
    background-color: #8a78e6 !important;
}
.btn-felujitott {
    color: #ffffff !important;
    background-color: #e9943f !important;
}
.btn-ujepitesu {
    color: #ffffff !important;
    background-color: #55bfc4 !important;
}
.btn-nyugodt-kornyek {
    color: #ffffff !important;
    background-color: #7eae88 !important;
}
.btn-luxus {
    color: #ffffff !important;
    background-color: #9c7558 !important;
}

@media (min-width: 0px) and (max-width: 767.98px) {
    .custom-navbar .custom-dropdown-content {
        background-color: #212121;
        max-height: 320px;
        overflow-y: scroll;
    }
    .custom-navbar .custom-dropdown-content .custom-dropdown-column {
        background-color: #212121;
        width: 50%;
    }
    .property .nav.nav-tabs .nav-item {
        overflow: initial;
        margin: 0 0 8px 0;
    }
    .property .nav.nav-tabs .nav-item .nav-link {
        border-radius: 0.375rem;
        width: 100%;
    }
    .tab-gallery .img-wrapper img {
        height: 128px;
    }
    .tab-gallery .img-wrapper.img-main img {
        height: 256px;
    }
    .property-add .prev-step, .property-add .next-step {
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 991.98px) {
    .topbar .logo img {
        max-height: 36px;
    }
    .topbar .btn {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    }
    .topbar .btn.btn-outline-primary.dropdown-toggle[aria-expanded='false']::after {
        font-size: 0.75rem;
        vertical-align: -1px;
    }
    .topbar .btn.btn-outline-primary.dropdown-toggle[aria-expanded='true']::after {
        font-size: 0.75rem;
        vertical-align: -1px;
    }
    .topbar .btn.btn-outline-primary.loggedin {
        padding: 3px 8px 3px 3px;
    }
    .custom-navbar {
        display: flex;
        flex-direction: column;
    }
    .custom-navbar a {
        font-size: 0.875rem;
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid #212121;
    }
    .custom-navbar h1 {
        text-align: center;
    }
    .custom-navbar .custom-dropdown-content .custom-dropdown-column {
        background-color: #212121;
    }
    .custom-navbar .custom-dropdown-content .custom-dropdown-column a {
        color: rgba(255, 255, 255, 0.6);
    }
    .custom-navbar .custom-dropdown-content .custom-dropdown-column a:hover {
        color: #fff;
        background-color: #424242;
    }
    .custom-navbar .custom-dropdown-content .custom-dropdown-column h1 {
        font-size: 0.875rem;
        color: #fff;
    }
    .custom-navbar .custom-dropdown .custom-dropdown-button {
        font-size: 0.875rem;
        border-bottom: 1px solid #212121;
        width: 100%;
    }
    .custom-navbar .custom-dropdown .custom-dropdown-button:last-of-type {
        border: 0;
    }
    .custom-navbar .custom-dropdown .custom-dropdown-content {
        box-shadow: none !important;
    }
    .list .card .card-body h5 {
        font-size: 18px;
    }
    .list .card .card-body .card-text {
        font-size: 0.875rem;
    }
    .office .activity-history .card {
        font-size: 0.875rem;
    }
    .property-stat .options .btn {
        width: 100%;
    }
    .modal#hamburgerModal .modal-dialog .modal-content {
        background-color: #212121;
    }
    .modal#hamburgerModal .modal-dialog .modal-content .modal-header {
        background-color: #424242;
        border-bottom: 1px solid #212121;
        padding: 0;
    }
    .modal#hamburgerModal .modal-dialog .modal-content .modal-header .btn-close {
        font-weight: 600;
        font-size: 0.875rem;
        color: #fff;
        text-transform: uppercase;
        background: none;
        width: 100%;
        height: auto;
        opacity: 1;
        padding: 12px 16px 12px 16px;
        margin: 0;
    }
    .modal#hamburgerModal .modal-dialog .modal-content .modal-body {
        padding: 0;
    }
    .cookie-bar {
        width: auto;
        left: 12px;
        right: 12px;
    }
    #scrollTop {
        right: 12px;
        bottom: 96px;
    }
    .cookie-btn-small__link {
        right: 12px;
        bottom: 56px;
    }
}
@media (max-width: 575.98px) {
    .topbar .btn {
        font-size: 0.875rem;
        padding: 8px;
    }
    .topbar .btn .svg-inline--fa {
        margin: 0 auto;
    }
    .alert .fa-lg {
        font-size: 1.5em;
    }
    #priceHistoryModal .list-group.list-group-horizontal {
        border: 0;
        flex-direction: column;
    }
    #priceHistoryModal .list-group.list-group-horizontal .list-group-item {
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
    }
    #priceHistoryModal .list-group.list-group-horizontal .list-group-item:first-child {
        font-weight: 600;
        background-color: #f5f5f5;
        border-radius: 0.375rem 0.375rem 0 0;
    }
    #priceHistoryModal .list-group.list-group-horizontal:last-child .list-group-item:nth-of-type(3) {
        border-bottom: 0;
    }
    .property-stat .list-group.list-group-horizontal {
        border: 0;
        flex-direction: column;
    }
    .property-stat .list-group.list-group-horizontal .list-group-item {
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
    }
    .property-stat .list-group.list-group-horizontal .list-group-item:first-child {
        font-weight: 600;
        background-color: #f5f5f5;
        border-radius: 0.375rem 0.375rem 0 0;
    }
    .property-stat .list-group.list-group-horizontal .list-group-item:nth-of-type(2) {
        font-weight: 400;
        text-align: center;
        width: 100%;
    }
    .property-stat .list-group.list-group-horizontal:last-child .list-group-item:nth-of-type(2) {
        font-weight: 400;
        text-align: center;
        width: 100%;
        border-bottom: 0;
    }
    .property-stat .options .btn {
        width: 100%;
    }
    .settlement-list .list-group.list-group-horizontal {
        border: 0;
        flex-direction: column;
    }
    .settlement-list .list-group.list-group-horizontal .list-group-item {
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
    }
    .settlement-list .list-group.list-group-horizontal:last-child .list-group-item:nth-of-type(3) {
        border-bottom: 0;
    }
    .cookie-bar .btn {
        width: 100%;
    }
    #scrollTop {
        right: 12px;
        bottom: 148px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-navbar .custom-dropdown-content {
        max-height: 480px;
        overflow-y: scroll;
    }
    .custom-navbar .custom-dropdown-content .custom-dropdown-column {
        width: 33.3333333333%;
    }
    .tab-gallery .img-wrapper img {
        height: 128px;
    }
    .tab-gallery .img-wrapper.img-main img {
        height: 264px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .tab-gallery .img-wrapper img {
        height: 174px;
    }
    .tab-gallery .img-wrapper.img-main img {
        height: 356px;
    }
    .office .activity-history .card {
        font-size: 0.875rem;
    }
    .cookie-bar {
        width: auto;
        left: 44px;
        right: 44px;
    }
    #scrollTop {
        right: 44px;
        bottom: 96px;
    }
    .cookie-btn-small__link {
        right: 44px;
        bottom: 56px;
    }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
    .custom-navbar .custom-dropdown-content {
        max-height: 480px;
        overflow-y: scroll;
    }
    .custom-navbar .custom-dropdown-content .custom-dropdown-column {
        width: 25%;
    }
    .list .card .card-body h5 {
        font-size: 18px;
    }
    .list .card .card-body .card-text {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .tab-gallery .img-wrapper img {
        height: 174px;
    }
    .tab-gallery .img-wrapper.img-main img {
        height: 356px;
    }
}