@import "reset.css";
@import "text.css";
* {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #383838;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    position: relative;
    overflow-x: hidden;
}

@media (orientation: landscape) and (min-width: 600px) and (max-width: 1024px) {
  .py-100{
    max-width: 768px;
    margin: 60px auto !important;
  }
  
    .list-view > a{
        border: none !important;
    }
}

@media only screen and (max-width: 320px) {
    body {
        font-size-adjust: 14px;
    }
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

a {
    color: #383838;
}

a:hover {
    color: #383838;
}

small {
    font-size: 11px;
}
#sign_up,
#sign_in {
    color: #2c7eef;
    font-size: 14px;
}
.sign-up-text a {
    color: #2c7eef;
    font-size: 14px;
}
.already__have__an__account {
    font-size: 14px;
    text-align: center;
    display: block;
}
/* `Misc Classes
----------------------------------------------------------------------------------------------------*/

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

.data,
.data th,
.data td {
    border-style: solid;
    border-color: #ddd;
}

.data {
    border-width: 0 1px 1px;
    width: 100%;
}

.data caption {
    padding: 0 10px 5px;
    text-transform: uppercase;
}

.data th,
.data td {
    border-top-width: 1px;
    padding: 5px 10px;
}

.data th {
    white-space: nowrap;
}

.data thead th {
    background: #eee;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
}

.data tbody th {
    width: 1px;
}

.data tr th:first-child {
    text-align: right;
}

/* `Code
----------------------------------------------------------------------------------------------------*/

pre,
code {
    font-size: 12px;
    font-family: Menlo, Courier, monospace;
}

pre,
.notice {
    background: #ffe;
    border: 1px solid;
    border-color: #eed #ccb #bba #ddc;
    overflow: auto;
    padding: 10px 0 10px 10px;
}

* html pre {
    overflow: hidden;
    width: 97%;
}

code {
    background: #ff9;
    padding: 0 2px;
}

/*Custom styles*/

.custom_font {
    font-weight: bold;
    color: #5a5a5a;
}

/*For typography*/

@font-face {
    font-family: "Gotham";
    src: url("/assets/fonts/Gotham-Bold.otf");
    /* IE9 Compat Modes */
}

#app {
    position: relative;
}

/*Home*/

.home__header {
    position: relative;
}

.home__header--image {
    position: relative;
}

.home__header--image img {
    width: 100%;
}

.home__header--quote {
    font-weight: bold;
    width: 50%;
    color: #383838;
    padding-top: 50px;
    font-size: 30px;
    -webkit-transform: translate(50%, 10px);
    transform: translate(50%, 10px);
    position: absolute;
}

.testimonial__title {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    color: #383838;
    font-size: 30px;
    font-weight: bold;
}

.testimony {
    padding: 20px;
    width: 300px;
    height: 225px;
    box-shadow: 0 2px 3px #a09797;
    border-top: 3px solid #383838;
}

.search__form {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 20%;
    padding-top: 20px;
    width: 42%;
}

.btn_search {
    width: 100%;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #383838;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*Notification*/

.error {
    color: #d8000c !important;
    display: none;
    background-color: #ffbaba;
    padding: 4px;
    margin: 10px 0;
    border-radius: 3px 3px 3px 3px;
    font-family: "PT Serif", serif;
}

#register__btn {
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #383838;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#register__btn:hover {
    color: #fff;
}

.container_12 a {
    text-decoration: none;
}

/* .container_12 a:visited:not(.ui-state-default) {
    color: #2c7eef;
} */

.navbar-brand img {
    width: 100px;
}

.property__image {
    width: 472px;
    height: 354px;
    box-shadow: 0 4px 11px 0 #949494;
}

.property__image img {
    width: 100%;
    height: 100%;
}

.property__details .block a {
    display: inline-block;
    color: #383838;
}

.property__details .block a:hover {
    color: #383838;
}

.property__details--ratings .grading {
    color: #383838;
}

.property__details--ratings i {
    color: #f2ce04;
}

.review__details--ratings i {
    color: #f2ce04;
}

.review__details--ratings p {
    color: #a9a9a9;
    display: inline-block;
}

.review__number {
    color: #5a5a5a;
    margin-left: 5px;
    font-size: 12px;
}

.custom_button {
    background-color: #383938;
    border-radius: 5px;
    color: white;
    padding: 6px 0;
    text-align: center;
    display: block;
    font-size: 16px;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.custom_button:hover {
    text-decoration: none;
    color: white;
}

.property__details--buttons a {
    text-decoration: none;
}

.property__details-text {
    color: #383838;
    word-break: break-word;
}

.property__details--location {
    margin-bottom: 4px;
    margin-top: 16px;
}

.description property__details-text {
    word-break: break-word;
}

.property__details-text h1 {
    font-weight: 700;
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}

.inline {
    display: inline-block;
}

.icon {
    color: #383838;
}

.container_listing_property_location {
    padding-bottom: 10px;
    color: #a5a6a7;
}

.margin-right {
    margin-right: 10px;
}

.container__margin {
    color: #5a5a5a;
}

.container__margin h1 {
    font-weight: 700;
}

.description__container--property span {
    color: #383838;
    font-weight: 700;
}

.border-bottom {
    margin: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.table__information {
    width: 100%;
    display: -webkit-inline-box;
    display: inline-flex;
}

.table__information table {
    width: 100%;
}

.table__information table th {
    font-weight: 700;
}

.table__information table th::first-letter {
    text-transform: uppercase;
}

.table__information table td::first-letter {
    text-transform: uppercase;
}

.question__form form {
    margin-top: 15px;
}

.swiper-container {
    z-index: 3 !important;
}

.swiper-container img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.container__property--image.image img:not(.placeholder--image) {
    filter: drop-shadow(0 0 6px black) !important;
}

.container__property--image.image {
    overflow: hidden;
}

.gallery--label {
    margin-top: 20px;
}

.gallery-top {
    height: 510px;
    /* height: 400px; */
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    /* width: 100px !important; */
    height: 96px !important;
    margin-right: 10px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    /* border: 3px solid #383838; */
    /* opacity: 0.6; */
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*Swiper full screen*/

.close-button {
    background-color: rgba(255, 255, 255, 0.34);
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: grayscale() blur(10px);
    display: none;
    right: 24px;
    color: #fff;
    position: fixed;
    bottom: 24px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    height: 34px;
    width: 45px;
}
@media (max-width: 768px) {
    .close-button {
        bottom: 98px;
        top:initial;
    }
    .gallery-top {
        margin-top: 10px;
    }
}

.close-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f066";
    display: inline-block;
    padding-top: 5px;
    vertical-align: middle;
    font-weight: 900;
}

.close-button:hover,
.close-button:active {
    opacity: 1;
}

.fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161418;
}

.fullscreen .gallery-top .slider-background {
    -webkit-filter: blur(9px) !important;
    filter: blur(9px) !important;
}

.fullscreen .gallery-top .swiper-slide {
    cursor: default;
    background-size: contain;
}

.fullscreen .close-button {
    display: block;
    box-shadow: 1px 2px 3px 0px #312d2d;
    text-shadow: 1px 1px black;
}

.fullscreen .gallery-top {
    height: 100%;
}

.fullscreen .gallery-thumbs {
    height: 20%;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.fullscreen .gallery-thumbs:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/*End of swiper full screen*/

.details_container h4 {
    color: #2e86ab;
    font-weight: 700;
}

.table {
    border-left: solid white;
    border-right: solid white;
    color: #5a5a5a;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    height: 25px;
    width: 25px;
}

/*Button back home*/

.btn__back--home {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #383838;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}

.text-white {
    color: #fff;
}

.text-secondary {
    color: #383838;
    margin-bottom: 8px;
    display: block;
}

.my-4 {
    margin: 25px 0;
}

.padding-bottom {
    padding-bottom: 20px;
}

.py-4 {
    padding: 20px 0;
}

.py-100 {
    /* margin-top: 120px; */
    margin-top: 20px;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert-danger {
    display: none;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/*Carousel*/

content-carousel {
    width: 600px;
    display: block;
    margin: 0 auto;
}

.owl-carousel {
    width: calc(100% - 170px);
}

.owl-carousel div {
    width: 100%;
}

.owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}

.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: -170px;
    width: 150px;
    height: 100%;
}

.owl-carousel .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*Property Listing*/

.property__link {
    color: #5a5a5a;
    text-decoration: none;
}

.property__link:hover {
    text-decoration: none;
    color: #5a5a5a;
}

.listing__image {
    width: 380px;
    height: 285px;
    box-shadow: 0 4px 11px 0 #949494;
    background-color: black;
    position: relative;
}

.listing__image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.listing__title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}

.broken__profile--image {
    width: 107px;
    height: auto;
}

.broken__profile--image img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 11px 0 #949494;
}

.padding_top {
    padding-top: 40px;
}

/*Sweet alert*/

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #3085d6 !important;
}

/*Property listing*/

.header__profile {
    position: relative;
    box-shadow: 0 2px 6px 0 #e4e1e1;
}

.header__background {
    background-image: url("/assets/image/cover/defaultCover3.jpg");
    height: 300px;
    background-size: cover;
}

.profile__name h1 {
    width: 80%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: inline-block;
}

.message {
    right: 50px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    background-color: #383838;
    padding: 0.375rem 0.75rem;
    color: #fff;
    border-radius: 0.25rem;
    font-weight: 100;
}

.profile__picture {
    /* background-color: white; */
    height: 150px;
    margin-top: -75px;
    position: absolute;
    left: 50px;
    width: 150px;
}

.profile__picture img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.profile__description {
    margin-left: 50px;
    padding-right: 50px;
    color: #383838;
    line-height: 1.7;
}

.container_listing_property_image {
    width: 365px;
    background-color: black;
    height: 273.75px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.container_listing_property_image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.container__property {
    position: relative;
    box-shadow: 0 13px 6px 0 #e4e1e1;
    padding: 20px 0;
    content: "";
    display: table;
    clear: both;
    width: 100%;
    margin-top: 40px;
    border: 1px solid #d4d4d4;
}

/*Map icon in property details*/

.see__map--location {
    margin-left: 5px;
    display: none;
}

/*MAP*/

#mapid {
    width: 100%;
    height: 400px;
    position: relative;
    box-shadow: 0 0 3px #9a9696;
    display: none;
}
.fa-map-marked-alt {
    color: #383938;
}
.fa-map-marked-alt + a {
    color: #383938 !important;
}
#map {
    z-index: -5;
}

.map__container--button {
    z-index: 7;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    text-align: center !important;
}

.property_title {
    font-weight: bold;
    padding: 5px 0;
}

.property_location {
    color: #a5a6a7;
}

/*Schedule a visit*/

#schedule_date .ui-widget.ui-widget-content {
    width: 100%;
}
.mobile-schedule-date {
    width: initial !important;
}
#request_code {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 53, 169);
    border-color: transparent;
    min-width: 101px;
    border-radius: 3px;
}

#verification_code {
    display: inline-block;
    width: 65% !important;
}

/*Radio button*/

.schedule_button {
    display: none;
}

.transition {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.heading {
    text-align: center;
    font-size: 0.8em;
}

.schedule_time input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.schedule_time input[type="radio"]:checked + label {
    background-color: #d42e28;
    color: white;
    border: 1px solid #d42e28;
}

.schedule_time {
    width: 100%;
    text-align: center;
    /* margin: 15px 0; */
}

.lbl_radio {
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d42e28;
    background: #f8f9fa;
    font-weight: normal;
    color: #d42e28;
    padding: 4px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 2px;
    margin-top: 2px;
}

.lbl_radio:hover {
    background-color: #383838;
    color: #fff;
}

.lbl_radio.disabled {
    background-color: #f8f9fa;
    color: black;
    border: 1px solid #c5c5c5;
    text-decoration: line-through;
    cursor: not-allowed;
}

.lbl_radio.occupied {
    background-color: #709dff63;
    color: #383838;
    /*text-decoration: line-through;*/
}

.lbl_radio.occupied:hover {
    background-color: #383838;
    color: white;
    /*text-decoration: line-through;*/
}

/*Verification*/

.verification_email_required {
    color: #383838;
    background-color: #f4f4f4;
    font-size: 12px;
}

/*Error notification*/

.invalid-feedback {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 8px;
    font-weight: 500;
}

/*Tooltip*/

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 95%;
    /* left: 50%; */
    margin-bottom: 5px;
    /* margin-left: -80px; */
    padding: 7px;
    /* width: 160px; */
    word-wrap: break-word;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 95%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

[data-tooltip_currency] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */

[data-tooltip_currency]:before,
[data-tooltip_currency]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */

[data-tooltip_currency]:before {
    position: absolute;
    top: 130%;
    /* left: 50%; */
    margin-bottom: 5px;
    /* margin-left: -80px; */
    padding: 7px;
    /* width: 160px; */
    word-wrap: break-word;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip_currency);
    /*text-align: center;*/
    font-size: 14px;
    line-height: 1.2;
    white-space: pre-wrap;
    text-align: right;
}

/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip_currency]:after {
    position: absolute;
    bottom: 95%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    display: none;
}

/* Show tooltip content on hover */

[data-tooltip_currency]:hover:before,
[data-tooltip_currency]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.auth_container {
    width: 30%;
}

.faq_button {
    background-color: #383838;
    border-radius: 5px;
    color: white;
    padding: 8px 0;
    text-align: center;
    display: block;
    font-size: 16px;
    width: 200px;
    margin: 20px 0;
    cursor: pointer;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}

.review_button {
    background-color: #fff;
    border-radius: 5px;
    color: #383838;
    border: 1px solid #383838;
    padding: 7px 0;
    text-align: center;
    display: block;
    font-size: 16px;
    width: 196px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 15px;
    display: none;
}

/*verified container*/

.verified--container {
    text-align: center;
}

.text--title--success {
    color: #383838;
}

/*Amenity*/

.amenity__details {
    /* font-weight: 700;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-weight: 500;
    display: inline-block;
}

/* Review */

.review_message {
    height: 100px;
    max-width: 100%;
    resize: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* .reviewer_container {
    text-transform: capitalize;
} */

.rating-form .rating {
    margin: 15px auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 100%;
    color: #7b7d7e;
    text-align: center;
}

.rating-form .review_message {
    height: 105px !important;
}

.rating .fa-star {
    font-size: 2em;
    cursor: pointer;
    margin: 2% 2.1%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star.active-rating {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: rating-highlight 0.5s ease forwards;
    animation: rating-highlight 0.5s ease forwards;
}

.rating .fa-star.active-rating:nth-child(5) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star.active-rating:nth-child(1) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star.active-rating:nth-child(1) ~ .fa-star {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f2ce04;
}

.rating .fa-star.active-rating:nth-child(2) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star.active-rating:nth-child(2) ~ .fa-star {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f2ce04;
}

.rating .fa-star.active-rating:nth-child(3) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star.active-rating:nth-child(3) ~ .fa-star {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f2ce04;
}

.rating .fa-star.active-rating:nth-child(4) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star.active-rating:nth-child(4) ~ .fa-star {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f2ce04;
}

.rating .fa-star:hover:nth-child(5) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(1) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(1) ~ .fa-star {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(2) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(2) ~ .fa-star {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(3) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(3) ~ .fa-star {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(4) {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rating .fa-star:hover:nth-child(4) ~ .fa-star {
    color: #f2ce04;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@-webkit-keyframes rating-highlight {
    0% {
        -webkit-transform: rotate(-10deg) scale(1.2);
        transform: rotate(-10deg) scale(1.2);
    }
    20% {
        -webkit-transform: rotate(10deg) scale(0.8);
        transform: rotate(10deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(-5deg) scale(1.1);
        transform: rotate(-5deg) scale(1.1);
    }
    80% {
        -webkit-transform: rotate(5deg) scale(0.9);
        transform: rotate(5deg) scale(0.9);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

@keyframes rating-highlight {
    0% {
        -webkit-transform: rotate(-10deg) scale(1.2);
        transform: rotate(-10deg) scale(1.2);
    }
    20% {
        -webkit-transform: rotate(10deg) scale(0.8);
        transform: rotate(10deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(-5deg) scale(1.1);
        transform: rotate(-5deg) scale(1.1);
    }
    80% {
        -webkit-transform: rotate(5deg) scale(0.9);
        transform: rotate(5deg) scale(0.9);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

/*recaptcha style*/

.py-100 .container_12 {
    box-shadow: 0 0 3px 0px #9a9898;
}

/*Properties*/

.property__details {
    padding: 15px 0;
}

.description__container--property {
    margin-bottom: 20px;
}

.lessor__container {
    margin-bottom: 30px;
}

#schedule_btn {
    margin: 15px 0;
}

.property__details--ratings {
    margin-bottom: 20px;
}

.amenities__container {
    line-height: 2;
}

.horizontal--line {
    margin: 20px 0;
}

.form-control {
    display: block;
    width: -webkit-fill-available;
    height: calc(1.6em + 0.75rem + 2px);
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 10px 0;
}

.swal2-popup #swal2-content {
    /* text-align: initial !important; */
}

.cc-compliance {
    margin: 0 auto;
}

.copyright-text {
    color: #737373;
}

/*Category css*/

.category__container {
    line-height: 1.7;
    /* padding-left: 8px; */
}

.category__container--title {
    margin-bottom: 8px;
}

.category__container--title .category--span--title {
    font-weight: 700;
    text-transform: capitalize;
    color: #383938;
}
.category__container--list span a {
    display: inline-block;
    cursor: pointer;
    color: #333;
}
.category__container--list span {
    display: block;
}
.category__container--list .category--span--list:hover {
    text-decoration: underline !important;
}
/* .active--category {
    color: #383838 !important;
    font-weight: 500;
    background-color: #38393836;
    border-radius: 3px;
} */

.swal2-popup .swal2-select {
    display: none;
}

*,
input,
select,
textarea,
option,
button {
    outline: none !important;
}

table.dataTable tbody tr:hover button {
    background-color: #fff !important;
    color: #383838;
}
table.dataTable tbody tr:hover div .verified {
    color: #fff;
}

table.dataTable tbody tr:hover .details_icon {
    color: #fff;
}

table.dataTable tbody tr:hover .confirmed-icon {
    color: #fff;
}

table.dataTable tbody tr:hover .email_icon {
    color: #fff;
}
table.dataTable tbody tr:hover .email_to_verified {
    color: #fff !important;
}
table.dataTable tbody tr:hover .email_to {
    color: #fff !important;
}

table.dataTable tbody tr:hover .days_remaining {
    color: #fff;
}

table.dataTable tbody tr:hover .error__icon {
    color: #fff;
}
/* table.dataTable tbody tr:hover .action-icons {
    filter: brightness(0) invert(1);
} */
table.dataTable tbody tr:hover .btn-confirm {
    color: #383838;
    background-color: #fff;
}

table.dataTable tbody tr:hover .days_warning {
    color: #f9cf16;
}

.square-legend {
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

#legend-1 {
    background-color: #d42e28;
}

#legend-2 {
    background-color: #fff;
    border: 1px solid #d42e28;
}

#legend-3 {
    background: #f8f9fa;
    border: 1px solid #c5c5c5;
    position: relative;
}
#legend-4 {
    background: #f8f9fa;
    border: 1px solid #fb2020;
    position: relative;
}
#disable-line {
    left: 25%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 0.1px;
    background-color: #000;
}
.legend-title {
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
    display: block;
}
.legend-label {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
}
.legend__container {
    margin: 17px 0;
}
.legend-inline {
    display: inline-block;
}

.entertainment {
    margin-top: 16px;
    margin-bottom: 16px;
}
.size-one {
    height: 280px;
    width: 336px;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
}
.size-one img {
    width: 100%;
}
.size-two {
    height: 600px;
    width: 300px;
    margin: 0 auto;
    cursor: pointer;
}
.size-three {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
.horizontal--line {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    border: 0.5px solid;
    color: #d4d1d4;
}
.category__container--list {
    margin-left: 6px;
}
#scrolldown_ID {
    display: none;
}
.add_background::after {
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 27%;
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.8) 80%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.8) 80%,
        rgba(0, 0, 0, 0.8) 100%
    );
}
.safari_background::after {
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40%;
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.8) 80%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.8) 80%,
        rgba(0, 0, 0, 0.8) 100%
    );
}

#captcha-login-navigation {
    display: inline-block;
    margin-bottom: 11px;
}
@media (max-width: 768px) {
    #captcha-register {
        display: inline-block;
        margin-top: 10px;
    }
    .scrolldown_safari h6 {
        bottom: 80px !important;
    }
    /* .py-100{
        margin-top: 90px;
    } */
}
.scrolldown_safari h6 {
    font-weight: 500;
    position: absolute;
    bottom: 37px;
    left: 50%;
    z-index: 999;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity 0.3s;
}
.scrolldown h6 {
    font-weight: 500;
    position: absolute;
    bottom: 37px;
    left: 50%;
    z-index: 999;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity 0.3s;
}
.scrolldown h6:hover {
    opacity: 0.5;
}
#scrolldown_ID h6 i {
    text-align: center;
    font-size: 31px;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
}
/*Pagination stylesheet*/
.paginationjs-page:not(.active) a {
    color: #383838 !important;
}

.paginationjs-prev:not(.disabled) a,
.paginationjs-next:not(.disabled) a {
    color: #383838 !important;
}

.paginationjs {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
/*Loading*/

div.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    display: none;
    z-index: 9999;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #ffffff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}
.full__width {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: fill-available !important;
}
/*Modal Appstore Entertainment*/

/* .modale-entertainment:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
} */
.btn-close-entertainment {
    color: #6e6e6e;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 17px;
    top: 6px;
    cursor: pointer;
}
.opened-entertainment:before {
    display: block;
}

.opened-entertainment .modal-dialog-entertainment {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 16px 0;
    display: block;
}

.modal-dialog-entertainment {
    width: 100%;
    background: #fefefe;
    border: #333333 solid 0;
    position: fixed;
    left: 50%;
    z-index: 9999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

    display: none;
}
.entertainment__container--mobile {
    justify-content: space-evenly;
    align-items: center;
    display: grid;
    grid-template-columns: 25% 32%;
}
.entertainment__appstore--badge img {
    width: 100%;
}
.entertainment__logo--container img {
    width: 100%;
}
.closemodale-entertainment {
    color: #5a5a5a;
    font-size: 24px;
    margin-right: 16px;
    top: -3px;
    right: -2px;
    position: absolute;
}

.uiGrid .hCent {
    text-align: left !important;
}
#new_messages,
#properties_search {
    color: #2c7eef !important;
}
.breadcrumb__categories {
    margin-top: 20px;
    margin-bottom: 0;
}
.breadcrumb__category {
    font-size: 16px;
    display: inline-block;
    margin-left: 0;
    color: #383938;
    cursor: pointer;
}
.breadcrumb__category a {
    color: #383938;
    text-decoration: none;
}
.current_category {
    color: #383838 !important;
}
@media screen and (max-width: 376px) {
    #tab-property {
        display: none;
    }
    .property__search {
        margin-top: 0 !important;
    }

    .property__search--location {
        display: none;
    }
    .search-icon {
        position: absolute;
        padding: 12px;
        vertical-align: middle;
        font-size: 18px;
        cursor: pointer;
        background-color: transparent !important;
        color: #383838 !important;
    }
    .property__search--type {
        position: relative;
    }
}
#feedback_g-recaptcha {
    margin-top: 8px;
}

#sell__items__button {
    justify-content: center;
    z-index: 5;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #2c7eef;
    position: fixed;
    bottom: 44px;
    right: 24px;
    border-radius: 35px;
    box-shadow: 1px 1px 9px 0 #908e8e;
    cursor: pointer;
}
#sell__button__label {
    text-transform: uppercase;
}
.dropzone .dz-preview .dz-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.upload-blurred-background {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(1px) brightness(50%);
    filter: blur(1px) brightness(50%);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}


.animate__animated.animate__backInDown {
    --animate-delay: 0.8s;
  }