.alert{
    margin-top:10px;
}

.d-none{
    display: none;
}
.password.is-invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);

}

.propertyCard .addressBox.expanded p {
    -webkit-line-clamp: unset; /* Remove text limit */
    white-space: normal; /* Allow text to wrap */
}

/* Style for the 'more' button */
.propertyCard .addressBox span {
    color: var(--blue-color);
    margin-left: 5px;
}

.form-group .error {
    display: inline;
    color: red;
    font-size: 14px;
}

.fa {
    padding: 20px;
    font-size: 30px !important;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }

  .cursor-default{
    cursor: default !important;
  }

  .cursor-pointer{
    cursor: pointer !important;
  }

  .site_traking_box .row a {
    width: 100%;
}

.detailmainSec .detailsTextSec .priceShare ul li a i.fa-solid.fa-heart {
    color: var(--red-color) !important;
}

.modalTextBox .priceAndshare ul li a i.fa-solid.fa-heart {
    color: var(--red-color) !important;
}

.disabled-modal {
    pointer-events: none; /* Disable all pointer events */
    opacity: 0.2 !important; /* Add a translucent effect to indicate it's disabled */
}

.one-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}

.two-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}

.four-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
    position: relative;
}

.five-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}

#master_plan .tabBox .viewText li {
    padding: 10px;
    border-radius: 5px;
}

#master_plan .tabBox .viewText li.active {
    background: #eef6ff;
}

#master_plan .tabBox .viewText li:not(:last-child) {
    margin-bottom: 10px;
}

#master_plan .tabBox .viewText li h6 {
    margin-bottom: 0;
}

.site_traking_listng .propertyCard .propertyName h5 {
    color: #6A6A71;
    font-weight: 500 !important;
    font-size: 16px;
}

.site_traking_listng .propertyCard .priceBox .price {
    width: calc(50%);
}

.site_traking_listng .propertyCard .priceBox {
    margin-bottom: 10px;
}

/* .propertyCard .locationProperty .comBox {
    width: calc(50%);
} */

.propertyCard .locationProperty .comBox img {
    width: 100%;
    max-width: 30px;
    margin-right: 5px;
}

.modalTextBox .locationProperty .comBox {
    width: calc(50%);
}

.modalTextBox .locationProperty .comBox img{
    margin-right: 5px;
}

.detailmainSec .detailsTextSec .siteDetails .textBox .comBox img {
    margin-right: 5px;
}

.compare_project .siteDetails .textBox .comBox img {
    margin-right: 5px;
}
.not-found{
    font-size : 24px; font-weight:500;
}

.full-li-cover{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.row.propertyList a {
    width: 100%;
}


.autocomplete-list {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    width: 82%;
    max-height: 150px;
    overflow-y: auto;
}
.autocomplete-item {
    padding: 8px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background-color: #f1f1f1;
}

#toast-container>div {
    opacity: 1 !important;
}

#propert_document, #locality {
    margin: 50px 0;
}
header .header-box .main-nav ul li a.user-menu-login{
    padding: 7px 18px !important;
}

.h-150{
    height: 150px !important;
}

.rg-20{
    row-gap: 20px !important;
}

.inputClass.otp.valid { border-color: green; }
.inputClass.otp.invalid { border-color: red; }

.font-black{
    color: var(--heading-text);
}

.font-black:hover{
    color: var(--heading-text);
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.tag-item {
    background-color: #f1f1f1;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}

.tag-item i.remove-tag {
    margin-left: 6px;
    font-size: 16px !important;
    cursor: pointer;
    padding: 0px !important;
}

/* .selected-tags.tags-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    left: 10px;
} */

.rightListSec .toptabSec h1 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

#rightStickySection .StickyBox.exio-suggest-sticky {
    top: 150px;
}

.budgets .selectArea {
    display: flex;
    width: 100%;
    gap: 20px;
}

.budgets .selectArea .dropBox {
    width: calc(50%);
    margin-bottom: 0;
    font-size: 18px;
    color: var(--heading-text);
    font-family: 'Inter-Regular';
}

.budgets .range-slider {
    position: relative;
    width: 100%;
    padding: 15px 0px;
}

.budgets .range-slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: var(--blue-color);
    outline: none;
    cursor: pointer;
}

.budgets .range-slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: var(--blue-color);
    outline: none;
    cursor: pointer;
}

.budgets .range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: var(--blue-color);
    border-radius: 50%;
    border: none;
    outline: 4px solid var(--white-color) !important;
    transition: 0.2s ease-in-out;
}

.budgets .range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    height: 20px;
    width: 20px;
    background-color: var(--blue-color);
    border-radius: 50%;
    border: none;
    outline: 4px solid var(--white-color) !important;
    transition: 0.2s ease-in-out;
}

.checkProperty .checkPropertyBox .topFilterBar .selected-tags {
    margin-top: 0;
    align-items: center;
}

.ts-wrapper.form-control {
    width: 100%;
    min-height: 52px;
    padding: 10px 15px;
    border: 1px solid var(--blue-color);
    outline: none;
}
.ts-control input::placeholder {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}
.ts-wrapper .item {
    color: #212529 !important;
    padding: 8px 5px !important;
    font-size: 1rem;
    font-weight: 500;
}

.ts-dropdown .ts-dropdown-content {
    border: 1px solid #817575;
    padding: 0;
}
.ts-dropdown .ts-dropdown-content .option {
    padding: 5px 15px;
}

.ts-dropdown .option {
    padding: 8px 12px;
    font-size: 0.95rem;
    cursor: pointer;
}

.ts-dropdown .option:hover {
    background-color: #0d6efd;
    color: #fff;
}

.ts-wrapper .remove {
    color: #fff;
    margin-left: 8px;
    font-weight: bold;
    cursor: pointer;
}