/*
Theme Name: Mnst Aqar
Theme URI: http://xbees.net/
Template: houzez
Author: Mohamed Yassin
Author URI: http://xbees.net/
Description: Custom Theme For Mnstaqar.com
Tags: right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,post-formats,theme-options,translation-ready
Version: 3.0.0
*/
@import url("../houzez/style.css");

.alert-dismissible .close {
    right: auto !important;
}
.qrcode, .item-price-wrap.aqar-gate, .page-title{
    margin: 10px;
}
.block-content-wrap .detail-wrap li strong {
    white-space: normal !important;
}
.prop-title-mobile{
	max-width: calc( 100% - 120px );
}
.qr-mobile {
    position: absolute;
    left: 0;
}
#houzez-single-listing-map{
    height: auto !important;
}
.agent-image img{
    max-width: 265px;
}

.houzez-hidden,
#otp-form,
#otp-form-1{
    display: none !important;
}

.bootstrap-select .btn {
    border: 1px solid !important;
    border-color: #dce0e0 !important;
}
form#submit_aqar_isvalid_form {
    max-width: 75%;
    margin: auto;
    background: #ffffff;
    padding: 2rem 2rem 4rem 2rem;
    border: 1px solid #eee;
}
@media (max-width: 767.98px){
    form#submit_aqar_isvalid_form {
        max-width: 100%;
    }
    .addProperty_card.mobile{
        flex-direction: column-reverse;
    }
    .addProperty_card.mobile .addProperty_line{
        display: none;
    }
    .addPropert-wrap.mobile{
        padding: 0px !important;
    }
}
form#submit_aqar_isvalid_form hr {
    border-top: 1px dashed rgb(255 255 255 / 28%);
}

#property-info-text {
    margin: 3rem 0;
}
 
.control--radio{
    padding-left: 15px;
}

span.required-field {
    color: #b19b5a;
    margin-right: 5px;
}
button.btn.dropdown-toggle.bs-invalid {
    border-color: red !important;
}
/* .map-wrap::after {
    content: '';
    position: absolute;
    background: #fff0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.page-template-property-listings-map .map-wrap::after{
    content: none !important;
} */
.addPropert-wrap{
    height: 100%;
    padding: 2rem;
    border: 1px dashed #d7d7d7;
}
.addProperty-header {
    display: flex;
    margin-bottom: 3rem;
}
.addProperty_container {
    max-width: 450px;
    display: flex;
    margin: auto auto 2rem;
    flex-direction: column;
    gap: 1.5rem;
}
.addProperty_container_ad {
    display: flex;
    margin: auto auto 2rem;
    flex-direction: column;
    gap: 1.5rem;
}
.addProperty_container h3 {
    text-align: center;
    font-weight: 400;
}
.addProperty_card {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0.2rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}
a.addProperty_card:hover{
   background-color: var(--e-a-btn-bg-success-hover);
}
.addProperty_card img {
    width: 3rem;
    height: 3rem;
}
.addProperty_card .addProperty_line {
    width: 1px;
    flex: none;
    height: 5.5rem;
    margin-right: 1.5rem;
    margin-left: 0.5rem;
    background: #d7d7d7;
}
.addProperty_card p {
    margin: 0;
}
.addProperty_card p:last-child {
    color: #bebebe;
    font-size: .9em;
}

#aqar_author_type_id .control.control--radio {
    display: inline-block;
    margin-bottom: 10px;
}

#aqar_author_type_id .control.control--radio input[type="radio"], #aqar_author_type_id .control__indicator {
    opacity: 0; /* Hide the actual radio button */
}

#aqar_author_type_id .control.control--radio {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
}

#aqar_author_type_id .control.control--radio:hover {
    background-color: #f0f0f0;
}

#aqar_author_type_id .control.control--radio.active {
    background-color: #008000;
    color: #fff;
    border-color: #008000;
}

.bootbox.modal {
    z-index: 9999; /* يمكنك ضبط هذا الرقم بناءً على مستوى z-index للمودال الآخر */
}

input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    color: #fff;
    position: relative;
  }
  
  input[type="date"]::-webkit-datetime-edit-year-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 56px;
  }
  
  input[type="date"]::-webkit-datetime-edit-month-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 30px;
  }
  
  input[type="date"]::-webkit-datetime-edit-day-field{
    position: absolute !important;
    color:#000;
    padding: 2px;
    left: 4px;
  }