/* ============================================
   Modal & Alert Styles
   Extracted from style.css
   ============================================ */

.modal-block-screen {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1550;
    display: none;
    cursor: default;
    background: rgba(0, 0, 0, 0.75)
}

.window-block-screen {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    z-index: 1150;
    display: none;
    cursor: default;
    background: #fff
}

.alertmask {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 2000;
    display: none;
    cursor: default
}

#alertbox {
    cursor: default;
    position: fixed;
    max-width: 90%;
    min-width: 300px;
    display: none;
    z-index: 2001;
    background: #FCFCFC;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 0 30px 1px #F0F0F0 inset;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    line-height: 28px
}

#alertbox .alert-box-title {
    padding: 20px;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px
}

#alertbox .alert-box-content {
    padding: 20px;
    text-align: center
}

#alertbox .alert-box-content .icon {
    font-size: 30px;
    vertical-align: bottom;
    margin-left: 5px
}

#alertbox .alertbox-footer {
    padding: 20px;
    text-align: center
}

#alertbox .alertbox-custom-footer {
    padding: 20px;
    text-align: center
}

#alertbox .alertbox-custom-footer div:last-child {
    margin-left: 10px
}

#alertbox .display-email-for-verification {
    padding-bottom: 20px;
    font-size: 22px;
    color: #333;
    text-align: center
}

#signup-login-modal select:focus {
    outline: 0;
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 #f4f4f4, 0 0 5px #7fb9f1;
    border-color: #0074e4
}

#signup-login-modal textarea {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: inset 0 2px 2px #f4f4f4, 0 0 0 #7fb9f1
}

#image-operations-modal h1 {
    line-height: 28px
}

.modal-wrapper .mask {
    background-color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 900;
    display: none;
    cursor: default;
    will-change: opacity
}

.modal-wrapper .mask-post-view {
    background-color: rgba(0, 0, 0, 0.25);
    will-change: opacity
}

.modal-wrapper .window {
    cursor: default;
    position: fixed;
    width: 50%;
    min-width: 310px;
    display: none;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow-x: hidden;
    transform: scale(1.1);
    opacity: 0;
    transform-origin: 50% 50% 0;
    transition: all .1s ease
}

.modal-wrapper .post-window {
    position: fixed;
    overflow-x: hidden;
    z-index: 999;
    width: 100%;
    height: 100%;
    transform: none !important;
    transform-origin: none !important;
    background: none !important
}

.modal-wrapper .post-window-content {
    max-width: 1026px;
    background-color: #fff;
    margin: 0 auto;
    height: 101%
}

.modal-wrapper .location-window {
    transition: all 0s ease !important
}

.modal-wrapper .window-edit-dialog {
    max-width: 600px
}

.modal-wrapper .window-edit-dialog .modal-buttons {
    margin-top: 60px
}

.modal-wrapper .window-edit-dialog .window-header {
    border-bottom: 1px solid #f1f1f1
}

.modal-wrapper .window-display {
    display: block;
    opacity: 1;
    transform: scale(1);
}

#resume-draft-modal.window-display {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%)
}

#report-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99998
}

#report-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2)
}

#report-modal.rpm-visible { display: block }

.rpm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #ebebeb
}

.rpm-title { font-size: 16px; font-weight: 600; margin: 0 }

.rpm-close { cursor: pointer; padding: 4px }

.rpm-body { padding: 24px }

.rpm-subtitle { margin: 0 0 20px; color: #717171; font-size: 14px }

.report-option {
    display: flex;
    align-items: flex-start;
    padding: 14px 16px;
    margin: 0 -16px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.15s
}

.report-option:hover { background: #f7f7f7 }

.report-option input[type="radio"] { display: none }

.report-option-radio {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    margin-right: 14px;
    margin-top: 1px;
    transition: all 0.15s;
    position: relative
}

.report-option input:checked + .report-option-radio {
    border-color: #48bf53;
    background: #48bf53
}

.report-option input:checked + .report-option-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%
}

.report-option-text {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #222;
    line-height: 1.4
}

.report-option-text small {
    font-size: 13px;
    color: #717171;
    margin-top: 2px
}

#report-description {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #b0b0b0;
    border-radius: 8px;
    resize: vertical;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    margin: 8px 0 16px;
    transition: border-color 0.15s;
    min-height: 80px
}

#report-description:focus {
    outline: none;
    border-color: #222
}

.modal-wrapper h2 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    letter-spacing: -1px
}

.modal-wrapper .window-header {
    padding: 20px;
    padding-right: 45px
}

.modal-wrapper .window-content {
    padding: 20px;
    white-space: normal
}

.modal-wrapper .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 6px
}

.modal-wrapper .post-modal-header-wrapper UL LI:hover {
    color: #d00f10
}

.modal-wrapper .close-modal:active {
    color: #a00c0c
}

.modal-wrapper .form-inline-half {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center
}

.modal-wrapper .form-inline-onethird {
    width: 33%;
    display: inline-block;
    padding-right: 1.7%
}

.modal-wrapper .form-full-line {
    width: 100%;
    box-sizing: border-box
}

.modal-wrapper .form-field {
    margin-bottom: 15px;
    position: relative
}

.modal-wrapper .form-field input {
    font-weight: 400;
    font-size: 15px
}

.modal-wrapper .form-full-line-dummy-break-evenodd {
    width: 0%;
    margin-bottom: 0
}

.modal-wrapper .vertical-spacer-small {
    margin-bottom: 5px !important
}

.modal-wrapper .window-footer {
    padding: 0px 20px 20px;
    text-align: right
}

.modal-wrapper .validation {
    margin: 6px 0 0 0;
    line-height: 18px;
    display: flex;
    background: #fff;
    border: 1px solid #dd6363;
    color: #dd6363;
    padding: 10px;
    border-radius: 5px
}

.modal-wrapper .validation .icon {
    margin-right: 8px
}

.modal-wrapper .form-shorter {
    width: 40%
}

.modal-wrapper .form-block {
    display: block
}

.modal-wrapper select {
    box-sizing: border-box;
    height: 38px;
    width: 100%
}

.modal-wrapper .mdl-checkbox__label {
    cursor: pointer;
    font-size: 14px;
    line-height: 22px
}

.modal-z-mask-adust {
    z-index: 1250 !important
}

.modal-z-window-adjust {
    z-index: 1500 !important
}

#signup-login-modal {
    border-radius: 5px;
    max-height: 95%;
    font-size: 15px
}

#signup-login-modal .btn-normal {
    padding: 12px 24px !important
}

#signup-login-modal input {
    height: 38px !important;
    max-width: 100% !important;
    padding: 0px 5px 0px 37px
}

#signup-login-modal .icon {
    top: -2px;
    position: relative
}

#signup-login-modal a {
    color: #3d8901 !important
}

#signup-login-modal a:hover {
    text-decoration: underline
}

#signup-login-modal a:active {
    color: #265601 !important
}

#signup-login-modal .window-header {
    padding-bottom: 10px
}

#signup-login-modal h2 {
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    color: #484848;
    font-size: 28px
}

#signup-login-modal h3 {
    margin-top: 0;
    font-weight: 600
}

#signup-login-modal .login-register-tab-switch {
    margin: 20px 0px 0px 0px;
    border-bottom: 1px solid #e0e0e0
}

#signup-login-modal .login-register-tab-switch div {
    display: inline-block;
    font-size: 19px;
    margin-right: 20px;
    padding-bottom: 10px;
    cursor: pointer
}

#signup-login-modal .login-register-tab-switch div:hover {
    color: #d00f10
}

#signup-login-modal .login-register-tab-switch .selected {
    border-bottom: 2px solid #d00f10;
    color: #d00f10
}

#signup-login-modal .login-register-social-media img:hover {
    opacity: .8
}

#signup-login-modal .modal-checkbox {
    padding-top: 15px;
    margin-bottom: 20px
}

#signup-login-modal .custom-dropdown-container {
    width: 100%;
    max-width: 100%
}

#signup-login-modal .custom-dropdown-container .icon-menu-arrow-down {
    right: 26px
}

#signup-login-modal .custom-dropdown-container .custom-option {
    min-width: 100%
}

#signup-login-modal .custom-dropdown-container .custom-option li:hover {
    cursor: pointer
}

#signup-login-modal .dropdown-menu {
    min-width: 100%;
    padding: 10px
}

#signup-login-modal #professional-info-container input {
    padding: 0 10px
}

#signup-login-modal .custom-phone-input {
    padding: 0 37px !important;
    padding-left: 92px !important;
    padding-right: 5px !important
}

#signup-login-modal .selected-dial-code {
    padding-left: 9px !important
}


#image-operations-modal {
    max-width: 450px;
    overflow: hidden
}

#image-operations-modal .modal-buttons {
    padding: 15px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

#image-operations-modal .image-edit-container-modal {
    max-width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column
}

#image-operations-modal .image-edit-container-modal #image-enhancer-preview {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

#image-operations-modal .image-edit-container-modal #image-enhancer-preview img {
    transition: all .3s ease-in-out 0s;
    max-width: 320px;
    max-height: 320px;
    height: auto;
    width: auto
}

#image-operations-modal .image-edit-container-modal #image-enhancer-preview:after {
    content: "";
    float: left;
    margin-top: 100%
}

#signup-login-modal {
    max-width: 480px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.222);
    will-change: transform, opacity
}

#view-post-modal .regular-page-wrapper {
    margin-top: 60px
}

#view-post-modal #view-post-header-bar {
    max-width: 1026px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #d4e4e9;
    height: 50px;
    box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.5);
    -web-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.5);
    text-transform: uppercase;
    line-height: 50px
}

#view-post-modal .post-modal-header-wrapper {
    display: flex;
    flex-direction: row
}

#view-post-modal .post-modal-header-wrapper UL {
    margin: 0;
    padding: 0
}

#view-post-modal .post-modal-header-wrapper UL LI {
    display: inline-block;
    border-right: 1px solid #fff !important;
    padding: 0 10px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 -4px 0 0
}

#view-post-modal .post-modal-header-wrapper UL LI a {
    font-weight: 700;
    padding: 15px;
    outline: 0
}

#view-post-modal #open-modal-post-full {
    padding: 0 !important
}

#view-post-modal .post-modal-header-wrapper UL LI a:hover {
    color: #484848
}

#view-post-modal .post-modal-header-wrapper UL LI:hover {
    background-color: #c3d9e0;
    cursor: pointer;
    color: #484848
}

#view-post-modal .post-modal-header-wrapper UL LI:active {
    background-color: #b2cfd8;
    cursor: pointer;
    color: #484848
}

#view-post-modal .header-flex-left UL LI:first-child {
    background-color: #d00f10;
    color: #fff
}

#view-post-modal .header-flex-left UL LI:first-child:hover {
    box-shadow: inset 3px 3px 37px -9px rgba(0, 0, 0, 0.75)
}

#view-post-modal .header-flex-left UL LI:first-child:active {
    background-color: #a00c0c
}

#view-post-modal .header-flex-left {
    flex: 30% !important
}

#view-post-modal .header-flex-right UL LI:last-child {
    border-right: none !important;
    margin: 0
}

#view-post-modal .header-flex-right UL LI:first-child {
    border-left: 1px solid #fff
}

#view-post-modal .header-flex-right {
    justify-content: flex-end
}

#view-post-modal .header-flex-left svg {
    display: inline;
    margin-right: 6px !important;
    margin-top: -4px
}

#view-post-modal .close-modal {
    cursor: pointer;
    padding: 6px;
    position: relative;
    right: unset;
    top: unset
}

#view-post-modal .post-modal-header-item {
    vertical-align: middle;
    margin: 15px
}

#view-post-modal #contact-post {
    display: none
}

#view-location-modal {
    position: fixed;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    transform: none !important;
    transform-origin: none !important;
    background: none !important
}

#view-location-modal .icon {
    font-size: 14px
}

#view-location-modal .location-window-content {
    max-width: 1008px;
    background-color: #fff;
    margin: auto;
    height: 101%
}

#view-location-modal .page-content {
    display: flex;
    flex: 1 1 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 15px;
    padding-top: 100px !important;
    padding-bottom: 80px !important;
    height: auto;
    background: #fff;
    min-height: 600px
}

#view-location-modal .content-left-wrapper {
    flex: 1 0 0px;
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px
}

#view-location-modal .content-right-wrapper {
    margin-left: 10px;
    width: 300px;
    display: block
}

#view-location-modal #view-location-header-bar {
    max-width: 1008px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transform: translateZ(0);
    background-color: #d4e4e9;
    height: 50px;
    box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.5);
    -web-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.5);
    text-transform: uppercase;
    line-height: 50px
}

#view-location-modal .location-modal-header-wrapper {
    display: flex;
    flex-direction: row
}

#view-location-modal .location-data {
    line-height: auto;
    margin-bottom: 10px
}

#view-location-modal .building-type-data {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 6px
}

#view-location-modal .address-street-data {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -1px;
    line-height: 32px
}

#view-location-modal .address-city-data {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px
}

#view-location-modal .address-year-data {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 30px
}

#view-location-modal .unit-sections-tabs {
    font-size: 14px;
    padding: 10px 10px 0px 0px;
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #ccc
}

#view-location-modal .unit-sections-tabs .property-info-rent {
    position: relative;
    top: 1px;
    padding-bottom: 10px;
    margin-right: 20px
}

#view-location-modal .unit-sections-tabs .property-info-rent:hover .unit-type {
    color: #0074e4
}

#view-location-modal .unit-sections-tabs .property-info-selected {
    border-bottom: 2px solid #0074e4
}

#view-location-modal .unit-sections-tabs .property-info-selected .unit-type {
    color: #0074e4
}

#view-location-modal .unit-sections-tabs .unit-tab {
    padding: 10px 0;
    font-size: 15px;
    cursor: pointer
}

#view-location-modal .unit-sections-tabs .unit-badge-rent {
    padding: 2px 8px;
    margin-right: 8px;
    color: #fff;
    border-radius: 3px
}

#view-location-modal .unit-sections-tabs .unit-badge-sale {
    background-color: #f93944
}

#view-location-modal .unit-sections-tabs .unit-badge-rent {
    background-color: #0089ff
}

#view-location-modal #location-modal-content-inject {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0
}

#view-location-modal #location-modal-content-inject LI {
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    padding: 5px 20px 5px 10px;
    font-size: 16px;
    color: #333;
    font-weight: 600
}

#view-location-modal #location-modal-content-inject LI:hover {
    background: #6bacc1;
    color: #fff !important
}

#view-location-modal #location-modal-content-inject LI:hover .fav-star {
    color: #fff
}

#view-location-modal #location-modal-content-inject LI:hover .modal-line-pricebox {
    color: #fff !important
}

#view-location-modal #location-modal-content-inject LI:active {
    background: #4a97af;
    color: #fff
}

#view-location-modal #location-modal-content-inject LI:active .fav-star {
    color: #fff
}

#view-location-modal #location-modal-content-inject LI:active .modal-line-pricebox {
    color: #fff !important
}

#view-location-modal #location-modal-content-inject LI:first-child {
    border-top: 1px solid #ddd
}

#view-location-modal .modal-property-list-line .map-img {
    height: 60px;
    width: 80px;
    image-rendering: auto
}

#view-location-modal .modal-line-img {
    max-width: 80px;
    width: 80px
}

#view-location-modal .modal-line-pricebox {
    color: #0074e4;
    width: 27%;
    margin-left: 20px
}

#view-location-modal .modal-line-infobox {
    width: 53%;
    margin-left: 10px
}

#view-location-modal .modal-line-aptno {
    width: 15%;
    text-transform: lowercase;
    margin-left: 10px
}

#view-location-modal .modal-line-visited {
    font-weight: 400 !important;
    background: #f5f5f5
}

#view-location-modal .modal-line-last-visited {
    background: #4a97af;
    color: #fff !important;
    font-weight: 600
}

#view-location-modal .modal-line-last-visited .fav-star {
    color: #fff
}

#view-location-modal .modal-line-last-visited .modal-line-pricebox {
    color: #fff !important
}

#view-location-modal .fav-star {
    margin-right: 10px;
    color: #555
}

#view-location-modal .modal-line-save-hide-icon {
    background-image: url(../../img/favorites_Sprite_new.png);
    width: 30px;
    height: 24px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 10px;
    background-size: 72px 72px
}

#view-location-modal .modal-line-save-hide-icon.item-favorited {
    background-position: 48px 0px !important
}

#view-location-modal .location-modal-header-wrapper UL {
    margin: 0;
    padding: 0
}

#view-location-modal .location-modal-header-wrapper UL LI {
    display: inline-block;
    border-right: 1px solid #fff !important;
    padding: 0 10px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 -4px 0 0
}

#view-location-modal .location-modal-header-wrapper UL LI a {
    font-weight: 700;
    padding: 15px;
    margin: 0 -10px
}

#view-location-modal .location-modal-header-wrapper UL LI a:hover {
    color: #484848
}

#view-location-modal .location-modal-header-wrapper UL LI:hover {
    background-color: #c3d9e0 !important;
    cursor: pointer
}

#view-location-modal .header-flex-right UL LI:last-child {
    border-right: none !important;
    margin: 0
}

#view-location-modal .header-flex-right UL LI:first-child {
    border-left: 1px solid #fff
}

#view-location-modal .header-flex-left {
    flex: 30% !important
}

#view-location-modal .header-flex-left svg {
    display: inline;
    margin-right: 6px !important;
    margin-top: -4px
}

#view-location-modal .header-flex-right {
    justify-content: flex-end
}

#view-location-modal .close-modal {
    cursor: pointer;
    padding: 6px;
    position: relative;
    right: unset;
    top: unset
}

#view-location-modal .location-modal-header-item {
    vertical-align: middle;
    margin: 15px
}

#address-problem-modal {
    max-width: 480px;
    height: auto
}

#address-problem-modal .window-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 0px 20px !important
}

#address-problem-modal .option-q {
    padding: 40px 0px;
    width: 100%;
    display: flex;
    flex-direction: column
}

#address-problem-modal .option-q ul {
    margin-bottom: 35px
}

#address-problem-modal .option-q ul li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 8px
}

#address-problem-modal .option-q-desc {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    letter-spacing: -1px
}

#address-problem-modal .btn-normal {
    min-width: 65%;
    align-self: center;
    font-size: 18px
}

#view-add-image-modal {
    width: 320px
}

#view-add-image-modal #add-image-main-container {
    width: 270px;
    height: 330px
}

#view-add-image-modal .actions {
    margin-bottom: 5px
}

#view-add-image-modal .window-content {
    padding-top: 0 !important
}

.window-slides-header {
    width: 100%;
    z-index: 3;
    position: absolute;
    padding: 15px
}

#image-sliders-map-modal {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

#image-sliders-map-modal {
    text-align: center
}

.window-image-slider {
    cursor: default;
    position: fixed;
    min-width: 340px;
    display: none;
    z-index: 1200;
    background-color: transparent;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;
    transform-origin: 50% 50% 0;
    transition: all .1s ease
}

.window-image-slider .view-image-container {
    display: flex;
    align-items: center;
    height: 100%
}

.window-image-slider .image-view-title {
    text-align: left;
    align-self: center
}

.window-image-slider .image-view-title .title {
    line-height: 18px;
    color: #fff;
    font-size: 17px
}

.window-image-slider .view-image-map-container {
    display: block;
    width: calc(100% - 24%);
    height: calc(100% - 24%);
    margin: 0 auto;
    padding-top: 3%
}

.window-image-slider .view-image-map-container #view-image-map-inject-container {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px
}

.window-image-slider .window-title {
    display: flex
}

.window-image-slider .window-title>div {
    width: 50%
}

.window-image-slider .image-view-buttons {
    line-height: initial;
    text-align: right
}

.window-image-slider .image-view-buttons>div {
    display: inline-block
}

.mask-image-slider {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1150;
    display: none;
    cursor: default;
    overflow-y: hidden
}

.close-image-modal {
    cursor: pointer;
    padding: 6px
}

.window-image-slider .btn-move-img {
    top: 0 !important
}

.window-image-slider .image-view-buttons>div {
    display: inline-flex;
    align-items: center
}

.cfm-body .contact-form-wrapper {
    display: block !important;
    border: none !important;
    box-shadow: none !important;
    border-top: none !important;
    margin-top: 0 !important;
    width: 100% !important;
    flex: none !important;
    background: transparent !important
}

#contact-form-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99998
}

#contact-form-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 480px;
    max-height: 90%;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

#contact-form-modal.cfm-visible {
    display: block
}

#report-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99998
}

#report-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 480px;
    max-height: 90%;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2)
}

#report-modal.rfm-visible {
    display: block
}

.rfm-header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 2;
    padding: 0 16px
}

.rfm-title { font-size: 16px; font-weight: 600; flex: 1 }

.rfm-close { cursor: pointer; padding: 8px; margin-left: 8px }

.rfm-body { padding: 24px }

body.noscroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%
}

.cfm-header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 2;
    padding: 0 16px
}

.cfm-close {
    position: absolute;
    right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #222;
    border-radius: 50%;
    padding: 6px
}

.cfm-close:hover {
    background: #f7f7f7
}

.cfm-title {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    letter-spacing: .2px
}

.cfm-body {
    padding: 24px 20px 40px
}

.cfm-body .contact-form-content {
    padding: 0 !important
}

.cfm-body .contact-form ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.cfm-body .contact-form ul li {
    margin-bottom: 16px !important;
    position: relative
}

.cfm-body .contact-form ul li:first-child {
    margin-top: 4px !important
}

.cfm-body .contact-form .icon {
    position: absolute !important;
    left: 0;
    top: 0;
    margin-left: 14px !important;
    margin-top: 14px !important;
    display: inline-block !important;
    color: #717171;
    z-index: 1;
    font-size: 20px
}

.cfm-body .contact-form select {
    width: 100% !important;
    height: 48px !important;
    padding: 12px 14px 12px 42px !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #fff;
    box-sizing: border-box
}

.cfm-body .contact-form textarea {
    width: 100% !important;
    height: 120px !important;
    padding: 12px 14px !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #fff;
    box-sizing: border-box;
    resize: vertical;
    line-height: 1.5
}

.cfm-body .contact-form select:focus {
    border-color: #222 !important;
    outline: none;
    box-shadow: 0 0 0 1px #222
}

.cfm-body .contact-form .btn-normal {
    width: 100%;
    height: 48px;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cfm-body .select_contact_container {
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px
}

.cfm-body .select_contact_container ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.cfm-body .select_contact_container ul li {
    display: flex !important;
    align-items: center;
    margin-bottom: 0 !important;
    gap: 12px
}

.cfm-body .select_contact_container .icon-account {
    position: static !important;
    margin: 0 !important;
    font-size: 42px !important;
    color: #999;
    flex-shrink: 0
}

.cfm-body .select_contact_container .group_profile_logo {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden
}

.cfm-body .select_contact_container .group_profile_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cfm-body .select_contact_container .select_contact {
    font-size: 16px !important;
    line-height: 22px !important
}

.cfm-body .select_contact_container .select_contact_owner {
    display: block;
    font-weight: 600;
    color: #222
}

.cfm-body .select_contact_container .select_contact_phone {
    display: block;
    font-size: 16px;
    color: #717171
}

.cfm-body .contact-form-wrapper p {
    font-size: 12px;
    color: #717171;
    margin-top: 12px;
    line-height: 1.5
}

.cfm-body #phone-input-wrapper .intl-tel-input {
    width: 100%
}

#contact-form-modal #phone-input-wrapper .intl-tel-input {
    width: 100%
}

.custom-phone-input::placeholder {
    color: #ccc !important
}

.custom-phone-input::-webkit-input-placeholder {
    color: #ccc !important
}

.custom-phone-input::-moz-placeholder {
    color: #ccc !important
}

.modal-wrapper .form-full-line .intl-tel-input {
    width: 100%
}

.cfm-hidden {
    display: none !important
}

.modal-wrapper select{
    height: 48px !important;
    padding: 12px 14px !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #fff;
    box-sizing: border-box
}

.modal-wrapper textarea{
    padding: 12px 14px !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #fff;
    box-sizing: border-box;
    resize: vertical;
    line-height: 1.5
}

.modal-wrapper textarea:focus{
    border-color: #222 !important;
    outline: none;
    box-shadow: 0 0 0 1px #222
}

.modal-wrapper .btn-red{
    height: 48px;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-wrapper .input-overlay-symbol-text_left{
    top: 14px !important
}

#signup-login-modal input[type="password"] {
    height: 48px !important;
    padding: 12px 14px 12px 42px !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #fff;
    box-sizing: border-box
}

#signup-login-modal input:focus {
    border-color: #222 !important;
    outline: none;
    box-shadow: 0 0 0 1px #222
}

#signup-login-modal .input-overlay-symbol-text_left {
    top: 14px !important
}

#signup-login-modal .btn-sign-in {
    height: 48px;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}
