.fl-theme-builder-header-scrolled .fl-row.scroll-hide {
    display: none;
}
.um-meta-text {
    font-size: 20px !important;
    font-weight: bold;
}
.frontend-item-container label {
    font-weight: bold;
}

.um-profile .um-profile-body {
    max-width: 100% !important;
}

.fl-module-fl-post-content .post-list-interface>.frontend-item-container.frontend-item-container,
.fl-module-fl-post-content .fl-module-content>.frontend-item-container.frontend-item-container {
    padding: 2rem;
    box-shadow: 1px 1px 2px 2px rgb(10 10 10 / 12%);
    border-radius: 0.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.card-property-title {
    font-size: .9rem;
    line-height: 1.25rem;
    height: 1.5rem;
    margin-bottom: 0;
    overflow: hidden;
}

.card-property-jenis {
    position: absolute;
    top: 0;
    right: 0.45rem;
}

.card-property-jenis .badge {
    font-size: .9rem;
    padding: 0.5rem 0.5rem;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
}

.card-property-jenis .badge:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-top: 7px solid var(--info);
    clear: both;
}

.card-property-jenis .badge:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 7px solid var(--info);
    clear: both;
}

.card-property-jenis .badge-sewa:before,
.card-property-jenis .badge-sewa:after {
    border-top-color: var(--warning);
}

.vd-sharing a {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 100rem !important;
}

.vd-sharing a:hover {
    background-color: #333333 !important;
}

.property-shape input,
#list-property,
.form-atas input {
    display: none;
}

.form-atas label {
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px;
    cursor: pointer;
}

.form-atas input[type="radio"]:checked+label {
    background: var(--primary);
    color: #ffffff;
}

.row,
.row:before {
    box-sizing: border-box !important;
}

.um .row *,
.um .row *:before,
.um .row *:after {
    box-sizing: border-box !important;
}

body:not(.fl-builder-edit) .fl-module-callout.callout-hover:hover {
    transform: scale(1.1);
    border-radius: 3px;
    background-color: var(--primary);
    transition: all ease 300ms;
    z-index: 9999;
    color: #fff;
}

body:not(.fl-builder-edit) .fl-module-callout.callout-hover:hover .fl-module-content {
    background-color: transparent;
}

body:not(.fl-builder-edit) .fl-module-callout.callout-hover:hover .fl-callout-title {
    color: #fff;
}

body:not(.fl-builder-edit) .fl-module-callout.callout-hover {
    position: relative;
    transform: scale(1);
    border-radius: 3px;
    background-color: #ffffff;
    transition: all ease 200ms;
}

.slide-agen .front-agen {
    width: 50%;
}

.slide-agen .avatar-user {
    max-width: 100px;
}

@media only screen and (min-width: 768px) {
    .form-atas .fl {
        float: left;
        width: 50%;
        position: relative;
        height: 50px;
    }

    .form-atas .fr {
        float: right;
        width: 50%;
        position: relative;
    }

    .slide-agen .front-agen {
        width: 33.33%;
    }

    .slide-agen .avatar-user {
        max-width: 120px;
    }
}

@media (min-width: 1000px) {
    .um-profile-photo {
        height: 200px;
        margin-top: -5rem !important;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        width: 11rem !important;
    }

    .card-property[data-layout="layout2"] .card-property-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .card-property[data-layout="layout2"] .card-property-image,
    .card-property[data-layout="layout2"] .card-property-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}