.wpl_view_container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-transform: capitalize;
}

.wpl_view_container a {
    display: inline-block;
    padding: 0 5px;
}

.wpl_view_container header h2 {
    font-family: var(--Primary-Font-Family);
    font-size: 1.5rem;
    border-color: rgb(225, 225, 225);
}

.wpl_view_container .wpl-button {
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
}

@media (max-width: 991px) {

    .wpl_view_container {
        padding: 0 5px;
    }
}

.wpl_view_container .wpl-pwizard-back-wrapp {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
    padding: 0 10px;
    background: transparent;
}

.wpl_view_container .wpl-pwizard-back-wrapp:before {
    content: '\F0141';
    font-family: 'Material Design Icons';
    font-size: 1.15rem;
    line-height: .5;
}

.wpl_view_container .wpl-pwizard-back-wrapp input,
.wpl_view_container .wpl-pwizard-back-wrapp input:hover {
    padding: 0 5px;
    background: transparent;
    color: var(--Secondary-Color);
    box-shadow: none;
}

/*Manager*/

.wpl_view_container .wpl-wp.pmanager-wp header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

.wpl_view_container .wpl-wp.pmanager-wp header div {
    display: none;
}

.wpl_view_container .wpl-wp.pmanager-wp header h2 {
    font-family: var(--Primary-Font-Family);
    font-size: 1.5rem;
    border: 0;
}

.wpl_view_container .wpl-wp.pmanager-wp header .wpl-button {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 15px 0 35px !important;
    position: relative;
    top: 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.5;
    background: rgb(35, 175, 95);
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.wpl_view_container .wpl-wp.pmanager-wp header .wpl-button:before {
    top: 10px;
    left: 15px;
    font-size: .875rem;
}

.wpl_view_container .wpl-wp.pmanager-wp header .wpl-button:hover {
    background: rgb(35, 175, 95);
    opacity: .85;
}

.wpl_view_container #wpl_listings_top_tabs_container {
    margin: 0 0 15px;
}

.wpl_view_container #wpl_listings_top_tabs_container .wpl-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    line-height: 1.5;
}

.wpl_view_container #wpl_listings_top_tabs_container .wpl-tabs:before {
    display: none;
}

.wpl_view_container #wpl_listings_top_tabs_container .wpl-tabs li {
    text-align: center;
}

.wpl_view_container #wpl_listings_top_tabs_container .wpl-tabs li a {
    padding: 5px 30px;
    font-size: 1.25rem;
    background: rgb(190, 195, 200);
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.wpl_view_container #wpl_listings_top_tabs_container .wpl-tabs li.wpl-selected-tab a {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.wpl_view_container #wpl_listings_top_tabs_container .wpl-tabs li a:hover {
    opacity: .90;
}

@media (max-width: 576px) {

    .wpl_view_container #wpl_listings_top_tabs_container {
        margin: 0 0 5px;
    }

    .wpl_view_container #wpl_listings_top_tabs_container .wpl-tabs li {
        width: 100%;
    }
}

.wpl_view_container .mass-panel-wp,
.wpl_view_container .lm-search-form-wp {
    margin: 0 0 15px;
    padding: 15px;
    background: rgb(250, 250, 250);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 10px;
}

.wpl_view_container .mass-panel-wp h3,
.wpl_view_container .lm-search-form-wp h3 {
    width: 100%;
    display: block;
    padding: 0 5px;
    font-family: var(--Primary-Font-Family);
    font-size: 1.5rem;
}

.wpl_view_container .mass-panel-wp .change-user-cnt-wp label,
.wpl_view_container .mass-panel-wp .change-multi-agent-cnt-wp label,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .wpl-gen-form-label,
.wpl_view_container .mass-panel-wp .change-multi-agent-cnt-wp .wpl-gen-form-label {
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    font-size: .95rem;
    color: var(--Secondary-Color);
    text-align: left;
    font-weight: normal
}

.wpl_view_container .lm-search-form-wp .panel-body {
    padding: 0;
}

.wpl_view_container .lm-search-form-wp .panel-body .prow {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.wpl_view_container .lm-search-form-wp .panel-body .prow input[type='text'] {
    width: 100%;
    height: 45px;
    margin: 0 0 5px;
    padding: 0 15px;
    background: rgb(245, 245, 245, .5);
    border: 1px solid rgb(170, 165, 180);
    border-radius: 0.25rem;
}

.wpl_view_container .lm-search-form-wp .panel-body .prow input[type='text']::placeholder {
    color: rgb(70, 70, 70);
}

.wpl_view_container .lm-search-form-wp .panel-body .prow .wpl_listing_manager_search_form_element_cnt {
    width: 20%;
    margin: 0;
    padding: 0 10px 0 0;
}

.wpl_view_container .lm-search-form-wp .wpl-btn-wp {
    padding: 10px 5px;
}

.wpl_view_container .lm-search-form-wp .wpl-btn-wp .wpl_listing_manager_search_form_element_cnt {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wpl_view_container .lm-search-form-wp .wpl-btn-wp .wpl_listing_manager_search_form_element_cnt .wpl-button {
    height: 35px;
    margin: 0;
    padding: 0 30px !important;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.wpl_view_container .mass-panel-wp .mass-actions-wp {
    width: 100%;
    display: inline-block;
    padding: 15px 0 0;
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn {
    margin: 0;
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    font-size: .95rem;
    background: rgb(255, 255, 255);
    border-color: rgb(225, 225, 225);
    border-radius: 300px;
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn:hover {
    background: rgb(255, 255, 255);
    border-color: var(--Primary-Color);
    color: var(--Primary-Color);
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1.5;
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn:hover span {
    color: var(--Primary-Color);
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-style: normal;
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i:after {
    display: none;
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i:before {
    content: '';
    font-family: 'Material Design Icons';
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-select:before {
    content: '\F0485'
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-unselect:before {
    content: '\F0488'
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-toggle:before {
    content: '\F004C'
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-confirm:before {
    content: '\F0514'
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-unconfirm:before {
    content: '\F0512'
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-trash:before {
    content: '\F0A7A'
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-restore:before {
    content: '\F006F'
}

.wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn i.icon-delete:before {
    content: '\F0E9D'
}

@media (max-width: 991px) {

    .wpl_view_container .lm-search-form-wp .panel-body .prow .wpl_listing_manager_search_form_element_cnt {
        width: 50%;
    }

    .wpl_view_container .lm-search-form-wp .panel-body .prow .wpl_listing_manager_search_form_element_cnt input {
        margin: 0;
    }

    .wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin: 0 0 5px;
    }

    .wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn {
        width: 100%;
        flex: 1;
        margin: 0;
        white-space: nowrap;
    }

}

.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp {
    max-width: 250px;
}

@media (max-width: 576px) {

    .wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp {
        max-width: 100%;
    }
}

/*------------------------------------------ ----12-1-5-4 Properties CSS ------------------------------------------*/

.wpl_view_container .properties-wp {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
}

.wpl_view_container .properties-wp .propery-wp {
    margin: 0;
    padding: 5px;
    border: 0;
}

.wpl_view_container .properties-wp .propery-wp .property {
    min-height: 300px;
    flex: 50%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 10px;
}

.wpl_view_container .properties-wp .propery-wp .checkbox-wp:before {
    display: none;
}

.wpl_view_container .properties-wp .propery-wp .checkbox-wp {
    padding: 0;
    top: -2.5px;
    left: -2.5px;
}

.wpl_view_container .properties-wp .propery-wp .checkbox-wp input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background: rgb(195, 195, 195);
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(20 20 45 / 25%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.wpl_view_container .properties-wp .propery-wp .checkbox-wp input[type='checkbox']:checked {
    background: var(--Primary-Color);
}

.wpl_view_container .properties-wp .propery-wp .property-image img {
    width: 100% !important;
    height: 150px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

.wpl_view_container .properties-wp .propery-wp .property-image .no_image_box {
    width: 100% !important;
    height: 150px !important;
    background: rgba(225, 225, 225, .5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wpl_view_container .properties-wp .propery-wp .property-image .p-links {
    padding: 5px 0;
    line-height: 1.5;
    background: rgb(150, 165, 165);
    border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wpl_view_container .properties-wp .propery-wp .property-image .p-links:hover {
    background: rgb(150, 165, 165);
    color: rgb(255, 255, 255);
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp {
    padding: 0 0 0 15px;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes {
    padding: 0 0 15px;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .detail .title {
    color: rgb(85, 85, 85);
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .detail .value {
    font-weight: 600;
    color: var(--Secondary-Color);
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .p-title {
    margin: 0;
    padding: 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1.15rem;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .p-location {
    color: rgb(135, 135, 135);
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .expire-msg,
.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .finilize-msg {
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    position: relative;
    font-family: var(--Primary-Font-Family);
    font-size: .875rem;
    background: rgb(245, 245, 245);
    text-align: center;
    border-radius: 300px;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .finilize-msg {
    font-size: .95rem;
    background: rgb(250, 225, 225);
    color: rgb(235, 70, 70);
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .finilize-msg:after {
    line-height: 1.5;
    left: -5px;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-detailes .detail .plist_price {
    color: var(--Secondary-Color);
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0;
    position: inherit;
    border: 0;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn {
    width: 30px;
    height: 30px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    background: rgb(150, 165, 165);
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn:before {
    content: '';
    width: 75px;
    margin: 0 auto;
    padding: 5px;
    position: absolute;
    top: -35px;
    right: -25px;
    font-size: .875rem;
    background: var(--Primary-Color);
    text-align: center;
    border-radius: 300px;
    opacity: 0;
    visibility: hidden;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions [id^="pmanager_confirm"]:before {
    content: 'Confirm';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions [id^="pmanager_trash"]:before {
    content: 'Trash';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions [id^="pmanager_delete"]:before {
    content: 'Delete';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions [id^="pmanager_clone"]:before {
    content: 'Clone';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions [id^="pmanager_edit"]:before {
    content: 'Edit';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn:hover:before {
    opacity: 1;
    visibility: visible;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i {
    position: relative;
    line-height: 1;
    font-style: normal;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i:after {
    display: none;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i:before {
    content: '';
    display: flex;
    font-family: 'Material Design Icons';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.ajax-inline-save {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.ajax-inline-save:before {
    content: '\e952';
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.icon-edit:before {
    content: '\F115A';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.icon-clone:before {
    content: '\F018F';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.icon-delete:before {
    content: '\F0E9D';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.icon-trash:before {
    content: '\F0A7A';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.icon-confirm:before {
    content: '\F0514';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn i.icon-unconfirm:before {
    content: '\F0512';
}

.wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .wpl_property_stats_container {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-family: var(--Primary-Font-Family);
    font-size: .80rem;
    background: rgba(225, 225, 225, .5);
    border: 0;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 991px) {

    .wpl_view_container .properties-wp .propery-wp,
    .wpl_view_container .properties-wp .propery-wp .property {
        width: 100%;
        display: block;
        padding: 15px;
    }

    .wpl_view_container .properties-wp .propery-wp .property {
        float: left;
        min-height: auto;
    }

    .wpl_view_container .properties-wp .propery-wp .property-image {
        width: 100%;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp {
        width: 100%;
        padding: 15px 5px 0;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions {
        display: inline-block;
        text-align: center;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .change-user-cnt-wp {
        width: 100%;
        margin: 0 0 15px;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager-multi-agent {
        position: relative;
        bottom: 0;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .pmanager_actions .p-action-btn {
        display: inline-flex;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .wpl_property_stats_container {
        margin: 15px 0 0;
        position: relative;
        border-radius: 10px;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .wpl_property_stats_container .wpl_property_stats_inner {
        padding: 0;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .wpl_property_stats_container .wpl_property_stats_inner>div {
        width: 25%;
        padding: 0 5px;
        text-align: center;
    }
}

@media (max-width: 576px) {

    .wpl_view_container .lm-search-form-wp .panel-body .prow .wpl_listing_manager_search_form_element_cnt {
        width: 100%;
    }

    .wpl_view_container .mass-panel-wp .mass-actions-wp .group-btn .mass-btn {
        flex: 45%;
        font-size: .80rem;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .wpl_property_stats_container .wpl_property_stats_inner {
        display: block;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .wpl_property_stats_container .wpl_property_stats_inner>div {
        width: 100%;
        text-align: left;
    }

    .wpl_view_container .properties-wp .propery-wp .info-action-wp .property-actions .wpl_property_stats_container .wpl_property_stats_inner>div b {
        display: inline-block;
    }
}

.pwizard-wp .side-content-wp .pwizard-panel .chosen-container-multi .chosen-choices li.search-choice {
    margin: 7.5px 0 5px 5px;
    padding: 5px 25px 5px 10px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    box-shadow: none;
}

.pwizard-wp .side-content-wp .pwizard-panel .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1rem;
    line-height: 1;
    background: transparent;
    color: rgb(255, 255, 255);
}

.pwizard-wp .side-content-wp .pwizard-panel .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: '\F0349';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Material Design Icons';
}

.pwizard-wp .side-content-wp .pwizard-panel .prow .options-wp,
.pwizard-wp .side-content-wp .pwizard-panel .prow .options-wp .chosen-container-multi {
    width: 100% !important;
}

.pwizard-wp .side-content-wp .pwizard-panel .prow .options-wp .chosen-container-multi .chosen-choices {
    background: rgb(250, 250, 250);
    border-radius: .15rem;
}

.pwizard-wp .side-content-wp .pwizard-panel .prow .wpl-pwizard-editor .mce-toolbar .mce-btn button {
    padding: 0 1.5px !important;
}

.pwizard-wp .side-content-wp .pwizard-panel .wpl-button.button-1 {
    border-radius: .15rem;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp {
    margin: 0 0 60px;
    position: relative;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp {
    margin: 0 0 15px;
    padding: 0;
    background: rgb(255, 255, 255);
    border: 0;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 15;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul {
    display: flex;
    flex-wrap: wrap;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li {
    width: auto;
    margin: 0;
    flex: auto;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li a {
    height: auto;
    margin: 0;
    padding: 5px 5px 5px 10px;
    position: relative;
    font-size: .80rem !important;
    line-height: 1.5;
    background: rgb(225, 225, 225);
    color: rgb(0, 0, 0, .75) !important;
    text-align: center;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: none;
    clip-path: polygon(0% 0%, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 0 100%, calc(0% + 5px) 50%);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li:first-child a {
    padding: 5px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li:first-child:after {
    content: '';
    width: 5px;
    height: 100%;
    background: rgb(225, 225, 225);
    position: absolute;
    top: 0;
    left: 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li.active:first-child:after {
    background: var(--Primary-Color);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li a:hover {
    background: rgb(225, 225, 225);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li.active a,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li.active a:hover,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li.active a:visited {
    background: var(--Primary-Color);
    border-color: rgb(225, 225, 225);
    color: rgb(255, 255, 255) !important;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li a .wpl-pwizard-tab-number {
    display: none;
}

@media (max-width: 1260px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp {
        position: relative;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li {
        width: 25%;
    }
}

@media (max-width: 991px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul {
        flex-wrap: wrap;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li {
        width: 50%;
        padding: 2.5px;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp li:first-child:after {
        display: none;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li a {
        clip-path: border-box;
    }
}

@media (max-width: 380px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li {
        width: 100%;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp ul li a {
        border-radius: 300px;
    }
}

/* --------------------------------------------------- Global ---------------------------------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section input[type='text'],
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section input[type='number'],
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section textarea {
    width: 100%;
    height: 45px;
    margin: 0 0 5px;
    padding: 0 15px;
    background: rgb(245, 245, 245, .5);
    border: 1px solid rgb(170, 165, 180);
    border-radius: 0.25rem;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section textarea {
    height: 150px;
    padding: 15px;
    resize: none;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section input[disabled='disabled'] {
    opacity: .5;
    filter: grayscale(1);
    pointer-events: none;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp select,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp select,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section select,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt select {
    width: 100% !important;
    height: 45px;
    margin: 0 0 5px;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 1.5;
    background: rgb(250, 250, 250);
    border: 1px solid rgb(170, 165, 180);
    border-radius: 0.25rem;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container {
    width: 100% !important;
    height: auto;
    min-width: 100%;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-single,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-single {
    height: 45px;
    margin: 0 0 5px;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 1.5;
    background: rgb(250, 250, 250);
    border: 1px solid rgb(170, 165, 180);
    border-radius: 0.25rem;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single div,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single div,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-single div,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-single div {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single div:before,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single div:before,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-single div:before,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-single div:before {
    content: '\F0140';
    font-family: 'Material Design Icons';
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single div b,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single div b,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-single div b,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-single div b {
    display: none;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single span,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-single span,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-single span,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-single span {
    height: 45px;
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-drop,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-drop {
    border-radius: .25rem;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop input[type='text'],
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop input[type='text'],
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-drop input[type='text'],
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-drop input[type='text'] {
    width: 100%;
    height: 35px;
    background: rgb(255, 255, 255);
    border-radius: 300px;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop .chosen-results,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop .chosen-results,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-drop .chosen-results,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-drop .chosen-results {
    margin: 0;
    padding: 5px;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop .chosen-results li,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop .chosen-results li,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-drop .chosen-results li,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-drop .chosen-results li {
    border-radius: 300px;
}

.wpl_view_container .p-actions-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop .chosen-results li.highlighted,
.wpl_view_container .mass-panel-wp .change-user-cnt-wp .change-user-wp .chosen-container .chosen-drop .chosen-results li.highlighted,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .chosen-container .chosen-drop .chosen-results li.highlighted,
.lm-search-form-wp .pwizard-section .prow .wpl_listing_manager_search_form_element_cnt .chosen-container .chosen-drop .chosen-results li.highlighted {
    background: var(--Primary-Color);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .checkbox-wp span {
    display: flex;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
    color: rgba(0, 0, 0, .75) !important;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .checkbox-wp input[type='checkbox'] {
    display: none;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .checkbox-wp label {
    width: 100%;
    display: flex;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative;
    font-weight: 500;
    line-height: 1.65;
    cursor: pointer;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .checkbox-wp label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3.5px;
    left: 0;
    background: rgb(235, 235, 235);
    border: 1px solid rgb(190, 195, 200);
    border-radius: 50%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .checkbox-wp input[type='radio']:checked+label:before,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .checkbox-wp input[type='checkbox']:checked+label:before {
    content: '\F012C';
    font-family: 'Material Design Icons';
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-color: var(--Primary-Color);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section label:not(.checkbox-label) {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: .90rem;
    font-weight: 700;
    text-align: left;
    color: rgba(0, 0, 0, .75);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section label:not(.checkbox-label) .required-star {
    font-size: 1rem;
    line-height: 1;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .wpl-button {
    width: auto !important;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    padding: 0 15px !important;
    font-size: .95rem;
    font-weight: normal;
    text-transform: capitalize;
    background: rgb(125, 140, 140);
    border-radius: .25rem;
}

.pwizard-wp .wpl-pwizard-btns {
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
    box-shadow: 0 -5px 15px -5px rgba(50, 50, 50, .25);
    z-index: 15;
}

.pwizard-wp .wpl-pwizard-btns li {
    display: inline-block;
}

.pwizard-wp .wpl-pwizard-btns .finilized>a,
.pwizard-wp .wpl-pwizard-btns .save>a {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.pwizard-wp .wpl-pwizard-btns .finilized>a span,
.pwizard-wp .wpl-pwizard-btns .save>a span {
    margin: 0 -10px 0 0;
    white-space: nowrap;
}

.pwizard-wp .wpl-pwizard-btns .save>a:before {
    content: '\F024D';
    font-family: 'Material Design Icons';
    font-size: 1.25rem;
    right: 10px;
}

.pwizard-wp .wpl-pwizard-btns .finilized>a:before {
    content: '\F05E1';
    font-family: 'Material Design Icons';
    font-size: 1.25rem;
    right: 10px;
}

.pwizard-wp .wpl-pwizard-btns .wpl-listing-discard-btn>a {
    padding: 0 35px 0 10px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0;
}

.pwizard-wp .wpl-pwizard-btns .save {
    float: left;
}

.pwizard-wp .wpl-pwizard-btns .save>a {
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
}

.pwizard-wp .wpl-pwizard-btns .save>a span {
    margin: 0 -10px 0 0;
}

.pwizard-wp .wpl-pwizard-btns .save>a:before {
    content: '\F0259';
    position: absolute;
    top: 0;
    font-family: 'Material Design Icons';
    font-size: 1.25rem;
    right: 10px;
}

.pwizard-wp .wpl-pwizard-btns .wpl-listing-discard-btn>a:before {
    content: '\F0156';
    font-family: 'Material Design Icons';
    position: absolute;
    top: 0;
    right: 10px;
}

.pwizard-wp .wpl-pwizard-btns .finilized>a:hover,
.pwizard-wp .wpl-pwizard-btns .wpl-listing-discard-btn>a:hover {
    opacity: .90;
}

.pwizard-wp .wpl-pwizard-btns .wpl-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-weight: normal;
    background: rgb(125, 140, 140);
}

.pwizard-wp .wpl-pwizard-btns .wpl-button:hover {
    background: rgb(125, 140, 140);
    opacity: .90;
}

.pwizard-wp .wpl-pwizard-btns .wpl-button {
    position: relative;
}

.pwizard-wp .wpl-pwizard-btns .wpl-button:before {
    position: absolute;
    top: 9.25px;
    line-height: 1;
}

.pwizard-wp .wpl-pwizard-btns .wpl-button.wpl-pwizard-prev {
    padding: 0 25px 0 35px;
}

.pwizard-wp .wpl-pwizard-btns .wpl-button.wpl-pwizard-prev:before {
    content: '\F0141';
    left: 15px;
    font-family: 'Material Design Icons';
}

.pwizard-wp .wpl-pwizard-btns .wpl-button.wpl-pwizard-next {
    padding: 0 35px 0 25px;
}

.pwizard-wp .wpl-pwizard-btns .wpl-button.wpl-pwizard-next:before {
    content: '\F0142';
    right: 15px;
    font-family: 'Material Design Icons';
}

/* --------------------------------------------------- Sections ---------------------------------------------------*/
/* --------------------------------------------------- Message ---------------------------------------------------*/

.pwizard-wp .finilize-message {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 10px;
    border-radius: .25rem;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.pwizard-wp .finilize-message i {
    display: none;
}

.pwizard-wp .finilize-message span {
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
}

/* --------------------------------------------------- Main ---------------------------------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp {
    display: inline-block;
    padding: 15px 5px;
    background: rgb(255, 255, 255);
    border-radius: .5rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section {
    display: flex;
    flex-wrap: wrap;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 15px;
    position: relative;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-rooms,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-boolean,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-feature,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-feature,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-textarea,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-locations,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-googlemap,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-property_types {
    display: flex;
    gap: 15px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-property_types>div:first-child {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-feature:nth-child(even) {
    padding: 15px;
    background: rgb(245, 250, 255);
    border-radius: .25rem;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow .pw-unit {
    position: absolute;
    top: 45px;
    right: 30px;
}

@media (max-width: 991px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-property_types {
        flex-wrap: wrap;
        gap: 0;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow,
    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-property_types>div:first-child {
        width: 100%;
        margin: 0;
    }
}

/*------------------------- Basic Details --------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow .wpl-pwizard-editor {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow .wpl-pwizard-editor .wp-editor-container {
    overflow: hidden;
    border-color: rgb(225, 225, 225);
    border-radius: 10px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow .wpl-pwizard-editor .wp-media-buttons {
    margin: 0 0 10px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow .wpl-pwizard-editor .mce-toolbar .mce-btn button {
    background: transparent;
}


.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-area label {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-area input {
    width: 72.5% !important;
    float: right;
    margin: 0 10px 0 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-area .chosen-container {
    width: 25% !important;
    min-width: 25%;
}

/* --------------------------------------------------- Locations ---------------------------------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-locations {
    padding: 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-locations .location-wp {
    display: flex;
    flex-wrap: wrap;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-locations .location-wp .location-part {
    width: 25%;
    padding: 0 15px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-locations .value-wp {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-googlemap .google-map-wp .map-canvas-wp {
    margin: 15px 0 0;
    overflow: hidden;
    border-radius: .25rem;
}

@media (max-width: 991px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-locations .location-wp .location-part {
        width: 100%;
    }
}

/* --------------------------------------------------- Features ---------------------------------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-rooms input {
    margin: 10px 0 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .rooms-list-wp>div {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    padding: 5px 10px;
    line-height: 1.5;
    background: rgb(250, 250, 250);
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .rooms-list-wp .icon-recycle {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    line-height: 1;
    cursor: pointer;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .rooms-list-wp .icon-recycle:after {
    display: none;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .rooms-list-wp .icon-recycle:before {
    content: '\F0A7A';
    font-family: 'Material Design Icons';
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .rooms-list-wp .room-preview {
    margin: 0 0 0 5px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .rooms-list-wp .room-preview i {
    background: rgb(245, 245, 245);
    border-color: rgb(225, 225, 225);
    font-size: .90rem;
    font-style: normal;
    border-radius: 300px;
}

@media (max-width: 1260px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp {
        flex-wrap: wrap;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-tabs-wp,
    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp {
        width: 100% !important;
    }
}

/* --------------------------------------------------- Gallery ---------------------------------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .video-tabs-wp,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video .video-tabs-wp {
    height: auto;
    border: 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .video-tabs-wp ul li,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video .video-tabs-wp ul li {
    border: 0;
    vertical-align: middle;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .video-tabs-wp ul li a,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video .video-tabs-wp ul li a {
    padding: 10px 30px;
    background: rgb(250, 250, 250);
    text-shadow: none;
    border-radius: 300px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .video-tabs-wp ul li.active a,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video .video-tabs-wp ul li.active a {
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .wpl_gallery_method_container {
    padding: 15px 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .wpl_gallery_method_container>div {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .wpl_gallery_method_container>div.field-desc {
    width: auto;
    text-transform: capitalize;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallery-external-wp {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallery-external-wp .row {
    width: 100%;
    margin: 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul {
    width: 100%;
    display: inline-block;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li {
    margin: 5px 0;
    padding: 15px 0 30px;
    border-color: rgba(225, 225, 225, .5);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .image-wp {
    padding: 0;
    border: 0;
    overflow: hidden;
    border-radius: .25rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .info-wp {
    width: 100%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .info-wp .row,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .info-wp .row>* {
    margin: 0;
    padding: 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .info-wp .row label {
    margin: 5px 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .info-wp .row input {
    padding: 0 15px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp {
    position: relative;
    top: 0;
    right: 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp .action-gal-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    color: var(--Secondary-Color);
    border-color: rgb(225, 225, 225);
    border-radius: 50%;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp .action-gal-btn:hover {
    background: rgb(250, 250, 250);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp .action-gal-btn i {
    position: relative;
    font-style: normal;
    text-align: center;
    color: rgb(100, 100, 100);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp .action-gal-btn i:after {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Material Design Icons';
    font-size: 1.25rem;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp .action-gal-btn i.icon-move:after {
    content: '\F01BE';
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp .action-gal-btn i.icon-recycle:after {
    content: '\F0A7A';
}

@media (max-width: 767px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp {
        flex-direction: column;
        align-items: flex-start;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-gallery .gallary-images-wp ul li .image-box-wp .actions-wp {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}

/* --------------------------------------------------- Video ---------------------------------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video .video-content-wp {
    padding: 15px 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video .video-content-wp .row {
    margin: 0;
    padding: 0;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-addon_video .video-content-wp .row .button_help {
    margin: 0;
    padding: 0;
    font-size: .90rem;
}

/*------------------------- Specialties --------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-openhouse_dates .openhouse-dates-wp .openhouse-dates-comment {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
    background: rgb(250, 250, 250);
    border-color: rgb(225, 225, 225);
    border-radius: .25rem;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-openhouse_dates .openhouse-dates-wp .openhouse-dates-comment:before,
.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-openhouse_dates .openhouse-dates-wp .openhouse-dates-comment:after {
    display: none;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-openhouse_dates .openhouse-dates-wp [id^='wpl_c_'] {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-openhouse_dates .openhouse-dates-wp [id^='wpl_c_'] input {
    height: 35px !important;
    margin: 0 0 5px;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .pwizard-section .prow.prow-openhouse_dates .openhouse-dates-wp [id^='wpl_c_'] img {
    width: 25px;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* --------------------------------------------------- Finilize ---------------------------------------------------*/

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container10000 {
    background: transparent;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: rgb(0, 0, 0, .75);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .finilize-icon {
    text-align: center;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .finilize-icon:before {
    content: '\F05E1';
    font-family: 'Material Design Icons';
    font-size: 9rem;
    line-height: 1;
    color: var(--Primary-Color);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .message-wp span {
    padding: 0 0 15px !important;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .finilize-btn-wp a {
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: var(--Primary-Color);
    font-weight: normal;
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .finilize-btn-wp a:hover {
    opacity: .90;
}

@media (max-width: 767px) {

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp {
        height: auto;
        flex-direction: column;
        padding: 0 0 15px;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .message-wp,
    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .finilize-icon {
        width: 100%;
        text-align: center;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .finilize-icon:before {
        font-size: 90rem;
    }

    .pwizard-wp.wpl-pwizard-horizontal .sidebar-wp .side-content-wp .wpl_slide_container .after-finilize-wp .finilize-btn-wp {
        line-height: 1.5;
    }
}


#wpl_listing_field_container3146,
#wpl_listing_field_container3125,
#wpl_listing_field_container402,
#wpl_listing_field_container403,
#wpl_listing_field_container402 label,
#wpl_listing_field_container403 label {
    margin: 0;
}

#wpl_listing_field_container3143 span span,
#wpl_listing_field_container3145 span span,
#wpl_listing_field_container3146 span span,
#wpl_listing_field_container3008 span span,
#wpl_listing_field_container3010 span span,
#wpl_listing_field_container3012 span span,
#wpl_listing_field_container3017 span span,
#wpl_listing_field_container3020 span span,
#wpl_listing_field_container3022 span span,
#wpl_listing_field_container3023 span span,
#wpl_listing_field_container3035 span span,
#wpl_listing_field_container3050 span span,
#wpl_listing_field_container3051 span span,
#wpl_listing_field_container3059 span span,
#wpl_listing_field_container3090 span span,
#wpl_listing_field_container3106 span span,
#wpl_listing_field_container3108 span span,
#wpl_listing_field_container3115 span span,
#wpl_listing_field_container3125 span span,
#wpl_listing_field_container400 span,
#wpl_listing_field_container401 span,
#wpl_listing_field_container402 span,
#wpl_listing_field_container403 span {
    display: none;
}

#wpl_listing_location_level_container41_4 {
    order: 1;
}

#wpl_listing_location_level_container41_2 {
    order: 2
}

#wpl_listing_location_level_container41_zips {
    order: 3;
}

#wpl_listing_location_level_container41_7 {
    order: 4;
}

#wpl_listing_location_level_container41_3 {
    order: 5;
}

#wpl_listing_location_level_container41_6 {
    order: 6;
}

#wpl_listing_location_level_container41_5 {
    order: 7;
}

#wpl_slide_container_id117 {
    padding: 45px 0 0;
    position: relative;
}

#wpl_listing_field_container300,
#wpl_listing_field_container567 {
    padding: 45px 15px 0;
    position: relative;
}

#wpl_listing_field_container3442,
#wpl_listing_field_container3439 {
    padding: 45px 0 0;
    position: relative;
}

#wpl_slide_container_id117:before {
    content: 'Add Room';
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
}

#wpl_listing_field_container300:before {
    content: 'Listing Gallery';
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
}

#wpl_listing_field_container567:before {
    content: 'Add Video';
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
}

#wpl_listing_field_container3442:before {
    content: 'Floor Plan';
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
}

#wpl_listing_field_container3439:before {
    content: 'Floor Plan';
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
}

#wpl_listing_field_container3439 #attaches {
    display: none;
}