/*
Theme Name: hello-elementor Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
.tenant-assign-form button, .tenant-assign-form button:hover, .tenant-assign-form button:focus {
    display: block;
    background: green;
    color: white;
    border: none;
}
ul.page-numbers {
    display: flex;
    gap: 10px;
    list-style: none;
    margin-top: 20px;
    justify-content: end;
}
#dashboard * {
    font-family: "Montserrat", Sans-serif;
}
.um-postmessage {
    text-align: center;
}
button.toggle-sidebar {
display: none;
}#dashboard .sidebar
section.my-reviews h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: 700;
    color: #101939;
}
.Fade.p-LinkOptInWrapper {
    display: none;
}
li.disabled span {
    padding: 10px !important;
    width: 100%;
    display: block;
}
.reviewlist .reviewalaname {
    font-weight: 600;
    font-size: 16px;
}

.reviewlist .reviewwc {
    font-size: 13px;
}
.reviewlist{
    margin: 0 0 10px 0;
}
.reviewtimedate{
    margin-top: 5px;
    font-size: 8px;
    
}
section.user-profile {
    margin: 0 !important;
    padding: 30px;
    border-radius: 10px;
    width: max-content;
    border-top: 1px solid #101939;
    border-right: 3px solid #101939;
    border-bottom: 3px solid #101939;
    border-left: 1px solid #101939;
}
section.user-profile p {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
    width: fit-content;
}

section.user-profile p strong {font-style: italic;}
.pending-doc-item span, .property-documents {text-transform: capitalize;font-weight: 500;}
@media only screen and (max-width: 767px) {
/* Default styles for the sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -250px; /* Hide sidebar off-screen */
    width: 250px;
    height: 100%;
    background-color: #333;
    color: #fff;
    transition: left 0.3s ease-in-out; /* Smooth slide transition */
    padding-top: 20px;
}

/* Sidebar links styling */
.sidebar ul {
    list-style-type: none;
    padding: 0;
}
button.toggle-sidebar {
            position: absolute;
        margin-top: -60px;
        right: 0;
    }
.sidebar ul li a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #444;
}
button.toggle-sidebar {
display: block !important;
    background: white;
    color: black;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 0;
    font-size: 15px;
}
.sidebar ul li a:hover {
    background-color: #575757;
}

/* Button for toggling sidebar */
.toggle-sidebar {
    background-color: #333;
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
}

/* Show sidebar when it's toggled */
.sidebar.open {
    left: 0; /* Slide in the sidebar */
}

/* Media Query for mobile */
@media (max-width: 768px) {
    .sidebar {
        left: -500px;
    }
    .page-template-template-dashboard-php #dashboard .sidebar{
    width: 70% !important;
    }
    .sidebar.open {
        left: 0;
        z-index: 9999 !important;
    }
}
#dashboard .sidebar img.custom-logo {
    width: 70%;
    display: block !important;
    margin-bottom: 20px;
}
}
#dashboard .sidebar img.custom-logo {
   display: none;
}
.logged-in .elementor-element.elementor-element-b8f55c7.elementor-widget.elementor-widget-text-editor {
    display: none;
}
.tenant-assign-form input,
.tenant-assign-form button {
    padding: 5px 10px !important;
    font-size: 12px !important;
    margin: 2px 0;
    outline: none;
}
.limit-exceed {
    min-height: 90vh;
}.property-card-content {
    position: relative;
}
select.picker__select--year {
    display: unset;
}
p.revsuccess {
            text-align: center;
            color: green;
            margin: 0;
        }
        p.revlimit {
            text-align: center;
            color: red;
            margin: 0;
        }
        p.noactivelease {
    text-align: center;
    margin: 0;
    color: grey;
    user-select: none;
}
.leaseimage {
    position: absolute;
    bottom: 0;
    right: 0;
}

img.lease-image {
    width: 100px;
}
.lowersection .slides img.active {
    border-radius: 10px;
}

.thumbnails img {
    border-radius: 10px;
}
.property-documents h4 {
    font-size: 16px;
}div#rent-log-popup {
    width: 50%;
    background: white;
    padding: 20px;
    border: 1px solid silver;
    z-index: 100599;
}

div#rent-log-popup * {
    border-radius: 10px;
    border-color: silver;
    outline: none;
}

div#rent-log-popup label {
    font-weight: 600;
}

form#rent-log-form h3 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.tenant-documents,.pd-btns {border: 1px solid silver;margin: 5px;padding: 10px 10px 10px 10px;border-radius: 10px;}

.property-documents a {
    display: block;
    width: fit-content;
}
div#logout-modal {
    background: white;
    padding: 50px 20px;
    width: 60%;
    box-shadow: 1px 1px 5px 2px silver;
    z-index: 99999;
    text-align: center;
}

div#logout-modal h3 {
    font-size: 20px;
}

button#logout-no,
a#logout-yes {
    color: white !important;
    padding: 10px 30px !important;
    border: none;
    font-size: 15px;
    width: auto;
    background: #101939 !important;
    border-radius: 0 !important;
}
.property-documents p {
    margin-bottom: 10px;
    font-size: 13px;
}div#rent-log-popup button {
    background: #101939 !important;
    width: auto;
    margin: 0 auto;
    display: block;
}div#rent-log-popup button#close-popup {
    background: #d21515 !important;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    padding: 5px 10px !important;
}
#dashboard .sidebar ul li.active a {
        background: #101939;
    color: #fff !important;
}
#dashboard .sidebar ul#property-management-submenu li a {
    padding: 10px !important;
    background: transparent !important;
    border: 1px solid #101939;
    text-decoration: none;
    color: #101939 !important;
    text-decoration: none !important;
}
#dashboard .sidebar ul#property-management-submenu li:hover a{
    background: #101939 !important;
    border: 1px solid #101939;
    color: #ffffff !important;
    text-decoration: none !important;
}


.toast {
    opacity: 1 !important;
}
.limit-exceed p {
    text-align: center;
    font-weight: 400;
    background: red;
    color: white;
    font-size: 20px;
    padding: 5px;
}

#dashboard .content .section table th {
    width: auto !important;
}

section#lease-contract-landlord form {
    display: flex;
    gap: 5px;
    width: auto !important;
}

section#lease-contract-landlord form input[type="text"] {
    width: auto;
    outline: none;
}

form#consent-form,
.consent-form {
    width: 60%;
    margin: 50px auto;
    padding: 0;
    border: 5px solid #101939;
    box-shadow: 1px 1px 6px #c0c0c0a3;
}

.formdivv {
    padding: 20px;
}


form#consent-form h2,
.consent-form h2 {
    font-size: 22px;
    text-align: center;
    font-family: 'Montserrat';
    background-color: #101939;
    color: white;
    padding: 10px 0;
    margin: 0;
}

.formdivv * {
    color: black;
    margin-bottom: 10px;
}

p.seccessgreeen {
    text-align: center;
    background: #319b31;
    color: white;
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

form#consent-form input {
    border: none;
    border-bottom: 1px solid silver;
    border-radius: 0;
    outline: none;
}

input[value="Submit Consent"] {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

form#consent-form input[value="Submit Consent"]:hover {
    border: 1px solid #101939 !important;
    background: white !important;
    font-weight: 400;
    color: #101939 !important;
}

form#consent-form h3,
.consent-form h3 {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.alert {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: absolute;
    top: 17%;
    z-index: 9999999;
    width: 50%;
    left: 30%;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.alert .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: inherit;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

p.nlm a {
    color: white;
    text-decoration: underline;
}

.password-strength-indicator {
    margin-top: 10px;
}

.password-strength-text {
    font-weight: bold;
}

.password-strength-bar {
    height: 5px;
    width: 100%;
    background-color: #ddd;
    margin-top: 5px;
    transition: background-color 0.3s ease;
}

.password-requirements p {
    margin: 0;
}

.password-requirements p.requirement {
    background: #101939;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    font-style: italic;
    color: white;
}

.password-strength-bar.weak {
    background-color: red;
}

.password-strength-bar.good {
    background-color: orange;
}

.password-requirements ul {
    display: none;
}

.password-strength-bar.strong {
    background-color: green;
}

.password-requirements {
    margin-top: 10px;
}

.password-requirements li {
    color: gray;
}

.password-requirements li.satisfied {
    color: green;
}

#dashboard {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    min-height: 100vh;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



#dashboard .sidebar {
    width: 20%;
    background: white;
    padding: 15px;
    border-right: 1px solid #ddd;
}

#dashboard .sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#dashboard .sidebar ul li {
    margin: 10px 0;
}

#dashboard .sidebar ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
    border-radius: 3px;
    transition: background 0.3s, color 0.3s;
}

#dashboard .sidebar ul li a:hover,
#dashboard .sidebar ul li a.active {
    background: #101939;
    color: #fff;
}

#dashboard .content {
    width: 80%;
    padding: 15px;
}

#dashboard .content section {
    margin-bottom: 30px;
}

#dashboard .content section h2 {
    margin-top: 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    color: #0f1e3b;
}

#dashboard .content section .sub-section {
    margin-top: 20px;
    padding-left: 20px;
    border-left: 2px solid #ddd;
}

#dashboard .content section .sub-section h3 {
    margin-top: 0;
}

#tenant-profile-form label,
#landlord-profile-form label {
    display: block;
    margin: 10px 0 5px;
}

#tenant-profile-form input[type="text"],
#tenant-profile-form input[type="email"],
#tenant-profile-form input[type="number"],
#tenant-profile-form input[type="submit"],
#landlord-profile-form input[type="text"],
#landlord-profile-form input[type="email"],
#landlord-profile-form input[type="number"],
#landlord-profile-form input[type="submit"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

#tenant-profile-form input[type="submit"],
#landlord-profile-form input[type="submit"] {
    background: #101939;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

#tenant-profile-form input[type="submit"]:hover,
#landlord-profile-form input[type="submit"]:hover {
    background: #101939;
}

section#review-documents a {
    color: white;
    background: green;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 13px;
}

section#review-documents a i {
    padding-left: 5px;
    font-size: 10px;
}

.feature-field {
    display: flex;
    margin: 2px 0;
}

.feature-field button {
    background: red;
    color: white;
    border-radius: 0;
    border: none;
}

button.amore {
    background: #39c639;
    color: white;
    border: none;
    font-size: 10px;
}

button.amore:hover {
    background: #39c639;
    color: white;
    transform: scale(0.9);
}

.feature-field button:hover {
    background: red;
    color: white;
    transform: scale(0.9);
}

.manage-properties {
    width: 60%;
    margin: 50px auto;
}

a.back-button,
form.search-form button,
a.back-button:hover,
form.search-form button:hover {
    background: #101939;
    color: white !important;
}

thead tr th {
    background: #101939 !important;
    width: 60%;
    margin: 50px auto;
}




a.back-button,
form.search-form button,
a.back-button:hover,
form.search-form button:hover {
    background: #101939;
    color: white !important;
    color: white;
}

td {
    text-wrap: nowrap;
}

.manage-properties thead tr th {
    color: white !important;
}

.back-button {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333333;
}

.search-form {
    margin-bottom: 20px;
    display: flex;
}

.search-form input[type="text"] {
    flex-grow: 1;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #dddddd;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.search-form button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-form button:hover {
    background-color: #005d8b;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table,
th,
td {
    border: 1px solid #dddddd;
}

th,
td {
    padding: 15px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.manage-properties td.action-buttons a {
    display: contents;
    color: black !important;
}

a.buyplan {
    background: #303b62 !important;
    color: white;
    border: 1px solid #101939;
    display: block;
    padding: 10px !important;
    margin: 0 !important;
    width: fit-content;
    transition: 500ms;
    border-radius: 20px 20px 20px 0;
    font-size: 14px !important;
}

a.buyplan:hover {
    background: #fff !important;

}

.property-info {
    display: flex;
    margin: 10px;
    text-align: center;
    justify-content: end;
	margin-top: -70px;
}

.property-info-item:first-child {
    background: #101939;
    color: white;
 
}

.property-info-item {
    border: 1px solid #101939;
    padding: 10px;
}

.property-info-item h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.property-info-item p {
    margin: 0;
    font-size: 16px;
}
.limit-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin: 10px 10px 10px auto;
    width: fit-content;
    border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 1px #a7a7a7;
}

.limit-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.action-buttons a {
    margin-right: 10px;
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.action-buttons a:hover {
    color: #005d8b;
}

.action-buttons a.delete {
    color: #ff0000;
}

.action-buttons a.delete:hover {
    color: #cc0000;
}

.toggle-status {
    cursor: pointer;
}

.toggle-status:hover {
    color: #ffa500;
}

.formsec input[type="submit"] {
    width: 100%;
}

.formsec {
    max-width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.back-button {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #101939;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.back-button:hover {
    background-color: #0d1730;
}



#banner-preview img,
#gallery-preview img {
    max-width: 100px;
    margin: 10px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}





p.host-sig img {
    width: 20%;
    filter: drop-shadow(1px 1px 0px black);
}

#banner-preview .bimmm,
#gallery-preview .sortable-item {
    display: inline-block;
    position: relative;
}

.remove-image {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0000;
    color: #ffffff;
    padding: 1px 9px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.remove-image:hover {
    background-color: #cc0000;
}

form.add-form label {
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 20px;
}

form.add-form input,
form.add-form select {
    border: 1px solid silver !important;
    border-radius: 10px;
    outline: none !important;
}

.form-right,
.form-left {
    width: 48%;
}

form.add-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

button#upload-banner-button,
button#upload-images-button {
    background: #55556f;
    color: white;
    border: none;
}

div#banner-preview img {
    width: 100px;
}

/* .......Detailed Page Css........ */
.topsection {
    position: relative;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.topsection .headcontent {
    position: relative;
    z-index: 2;
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background: #10193945;
}

.topsection .tags {
    margin-bottom: 15px;
}

.topsection .tag {
    display: inline-block;
    background: #101939;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
}

.lowersection {
    display: flex;
    padding: 50px 0;
}

.leftsection,
.rightsection {
    width: 50%;
    padding: 20px;
}

.lowersection .slider-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.lowersection .slides img {
    width: 100%;
    display: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.lowersection .slides img.active {
    display: block;
}

.lowersection .thumbnails {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}

.lowersection .thumbnails img {
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
}

.lowersection .arrow {
    position: absolute;
    top: 50%;
    background-color: white;
    color: #101939;
    border: none;
    cursor: pointer;
    padding: 5px 15px;
    transition: 300ms;
    border-radius: 0px;
    text-align: center;
    line-height: 30px;
        transform: translateY(-80px);
}

.lowersection .arrow.left {
    left: 0px;
}

.lowersection .arrow.right {
    right: 0px;
}

.lowersection .arrow:hover {
    scale: 0.9;
    transition: 300ms;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}


.modal-content img {
    width: 100%;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

.loc {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.loc p {
    display: grid;
    padding: 5px;
    margin-bottom: 0px;
    font-size: 90%;
    line-height: 20px;
}

.twocolumns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bath-bed {
    display: flex;
}

.ldiv {
    display: flex;
}

p.dbf {
    display: grid;
    margin: 0;
}

.bathbed p.dbf strong {
    margin: 0;
}

.feature-field {
    display: flex;
    margin: 2px 0;
}

.feature-field button {
    background: red;
    color: white;
    border-radius: 0;
    border: none;
}

button.amore {
    background: #39c639;
    color: white;
    border: none;
    font-size: 10px;
}

button.amore:hover {
    background: #39c639;
    color: white;
    transform: scale(0.9);
}

.feature-field button:hover {
    background: red;
    color: white;
    transform: scale(0.9);
}

.leftsection ul {
    list-style: none;
    padding: 0;
}

.leftsection ul li:before {
    content: '✓';
    position: relative;
    left: -10px;
    color: #101939;
    font-weight: 600;
}

.leftsection ul li {
    padding-left: 15px;
}

.stboc {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

.strr {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #101939;
    border-radius: 5px;
    cursor: pointer;
    gap: 5px;
}

.strr p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.strr.active {
    background: #101939;
}

.single-rental_property .strr.active svg path {
    stroke: white;
}

.strr.active p {
    color: white;
}

.property-card:hover {
    transform: scale(1.02);
    transition: 500ms;
}

.lowersection.container {
    display: flex;
    max-width: 80%;
    margin: 100px auto;
    gap: 20px;
}

.rightsection,
.leftsection {
    width: 50%;
    padding: 20px;
    box-shadow: 1px 1px 10px 0px #c0c0c042;
}

.headcontent {
    padding: 100px 15%;
    /* background-image: linear-gradient(to right, #000000a6, #00000052); */
}

h2.protitle {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    filter: drop-shadow(2px 4px 6px grey);
}

.headcontent p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.headcontent * {
    color: white !important;
}

p.proref {
    background: #5050505e;
    padding: 5px;
    width: fit-content;
    box-shadow: 3px 3px 7px #c0c0c07d;
}

.headcontent b {
    font-weight: 700;
    font-size: 18px;
}

.secondsection.container {
    max-width: 80%;
    margin: -50px auto 100px;
}

.secondsection.container {
    display: flex;
    gap: 20px;
}
.property-form input[type="date"] {
    display: block;
    padding: 7px;
    border-radius: 10px !important;
}.property-form {
    border-top: 1px solid #c0c0c040;
    margin: 20px 0;
    padding: 20px 0;
}
.form-group2 .btn-custom:hover,
.form-group2 .btn-custom:focus,
.form-group2 .btn-custom:active {
    background-color: white !important;
    color: #101939;
    border: 1px solid #101939;
    border-radius: 5px;
}

button.btn-custom {
    border: 1px solid #101939;
    border-radius: 5px;
}
.pagination {
    justify-content: end !important;
    gap: 10px;
}
.view-all-container a {
    border-radius: 0 !important;
    background: #101939 !important;
    border: 1px solid #101939;
    color: white;
    transition: 300ms;
}
.submitrentalapp {
    display: flex;
    width: max-content;
    align-items: center;
}.tenant-documents a {
    text-transform: capitalize;
}
.view-all-container a:hover {
    background: white !important;
    color: #101939 !important;
}

button.request-docs-btn {
    font-size: 12px;
    border-radius: 0;
    background: red;
    color: white;
    font-weight: 500;
}
span.page-numbers.current,
a.page-numbers {
    padding: 5px 10px;
    border: 1px solid #101939;
    color: #101939;
    transition: 300ms;
}

span.page-numbers.current {
    background: #101939;
    color: white;
}

span.page-numbers.current:hover {
    background: white;
    color: #101939;
    transition: 300ms;
}

.pagination a.page-numbers:hover {
    background: #101939 !important;
    color: white;
    transition: 300ms;
}
.swiper-button-next, .swiper-button-prev {
    color: white !important;

}
.swiper-button-next:after, .swiper-button-prev:after
{
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .elementor-45 .elementor-element.elementor-element-e0af45d .elementor-shortcode .elementor-102 .elementor-element.elementor-element-3410ad4d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated, .elementor-45 .elementor-element.elementor-element-e0af45d .elementor-shortcode .elementor-120 .elementor-element.elementor-element-5143d1c1.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    width: 100% !important;
}form#consent-form input[type="submit"] {
    width: auto;
}
.leaseimage {
    position: absolute;
    bottom: 0;
    right: 0;
}

img.lease-image {
    width: 100px;
}
p.seccessgreeen {
    font-size: 13px;
}

    .secondsection.container {
            max-width: 90% !important;
        }
    
        p.nlm {
            font-size: 12px;
        }
    .mangediv {
            width: 100%;
            overflow-x: scroll;
        }
    .topsection {
    padding: 20px 0;
}
span.tag {
    font-size: 12px;
}

h2.protitle {
    font-size: 25px;
    margin-bottom: 10px;
}

p.proadd, .headcontent b {
    font-size: 15px;
}

.lowersection.container {
    max-width: 95%;
    margin: 0 auto;
}

.leftsection {
    box-shadow: none;
    padding: 0 10px;
}

.rightsection {
    padding: 10px;
}
.property-form label{
    font-weight: 700;
}
.property-form h3 {

    font-size: 20px;
    margin: 0 !important;
    font-weight: 600;
}.property-form input[type="date"] {
    display: block;
    padding: 7px;
    border-radius: 10px !important;
}


.property-form {
    border-top: 1px solid #c0c0c040;
    margin: 20px 0;
            padding: 20px 0;
}

.property-form label, .property-form input {
    font-size: 12px;
}

.property-form input, .property-form textarea {
    padding: 10px;
    border-radius: 10px !important;
}
    .lowersection {
        flex-direction: column;
    }
.property-cards {
    flex-direction: column;
}

.property-cards a {
    width: 100%;
}
    .leftsection,
    .rightsection {
        width: 100%;
    }
}

/* .......Detailed Page Css........ */

p.nlm {
    background: seagreen;
    color: white;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0;
}

p.success-message,
p.already-submitted {
    text-align: center;
    background: #86ed64;
    color: black;
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
    margin: 20px 0;
}

div#consentFormModal .modal-content {
    width: 100% !important;
    max-width: 70%;
}

div#consentFormModal .modal-content * {
    font-size: 90%;
    margin: 0;
}

div#consentFormModal .modal-content h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

img.tsig {
    width: 100px;
    height: 100px;
    object-fit: contain;
}


thead th {
    color: white;
    text-wrap: nowrap;
}

img.spinner {
    width: 50px !important;
    position: absolute !important;
    left: 50% !important;
}



div#consentFormModal .modal-content p {
    display: flex;
    align-items: end;
    text-wrap: wrap;
}

div#consentFormModal .modal-content p input[type="text"] {
    border: none;
    border-bottom: 1px solid silver;
    border-radius: 0;
    width: 10%;
    outline: none;
}


div#consentFormModal form#consent-form input[type="submit"] {
    margin-top: 20px;
}

.agreement {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid silver;
    box-shadow: 1px 1px 0px 1px silver;
}

.agreement p {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin: 0;
}

form .agreement input#landlord_signature {
    border: none !important;
}

form .agreement * {
    font-size: 75%;
}

form .agreement input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid silver !important;
    border-radius: 0;
    width: auto;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
}

form .agreement label {
    padding: 0;
    padding-top: 10px;
}

div#signature-preview img {
    height: 100px;
    width: 100px;
    text-align: left;
    object-fit: contain;
}


label[for="legal_agreement"] {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900 !important;
}

p.host-sig {
    display: block;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab.active a {
    font-weight: bold;
    color: blue;
}

ul#property-management-submenu li,
ul#property-management-submenu li a {
    padding: 0 !important;
}

ul#property-management-submenu {
    margin-left: 30px !important;
    width: fit-content;
}

ul#property-management-submenu a:hover {
    background: transparent !important;
    color: black !important;
    text-decoration: underline !important;
}

.property-form h3 {
    font-size: 22px;
    font-weight: 700;
}

.property-form input[type="submit"] {
    width: 50%;
    display: flex;
    margin: 10px 0;
}

.property-form input,
.property-form textarea {
    border: 1px solid silver !important;
    border-radius: 10px !important;
}

.fpara {
    margin: auto;
    padding: 20px;
    line-height: 1.6;
}

.fpara p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.fpara input[type="text"],
.fpara input[type="number"],
input[type="date"] {
    display: inline-block;
    width: auto !important;
    padding: 0px;
    border: none !important;
    border-bottom: 1px dotted #000 !important;
    background-color: #f0f3ff;
    text-align: center;
    margin: 5px 0;
    vertical-align: middle;
    border-radius: 0;
}

.fpara input[type="number"] {
    width: auto;
    /* Smaller width for year input */
}

.fpara input[type="text"]:focus,
.fpara input[type="number"]:focus,
input[type=date]:focus {
    outline: none !important;
    border-bottom: 1px solid #333;
}

.rental-application-form {
    width: 80%;
    margin: 50px auto;
    border: 1px solid silver;
    padding: 20px;
}

.formheader hr {
    height: 5px;
    margin: 20px 0;
    background: black;
    opacity: 1;
}

.formheader img {
    width: 50%;
}

.instruction-notice {
    display: inline-block;
    animation: moveLeftRight 10s infinite alternate;
    font-size: 16px;
    color: #101939;
    font-style: italic;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
        /* Adjust the distance to your preference */
    }
}

tbody td {
    vertical-align: middle !important;
}

td a {

    color: #101939 !important;
    background: white !important;
    padding: 10px 20px !important;
    transition: 300ms !important;
    border: 1px solid !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    padding: 5px 10px;
}

h2.welcometext {
    font-family: 'Great Vibes', system-ui !important;
    font-weight: 600;
    margin: 20px 10px;
    color: #363636;
}

td.descision form {
    display: flex;
    gap: 5px;
    align-items: center;
}

td.descision form input {
    margin-top: 0 !important;
}

td a:hover {

    background: #101939 !important;
    color: white !important;
    border: 1px solid !important;
    transition: 300ms !important;
    border-radius: 5px;

}

.table-container {
    overflow-x: scroll;
    margin: 20px 0;
    border-radius: 5px;
    width: 100%;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.styled-table th,
.styled-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    white-space: nowrap;
}

.styled-table th {
    background-color: #1a2b50;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.styled-table .fixed-column {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    font-weight: bold;
    z-index: 2;
    box-shadow: 2px 0 5px -2px #ccc;
}

.action-cell {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.action-cell a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ffffff;
    color: #1a2b50;
    border: 1px solid #1a2b50;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}

.action-cell a:hover {
    background-color: #1a2b50;
    color: #ffffff;
}

.table-container select {
    padding: 6px;
    font-size: 14px;
    width: auto;
    box-sizing: border-box;
}

.table-container input[type="submit"] {
    padding: 6px 10px;
    background-color: #1a2b50;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
    margin-top: 5px;
}

.table-container input[type="submit"]:hover {
    background-color: #0f1e3b;
}

.table-container::-webkit-scrollbar {
    height: 5px;
}

.table-container::-webkit-scrollbar-track {
    background: white;
}

.table-container::-webkit-scrollbar-thumb {
    background: #101939;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #101939b3;
}
.property-info{
    gap: 10px;
}

.property-info .property-info-item {
    display: flex;
        align-items: center;
        justify-content: space-between;
    gap: 15px;
    padding: 10px 20px;
}

.property-info-item p:nth-child(2) {
    background: #ebebeb;
    min-width: 20px;
    min-height: 20px;
    border-radius: 5px;
}

.property-info-item:first-child  p:nth-child(2){
    background: #575757;
}

@media (max-width: 767px){

div#logout-modal {
    width: 90%;
    padding: 30px;
}

div#logout-modal h3 {
    font-size: 16px;
}
h2.welcometext{
    margin-top: 30px;
}

#dashboard{
    flex-direction: column;
    min-height: auto !important;
    gap: 15px;
}

#dashboard .sidebar{
    width: 70% !important;
    z-index: 9999; !important
}
#dashboard .content{
    width: 100% !important;
}
#dashboard .sidebar ul li:nth-child(1) {
    border-top: 1px solid #CECECE;
}
#dashboard .sidebar ul li {
    border-bottom: 1px solid #CECECE;
    padding: 0px;
    margin: 0 !important;
}
#dashboard .sidebar ul li a {
    padding: 10px 0;
}
#dashboard .sidebar ul li.active a{
    padding: 10px !important;
}

.property-info {
    margin: 0;
    justify-content: center;
    gap: 10px;
    padding: 0 15px 15px;
    flex-wrap: wrap;
}

.property-info-item {
    flex: auto;gap: 0;
}
.property-info-item h4,
.property-info-item p{
    font-size: 13px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

ul#property-management-submenu {
   margin-left: 20px !important;
        padding: 10px 0 !important;
        width: auto;
}
#dashboard .sidebar ul li ul.submenu li {
    margin-bottom: 10px !important;
    font-size: 13px;
}

ul#property-management-submenu li {
    flex: auto !important;
}
#dashboard .content .section table th {font-weight: 400;font-size: 13px;}


.logged-in-button-container a.logged-in-button {
    display: block;
    width: 100% !important;
    text-align: center;
}
.manage-properties,
form#consent-form, .consent-form {
    width: 94% !important;
}
.elementor-widget-slides.e-widget-swiper .swiper-slide-contents {
    max-width: 100% !important;
    text-align: center;
}


.elementor-widget-slides.e-widget-swiper .swiper-slide-contents h2.elementor-heading-title {
    font-size: 30px !important;
    line-height: normal !important;
    text-align: center;
}

.elementor-widget-slides.e-widget-swiper .swiper-slide-contents  .elementor-widget-heading .elementor-widget-container,
.elementor-widget-slides.e-widget-swiper .swiper-slide-contents  .elementor-widget-text-editor .elementor-widget-container{
    margin-bottom: 0 !important;
}

form#consent-form h2, .consent-form h2 {
    font-size: 18px;
    padding: 10px;
    line-height: 26px;
}
form#consent-form h3, .consent-form h3 {font-size: 16px;}

form#consent-form p, .consent-form p,
form#consent-form ul, .consent-form ul {
    font-size: 14px;
}
.tenant-documents p a,
.pd-btns p a{
    width: auto;
    text-align: center;
}
#dashboard .sidebar ul li a {
    font-size: 13px;
    line-height: normal;
}



div#rent-log-popup {
    width: 95%;
    border-radius: 10px;
}

form#rent-log-form h3 {
    font-size: 24px;
}

div#rent-log-popup label {
    font-size: 14px;
}

div#rent-log-popup button {
    width: 100%;
}

div#rent-log-popup button#close-popup {
    width: 25px;
    height: 25px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    top: 5px;
    padding-bottom: 6px !important;
    right: 5px;
    background: #ffc2c250 !important;
    color: red !important;
    border: 1px solid red !important
}

table td a,
table td input,
table td select,
table td button {
    padding: 7px 10px !important;
    font-size: 12px !important;
    line-height: normal;
    align-items: center;
}

span.already-sent {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.instruction-notice {
    font-size: 14px;
}
.formsec {
    max-width: 94%;
}
.formsec {
    max-width: 94%;
    overflow: hidden;
}

.formsec h2.Add-new-Head {
    font-size: 24px;
    text-align: center;
}

a.back-button {
    background: transparent;
    padding: 0;
    color: #101939 !important;
    font-size: 12px;
    text-decoration: underline;
}
.formsec .agreement label {
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700 !important;
}.form-right,
.form-left {
    width: 100%;
}

}


div#tenantProfileDetails h3
 {
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}
.review-lists {
    height: 200px;
    overflow-y: scroll;
}.review-liste {
    border-bottom: 1px solid #c0c0c04d;
}.review-liste p 
{
    margin: 0;
    
}

.review-liste p.stars {
    margin: 0;
}