html {
    font-size: 14px;
}
body {
    padding-top: 0;
    background-color: #F6F5F7;
}
.text-link:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: var(--color-blue-600) !important;
}
.text-link-body:hover {
    color: var(--color-red-500) !important;
    text-decoration: underline;
    text-underline-position: under;
}
#breadcrumb a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.post__thumb {
    width: 200px;
    height: 200px;
}
.post__thumb.grid {
    width: 100%;
    height: 160px;
}
.post__thumb__vip {
    width: 100%;
    height: 240px;
}

.post__thumb__vip img {
    border-radius: 0;
    float: left;
}

.post__thumb__vip .img__1 {
    width: 100%;
    height: 70%;
    border-bottom: 3px solid #fff;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}

.post__thumb__vip .img__2 {
    width: 33%;
    height: 30%;
    border-right: 3px solid #fff;
    border-bottom-left-radius: 0.4rem;
}

.post__thumb__vip .img__3 {
    width: 34%;
    height: 30%;
    border-right: 3px solid #fff;
}

.post__thumb__vip .img__4 {
    width: 33%;
    height: 30%;
    border-right: 0;
    border-bottom-right-radius: 0.4rem;
}
.btn__post__save:hover {
    color: var(--color-red) !important;
}
.post__photos {
    height: auto;
}

.post__photos .carousel-inner {
    height: 360px;
}

.carousel.photos .carousel-indicators [data-bs-target] {
    width: auto !important;
    height: auto !important;
    pointer-events: initial !important;
    text-indent: initial !important;
    opacity: 0.8;
    border: 2px solid #fff;
    margin: 1px;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
}

.carousel.photos .carousel-indicators .active {
    border-color: var(--color-red) !important;
    opacity: 1;
}

/* .carousel.photos .carousel-control-next,
.carousel.photos .carousel-control-prev {
    margin-top: -84px;
}

.post__photos .carousel.photos .carousel-control-next,
.post__photos .carousel.photos .carousel-control-prev {
    width: 60px;
    height: 200px;
    top: 0;
    margin-top: 70px;
    opacity: 1;
} */
.social__media__thumb {
    width: 100%;
    height: 160px;
}
#offcanvasDashboardFilter,
#offcanvasDirection,
#offcanvasBathroom,
#offcanvasBedroom,
#offcanvasAcreage,
#offcanvasPrice,
#offcanvasProject,
#offcanvasLocation,
#offcanvasDistrict,
#offcanvasWard {
    max-width: 600px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    overflow: hidden;
    --bs-offcanvas-height: 80%;
}
@media (min-width: 1200px) {
    
    .container {
        width: 1040px;
    }

}
@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%;
    }
}