/* --- Add by Gus @ April 2025 ------ */
.aiSearchHomeArea{
  border-radius: 20px;
  background: linear-gradient(90deg, #0D1EA6 0%, #AD4095 50%, #FC5D31 75%, #F6DE11 100%);
  padding:10px 15px;
  width:300px;
  margin: auto;
  max-width: 100%;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
}
.aiSearchHomeArea h4{
 color:#fff;
}
.aiSearchHomeArea .aiSearchHomeInput{
  position: relative;
}
.aiSearchHomeArea input[type="text"]{
  border-radius: 29px;
  border: 1px solid #DDD;
  background: var(--Schemes-On-Tertiary, #FFF);
  width:100%;
  padding: 8px 22px;
  font-size: 18px;
}
.aiSearchHomeArea input[type="text"]{
  border-radius: 29px;
  border: 1px solid #DDD;
  background: var(--Schemes-On-Tertiary, #FFF);
  width:100%;
  padding:8px 40px 8px 37px;
  font-size: 18px;
}
.aiSearchHomeArea .iconInInput{
  position: absolute;
  top:0;
  left:0;
  height: 45px;
  padding-left:15px;
}
.aiSearchHomeArea .iconInInput svg{
  width:20px;
  height:20px;
  fill: #afafaf;;
}
.aiSearchHomeArea .voiceBtnInInput{
  position: absolute;
    top: 8px;
    right: 8px;
    height: 30px;
    width: 31px;
    background-color: #454545;
    text-align: center;
    padding: 0px;

}
.aiSearchHomeArea .voiceBtnInInput svg{
  width:20px;
  height:20px;
  fill: #fff;;
}

.aiSearchExample{
  border-radius: 0px 0px 20px 20px;
  background: rgba(255, 255, 255, 0.71);
  width: 263px;
  margin: auto;
  font-size: 15px;
  text-align: left;
  padding: 8px 15px;
  color:#515151;
  box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 30%);
}
.aiSearchExample h6{
  text-decoration: underline;
}

.block-circle-quiz .wrap-q.wrap-q_intro .block-q-logo {
  z-index: 5;
  top: 70px;
  width: 130px;
  max-width: 130px;
}

.block-circle-quiz .wrap-q.wrap-q_intro .block-q-text {
  top: 21vw;
}
@media (min-width: 992px) {
  .block-circle-quiz .wrap-q.wrap-q_intro .block-q-text {
    top: 210px;
  }
}

/* ai search for property page , property rent page*/
.aiSearchArea{
  background-image: url(../assets/img/banner/aiSearchBg.jpg);
  background-size: cover;
  background-position:center ;
  min-height: 230px;
}

.aiSearchArea h4{
  color:#fff;
 }
.aiSearchInput{
   position: relative;
 }

 .aiSearchInput input[type="text"]{
   border-radius: 29px;
   border: 1px solid #DDD;
   background: var(--Schemes-On-Tertiary, #FFF);
   width:100%;
   padding:8px 40px 8px 37px;
   font-size: 18px;
 }
 .aiSearchInput .iconInInput{
   position: absolute;
   top:0;
   left:0;
   height: 45px;
   padding-left:15px;
 }
 .aiSearchInput .iconInInput svg{
   width:20px;
   height:20px;
   fill: #afafaf;;
 }
 .aiSearchInput .voiceBtnInInput{
   position: absolute;
     top: 8px;
     right: 8px;
     height: 30px;
     width: 31px;
     background-color: #454545;
     text-align: center;
     padding: 0px;
 
 }
 .aiSearchInput .voiceBtnInInput svg{
   width:20px;
   height:20px;
   fill: #fff;
 }

 .aiSearchArea .aiSearchExamplePage{
    font-size: 15px;
    text-align: left;
    padding: 8px 15px;
    color:#fff;
}
.aiSearchArea .aiSearchExamplePage h6{
  text-decoration: underline;
  font-size: 17px;
  display: inline;
}

.box__search-property{
  height: auto !important;
}
.box__search-property .box__detail{
  position: relative !important;
}
.comparePricePercent span svg{
  width:20px;
  height:20px;
  fill:#00891d;
}
.aiRenovateBanner{
  min-height: 200px;
  cursor:pointer;
  transition: all 0.3s;
}
.aiRenovateBanner:hover{
  transform: scale(1.02);
  transition: all 0.3s;
}
.aiBtnBanner{
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 2px 17px;
}
.aiBtnBanner svg{
  height: 17px;
    fill: #fff;
}


.aiRenovateArea{
  margin-bottom: 30px;
}
.aiRenovateArea .chooseType {
  width:100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.aiRenovateArea .chooseType:hover {
  transform: scale(1.02);
  transition: all 0.3s;
}
.aiRenovateArea .chooseType img{
  border-radius: 50%;
}
.aiRenovateArea .chooseType p{
  font-size: 20px;
  margin-top:15px;
  font-weight:500;
}

.aiRenovateArea .chooseType.active img{
  box-shadow: 0px 0px 0px 5px #612ca0;
}
.aiRenovateArea .chooseType.active p{
  color:#612ca0;
}

.head__info small{
  font-size: 20px;
  display: block;
}

.aiRenovateArea .originalImg{
  width: 100%;
}
.aiRenovateArea .originalImg img{
  width: 100%;
  background-size: cover;
}
.aiRenovateArea .originalImg button.removeBtn{
  position: absolute;
    background-color: #FC5D31;
    border: none;
    right: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 10px;
    padding: 0px;
}
.aiRenovateArea .originalImg button.removeBtn svg{
    fill: #fff;
    width: 12px;
    height: 14px;
}
.aiRenovateArea .originalImg button.removeBtn:hover{
    background-color: #cc4520;
    
}

.aiRenovateArea button.addImgBtn{
    background-color: transparent;
    border: none;
    width: 100px;
    height: 100px;
    padding: 0px;
    box-shadow: none;
    transition: all 0.3s;
}
.aiRenovateArea button.addImgBtn svg{
  fill:rgb(196, 196, 196);
}
.aiRenovateArea button.addImgBtn:hover{
  transform: scale(1.07);
  transition: all 0.3s;
}
button.btn svg{
  width:18px;
  height:18px;
}
h1 svg{
  width:60px;
  height:60px;
}
h1.text-success svg{
  fill: #198754;
}
.aiRenovateListArea{
  border-radius: 15px;
  padding:15px;
  background-image: url(../assets/img/banner/bgrenovateWaitting.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#363636;
  margin-bottom: 15px;
}
.aiRenovateListArea.success{
  background-image: url(../assets/img/banner/bgrenovateSuccess.png);
}
.aiRenovateListArea .text-warning{
  color:#837922 !important;
}
.fileChoosed .btn-danger{
  border-radius: 50%;
  padding: 0px;
  width: 28px;
  height: 28px;
  line-height: 13px;
}
.fileChoosed .btn-danger svg{
 fill: #fff;
}

/* style select2 */
.dropdown-ai-text.mb-2 + .select2,.dropdown-ai-img.mb-2 + .select2{
  margin-bottom: 7px;
}
img.select2ImgOption{
  height:100px;
}

li.select2-results__option:hover{
  background-color: #f3f3f3 !important;
}

/* end style select2 */

.btn-submit.large svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}
.text-gray{
  color: #909090;
}
/* --- End Add by Gus @ April 2025 ------ */