:root
{
    --bluecolor: #00ADB5;
    --bluecolor2: #007A82;
    --umcolor: #00ADB5;
    --white: #FFFFFF;
    --black: #1a1a1a;
    --shadow: 0 0 15px #ddd;
}
.visit-update
{
    color: #fff;
    display: flex;
    flex-grow: 1;
    font-weight: 600;
    justify-content: center;
    background: #00ADB5;
    border: 1px solid #00ADB5;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
}
span.feature
{
    font-size: 14px;
}
.on-com
{
    font-weight: 700;
    color: var(--bluecolor2);
    font-size: 16px !important;
}
.dont-date
{
    font-size: 18px;
}
.listed-propertiess li label
{
    display: flex !important;
    cursor: pointer;
    width: 100%;
    align-items: center;
}
.listed-posts
{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    flex-wrap: wrap;
    color: #1a1a1a !important;
}
.listed-posts:hover
{
    scale: 1.02;
    transition: all 0.2s ease-in-out;
}
a:has(.listed-posts)
{
    text-decoration: none !important;
}
.listed-title
{
    min-width: 150px;
    max-width: 60%;
}
.listed-ref
{
    margin: 15px;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    width: 80px;
    min-width: 80px;
}
.listed-propertiess li label input:checked ~ .listed-posts
{
    background-color: #f5f5f5 !important;
}
.listed-propertiess li label input
{
    -webkit-appearance: none !important;
     -moz-appearance: none !important;
     -ms-appearance: none !important;
     -o-appearance: none !important;
     appearance: none !important;
     color: var(--black) !important;
}
.listed-propertiess li input::before
{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    color: var(--black) !important;
    top:0;
    bottom: 0;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1 !important;
    text-align: center;
    font-weight: 600;
}
.listed-propertiess li input:checked:before
{
    content: '✓';
    
}
.listed-image img
{
    border-radius: 10px !important;
}
#phone-number, #e-mail, #flight-number
{
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
}
.broker-document
{
    width: 100%;
    margin: 15px 0;
}
.app-details
{
    justify-content: end;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-width: 230px;
    margin-right: 150px;
}
.app-content-listing
{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.listed-image img
{
    max-width: 160px !important;
    aspect-ratio: 16/9 !important;
}
.listed-posts.property-sold:hover
{
    scale: 1;
}
.rel-box
{
    display: block;
    position: relative;
}
.property-sold::before
{
    content: 'SOLD';
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    color: #bd604a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #FaFafacc;
    border-radius: 5px;
    border: 1px solid #bd604a
}
.broker-doc-other
{
    margin-bottom: 15px;
}
a.fc-event.waiting
{
    border-color: #DF826C;
    background: #DF826C;
}
a.fc-event.confirmed-unobligatory
{
    border-color: #FFDD83;
    background: #FFDD83;
}
a.fc-event.done
{
    border-color: #ADE792;
    background: #ADE792;
}
a.fc-event.cancelled
{
    border-color: #999;
    background: #999;
}
a.fc-event
{
    border-color: var(--bluecolor2);
    background: var(--bluecolor2);
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 768px) {

    .listed-title
    {
        max-width: 100% !important;
    }
}
/*
COMMENTS
*/
.comment-metadata .edit-link
{
    display: none;
}
.comment-list li article
{
    margin-bottom: 1em;
    background-color: var(--white);
    border-radius: 0 50px 50px 50px;
    padding: 15px;
    border: 0;
    box-shadow: var(--shadow);
}
.comment-list .comment-content
{
    margin-bottom: 0;
}
.comment-list .reply a
{
    border-radius: 0 50px 50px 0;
    border-color: #efefef;
    background-color: #efefef;
    color: var(--black);
    height: 100%;
    display: flex;
    align-items: center;
}
.comment-list .reply a:hover
{
    background-color: var(--bluecolor2);
    color: var(--white);
}
.comment-list .reply
{
    top: 0;
    bottom: 0;
}
.comment-content
{
    max-width: 80%;
}
.comment-list .says
{
    display: none;
}
.comment-form .logged-in-as
{
    display: none;
}
.comment-list li article .comment-content
{
    margin-left: 3em;
}
span.single-app
{
    font-weight: 600;
    display: block;
    top: 0px;
    right: 0px;
    padding: 7px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid var(--bluecolor);
    background: var(--bluecolor);
    color: var(--white);
    border-radius: 30px;
    margin: 5px 0;
    text-align: center;
}
.currently
{
    color: #fff;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    background: #007A82;
    font-weight: 700;
    border: 1px solid #007A82;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}
.description #beds, .description #baths
{
    font-size: 14px !important;
}