﻿#email-confirmation-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background-color: white
}

#email-confirmaiton-body {
    border-style: solid;
    background-color: #a8ffab;
    padding: 10px;
}

.checkBox-style {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
}

.error {
    color: #dc3545 !important;
}

.input-text {
    color: black !important;
}

.non-image-profile {
    padding: 30px;
    font-size: 100px;
    background-color: #ffba0c;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;

    font-weight: bold;
    text-transform: uppercase;
}

.dim-image {
    opacity: 1;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.pac-container {
    z-index: 10000 !important;
}
.profile-container:hover .dim-image {
    opacity: 0.5;
}

.profile-container:hover .edit-profile-image a {
    opacity: 1;
}

.change-cover {
    color: black;
    position: absolute;
    top: 6px;
    right: 10px;
    opacity: 0.5;
}

    .change-cover:hover {
        opacity: 1;
        font-size: 20px
    }


.change-profile {
    color: black;
    position: relative;
    top: 182px;
    /* right: 0px; */
    left: 65px;
    opacity: 0.3;
}

#uploadProfile, #uploadCover {
    display: none
}

.change-profile:hover {
    opacity: 1;
    /*font-size: 20px*/
}

.edit-profile-image a {
    width: 100px;
    padding: 8px 15px;
    text-align: center;
    color: white;
    border: solid 2px #ba4f2f;
    z-index: 1;
    position: absolute;
    top: 165px;
    left: 133px;
    font-weight: bold;
    opacity: 0;
    background: black
}

.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC !important;
    border: 1px solid #CD0A0A !important;
}

form label {
    font-weight: 500 !important;
}

.text-danger {
     font-size: small !important
}
.error-page-content {

    margin-top: 100px;
    
}

.error-page-code {
    font-size: 70px;
    color: white;
    font-style: italic;
}

.error-page-code-content {
    font-size: 26px;
    font-family: serif;
    color: crimson;
}

.error-page-code-button {
    border-color: white;
    background: transparent;
    color: white;
}

a:hover {
    cursor:pointer;
}

.popover-body {
    font-size: small;
    font-style: italic;
    border: solid lightgray;
}

#mapSearchContainer {
    position: fixed;
    top: 20px;
    right: 40px;
    height: 30px;
    width: 180px;
    z-index: 110;
    font-size: 10pt;
    color: #5d5d5d;
    border: solid 1px #bbb;
    background-color: #f8f8f8;
}

.map-pointer {
    position: absolute;
    top: 86px;
    left: 60px;
    z-index: 99999;
}


.property-box .grid-property-img img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}
.property-box-5 .property-list-img img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}
@media screen and (max-width: 3840px) {
    
    .lSSlideOuter .lSPager.lSGallery img {
        height: 115px !important;
        width: 150px !important;
    }
}
@media screen and (max-width: 760px) {

    .lSSlideOuter .lSPager.lSGallery img {
        height: 90px !important;
        width: 150px !important;
    }
}

@media screen and (max-width: 480px) {
    
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px !important;
        width: 150px !important;
    }
}


.modal-left-content img {

    height: 280px;
}

img.mfp-img {
    width: 900px !important;
    height: 600px !important;

}
.search-box-height{
    height:48px
}


.lSAction > .lSPrev {
    border-radius: 85%;
    width: 32px;
    height: 32px;
    background-color: black;
}
.lSAction > .lSNext {
    border-radius: 85%;
    width: 32px;
    height: 32px;
    background-color: black;
}



/*Css checkbox*/
.checkbox-themee input[type=checkbox]:checked + input[type="hidden"] + label:after,
.checkbox-themee input[type=checkbox]:checked + label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    color:white !important
}

.checkbox-themee input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-themee input[type="checkbox"]:checked + label::before,
.checkbox-themee input[type="radio"]:checked + label::before {
    background-color: #bf1d1d;
    border-color: #bf1d1d;
}

.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

#content-wrapper {
    padding:0
}



.lslide {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.sliderImage {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-height: 100%;
}

.lSSlideWrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

#imageGallery li {
    height: 500px;
    position: relative;
}
ul#imageGallery {
    height: auto !important;
}
.lSSlideWrapper {
    width: 100%;
}
.phone-error {
    background: #FEF1EC !important;
    border: 1px solid #CD0A0A !important;
}

.light-box-menu-color{
    background-color:whitesmoke
}

.height-190 {
    height: 190px !important;
}

.height-170 {
    height: 150px !important;
}

.pricing.featured .listing-badges .selected {
    background: green;
}

.pricing.featured .listing-badges .selected {
    right: -100px;
    float: left;
    transform: rotate(-315deg);
    /* left: 96px; */
    top: 20px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    padding: 7px 11px;
    font-weight: 500;
    color: #fff;
}
.ui-sortable-handle:hover {
    cursor:all-scroll
}

.search-button_new {
    cursor: pointer;
    padding: 11px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .multiselect-container .input-group {
        margin: 5px
    }

    .multiselect-container > li {
        padding: 0
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer
        }

        .multiselect-container > li > a {
            padding: 0
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px
            }

                .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.multiselect-item .filter {
    margin: 0 !important
}
.multiselect-container .dropdown-menu .show {
    transform: translate3d(0px, -0px, 0px) !important;
}

.mosaic-mb {
    margin-bottom: 25px; 
}

.incomplete-location {
    font-weight: bold !important;
    font-size: 12px
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.carousel-control-prev  {
    visibility: hidden;
}

.carousel:hover .carousel-control-prev  {
    visibility: visible;
}

.carousel-control-next {
    visibility: hidden;
}

.carousel:hover .carousel-control-next {
    visibility: visible;
}

.adjust-box {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}

.adjust-box-parent {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Roboto',sans-serif;
    height: 190px
}

.object-fit {
    object-fit: cover
}