.property__listing__container {
    /* border-radius: 5px; */
    background-color: #fff;
    /* box-shadow: 0 2px 4px #d2d2d2; */
    position: relative;
    /* margin-top: 20px;
    width: 580px;
    margin: 0 auto; */
    text-align: initial;
}
.property__listing--header {
    padding: 26px;
    color: #fff;
    font-weight: 500;
    background-color: #383938;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
/* .property__listing--content {
    padding: 26px 26px 0 26px;
} */
.property-type-grid-category {
    display: block;
}
.category__container {
    line-height: 1.7;
}
#property--form input[type="text"],
#property--form input[type="email"],
#property--form input[type="url"],
#property--form input[type="time"],
#property--form input[type="password"],
#property--form textarea {
    background-color: #fff;
    margin: 0 0 5px;
}
.property__listing__container fieldset label {
    font-weight: 500;
}
.property-type-grid {
    display: block;
}

.guide__span {
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
}

.property__name__container {
    position: relative;
    padding-bottom: 0px;
    border: 1px solid #383838;
    border-radius: 3px;
}
#the-count-property {
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 4px;
}
#property_name {
    height: 36px;
    border: none;
    padding: 0 10px;
}
.custom-control {
    /* width: -webkit-fill-available; */
    padding: 0 5px;
    display: inline-block;
    height: 39px;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    /* background-color: #f0f4f7; */
    background-clip: padding-box;
    border: 1px solid #383838;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 16px;
}
#customPrice {
    width: 49.5%;
    text-align: right;
    vertical-align: top;
}
#original_price_label {
    display: inline-block;
    width: 49%;
}
#compare_price_label {
    width: 48%;
    display: inline-block;
    padding-left: 4px;
}
#compareCustomPrice {
    width: -webkit-fill-available;
}
.compare__price__container {
    display: none;
    width: 48.7%;
}
.currency__price__container {
    /* position: relative; */
    /* display: inline-block; */
    /* width: 50%; */
}
/* #currency {
    text-align: center;
    padding-left: 3px;
    width: 38px;
    position: absolute;
    top: 0;
    height: 41px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
} */
#currency {
    width: 45.3%;
    display: inline-block;
    padding: 0 8px;
    height: 41px;
}
#rental_pay {
    width: 30.3%;
    display: none;
    padding: 0 2px;
}
#category {
    padding: 0 10px;
}
#currency + .dropdown {
    display: none;
}
#rental_pay + .dropdown {
    display: none;
}
#category + .dropdown {
    display: none;
}
#property--form textarea {
    font-weight: 400;
    height: 67px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
}
.description__container__form {
    position: relative;
    padding-bottom: 11px;
    border: 1px solid #383838;
    border-radius: 3px;
}
#the-count {
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 4px;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.property__grid {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    margin-bottom: 30px;
}
.posting_entertainment {
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.posting_entertainment img {
    height: 100%;
    width: 100%;
}
.posting__border--only {
    border-right: 1px solid #adadad;
}

.posting__border {
    padding: 0 30px;
}
#fieldset__description {
    margin-bottom: 0;
}
