.logo {
    width: 50px;
    height: auto;
}

.login-logo {
    width: 35%;
    height: auto;
}

.initials-profile {
    background: #990097;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6px;
    margin-top: 7px;
}

.post-preview-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.no-main-image-wrapper {
    cursor: pointer;
    width: 100%;
    height: 400px;
    color: #ccc;
    border: 3px dashed #ccc;
    border-radius: 5px;
    transition: all 0.25s ease;
}
.main-image-wrapper {
    cursor: pointer;
    width: 100%;
    height: 400px;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    overflow: hidden;
    transition: all 0.25s ease;
}

.main-image-wrapper:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.main-image-wrapper img {
    width: 100%;
    height: auto;
}

.no-main-image-wrapper:hover {
    color: #990097;
    border: 3px dashed #990097;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.main-image-preview {
    width: 100%;
    height: auto;
}

.add-gallery-image {
    cursor: pointer;
    width: 100%;
    height: 100px;
    color: #ccc;
    border: 3px dashed #ccc;
    border-radius: 5px;
    transition: all 0.25s ease;
}

.add-gallery-image:hover {
    color: #990097;
    border: 3px dashed #990097;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.gallery-image-wrapper {
    cursor: pointer;
    width: 100%;
    height: 100px;
    color: #ccc;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.gallery-image-wrapper:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.gallery-image-wrapper img {
    width: 100%;
    height: auto;
}

/** Property Card */
.property-card {
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.property-card:hover {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.property-card img {
    border-radius: 10px 10px 0 0;
}

.property-card .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.status-tag {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 0 5px;
    min-width: 100px;
}
.property-card-property-type p,
.property-card-title,
.property-card-attributes,
.property-card-footer,
.property-card-footer h5 {
    font-size: 0.8em;
}

.property-for-sale {
    background: rgba(56, 193, 113, 1);
    background: -moz-linear-gradient(
        left,
        rgba(56, 193, 113, 1) 0%,
        rgba(32, 138, 76, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(56, 193, 113, 1)),
        color-stop(100%, rgba(32, 138, 76, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(56, 193, 113, 1) 0%,
        rgba(32, 138, 76, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(56, 193, 113, 1) 0%,
        rgba(32, 138, 76, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(56, 193, 113, 1) 0%,
        rgba(32, 138, 76, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(56, 193, 113, 1) 0%,
        rgba(32, 138, 76, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38c171', endColorstr='#208a4c', GradientType=1 );
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(56, 193, 113, 0.3) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(56, 193, 113, 0.3) !important;
}

.property-just-reduced {
    background: rgba(52, 144, 220, 1);
    background: -moz-linear-gradient(
        left,
        rgba(52, 144, 220, 1) 0%,
        rgba(18, 88, 163, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(52, 144, 220, 1)),
        color-stop(100%, rgba(18, 88, 163, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(52, 144, 220, 1) 0%,
        rgba(18, 88, 163, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(52, 144, 220, 1) 0%,
        rgba(18, 88, 163, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(52, 144, 220, 1) 0%,
        rgba(18, 88, 163, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(52, 144, 220, 1) 0%,
        rgba(18, 88, 163, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3490dc', endColorstr='#1258a3', GradientType=1 );
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(52, 144, 220, 0.3) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(52, 144, 220, 0.3) !important;
}

.property-sale-in-progress {
    background: rgba(246, 154, 63, 1);
    background: -moz-linear-gradient(
        left,
        rgba(246, 154, 63, 1) 0%,
        rgba(196, 96, 2, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(246, 154, 63, 1)),
        color-stop(100%, rgba(196, 96, 2, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(246, 154, 63, 1) 0%,
        rgba(196, 96, 2, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(246, 154, 63, 1) 0%,
        rgba(196, 96, 2, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(246, 154, 63, 1) 0%,
        rgba(196, 96, 2, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(246, 154, 63, 1) 0%,
        rgba(196, 96, 2, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69a3f', endColorstr='#c46002', GradientType=1 );
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(246, 154, 63, 0.3) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(246, 154, 63, 0.3) !important;
}

.property-new {
    background: rgba(153, 0, 151, 1);
    background: -moz-linear-gradient(
        left,
        rgba(153, 0, 151, 1) 0%,
        rgba(39, 1, 117, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(153, 0, 151, 1)),
        color-stop(100%, rgba(39, 1, 117, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(153, 0, 151, 1) 0%,
        rgba(39, 1, 117, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(153, 0, 151, 1) 0%,
        rgba(39, 1, 117, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(153, 0, 151, 1) 0%,
        rgba(39, 1, 117, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(153, 0, 151, 1) 0%,
        rgba(39, 1, 117, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990097', endColorstr='#270175', GradientType=1 );
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(153, 0, 151, 0.3) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(153, 0, 151, 0.3) !important;
}

.profile-pic {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1280px) {
    .login-logo {
        width: 60%;
    }
    .property-card .card-img-top {
        height: 20vw;
    }
}

@media only screen and (max-width: 991px) {
    .property-card .card-img-top {
        height: 25vw !important;
    }
}

@media only screen and (max-width: 767px) {
    .property-card .card-img-top {
        height: 35vw !important;
    }
}
