#authwrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/authbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#authwrapper img {
    max-width: 100%;
    display: block;
}

#authwrapper .block {
    padding: 0 50px;
}

#authwrapper .block h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}

#authwrapper .block p {
    color: #d5d5d5;
}

#authwrapper .block form {}

#authwrapper .block form input {
    background: #191919;
    border: none;
    border-bottom: 1px solid #282B71;
    border-radius: 4px;
    height: 50px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
}

#authwrapper .block form input:focus {
    box-shadow: none;
}

#authwrapper .block form input::placeholder {
    color: grey;
}

#authwrapper .block form select {
    background: #191919;
    border: none;
    border-bottom: 1px solid #282B71;
    border-radius: 4px;
    height: 50px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
}

#authwrapper .block form select:focus {
    box-shadow: none;
}

#authwrapper .block form select::placeholder {
    color: grey;
}

#authwrapper .block form button {}

#authwrapper .block form .bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#authwrapper .block form .bottom span {
    color: #b7b7b7;
    font-size: 12px;
}

#authwrapper .block form .bottom span a {
    color: #fff;
    text-decoration: underline;
}

.prop-data.pd2 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    max-width: 70px;
    border-radius: 50px;
}

table td span.tprop-int.sp_pending {
    background: #FFC107;
    color: #000;
}

table td span.tprop-int.sp_suspend {
    background: #ff0000;
    color: #fff;
}

.intr_td span {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

span.badge.badge-Pending {
    background: #FFC107;
    color: #000;
}

span.badge.badge-Accepted {
    background: green;
    color: #fff;
}

span.badge.badge-Rejected {
    background: #FF0000;
    color: #000;
}

.profile img {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
}

.sidebar-wrapper .logout-ico button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.status-dropdown {
    width: 100%;
    left: 0;
    top: 35px;
    padding: 0;
}

.status-dropdown a.change-status.active {
    color: green;
}

.status-dropdown a.change-status.suspend {
    color: red;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999;
    background: rgb(0,0,0,0.8);
    backdrop-filter: blur(6px);
}

h2#swal2-title {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}

button.swal2-confirm.swal2-styled {
    background: #4CAF50;
    padding: 10px 50px;
}

.admin-profile.add-property textarea.form-control {
    height: 150px !important;
}

.lead-status-actions a {
    display: block;
    width: 150px;
}

.lead-status-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 300px;
    margin: 0 auto;
    justify-content: center;
}

table.taskstable tfoot tr td {
    color: #fff;
    background: #395C2B;
}

.task-listing #example_wrapper {padding-bottom: 0;}

.task-listing #example_wrapper .row.justify-content-between:nth-child(3) {
    display: none;
}

.task-listing #example_wrapper .row.justify-content-between.dt-layout-table {
    margin-bottom: 0;
}

.taskbadge {
    color: green;
    width: 35px;
    height: 35px;
    border: 2px solid green;
    border-radius: 50px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.taskbadgesb {
    color: #00BCD4;
    border: 2px solid #00bcd4;
    border-radius: 4px;
    padding: 5px 10px;
}

.taskstable  button.mark-done {
    padding: 5px 10px;
    background: #FFC107;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.fancybox__container {
    z-index: 99999 !important;
}

.currentProgressBar {
    width: 100%;
    height: 5px;
    background: #d5d5d5;
    border-radius: 50px;
}

.currentProgressBar span {
    background: #567c47;
    display: block;
    height: 5px;
}

.taskApprovalBuyerProgress strong {
    width: 50px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    border: 1px solid #567c47;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}

td.taskApprovalBuyerProgress {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-form {
    padding: 30px;
}

.service-form label {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.service-form .form-control {
    height: 48px !important;
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 20px;
}

.service-form  .details-pro {
    background: #fff;
    padding: 30px;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
}

.service-form  .details-pro .row {
    padding: 0;
}

.service-form  .details-pro .row .col-md-3 {
    padding-left: 10px !important;
}

.vendor_services .infoservice {
    border: 1px solid #dbdbdb;
}

.vendor_services .infoservice img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    display: block;
    margin: 0;
}

.vendor_services .infoservice h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.vendor_services .infoservice h2 span {
    display: block;
    font-size: 16px;
    margin-top: 3px;
    font-weight: 400;
}

.vendor_services .infoservice a.btn.btn-primary.hire-vendor {
    padding: 20px 0;
    display: block;
    border-radius: 0;
    font-size: 18px;
}

form#hireVendorForm textarea#jobDetail {
    width: 350px;
    height: 150px;
    padding: 15px;
}

div#hireVendorPopup p {
    margin-top: 5px;
    margin-bottom: 0;
}

form#hireVendorForm {
    margin-top: 20px;
}

#alreadyrequested {
    background: #4CAF50;
    padding: 20px 0;
    display: flex;
    color: #fff;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#alreadyrequested svg {
    width: 15px;
    height: 15px;
    background: #fff;
    color: #4CAF50;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
}

div#swal2-html-container {
    font-size: 15px;
    padding-top: 10px;
}

.vendorjobtable span.badge {
    border-radius: 4px;
    font-weight: 500;
}

.vendorjobtable span.badge.badge-success {
    color: green;
}

table tr.trCompleted td {
    background: #EDFDF5;
}

table tr.trSubmitted td {
    background: #fffce5;
}

table tr.trSubmitted td span.taskbadgesb {
    color: #000000;
    border: none;
    background: #FFEB3B;
    padding: 8px 10px;
}

table.taskstable tr.trPending td button.mark-done {
    background: #000;
}

.swal2-radio label {
    position: relative;
    width: 75%;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 0;
    cursor: pointer;
}

.swal2-radio label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}

.swal2-radio label span.swal2-label {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.swal2-radio {
    flex-wrap: wrap;
    gap: 8px;
}

label:has(input[type="radio"]:checked) {
    background: #4CAF50;
    border: 1px solid #388b3b;
}

label:has(input[type="radio"]:checked) span {
    color: #fff;
}

.buyer-properties-list.mb-4 {
    margin-top: 50px;
}

.buyer-properties-list.mb-4 table {
    width: 100%;
}

.buyer-properties-list h4 {
    margin-bottom: 20px;
}

.buyer-properties-list.mb-4 table .progress {
    border-radius: 50px;
}

.buyer-properties-list.mb-4 table .progress-bar.bg-success {
    background: #395c2b !important;
    font-size: 10px;
}

#editVendorJobPopup {
    width: 500px;
}

#editVendorJobPopup h3 {
    margin-bottom: 20px;
}

#editVendorJobPopup h4#vendorTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

#editVendorJobPopup p {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}

#editVendorJobPopup textarea#editJobDetail {
    margin-top: 20px;
    height: 150px;
    padding: 15px;
}

#editVendorServicePopup {
    width: 500px;
}

#editVendorServicePopup h3 {
    margin-bottom: 20px;
}

#editVendorServicePopup label {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

#editVendorServicePopup input, #editVendorServicePopup select {
    height: 50px;
}

#editVendorServicePopup button.btn {
    padding: 15px 0;
    font-size: 16px;
    margin-top: 20px;
}

.sidebar-info {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    transition: right 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    overflow: hidden;
}
.sidebar-info.active { right: 0; }

.sidebar-info .close-btn {
    background: transparent;
    border: none;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.sidebar-info .carousel-inner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-info .slick-dots button {
    padding: 0 !important;
    width: 10px;
    height: 10px;
    background: #c3c3c3;
    border-radius: 50px;
}

.sidebar-info .slick-dots li button:before {
    display: none;
}

.sidebar-info .slick-dots li {
    width: 10px;
    height: 10px;
}

.sidebar-info .slick-dots li.slick-active button {background: #395c2b;}

.sidebar-info #propertyGallery {
    margin-bottom: 50px;
    margin-top: 20px;
}

.sidebar-info  h3#propertyTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.sidebar-info span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.sidebar-info  p#propertyAddress {
    font-size: 15px;
}

.sidebar-info p:last-child {
    font-size: 14px;
}

.sidebar-info p span {
    font-size: 14px;
    font-weight: 400;
}

.sidebar-info button#closeSidebar {
    font-size: 16px;
}

.sidebar-info .leadstag {
    padding: 8px;
    margin-bottom: 8px;
    box-shadow: inset 0px 0px 16px 0px #dbdbdb;
    color: #000;
    display: inline-block;
}

.sidebar-info .leadstag strong {
    font-weight: 500;
    font-size: 14px;
}

.sidebar-info .leadstag span {font-weight: 400;}

p.text-propertyassigned {
    font-size: 12px;
    font-weight: 500;
    color: #772020;
}

.singleProperty {}

.singleProperty .col-md-4 {
    position: sticky;
    top: 140px;
}

.singleProperty #map {
    height: 700px;
    width: 100%;
    border-radius: 10px;
}

.singleProperty .propertyGallery img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.singleProperty .propertyMeta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.singleProperty .propertyMeta h2.propertyTitle {
    font-size: 25px;
    font-weight: 600;
}

.singleProperty .propertyMeta h2.propertyTitle span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

.singleProperty .propertyMeta h2.propertyTitle div {
    margin-top: 25px;
    font-weight: 500;
    border-left: 3px solid #548740;
    padding-left: 10px;
}

.singleProperty .propertyMeta h2.propertyTitle div small {
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    width: fit-content;
    opacity: 0.8;
}

.singleProperty .propertyMeta span.badge.badge-Accepted {
    border: 2px solid green;
    background: #fff;
    color: green;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
}

.singleProperty p.propertyLastUpdated {
    margin: 10px 0 15px;
    font-size: 11px;
    font-style: italic;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.singleProperty p.propertyInfo {
    background: #f9f9f9;
    padding: 20px 20px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #4d4d4d;
    border-radius: 10px;
}

.singleProperty .locationCard {
    background: #f9f9f9;
    padding: 20px 20px;
}

.singleProperty .locationCard h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.singleProperty .locationCard ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 25px;
}

.singleProperty .locationCard ul li {
    display: block;
    font-size: 17px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.singleProperty .locationCard ul li:first-child {
    border: none;
    padding: 0;
}

.singleProperty .locationCard ul li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b;
    margin-bottom: 2px;
}

.singleProperty .propertyDetails {
    background: #f9f9f9;
    padding: 20px 20px;
    margin-top: 20px;
}

.singleProperty .propertyDetails h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.singleProperty .propertyDetails ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 10px;
    margin-top: 40px;
}

.singleProperty .propertyDetails ul li {
    width: 23%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.singleProperty .propertyDetails ul li img {
    width: 50px;
}

.singleProperty .propertyDetails ul li div {
    color: #494949;
    font-size: 16px;
}

.singleProperty .propertyDetails ul li div span {
    font-size: 12px;
    display: block;
    color: #000;
}

.zip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.zip-tag {
    background: #ffffff;
    border-radius: 20px;
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    width: 48%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #393939;
}

.hold-list .zip-tag {
    background: #fff6dc;
}
.zip-tag button.remove-zip {
    background: none;
    border: none;
    color: #d00;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.valigntop {
    vertical-align: top;
}

.agentsm {
    color: #818181;
    display: block;
    margin: 1px 0;
}

.approved-list .zip-tag button.remove-zip {
    display: none;
}

.approved-list  {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.zip-appr {
    background: #ffffff;
    border-radius: 20px;
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    width: 48%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #393939;
}

.approved-list .zip-appr {
    background: #f2ffe4;
    justify-content: center;
    width: auto;
    padding: 5px 17px;
}

.shownlistzip {
    display: flex;
    gap: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.shownlistzip span.zip-tag_new {
    background: #ffffff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    width: 48%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #393939;
}

.zip-list.applied-list.zipfound button.approve-zip-btn {margin-left: 30px;padding: 0;}

.zip-list.applied-list.zipfound button.hold-zip-btn {
    padding: 0;
}



