/** Default variables */
:root {
    --success_message_color: #189d2d;
    --input_placeholder: #999999;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.neuron-capitalise {
    text-transform: capitalize;
}

.n-cursor-pointer {
    cursor: pointer;
}

.n-capitalized {
    text-transform: capitalize !important;
}

.n-input {
    font-weight: 300;
    font-size: 16px;
}

.n-input::placeholder {
    color: var(--input--placeholder);
}

.n-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--input--placeholder);
}

@font-face {
    font-family: 'neuron-icons';
    src: url('fonts/NeuronIcons/neuron-icons.eot?5g1sbx');
    src:
        url('fonts/NeuronIcons/neuron-icons.eot?5g1sbx#iefix') format('embedded-opentype'),
        url('fonts/NeuronIcons/neuron-icons.ttf?5g1sbx') format('truetype'),
        url('fonts/NeuronIcons/neuron-icons.woff?5g1sbx') format('woff'),
        url('fonts/NeuronIcons/neuron-icons.svg?5g1sbx#neuron-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.n-select {
    position: relative;
}

.n-select-box {
    border: 1px solid #aca39a;
    -webkit-appearance: none;
}

.n-select select {
    font-family: var(--default-font) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.n-select:after {
    content: '\e900';
    font-family: 'neuron-icons', sans-serif !important;
    transform: translateY(-50%);

    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 6px;
    pointer-events: none;
}

.n-select select::-ms-expand {
    display: none;
}

.n-input-title {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.properties-filter-item {
    height: 55px !important;
    background-color: var(--white) !important;
}

@font-face {
    font-family: 'neuron-common-icons';
    src: url('fonts/neuron-common-icons/neuron-common-icons.eot?oomby1');
    src:
        url('fonts/neuron-common-icons/neuron-common-icons.eot?oomby1#iefix') format('embedded-opentype'),
        url('fonts/neuron-common-icons/neuron-common-icons.ttf?oomby1') format('truetype'),
        url('fonts/neuron-common-icons/neuron-common-icons.woff?oomby1') format('woff'),
        url('fonts/neuron-common-icons/neuron-common-icons.svg?oomby1#neuron-common-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^='nc-icon-'],
[class*=' nc-icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'neuron-common-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nc-icon-bars:before {
    content: '\e900';
}
.nc-icon-bath:before {
    content: '\e901';
}
.nc-icon-bed:before {
    content: '\e902';
}
.nc-icon-bungalow:before {
    content: '\e903';
}
.nc-icon-calendar-alt:before {
    content: '\e904';
}
.nc-icon-car:before {
    content: '\e905';
}
.nc-icon-chair:before {
    content: '\e906';
}
.nc-icon-check:before {
    content: '\e907';
}
.nc-icon-chevron-down:before {
    content: '\e908';
}
.nc-icon-chevron-f-down:before {
    content: '\e909';
}
.nc-icon-chevron-f-left:before {
    content: '\e90a';
}
.nc-icon-chevron-f-right:before {
    content: '\e90b';
}
.nc-icon-chevron-f-up:before {
    content: '\e90c';
}
.nc-icon-chevron-left:before {
    content: '\e90d';
}
.nc-icon-chevron-right:before {
    content: '\e90e';
}
.nc-icon-chevron-up:before {
    content: '\e90f';
}
.nc-icon-clock:before {
    content: '\e910';
}
.nc-icon-detached:before {
    content: '\e911';
}
.nc-icon-download:before {
    content: '\e912';
}
.nc-icon-envelope:before {
    content: '\e913';
}
.nc-icon-eye:before {
    content: '\e914';
}
.nc-icon-facebook-circle:before {
    content: '\e915';
}
.nc-icon-file-pdf:before {
    content: '\e916';
}
.nc-icon-file-word:before {
    content: '\e917';
}
.nc-icon-filter:before {
    content: '\e918';
}
.nc-icon-flat:before {
    content: '\e919';
}
.nc-icon-handshake:before {
    content: '\e91a';
}
.nc-icon-house:before {
    content: '\e91b';
}
.nc-icon-house-flood:before {
    content: '\e91c';
}
.nc-icon-exclamation-circle:before {
    content: '\e91d';
}
.nc-icon-land:before {
    content: '\e91e';
}
.nc-icon-linkedin-circle:before {
    content: '\e91f';
}
.nc-icon-loading-circle:before {
    content: '\e920';
}
.nc-icon-loveseat:before {
    content: '\e921';
}
.nc-icon-map-marker-alt:before {
    content: '\e922';
}
.nc-icon-more-circle:before {
    content: '\e923';
}
.nc-icon-phone:before {
    content: '\e924';
}
.nc-icon-retirement:before {
    content: '\e925';
}
.nc-icon-semi-detached:before {
    content: '\e926';
}
.nc-icon-tag:before {
    content: '\e927';
}
.nc-icon-terraced:before {
    content: '\e928';
}
.nc-icon-times-circle:before {
    content: '\e929';
}
.nc-icon-twitter-circle:before {
    content: '\e92a';
}
.nc-icon-wallet:before {
    content: '\e92b';
}
.nc-icon-user-alt:before {
    content: '\e92c';
}
.nc-icon-magnifier:before {
    content: '\e92d';
}
.nc-icon-sort-size-down:before {
    content: '\e92e';
}
.nc-icon-play:before {
    content: '\e92f';
}
.nc-icon-ruler-combined:before {
    content: '\e930';
}
.nc-icon-edit:before {
    content: '\e931';
}
.nc-icon-plus-circle:before {
    content: '\e932';
}
.nc-icon-info:before {
    content: '\e933';
}
.nc-icon-debug:before {
    content: '\e934';
}
.nc-icon-star:before {
    content: '\e935';
}
.nc-icon-star_frame:before {
    content: '\e936';
}
.nc-icon-laugh-wink:before {
    content: '\e937';
}
.nc-icon-meh-rolling-eyes:before {
    content: '\e938';
}
.nc-icon-sad-tear:before {
    content: '\e939';
}
.nc-icon-thumbs-down:before {
    content: '\e93a';
}
.nc-icon-thumbs-right:before {
    content: '\e93b';
}
.nc-icon-thumbs-up:before {
    content: '\e93c';
}
.nc-icon-info-circle:before {
    content: '\e93d';
}
.nc-icon-home:before {
    content: '\e93e';
}
.nc-icon-id-card:before {
    content: '\e93f';
}
.nc-icon-question-circle:before {
    content: '\e940';
}
.nc-icon-profile-user-1:before {
    content: '\e941';
}
.nc-icon-search:before {
    content: '\e942';
}
.nc-icon-property:before {
    content: '\e943';
}
.nc-icon-object_ux_house_app_essential_icon:before {
    content: '\e944';
}

/** popup:start **/

.pm-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(213, 218, 222, 0.79);
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    -webkit-transition:
        opacity 0.3s,
        visibility 0.4s,
        z-index 0.4s ease-in;
    transition:
        opacity 0.3s,
        visibility 0.4s,
        z-index 0.4s ease-in;
}

.pm-modal .pm-modal-wrapper {
    display: block;
    width: 750px;
    max-width: 100%;
    background-color: var(--white);
    padding: 1.5rem 2rem;
    border-radius: 14px;
    -webkit-box-shadow: 49px 60px 49px rgba(0, 0, 0, 0.04);
    box-shadow: 49px 60px 49px rgba(0, 0, 0, 0.04);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition:
        transform 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
}

.pm-modal .pm-modal-wrapper.search-profiles-wrapper {
    width: 550px;
    background-color: var(--white);
}

.pm-modal .pm-modal-wrapper .pm-modal-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 0 0.5rem;
}

.pm-modal .pm-modal-wrapper .pm-modal-header i {
    padding: 0 0.5rem 0 0;
}

.pm-modal .pm-modal-wrapper .pm-modal-header h4 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
}

.pm-modal .pm-modal-wrapper .pm-modal-header .closeBtn {
    position: absolute;
    top: 50%;
    right: 0;
    color: #000;
    font-size: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

.pm-modal .pm-modal-wrapper .pm-modal-header .closeBtn:hover {
    color: var(--ternary-color);
}

@media (max-width: 991px) {
    .pm-modal .pm-modal-wrapper .pm-modal-header {
        padding-right: 1rem;
    }
}

.pm-modal .pm-modal-wrapper .pm-modal-content {
    display: block;
    width: 100%;
    max-height: 90vh;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.success-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: cneter;
    -ms-flex-align: cneter;
    align-items: cneter;
    padding: 2rem 0;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.success-content h2 {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1.875rem;
    font-weight: 500;
    text-align: center;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.success-content svg {
    width: 25%;
    margin: 2rem auto 1rem;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content {
    padding: 1rem 2rem 0;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content h4.title {
    display: block;
    width: 100%;
    color: #000;
    margin: 1.5rem 0 1rem;
    font-size: 1.125rem;
    line-height: 129.7%;
    font-weight: 500;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content p.about {
    display: block;
    width: 100%;
    color: #000;
    margin: 0.5rem 0;
    font-size: 0.875rem;
    font-weight: 400;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content p.about span {
    color: #8b8b8b;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0 1.5rem;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content .checkbox-wrapper p {
    color: #000;
    margin: 0 1rem 0 0;
    font-size: 0.875rem;
    font-weight: 400;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content .checkbox-wrapper .pm-checkbox-group {
    width: auto;
    min-width: 175px;
    margin: 0 1rem 0 0;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content .button-wrapper {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.detail-content .button-wrapper .pm-button {
    margin-right: 0.5rem;
}

@media (max-width: 575px) {
    .pm-modal .pm-modal-wrapper .pm-modal-content.detail-content .button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pm-modal .pm-modal-wrapper .pm-modal-content.detail-content .button-wrapper .pm-button {
        width: 45%;
        min-width: unset;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .pm-modal .pm-modal-wrapper .pm-modal-content.detail-content {
        padding: 1rem;
    }
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2rem;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper {
    width: 45%;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper h2.title,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper h2.title {
    display: block;
    width: 100%;
    color: #000;
    margin: 1rem 0 0;
    font-size: 1.5rem;
    line-height: 144.8%;
    font-weight: 600;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper p.desc,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper p.desc {
    display: block;
    width: 100%;
    color: #8b8b8b;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 400;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper .pm-tab-items.filter-items,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper .pm-tab-items.filter-items {
    margin: 2rem 0 0;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper .pm-tab-items.filter-items li,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper .pm-tab-items.filter-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    background-color: var(--white);
    margin: 0.5rem 0;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 7px;
    -webkit-transition:
        color 0.3s,
        background-color 0.3s,
        border-color 0.3s ease-in;
    transition:
        color 0.3s,
        background-color 0.3s,
        border-color 0.3s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper .pm-tab-items.filter-items li::after,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper .pm-tab-items.filter-items li::after {
    content: '\e90e';
    font-family: 'neuron-common-icons';
    font-size: 1.125rem;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper .pm-tab-items.filter-items li:hover,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper .pm-tab-items.filter-items li:hover {
    background-color: #dcdcdc;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper .pm-tab-items.filter-items li.pm-active,
.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper .pm-tab-items.filter-items li.pm-active {
    color: var(--ternary-color);
    border-color: var(--ternary-color);
}

@media (max-width: 991px) {
    .pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .item-wrapper,
    .pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper {
        width: 100%;
    }
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper {
    display: block;
    height: 100%;
}

.pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper .pm-tab-wrapper.filter-wrapper {
    height: 100%;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab {
    height: 100%;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .checkbox-wrapper {
    display: block;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 1rem;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .checkbox-wrapper::-webkit-scrollbar {
    width: 5px;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .checkbox-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .checkbox-wrapper::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 10px;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .checkbox-wrapper::-webkit-scrollbar-thumb:hover {
    background: #8b8b8b;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .checkbox-wrapper
    .select-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .checkbox-wrapper
    .select-all
    .clear {
    font-family: var(--default-font);
    color: var(--dark-brown);
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .pm-modal
        .pm-modal-wrapper
        .pm-modal-content.filter-content
        .main-wrapper
        .pm-tab-wrapper.filter-wrapper
        .pm-tab.filter-tab
        .checkbox-wrapper {
        max-height: calc(100% - 94px - 2rem);
    }
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .bckBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #dcdcdc;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .bckBtn::before {
    content: '\e90d';
    font-family: 'neuron-common-icons' !important;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .pm-modal
        .pm-modal-wrapper
        .pm-modal-content.filter-content
        .main-wrapper
        .pm-tab-wrapper.filter-wrapper
        .pm-tab.filter-tab
        .bckBtn {
        display: none;
    }
}

.pm-modal
    .pm-modal-wrapper
    .pm-modal-content.filter-content
    .main-wrapper
    .pm-tab-wrapper.filter-wrapper
    .pm-tab.filter-tab
    .pm-checkbox-group.type-3 {
    margin: 0.5rem 0;
}

@media (max-width: 991px) {
    .pm-modal
        .pm-modal-wrapper
        .pm-modal-content.filter-content
        .main-wrapper
        .pm-tab-wrapper.filter-wrapper
        .pm-tab.filter-tab {
        padding: 2rem;
    }
}

@media (max-width: 991px) {
    .pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transition:
            opacity 0.3s,
            vibility 0.3s,
            z-index 0.4s ease-in;
        transition:
            opacity 0.3s,
            vibility 0.3s,
            z-index 0.4s ease-in;
    }
    .pm-modal .pm-modal-wrapper .pm-modal-content.filter-content .main-wrapper.pm-active {
        opacity: 1;
        visibility: visible;
        z-index: 3;
        -webkit-transition:
            opacity 0.3s,
            vibility 0.3s,
            z-index 0s ease-in;
        transition:
            opacity 0.3s,
            vibility 0.3s,
            z-index 0s ease-in;
    }
}

.pm-modal .pm-modal-wrapper .pm-modal-content.search-profiles p {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
}

.pm-modal .pm-modal-wrapper .pm-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-modal .pm-modal-wrapper .pm-modal-footer .pm-button {
    margin: 0 1rem 0 0;
}

@media (max-width: 991px) {
    .pm-modal .pm-modal-wrapper {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 1rem;
        border-radius: 0;
    }
    .pm-modal .pm-modal-wrapper::-webkit-scrollbar {
        display: none;
    }
}

.pm-modal.pm-active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition:
        opacity 0.3s,
        visibility 0s,
        z-index 0s ease-in;
    transition:
        opacity 0.3s,
        visibility 0s,
        z-index 0s ease-in;
}

.pm-modal.pm-active .pm-modal-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 991px) {
    .pm-modal {
        background-color: transparent;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.pm-modal__scroll {
    overflow-y: auto;
}

/** popup:end **/

/** checkbox **/
.pm-checkbox {
    display: none;
}

.pm-checkbox-group.type-1 input[type='checkbox'] + label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 0.5rem 0;
    border: 2px solid transparent;
    border-radius: 15px;
    opacity: 0.75;
    -webkit-transition:
        border-color 0.3s,
        opacity 0.3s,
        -webkit-transform 0.3s ease-in;
    transition:
        border-color 0.3s,
        opacity 0.3s,
        -webkit-transform 0.3s ease-in;
    transition:
        border-color 0.3s,
        opacity 0.3s,
        transform 0.3s ease-in;
    transition:
        border-color 0.3s,
        opacity 0.3s,
        transform 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pm-checkbox-group.type-1 input[type='checkbox'] + label i {
    margin: 0 0 1.5rem;
}

.pm-checkbox-group.type-1 input[type='checkbox'] + label span {
    position: absolute;
    bottom: 1rem;
    left: 0;
    display: block;
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pm-checkbox-group.type-1 input[type='checkbox'] + label::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: var(--white);
    background-color: var(--checkbox-checked-color);
    font-family: 'neuron-common-icons';
    font-size: 0.75rem;
    border-radius: 50%;
    -webkit-transform: translate(40%, -40%) scale(0);
    transform: translate(40%, -40%) scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition:
        transform 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
}

.pm-checkbox-group.type-1 input[type='checkbox'] + label:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.pm-checkbox-group.type-1 input[type='checkbox']:checked + label {
    border-color: var(--checkbox-checked-color);
    opacity: 1;
}

.pm-checkbox-group.type-1 input[type='checkbox']:checked + label::after {
    -webkit-transform: translate(40%, -40%) scale(1);
    transform: translate(40%, -40%) scale(1);
}

.pm-checkbox-group.type-2,
.pm-checkbox-group.type-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 1rem 0;
}

.pm-checkbox-group.type-2 input[type='checkbox'] + label,
.pm-checkbox-group.type-3 input[type='checkbox'] + label {
    display: -webkit-inline-box;
    font-family: var(--default-font);
    display: -ms-inline-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 0.975rem;
}

.pm-checkbox-group.type-2 input[type='checkbox'] + label::before,
.pm-checkbox-group.type-3 input[type='checkbox'] + label::before {
    content: '\e907';
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    color: var(--checkbox-tick-color);
    background-color: var(--white);
    font-size: 0;
    line-height: 0;
    flex-grow: 0; /* do not grow   - initial value: 0 */
    flex-shrink: 0; /* do not shrink - initial value: 1 */
    flex-basis: 25px;
    font-family: 'neuron-common-icons';
    margin: 0 0.8rem 0 0;
    border: 1px solid var(--default-border-color);
    border-radius: 2px;
    -webkit-transition:
        background-color 0.3s,
        border-color 0.3s,
        font-size 0.4s ease-in;
    transition:
        background-color 0.3s,
        border-color 0.3s,
        font-size 0.4s ease-in;
}

.pm-checkbox-group.type-2 input[type='checkbox'] + label span,
.pm-checkbox-group.type-3 input[type='checkbox'] + label span {
    width: calc(100% - 18px - 1.5rem);
}

.pm-checkbox-group.type-2 input[type='checkbox'] + label span.required::before,
.pm-checkbox-group.type-3 input[type='checkbox'] + label span.required::before {
    content: '*';
    color: var(--nc-ternary-color);
    margin-right: 0.25rem;
}

.pm-checkbox-group.type-2 input[type='checkbox'] + label a,
.pm-checkbox-group.type-3 input[type='checkbox'] + label a {
    display: inline;
    color: #3190ff;
    text-decoration: underline !important;
    margin: 0 0.25rem;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.pm-checkbox-group.type-2 input[type='checkbox'] + label a:hover,
.pm-checkbox-group.type-3 input[type='checkbox'] + label a:hover {
    color: var(--nc-ternary-color);
}

.pm-checkbox-group.type-2 input[type='checkbox']:checked + label::before,
.pm-checkbox-group.type-3 input[type='checkbox']:checked + label::before {
    font-size: 0.8rem;
    line-height: 0;
    background-color: var(--checkbox-checked-color);
    border-color: var(--checkbox-checked-color);
}

.pm-checkbox-group.type-3 input[type='checkbox'] + label {
    background-color: var(--nc-secondary-bg-color);
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 0.75rem;
    -webkit-transition: border-color 0.3s ease-in;
    transition: border-color 0.3s ease-in;
}

.pm-checkbox-group.type-3 input[type='checkbox']:checked + label {
    border-color: var(--checkbox-checked-color);
}
/** checkbox: end **/

.nc-type-style-box {
    border: 1px solid #aca39a;
}

.nc-type-style-box-active {
    position: relative;
    border: 1px solid black !important;
}

.nc-type-style-box-active::after {
    content: '\e907';
    position: absolute;
    top: -10px;
    right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: var(--white);
    background-color: var(--box-checked-color);
    font-family: 'neuron-common-icons';
    font-size: 0.75rem;
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition:
        transform 0.3s ease-in,
        -webkit-transform 0.3s ease-in;
}

.nc-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--default-border-color);
    margin: 0 0 1rem 0;
}

.nc-radius {
    border-radius: 0;
}

.nc-text {
    font-family: var(--default-font);
}

.v-toast {
    z-index: 999999 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.controls {
    height: 80px;
    margin-top: 20px;
    text-align: center;
}

.slide-left-arrow,
.slide-right-arrow {
    bottom: unset;
}

.akya-col-9 p {
    color: var(--akya-text-color) !important;
}

#akya-container {
    background-color: var(--akya-background-color) !important;
}

#learn_more_banner_button {
    color: var(--akya-text-color) !important;
    font-weight: 400 !important;
}

#akya-confirm-btn {
    /* width: 50%; */
    color: var(--akya-confirm-button-text-color) !important;
    background-color: var(--akya-confirm-button-background-color) !important;
}

.akya-row {
    display: flex !important;
    flex-direction: column !important;
}

.akya-col-9 {
    width: 100% !important;
}

.akya-col-3 {
    width: 100% !important;
    display: flex !important;
    justify-content: start !important;
    padding-left: 15px !important;
    margin-top: 15px !important;
}

@media (min-width: 768px) {
    .akya-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }

    .akya-col-9 {
        width: 75% !important;
    }

    .akya-col-3 {
        width: 20% !important;
        padding-left: unset !important;
        margin-top: unset !important;
    }
}

.nc-property-image-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--nc-property-status-bg-color);
    color: var(--nc-property-status-text-color);
    padding: 10px;
    font-weight: bold;
}

.nc-button {
}

.nc-button:hover .nc-button-icon {
    fill: rgba(255, 255, 255, 0.7) !important;
}

.nc-button-icon {
    fill: var(--nc-primary-button-text-color);
}
