@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Listings.Web/Pages/Admin/Translations.razor.rz.scp.css */
.flag[b-qgedgkp7sj] {
    height: 1rem;
    margin: auto;
    border: 1px solid var(--neutral-layer-3);
}

.clickable[b-qgedgkp7sj] {
    cursor:pointer;
}

.clickable:hover[b-qgedgkp7sj] {
    text-decoration: underline;
}
/* _content/Listings.Web/Pages/Cookie.razor.rz.scp.css */
body[b-6gtoj15ind] {
}

h1[b-6gtoj15ind] {
    font-size: 1.75rem;
    padding-bottom: 0.5rem;
}

h2[b-6gtoj15ind] {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    color: #545b9d;
}

h3[b-6gtoj15ind] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
}

hr[b-6gtoj15ind] {
    border-style: dotted;
}
/* _content/Listings.Web/Pages/Index.razor.rz.scp.css */
.publish-button[b-745jebzpv5] {
    padding-left: 10px;
    white-space: nowrap;
}

.publish-button a[b-745jebzpv5] {
    text-decoration: none;
}

.publish-button-title[b-745jebzpv5] {
    font-weight: bold;
    color: greenyellow;
    text-shadow: 0px 0px 3px #545b9d;
    font-size: 1.2rem;
}

.publish-button-subtitle[b-745jebzpv5] {
    font-size: 0.8rem;
    color: white;
    text-shadow: 0px 0px 3px #545b9d;
}

.publish-button-title:hover[b-745jebzpv5] {
    color: yellow;
    text-shadow: 0px 0px 5px #545b9d;
}
/* _content/Listings.Web/Pages/Messages.razor.rz.scp.css */
img.avatar[b-hgfk6efx36] {
    max-width: 48px;
}

.selected-group[b-hgfk6efx36] {
    background: aliceblue;
    border-radius: 30px;
}

/* *******************************
message-area
******************************** */
.message-area[b-hgfk6efx36] {
    /*height: 100vh;*/
    overflow: hidden;
    /*padding: 30px 0;*/
    background: #f5f5f5;
}

.chat-area[b-hgfk6efx36] {
    position: relative;
    width: 100%;
    background-color: #fff;
    /*border-radius: 0.3rem;*/
    height: 80vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist[b-hgfk6efx36] {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content[b-hgfk6efx36] {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable[b-hgfk6efx36] {
    height: 100% !important;
}

.chatbox[b-hgfk6efx36] {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog[b-hgfk6efx36] {
    max-width: 100%;
    margin: 0;
}

.msg-search[b-hgfk6efx36] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control[b-hgfk6efx36] {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus[b-hgfk6efx36] {
    outline: 0;
    box-shadow: inherit;
}

a.add img[b-hgfk6efx36] {
    height: 36px;
}

/*.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}*/

/*.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}*/



.chatbox .active[b-hgfk6efx36] {
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 14px;
    left: 36px;
    z-index: 1;
}

.chat-list .active[b-hgfk6efx36] {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.read-unread-icon[b-hgfk6efx36] {
    font-size: 10px;
}

.msg-head h3[b-hgfk6efx36] {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p[b-hgfk6efx36] {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    /*text-transform: capitalize;*/
    margin-bottom: 0;
}

.msg-head[b-hgfk6efx36] {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption[b-hgfk6efx36] {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar[b-hgfk6efx36] {
    padding: 0;
}

.moreoption li .nav-link[b-hgfk6efx36] {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle[b-hgfk6efx36]::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper][b-hgfk6efx36] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul[b-hgfk6efx36] {
    overflow: hidden;
}

.msg-body ul li[b-hgfk6efx36] {
    list-style: none;
    /*margin: 15px 0;*/
    margin: 15px 0px 15px -15px;
}

.msg-body ul li.sender[b-hgfk6efx36] {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender[b-hgfk6efx36]:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p[b-hgfk6efx36] {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b[b-hgfk6efx36] {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.receiver[b-hgfk6efx36] {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.receiver[b-hgfk6efx36]:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 0 12px 15px 12px;*/
    border-width: 0 11px 15px 15px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.receiver p[b-hgfk6efx36] {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.receiver p b[b-hgfk6efx36] {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.receiver[b-hgfk6efx36]:after {
    display: block;
    content: '';
    clear: both;
}

.time[b-hgfk6efx36] {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.receiver .time[b-hgfk6efx36] {
    margin-right: 20px;
}

.divider[b-hgfk6efx36] {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6[b-hgfk6efx36] {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider[b-hgfk6efx36]:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box[b-hgfk6efx36] {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form[b-hgfk6efx36],
.send-box-content[b-hgfk6efx36] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control[b-hgfk6efx36] {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button[b-hgfk6efx36] {
    border: none;
    background: #3867d6;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i[b-hgfk6efx36] {
    margin-right: 5px;
}

    .send-box button[disabled][b-hgfk6efx36] {
        background: #9da0bf;
    }


#upload[b-hgfk6efx36] {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.button-wrapper[b-hgfk6efx36] {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus[b-hgfk6efx36] {
    outline: 0;
}

.add-apoint[b-hgfk6efx36] {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a[b-hgfk6efx36] {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg[b-hgfk6efx36] {
    margin-right: 5px;
}

.chat-icon[b-hgfk6efx36] {
    display: none;
}

.closess i[b-hgfk6efx36] {
    display: none;
}



/*@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }

    .chatlist {
        width: 100%;
    }

    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }

    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }

    .msg-head h3 {
        font-size: 14px;
    }

    .msg-head p {
        font-size: 12px;
    }

    .msg-head .flex-shrink-0 img {
        height: 30px;
    }

    .send-box button {
        width: 28%;
    }

    .send-box .form-control {
        width: 70%;
    }

    .chat-list h3 {
        font-size: 14px;
    }

    .chat-list p {
        font-size: 12px;
    }

    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .msg-body ul li.receiver p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}
*/
/* _content/Listings.Web/Pages/Privacy.razor.rz.scp.css */
body[b-cddsvvxcaf] {
}

h1[b-cddsvvxcaf] {
    font-size: 1.75rem;
    padding-bottom: 0.5rem;
}

h2[b-cddsvvxcaf] {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    color: #545b9d;
}

h3[b-cddsvvxcaf] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
}

hr[b-cddsvvxcaf] {
    border-style: dotted;
}
/* _content/Listings.Web/Pages/ViewListing.razor.rz.scp.css */
.image-item[b-0rrqkjqp2o] {
    /*background: #f3f3f3;*/
    /*padding: 1px 30px 1px 30px;*/
    margin: 3px;
/*    box-shadow: 1px 1px 5px 0px #00000045;
    border-radius: 5px;*/
    border: 1px solid #ccc;
}
/* _content/Listings.Web/Shared/Avatar.razor.rz.scp.css */
.avatar-container[b-tqk5umk7le] {
    max-height: 48px;
    max-width: 48px;
    display: inline-block;
    vertical-align: middle;
}

.avatar[b-tqk5umk7le] {
    max-width: 48px;
    object-fit: cover;
    object-position: center;
    max-height: 48px;
}
/* _content/Listings.Web/Shared/CategoryMenu.razor.rz.scp.css */
.categorymenu-item[b-drl1tidagy] {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.categorymenu-item:hover[b-drl1tidagy] {
    color: greenyellow;
}

.offcanvas-item[b-drl1tidagy] {
    text-transform: capitalize;
    padding: 7px 20px;
}

.offcanvas-item:hover[b-drl1tidagy] {
    background: #444;
}

/********/

.sidemenu div[b-drl1tidagy] {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.sidemenu div span[b-drl1tidagy] {
    color: #aaa !important;
    padding-right: 1.05rem;
    font-size: 1.1rem;
}
/* _content/Listings.Web/Shared/EditListingUpload.razor.rz.scp.css */
.image-item[b-3sc4lush9h] {
    /*    background: #f3f3f3;
    padding: 1px 30px 1px 30px;
    margin: 10px;
    box-shadow: 1px 1px 5px 0px #00000045;
    border-radius: 5px;*/

    padding: 1px 30px 1px 30px;
    margin: 10px;
    border: 1px solid #ddd;
    border-style: dashed;
}

.image-item-remove-icon[b-3sc4lush9h] {
    position: absolute;
    font-size: 20px;
    margin-top: -10px;
}

.image-item-drag-icon[b-3sc4lush9h] {
    position: absolute;
    font-size: 20px;
    margin-top: -10px;
    margin-left: -25px;
    color: #999;
}

.image-item-left-icon[b-3sc4lush9h] {
    cursor: pointer;
    font-size: 20px;
    color: #999;
    margin-left: -20px;
}

.image-item-right-icon[b-3sc4lush9h] {
    cursor: pointer;
    float: right;
    font-size: 20px;
    color: #999;
    margin-right: -20px;
}

.image-item-left-icon:hover[b-3sc4lush9h],
.image-item-right-icon:hover[b-3sc4lush9h],
.image-item-drag-icon:hover[b-3sc4lush9h] {
    color: #888;
}

.image-dragged[b-3sc4lush9h] {
    border: 1px solid red;
    background: #999;
    padding: 30px;
}

/* _content/Listings.Web/Shared/ListingItem.razor.rz.scp.css */
/*div.row .align-items-center:hover .h5 {
    text-decoration: underline;
}
*/

.h5:hover[b-ee1352n0i6] {
    text-decoration: underline;
    cursor: pointer;
}

.unpublished .unpublished-target[b-ee1352n0i6]
{
    opacity: 0.60;
}
/* _content/Listings.Web/Shared/LoginDisplay.razor.rz.scp.css */
.logout-button:hover[b-xa28hkkrey] {
    background: #f0f0f0;
}

.avatar-wrapper[b-xa28hkkrey] {
    display: inline-block;
    min-width: 48px;
}

@media screen and (max-width: 900px) {
    .avatar-wrapper[b-xa28hkkrey] {
        min-width: 32px;
    }
}
/* _content/Listings.Web/Shared/MainLayout.razor.rz.scp.css */
.offcanvas.offcanvas-start[b-wl1zx3tsxw] {
    left: -40px;
    padding-left: 40px;
}

main[b-wl1zx3tsxw] {
    flex: 1;
}

.sidebar[b-wl1zx3tsxw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wl1zx3tsxw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wl1zx3tsxw]  a, .top-row .btn-link[b-wl1zx3tsxw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wl1zx3tsxw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wl1zx3tsxw] {
        display: none;
    }

    .top-row.auth[b-wl1zx3tsxw] {
        justify-content: space-between;
    }

    .top-row a[b-wl1zx3tsxw], .top-row .btn-link[b-wl1zx3tsxw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wl1zx3tsxw] {
        flex-direction: row;
    }

    .sidebar[b-wl1zx3tsxw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wl1zx3tsxw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wl1zx3tsxw], article[b-wl1zx3tsxw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Listings.Web/Shared/Messages/ChatList.razor.rz.scp.css */
.selected-group[b-5cde4975tm] {
    background: aliceblue;
    border-radius: 30px;
}

.chat-list-listing[b-5cde4975tm] {
    font-size: .9rem;
}

.chat-list-message[b-5cde4975tm] {
    font-size: .8rem;
}

.modal-dialog-scrollable[b-5cde4975tm] {
    height: 100% !important;
}

.chatlist[b-5cde4975tm] {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-list h3[b-5cde4975tm] {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.chat-list p[b-5cde4975tm] {
    margin-bottom: 0;
    max-width: 200px;
}

.chat-list a.d-flex[b-5cde4975tm] {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chatbox .active[b-5cde4975tm] {
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 14px;
    left: 36px;
    z-index: 1;
}

.chat-list .active[b-5cde4975tm] {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

/* _content/Listings.Web/Shared/OffCanvas.razor.rz.scp.css */
.offcanvas[b-5g3ojemn8m] {
    margin-left: -50px;
    padding-left: 50px;
}
/* _content/Listings.Web/Shared/OffCanvasChatList.razor.rz.scp.css */
.offcanvas[b-n7mbydqejf] {
    margin-left: -50px;
    padding-left: 50px;
}
/* _content/Listings.Web/Shared/PublishButton.razor.rz.scp.css */
.button-published.small button[b-7r60g813q0] {
    font-size: .7rem;
    font-weight: bold;
    margin: 0px;
    padding: 0px 5px;
}
/* _content/Listings.Web/Shared/TopMenu.razor.rz.scp.css */
.topmenu[b-eoox1y017e] {
    background: #545b9d;
    padding: 7px 15px;
}
.topmenu-item[b-eoox1y017e] {
    cursor: pointer;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.topmenu-admin[b-eoox1y017e] {
    background: #767aa2;
}

/*::deep.topmenu div {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}*/

.sidemenu[b-eoox1y017e] {
}

[b-eoox1y017e].sidemenu div {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

[b-eoox1y017e].sidemenu div span {
    color: #aaa !important;
    padding-right: 1.05rem;
    font-size: 1.1rem;
}
