span.status-available,span.status-not-available{display:block;top:0;color:#f5f5f5;padding:5px;font-size:12px;margin-bottom:25px}
span.status-not-available{background-color:#df1919}
span.status-available{background-color:#0e9725}
.cookieConsentContainer{z-index:999;width:350px;min-height:20px;padding:30px 30px 30px 30px;overflow:hidden;position:fixed;bottom:30px;left:30px;border-radius:4px;background:#fff;border:1px solid #e4e4e4;box-shadow:2px 3px 4px 0 rgba(0,0,0,.05);display:none}
.cookieConsentContainer .cookieDesc p{margin:0;padding:0;display:block;margin-top:10px;margin-bottom:10px}
.cookieConsentContainer .cookieButton{line-height:1}
@media (max-width:768px){
    .cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important;border-radius:0!important}
}
.latest-comments li.children-2 {
    margin-left: 80px;
}
#singleListingMap {
    height: 185px;
}
.img-120{max-height: 120px;width: 120px;}
.height250{height: 250px;}
.quick-error {
    color: red;display: none;
}
.card-horizontal img{ height: 100%}
#road_map{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.infoBox {
    min-width: 17.5rem;
    padding: 0;
    overflow: hidden;
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    text-align: left;
    border-radius: 12px !important;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 1rem;
    right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    color: rgba(69, 64, 86, .7);
    font-size: .875rem;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 .125rem .125rem -0.125rem rgba(31, 27, 45, .08), 0 .25rem .75rem rgba(31, 27, 45, .08);
}
.billing-cycle-radios label { cursor: pointer;}
.billing-cycle-radios{display:block;margin:0 auto;text-align:center}
.billing-cycle-radios.text-align-left{text-align:left}
.billed-yearly-label{display:none}
.billed-yearly .billed-yearly-label{display:block}
.billed-yearly .billed-monthly-label{display:none}
.recommended .pricing-plan-label{color:var(--theme-color-1)}
.recommended .pricing-plan-label span{color:var(--theme-color-1)}
@media (max-width:992px){
    .pricing-plans-container{display:block}
}
.billed-yearly-label, .billed-lifetime-label { display: none }
.billed-yearly .billed-yearly-label, .billed-lifetime .billed-lifetime-label { display: block }
.billed-yearly .billed-monthly-label, .billed-lifetime .billed-monthly-label { display: none }
.otp-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.otp-inputs input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp-inputs input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#resultMessage {
    margin-top: 15px;
    font-size: 14px;
    color: #ff4c4c;
}
.valid-tooltip {
    /*position: absolute;*/
    top: 165px;
    z-index: 5;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    background-color: rgba(34, 197, 94, .12);
    border-radius: 0.25rem;
    color: #22c55e;
}
.invalid-tooltip {
    /*position: absolute;*/
    top: 165px;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    background-color: rgba(239, 68, 68, .9);
    border-radius: 0.25rem;
    color: #fff;
}