*{
    font-family: Inter;
}
.image-cover{
    background-image: url("../assets/bghero.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    height: 240px;
}

.profile-info{
    padding: 24px 0px 40px 0px;
    border-bottom: solid 1px #EAEAEA;
}

.profile-picture{
    margin-top: -48px;
    border-radius: 60px;
    border: solid 6px #ffffff;
    margin-right: 24px;
    background-color: #121212;
}

.profile-name-detail{
    /* gap:6px; */
    text-align: left;
}

.profile-name{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1C1B1F;
}

.profile-branch{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
}

.main-content{
    padding-top: 40px;
    padding-bottom: 40px;
}

footer{
    padding-bottom: 40px;
}
footer h5{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
    text-align: center;
}

.profile-name-detail, .profile-contact-detail{
    height: 57px;
}

.icon-list{
    padding: 4px 12px;
    background-color: #F5F5F5;
    border-radius: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    column-gap: 8px;
}

.icon-list img{
    width: 16px;
    height: 16px;
}

.reset-link{
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #AAAAAA;
    padding: 0;
    height: 30px;
}

.sidebar-section-filter{
    border-top: solid 1px #EAEAEA;
    padding-top: 12px;
    border-radius: 5px;
}

.sidebar-filter-title{
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding: 6px 0px;
    color: #1C1B1F;
}

.sidebar-filter-title img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.sidebar-section-filter select{
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}

.list-tipe-properti{
    border-radius: 4px;
    padding: 8px 26px;
    gap: 10px;
}

.list-tipe-properti:hover{
    background-color: #F5F5F5;
    cursor: pointer;
}

.list-tipe-properti.active{
    background-color: #F5F5F5;
}

.nama-tipe-properti{
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
    font-weight: 400;
}

.custom-radio{
    padding-left: 0;
}

.custom-radio .form-check-label{
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
    font-weight: 400;
    border-radius: 100px;
    padding: 8px 16px;
}

/* Change background when the radio input is checked */
.custom-radio .form-check-input:checked + .form-check-label, .custom-radio .form-check-label:hover{
    background-color: #F5F5F5; /* Change to your preferred color */
    color: #1C1B1F;
    font-weight: 600;
    cursor: pointer;
}

/* Reset background for unselected labels */
.custom-radio .form-check-label {
    background-color: transparent;
    color: #1C1B1F;
}

.badge-counter{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #AAAAAA;
}

.select-full-width{
    width: 100%;
}

.btn-filter{
    padding: 8px 20px;
    background-color: #F5F5F5;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}

.btn-filter:hover{
    background-color: #AAAAAA;
}

.input-search{
    border-radius: 5px !important;
}

.input-search:focus{
    border-color: var(--bs-border-color);
    box-shadow: none;
}

.input-group-text{
    border-radius: 5px;
}

.card-img-top{
    border-radius: 8px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-terms{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #565656;
    display: flex;
    align-items: center;
}

.card-terms img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.card-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #1C1B1F;
}

.card-text{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #1C1B1F;
}

.card-text span{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #565656;
}

.property-title:hover, .property-image:hover{
    cursor: pointer;
}

#sliderContainer{
    margin-top: -240px;
}

#carousel-inner{
    border-radius: 10px;
    height: 500px;
}

#propertySummary{
    padding-top: 40px;
    padding-bottom: 40px;
}

#propertyPrice{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #1C1B1F;
    margin-bottom: 0;
}

.title-detail{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1C1B1F;
}

#list-item{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-item-detail{
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: 1px solid #EAEAEA;
}

.list-item-detail:last-child{
    border-bottom: none;
}

.sub-title-detail{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
}

.sub-description-detail{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #AAAAAA;
}

#toolbarDetailProperty{
    display: flex;
    justify-content: end;
    padding: 24px;
}

#btnCloseDetail{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

#btnCloseDetail i{
    margin-right: 10px;
}

@media(max-width:992px){
    .profile-picture{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 36px;
    }

    .icon-list{
        padding: 12px;
        width: auto;
        height: auto;
    }

    .icon-list img{
        width: 24px;
        height: 24px;
    }

    .profile-name, .profile-branch{
        text-align: center;
    }

    .profile-info{
        border: none;
    }

    .main-content{
        padding: 0 24px 24px 24px;
    }

    #filter-menu{
        position: absolute;
        z-index: 9999;
        background-color: #ffffff;
        top: 0;
        height: 100vh;
        left: 0;
        padding: 0px;
    }

    #headerFilter{
        background-color: #F5F5F5;
        padding: 14px 8px;
    }

    .sidebar-section-filter{
        border-top: none;
    }

    #carousel-inner{
        height: 100%;
    }

    #toolbarDetailProperty{
        padding: 16px 0px;
    }
    #sliderContainer{
        padding-left: 24px;
        padding-right: 24px;
    }
    .tab-label{
        width: 100%;
        text-align: center;
    }
}