::-webkit-input-placeholder {
    color: rgba(200,200,200,1) !important;
}

::-moz-placeholder {
    color: rgba(200,200,200,1) !important;
}

::-ms-placeholder {
    color: rgba(200,200,200,1) !important;
}

::placeholder {
    color: rgba(200,200,200,1) !important;
}
.logo-icon
{
    width: auto;
    max-height: 50px;
}
.primary-menu .navbar .navbar-nav .active
{
    font-weight: bold;
}
.primary-menu .navbar .navbar-nav .active .menu-title
{
    color: black;
}

@media screen and (max-width : 850px)
{
    .ref-btn
    {
        border-top-right-radius    : 0.375rem !important;
        border-bottom-right-radius : 0.375rem !important;
    }

    .ref-btn span
    {
        font-size : 12px;
    }
}

.property-img
{
    height     : 250px;
    object-fit : cover;
}

.loader
{
    border        : 2px solid #f3f3f3; /* Light grey */
    border-top    : 2px solid #3498db; /* Blue */
    border-radius : 50%;
    width         : 12px;
    height        : 12px;
    animation     : spin 1s ease infinite;
    display       : inline-block;
}

@keyframes spin
{
    0%
    {
        transform : rotate(0deg);
    }
    100%
    {
        transform : rotate(360deg);
    }
}

.min-input, .max-input
{
    width   : 45% !important;
    display : inline !important;
}

.ff-default
{
    font-family : "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif !important;
}

.bg-section
{
    background : floralwhite !important;
}

.table-bordered > :not(caption) > * > *
{
    border-width : 1px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button
{
    -webkit-appearance : none;
    margin             : 0;
}

/* Firefox */
input[type=number]
{
    -moz-appearance : textfield;
}

/* Menu Colors */
.dashboard-menu i
{
    color : #f4d576 !important;
}

.downline-menu i
{
    color : lightgreen !important;
}

.form-menu i
{
    color : DeepSkyBlue !important;
}

.property-menu i
{
    color : coral !important;
}

.video-menu i
{
    color : LightSeaGreen !important;
}

.user-menu i
{
    color : OrangeRed !important;
}

.logout-menu i
{
    color : FireBrick !important;
}
.ff-montserrat
{
    font-family: Montserrat, Sans-Serif;
}
.listing-label-bg
{
    background: midnightblue;
    color: white;
}
.listing-author-avatar .avatar
{
    z-index: 9;
}
.listing-author-avatar .avatar .hidden-img
{
    width: 48px;
    visibility: hidden;
    height: 1px;
}
.listing-author-avatar .avatar .display-img
{
    width: 48px;
    position: absolute;
    border-radius: 50%;
    z-index: 9;
    border: 1px solid white;
    top: 0;
    left: 0;
}
.mobile-break
{
    height: 1px;
}
.listing-posted-date
{
    font-size: 10px;
}
@media screen and (max-width: 768px)
{
    .property-data
    {
        line-height: 1;
    }
}
.photo-count
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    padding: 5px;
}
.photo-count-details
{
    font-size: 18px;
}
.property-title-area
{
    padding-bottom: 10px;
    letter-spacing: 0;
}
.property-title
{
    letter-spacing: 0.5px;
    font-size: 18px;
    display: block;
}
.property-detail-area
{
    padding-bottom: 10px;
    letter-spacing: 0;
}
.glightbox-clean .gdesc-inner
{
    padding: 10px 15px !important;
    background: rgba(0,0,0);
    color: white;
}
.lightbox-preview
{
    display: block;
    text-align: center;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.lightbox-preview-img
{
    max-height: 700px;
    max-width: 100%;
}
.property-description p
{
    margin-bottom: 0;
}
.property-details-input .del-btn
{
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
}
.property-details-input .drag-move
{
    cursor: move;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: -2px;
    width: 90%;
}
.img-action
{
    z-index: 2;
}
.img-action a
{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 5px;
}
.img-action i
{
    font-size: 20px;
}
.img-action .set-as-cover
{
    background: white;
}
.img-action .delete-img
{
    background: crimson;
    color: white;
}
.img-action .download-img
{
    background: grey;
    color: white;
}
.img-action .undo-delete-img
{
    display: none;
    background: grey;
    color: white;
}
.remove-img
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.delete-item .remove-img
{
    display: flex;
}
.delete-item .set-as-cover, .delete-item .delete-img, .delete-item .download-img
{
    display: none !important;
}
.delete-item .undo-delete-img
{
    display: flex !important;
}


.property-image-arrangement
{
    border: 1px solid #DEE2E6;
    padding: 10px;
}
.property-image-arrangement > div
{
    padding: 10px;
}
.property-image-arrangement .sortable-ghost
{
    border: 1px solid darkorange;
    background: LightYellow;
}
.property-details-div .sortable-ghost
{
    border: 1px solid darkorange;
    background: LightYellow;
}
.listing-label-bg.listing-sale
{
    background-color: midnightblue;
}
.listing-label-bg.listing-rent
{
    background-color: Tomato;
}

.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#C90000 0%, #912121 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #912121;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #912121;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #912121;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #912121;
}

.ribbon-sold span
{
    background: linear-gradient(#d82929 0%, #991e1e 100%)
}
.ribbon-sold span::before
{
    border-top: 3px solid #991e1e;
    border-left: 3px solid #991e1e;
}
.ribbon-sold span::after
{
    border-top: 3px solid #991e1e;
    border-right: 3px solid #991e1e;
}

.ribbon-sale span
{
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.ribbon-sale span::before
{
    border-top: 3px solid #1e5799;
    border-left: 3px solid #1e5799;
}
.ribbon-sale span::after
{
    border-top: 3px solid #1e5799;
    border-right: 3px solid #1e5799;
}
.ribbon-rent span
{
    background: linear-gradient(#FF8000 0%, #C25A00 100%);
}
.ribbon-rent span::before
{
    border-left: 3px solid #C25A00;
    border-top: 3px solid #C25A00;
}
.ribbon-rent span::after
{
    border-top: 3px solid #C25A00;
    border-right: 3px solid #C25A00;
}
.datetime-dom
{
    cursor: pointer !important;
}
.area-dropdown
{
    width: 500px;
}
@media screen and (max-width: 991px)
{
    .area-dropdown
    {
        width: auto;
    }
}
.rounded-0
{
    border-radius : 0 !important;
}
.search-box
{
    position: relative;
    z-index: 1;
}
.search-group input, .search-group select
{
    padding: 15px;
}
.sale-btn
{
    z-index: 2 !important;
}
.rent-btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-center
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-menu
{
    z-index: 100;
}
.page-wrapper {
    margin-top: 110px !important;
}
@media (max-width: 991px)
{
    .page-wrapper
    {
        margin-top: 40px !important;
    }
}

.search-box
{
    padding: 12px 12px 12px 40px !important;
}
.search-icon
{
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 2;
}
.search-btn
{
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 1;
    font-size: 14px;
}
.radio-toolbar input[type=checkbox]
{
    display: none;
}
.radio-toolbar input[type=checkbox]:checked + label
{
    background: royalblue;
    color: white;
}
#accordionFloor .accordion-header button
{
    padding-left: 50px;
}

.delete-floor-area
{
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 10px;
}

.delete-floor
{
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
}
.delete-floor i
{
    margin: 0;
}
.child .child-hide
{
    display: none;
}
.table-responsive table.dataTable>tbody>tr.child
{
    text-wrap: wrap;
}
.table-responsive table.dataTable>tbody>tr.child ul.dtr-details
{
    width: 100%;
}
.table-responsive table.dataTable>tbody>tr.child span.dtr-title
{
    display: block;
    width: 100%;
}
.table-responsive table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date
{
    text-align: left !important;
}
.lead-table-div .ajax
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.6);
    z-index: 4;
}
.lead-table-div .ajax .loader
{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.property-img-item
{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border: 1px solid #ddd;
}
@media screen and (max-width:576px)
{
    .add-property-img .add-image-filepond
    {
        width: auto !important;
    }
}

.td-status-R
{
    background-color: #66FF66 !important;
}
.td-status-RO
{
    background-color: #FFFF00 !important;
}
.td-status-OS
{
    background-color: #B4A7D6 !important;
}
.td-status-S
{
    background-color: #0066FF !important;
}
.td-status-S-Te
{
    background-color: #00FFFF !important;
}
.td-status-SO
{
    background-color: #CC0000 !important;
}
.td-status-R-S
{
    background-color: #00FF98 !important;
}
.td-status-NDY
{
    background-color: #FFD966 !important;
}
.td-status-NP-R
{
    background-color: #FF9900 !important;
}
.td-status-CR
{
    background-color: #FF0000 !important;
}
.filter-status
{
    cursor: pointer;
}
.lead-table td:not(.child) span
{
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lead-table td
{
    vertical-align: middle;
}
.lead-table.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, .lead-table.dtr-inline.collapsed>tbody>tr>th.dtr-control:before
{
    vertical-align: super;
}
.lead-table .lead-tenancy_end_days
{
    max-width: none !important;
}
.form-control[readonly] {
    color: #666;
    background-color: #ddd;
}