.buyer-layout{
    margin: 10px auto;
   /* padding: 30px 20px 30px 20px; */
    border:1px solid #e0e0e0;
    border-radius:4px;
    width:1160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buyer-name{
    color:rgb(60, 181, 238);
    font-size:15px;
    font-weight: 600;
}

.t-right{
    text-align:right;
    padding:unset;
}
.buyer-address{
    color:black;
    font-size:14px;
    font-weight: 600;
}
.buyer-ratings{
    display:flex;
}
.buyer-image{
    max-height: 70px;
    max-width: 70px;
    border-radius: 50%;
}
.buyer-ratings .buyer-ratings-full-star{
    
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 20px;
    width: 20px;
    background:rgb(255, 29, 77);
}

.buyer-ratings .buyer-ratings-half-star{
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 20px;
    width: 20px;
    background: linear-gradient(90deg,rgb(255, 29, 77) 50%, rgba(179,179,179,1) 50%);
}

.progress-layout,.days-layout ,.details-layout{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50px;
    padding: 5px 30px 5px 30px;
    border: 1px solid #e0e0e0;
}
.details-layout:last-child{
    border:none;
}
.buyer-small-heading{
    margin-right: 10px;
    font-size:12px;
    font-weight:800;
    text-transform: uppercase;
}

.page-id-81689 .progress {
        width: 100px;
        height: 100%;
    }
 
.page-id-81689  .progress-wrap {
        background: #dcdcdc;
        margin: 20px 0;
        overflow: hidden;
        position: relative;
    }
 
.page-id-81689 .progress-bar {
        background: #249c23;
        left: 0;
        position: absolute;
        top: 0;
        width: 0%;
    }
    
.progress-percentage-text{
    margin-left:10px;
    font-size: 18px;
    font-weight: 700;
    
}

.days-count{
    color: white;
    font-size: 16px;
    width: 35px;
    height: 35px;
    background: rgb(58, 156, 35);
    border-radius: 50%;
    line-height:35px;
    text-align:center;
}
.buyer-link{
    color :white;
    background: black;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
}
.buyer-link::after{
    cursor: pointer; 
    content: "\f105";
    color:white;
    font-size: 18px;
    font-family: "FontAwesome";
}
.buyer-search-header{
    display:flex;
    justify-content:center;
    border-bottom: 1px solid #e0e0e0;
    
}

.buyer-search-header-row{
    max-width: 1160px;
    margin: 0 auto;
}

.buyer-search-text{
    font-size:13px;
    padding: 12px 40px;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    border-bottom: unset; 
    position: relative;
}

.buyer-search-text:first-child::after{
    content: "";
}

.buyer-search-text::after{
cursor: pointer;
    content: "\f107";
    position: absolute;
    color: #000;
    right: 15px;
    top: 10px;
    font-size: 18px;
    font-family: "FontAwesome";
}
.buyer-header-result{
    background: #000;
    color: white;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buyer-match-not-found h3{
    color: black;
    font-weight: 900;
    font-size: 29px;
}

.buyer-match-not-found
{   padding: 50px;
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 1160px;
    text-align: center;
    margin: 0 auto;
}

.buyer-match-not-found .btn-height{
    margin-top:20px;
}

.buyer-property-type:hover .buyer-property-dropdown{
    display: block;
    border: 2px solid #e0e0e0;
    height: auto;
    width: 210px;
    background: white;
    position: absolute;
    list-style: none;
    z-index: 9999;
    padding: 20px 15px 10px 10px;
    top: 43px;
    right: -2px;
}

.buyer-property-dropdown{
    display:none;
}

.buyer-property-dropdown li label{
    font-weight: 600;
}

.buyer-property-price, .buyer-property-beds{
    display:none;
}

.buyer-search-price:hover .buyer-property-price {
    display: block;
    border: 2px solid #e0e0e0;
    height: auto;
    width: 350px;
    background: white;
    position: absolute;
    list-style: none;
    z-index: 9999;
    padding: 20px 15px 10px 10px;
    top: 43px;
    right: -2px;
}

.buyer-beds-search:hover .buyer-property-beds{
    display: block;
    border: 2px solid #e0e0e0;
    height: auto;
    width: 250px;
    background: white;
    position: absolute;
    list-style: none;
    z-index: 9999;
    padding: 20px 15px 10px 10px;
    top: 43px;
    right: -2px;
}

.buyer-property-form{
    display: flex;
    justify-content: center;
    padding: 5px;
}

.btn-selling-price{
    background: #131a25 !important;
    height: 47px;
    margin-left: 5px;
    width: 150px;
}        

.page-id-81689 input[type='radio']:after{
    width: 3em;
    height: 30px;
    top: -4px;
    z-index: -1;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1.5px solid #ced2dc;
    border-radius: unset;
}

.page-id-81689 input[type='radio']{
    position: relative;
    z-index: -2;
}

.page-id-81689 input[type='radio']:checked:after{
    width: 3em;
    height: 30px;
    top: -4px;
    z-index: -1;
    left: 0px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1.5px solid #ced2dc;
    border-radius: unset;
}

.page-id-81689 .buyer-property-beds label {
    width: 40px;
    height: 40px;
    color: black;
}

.page-id-81689 input[type='radio']:checked:after + label {
    width: 40px;
    height: 40px;
    color: white;
}