:root {
    --primary: #14B8A6;
    --greyLight: #23adade1;
    --greyLight-2: #cbe0dd;
    --greyDark: #2d4848

}

body {
    font-family: 'PLus Jakarta Sans';
    line-height: 1.5;
    color: #2D2B3A;
    background: #F8FAFC;
    overflow-x: hidden;
    margin-top: 90px;
}

.btn:focus {
    box-shadow: none !important;
}

.text-barred {
    text-decoration: line-through;
}

.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1440px
    }

    .hero-property-details-content {
        max-width: 1440px
    }
}

.container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 992px) {
    .container-xxl {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .hero-property-details-content {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}


/* Header */
header .navbar .navbar-brand {
    font-size: 24px;
    line-height: 36px;
    color: #0F182A;
    text-transform: uppercase;
    font-weight: 800;
}

header .navbar .navbar-link {
    font-size: 16px;
    line-height: 24px;
    color: #14B8A6;
    font-weight: 500;
}

header .navbar .navbar-link:hover {
    text-decoration: none;
    color: #14B8A6;
}

header .navbar-nav li.nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #14B8A6;
}

header .navbar-nav li.nav-item .nav-link.dropdown-toggle {
    font-weight: 600;
    line-height: 20.16px;
    color: #0F172A;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .navbar-nav li.nav-item .nav-link.dropdown-toggle img {
    width: 20px;
}

.mobile-avatar {
    width: 30px !important;
    margin-right: 10px;
}

header .navbar-nav li.nav-item .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

header .navbar-nav li.nav-item .dropdown-menu .dropdown-item:active {
    background-color: unset;
}

header .navbar-nav li.nav-item.notification {
    position: relative;
}

header .navbar-nav li.nav-item.notification .badge {
    position: absolute;
    right: 6px;
    border-radius: 50%;
    background-color: #dc3e3e;
    color: #ffffff;
    width: 10px;
    height: 10px;
}

header .navbar-nav li.nav-item.notification i {
    color: #64748B;
    font-size: 16px;
}

header .navbar-nav li.nav-item .dropdown-menu {
    padding: 0 20px 16px 20px;
    border-radius: 8px;
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
}

header .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
    margin-bottom: 30px;
}

header .navbar-nav li.nav-item .btn {
    padding: 14px 24px;
    background-color: #14B8A6;
    border-color: #14B8A6;
    color: #fff;
    border-radius: 8px;
    /*gap: 8px;*/
}

header .navbar-nav.navbar-menu {
    /*column-gap: 20px;*/
}

header .navbar-nav.navbar-menu li.nav-item .nav-link {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #64748B;
}

header .navbar-nav.navbar-menu li.nav-item .nav-link.active {
    border-radius: 8px;
    background: #CCFBF1;
    color: #475569;
}

header .navbar-nav li.nav-item .btn:hover {
    background: #0D9488;
    border-color: #0D9488;
}

.navbar-light .navbar-toggler {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 8px 16px;
    border-radius: 48px;
    outline: none;
}

.navbar-light .navbar-toggler i.fa {
    color: #14B8A6;
    font-size: 26px;
}

/* Hero Section */
.page-banner {
    position: relative;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    height: 320px;
    background: linear-gradient(rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.5)), url("../img/banner.9df0e14c504e.webp") center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-radius: 16px;
    z-index: 10;
    padding: 30px;
}

.page-banner.home-banner {
    height: auto;
}

.page-banner h1.banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #F8FAFC;
}

.page-banner p.banner-descr {
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    color: #F8FAFC
}

@media (min-width: 768px) {
    .page-banner.home-banner {
        height: 540px;
    }
}

.form-control {
    padding: 12px 16px;
    border-radius:  8px;
    background: #F8FAFC;
    border: 1px solid #C8D5E1;
    box-shadow: 0 4px 10px 0 #0000000A;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
    border-color: #C8D5E1;
}

.form-control::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #94A3B8 !important;
}

.form-control::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #94A3B8 !important;
}

.form-control-feedback {
    font-weight: 500;
    font-size: 20px;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #64748B;
}

.form-control-group {
    border-radius: 8px;
    background: #F8FAFC;
    border: 1px solid #C8D5E1;
    box-shadow: 0 4px 10px 0 #0000000A;
    gap: 12px;
    padding: 0px 16px;
    overflow: hidden;
}

.form-control-group:active, .form-control-group:focus, .form-control-group:focus-within {
    background: white;
    box-shadow: none;
}

.form-control-group input, .form-control-group input:focus-within {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    height: 50px;
}

.form-control-group input[type="date"]::-webkit-inner-spin-button,
.form-control-group input[type="date"]::-webkit-calendar-picker-indicator {
    padding-right: 32px;
}

.btn-primary {
  background-color: #14B8A6;
  border-color: #14B8A6;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    color: #ffffff;
    background-color: #0D9488 !important;
    border-color: #0D9488 !important;
    box-shadow: unset !important;
}

.btn-rentizy {
    padding: 16px 24px;
    border-radius: 8px;
    background: #14B8A6;
    border-color: #14B8A6;
}

.btn-rentizy:hover,
.btn-rentizy:active,
.btn-rentizy:focus,
.btn-rentizy:visited {
    color: #ffffff;
    background-color: #0D9488 !important;
    border-color: #0D9488 !important;
    box-shadow: unset !important;
}

.btn-rentizy.disabled, .btn-rentizy:disabled{
    background: #414141 !important;
    color: #F8FAFC !important;
    border-color: #414141 !important;
}

.btn-rentizy-danger {
    padding: 16px 24px !important;
    border-radius: 8px !important;
    background: #EF4444 !important;
    border-color: #EF4444 !important;
    color: #ffffff !important;
}

.btn-rentizy-danger:hover,
.btn-rentizy-danger:active,
.btn-rentizy-danger:focus,
.btn-rentizy-danger:visited {
    color: #ffffff !important;
    background-color: #DC2626 !important;
    border-color: #DC2626 !important;
    box-shadow: unset !important;
}

.btn-rentizy-danger.disabled,
.btn-rentizy-danger:disabled {
    background: #9CA3AF !important;
    color: #F8FAFC !important;
    border-color: #9CA3AF !important;
}

.btn-white {
    color: #334155;
    padding: 16px 24px;
    border-radius: 8px;
    background: #FFFFFF;
    border-color: #CBD5E1;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white:visited {
    border-color: #949d9c !important;
    box-shadow: unset !important;
}

.btn-white.disabled, .btn-white:disabled{
    background: #414141 !important;
    color: #F8FAFC !important;
    border-color: #414141 !important;
}

.btn-rentizy-small {
    padding: 5px 10px !important;
}

.btn-rentizy-error {
    padding: 16px 24px;
    border-radius: 8px;
    background: #F04438;
    border-color: #F04438;
}

.btn-rentizy-error:hover,
.btn-rentizy-error:active,
.btn-rentizy-error:focus,
.btn-rentizy-error:visited {
    color: #ffffff;
    background-color: #B42318 !important;
    border-color: #B42318 !important;
    box-shadow: unset !important;
}

.btn-rentizy-error.disabled, .btn-rentizy-error:disabled{
    background: #C8D5E1;
    color: #F8FAFC;
    border-color: #C8D5E1;
}
.btn-rentizy-secondary {
    padding: 16px 24px;
    border-radius: 8px;
    background: transparent;
    border-color: #CBD5E1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-rentizy-secondary:hover,
.btn-rentizy-secondary:active,
.btn-rentizy-secondary:focus,
.btn-rentizy-secondary:visited {
    color: #1E293B;
    background: transparent;
    border-color: #CBD5E1;
    box-shadow: unset !important;
}

.btn-rentizy-secondary.disabled, .btn-rentizy-secondary:disabled {
    background: transparent;
    color: #94A3B8;
    border-color: #E2E8F0;
}

.btn-rentizy-secondary .fa-circle {
    font-size: 10px;
    color: #17B26A;
}

.btn-rentizy-secondary.disabled .fa-circle,
.btn-rentizy-secondary:disabled .fa-circle {
}

.jconfirm-buttons .btn-rentizy.add-gap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.jconfirm-buttons .btn-rentizy-secondary {
    padding: 16px 24px !important;
    border-radius: 8px !important;
    border-color: #CBD5E1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    background-color: #f8f9fa !important;
    border: 1px solid #CBD5E1 !important;
}

.jconfirm-buttons .btn-rentizy-secondary:hover,
.jconfirm-buttons .btn-rentizy-secondary:active,
.jconfirm-buttons .btn-rentizy-secondary:focus,
.jconfirm-buttons .btn-rentizy-secondary:visited {
    color: #1E293B !important;
    background: #ececec !important;
    box-shadow: unset !important;
}

.jconfirm-buttons .btn-rentizy-secondary.disabled, .jconfirm-buttons .btn-rentizy-secondary:disabled {
    background: transparent !important;
    color: #94A3B8 !important;
    border-color: #E2E8F0 !important;
}

/* Properties Section */
@media (max-width: 576px) {
    .owner-properties-section {
        margin-top: 40px;
    }

    .owner-top-section {
        flex-direction: column;
    }
}

.page-section {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

h2.heading-section {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.property-image {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 160px;
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media (max-width: 992px) {
    .property-image {
        height: 150px !important;
    }
}

.property-item {
    width: 100%;
}

@media (max-width: 576px) {
    .property-item {
        margin: 20px 0px;
    }
}

.property-item .text {
    position: relative;
    border-top: 0;
}

.property-item .text .descr {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 18px;
    color: #94A3B8
}

.property-item .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.property-item .text .heading a,
.property-item .text .heading a:hover,
.property-item .text .heading a:focus,
.property-item .text .heading a:active {
    color: #0F172A;
}

.property-item .text .property-details {
    gap: 20px;
    margin-bottom: 24px;
}

.property-item .text .property-details > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #94A3B8;
}

.property-item .text .property-details .property-details-1 > a, .property-item .text .property-details .property-details-2 > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #94A3B8;
}

div.property-details-2 {
    gap: 20px;
}

.property-item .text .price-details {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: flex-end;
}

.property-item .text .price-details .price {
    color: #0F172A;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 4px;
}

@media (max-width: 768px) {
    .property-item .text .heading {
        margin-bottom: 16px;
    }

    .property-item .text .heading {
        margin-bottom: 6px;
        line-height: 30px;
    }

    .property-item .text .property-details {
        gap: 6px;
        margin-bottom: 10px;
    }

    .property-item .text .price-details .price {
        font-size: 20px;
    }
}

.property-item .property-like i {
    filter: drop-shadow(0 0 10px #7f7f7f);
}

.property-item .property-like {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.property-item .property-like.is-favorite-property {
    color: #F43F5F;
}

.property-item .status-badge,
.property-room-card .status-badge {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 576px) {
    .property-item .status-badge,
    .property-room-card .status-badge {
        margin: 30px 10px;
    }

    .property-item .property-like {
        margin: 20px 0px;
    }

    .favorite-item .property-item .status-badge {
        margin: 20px 10px;
    }

    .favorite-item .property-item .property-like {
        margin: 10px;
    }
}

.status-badge {
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.status-badge.available {
    background-color: #F6FEFC;
    color: #0F766E;
    border: 1px solid #99F6E4;
}

.status-badge.unavailable {
    background-color: #FFF5F6;
    color: #BE123C;
    border: 1px solid #FECDD3;
}

.status-badge.upcoming-availability {
    background-color: #FFFFFF;
    color: #334155;
    border: 1px solid #CBD5E1;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 1;
}

.owl-carousel .owl-item .item {
    background: #F8FAFC;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 14%);
    border-radius: 8px;
    min-height: 360px; /* Same Height for all items */
}

@media (max-width: 768px) {
    .owl-carousel .owl-item .item {
        min-height: 300px; /* Same Height for all items */
    }
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-stage {
    overflow: visible;
    margin: 25px 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #14B8A6;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* Bootstrap Select */
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:active {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #64748B !important;
    padding: 13px 24px;
    border-radius: 8px;
    background: #F8FAFC;
    border: 1px solid #C8D5E1;
    box-shadow: 0 4px 10px 0 #0000000A;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #64748B !important;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    background-color: #F8FAFC;
    border-color: #CBD5E1;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.filter-option-inner-inner i {
    margin-right: 8px;
}

/* Footer */
.page-footer {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #F1F5F9;
    border-top: 1px solid #E2E8F0;
    color: #475569;
}

/* Logo & Brand Section */
.footer-brand {
    margin-bottom: 25px;
}

.page-footer h3.logo {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    color: #134E4A;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.page-footer p.footer-descr {
    color: #475569;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 90%;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #134E4A;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
    background-color: #134E4A;
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}

/* Column Headings */
.page-footer h5 {
    color: #0F172A;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
}

.page-footer h5::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #134E4A;
    border-radius: 3px;
}

/* Menu Links */
.footer-menu {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu li > a {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-menu li > a:hover {
    color: #134E4A;
    padding-left: 5px;
}

/* Contact Info */
.contact-info {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
}

.contact-info li i {
    color: #134E4A;
    margin-right: 12px;
    font-size: 16px;
    position: relative;
    top: 3px;
}

/* App Badges */
.app-badges {
    display: flex;
    gap: 10px;
}

.app-badge img {
    height: 35px;
    transition: transform 0.3s ease;
}

.app-badge:hover img {
    transform: translateY(-2px);
}

/* Bottom Footer */
.footer-bottom {
    border-top: 1px solid #CBD5E1;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-bottom .copy {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-bottom-links a {
    color: #475569;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #134E4A;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .newsletter-section {
        text-align: center;
    }

    .newsletter-form {
        margin-top: 20px;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }

    .footer-bottom .copy {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .page-footer {
        padding-top: 60px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-brand {
        text-align: center;
    }

    .page-footer p.footer-descr {
        max-width: 100%;
    }

    .page-footer h5 {
        text-align: center;
    }

    .page-footer h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-menu li > a {
        display: block;
        text-align: center;
    }

    .contact-info li {
        justify-content: center;
        text-align: center;
    }

    .app-badges {
        justify-content: center;
    }
}

/* Login & Signup Modals */
.modal-content {
    border-radius: 18px;
    background-color: #F8FAFC;
}

.modal-content .modal-header .form-title h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    color: #0F172A;
}

@media (max-width: 576px) {
    .modal-content .modal-header .form-title h4 {
        font-size: 20px;;
    }
}

.modal-content .modal-header .form-title p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #475569;
}

.modal-content .modal-header .close {
    color: #0F172A;
    font-size: 2rem;
    font-weight: 300;
}

.modal-content .modal-body label {
    font-weight: 500;
}

.modal-content .modal-body .form-check label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0F172A;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.modal-content .modal-body .form-check label input[type="checkbox"] {
    appearance: none;
    background-color: #e2e7f1;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    border-radius: 2px;
}

.modal-content .modal-body .form-check label span {
    margin-left: 8px;
}

.modal-content .modal-body .form-check label input[type="checkbox"]::before {
    content: "";
    width: 0.9em;
    height: 0.9em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #15b8a6;
}

.modal-content .modal-body .form-check label input[type="checkbox"]:checked::before {
    transform: scale(1);
    border-radius: 2px;
}

.modal-content .modal-body .form-check label a {
    color: #000000;
    text-decoration: underline;
}

.modal-content .modal-body .form-check label a:hover {
    color: #000000;
}

.modal-content .modal-body .forgot-pswd a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: underline;
    color: #0F172A;
}

.modal-content .modal-body .forgot-pswd a:hover {
    color: #0F172A;
}

.modal-content .btn-submit {
    padding: 16px 24px;
    gap: 8px;
    border-radius: 8px;
    background: #14B8A6;
    border-color: #14B8A6;
}

.modal-content .btn-submit:hover {
    background: #0D9488;
    border-color: #0D9488;
}

.modal-content .modal-footer .signup-section {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}

.modal-content .modal-footer .signup-section a {
    color: #0D9488;
    text-decoration: underline;
}

@media (min-width: 576px) {
    .modal-dialog .modal-content {
        padding: 1rem;
    }
}

/* Discovery Property Section */
.btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #475569;
}

.btn-link:hover {
    color: #14B8A6;
    border-color: unset;
    background: unset;
}

.btn-link:focus {
    outline: 0;
    box-shadow: unset;
}

.properties-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.properties-pagination li {
    list-style: none;
}

.properties-pagination__numbers, .properties-pagination__btn, .properties-pagination__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.properties-pagination__dots {
    color: #0F172A;
    cursor: initial;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.properties-pagination__numbers {
    width: 42px;
    height: 56px;
    border-radius: 4px;
}

.properties-pagination__numbers:hover {
     color: var(--primary);
}

.properties-pagination__numbers.active {
    color: #14B8A6;
    background: #CCFBF1;
    border: 1px solid #CCFBF1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    padding: 16px;
}

.properties-pagination__btn {
    color: var(--greyDark);
    pointer-events: none;
}

.properties-pagination__btn.active {
    color: var(--greyDark);
    pointer-events: initial;
}

.properties-pagination__btn.active:hover {
    color: var(--primary);
}

.map {
    order: 2;
}
.properties-list {
    order: 1;
}

@media (max-width: 576px) {
    .map {
        order: 1;
        margin-bottom: 20px;
    }
    .properties-list {
        order: 2;
    }
}

.properties-list .card {
    box-shadow: 0px 0px 28px 0px #0000000F;
    border-radius: 8px;
    background: #F8FAFC;
}

.properties-list .card .property-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
}


/* Property Details Section */
.hero-property-details {
    color: #ffffff;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 692px;
    display:flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px 0;
}

.hero-property-details .hero-property-details-content {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1.4);
    padding-left: calc(var(--bs-gutter-y) * 1.4);
    margin-right: auto;
    margin-left: auto;
}

.hero-property-details .hero-property-details-content .media img {
    width: 50px;
    height: 50px;
}

.hero-property-details .hero-property-details-content .media .media-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F8FAFC;
}

.hero-property-details .hero-property-details-content .hero-property-details-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #C8D5E1;
}

.hero-property-details .hero-property-details-content .hero-property-details-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: #F8FAFC;
}

.hero-property-details .hero-property-details-content .hero-property-details-descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #F1F5F9;
    width: 60%;
}

.hero-property-details .hero-property-details-image {
    display: inline-block;
    position: absolute;
    z-index: -10;
    height: 100%;
    min-height: 692px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-property-details .hero-property-details-mask {
    position: absolute;
    z-index: -8;
    height: 100%;
    min-height: 692px;
    width: 100%;
    background: #00000078;
    mix-blend-mode: multiply;
}

.hero-property-details .hero-property-details-links {
    position: absolute;
    right: 5%;
    top: 9%;
    gap: 30px
}

.hero-property-details .hero-property-details-links a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0FDFA;
}

.hero-property-details .hero-property-details-links-no-position a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0FDFA;
}

.hero-property-details .hero-property-rent {
    position: absolute;
    right: 5%;
    bottom: 9%;
    box-shadow: 0 0 28px 0 #0000000F;
    background: #F8FAFC;
    padding: 24px;
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    text-align: left;
    color: #475569;
    display: grid;
}

.hero-property-details .hero-property-rent span.p-amount {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #0F172A;
}

.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #64748B;
    padding: 16px 24px
}

.nav-pills .nav-link.active {
    border-radius: 0;
    border: none !important;
    background: #F1F5F9;
    color: #0F172A;

}

.nav-tabs .nav-item {
    margin: 0;
}

.fixed-top-tabs {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 20px 10px -10px #85858524;
    padding: 0;
}

.container-xxl.fixed-tabs {
    padding-top: 60px;
}

.details-property .badge {
    padding: 14px 20px;
    border-radius: 56px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    background: #2E125E;
    color: #C3B5FD;
}

.details-property .title, .property-details-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #0F172A;
}

.infos {
    display: flex;
    align-items: center;
}

/* mobile */
@media (max-width: 576px) {
    .infos {
        flex-direction: column;
        align-items: start !important;
    }
}

.details-property .infos {
    column-gap: 30px;
    row-gap: 10px;
}

.property-details-general-informations, .property-details-energy-caracteristics {
    display: flex;
    column-gap: 30px;
    row-gap: 10px;
}

.details-property .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #475569;
}

.details-property .infos .icon,
.property-details-general-informations .icon,
.property-details-energy-caracteristics .icon {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #475569;
}

@media (max-width: 992px) {
    .services {
        display: flex;
        flex-direction: column;
    }
}

.additional-heating-options {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .additional-heating-options {
        display: flex;
        flex-direction: column;
    }
}

.details-property .property-services .feature-card {
    width: 90px;
    height: 90px;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 8px;
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
    transition: all 0.3s ease;
}

.details-property .property-services .feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}

.details-property .property-services .feature-card .icon {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    color: #475569;
}

.details-property .property-services .feature-card p {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    color: #475567;
    margin: 0;
    padding: 0;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-property .property-services .view-all-services {
    font-size: 14px;
    line-height: 24px;
    color: #14B8A6;
    font-weight: 500;
    width: 90px;
    height: 90px;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
}

.details-property .property-services .view-all-services:hover {
    background: #E6F7F5;
}

@media (max-width: 767px) {
    .details-property .property-services .row .hide-sm {
        display: none !important;
    }
}

@media (max-width: 577px) {
    .details-property .property-services .row {
        align-items: center;
    }

    .details-property .property-services .view-all-services {
        width: 75px;
        height: 75px;
        padding: 8px;
    }

    .details-property .property-services .feature-card {
        width: 75px;
        height: 75px;
    }

    .details-property .property-services .feature-card .icon {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .details-property .property-services .feature-card p {
        font-size: 10px;
        line-height: 12px;
        max-width: 70px;
    }

    .service-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.service-col {
    padding-left: 14px;
    padding-right: 14px;
}

.details-property .property-item {
    background: #F8FAFC;
    box-shadow: 0 0 15px rgba(0, 0, 0, 14%);
    border-radius: 8px
}

.property-room-card {
    position: relative;
}

.property-room-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.property-room-card .property-room-price {
    color: #0F172A;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 16px;
    border-radius: 8px;
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.property-room-card .property-room-price span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.property-room-card-body .property-room-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

.property-room-card-body .property-room-details {
    column-gap: 30px;
    row-gap: 10px;
}

.property-room-card-body  .property-room-details .property-room-detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.property-room-card-body  .property-room-card-description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.property-room-card-body .property-room-card-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.property-room-card-body .property-room-card-buttons a.link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #14B8A6;
}

/* Custom Radio Button */
.custom-radio {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
 }

.custom-radio-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
 }

.checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #C8D5E1;
    background-color: transparent;
    border-radius: 50%;
}

.custom-radio:hover input ~ .checkmark {
    background-color: transparant;
}

.custom-radio input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #14B8A6;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #14B8A6;
}

/* File Uploader */
.upload-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 24px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    cursor: pointer;
}

.upload-container.dragover {
    box-shadow: 0 8px 15px -8px rgba(0, 0, 0, 0.5);
    border: 2px dashed;
}

.upload-container .file-input {
    display: none;
}

.upload-container .upload-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #475569;
}

.upload-container .upload-text a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #14B8A6;
    text-decoration: underline;
}

.upload-container .file-info {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #94A3B8;
}

.uploaded-file {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}

.uploaded-file .remove-file {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.file-link {
    color: #475569;
    text-decoration: none;
}

.file-link:hover {
    color: #475569;
    text-decoration: underline;
}

.file-remove {
    color: #475569;
}

/* Owner Dashboard */
.fixed-card-height {
    height: 420px;
}

.dashboard-owner .dash-title, .dashboard-manage .dash-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #0F172A;
    margin: 0;
    margin-right: 20px;
}

@media (max-width: 576px) {
    .dashboard-owner .dash-title {
        font-size: 20px;
    }

    .dashboard-manage .dash-title {
        font-size: 24px;
    }

    .dashboard-owner .add-property-btn {
        width: 100%;
    }

    .dashboard-owner-hero {
        flex-direction: column;
    }

    .dashboard-owner {
        padding-top: 16px;
    }

    .dashboard-owner-upcoming-visits .row {
        margin-left: 0px;
    }

    .dashboard-owner-upcoming-visits-datetime {
        width: 55%;
    }
}

.dashboard-owner .card-dash {
    box-shadow: 0 0 28px 0 #0000000F;
    background: #F8FAFC;
    padding: 32px;
    border-radius: 8px;
    border: none;
    height: 100%;
}

.dashboard-owner .card-dash.bg-light {
    background: #F0FDFA !important;
}

.dashboard-owner .card-dash.gaped {
    gap: 60.9px;
}

.dashboard-owner .card-dash .card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

@media (max-width: 576px) {
    .dashboard-owner .card-dash .card-title {
        font-size: 18px;
    }
}



.dashboard-owner .card-dash .card-action {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: left;
    color: #0F172A;
    text-decoration: underline;
}

.dashboard-owner .card-dash .card-time {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

.dashboard-owner .card-dash .card-amount {
    line-height: 36px;
    color: #0F172A;
    margin: 0;
}

.dashboard-owner .card-dash .card-amount span:first-child {
    font-size: 24px;
    font-weight: 700;
}

.dashboard-owner .card-dash .card-amount span:last-child {
    font-size: 20px;
    font-weight: 600;
}

.dashboard-owner .card-dash .progress {
    height: auto;
}

.dashboard-owner .card-dash .progress .status-bar {
    height: 8px;
    background-color: #C8D5E1;
}

.dashboard-owner .card-dash .progress .status-bar.received {
    background-color: #14B8A6;
}

.dashboard-owner .card-dash .progress .status-bar.pending {
    background-color: #334155;
}

.dashboard-owner .card-dash .progress .status-bar.late {
    background-color: #F43F5E;
}

.dashboard-owner .card-dash .progress-pointed {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
    color: #0F172A;
}

.dashboard-owner .card-dash .progress-pointed > span i {
    font-size: 17px;
}

.dashboard-owner .card-dash .progress-pointed .pp-success {
    color: #14B8A6;
}

.dashboard-owner .card-dash .progress-pointed .pp-info {
    color: #475569;
}

.dashboard-owner .card-dash .progress-pointed .pp-danger {
    color: #F43F5E;
}

.dashboard-owner .card-dash .task {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #0F172A;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-owner .card-dash .task.task-danger {
    background-color: #FFCCD5;
}

.dashboard-owner .card-dash .task.task-success {
    background-color: #CCFBF1;
}

.dashboard-owner .card-dash .task.task-info {
    background-color: #E9ECEF;
}

.dashboard-owner .card-dash .table .card-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    color: #0F172A;
    text-align: left;
    margin: 0;
}

.dashboard-owner .card-dash .table .date-time {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: right;
    color: #0F172A;
}

.dashboard-owner .card-dash .table .date-time .icon-now {
    color: #14B8A6;
}

.dashboard-owner .card-dash .table .date-time .icon-tomorrow {
    color: #0F766E;
}

.dashboard-owner .card-dash .table .date-time .icon-stats {
    color: #F43F5E;
}

.dashboard-owner .card-dash .table .date-time .icon-notice {
    color: #9F1239;
}

.dashboard-owner .card-dash .table td.t-text {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #475569;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 150px;
    line-height: 24px;
}

.dashboard-owner .card-dash .table td span.empty-data {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #475569;
}

.dashboard-owner .card-dash .table th,
.dashboard-owner .card-dash .table td {
    padding-left: 0;
    padding-right: 0;
}

.dashboard-owner .property-item {
    box-shadow: 0 0 28px 0 #0000000F;
    background: #F8FAFC;
}

.dashboard-owner .property-item .badge-notif {
    background: #FFE4E6;
    font-size: 16px;
    font-weight: 500;
    color: #F43F5E;
}

.empty-properties {
    padding: 78px 0;
    border-radius: 8px;
    background: #F8FAFC;
    border-color: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
}

.empty-properties .card-body .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: #0F172A;
    margin: 0;
}

.empty-properties .card-body .card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #64748B;
    margin: 0;
}

/*  Owner Profile Dashboard */
.dashboard-profile .nav-tabs {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #E2E8F0;
}

.dashboard-profile .nav-tabs .nav-link {
    padding: 16px 24px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #64748B;
}

.dashboard-profile .nav-tabs .nav-link.active,
.dashboard-profile .nav-tabs .nav-item.show .nav-link {
    background: #F1F5F9;
    color: #0F172A;
}

.dashboard-profile .tab-content .card {
    border: none;
    background: transparent;
}

.dashboard-profile .tab-content .card .card-body .dashboard-profile-picture-container {
    position: relative;
    width: 70%;
    padding-bottom: 100%;
    overflow: hidden;
}

@media (max-width: 576px) {
    .profile-my-profile, .profile-my-bank-information, .profile-my-subscriptions {
        width: 30%;
    }

    .profile-my-subscriptions a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.filepond--root .filepond--list-scroller {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.filepond--panel-root {
    background-color: #F8FAFC !important;
}

/* mobile */
@media (max-width: 576px) {
    .dashboard-profile-picture-container {
        padding-bottom: 10px !important;
    }
}

.dashboard-profile .tab-content .card .card-body .dashboard-profile-picture-container .profile-pict {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-profile .tab-content .card .card-body .dashboard-profile-picture-container .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0000004D;
}

.dashboard-profile .tab-content .card .card-body .dashboard-profile-picture-container .overlay .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.dashboard-profile .tab-content .card .card-body .dashboard-profile-picture-container .overlay .text a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #F8FAFC;
}

.dashboard-profile .tab-content .card .card-body .dashboard-profile-picture-container .overlay .text a:hover {
    text-decoration: none;
}

.dashboard-profile .tab-content .card .card-body .group-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

.dashboard-profile .tab-content .card .card-body .form-row label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin-bottom: 1rem;
}

.dashboard-profile .tab-content .card .card-body .form-row .form-control {
    padding: 16px 24px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.dashboard-profile .tab-content .card .card-body .form-row .form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0F172A;
}

.dashboard-profile .tab-content .card .card-body .form-row .form-control::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0F172A;
}

.dashboard-profile .tab-content .card .card-body .form-row .form-control:disabled,
.dashboard-profile .tab-content .card .card-body .form-row .form-control[readonly] {
    background: #E2E8F0;
    border: 1px solid #CBD5E1;
    color: #94A3B8;
}

.dashboard-profile .tab-content .card .card-body .form-row .form-control:disabled::placeholder,
.dashboard-profile .tab-content .card .card-body .form-row .form-control[readonly]::placeholder {
    color: #94A3B8;
}

.dashboard-profile .tab-content .card .card-body .form-row .form-control:disabled::-ms-input-placeholder,
.dashboard-profile .tab-content .card .card-body .form-row .form-control[readonly]::-ms-input-placeholder {
    color: #94A3B8;
}

.dashboard-profile .tab-content .card .card-body .form-documents .custom-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-profile .tab-content .card .card-body .form-documents .custom-link .doc-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.dashboard-profile .tab-content .card .card-body .form-documents .custom-link .doc-name a {
    color: #14B8A6;
}


.dashboard-profile .tab-content .card .card-body .form-documents .doc-action a.add-doc {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #0F172A;
}

.doc-modal-link {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #0F172A;
}

.dashboard-profile .tab-content .card .card-body .form-check {
    display: flex;
    align-items: center;
}

.dashboard-profile .tab-content .card .card-body .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #14B8A6;
    background-color: #14B8A6;
}

.dashboard-profile .tab-content .card .card-body .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.dashboard-profile .tab-content .card .card-body .custom-control-label::before,
.dashboard-profile .tab-content .card .card-body .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 0;
    left: -2rem;
}

.dashboard-profile .tab-content .card .card-body .custom-control-input {
    width: 20px;
    height: 20px;
}

.dashboard-profile .tab-content .card .card-body .custom-control.custom-checkbox {
    padding-left: 2rem;
}

.dashboard-profile .tab-content .card .card-body .custom-control-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

/*  Owner Notifications Dashboard */
.dashboard-notifications .alert {
    padding: 16px 16px;
    border-radius: 8px;
    border: none;
    margin: 0;
}

.dashboard-notifications .alert span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
}

.dashboard-notifications .alert span a {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: left;
    color: #0F172A;
    text-decoration: underline;
}

.dashboard-notifications .alert-dismissible .close {
    position: relative;
    padding: 0;
    color: #0F172A;
    font-weight: 500;
}

.dashboard-notifications .alert.alert-danger, .dashboard-notifications .alert.alert-error {
    background: #FFE4E6;
    border-left: 1px solid #F43F5E;
}

.dashboard-notifications .alert.alert-light {
    border-left: 1px solid #64748B;
    background: #F1F5F9;
}

/*  Owner Management Dashboard */
.dashboard-manage .list-group-item {
    border: none;
    background: transparent;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #64748B;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .dashboard-manage .list-group-item {
        padding: 10px;
        margin-bottom: 10px;
    }
}

.dashboard-manage .list-group-item.active {
    background-color: #F1F5F9;
    color: #0F172A;
}

.dashboard-manage .list-group-item.active::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #14B8A6;
    border-radius: 50%;
}

.dashboard-manage .list-group-item:last-child {
    margin-bottom: 0;
}

.dashboard-manage .tab-content {
    padding: 24px 0;
    border-radius: 8px;
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
}

.dashboard-manage .tab-content .tab-pane .tab-header {
    padding: 30px;
}

.dashboard-manage .tab-content .tab-pane .tab-header .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #0F172A;
}

.manage-property-top-actions .troubleshooting-actions {
    display: flex;
    align-items: center;
}


.visits-tab-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 576px) {
    .manage-property-top-actions .troubleshooting-actions {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }
}

/* mobile */
@media (max-width: 992px) {
    .tab-actions {
        flex-direction: column;
        align-items: start !important;
        gap: 20px;
    }

    .visits-tab-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tab-link {
        margin: 0px !important;
    }
    .tab-title {
        margin-right: 20px !important;
    }
}



.dashboard-manage .tab-content .tab-pane .tab-header .tab-actions .tab-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.dashboard-manage .tab-content .tab-pane .tab-header .tab-actions .tab-link:hover {
    text-decoration: none;
}

.dashboard-manage .tab-content .tab-pane .tab-header .tab-actions .dropdown .dropdown-toggle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
    background: none;
    border: none;
}

.dashboard-manage .tab-content .tab-pane .tab-header .tab-actions .dropdown .dropdown-toggle.tab-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.dashboard-manage .tab-content .tab-pane .tab-header .tab-actions .dropdown .dropdown-toggle:focus {
    outline: none;
}

.dashboard-manage .tab-content .tab-pane .tab-header .tab-actions .dropdown .dropdown-toggle::before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0.5rem;
    content: '\f078'
}

.dashboard-manage .tab-content .tab-pane .tab-header .tab-actions .dropdown .dropdown-toggle::after {
    content: none;
    display: none;
    visibility: hidden;
}

.dashboard-manage .tab-content .tab-pane .tab-body {
    padding: 30px;
}

.dashboard-manage .tab-content .tab-pane .tab-actions .tab-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.dashboard-manage .tab-content .tab-pane .tab-actions .tab-link:hover {
    text-decoration: none;
}

.dashboard-manage .tab-content .tab-pane .tab-actions .dropdown .dropdown-toggle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
    background: none;
    border: none;
}

.dashboard-manage .tab-content .tab-pane .tab-actions .dropdown .dropdown-toggle.tab-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.dashboard-manage .tab-content .tab-pane .tab-actions .dropdown .dropdown-toggle:focus {
    outline: none;
}

.dashboard-manage .tab-content .tab-pane .tab-actions .dropdown .dropdown-toggle::before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0.5rem;
    content: '\f078'
}

.dashboard-manage .tab-content .tab-pane .tab-actions .dropdown .dropdown-toggle::after {
    content: none;
    display: none;
    visibility: hidden;
}

.actions-dropdown-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6 !important;
    background: none;
    border: none;
    outline: none;
}

.actions-dropdown-link::before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0.5rem;
    content: '\f078'
}

.actions-dropdown-link::after {
    content: none;
    display: none;
    visibility: hidden;
}

.actions-dropdown-link:focus {
    outline: none;
}


.dashboard-manage .tab-content .tab-pane .tab-body {
    padding: 30px;
}

.table.table-custom thead th,
.table.table-custom tbody td {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.table.table-custom tbody td {
    padding: 20px 4px;
}
.table.table-custom thead th:first-child,
.table.table-custom tbody td:first-child {
    padding-left: 10px;
}

.table.table-custom thead th {
    border-bottom: 0;
    border-top: 0;
    padding: 10px 4px;
    background: #F1F5F9;
}

.table.table-custom .form-check label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0F172A;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.table.table-custom .form-check label input[type="checkbox"] {
    appearance: none;
    font: inherit;
    width: 14px;
    height: 14px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    border-radius: 3px;
    border: 1px solid #C8D5E1;
}

.table.table-custom .form-check label span {
    margin-left: 8px;
}

.table.table-custom .form-check label input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 120ms tranform ease-in-out;
    box-shadow: inset 1em 1em #15b8a6;
}

.table.table-custom .form-check label input[type="checkbox"]:checked::before {
    transform: scale(1);
    border-radius: 1px;
}

.table.table-custom .form-check label input[type="checkbox"]:checked {
    border-color: #15b8a6;
}

.table.table-custom tbody tr.highlighted {
    background: #F0FDFA;
}

.table.table-custom tbody tr td .empty-list {
    padding: 12em 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.table.table-custom tbody tr td.online i {
    color: #14B8A6;
}

.table.table-custom tbody tr td.offline i {
    color: #F43F5E;
}

.table.table-custom tbody td td.actions {
    text-align: left;
}

.table.table-custom tbody tr td.actions a {
    color: #94A3B8;
    font-size: 16px;
}

.table.table-custom tbody tr td .progress-container {
    display: flex;
    align-items: center;
}

.table.table-custom tbody tr td .progress-container .progress {
    height: 6px;
    border-radius: 50px;
    background-color: #C8D5E1;
    width: 100%;

}

.table.table-custom tbody tr td .progress-container .progress .success {
    background-color: #99F6E4;
}

.table.table-custom tbody tr td .progress-container .progress .danger {
    background-color: #FDA4AF;
}

.table.table-custom tbody tr td .progress-container .progress-text {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

@media (max-width: 576px) {
    #applicants_table {
        overflow-x: auto;
        display: block;
        width: 100%;
    }
}

#applicants_table thead th .sort-icon {
    margin-left: 4px;
    color: #94A3B8;
}
#applicants_table thead th {
    white-space: nowrap; /* wrapping */
    padding: 12px 16px;
    vertical-align: middle;
    padding-left: 0;
}
#applicants_table thead th .d-flex {
    gap: 8px;
}

#applicants_table thead th:first-child {
    padding-left: 32px;
}

#applicants_table tr {
    cursor: pointer;
}

.dashboard-manage-property .header .title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #000000;
}

@media (max-width: 576px) {
    .dashboard-manage-property .header .title {
        font-size: 20px;
        line-height: 20px;
    }
}

.dashboard-manage-property .rentizy-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.dashboard-manage-property .rentizy-link-secondary {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

@media (max-width: 992px) {
    .property-creation-actions-dropdown-menu {
        transform: translate3d(-175px, 30px, 0px) !important;
        width: 270px;
        padding: 5px;
    }

    .edit-property-actions-dropdown-menu {
        transform: translate3d(-155px, 30px, 0px) !important;
        width: 250px;
        padding: 10px;
    }

    .edit-property-actions-dropdown-menu-items {
        display: flex;
        flex-direction: column;
    }

    .dashboard-manage-tabs-dropdown-menu {
        transform: translate3d(-100px, 30px, 0px) !important;
        width: 200px;
    }

    .payments-actions-dropdown-menu {
        transform: translate3d(-155px, 30px, 0px) !important;
        width: 250px;
        padding: 10px;
    }

    .visits-other-actions-dropdown-menu {
        transform: translate3d(-120px, 30px, 0px) !important;
    }

    .breakdowns-actions-dropdown-menu {
        transform: translate3d(-100px, 30px, 0px) !important;
        width: 200px;
        padding: 10px;
    }

    .breakdowns-filter-dropdown-menu, .properties-filter-dropdown-menu, .rentals-filter-dropdown-menu, .payments-filter-dropdown-menu {
        transform: translate3d(-65px, 30px, 0px) !important;
    }

    .properties-actions-dropdown-menu {
        transform: translate3d(-200px, 30px, 0px) !important;
        width: 320px;
        padding: 10px;
    }

    .rentals-actions-dropdown-menu {
        transform: translate3d(-100px, 30px, 0px) !important;
        width: 200px;
        padding: 10px;
    }
    .tasks-actions-dropdown-menu {
        transform: translate3d(-100px, 30px, 0px) !important;
        width: 200px;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .troubleshooting-actions-dropdown-menu {
        transform: translate3d(-200px, 30px, 0px) !important;
        width: 300px;
        padding: 10px;
    }

    .testimonials-container {
        gap: 20px;
    }
}

.visit-actions .rentizy-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.visit-actions .rentizy-link:hover {
    color: #18897c;
    text-decoration: none;
}

.visit-actions .rentizy-link-secondary,
.agent-visit-actions .rentizy-link-secondary {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
    text-align: left;
    color: #000000;
}

.visit-actions .rentizy-link-secondary:hover,
.agent-visit-actions .rentizy-link-secondary:hover {
    color: #18897c;
    text-decoration: none;
}

a[aria-disabled="true"] {
    color: #C8D5E1 !important;
    display: inline-block !important;
    pointer-events: none !important;
    text-decoration: none !important;
    cursor: not-allowed !important;
}

.dashboard-manage-property .header .actions .link:hover {
    text-decoration: none;
}

.dashboard-manage-property .card {
    padding: 34px 42px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 28px #0000000F;
    background: #F8FAFC;
}

/* mobile */
@media (max-width: 576px) {
    .card {
        padding: 24px 16px !important;
    }
}

.dashboard-manage-property .card .nav {
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 16px;
}

.dashboard-manage-property .card .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #64748B;
    padding: 16px;
}

.dashboard-manage-property .card .nav .nav-item .nav-link.active {
    background: #F1F5F9;
    border-radius: 8px;
}

.dashboard-manage-property .card .tab-content .tab-pane .tab-title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
}

.dashboard-manage-property .card .tab-content .tab-pane .custom-alert {
    background: #FDF4FF;
    padding: 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #D444F1;
    border: none;
}

.dashboard-manage-property .card .tab-content .tab-pane .custom-alert strong {
    font-weight: 700;
    line-height: 12px;
}

.dashboard-manage-property .card #tabNewPropertyContent.tab-content .tab-pane .form-row label {
    margin-top: 1px !important;
}
.dashboard-manage-property .card .tab-content .tab-pane .form-row label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control {
    padding: 18px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0F172A;
}

.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0F172A;
}

.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control:disabled,
.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control[readonly] {
    background: #E2E8F0;
    border: 1px solid #C8D5E1;
    color: #94A3B8;
}

.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control:disabled::placeholder,
.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control[readonly]::placeholder {
    color: #94A3B8;
}

.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control:disabled::-ms-input-placeholder,
.dashboard-manage-property .card .tab-content .tab-pane .form-row .form-control[readonly]::-ms-input-placeholder {
    color: #94A3B8;
}

.d-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.d-link:hover {
    color: #14B8A6;
    text-decoration: none !important;
}

.d-link:hover,
.d-link:active,
.d-link:focus,
.d-link:visited {
    box-shadow: unset !important;
}

.dashboard-manage-property #pictures .gallery-item,
.dashboard-manage-property #rooms .gallery-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.dashboard-manage-property #pictures .gallery-item .gallery-img,
.dashboard-manage-property #rooms .gallery-item .gallery-img {
    height: 175px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.dashboard-manage-property #pictures .gallery-item .gallery-icons,
.dashboard-manage-property #rooms .gallery-item .gallery-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: #00000080;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 12px;
    border-radius: 8px;
}

.dashboard-manage-property #pictures .gallery-item:hover .gallery-icons,
.dashboard-manage-property #rooms .gallery-item:hover .gallery-icons {
    opacity: 1;
}

.dashboard-manage-property #pictures .gallery-item .gallery-icons i,
.dashboard-manage-property #rooms .gallery-item .gallery-icons i {
    color: #ffffff;
    font-size: 16px;
}

.dashboard-manage-property #pictures .picture-header {
    color: #0F172A;
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
}

.dashboard-manage-property #pictures .picture-sub-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.dashboard-manage-property #pictures .picture-count {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #14B8A6;
    background: #F0FDFA;
    padding: 8px;
    border-radius: 49px;
}

.dashboard-manage-property #pictures .picture-count.required {
    color: #F43F5E;
    background: #FFF1F2;
}

.dashboard-manage-property #pictures .picture-count.required.success {
    color: #14B8A6;
    background: #F0FDFA;
}

.dashboard-manage-property #pictures .gallery-item .upload-container {
    height: 175px;
    padding: 0;
}

.dashboard-manage-property #pictures .gallery-item .upload-container .upload-text {
    display: grid;
        grid-gap: 2px;
}

.dashboard-manage-property #video .gallery-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.dashboard-manage-property #video .gallery-item .gallery-img {
    height: 175px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.dashboard-manage-property #video .gallery-item .gallery-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: #00000080;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 12px;
    border-radius: 8px;
}

.dashboard-manage-property #video .gallery-item:hover .gallery-icons {
    opacity: 1;
}

.dashboard-manage-property #video .gallery-item .gallery-icons i {
    color: #ffffff;
    font-size: 16px;
}

.dashboard-manage-property #video .video-header {
    color: #0F172A;
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
}

.dashboard-manage-property #video .video-sub-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.dashboard-manage-property #video .video-count {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #14B8A6;
    background: #F0FDFA;
    padding: 8px;
    border-radius: 49px;
}

.dashboard-manage-property #video .video-count.required {
    color: #F43F5E;
    background: #FFF1F2;
}

.dashboard-manage-property #video .video-count.required.success {
    color: #14B8A6;
    background: #F0FDFA;
}

.dashboard-manage-property #video .gallery-item .upload-container {
    height: 175px;
    padding: 0;
}

.dashboard-manage-property #video .gallery-item .upload-container .upload-text {
    display: grid;
        grid-gap: 2px;
}

.remove-video {
    color: #14B8A6;
}

.remove-video:hover {
    color: #078678;
}

.dashboard-manage-property .form-section .form-section-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
    color: #0F172A;
}

.dashboard-manage-property #energie .checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.dashboard-manage-property #energie .checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.dashboard-manage-property #energie .checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.dashboard-manage-property #energie .checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

.dashboard-manage-property #energie .checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.dashboard-manage-property #energie .checkbox-group label i {
    width: 15px;
}

.dashboard-manage-property #energie .checkbox-group label span {
    flex-grow: 1;
}

.property-availability .availability-container {
    background: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.property-availability .schedule-day {
    margin: 0;
    transition: background-color 0.2s;
}

.property-availability .schedule-day:hover {
    background-color: #f8f9fa;
}

.property-availability .availability-time {
    display: inline-flex;
    align-items: center;
    background: #f8f9fa;
    padding: 0.25rem;
    border-radius: 0.25rem;
    margin-bottom: 0 !important;
}

.property-availability .form-control {
    min-width: 120px;
    height: 40px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.property-availability .remove-slot {
    color: #dc3545;
    text-decoration: none;
    font-size: 0.875rem;
}

.property-availability .add-availability-time-link {
    color: #6c757d;
    padding: 0.25rem 0.5rem;
}

.property-availability .add-availability-time-link:hover {
    color: #495057;
    background-color: #e9ecef;
}

.property-availability .checkbox-group label {
    font-size: 0.9rem;
    color: #495057;
    margin-left: 10px;
}

.property-availability .checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.property-availability .checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.property-availability .checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.property-availability .checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

#collapseAvailability {
    padding: 2px 5px;
    border-top: 1px solid #e2e8f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#collapseAvailability:hover {
    background-color: #f8fafc;
}

#collapseAvailability span {
    color: #334155;
    font-weight: 400;
    font-size: 13px;
}

.transition-icon {
    color: #64748b;
    transition: transform 0.2s ease-in-out;
}

.collapsed .transition-icon {
    transform: rotate(180deg);
}

.dashboard-manage-property #services .service-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
    color: #475569;
}

.dashboard-manage-property #services .checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.dashboard-manage-property #services .checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.dashboard-manage-property #services .checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.dashboard-manage-property #services .checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

.dashboard-manage-property #services .checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.dashboard-manage-property #services .checkbox-group label i {
    width: 15px;
}

.dashboard-manage-property #services .checkbox-group label span {
    flex-grow: 1;
}

.dashboard-manage-property #pictures .gallery-item .upload-container .file-info {
    line-height: 18px;
    text-align: center;
    margin: 0;
}

.dashboard-manage-property #rooms .gallery-item .room-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

.dashboard-manage-property #rooms .gallery-item .create-room {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
    border: 1px solid #E2E8F0;
    background: #F1F5F9;
    color: #14B8A6;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.dashboard-manage-property #rooms .gallery-item .create-room:hover {
    text-decoration: none;
}

.manage-contract .form-section .form-check label {
    display: flex;
    cursor: pointer;
}

.manage-contract .form-section .form-check label .form-check-content {
    margin-left: 10px;
}

.manage-contract .form-section .form-check label .form-check-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}

.manage-contract .form-section .form-check label .form-check-content .form-check-title,
.manage-contract .form-section .form-check label .form-check-content .form-check-title a {
    color: #0F172A;
}

.manage-contract .form-section .form-check label .form-check-content .form-check-desc {
    color: #94A3B8;
}

.manage-contract .summary-section .section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: #14B8A6;
    margin: 0;
}

.manage-contract .summary-section .edit-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #14B8A6;
}

.manage-contract .summary-section .edit-link:hover {
    text-decoration: none;
}

.manage-contract .summary-section .info-block .info-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    color: #0F172A;
    margin: 0;
}

.manage-contract .summary-section .info-block p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
}

.manage-contract .summary-section .info-block .terms ul > li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0F172A;
    display: flex;
    align-items: center;
}


.manage-contract .summary-section .info-block .terms ul > li i {
    font-size: 9px;
}

.signature-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 195px;
    cursor: pointer;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    padding: 56px 24px;
    border-radius: 8px;
}

.signature-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #475569;
}

.signature-box .icon {
    width: 28px;
    margin: auto;
}

.sign-action-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #14B8A6;
    text-transform: none;
}

.sign-action-btn:hover {
    text-decoration: none;
    color: #14B8A6;
}

.offcanvas {
    width: 620px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .2s;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: #F8FAFC;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 23px 30px;
}

.offcanvas.offcanvas-right {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

.offcanvas .offcanvas-header .btn-close {
    color: rgba(15, 23, 42, 1);
}

.offcanvas .offcanvas-header .offcanvas-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: rgba(15, 23, 42, 1);
    margin: 0;
}

.offcanvas .offcanvas-header .offcanvas-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0;
}

.offcanvas .offcanvas-header .upload-container {
    padding: 56px 24px;
}

.offcanvas .offcanvas-body .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: rgba(15, 23, 42, 1);
    margin: 0;
}

.offcanvas .offcanvas-body .uploaded-file span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.offcanvas .offcanvas-body .uploaded-file .file-link {
    color: #0F172A;
}

.offcanvas .offcanvas-body .form-row label, .offcanvas-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
}

.offcanvas .offcanvas-body .form-row .form-control {
    padding: 16px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.offcanvas-active {
    overflow: hidden;
}

.screen-overlay {
    width: 0;
    height: 100%;
    z-index: 1031;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(15, 23, 42, 0.4);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.dashboard-manage-visit-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    /*padding: 21px 16px;*/
    border-radius: 8px;
    height: 100%;
}

.dashboard-manage-visits {
    /* Please keep this, it limits the height of
    the pending visits so it doesn't expand*/
    max-height: 750px;
    overflow: auto;
}

.dashboard-manage-visits-candidates {
    max-height: 750px;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .dashboard-manage-visits {
        max-height: 400px;
    }

    .dashboard-manage-visits-candidates {
        max-height: 400px;
    }
}


.tenant-visit-card .card-body {
    /* Please keep this, it limits the height of
    the pending visits so it doesn't expand*/
    max-height: none !important;
}

.dashboard-manage-visit-card .card-body .card-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

.dashboard-manage-visit-card .card-body .card-desc {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #64748B;
    margin: 0;
}

.dashboard-manage-visit-card .card-body .visit-card-item {
    padding: 20px 8px;
    border-radius: 8px;
    background: #FFE4E6;
    border-left: 1px solid #FDA4AF;
    margin-bottom: 10px;
}

.dashboard-manage-visit-card .card-body .visit-card-item a:hover {
    text-decoration: none;
}

.dashboard-manage-visit-card .card-body .visit-card-item:last-child {
    margin-bottom: 0;
}

.dashboard-manage-visit-card .card-body .visit-card-item.light {
    background: #F1F5F9;
    border-left: 1px solid #C8D5E1;
}

.dashboard-manage-visit-card .card-body .visit-card-item.light-secondary {
    background: #d9d9ea;
    border-left: 1px solid #9798c6;
}

.dashboard-manage-visit-card .card-body .visit-card-item.light-orange {
    background: #FFE8C3;
    border-left: 1px solid #bc7e19;
}

.dashboard-manage-visit-card .card-body .visit-card-item.light-cyan {
    background: #b7e8f0;
    border-left: 1px solid #0d879a;
}

.dashboard-manage-visit-card .card-body .visit-card-item.light-purple {
    background: #faddff;
    border-left: 1px solid #642ca3;
}

.dashboard-manage-visit-card .card-body .visit-card-item.light-green {
    background: #CCFBF1;
    border-left: 1px solid #5EEAD4;
}

.dashboard-manage-visit-card .card-body .visit-card-item .header {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #0F172A;
}

.dashboard-manage-visit-card .card-body .visit-card-item .status {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #0F172A;
}

.dashboard-manage-visit-card .card-body .visit-card-item .time,
.dashboard-manage-visit-card .card-body .visit-card-item .location {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #475569;
}

.dashboard-manage-visit-card .card-body .visit-card-item {
    padding: 20px 8px;
    border-radius: 8px;
    background: #FFE4E6;
    border-left: 1px solid #FDA4AF;
    margin-bottom: 10px;
    position: relative;
}

.dashboard-manage-visit-card .card-body .visit-card-item .status {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #0F172A;
    text-align: right;
}

.offcanvas .form-control {
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.offcanvas .block-availability-time .form-control {
    padding: 16px;
    font-size: 12px;
    font-weight: 500;
    min-width: 130px;
    max-width: 130px;
}

.offcanvas .form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #94A3B8;
}

.offcanvas .form-control::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #94A3B8;
}

.offcanvas .form-control:disabled,
.offcanvas .form-control[readonly] {
    background: #E2E8F0;
    border: 1px solid #C8D5E1;
    color: #94A3B8;
}

.offcanvas .form-control:disabled::placeholder,
.offcanvas .form-control[readonly]::placeholder {
    color: #94A3B8;
}

.offcanvas .form-control:disabled::-ms-input-placeholder,
.offcanvas .form-control[readonly]::-ms-input-placeholder {
    color: #94A3B8;
}

.offcanvas .checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.offcanvas .checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.offcanvas .checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.offcanvas .checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

.offcanvas .checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.offcanvas .block-availability-time .availability-time {
    display: flex;
    align-items: center;
    gap: 14px;
}

.offcanvas .add-availability-time a {
    color: #0F172A;
}

.offcanvas .visit-details h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #475569;
    margin: 0;
}

.offcanvas .visit-details p, .offcanvas .visit-details p a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0F172A;
    margin: 0;
}

.offcanvas .cancel-visit a,
.offcanvas .link-preview a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #14B8A6;
}

.offcanvas .cancel-visit a:hover,
.offcanvas .link-preview a:hover {
    text-decoration: none;
}

.offcanvas .custom-alert {
    background: #FDF4FF;
    padding: 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #D444F1;
    border: none;
}

/* unlike the style above, this will still apply the desired styles while
giving the possibility to assign custom coloring style like alert-success */
.offcanvas .custom-alert-v1 {
    padding: 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    border: none;
}

.offcanvas .custom-alert strong {
    font-weight: 700;
    line-height: 12px;
}

.offcanvas .custom-alert.gaped {
    gap: 6px;
}

#accordianTroubleshooters .card {
    padding: 24px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
}

#accordianTroubleshooters .card-header {
    border: 0;
    padding: 0;
    background: none;
    margin: 0;
}

#accordianTroubleshooters .card-header .collapsible-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
    margin: 0;
    text-transform: none;
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    text-decoration: none;
}

#accordianTroubleshooters .card-header .collapsible-link:focus,
#accordianTroubleshooters .card-header .collapsible-link.focus {
    box-shadow: none;
}

#accordianTroubleshooters .card-header .collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}

#accordianTroubleshooters .card-header .collapsible-link[aria-expanded='true']::before {
     content: '\f106';
}

#accordianTroubleshooters .card-body .form-row label {
    font-weight: 400;
}

#accordianTroubleshooters .card-body .form-row .form-control {
    box-shadow: none;
}

#assign-troubleshooters-offcanvas .search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

#assign-troubleshooters-offcanvas .search-container .search-input {
    position: relative;
    display: contents;
}

#assign-troubleshooters-offcanvas .search-container .search-input .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #0F172A;
    left: 18px;
}

#assign-troubleshooters-offcanvas .search-container .search-input input {
    padding-left: 3rem;
    background: none;
    box-shadow: none;
}

#assign-troubleshooters-offcanvas .search-container .new-contact-btn {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #14B8A6;
    border: none;
    background: none;
    text-decoration: none;
}



/* Renter Dashboard */
.dashboard-renter .card {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: 0;
}

.dashboard-renter .card.custom-renter-card {
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
    border-radius: 8px;
    border: none;
    height: 100%;
}

.dashboard-renter .card.custom-renter-card .card-title:not(.original-title) {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0F172A;
    margin: 0;
}

.dashboard-renter .card.custom-renter-card .card-body {
    padding: 24px;
}

.dashboard-renter .custom-renter-card.empty-list {
    padding: 12em 0;
}

/* mobile */
@media (max-width: 576px) {
    .custom-renter-card.empty-list {
        padding: 0px !important;
    }

    .dashboard-renter .card.custom-renter-card .card-body {
        padding: 8px;
    }
}

.dashboard-renter .card.custom-renter-card.no-bg {
    background: transparent;
}

.dashboard-renter .card.custom-renter-card.no-shadow {
    box-shadow: none;
}

.dashboard-renter .card.custom-renter-card.no-border {
    border: none;
}

.dashboard-renter .empty-list .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: #0F172A;
    margin: 0;
}

.dashboard-renter .empty-list .card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #64748B;
    margin: 0;
}

.dashboard-renter .card.custom-renter-card .card-image {
    position: relative;
}

.dashboard-renter .card.custom-renter-card .card-image .card-image-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
    padding: 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dashboard-renter .card.custom-renter-card .card-image .card-image-content .card-title {
    color: #F8FAFC;
}

.dashboard-renter .card.custom-renter-card .card-image .card-image-content .card-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #F8FAFC;
    margin: 0;
}

.dashboard-renter .card.custom-renter-card .card-body .info-block .info-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #0F172A;
    margin: 0;
}

.dashboard-renter .card.custom-renter-card .card-body .info-block p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #0F172A;
}


.dashboard-renter .card.custom-renter-card .alert {
    padding: 16px;
    gap: 16px;
    border-radius: 6px;
    border: none;
}

.dashboard-renter .card.custom-renter-card .alert.new {
    background: #FFE4E6;
}

.dashboard-renter .card.custom-renter-card .alert.old {
    background: #F1F5F9;
}

.dashboard-renter .card.custom-renter-card .alert .close {
    color: #475569;
}

.dashboard-renter .card.custom-renter-card .alert .alert-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #475569;
}

.dashboard-renter .card.custom-renter-card .alert .alert-title .alert-link {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #0F172A;
    text-decoration: underline;
}

.dashboard-renter .card.custom-renter-card .alert .alert-message {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0F172A;
}

.dashboard-renter .card.custom-renter-card .list-group .list-group-item {
    padding: 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    margin-bottom: 20px;
}

.dashboard-renter .card.custom-renter-card .list-group .list-group-item.list-group-new {
    background: #CCFBF1;
}

.dashboard-renter .card.custom-renter-card .list-group .list-group-item.list-group-old {
    background: #F1F5F9;
}

.dashboard-renter .card.custom-renter-card .report-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.dashboard-renter .card.custom-renter-card .report-link:hover {
    text-decoration: none;
}

.dashboard-renter .card.custom-renter-card .renter-docs .doc-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    color: #1E293B;
}

.dashboard-renter .card.custom-renter-card .renter-docs .doc-name,
.dashboard-renter .card.custom-renter-card .renter-docs .doc-name a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0;
}

.dashboard-renter .card.custom-renter-card .renter-docs .doc-name .ellipsised-doc-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-renter .card.custom-renter-card .news {
    height: 100%;
    border: 1px solid #E2E8F0;
    padding: 21px 16px;
    border-radius: 8px;
    overflow-y: auto;
    max-height: 749px;
}

.dashboard-renter .card.custom-renter-card .news .card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    color: #0F172A;
}

.dashboard-renter .instruction-box {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    padding: 24px;
    border-radius: 8px;
}

.dashboard-renter .instruction-box ul {
    padding-inline-start: 20px;
}

.dashboard-renter .instruction-box ul li.instruction-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #94A3B8;
    margin-bottom: 20px;
}

.dashboard-renter .instruction-box ul li.instruction-item:last-child {
    margin-bottom: 0;
}

.dashboard-renter .failure-tracking {
    padding: 16px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
}

.dashboard-renter .failure-tracking .progress-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-renter .failure-tracking .progress-title:hover {
    text-decoration: none;
}

.dashboard-renter .failure-tracking .progress {
    height: 6px;
    background-color: #E2E8F0;
    margin-bottom: 8px;
}

.dashboard-renter .failure-tracking .progress .progress-bar {
    background-color: #FECDD3;
}

.dashboard-renter .dash-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

.dashboard-renter .dash-descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
    margin: 0;
}

.dashboard-renter .d-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #14B8A6;
}

.dashboard-renter .d-link:hover {
    text-decoration: none;
}

.dashboard-renter .favorite-item {
    background: #F8FAFC;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 14%);
    border-radius: 8px;
    margin-bottom: 30px;
}

.dashboard-renter .favorite-item .property-item .property-fav {
    color: #F43F5F;
}

.dashboard-renter .favorite-item .property-item .property-fav i {
    font-size: 24px;
}

.dashboard-renter .favorite-item .property-item .text .send-msg a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #14B8A6;
}

.dashboard-renter .favorite-item .property-item .text .send-msg a:hover {
    text-decoration: none;
}

/* Messaging */
.owner-messaging .card {
    background: #F8FAFC;
    box-shadow: 0 0 28px #0000000F;
    border-radius:  8px;
    border: none;
    height: 100%;
    padding: 24px;

}

.owner-messaging .card .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #64748B;
    padding: 16px 24px;
}

.owner-messaging .badge-notif {
    padding: 2px 8px;
    border-radius: 48px;
    background: #F43F5E;
    color: #FFF1F2;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.owner-messaging .card .nav .nav-item .nav-link.active {
    background: #F1F5F9;
    border-radius: 8px;
}

.messaging .inbox-msg {
    clear: both;
    overflow: hidden;
}

.messaging .inbox-msg .inbox-people {
    overflow: hidden;
}

.messaging .inbox-msg .inbox-people .inbox-chat {
    height: 630px;
    overflow-y: auto;
}

.messaging .inbox-msg .tab-pane .inbox-people .inbox-chat {
    height: 550px;
    overflow-y: auto;
}

/* mobile */
@media (max-width: 576px) {
    .messaging .inbox-msg .inbox-people .inbox-chat {
        height: 65vh;
    }
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list {
    padding: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list a:hover {
    text-decoration: none;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list:last-child {
    margin-bottom: 0;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list.active-chat {
    border-radius: 8px;
    background: #CCFBF1;
    border: 1px solid #14B8A6;
}


.messaging .inbox-msg .inbox-people .inbox-chat .chat-list .chat-people {
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list .chat-people .chat-img img {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    object-fit: cover;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list .chat-people .chat-ib {
    padding-left: 15px;
    width: 100%;
    display: grid;
    gap: 16px;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list .chat-people .chat-ib h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.messaging .inbox-msg .inbox-chat .chat-list .chat-people .chat-ib h5 .logged-in {
    margin-right: auto;
    margin-left: 10px;
    color: #079455;
}

.messaging .inbox-msg .inbox-chat .chat-list .chat-people .chat-ib h5 .logged-out {
    margin-right: auto;
    margin-left: 10px;
    color: #475569;
}

.messaging .inbox-msg .inbox-chat .chat-list .chat-people .chat-ib h5 .chat-remove {
    font-size: 13px;
    display: none;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list.active-chat .chat-people .chat-ib h5 .chat-remove {
    display: block;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list .chat-people .chat-ib p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0;
}


.messaging .inbox-msg .msgs {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
}

.messaging .inbox-msg .msgs .msg-history {
    height: 450px;
    overflow-y: auto;
    margin-bottom: 20px;
}

/* mobile */
@media (max-width: 576px) {
    .messaging .inbox-msg .msgs .msg-history {
        height: 50vh;
    }
}

.messaging .inbox-msg .msgs .msg-history .list-messages {
    scroll-padding-bottom: 1px;
}

.messaging .inbox-msg .msgs .msg-history .list-messages > div {
    margin-bottom: 8px;
}

.messaging .inbox-msg .msgs .msg-history .list-messages > div:last-child {
    margin-bottom: 0;
}

.messaging .inbox-msg .msg-history .list-messages > .incoming-msg ,
.messaging .inbox-msg .msg-history .list-messages > .outgoing-msg {
    scroll-snap-align: end;
}

.messaging .inbox-msg .msgs .msg-history .list-messages .incoming-msg {
    overflow: hidden;
    display: flex;
    justify-content: start;
}

.messaging .inbox-msg .msg-history .list-messages .incoming-msg .received-msg {
    padding: 10px 20px;
    border-radius: 0 8px 8px 8px;
    background: #ebeef2;
    max-width: 55%;
}

.messaging .inbox-msg .msg-history .list-messages .incoming-msg .received-msg .msg-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
    margin: 0;
    width: 100%;
}

.messaging .inbox-msg .msgs .msg-history .list-messages .incoming-msg .date-and-time {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    color: #0F172A;
    margin-left: 10px;
    font-weight: 700;
}

.messaging .inbox-msg .msgs .msg-history .list-messages .outgoing-msg {
    overflow: hidden;
    display: flex;
    justify-content: end;
}

.messaging .inbox-msg .msgs .msg-history .list-messages .outgoing-msg .sent-msg {
    padding: 10px 20px;
    border-radius: 8px 0 8px 8px;
    background: #14B8A6;
    max-width: 55%;
}

.messaging .inbox-msg .msgs .msg-history .list-messages .outgoing-msg .sent-msg .msg-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: white;
    margin: 0;
    width: 100%;
}
.messaging .inbox-msg .msgs .msg-history .list-messages .outgoing-msg .sent-msg .msg-content a {
    color: #006480;
    font-weight: 700;
}

.messaging .inbox-msg .msgs .msg-history .list-messages .outgoing-msg .date-and-time {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    color: #14B8A6;
    margin-right: 10px;
    font-weight: 700;
}

.messaging .inbox-msg .msgs .type-msg {
    position: relative;
    border: 1px solid #E2E8F0;
    padding: 24px;
    border-radius: 8px;
}

.messaging .inbox-msg .msgs .type-msg .input-msg-write input {
    background: transparent;
    border: none;
    color: #4C4C4C;
    width: 100%;
}

.messaging .inbox-msg .msgs .type-msg .input-msg-write input:focus-visible {
    outline: none;
}

.messaging .inbox-msg .msgs .type-msg .input-msg-write {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.messaging .inbox-msg .msgs .type-msg .input-msg-write .msg-send-btn {
    border: none;
    background: none;
    color: #94A3B8;
}

.messaging .inbox-msg .msgs .msg-owner {
    clear: both;
    align-items: center;
    justify-content: space-between;
}

.messaging .inbox-msg .msgs .msg-owner .owner-header {
    display: flex;
    align-items: center;
}

.messaging .inbox-msg .msgs .msg-owner .owner-header .owner-img img {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    object-fit: cover;
}

.messaging .inbox-msg .msgs .msg-owner .owner-header .owner-name {
    padding-left: 15px;
    width: 100%;
    display: grid;
    gap: 4px;
}

.messaging .inbox-msg .msgs .msg-owner .owner-header .owner-name h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
    align-items: center;
    margin: 0;
}

.messaging .inbox-msg .msgs .msg-owner .owner-header .owner-name h5 .logged-in {
    margin-right: auto;
    margin-left: 10px;
    color: #079455;
}

.messaging .inbox-msg .msgs .msg-owner .owner-header .owner-name h5 .logged-out {
    margin-right: auto;
    margin-left: 10px;
    color: #475569;
}

.messaging .inbox-msg .msgs .msg-owner .owner-header .owner-name p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0;
}

.messaging .inbox-msg .msgs .msg-owner .owner-action .dropdown-toggle::before {
    content: none;
}

:active {
    box-shadow: none;
    outline: none;
}

.messaging .inbox-msg .msgs .msg-owner .owner-action .dropdown-toggle:focus,
.messaging .inbox-msg .msgs .msg-owner .owner-action .dropdown-toggle.focus {
    box-shadow: none;
    outline: none;
}

.date-separator {
    text-align: center;
    margin: 20px 0 !important;
    position: relative;
}

.date-separator:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
}

.date-label {
    font-size: 12px;
    background: #f8fafc;
    padding: 0 15px;
    color: #666;
    position: relative;
    z-index: 2;
}

.input-msg-write {
    position: relative;
}
.emoji-toggle {
    background: none;
    color: #94A3B8;
    border: none;
    cursor: pointer;
    padding: 0 6px;
}
.emoji-toggle:hover {
    opacity: 0.7;
}

emoji-picker {
    position: absolute;
    bottom: 100%;
    right: 40px;
    display: none;
    z-index: 1000;
}

.chat-title {
    margin-bottom: -20px !important;
    color: #555 !important;
    font-size: 14px;
}

.chat-title a {
    color: #006480;
    font-weight: 700;
}

/* Popup confirmation */
.jconfirm.jconfirm-modern .jconfirm-box {
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
    padding: 20px;
    border-radius: 8px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    font-size: 18px;
    font-weight: 600;
    line-height: 31.5px;
    color: #0F172A;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #475569;
    overflow: hidden;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button.btn-rentizy {
    padding: 16px 24px;
    border-radius: 8px;
    background: #14B8A6;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #F8FAFC;
    text-transform: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button.link-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #14B8A6;
    text-transform: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button.link-btn:hover,
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button.link-btn:active {
    background-color: transparent;
    border: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button:focus,
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button.focus {
    box-shadow: none;
    outline: none;
}

.jconfirm .jconfirm-content .form-row label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
    width: 100%;
    margin-bottom: 1rem;
}

.jconfirm .jconfirm-content .form-row .form-control {
    padding: 15px 20px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.jconfirm .jconfirm-content .form-row .form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #94A3B8;
}

.jconfirm .jconfirm-content .form-row .form-control::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #94A3B8;
}

.jconfirm .jconfirm-content .form-row .form-control:disabled,
.jconfirm .jconfirm-content .form-row .form-control[readonly] {
    background: #E2E8F0;
    border: 1px solid #C8D5E1;
    color: #94A3B8;
}

.jconfirm .jconfirm-content .form-row .form-control:disabled::placeholder,
.jconfirm .jconfirm-content .form-row .form-control[readonly]::placeholder {
    color: #94A3B8;
}

.jconfirm .jconfirm-content .form-row .form-control:disabled::-ms-input-placeholder,
.jconfirm .jconfirm-content .form-row .form-control[readonly]::-ms-input-placeholder {
    color: #94A3B8;
}

.sign-rental-popup .jconfirm-content-pane {
    overflow-y: auto !important;
}

.sign-rental-popup .jconfirm-content {
    margin-bottom: 0px !important;
}

.sign-rental-popup .jconfirm-box {
    padding: 32px !important;
}

.sign-rental-popup .jconfirm-box .jconfirm-content-pane {
    max-height: 400px !important;
}

@media (max-height: 720px) {
    .sign-rental-popup .jconfirm-box .jconfirm-content-pane {
        max-height: 300px !important;
    }
}

/* FullCalendar */
.fc .fc-daygrid-day-top .fc-daygrid-day-number {
    font-size: small;
}

.fc .fc-col-header-cell-cushion {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #0F172A;
}

.fc-theme-standard td, .fc-theme-standard th, .fc-theme-standard .fc-scrollgrid {
    border: 1px solid #E2E8F0;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #F8FAFC;
}

.fc-daygrid-day-events {
    min-height: 5em !important;
    margin-bottom: 0 !important;
}

.fc .fc-daygrid-event {
    display: block;
    background: #CCFBF1;
    border-left: 1px solid #5EEAD4;
    border-radius: 8px;
    padding: 12px;
    margin: 0 0 6px !important;
}

.fc .fc-daygrid-event.confirmed {
    background: #faddff;
    border-left: 1px solid #642ca3;
}

.fc .fc-button-primary {
    background-color: #14B8A6;
    border-color: #14B8A6;
}

.fc .fc-button-primary:hover {
    background-color: #0D9488;
    border-color: #0D9488;
}
.fc .fc-button-primary:disabled:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.fc .fc-button-primary:focus {
    box-shadow: unset !important;
}

.fc-event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
}

.fc-event-time {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #64748B;
}

.fc-event-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #64748B;
    margin: 0;
}

/* FullCalendar mobile */
@media (max-width: 576px) {
    #calendar {
        margin-top: 20px;
    }

    .fc .fc-col-header-cell-cushion {
        font-size: 10px;
        justify-content: center;
    }

    .fc-daygrid-day-events {
        min-height: 2em !important;
    }

    .fc .fc-daygrid-event {
        padding: 8px;
        margin: 0 0 4px !important;
    }

    .fc-event-title {
        font-size: 8px;
    }

    .fc-event-time {
        font-size: 8px;
    }

    .fc-event-description {
        font-size: 8px;
    }
}

/* Basic form control styling */
.form-control.is-valid {
    border-color: #28a745; /* Green border for valid state */
    padding-right: calc(1.5em + 0.75rem);
    background-image: unset;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.form-control.is-invalid {
    border-color: #dc3545; /* Red border for invalid state */
    padding-right: calc(1.5em + 0.75rem);
    background-image: unset;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

/* Invalid feedback styling */
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Show invalid feedback when form control is invalid */
.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Valid feedback styling */
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

/* Show valid feedback when form control is valid */
.form-control.is-valid ~ .valid-feedback {
    display: block;
}

/* Checkbox validation */
.form-check-input.is-invalid ~ .form-check-label .invalid-feedback {
    display: block;
}

.form-check-input.is-valid ~ .form-check-label .valid-feedback {
    display: block;
}

/* Additional border color styling for invalid and valid state */
.is-invalid {
    border-color: #dc3545 !important;
}

.is-valid {
    border-color: #28a745 !important;
}

.visits-tabs {
    border: none;
}

.visits-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #1E1E1E;
    border: 1px solid #D0D5DD;
    background: #F9FAFB;
    border-radius: 5px;
}

.visits-tabs .nav-item .nav-link.active {
    background: #FFFFFF;
}

.dashboard-manage .tab-content.visits-content {
    box-shadow: none;
    background: none;
}

#applicants_table span.visit-status {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    padding: 2px 10px;
    border-radius: 10px;
}

#applicants_table span.pending-visit {
    border: 1px solid #E4E7EC;
    background: #F9FAFB;
    color: #344054;
}

#applicants_table span.invited-visit {
    border: 1px solid #9798c6;
    background: #d9d9ea;
    color: #344054;
}

#applicants_table span.rescheduling-visit {
    border: 1px solid #E4E7EC;
    background: #FFE8C3;
    color: #344054;
}

#applicants_table span.interested-visit {
    border: 1px solid #0d879a;
    background: #b7e8f0;
    color: #0b6a79;
}

#applicants_table span.confirmed-visit {
    border: 1px solid #642ca3;
    background: #faddff;
    color: #431576;
}

#applicants_table span.accepted-visit {
    border: 1px solid #ABEFC6;
    background: #ECFDF3;
    color: #067647;
}

#applicants_table span.rejected-visit {
    border: 1px solid #FECDCA;
    background: #FEF3F2;
    color: #B42318;
}

#applicants_table span.cancelled-visit {
    border: 1px solid #FECDCA;
    background: #FEF3F2;
    color: #B42318;
}

.jconfirm .checkbox-group input[type=checkbox],
.hide-exact-address .checkbox-group input[type=checkbox],
.applicant-infos .checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.jconfirm .checkbox-group input[type=checkbox]::before,
.hide-exact-address .checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.jconfirm .checkbox-group input[type=checkbox]:checked,
.hide-exact-address .checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.jconfirm .checkbox-group input[type=checkbox]:checked::before,
.hide-exact-address .checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

.jconfirm .checkbox-group label,
.hide-exact-address .checkbox-group label,
.applicant-infos .checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    width: 80%;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    padding: 20px;
    z-index: 5;
}

.arrow-back:hover {
    text-decoration: none;
}

.primary-picture img {
    border: 3px solid #14B8A6;
}

.secondary-picture img {
    border: 3px solid #decd28;
}

.input-group-p-eye {
    display: flex;
    align-items: center;
}

.input-group-p-eye .form-password-icon {
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 7px;
    z-index: 10;
}

.input-group-p-eye .form-password-icon i {
    font-size: 16px;
    font-weight: 500;
}

.checkbox-switch label {
    margin: 0 !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    text-align: left;

}

.checkbox-switch input[type="checkbox"] {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    background: #78788029;
    outline: none;
    border-radius: 20px;
    transition: 0.7s;
    margin-right: 10px;
}

.checkbox-switch input:checked[type="checkbox"] {
    background: #14B8A6;
}

.checkbox-switch input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    top: 2px;
    left: 2px;
    background: #ffffff;
    transform: scale(1.1);
    transition: .5s;
}

.checkbox-switch input:checked[type="checkbox"]:before {
    left: 22px;
}

.list-signatures-collect {
    margin: 0;
}

.list-signatures-collect li.signature-status {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.list-signatures-collect li.signature-status:last-child {
    margin-bottom: 0;
}

.list-signatures-collect .signature-status .status-icon {
    font-size: 20px;
    display: inline-block;
}

.list-signatures-collect .signature-status .status-icon.signed {
    color: #0D9488;
}

.list-signatures-collect .signature-status .status-icon.in-progress {
    color: #F43F5E;
}

.list-signatures-collect .signature-status .status-icon.waiting {
    color: #94A3B8;
}

.list-signatures-collect .signature-status .status-text {
    padding: 2px 8px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.list-signatures-collect .signature-status .status-text.signed {
    background-color: #ECFDF3;
    color: #067647;
    border: 1px solid #ABEFC6;
}

.list-signatures-collect .signature-status .status-text.in-progress {
    background-color: #FFF1F2;
    color: #F43F5E;
    border: 1px solid #FECDD3;
}

.list-signatures-collect .signature-status .status-text.waiting {
    background-color: #F9FAFB;
    color: #344054;
    border: 1px solid #E4E7EC;
}

/* Media responsive */
@media (max-width: 991.98px) {
    .navbar-nav {
        align-items: baseline !important;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .navbar .navbar-collapse {
        margin-top: 20px;
    }

    .navbar-light .navbar-toggler {
        display: flex;
        align-items: center;
    }

    header .navbar-nav li.nav-item .nav-link {
        color: #64748B;
    }

    .btn-rentizy {
        width: 100%;
    }

    .hero-property-details .hero-property-details-content .hero-property-details-descr {
        width: 100%;
    }

    .hero-property-details {
        padding: 20px 0;
    }
}

.offcanvas-like-modal .modal-header .btn-close {
    color: rgba(15, 23, 42, 1);
}

.offcanvas-like-modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: rgba(15, 23, 42, 1);
    margin: 0;
}

.offcanvas-like-modal .modal-header .modal-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0;
}

.offcanvas-like-modal .modal-header .upload-container {
    padding: 56px 24px;
}

.offcanvas-like-modal .modal-body .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: rgba(15, 23, 42, 1);
    margin: 0;
}

.offcanvas-like-modal .modal-body .uploaded-file span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
}

.offcanvas-like-modal .modal-body .uploaded-file .file-link {
    color: #0F172A;
}

.offcanvas-like-modal .modal-body .form-row label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin-bottom: 1rem;
}

.offcanvas-like-modal .modal-body .form-row label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
}

.offcanvas-like-modal .modal-body .form-row .form-control {
    padding: 24px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.offcanvas-like-modal-active {
    overflow: hidden;
}

.offcanvas-like-modal .modal-dialog {
    max-width: 620px;
}

.offcanvas-like-modal .form-control {
    padding: 24px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}

.offcanvas-like-modal .block-availability-time .form-control {
    padding: 16px;
    font-size: 12px;
    font-weight: 500;
    min-width: 130px;
    max-width: 130px;
}

.offcanvas-like-modal .form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #94A3B8;
}

.offcanvas-like-modal .form-control::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #94A3B8;
}

.offcanvas-like-modal .form-control:disabled,
.offcanvas-like-modal .form-control[readonly] {
    background: #E2E8F0;
    border: 1px solid #C8D5E1;
    color: #94A3B8;
}

.offcanvas-like-modal .form-control:disabled::placeholder,
.offcanvas-like-modal .form-control[readonly]::placeholder {
    color: #94A3B8;
}

.offcanvas-like-modal .form-control:disabled::-ms-input-placeholder,
.offcanvas-like-modal .form-control[readonly]::-ms-input-placeholder {
    color: #94A3B8;
}

.offcanvas-like-modal .checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.offcanvas-like-modal .checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.offcanvas-like-modal .checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.offcanvas-like-modal .checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

.offcanvas-like-modal .checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.offcanvas-like-modal .block-availability-time .availability-time {
    display: flex;
    align-items: center;
    gap: 14px;
}

.offcanvas-like-modal .add-availability-time a {
    color: #0F172A;
}

.offcanvas-like-modal .visit-details h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #475569;
    margin: 0;
}

.offcanvas-like-modal .visit-details p, .offcanvas .visit-details p a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0F172A;
    margin: 0;
}

.offcanvas-like-modal .cancel-visit a,
.offcanvas-like-modal .link-preview a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #14B8A6;
}

.offcanvas-like-modal .cancel-visit a:hover,
.offcanvas-like-modal .link-preview a:hover {
    text-decoration: none;
}

.offcanvas-like-modal .custom-alert {
    background: #FDF4FF;
    padding: 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #D444F1;
    border: none;
}

/* unlike the style above, this will still apply the desired styles while
giving the possibility to assign custom coloring style like alert-success */
.offcanvas-like-modal .custom-alert-v1 {
    padding: 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    border: none;
}

.offcanvas-like-modal .custom-alert strong {
    font-weight: 700;
    line-height: 12px;
}

.offcanvas-like-modal .custom-alert.gaped {
    gap: 6px;
}

#detail-issue-offcanvas a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0F172A;
    margin: 0;
}

#detail-issue-offcanvas a:hover {
    text-decoration: none;
}

#scheduleVisitModal label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

#scheduleVisitModal input:not([type="checkbox"]),
#scheduleVisitModal textarea,
#scheduleVisitModal select {
    /* padding: 15px 20px; */
}

#scheduleVisitModal p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

#scheduleVisitModal .custom-radio {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media (min-width: 960px) {
    #scheduleVisitModal .step.active {
        display: block !important;
    }

    #scheduleVisitModal .step {
        display: none !important;
    }
}

#scheduleVisitModal .progress-indicator {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

#scheduleVisitModal .progress-step {
    flex: 1;
    padding: 5px 1px;
    border-top: 3px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    color: #6b7280;
    position: relative;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, color 0.25s ease-in-out;
    box-shadow: inset 0 0 0 0 transparent;
}

#scheduleVisitModal .progress-step:hover {
    border-top-color: #a0a0a0;
    color: #1f2937;
    box-shadow: inset 0 1px 0 0 #a0a0a0;
}

#scheduleVisitModal .progress-step.active {
    border-top-color: #5eead4;
    color: #134E4A;
    box-shadow: inset 0 1px 0 0 #5eead4;
}

#scheduleVisitModal .progress-step.active:hover {
    border-top-color: #99f6e4;
    box-shadow: inset 0 1px 0 0 #99f6e4;
}

#scheduleVisitModal .progress-step.completed {
    border-top-color: #14b8a6;
    color: #134E4A;

    box-shadow: inset 0 1px 0 0 #14b8a6;
}

#scheduleVisitModal .progress-step.completed:hover {
    border-top-color: #5eead4;
    box-shadow: inset 0 1px 0 0 #5eead4;
}

@keyframes errorFlash {
    0% { border-top-color: #dc3545 !important; }
    50% { border-top-color: #f8d7da !important; }
    100% { border-top-color: #dc3545 !important; }
}

#scheduleVisitModal .progress-step.error-step {
    animation: errorFlash 0.5s ease-in-out 3;
}

#scheduleVisitModal .form-control.is-valid,
#scheduleVisitModal .form-control.is-invalid {
    background-image: none;
}

#scheduleVisitModal .modal-header .owner-header {
    display: flex;
}

#scheduleVisitModal .modal-header .owner-header .owner-name {
    display: flex;
    align-items: center;
}

#scheduleVisitModal .modal-header .owner-header img {
    min-width: 60px;
    max-height: 60px;
    object-fit: cover;
}

#sharePropertyModal input:not([type="checkbox"]),
#sharePropertyModal textarea,
#sharePropertyModal select {
    padding: 15px 20px;
}

#sharePropertyModal .input-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.expenses-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* mobile */
@media (max-width: 576px) {
    .mobile-col {
        flex-direction: column;
        gap: 10px;
    }

    .expenses-items {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }
}

/* Expenses checkbox items */
.dashboard-manage-property #expenses .checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.dashboard-manage-property #expenses .checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.dashboard-manage-property #expenses .checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.dashboard-manage-property #expenses .checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

.dashboard-manage-property #expenses .checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}
.dashboard-manage-property #expenses .checkbox-group label span {
    flex-grow: 1;
}

/* Error pages */
.error-page {
    position: relative;
    height: 70vh;
}

.error-page .error-section {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-page .error-section .error-number {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0px auto 50px;
}

.error-page .error-section .error-number > div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #14B8A6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 4px dashed #0b5655;
    border-radius: 5px;
}

.error-page .error-section .error-number > div:first-child:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}

.error-page .error-section .error-number h1 {
    font-family: 'Cabin', sans-serif;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.error-page .error-section h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 7px;
    color: #0b5655;
}

.error-page .error-section p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.error-page .error-section a {
    font-family: 'Cabin', sans-serif;
    display: inline-block;
    padding: 10px 25px;
    background-color: #8f8f8f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.error-page .error-section a:hover {
    background-color: #0b5655;
}

.btn-rentizy-like {
    padding: 16px 24px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-transform: none !important;
}

.rentizy-text {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 36px;
    color: #0F172A;
}

.document-checkmark {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

/* mobile */
@media (max-width: 576px) {
    .btn-rentizy, .btn-rentizy-like {
        padding: 16px 8px !important;
        margin-right: 5px;
    }

    .btn-rentizy-small {
        width: auto;
    }
}

.fc-event-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden {
    display: none !important;
}

.blurred {
    filter: blur(5px);
    pointer-events: none;
}

/* Adjust for xs and sm screens */
@media (max-width: 576px) {
    :root {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .hero-property-details .hero-property-details-content {
        padding-right: calc(var(--bs-gutter-x) * 0.6);
        padding-left: calc(var(--bs-gutter-y) * 0.6);
    }

    header .navbar-nav.navbar-menu li.nav-item .nav-link.active {
        color: #14b8a6;
        border-radius: unset;
        background: unset;
    }
    .fc .fc-toolbar.fc-header-toolbar {
        text-align: center;
        display: grid;
        justify-content: center;
        row-gap: 10px;
    }
    .offcanvas {
        width: auto;
    }

    .messaging .inbox-msg .msgs .msg-history .list-messages .outgoing-msg .sent-msg {
        padding: 10px 20px;
        border-radius: 8px 0 8px 8px;
        background: #14B8A6;
        max-width: 80%;
    }
    .messaging .inbox-msg .msg-history .list-messages .incoming-msg .received-msg {
        padding: 10px 20px;
        border-radius: 0 8px 8px 8px;
        background: #ebeef2;
        max-width: 80%;
    }
    .hide-chat-messages {
        display: none;
    }
    .w-sm-100 {
        width: 100%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    :root {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .hero-property-details .hero-property-details-content {
        padding-right: calc(var(--bs-gutter-x) * 1.0);
        padding-left: calc(var(--bs-gutter-y) * 1.0);
    }
}

.option-card {
    cursor: pointer;
    border: 2px solid #e3e3e3;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}


.option-card:hover {
    border-color: #007bff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px); /* slight lift effect */
}

.card-body h5 {
    font-weight: bold;
    color: #333;
}

input[type="radio"]:checked + label {
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 8px;
}

input[type="radio"]:checked + label h5 {
    color: white;
}

@media (min-width: 768px) {
    .option-card {
        height: 300px;
    }
}

.sortable {
    cursor: pointer;
}
.sortable:hover {
    background-color: #f1f1f1;
}
.sort-icon {
    margin-left: 5px;
    color: #999;
}

.highlight {
    border-left: 5px solid #14B8A6;
    transition: all 0.3s ease-in-out;
}
.highlight * {
    animation: myAnim 2s ease 0s 1 normal forwards;
}
@keyframes myAnim {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
        color: #14B8A6;
    }

    100% {
        opacity: 1;
    }
}

.form-control-plaintext:focus {
  outline: none;
  box-shadow: none;
}

.favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    padding: 0.5rem;
}

.favorite-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 1.25rem;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #eee;
}

.favorite-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.favorite-card .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.favorite-card .user-avatar,
.favorite-card .user-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #666;
}

.favorite-card .user-details {
    margin-left: 1rem;
    flex-grow: 1;
}

.favorite-card .user-name {
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    font-size: 1rem;
}

.favorite-card .user-email {
    color: #666;
    font-size: 0.875rem;
    margin: 0.25rem 0;
}

.favorite-card .favorite-date {
    color: #666;
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.favorite-card .status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.favorite-card .status-badge.not-invited {
    background-color: #f8f9fa;
    color: #6c757d;
}

.favorite-card .status-badge.invited {
    background-color: #e3f2fd;
    color: #1976d2;
}

.favorite-card .status-badge.accepted {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.favorite-card .status-badge.declined {
    background-color: #ffebee;
    color: #c62828;
}

.favorite-card .action-button {
    width: 100%;
    padding: 0.5rem;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    transition: background-color 0.2s;
}

.favorite-card .action-button.invite {
    background-color: #1976d2;
    color: white;
}

.favorite-card .action-button.invite:hover {
    background-color: #1565c0;
}

.favorite-card .action-button.invited {
    background-color: #e3f2fd;
    color: #1976d2;
    cursor: default;
}

.favorite-card .action-button.accepted {
    background-color: #e8f5e9;
    color: #2e7d32;
    cursor: default;
}

.favorite-card .action-button.declined {
    background-color: #f5f5f5;
    color: #1976d2;
}

.favorite-card .action-button.declined:hover {
    background-color: #e3f2fd;
}

@media (max-width: 768px) {
    .favorites-grid {
        grid-template-columns: 1fr;
    }
}

.social-auth-section {
    margin: 2rem 0;
}

.divider {
    position: relative;
    text-align: center;
    margin: 1rem 0;
}

.divider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
}

.divider span {
    position: relative;
    background: #F8FAFC;
    padding: 0 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.btn-social {
    padding: 0.625rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: white;
    transition: background-color 0.2s;
    text-decoration: none;
}

.btn-social:hover {
    background-color: #f9fafb;
    text-decoration: none;
}

.btn-social i {
    font-size: 1.125rem;
    width: 1.25rem;
    margin-right: 0.75rem;
    color: #374151;
}

.btn-social span {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.btn-social:hover i.fa-google { color: #DB4437; }
.btn-social:hover i.fa-facebook-official { color: #4267B2; }
.btn-social:hover i.fa-apple { color: #000000; }
.btn-social:hover i.fa-windows { color: #00A4EF; }

.borderless-btn:focus {
    outline: none;
}
.pricing-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}
.pricing-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dee2e6;
    transition: .4s;
    border-radius: 24px;
}
.pricing-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .pricing-slider {
    background-color: #14B8A6;
}
input:checked + .pricing-slider:before {
    transform: translateX(20px);
}

.subscription-page {
    background-color: #f8f9fa;
    min-height: calc(100vh - 60px);
}

.text-rentizy {
    color: #14B8A6;
    font-weight: 500;
}

.page-link {
    color: #475569;
    font-weight: 500;
}

.page-link {
    color: #475569;
    font-weight: 500;
}

.page-item.active .page-link {
    background-color: #14B8A6;
    border-color: #066f66;
}

.page-link:hover {
    color: #14B8A6;
}

.page-link:hover,
.page-link:active,
.page-link:focus,
.page-link:visited {
    border-color: #949d9c !important;
    box-shadow: unset !important;
}

/* Updated card styles with different designs for free vs premium */
.pricing-card {
    height: 100%;
    transition: transform 0.3s ease;
    border: none;
    overflow: hidden;
}

.pricing-card.premium {
    background: linear-gradient(135deg, #14b8a6 0%, #1c7c7c 100%);
    color: white;
}

.pricing-card.free {
    background: white;
    border: none;
    color: #1c7c7c;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.selected {
    border: 2px goldenrod solid;
}

.price-badge {
    backdrop-filter: blur(5px);
}

.premium .price-badge {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.free .price-badge {
    background: rgba(20, 184, 166, 0.1);
    color: #14B8A6;
}

.btn-plan {
    transition: all 0.3s ease;
    text-align: center;
}

.premium .btn-plan {
    background: rgba(255, 255, 255, 0.9);
    color: #14B8A6;
}

.free .btn-plan {
    background: #14B8A6;
    color: white;
}

.btn-plan:hover {
    transform: scale(1.05);
}

.premium .btn-plan:hover {
    background: #fff;
    color: #14B8A6;
}

.free .btn-plan:hover {
    background: #0d9488;
    color: white;
}

.feature-included {
    color: #198754;
}

.navbar-subscription-container {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 576px) {
    .my-subscriptions-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .navbar-subscription {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.common-features-section {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.05) 0%, rgba(28, 124, 124, 0.05) 100%);
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 4rem;
}

.common-features-title {
    color: #1c7c7c;
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
}

.feature-box {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    height: 100%;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(20, 184, 166, 0.1);
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box .feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #14b8a6 0%, #1c7c7c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.feature-box .feature-icon i {
    color: white;
    font-size: 1.2rem;
}

.feature-box h4 {
    color: #1c7c7c;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-box p {
    color: #64748b;
    margin-bottom: 0;
}

.security-badge {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 2px 4px rgba(20, 184, 166, 0.1);
    margin-top: 3rem;
}

.security-badge i {
    color: #14b8a6;
    margin-right: 0.5rem;
}

.security-badge small {
    color: #64748b;
    font-weight: 500;
}

/* Current subscription alert styling */
.subscription-alert {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.1) 0%, rgba(28, 124, 124, 0.1) 100%);
    border: 1px solid rgba(20, 184, 166, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
}

.subscription-alert h5 {
    color: #1c7c7c;
}

.subscription-alert p {
    color: #64748b;
}

/* Premium tab styling */
.premium-feature {
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    background: rgb(255,237,0) !important;
    background: linear-gradient(135deg, rgba(255,237,0,1) 32%, rgba(255,173,0,1) 100%) !important;
    opacity: 0.9 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.premium-feature::after {
    content: "★";
    color: #ffffff;
    font-size: 14px;
}

.premium-feature:hover {
    border-color: #ffd700;
    background: rgba(255, 215, 0, 0.03);
}

.premium-feature:hover::after {
    content: "PREMIUM";
    position: absolute;
    right: 12px;
    font-size: 10px;
    font-weight: bold;
    color: #a68c00;
}

.premium-feature.disabled::after {
    color: #ccc;
}

.premium-feature.disabled:hover {
    border-color: #e0e0e0;
    background: #f5f5f5;
}

.premium-feature.disabled:hover::after {
    content: "★";
    color: #ccc;
}

/* Premium card styling */
.premium-card {
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #fff, #fff8e1);
    cursor: pointer;
    filter: blur(3px);
    pointer-events: none;
    border: 1px #ffb02e solid !important;
    border-radius: 8px !important;
}

.premium-card-overlay::after {
    content: "PREMIUM";
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffb02e;
    font-size: 14px;
    font-weight: 700;
}

.premium-card-overlay::before {
    content: "Abonnez-vous pour débloquer";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #988500;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    text-wrap: nowrap;
}

.premium-card-overlay {
    margin: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#connectNewBank:hover,
#connectNewBank:active,
#connectNewBank:focus,
#connectNewBank:visited {
    box-shadow: unset !important;
}

.checkbox-group-rentizy {
    display: flex;
    align-items: center;
    gap: 6px;
}
.checkbox-group-rentizy input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}
.checkbox-group-rentizy input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    margin-top: 0 !important;
}

.hero-image-wrapper {
    position: relative;
    display: inline-block;
    padding: 20px 0;
}

.hero-background {
    position: absolute;
    width: 110%;
    height: 110%;
    background-image:
        linear-gradient(to right, transparent, transparent 1px, transparent 1px) ,
        linear-gradient(to bottom, transparent, transparent 1px, transparent 1px),
        linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 70px 70px, 70px 70px, 100% 100%;
    border-radius: 16px;
    top: 0;
    left: -5%;
    -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-background-2 {
    position: absolute;
    width: 70%;
    height: 120%;
    background-image:
        linear-gradient(to right, transparent, transparent 1px, transparent 1px) ,
        linear-gradient(to bottom, transparent, transparent 1px, transparent 1px),
        linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 70px 70px, 70px 70px, 100% 100%;
    border-radius: 16px;
    top: -20%;
    left: 30%;
    -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(320deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%)
}

.hero-background::before,
.hero-background-2::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 70px 70px;
}

/* Shadow effect */
#landing-hero {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("/static/img/hero/door-opening.e5844f42afbc.jpg");
    background-position: center;
    background-size: cover;
    min-height: 600px;
    padding: 80px 0;
    background-color: #f8f9fa;
    border-radius: 16px;
    scale: 0.9;
    box-shadow: -8px -8px 32px 12px rgba(16, 24, 40, 0.08);
}

/* Adding the accent decoration */
#landing-hero::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url("/static/img/Hand-drawn accents.5b6d08522ce8.svg") no-repeat center;
    background-size: contain;
    opacity: 0.8;
}

.title-text {
    color: #0F172A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.description-text {
    color: #475569;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.highlighted-box {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.hero-container {
    margin: 0 auto;
    padding: 0 15px;
}

.hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-content {
    max-width: 600px;
    padding-right: 30px;
}

.hero-title {
    position: relative;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-title span.changingword {
    position: relative;
    background: linear-gradient(90deg, #0D9488 0%, #A48AFB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title::after {
    color: #0F172A;
    content: '';
    position: absolute;
    left: 120px;
    bottom: -26px;
    width: 300px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 400 40'%3E%3Cpath d='M 0,20 C 100,10 300,30 400,20' stroke='rgb(229, 231, 235)' stroke-width='4' fill='none' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.hero-subtitle {
    color: #334155;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.features-section .feature-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    color: #0D9488;
}

.features-section .feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #0F172A;
}

.features-description {
    color: #475569;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 800px;
}

#steps-section {
    background-color: #0C111D;
    color: white;
}


.step-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.step-title {
    color: #CECFD2;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.step-desc {
    color: #F5F5F6;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.step-divider {
    background: #333741;
    margin: 24px 0;
}

.step-list {
    list-style: none;
    padding-left: 0;
}

.step-list li {
    margin-bottom: 12px;
    color: #CBD5E1 !important;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #F5F5F6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.step-list li svg {
    flex-shrink: 0;
    margin-top: 4px;
}

.step-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 360px;
}

.timeline-container {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    width: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-line-upper.proposer-show {
    width: 6px;
    flex-grow: 1;
    background: linear-gradient(180deg, rgba(20, 184, 166, 0.00) 0%, #2DD4BF 100%);
}

.show-force {
    display: block;
}

.show-inline {
    display: inline;
}

.hide-force {
    display: none !important;
}

.timeline-line-upper {
    width: 6px;
    flex-grow: 1;
    background: linear-gradient(180deg, rgba(20, 184, 166, 0.00) 0%, #7839EE 100%);
}

.timeline-dot {
    margin: 2px 0;
}

.timeline-line-lower {
    width: 6px;
    flex-grow: 9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
}

@media (max-width: 768px) {
    .testimonial-container {
        margin-bottom: 40px;
    }
}


.testimonial-section {
    position: relative;
    height: 100%;
}

.testimonial-card {
    padding: 32px;
    background: #F8FAFC;
    border-radius: 24px;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    margin-top: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 200px; /* Adjust this value based on your needs */
}

.testimonial-avatar-wrapper-0 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #e2e8f0 50%, rgba(255, 255, 255, 0) 50%);
    padding: 2px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.testimonial-avatar-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 1%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: white;
    padding: 2px;
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-text {
    color: #0F172A;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
}

.testimonial-name {
    color: #0F172A;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: auto;
    margin-bottom: 0;
}

.table-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    gap: 4px;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    width: fit-content;
}

.table-btn-group button {
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.table-btn-group button.active {
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #FFF;
    /* Shadows/shadow-sm */
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.table-btn-group button:hover,
.table-btn-group button:active,
.table-btn-group button:focus,
.table-btn-group button:visited {
    box-shadow: unset !important;
}

.color-rentizy {
    color: #0D9488;
}

.tablerounededCorner {
    border: 1px solid #CBD5E1;
    border-bottom: 2px solid #CBD5E1;
    border-radius: 8px;
}

.roundedTable {
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.roundedTable th,
.roundedTable td {
    border-bottom: 1px solid #CBD5E1;
    padding: 15px 20px;
    height: 86px;
}

.roundedTable th {
    text-align: left;
}

.roundedTable tr:last-child td {
    border-bottom: none;
}

.faq-section {
    background-color: #ffffff;
}

.landing-badge {
    background-color: #2E125E;
    color: #C3B5FD;
    padding: 8px 24px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
}

.faq-title {
    font-size: 36px;
    font-weight: 600;
    color: #101828;
    margin-top: 24px;
}

.faq-description {
    color: #475467;
    font-size: 16px;
    max-width: 768px;
    line-height: 1.5;
}

.faq-list {
    max-width: 896px;
}

.faq-item {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    color: #101828;
    font-weight: 500;
}

.toggle-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
}
.toggle-btn:focus {
    box-shadow: unset !important;
    outline: none;
}

.faq-answer {
    margin-top: 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease,
                opacity 0.3s ease,
                padding-bottom 0.3s ease;
}

.home .navbar-nav li.nav-item .dropdown-menu {
    background: #005f5d !important;
    color: white !important;
}
.home .navbar-nav li.nav-item .dropdown-menu .text-muted {
    color: #dfdfdf !important;
}
.home .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    color: #FFF !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item,
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red {
    transition: all 0.2s ease !important;
    padding: 10px 0 !important;
    background: #005f5d !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item {
    color: #FFF !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red {
    color: #ffacb4 !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item i {
    color: #FFF !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item:hover i {
    color: #eaeaea !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item:hover {
    color: #eaeaea !important;
    transform: translateX(5px) !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red:hover i {
    color: #e68a93 !important;
}
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red:hover {
    color: #e68a93 !important;
    transform: translateX(5px) !important;
}

.switcher {
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    width: fit-content;
}
.home .switcher {
    border: 1px solid #0f766e;
    background: #006358;
}
.home .switcher div:first-child {
    color: #14b8a6;
}
.home .switcher .btn:not(.active) {
    color: #e5e5e5;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.home .switcher button:hover {
    color: #FFF !important;
}
.home .switcher button.active {
    border-radius: 6px;
    background: #042f2e;
    color: #e5e5e5;
}

.switcher div {
    padding: 2px;
}
.switcher button {
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.switcher button.active {
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #FFF;
    /* Shadows/shadow-sm */
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.switcher button:hover,
.switcher button:active,
.switcher button:focus,
.switcher button:visited {
    box-shadow: unset !important;
}
.switcher .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s;
}
.switcher .btn.active {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    color: #0F172A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.switcher .btn:not(.active) {
    color: #64748B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.switcher .btn:not(.active):hover {
    color: #111827;
}

/* Sticky switcher for mobile devices */
@media (max-width: 991px) {
    #mobile-switcher.sticky {
        position: fixed;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        z-index: 1000;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    #mobile-switcher.sticky {
        display: block !important;
    }
    #mobile-switcher.sticky div:first-child {
        display: none;
    }
}

#rentizy-navbar.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
}
#rentizy-navbar .logo a {
    color: #006D77;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
}
#rentizy-navbar .nav-left {
    display: flex;
    align-items: center;
    gap: 3rem;
}
#rentizy-navbar .nav-center {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: auto;
}
#rentizy-navbar .nav-links {
    display: flex;
    gap: 2rem;
}
#rentizy-navbar .nav-links a {
    color: #475569;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
#rentizy-navbar .nav-links a:hover {
    color: #111827;
}
#rentizy-navbar .nav-link {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #64748B !important;
    font-weight: 600 !important;
}
#rentizy-navbar.home .nav-link {
    color: #14b8a6 !important;
}
#rentizy-navbar .profile-dropdown {
    top: 81px;
}

@media (min-width: 993px) {
    #rentizy-navbar.navbar {
        padding-top: 20px;
        padding-bottom: 20px;
        transition: all 0.2s ease;
    }
    .switcher div:first-child {
        padding: 2px;
        opacity: 1;
        transition: all 0.3s ease !important;
    }
    .switcher div:first-child {
        /* height: 25px; */
        transition: all 0.1s ease !important;
    }
    .navbar-scrolled .nav-link {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        transition: all 0.3s ease !important;
    }
    .navbar-scrolled .switcher div:first-child {
        padding: 0 !important;
        opacity: 0 !important;
        transition: all 0.3s ease !important;
    }
    .navbar-scrolled .switcher div:first-child {
        height: 0 !important;
        transition: all 0.1s ease !important;
    }
    .navbar-scrolled {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        transition: all 0.3s ease !important;
    }
    .navbar-scrolled .profile-dropdown {
        top: 62px !important;
    }
}

@media (min-width: 1064px) and (max-width: 1300px) {
    #rentizy-navbar .nav-links {
        gap: 1rem !important;
    }
}

@media (max-width: 1064px) {
    #rentizy-navbar .nav-right {
        min-width: unset !important;
    }
    #rentizy-navbar .nav-links {
        display: flex;
        gap: 1rem;
    }

    .step-image {
        width: 100%;
        border-radius: 12px;
        height: auto;
    }
    .show-force {
        display: block;
    }

    .hide-force {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .home .navbar-collapse {
        background: #042f2e !important;
        color: white !important;
    }
    #rentizy-navbar .navbar-collapse {
        background: white;
        padding: 0.5rem;
        margin-top: 1rem;
        box-shadow: 0 2px 5px -5px rgba(0, 0, 0, 1);
    }

    #rentizy-navbar .nav-left, .nav-center, .nav-right {
        margin: 1rem 0;
    }

    #rentizy-navbar .nav-center {
        display: flex;
        justify-content: center;
    }

    #rentizy-navbar .nav-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    #rentizy-navbar .nav-links a {
        display: block;
        padding: 0.5rem 0;
    }

    #rentizy-navbar .btn {
        margin: 0;
    }

    .switcher {
        justify-content: center;
    }

    #rentizy-navbar .btn-rentizy {
        width: 100%;
        margin-top: 1rem;
    }

    .switcher .btn {
        flex: 1;
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .hero-title span.changingword {
        position: relative;
        background: linear-gradient(90deg, #0D9488 0%, #A48AFB 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .features-title {
        font-size: 26px;
    }

    .title-text {
        text-align: center;
    }
    .description-text {
        text-align: center;
    }

    .btn-white {
        width: 100%;
    }

    .slider {
        background-color: #f5f5f5;
        padding: 10px;
        border-radius: 10px;
    }
    .slider-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 32px;
    }
    .slider-items {

    }
    .slider-item-1,
    .slider-item-2 {
        margin: 5px 0;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .slider-item-1 {
        background-color: #fff;
        margin-bottom: 15px;
    }

    .slider-item-2 {
        background-color: #14b8a6;
        color: white;
    }

    .slider-header {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #333;
    }
    .owl-carousel .owl-stage {
        margin: 10px 0;
    }

    .faq-title {
        font-size: 30px;
    }

    .faq-item {
        margin: 8px 0;
    }

    .faq-question {
        padding: 0;
    }

    .hero-row {
        flex-direction: column;
    }

    .hero-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
        text-align: center;
    }

    .hero-image {
        max-width: 100%;
    }
}

@media (max-width: 674px) {
    .hero-title span.changingword {
        display: block;
    }
    .hero-title::after {
        color: #0F172A;
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 400 40'%3E%3Cpath d='M 0,20 C 100,10 300,30 400,20' stroke='rgb(229, 231, 235)' stroke-width='4' fill='none' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
}
@media (max-width: 436px) {
    .hero-title::after {
        left: 20%;
        bottom: -30px;
        width: 60%;
        height: 40px;
    }
}
@media (min-width: 436px) and (max-width: 674px) {
    .hero-title::after {
        left: 30%;
        bottom: -30px;
        width: 40%;
        height: 40px;
    }
}
@media (min-width: 674px) and (max-width: 991px) {
    .hero-title {
        margin: 20px auto;
        width: 676px;
        text-align: left;
    }
    .hero-title::after {
        left: 436px;
        bottom: -30px;
        width: 220px;
        height: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1060px) {
    .hero-title {
        margin: 20px auto;
        width: 643px;
        text-align: left;
    }
}

.faq-item.active {
    background-color: #F8FAFC;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 12px;
}

.newsletter-section {
    color: white;
    overflow: hidden;
}

.newsletter-section .container-wrapper {
    border-radius: 12px;
    position: relative;
    background-color: #115E59;
}

.newsletter-bg-image {
    position: absolute;
    bottom: -30px;
    right: 50px;
    width: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.newsletter-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter-text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.newsletter-input {
    border-radius: 8px;
    height: 50px;
    border: none;
    padding-left: 20px;
}

.newsletter-btn {
    font-size: 14px;
    background-color: #10B6A6;
    border-radius: 8px;
    height: 50px;
    margin-left: 10px;
    color: white;
}

.newsletter-btn:hover,
.newsletter-btn:active,
.newsletter-btn:focus,
.newsletter-btn:visited {
    color: #ffffff;
    background-color: #0D9488 !important;
    border-color: #0D9488 !important;
    box-shadow: unset !important;
}

.newsletter-btn.disabled, .newsletter-btn:disabled{
    color: #fff !important;
}

.newsletter-consent {
    font-size: 0.8rem;
}

.newsletter-topics {
    margin-top: 1.5rem;
}

.newsletter-section .invalid-feedback {
    color: #ffc3c3 !important;
}

.topic-item {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 12px;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}

.topic-item:nth-child(1) {
    opacity: 0.9;
}

.topic-item:nth-child(2) {
    opacity: 0.7;
}

.topic-item:nth-child(3) {
    opacity: 0.5;
}

.topic-item:nth-child(4) {
    opacity: 0.3;
}

.topic-icon {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.topic-item span {
    color: #334155;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.disabled-radio {
    opacity: 0.5;
    cursor: not-allowed;
}

.disabled-radio .checkmark {
    background-color: #e9ecef;
    pointer-events: none;
}

.disabled-radio input:checked ~ .checkmark {
    background-color: #adb5bd;
}

#propertyForm .nav-item {
    border-radius: 0;
    position: relative; /* For positioning icons/badges */
    transition: border-bottom 0.3s ease, color 0.3s ease;
}

#propertyForm .nav-item.renters {
    max-width: 150px;
}

.nav .tab-nonvalid {
    position: relative;
}
.nav .tab-nonvalid a:hover {
    color: #9b1919 !important;
}
.nav .tab-nonvalid .nav-link::after {
    content: "!";
    color: white;
    background-color: #B42318;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 5px;
}

/* Tab Loading Indicator */
.nav .tab-loading {
    position: relative;
}

.nav .tab-loading a {
    color: #3498db !important; /* Blue color for loading state */
}

.nav .tab-loading a:hover {
    color: #2980b9 !important;
}

.nav .tab-loading .nav-link::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 5px;
    animation: spin 1s linear infinite;
}

/* Tab Success Indicator */
.nav .tab-success {
    position: relative;
}

.nav .tab-success a {
    color: #27ae60 !important; /* Green color for success state */
}

.nav .tab-success a:hover {
    color: #219653 !important;
}

.nav .tab-success .nav-link::after {
    content: "✓";
    color: white;
    background-color: #27ae60;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 5px;
    animation: fadeIn 0.3s ease;
    transform-origin: center;
}

/* Animations */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    0% { opacity: 0; transform: scale(0); }
    70% { transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes fadeOut {
    0% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: scale(0); }
}

#scheduleVisitModal .bootstrap-select,
#fillApplicantDataModal .bootstrap-select {
    width: 100% !important;
}
#scheduleVisitModal .bootstrap-select .dropdown-toggle,
#fillApplicantDataModal .bootstrap-select .dropdown-toggle {
    background-color: #f1f5f9 !important;
    height: 56px !important;
    border: 1px solid #E2E8F0 !important;
}
#scheduleVisitModal .bootstrap-select .dropdown-item.active,
#scheduleVisitModal .bootstrap-select .dropdown-item:hover,
#scheduleVisitModal .bootstrap-select .dropdown-item:active,
#fillApplicantDataModal .bootstrap-select .dropdown-item.active,
#fillApplicantDataModal .bootstrap-select .dropdown-item:hover,
#fillApplicantDataModal .bootstrap-select .dropdown-item:active {
    background-color: #14b8a6 !important;
    color: white !important;
}
#scheduleVisitModal .dropdown-menu,
#fillApplicantDataModal .dropdown-menu {
    background-color: #f1f5f9 !important;
}
#scheduleVisitModal .dropdown-item:hover,
#fillApplicantDataModal .dropdown-item:hover {
    background-color: #e5eaef !important;
}

#scheduleVisitModal .dropdown-menu {
    z-index: 99999;
}

#add-visit-offcanvas .dropdown-toggle {
    background-color: #f1f5f9 !important;
    padding: 16px;
}
#add-visit-offcanvas .dropdown-menu {
    background-color: #f1f5f9 !important;
}
#add-visit-offcanvas .dropdown-item:hover {
    background-color: #e5eaef !important;
}

#profileForm .bootstrap-tagsinput {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.bootstrap-tagsinput {
    padding: 5px 20px !important;
    min-height: 56px !important;
    display: block !important;
    background-color: #f1f5f9 !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    border: 1px solid #E2E8F0 !important;
    box-shadow: 0 4px 10px 0 #0000000A !important;
}
.bootstrap-tagsinput input {
    padding: 0 !important;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px !important;
    color: white !important;
    background-color: #14b8a6 !important;
    padding: 0 4px !important;
    border-radius: 4px !important;
}

.sort-dropdown .dropdown-item.active,
.sort-dropdown .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #14b8a6 !important;
}

/* Remove arrows for salary input  */
input[name=salary]::-webkit-outer-spin-button,
input[name=salary]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[name=salary] {
  -moz-appearance: textfield;
}

.rentizy-checkbox-group {
    display: flex;
}

.rentizy-checkbox-group input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.rentizy-checkbox-group input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.rentizy-checkbox-group input[type=checkbox]:checked {
    color: #fff;
    border-color: #14B8A6;
    background: #14B8A6;
}

.rentizy-checkbox-group input[type=checkbox]:checked::before {
    opacity: 1;
}

.rentizy-checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.notification-container:not(:has(*)) {
    padding-top: 0 !important;
}

#rentizy-navbar .menu-item i {
    color: #6c757d;
}

#rentizy-navbar .menu-item,
#rentizy-navbar .menu-item-red {
    transition: all 0.2s ease;
    padding: 10px 0;
}
#rentizy-navbar .menu-item:hover i {
    color: #134E4A;
}
#rentizy-navbar .menu-item:hover {
    color: #134E4A;
    transform: translateX(5px);
}
#rentizy-navbar .menu-item-red:hover i {
    color: #961925;
}
#rentizy-navbar .menu-item-red:hover {
    color: #961925;
    transform: translateX(5px);
}

.toast {
    opacity: 0;
    transform: translateX(150%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: 350px;
    animation: bounce 0.5s ease-in-out;
}
.toast.show {
    opacity: 1;
    transform: translateX(0);
}
.toast-body {
    display: grid;
}

@media (max-width: 438px) {
    .toast {
        width: auto;
    }

    .toast-container {
        right: 10% !important;
        left: 10% !important;
    }
}

@media (min-width: 439px) and (max-width: 768px) {
    .position-fixed:has(> .toast) {
        bottom: 20px !important;
        right: 20px !important;
    }
}

.toast-header.bg-info,
.toast-header.bg-success {
    background-color: #14B8A6 !important;
}
.toast-header.bg-warning {
    background-color: #F79009 !important;
    color: black !important;
}
.toast-header.bg-danger {
    background-color: #F04438 !important;
}

.pac-container {
    z-index: 1100 !important;
}

.iti {
    width: 100%;
}
.iti__search-input {
    padding: 8px 12px;
}
.iti__selected-country,
.iti__search-input {
    outline: 0 !important;
    box-shadow: none !important;
}
.iti--inline-dropdown {
    width: 100%;
}
/* Since for now only the schedule-a-visit form validates the phone number  */
#addVisitForm .iti__country-container {
    height: 56px;
}
#profileForm .iti__country-container {
    height: 58px;
}


#addOwnerVisitForm .iti__country-container {
    height: 58px;
}

.salary-input-group .dropdown-menu {
    max-height: 230px;
    overflow: auto;
}
.salary-input-group .dropdown-item {
    cursor: pointer;
}
.salary-input-group .dropdown-item small {
    color: #6c757d;
}
#addVisitForm .salary-input-group .dropdown-item:active,
#fillApplicantDataModal .salary-input-group .dropdown-item:active,
.salary-input-group .dropdown-item:active small,
.salary-input-group .dropdown-item:active {
    background: #14B8A6 !important;
    color: white;
}
.salary-input-group .dropdown-toggle {
    font-weight: 700;
}
.salary-input-group .dropdown-toggle:disabled {
    background-color: #d7e0eb !important;
}
.salary-input-group .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 4px solid;
    border-right: 3px solid transparent;
    border-bottom: 0;
    border-left: 3px solid transparent;
}
.salary-input {
    border-radius: 0 8px 8px 0 !important;
    border-left: 0 !important;
    box-shadow: 4px 0 10px -4px rgba(0, 0, 0, 0.05), 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    padding-left: 4px !important;
}
.salary-input:focus {
    box-shadow: none !important;
}
.salary-select.btn-light {
    background-color: #f1f5f9 !important;
    border-color: #E2E8F0;
}
.salary-select {
    background-color: #f1f5f9;
    border-radius: 8px 0 0 8px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    width: 62px;
    padding: 0 0 0 7px !important;
    border-right: 0 !important;
    box-shadow: -4px 0 10px -4px rgba(0, 0, 0, 0.05), 0 4px 10px -4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    color: #555555;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1 !important;
}
.salary-select:visited,
.salary-select:focus,
.salary-select:active,
.salary-select:hover {
    background-color: #e5e9ec !important;
}


@media (max-width: 992px) {
    .seach-actions {
        margin-top: 20px;
    }

    .search-actions-btn {
        padding: 0;
        margin-left: 15px;
    }

    .search-actions-icon {
        font-size: 10px;
    }

    .search-actions-filter {
        padding: 0px;
    }
}

@media (max-width: 380px) {
    .search-actions-btn {
        margin-left: 5px;
    }
}



.manage-property-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 576px) {
    .manage-property-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .manage-property-hero .actions {
        align-self: flex-end;
    }

    .dashboard-manage-property {
        padding-top: 16px !important;
    }

    .property-actions-btns {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .sm-full-width {
        width: 100%;
    }

    .who-are-we-title {
        font-size: 34px;
        margin-bottom: 60px !important;
    }

    .align-self-mobile-end {
        align-self: end;
    }
    div.property-details-2 {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .md-full-width {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .delegations-invite-btn, .add-property-btn, .contract-send-for-signature, .complement-send-for-signature {
        width: auto;
    }
}
.manage-contract .checkbox-group label {
    margin: 0 !important;
    padding-left: 12px !important;
    cursor: pointer;
}
.manage-contract .checkbox-group input[type="checkbox"] {
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    background: #c4c7cb !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex;
}
.manage-contract .checkbox-group input[type="checkbox"]:checked {
    border-color: #15b8a6 !important;
    background: white !important;
}
.manage-contract .checkbox-group input[type="checkbox"]::before {
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    transform: scale(0) !important;
    transition: 120ms transform ease-in-out !important;
    box-shadow: inset 1em 1em #15b8a6 !important;
    margin: 2px;
}

.manage-contract .checkbox-group input[type="checkbox"]:checked::before {
    transform: scale(1) !important;
    border-radius: 1px !important;
}

.task-offcanvas .checkbox-group label {
    margin: 0 !important;
    padding-left: 12px !important;
    cursor: pointer;
}
.task-offcanvas .checkbox-group input[type="checkbox"] {
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    background: #c4c7cb !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex;
}
.task-offcanvas .checkbox-group input[type="checkbox"]:checked {
    border-color: #15b8a6 !important;
    background: white !important;
}
.task-offcanvas .checkbox-group input[type="checkbox"]::before {
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    transform: scale(0) !important;
    transition: 120ms transform ease-in-out !important;
    box-shadow: inset 1em 1em #15b8a6 !important;
    margin: 2px;
    top: 1px;
    left: 1px;
}

.task-offcanvas .checkbox-group input[type="checkbox"]:checked::before {
    transform: scale(1) !important;
    border-radius: 1px !important;
}

.list-clauses .form-check-input.is-valid {
    border-color: #CBD5E1 !important;
}
.list-clauses .form-check-input.is-valid:checked {
    border-color: #15b8a6 !important;
}

.child-clauses {
    border-left: 6px #adb2b3 solid;
}

@keyframes loading-wave {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}


.duration-slider-container {
    margin: 20px 0;
}

.duration-slider {
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    outline: none;
    border-radius: 5px;
}

.duration-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #58b39f;
    cursor: pointer;
    border-radius: 50%;
}

.duration-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #58b39f;
    cursor: pointer;
    border-radius: 50%;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #666;
}

.duration-value-display {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.visit-duration-slider-container {
    margin: 20px 0;
}

.visit-duration-slider {
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    outline: none;
    border-radius: 5px;
}

.visit-duration-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #58b39f;
    cursor: pointer;
    border-radius: 50%;
}

.visit-duration-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #58b39f;
    cursor: pointer;
    border-radius: 50%;
}
.rental-contract-form-dates .form-section {
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.rental-contract-form-dates .form-section-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.rental-contract-form-dates input[type="date"] {
    padding: 0.6rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 100%;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.rental-contract-form-dates input[type="date"]:focus {
    border-color: #134e4a;
    box-shadow: 0 0 0 3px rgba(74, 111, 255, 0.1);
    outline: none;
}
.rental-contract-form-dates .duration-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0.5rem;
}
.rental-contract-form-dates .option {
    position: relative;
    flex: 1 0 auto;
    min-width: 80px;
}
.rental-contract-form-dates .option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.rental-contract-form-dates .option label {
    display: block;
    padding: 10px 16px;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #f8fafc;
    color: #4b5563;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}
.rental-contract-form-dates .option input[type="radio"]:checked + label {
    background-color: #14b8a6;
    color: white !important;
    border-color: #8cbfba;
    box-shadow: 0 2px 4px rgba(74, 111, 255, 0.2);
    margin-bottom: 0 !important;
}
.rental-contract-form-dates .option input[type="radio"]:not(:checked) + label {
    margin-bottom: 14px !important;
}
.rental-contract-form-dates .option:hover label {
    background-color: #f1f5f9;
}

.rental-contract-form-dates .option input[type="radio"]:checked:hover + label {
    background-color: #16a393;
}
.rental-contract-form-dates .duration-display {
    display: inline-block;
    padding: 4px 8px;
    background-color: #14b8a6;
    border-radius: 8px;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#tabNewRenterContent .form-group {
    position: relative;
}
#tabNewRenterContent .radio-group .invalid-feedback {
    bottom: -20px;
}
#tabNewRenterContent #general .invalid-feedback {
    position: absolute;
    bottom: -24px;
}

.visit-exchanges-modal {
    padding-right: 10px;
}

.visit-exchanges-modal .jconfirm-content-pane {
    overflow-y: auto !important;
    margin-bottom: 0px !important;
    padding-right: 10px;
}

.visit-exchanges-modal > .jconfirm-box {
    padding: 32px 32px 0px 32px !important;
}

.visit-exchanges-modal .jconfirm-buttons {
    padding-bottom: 5px !important;
}

.offcanvas .offcanvas-body .uploaded-file span.pending-delete {
    color: #9cad10;
}
.offcanvas .offcanvas-body .uploaded-file span.cancel-pending-deletion {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    color: #14B8A6;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

#id_visit_time {
    height: 56px;
}

#scheduleVisitModal .form-group {
    display: flex;
    flex-direction: column;
}

#rescheduleVisitForm .form-group {
    display: flex;
    flex-direction: column;
}

/* Visit Type Cards */
.visit-type-cards-container {
    display: flex;
    flex-wrap: wrap;
}

.visit-type-card.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.visit-type-card .card-content {
    padding: 15px 0;
}

.visit-type-card .visit-type-label {
    font-weight: 500;
}

.visit-type-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
    background-color: #fcfcfc;
}

.visit-type-card:hover:not(.disabled) {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.visit-type-card.active {
    border-color: #00bfa5;
    background-color: #f5fffd;
}

.visit-type-card i {
    font-size: 1.4rem;
    color:#575757;
    display: block;
    margin-bottom: 8px;
}

.contract-type-container {
    width: 100%;
    max-width: 100%;
}
.contract-type-container .options-container {
    justify-content: space-between;
}
.contract-type-container .option:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.contract-type-container .option:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.contract-type-container .option {
    padding: 8px;
    text-align: center;
    background-color: #f8f9fa;
    border: 2px solid #14b8a6;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.contract-type-container .option:hover {
    background-color: #02897a !important;
    color: #fff;
}
.contract-type-container .option.selected {
    background-color: #14b8a6;
    color: #fff;
}
.contract-type-container .option.active {
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.contract-type-container .option:first-child {
    border-right-width: 0 !important;
}
.contract-type-container .option:last-child {
    border-left-width: 0 !important;
}

.visit-type-container {
    gap: 4px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
}

.contract-clause {
    margin-bottom: 12px;
}
.contract-clause.open {
    background-color: #51808717;
    border-radius: 8px;
}
.contract-clause .form-section .form-row {
    padding: 0 8px;
}

.contract-clause label{
    margin: 0 !important;
    margin-bottom: 8px !important;
}
.contract-clause .form-control {
    background-color: #f2fcff !important;
}
#tabNewRenterContent .contract-clause .invalid-feedback {
    margin-bottom: 2px;
}

.scrollable-section {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}

.col-4.scrollable-form {
    height: 70vh;
    overflow-y: auto;
    padding-right: 15px;
}

.col-8.scrollable-section {
    overflow-x: clip;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100%;
}

#contentSection {
    height: 100%;
    position: relative;
    overflow: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: url("/static/img/watermark.81f418fda976.png");
    background-repeat: repeat;
    background-size: 200px auto;
    background-attachment: local;
}

#contentSection li::marker {
    color: black;
}

/* Ensure content appears above watermark */
#contentSection > * {
    position: relative;
    z-index: 2;
}

/* Disable image dragging */
#contentSection img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.preview-toolbar {
    background: #f8f9fa;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.bidirectional-link {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}

/* Variable styling */
.template-variable {
    background-color: #f0f8ff;
    border: 1px solid #b8d6f6;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    color: #0056b3;
    font-weight: bold;
}

.template-variable:hover {
    background-color: #e6f2ff;
    border-color: #84b6e9;
}

/* Checkbox styling enhancements */
.contract-clause.open .clause-block {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: unset !important;
}
.clause-block {
    border-radius: 4px;
    background: #f9fafb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    padding: 0;
    transition: all 0.3s ease;
}

.clause-block:hover {
    background-color: #f1f5f9;
}

.child-clauses .clause-block {
    background-color: #c0e2e9;
    border-color: #c0e2e9;
    border-radius: 0;
}
/* Styles for template variables */
.template-var {
    cursor: pointer;
    background-color: #abffe3;
    padding: 0 4px;
    margin: 2px 0;
    border-radius: 3px;
    border: 1px dashed #ccc;
    transition: all 0.3s ease;
    display: inline-block;
}
.template-var.has-value {
    background-color: #f0f8ff;
    white-space: pre-wrap;
}

.template-var:hover {
    background-color: #86fdd6 !important;
    border-color: #007bff;
}

.template-var.has-value:hover {
    background-color: #e6f2ff !important;
}

@media print {
    body {
        visibility: hidden;
    }
    .scrollable-section:last-child {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
}

.action-toolbar button.is-valid {
    border-color: #f8f9fa !important;
}

.document-toolbar {
    background-color: #475569a8;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toolbar-section {
    display: flex;
    align-items: center;
}

/* Document action buttons */
.btn-toolbar {
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 15px;
    display: unset;
}

.btn-toolbar:hover, .btn-toolbar:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Export buttons */
.btn-export {
    background-color: white;
    color: #0e9685;
    border: 1px solid white;
    padding: 10px 18px;
    font-weight: 500;
    margin: 0 6px;
}

.btn-export:hover, .btn-export:focus {
    background-color: #f8f9fa;
    color: #0e9685;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Signature button */
.btn-signature {
    background-color: #f8f9fa;
    color: #0e9685;
    border: 1px solid #f8f9fa;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-signature:hover, .btn-signature:focus {
    background-color: white;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

/* Button group styling */
.btn-group .btn {
    margin: 0;
    border-radius: 0;
}

.btn-group .btn:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* For smaller screens */
@media (max-width: 768px) {
    .document-toolbar {
        flex-direction: column;
        padding: 15px;
    }

    .toolbar-section {
        margin-bottom: 15px;
        width: 100%;
        justify-content: space-between;
    }

    .toolbar-section:last-child {
        margin-bottom: 0;
    }
    .btn-toolbar:nth-child(1), .btn-toolbar:nth-child(2) {
        width: 48%;
    }
    #send-for-signature {
        width: 100%;
    }
    #saveDraft {
        width: 100%;
    }
    #editCharges {
        font-size: smaller;
    }

    /* Ensure normal behavior on desktop */
    .manage-contract .clauses-sidebar {
        position: relative;
        left: auto;
        width: auto;
        height: auto;
        z-index: auto;
        transition: none;
    }

    .manage-contract .mobile-overlay {
        display: none !important;
    }

    .field-edit-popup {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 767.98px) {
    /* Mobile sidebar behavior */
    .manage-contract .clauses-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        min-height: 100vh;
        z-index: 1050;
        background: white;
        transition: left 0.3s ease;
        border-right: 1px solid #dee2e6;
        overflow-y: auto;
        overflow-x: clip;
        padding: 2px !important;
    }

    .manage-contract .clauses-sidebar.show {
        left: 0;
    }

    /* Mobile overlay */
    .manage-contract .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }

    .manage-contract .mobile-overlay.show {
        display: block !important;
    }

    /* Clauses header for mobile */
    .manage-contract .clauses-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 1rem;
    }

    .manage-contract .close-clauses {
        background: none;
        border: none;
        font-size: 1.2rem;
        color: #6c757d;
    }

    /* Adjust content section for mobile */
    .manage-contract #contentSectionContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.pdf-loading {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    color: white;
    z-index: 1000;
    animation: fadeIn 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.pdf-loading.success {
    background-color: #28a745;
}

.pdf-loading.error {
    background-color: #dc3545;
}

.export-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 1040;
}

.loading-text {
    margin-top: 15px;
    font-weight: 500;
}

/* Spinner animation */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.skeleton-line,
.skeleton-block {
    background: linear-gradient(
        90deg,
        #f0f0f0 0%,
        #e0e0e0 50%,
        #f0f0f0 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line {
    height: 14px;
}

.skeleton-block {
    height: 150px;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Clause block toggle container */
.custom-toggle-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 12px;
}

/* Hide native checkbox */
.custom-toggle-input {
    display: none;
}

/* Toggle track */
.custom-toggle-switch {
    position: relative;
    width: 36px;
    height: 20px;
    border-radius: 999px;
    background-color: #ccc;
    transition: background-color 0.25s;
    cursor: pointer;
    flex-shrink: 0;
}

/* Toggle knob */
.custom-toggle-input:checked + .custom-toggle-switch.required {
    background-color: #6f6f6f !important;
}
.custom-toggle-switch::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.25s;
}

/* Checked state: change background + move knob */
.custom-toggle-input:checked + .custom-toggle-switch {
    background-color: #14b8a6;
}

.custom-toggle-input:checked + .custom-toggle-switch::before {
    transform: translateX(16px);
}

.contract-clause .form-control.is-valid {
    border-color: #C8D5E1 !important;
}

.card #tabNewRenter {
    padding: 0;
    border: none;
}

.card #tabNewRenter .nav-item .nav-link {
    border-radius: 0 !important;
    border-bottom: unset;
    background: #e9eef3;
    padding: 22px 0;
}

.card #tabNewRenter .nav-item .nav-link.active {
    border-radius: 0 !important;
    background: transparent;
    border-bottom: unset;
}

.card #tabNewRenter .tab-nonvalid .nav-link::after {
    content: "!";
    color: white;
    background-color: #B42318;
    font-size: 14px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    right: 8px;
    top: 5px;
}

.field-edit-popup {
    background-color: #e9eff1;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 350px;
    padding: 15px;
    display: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px #848d9b solid;
}

.popup-content h3 {
    margin-top: 0;
    border-bottom: 1px solid #848d9b;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.popup-buttons {
    margin-top: 15px;
    text-align: right;
}

.datepicker__day.is-otherMonth:not(.is-disabled) {
    cursor: unset;
    color: #333;
    pointer-events: unset;
}

.highlight-field {
    box-shadow: 0 0 0 2px #007bff !important;
    border-color: #007bff !important;
    transition: all 0.1s ease;
}
.highlight-var {
    background-color: lightblue !important;
    border-radius: 4px;
}

.feature-popup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 450px;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.feature-popup.hide {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
}

span:has(.template-counter),
span:has(.template-subcounter) {
  cursor: pointer;
}

.highlight-clause {
    background-color: lightgoldenrodyellow !important;
    border-color: #bdbd76 !important;
}
.child-clauses .highlight-clause {
    background-color: #88cbd9 !important;
    border-color: #88cbd9 !important;
}

.time-slot-box:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.time-slot-box.active {
    background-color: #00bfa5;
    color: white;
    transform: translateY(-2px);
}

.no-slots, .error {
    text-align: center;
    color: #757575;
    font-style: italic;
    width: 100%;
}

.no-slots {
    padding: 20px;
}

.error {
    color: #f44336;
}

.time-slots-table #head-row {
    height: 58px;
    line-height: 1.5rem;
    color: white;
    background-color: #1bbc9b;
}

.time-slots-table-wrapper {
    width: 85%;
    border-radius: 5px 5px 0 0;
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-top: 3px;
}

.reschedule-time-slots-table-wrapper {
    width: 95%;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

@media (max-width: 576px) {
    .time-slots-table-wrapper {
        width: 100%;
    }

    .reschedule-time-slots-table-wrapper {
        width: 100%;
    }
}

.time-slots-table {
    width: 100%;
    border-collapse: collapse;
}

.time-slots-table th {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 14px;
}

.time-slots-table th.period-filter:hover {
    color: #b5d6d0;
}

.time-slots-table th.period-filter.active {
    color: #b5d6d0;
}

.time-slots-table-body-container {
    padding: 12px;
    height: 235px;
    overflow-y: auto;
}

.time-slots-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* min-height: 120px; */
}

.reschedule-time-slots-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    /* min-height: 120px; */
}

.time-slot-box {
    flex: 0 0 auto;
    padding: 0px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: #f9f9f9;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #eaeaea;
    width: 55px;
    height: 32px;
    line-height: 30px;
}

.reschedule-time-slot-box {
    width: 55px;
    height: 32px;
}

@media (max-width: 576px) {
   .time-slot-box {
        width: 60px;
    }
}

.time-slot-box:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.time-slot-box.active {
    background-color: #00bfa5;
    color: white;
    transform: translateY(-2px);
}

.time-slot-box.placeholder {
    color: #ccc;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-slots-message {
    width: 100%;
    text-align: center;
    padding: 45px;
    color: #888;
    font-style: italic;
}

.time-slots-navigation-parent i.period-filter {
    margin-left: 8px;
    cursor: pointer;
    color: #575757;
    font-size: 16px;
}

.time-slots-navigation-parent i.period-filter:hover {
    opacity: 0.8;
}

#addVisitForm .datetime-container .datepicker {
    /* display: flex; */
    flex-direction: column;
}

#addVisitForm .datetime-container .datepicker__wrapper {
    align-self: center;
    margin-top: 5px;
}

#addVisitForm .datetime-container .time-slots-table-wrapper {
    color: #333;
    background: white;
    border: 1px solid #ddd;
}

#addVisitForm .datetime-container input#id_visit_date {
    display: none;
}

#rescheduleVisitForm .datetime-container input#reschedule_visit_date {
    display: none;
}

/* Custom radio buttons container */
.radio-btns-widget-container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 75px;
}

.radio-btns-widget {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.radio-btns-widget-option {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

/* Hide default radio input */
.radio-btns-widget-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Custom square radio button */
.radio-btns-widget-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 0;
    color: #475569;
    transition: color 0.3s;
}

.radio-btns-widget-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #94a3b8;
    border-radius: 4px;
    background-color: white;
    transition: all 0.3s;
    box-sizing: border-box;
}

.radio-btns-widget-input:checked + .radio-btns-widget-label:before {
    background-color: #15b8a6;
    border-color: #15b8a6;
}

.radio-btns-widget-input:checked + .radio-btns-widget-label {
    color: #475569;
}

.radio-btns-widget-container input[type="radio"]:checked + label {
    background-color: #ffffff;
    padding: 0px;
    padding-left: 30px;
}

#tabNewProperty {
    display: flex;
    justify-content: center;
}

/* Custom radio buttons container */
.radio-btns-widget-container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 75px;
}

.radio-btns-widget {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.radio-btns-widget-option {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

/* Hide default radio input */
.radio-btns-widget-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Custom square radio button */
.radio-btns-widget-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 0;
    color: #475569;
    transition: color 0.3s;
}

.radio-btns-widget-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #94a3b8;
    border-radius: 4px;
    background-color: transparent;
    transition: all 0.3s;
    box-sizing: border-box;
}

.radio-btns-widget-input:checked + .radio-btns-widget-label:before {
    background-color: #15b8a6;
    border-color: #15b8a6;
}

.radio-btns-widget-input:checked + .radio-btns-widget-label {
    color: #475569;
}

.radio-btns-widget-container input[type="radio"]:checked + label {
    background-color: transparent;
    padding: 0px;
    padding-left: 30px;
}

#tabNewProperty {
    display: flex;
    justify-content: center;
}

.rentizy-checkbox {
    display: flex;
    align-items: center;
}
.rentizy-checkbox label {
    margin: 0 !important;
    padding-left: 12px !important;
    cursor: pointer;
}
.rentizy-checkbox input[type="checkbox"] {
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    background: #c4c7cb !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex;
}
.rentizy-checkbox input[type="checkbox"]:checked {
    border-color: #15b8a6 !important;
    background: white !important;
}
.rentizy-checkbox input[type="checkbox"]::before {
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    transform: scale(0) !important;
    transition: 120ms transform ease-in-out !important;
    box-shadow: inset 1em 1em #15b8a6 !important;
    margin: 2px;
}

.rentizy-checkbox input[type="checkbox"]:checked::before {
    transform: scale(1) !important;
    border-radius: 1px !important;
}

.charge-mode {
    min-width: 160px;
    padding: 12px 12px;
}
.charge-details-container {
    min-width: 640px;
}
.meter-details {
    min-width: 570px;
}
#addChargeModal {
    background-color: #0000003b;
}
.charge-details input::placeholder {
    font-size: 12px;
}

.disabled-btn-style, #propertyForm button:disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
    pointer-events: none;
}

.input-group-address {
    flex-wrap: nowrap;
}

.input-group-address > div:first-child {
    width: 100%;
}

.iti--inline-dropdown .iti__dropdown-content {
   z-index: 11;
}

#contractForm .bootstrap-select {
    width: 100%;
}
#contractForm .bootstrap-select .dropdown-toggle {
    padding: 18px;
    border-radius: 8px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #0F172A;
}
#contractForm .bootstrap-select [type="search"] {
    padding: 12px 16px !important;
    border-radius: unset !important;
    margin-bottom: 8px;
}

.messaging .inbox-msg .inbox-people .inbox-chat .chat-list .chat-people .chat-ib p.unread {
    font-weight: bold;
}

#add-visit-offcanvas .flatpickr-wrapper, #property-available-at-flatpickr-wrapper, #room-available-at-flatpickr-wrapper {
    width: 100%;
}

#reschedule-visit-modal-datepickr {
    position: absolute;
    z-index: 999999999;
}

@media (max-width: 576px) {
    #contract-card {
        padding: 0 !important;
    }
    .manage-contract {
        padding: 4px !important;
    }
}

.doc-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #475569;
    margin: 0;
}
.doc-link:hover {
    color: #475569;
}

.contract-uploader {
    margin-bottom: 1rem;
}

.contract-uploader .custom-file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.contract-uploader .custom-file-upload input[type="file"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.contract-uploader .file-upload-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0 !important;
    font-size: 14px;
    height: 48px;
    width: 100%;
}

.contract-uploader .file-upload-label:hover {
    border-color: #14b8a6;
    background-color: #f8f9fa;
    color: #14b8a6;
}

.contract-uploader .upload-text {
    font-weight: 400;
    color: #495057;
}

.contract-uploader .file-upload-label:hover .upload-text {
    color: #14b8a6;
}

.contract-uploader .file-upload-label i {
    color: #6c757d;
}

.contract-uploader .file-upload-label:hover i {
    color: #14b8a6;
}

.contract-uploader .file-info {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
    width: 100%;
    overflow: hidden;
    height: 48px;
}

.contract-uploader .file-info:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contract-uploader .file-details {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.contract-uploader .file-name {
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    text-decoration: none;
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.contract-uploader .file-name:hover {
    text-decoration: underline;
    color: #14b8a6;
}

.contract-uploader .remove-file-btn {
    border: none;
    padding: 0.25rem 0.5rem;
}

.contract-uploader .remove-file-btn:hover {
    background-color: #dc3545;
    color: white;
}

.room-selection-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.room-card {
    position: relative;
    width: 160px;
    height: 90px;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: all 0.25s ease;
    overflow: hidden;
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.room-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    border-color: #dee2e6;
}

.room-card.selected {
    border-color: #14B8A6;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(32, 201, 151, 0.2);
}

.room-card-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f1f3f4;
}

.room-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease;
}

.room-card:hover .room-card-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.room-card-name {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    padding: 0 8px;
    line-height: 1.3;
}

.room-card-check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    background: #14B8A6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(32, 201, 151, 0.3);
}

.room-card.selected .room-card-check {
    opacity: 1;
    transform: scale(1);
}

.room-card-check i {
    color: white;
    font-size: 11px;
}

@media (max-width: 768px) {
    .room-card {
        width: 140px;
        height: 80px;
    }

    .room-card-name {
        font-size: 13px;
    }

    .room-selection-container {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .room-card {
        width: 130px;
        height: 75px;
    }

    .room-card-name {
        font-size: 12px;
    }

    .room-selection-container {
        gap: 10px;
    }
}

.contract-card {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
}

.contract-card:hover {
    border-color: #007bff;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
    transform: translateY(-2px);
}

.contract-card.selected {
    border-color: #28a745;
    background-color: #f8fff9;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.contract-card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
    padding: 15px 20px;
    border-radius: 6px 6px 0 0;
}

.contract-card.selected .contract-card-header {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
}

.contract-title {
    font-weight: 600;
    color: #495057;
    margin: 0;
    font-size: 1.1rem;
}

.contract-card.selected .contract-title {
    color: #155724;
}

.filter-controls {
    font-size: 0.85rem;
}

.filter-label {
    font-weight: 600;
    color: #495057;
}

.filter-group {
    display: flex;
    align-items: center;
}

.filter-btn {
    transition: all 0.2s ease;
}

.filter-btn.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
}

.filter-btn[data-filter="status"].active {
    background-color: #6c757d;
    border-color: #6c757d;
}

.expand-btn {
    color: #6c757d;
    transition: transform 0.3s ease;
}

.expand-btn:hover {
    color: #495057;
}

.expand-btn.expanded {
    transform: rotate(180deg);
}

.expanded-details {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

.detail-section h6 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.detail-section p {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.clauses-list .badge {
    font-size: 0.75rem;
}

.modal-header {
    padding: 1rem 1.5rem 0.5rem;
}

@media (max-width: 768px) {
    .filter-controls {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-group {
        margin-bottom: 0.5rem;
    }

    .filter-group .btn-group {
        flex-wrap: wrap;
    }
}

.clause-item {
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}

.clause-item:hover {
    background-color: #e9ecef;
    border-left-color: #0056b3;
}

.clause-title {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.clause-content {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    white-space: pre-wrap; /* Preserve line breaks */
}

.clause-meta {
    font-size: 0.8rem;
    color: #868e96;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #dee2e6;
}

.view-all-clauses-btn {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
}

.clause-counter {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.clause-item-wrapper {
    display: flex;
    align-items: flex-start;
}

.clause-item-content {
    flex: 1;
}

.badge-rentizy {
    background-color: #14B8A6;
    color: white;
}

#tenant-reschedule-visit-modal-datepickr {
    position: absolute;
    z-index: 999999999;
}

.link-disabled {
    color: #6c757d
}

#head-row .period-spacer {
    width: 30px;
}

@media (max-width: 768px) {
    .share-contract-controllers {
        width: 100%;
        margin-top: 6px;
    }
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    border-radius: 8px !important;
    background-color: #aee2ff40 !important;
    border: 1px solid #E2E8F0 !important;
    cursor: pointer !important;
}
.filepond--drop-label.filepond--drop-label label {
    cursor: pointer !important;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.title-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.subtitle {
    color: #718096;
    font-size: 0.9rem;
}

.actions-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.desktop-actions {
    gap: 0.75rem;
}

/* Grid Layout */
.properties-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

/* Responsive breakpoints */
@media (min-width: 576px) {
    .properties-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .properties-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Property Card Grid */
.property-card-grid {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    height: fit-content;
    cursor: pointer;
    width: 100%;
    min-width: 0; /* Allows flex items to shrink below content size */
    box-sizing: border-box;
}

.property-card-grid:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

/* Card Content */
.card-content {
    padding: 18px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

/* Property Header */
.property-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    width: 100%;
}

.property-title {
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
    line-height: 1.4;
    word-break: break-word;
    text-align: center;
    overflow-wrap: break-word;
    hyphens: auto;
}

.external-link {
    color: #6c757d;
    transition: color 0.2s ease;
    font-size: 14px;
}

.external-link:hover {
    color: #007bff;
    text-decoration: none;
}

/* Agent Section */
.agent-section {
    width: 100%;
    display: block;
    justify-content: center;
}

/* Agent Box - Updated for grid */
.agent-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agent-box .small {
    color: #495057;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Remove Button - Updated */
.x-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    outline: none !important;
    flex-shrink: 0;
}

.x-btn:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #c82333;
}

.x-btn:active {
    transform: scale(0.95);
}

/* No Agent State - Updated */
.no-agent {
    color: #6c757d !important;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding: 8px 12px;
}

/* Container adjustments */
#selectedPropertiesList {
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Action buttons remain the same */
.action-btn {
    padding: 0.5rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    text-decoration: none;
    color: #4a5568;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    background: white;
    outline: none !important;
}

.action-btn:hover {
    border-color: #14B8A6;
    color: #14B8A6;
    text-decoration: none;
}

.action-btn.primary {
    background: #14B8A6;
    border-color: #14B8A6;
    color: white;
}

.action-btn.primary:hover {
    background: #0D9488;
    border-color: #0D9488;
    color: white;
}

.action-btn.secondary {
    background: #f7fafc;
}

/* Agent results list */
.agent-results-list {
    max-height: 300px;
    overflow-y: auto;
}


.welcome-dashboard  {
    background: linear-gradient(135deg, #f8fffe 0%, #e8f5f4 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-dashboard .empty-state-container {
    max-width: 900px;
    width: 100%;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
}

.welcome-dashboard .header-section {
    margin-bottom: 60px;
}

.welcome-dashboard .welcome-title {
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.welcome-dashboard .welcome-subtitle {
    font-size: 1.2rem;
    color: #6b7280;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-dashboard .action-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.welcome-dashboard .action-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.welcome-dashboard .action-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.welcome-dashboard .action-card:hover::before {
    left: 100%;
}

.welcome-dashboard .action-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #14B8A6;
}

.welcome-dashboard .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #14B8A6, #38b2ac);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(79, 209, 199, 0.3);
}

.welcome-dashboard .action-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.welcome-dashboard .card-icon i {
    font-size: 2rem;
    color: white;
}

.welcome-dashboard .card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.welcome-dashboard .card-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 1rem;
}

.welcome-dashboard .card-cta {
    display: inline-flex;
    align-items: center;
    color: #14B8A6;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.welcome-dashboard .card-cta i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.welcome-dashboard .action-card:hover .card-cta {
    color: #38b2ac;
}

.welcome-dashboard .action-card:hover .card-cta i {
    transform: translateX(4px);
}

.welcome-dashboard .feature-highlight {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.welcome-dashboard .feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-dashboard .feature-title i {
    margin-right: 8px;
    color: #14B8A6;
}

.welcome-dashboard .feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    list-style: none;
}

.welcome-dashboard .feature-item {
    display: flex;
    align-items: center;
    color: #6b7280;
    font-size: 0.95rem;
}

.welcome-dashboard .feature-item i {
    color: #14B8A6;
    margin-right: 8px;
    font-size: 0.8rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .welcome-dashboard .welcome-title {
        font-size: 2rem;
    }

    .welcome-dashboard .action-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .welcome-dashboard .action-card {
        padding: 30px 20px;
    }

    .welcome-dashboard .card-icon {
        width: 70px;
        height: 70px;
    }

    .welcome-dashboard .card-icon i {
        font-size: 1.5rem;
    }
}

.welcome-dashboard .pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 8px 20px rgba(79, 209, 199, 0.3);
    }
    50% {
        box-shadow: 0 8px 25px rgba(79, 209, 199, 0.5);
    }
    100% {
        box-shadow: 0 8px 20px rgba(79, 209, 199, 0.3);
    }
}


/* NEW: Lease Preparation Section */
.lease-prep-section {
    background: linear-gradient(135deg, #f0fffd, #e0fafe);
    border: 2px solid #14b8a6;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.lease-prep-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(180deg, #14b8a6, #bbfff7)
}

.lease-prep-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.lease-prep-header .icon {
    width: 24px;
    height: 24px;
    color: #14b8a6;
}

.lease-prep-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.lease-prep-description {
    color: #475569;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.toggle-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 15px 20px;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-container:hover {
    border-color: #14b8a6;
    background: #99ffdd14 !important;
}

.toggle-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: #1e293b;
}

.toggle-label .icon {
    width: 20px;
    height: 20px;
    color: #14b8a6;
}

.toggle-switch {
    position: relative;
    width: 52px;
    height: 28px;
    background: #cbd5e1;
    border-radius: 14px;
    transition: background 0.3s ease;
    cursor: pointer;
}

.toggle-switch.active {
    background: #14b8a6;
}

.toggle-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active::after {
    transform: translateX(24px);
}


/* Task Management Styles */

/* Mode Toggle */
.task-form .mode-toggle-wrapper {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.task-form .mode-toggle-btn {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.task-form .mode-toggle-btn.active {
    background: #14B8A6;
    border-color: #14B8A6;
    color: white;
}

/* Form Styles */
.task-form .form-group label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.task-form .task-form .form-control {
    border-radius: 6px;
    border: 1px solid #ced4da;
    font-size: 0.95rem;
}

.task-form .task-form .form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.task-form .task-form .form-check-label {
    font-weight: normal;
    margin-left: 0.25rem;
}

.task-form .task-form hr {
    border-color: #e9ecef;
}

.task-form .task-form h6 {
    color: #333;
    font-weight: 600;
    font-size: 1rem;
}

/* Advanced Fields Animation */
.task-form .advanced-fields {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Recurrence Options */
.task-form .recurrence-options {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 0.5rem;
}

/* Form Actions */
.task-form .form-actions {
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.task-form .form-actions .btn {
    font-weight: 500;
    padding: 0.625rem 1rem;
    border-radius: 6px;
    transition: all 0.2s;
}

/* Progress Range */
/* Progress bar container */
.task-form .progress-container {
    position: relative;
    margin-bottom: 16px;
}

/* Custom range input styling */
.task-form input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background: linear-gradient(to right, #14B8A6 0%, #14B8A6 0%, #e2e8f0 0%, #e2e8f0 100%);
    outline: none;
    transition: background 0.3s ease;
    cursor: pointer;
}

/* Webkit browsers (Chrome, Safari) */
.task-form input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #14B8A6;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(66, 153, 225, 0.4);
    transition: all 0.3s ease;
}

.task-form input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(66, 153, 225, 0.6);
}

/* Firefox */
.task-form input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #14B8A6;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(66, 153, 225, 0.4);
    transition: all 0.3s ease;
}

.task-form input[type="range"]::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(66, 153, 225, 0.6);
}

/* Progress value display */
.task-form .progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.task-form .progress-value {
    font-size: 24px;
    font-weight: 700;
    color: #14B8A6;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.task-form .progress-value .percent-sign {
    font-size: 16px;
    font-weight: 600;
}

.task-form .progress-label {
    font-size: 13px;
    color: #718096;
}

/* Progress milestones */
.task-form .progress-markers {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 2px;
}

.task-form .progress-marker {
    font-size: 11px;
    color: #a0aec0;
    font-weight: 500;
}

/* Color variations based on progress */
.task-form input[type="range"].low {
    background: linear-gradient(to right, #fc8181 var(--progress), #e2e8f0 var(--progress));
}
.task-form .progress-value.low {
    color: #fc8181;
}

.task-form input[type="range"].low::-webkit-slider-thumb {
    background: #fc8181;
    box-shadow: 0 2px 6px rgba(252, 129, 129, 0.4);
}

.task-form input[type="range"].low::-moz-range-thumb {
    background: #fc8181;
    box-shadow: 0 2px 6px rgba(252, 129, 129, 0.4);
}

.task-form input[type="range"].medium {
    background: linear-gradient(to right, #f6ad55 var(--progress), #e2e8f0 var(--progress));
}
.task-form .progress-value.medium {
    color: #f6ad55;
}

.task-form input[type="range"].medium::-webkit-slider-thumb {
    background: #f6ad55;
    box-shadow: 0 2px 6px rgba(246, 173, 85, 0.4);
}

.task-form input[type="range"].medium::-moz-range-thumb {
    background: #f6ad55;
    box-shadow: 0 2px 6px rgba(246, 173, 85, 0.4);
}

.task-form input[type="range"].high {
    background: linear-gradient(to right, #14B8A6 var(--progress), #e2e8f0 var(--progress));
}
.task-form .progress-value.high {
    color: #14B8A6;
}

.task-form input[type="range"].high::-webkit-slider-thumb {
    background: #14B8A6;
    box-shadow: 0 2px 6px rgba(72, 187, 120, 0.4);
}

.task-form input[type="range"].high::-moz-range-thumb {
    background: #14B8A6;
    box-shadow: 0 2px 6px rgba(72, 187, 120, 0.4);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .task-form .mode-toggle-btn {
        font-size: 0.8rem;
        padding: 0.375rem 0.75rem;
    }
}

@media (max-width: 576px) {
    .task-form .form-row .form-group {
        margin-bottom: 1rem;
    }
}

/* Loading State */
.task-form .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.15rem;
}

/* Bulk Actions */
.task-form .bulk-actions-bar {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 1rem;
    display: none;
}

.task-form .bulk-actions-bar.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-form .selected-count {
    font-weight: 500;
    color: #495057;
}

/* Enhanced Task Table Styles */

/* Task Statistics */
.task-stats .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    font-weight: 500;
}

/* Quick Filters */
.quick-filters {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.filter-btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    transition: all 0.2s;
}

.filter-btn.active {
    background: #14B8A6;
    color: white;
    border-color: #14B8A6;
}

.filter-btn:hover:not(.active) {
    background: #f8f9fa;
}

/* Table Styles */
#tasks_table {
    margin-bottom: 0;
}

#tasks_table thead th {
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: middle;
}

#tasks_table tbody tr {
    transition: background-color 0.2s;
}

#tasks_table tbody tr:hover {
    background: #f8f9fa;
}

#tasks_table tbody tr.emergency-row {
    background-color: #fff5f5;
}

/* Priority Indicators */
.priority-indicator {
    display: inline-block;
    font-size: 1rem;
}

.priority-indicator.critical {
    color: #dc3545;
}

.priority-indicator.urgent {
    color: #fd7e14;
}

.priority-indicator.high {
    color: #ffc107;
}

.priority-indicator.medium {
    color: #17a2b8;
}

.priority-indicator.low {
    color: #6c757d;
    opacity: 0.5;
}

.emergency-badge {
    display: inline-block;
    margin-left: 0.25rem;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* Task Details */
.task-details .task-title {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.task-details .task-meta {
    font-size: 0.8rem;
    color: #6c757d;
}

.task-details .task-tags {
    margin-top: 0.25rem;
}

.task-details .badge-sm {
    font-size: 0.75rem;
    padding: 0.15rem 0.4rem;
    font-weight: normal;
}

/* Property Info */
.property-info {
    font-size: 0.9rem;
}

.property-info .property-name {
    margin-bottom: 0.25rem;
}

.property-info .room-name,
.property-info .tenant-name {
    font-size: 0.8rem;
}

/* Assigned Info */
.assigned-info {
    font-size: 0.9rem;
}

.assigned-info .service-provider {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

/* Due Date Info */
.due-date-info {
    font-size: 0.9rem;
}

.due-date-info .due-time,
.due-date-info .duration {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

/* Progress Cell */
.progress-cell .progress {
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-cell .progress-bar {
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 600;
}

.progress-cell .checklist-count {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* Status Badges */
.status-cell .badge {
    font-size: 0.85rem;
    padding: 0.375rem 0.6rem;
    display: inline-flex;
    align-items: center;
}

.status-cell .badge i {
    font-size: 0.9rem;
}

/* Action Buttons */
.actions .btn-group {
    display: flex;
}

.actions a {
    display: flex;
    justify-content: center;
}

.actions a:hover {
    color: #14B8A6 !important;
}

.actions a i {
    font-size: 0.9rem;
}

/* Empty State */
.empty-list {
    border: 2px dashed #dee2e6;
    background: #fafbfc;
    border-radius: 8px;
}

.empty-list .card-body {
    padding: 3rem !important;
}

.empty-list .fa-tasks {
    color: #dee2e6;
}

/* Responsive Table */
@media (max-width: 1200px) {
    .task-details .task-meta span:not(:first-child) {
        display: none;
    }

    .property-info .tenant-name {
        display: none;
    }
}

@media (max-width: 992px) {
    #tasks_table {
        font-size: 0.85rem;
    }

    .task-details .task-tags {
        display: none;
    }

    .due-date-info .duration {
        display: none;
    }

    .progress-cell .checklist-count {
        display: none;
    }
}

@media (max-width: 768px) {
    .task-stats {
        display: none !important;
    }

    .quick-filters {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 0.75rem;
    }

    #tasks_table thead th {
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    #tasks_table tbody td {
        padding: 0.5rem;
    }

    /* Hide less important columns on mobile */
    .assigned-info,
    .progress-cell {
        display: none;
    }

    #tasks_table thead th:nth-child(5),
    #tasks_table thead th:nth-child(7) {
        display: none;
    }
}

/* Filters Active State */
.task-item.filter-hidden {
    display: none;
}

.task-item.search-hidden {
    display: none;
}

/* Pagination */
.pagination {
    margin-bottom: 0;
}

.pagination .page-link {
    color: #28a745;
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
}

.pagination .page-link:hover {
    color: #218838;
    background-color: #e9ecef;
}

/* Sortable Columns */
th.sortable {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 20px;
}

th.sortable:after {
    content: '\f0dc';
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    color: #6c757d;
    font-size: 0.8rem;
}

th.sortable.asc:after {
    content: '\f0de';
    color: #28a745;
}

th.sortable.desc:after {
    content: '\f0dd';
    color: #28a745;
}

/* Checklist Container */
.checklist-container {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.75rem;
    background-color: #fff;
    min-height: 120px;
}

.checklist-items {
    margin-bottom: 0.5rem;
    min-height: 60px;
}

/* Individual Checklist Item */
.checklist-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.checklist-item:hover {
    background-color: #e9ecef;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.checklist-item.dragging {
    opacity: 0.5;
    cursor: grabbing;
}

.checklist-item.drag-over {
    border-top: 2px solid #007bff;
}

/* Drag Handle */
.checklist-item-drag-handle {
    cursor: grab;
    color: #6c757d;
    padding: 0.25rem;
    display: flex;
    align-items: center;
}

.checklist-item-drag-handle:active {
    cursor: grabbing;
}

.checklist-item-drag-handle i {
    font-size: 0.9rem;
}

/* Checkbox */
.checklist-item-checkbox {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
}

/* Input Field */
.checklist-item-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
}

.checklist-item-input:focus {
    outline: none;
    background-color: #fff;
    border-radius: 0.25rem;
}

.checklist-item-input::placeholder {
    color: #adb5bd;
    font-style: italic;
}

/* Completed items */
.checklist-item.completed .checklist-item-input {
    text-decoration: line-through;
    color: #6c757d;
}

/* Delete Button */
.checklist-item-delete {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    flex-shrink: 0;
    opacity: 0.6;
}

.checklist-item:hover .checklist-item-delete {
    opacity: 1;
}

.checklist-item-delete:hover {
    background-color: #dc3545;
    color: #fff;
}

.checklist-item-delete i {
    font-size: 0.9rem;
}

/* Add Button */
.checklist-add-btn {
    width: 100%;
    border-style: dashed;
    transition: all 0.2s ease;
}

.checklist-add-btn:hover {
    background-color: #007bff;
    color: #fff;
    border-style: solid;
}

.btn-outline-rentizy {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-rentizy:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Empty State */
.checklist-empty-state {
    text-align: center;
    padding: 2rem 1rem;
    color: #6c757d;
}

.checklist-empty-state i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .checklist-item {
        gap: 0.25rem;
        padding: 0.375rem;
    }

    .checklist-item-drag-handle {
        padding: 0.125rem;
    }

    .checklist-item-input {
        font-size: 0.875rem;
    }

    .checklist-item-delete {
        padding: 0.125rem 0.375rem;
    }
}

/* Animation for new items */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.checklist-item.new-item {
    animation: slideIn 0.3s ease;
}

/* Tenant Tasks Styles */

.task-count-badge {
    background-color: #e9ecef;
    color: #495057;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.task-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    border-left: 4px solid #dee2e6;
    transition: all 0.2s ease;
    cursor: pointer;
}

.task-item {
    transition: transform 0.2s, background-color 0.2s;
}

.task-item:hover {
    transform: translateY(-1px);
}

/* Urgent */
.task-item.urgent {
    border-left-color: #dc3545;
    background: #fff5f5;
}
.task-item.urgent:hover {
    background: #fff1f1 !important; /* slightly darker */
}

/* High */
.task-item.high {
    border-left-color: #fd7e14;
    background: #fff8f0;
}
.task-item.high:hover {
    background: #fff5e8 !important; /* slightly darker */
}

/* Completed */
.task-item.completed {
    border-left-color: #28a745;
    background: #f0f8f4;
    opacity: 0.8;
}
.task-item.completed:hover {
    background: #e6f3eb !important; /* subtle change */
    opacity: 1;
}

/* Overdue */
.task-item.overdue {
    border-left-color: #dc3545;
    background: #fff5f5;
}
.task-item.overdue:hover {
    background: #fff1f1 !important; /* slightly darker */
}

.task-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.task-title-text {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1rem;
    flex: 1;
}

.task-priority {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 8px;
}

.task-priority.urgent {
    background-color: #dc3545;
    color: white;
}

.task-priority.high {
    background-color: #fd7e14;
    color: white;
}

.task-priority.medium {
    background-color: #ffc107;
    color: #333;
}

.task-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
    font-size: 0.875rem;
    color: #6c757d;
}

.task-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.task-meta-item i {
    color: #95a5a6;
}

.task-date.overdue {
    color: #dc3545;
    font-weight: 600;
}

.task-date.today {
    color: #fd7e14;
    font-weight: 600;
}

.task-actions {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.task-action-btn {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    outline: none !important;
}

.btn-view-details {
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
}

.btn-view-details:hover {
    background-color: #e9ecef;
    color: #495057;
    text-decoration: none;
}

.btn-mark-complete {
    background-color: #14B8A6;
    color: white;
}

.btn-mark-complete:hover {
    background-color: #0D9488;
}

.task-description {
    margin-top: 8px;
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
}

.task-checklist-summary {
    margin-top: 8px;
    padding: 8px;
    border-radius: 4px;
    font-size: 0.875rem;
}

.progress-mini {
    height: 6px;
    background-color: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 4px;
}

.progress-mini-bar {
    height: 100%;
    background-color: #14B8A6;
    transition: width 0.3s ease;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-state i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #dee2e6;
}

.filter-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.filter-tab {
    padding: 8px 16px;
    border-radius: 20px;
    background: white;
    border: 1px solid #dee2e6;
    color: #495057;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.filter-tab:hover {
    background: #f8f9fa;
}

.filter-tab.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.task-notification-badge {
    background-color: #ffc107;
    color: #333;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .task-meta {
        flex-direction: column;
        gap: 8px;
    }

    .task-actions {
        flex-direction: column;
    }

    .task-action-btn {
        width: 100%;
        justify-content: center;
    }

    .filter-tabs {
        -webkit-overflow-scrolling: touch;
    }
}

#assignee-task-detail-offcanvas .task-detail-section {
    padding: 16px;
}

#assignee-task-detail-offcanvas .section-title {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e0e0e0;
}

#assignee-task-detail-offcanvas .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

#assignee-task-detail-offcanvas .info-item label {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 4px;
    font-weight: 500;
}

#assignee-task-detail-offcanvas .info-item > div {
    font-weight: 500;
    color: #495057;
    font-size: 0.95rem;
}

#assignee-task-detail-offcanvas .assignee-checklist-container {
    padding: 12px;
    border-radius: 6px;
    max-height: 400px;
    overflow-y: auto;
}

#assignee-task-detail-offcanvas .assignee-checklist-item {
    padding: 12px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

#assignee-task-detail-offcanvas .assignee-checklist-item:hover {
    background: #e9ecef;
    border-left-color: #007bff;
}

#assignee-task-detail-offcanvas .assignee-checklist-item.completed {
    background: #d4edda;
    border-left-color: #28a745;
}

.assignee-checklist-item.completed label {
    text-decoration: line-through;
    color: #6c757d;
}

#assignee-task-detail-offcanvas .custom-control {
    padding-left: 1.5rem;
}

#assignee-task-detail-offcanvas .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745;
    border-color: #28a745;
}

#assignee-task-detail-offcanvas .progress-wrapper {
    padding: 12px;
    border-radius: 6px;
}

#assignee-task-detail-offcanvas .progress {
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#assignee-task-detail-offcanvas .progress-bar {
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: width 0.3s ease, background-color 0.3s ease;
}

#assignee-task-detail-offcanvas .timeline-item {
    padding: 8px 0;
    border-left: 2px solid #dee2e6;
    padding-left: 12px;
    margin-left: 6px;
}

#assignee-task-detail-offcanvas .timeline-item:not(:last-child) {
    margin-bottom: 8px;
}

/* Rating Stars */
#assignee-task-detail-offcanvas .rating-stars {
    font-size: 1.5rem;
}

#assignee-task-detail-offcanvas .rating-star {
    cursor: pointer;
    color: #ddd;
    transition: color 0.2s ease;
}

#assignee-task-detail-offcanvas .rating-star:hover,
#assignee-task-detail-offcanvas .rating-star.active {
    color: #ffc107;
}
#assignee-task-detail-offcanvas .badge {
    padding: 6px;
}

.highlight-row {
    border: 3px solid #d7a400 !important;
    animation: highlight-fade 3s ease-in-out;
}

@keyframes highlight-fade {
    0% {
        border: 1px solid #ffc107;
    }
    30% {
        border: 2px solid #d7a400;
    }
    100% {
        border: 3px solid transparent;
    }
}

.assigned-to-group .assigned-to-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.assigned-to-group label {
    margin-bottom: 0;
    font-weight: 500;
    color: #2d3748;
}

.assigned-to-group .self-assign-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    background: #ffffff;
    color: #4a5568;
    border: 1.5px solid #cbd5e0;
    border-radius: 6px;
    font-size: 0.813rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    outline: none !important;
}

.assigned-to-group .self-assign-btn:hover {
    background: #14b8a6;
    border-color: #14b8a6;
    color: white;
}

.assigned-to-group .self-assign-btn.active {
    background: #14b8a6;
    border-color: #14b8a6;
    color: white;
}

.assigned-to-group .self-assign-btn.active:hover {
    background: #0aa998;
    border-color: #0aa998;
}

.assigned-to-group .self-assign-btn svg {
    flex-shrink: 0;
}

.assigned-to-group .select-wrapper {
    position: relative;
}

.assigned-to-group .select-wrapper select {
    width: 100%;
    transition: opacity 0.2s ease;
}

.assigned-to-group .select-wrapper.self-assigned select {
    display: none;
}

.assigned-to-group .self-assigned-display {
    display: none;
    height: 49px;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.75rem;
    background: #f0fdf4;
    border: 1.5px solid #14b8a6;
    border-radius: 8px;
    color: #097d70;
    font-size: 0.875rem;
    font-weight: 500;
}

.assigned-to-group .select-wrapper.self-assigned .self-assigned-display {
    display: flex !important;
}

.assigned-to-group .self-assigned-display svg {
    flex-shrink: 0;
    stroke: #16a34a;
}

/* Filter Section */
.quick-filters {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}
.filter-section-title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
}
.filter-group-label {
    font-size: 12px;
}
.filter-group-label .badge {
    font-weight: 500;
    padding: 4px 10px;
}

/* Main Filters */
.filter-main {
    background-color: #17a2b8;
    color: white;
    border: 2px solid #17a2b8;
    border-radius: 25px;
    padding: 10px 24px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.filter-main:not(.active) {
    background-color: transparent;
    color: #17a2b8;
}
.filter-main:not(:disabled):not(.disabled):hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
    color: white;
    background-color: #17a2b8;
}
.filter-main.active {
    background-color: #17a2b8;
    color: white;
}

/* Main Filters - Disabled State */
.filter-main:disabled,
.filter-main.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #e9ecef;
    color: #999fa5;
    border-color: #999fa529;
    transform: none;
    box-shadow: none;
}

/* Secondary Filters */
.filter-secondary {
    background-color: white;
    color: #6c757d;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 8px 18px;
    font-weight: 400;
    transition: all 0.2s ease;
}
.filter-secondary:not(:disabled):not(.disabled):hover {
    background-color: #e9ecef;
    color: #495057;
    border-color: #adb5bd;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.filter-secondary.active {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

/* Secondary Filters - Disabled State */
.filter-secondary:disabled,
.filter-secondary.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #f8f9fa;
    color: #999fa5;
    border-color: #999fa566;
    transform: none;
    box-shadow: none;
}

/* Badge styles for counts */
.filter-main .badge,
.filter-secondary .badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 10px;
}

/* Disabled filters - badge styling */
.filter-main:disabled .badge,
.filter-main.disabled .badge,
.filter-secondary:disabled .badge,
.filter-secondary.disabled .badge {
    opacity: 0.6;
    background-color: #dee2e6 !important;
    color: #6c757d !important;
}

/* Icon spacing */
.filter-main i,
.filter-secondary i {
    font-size: 14px;
}

/* Task Search Styles */
.task-search .input-group {
    overflow: hidden;
    transition: all 0.3s ease;
}
.task-search .input-group:focus-within {
    transform: translateY(-1px);
}
.task-search .input-group-text {
    background-color: white;
    border: 1px solid #dee2e6;
    border-right: none;
    color: #6c757d;
    padding: 10px 15px;
}
.task-search .form-control {
    background-color: white;
    border: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.2s ease;
}
.task-search .form-control:focus {
    border-color: #dee2e6;
    outline: none;
}
.task-search .form-control::placeholder {
    color: #adb5bd;
    font-style: italic;
}
.task-search .input-group-append .btn {
    background-color: white;
    border: 1px solid #dee2e6;
    border-left: none;
    color: #6c757d;
    padding: 10px 15px;
    transition: all 0.2s ease;
}
.task-search .input-group-append .btn:hover {
    background-color: #f8f9fa;
    color: #495057;
}
.task-search .input-group-append .btn:active {
    background-color: #e9ecef;
}
.task-search .fa-search {
    font-size: 14px;
}
.task-search .fa-times {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .filter-main,
    .filter-secondary {
        font-size: 13px;
        padding: 8px 16px;
    }
}

.subtask-row {
    background-color: #f8f9fa;
    border-left: 3px solid #dee2e6;
    transition: all 0.3s ease;
}

/* Subtask icon positioning */
.subtask-icon {
    position: absolute;
    left: 5px;
    top: 3px;
    color: #6c757d;
    font-size: 0.85rem;
}

/* Subtask badges */
.subtask-badge {
    font-size: 0.65rem;
}

.subtask-count-badge {
    font-size: 0.75rem;
}

/* ============================================================
   Toggle Button Styling
   ============================================================ */
.toggle-subtasks {
    border: none;
    background: none;
    cursor: pointer;
    padding: 2px 5px;
    margin-right: 3px;
    transition: all 0.2s;
    color: #6c757d;
    text-decoration: none;
    width: 24px;
    height: 24px;
}

.toggle-subtasks:hover {
    background-color: #e9ecef;
    border-radius: 3px;
    color: #495057;
}

.toggle-subtasks:focus {
    outline: none;
    box-shadow: none;
}

.toggle-subtasks i {
    transition: transform 0.2s;
    font-size: 0.85rem;
}

/* ============================================================
   Visual Hierarchy
   ============================================================ */

/* Ensure proper spacing between parent and first subtask */
.parent-task + .subtask-row {
    border-top: none;
}

/* ============================================================
   Animation States
   ============================================================ */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.subtask-row.show {
    animation: slideDown 0.3s ease;
}

/* ============================================================
   Responsive Adjustments
   ============================================================ */
@media (max-width: 768px) {
    .subtask-row .task-title {
        padding-left: 15px !important;
    }

    .subtask-row .task-meta {
        padding-left: 15px !important;
    }

    .subtask-icon {
        left: 0;
    }
}

/* Recurrence styling */
.recurrence-inline-group {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.recurrence-label {
    display: block;
    font-weight: 500;
    color: #495057;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.recurrence-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.recurrence-controls input[type="number"] {
    width: 80px;
    padding: 8px 12px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
}

.recurrence-controls input[type="number"]:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
    outline: none;
}

.recurrence-controls select {
    flex: 1;
    min-width: 140px;
    padding: 8px 12px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.recurrence-controls select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
    outline: none;
}

.recurrence-controls select:hover {
    border-color: #adb5bd;
}

/* Animation for showing/hiding recurrence options */
.recurrence-options {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 576px) {
    .recurrence-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .recurrence-controls input[type="number"],
    .recurrence-controls select {
        width: 100%;
    }
}

/* Quick presets (optional enhancement) */
.recurrence-presets {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.recurrence-preset-btn {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background: white;
    color: #6c757d;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none !important;
}

.recurrence-preset-btn:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.recurrence-preset-btn.active {
    background: #15b8a6;
    color: white;
    border-color: #15b8a6;
}

/* Recurrence display styling */
.recurrence-display {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #e7f3ff;
    border-radius: 16px;
    color: #0d6efd;
    font-weight: 500;
    font-size: 0.9rem;
}

.recurrence-display i {
    font-size: 0.85rem;
}

.next-occurrence-display {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #fff3cd;
    border-radius: 16px;
    color: #856404;
    font-weight: 500;
    font-size: 0.9rem;
}

.next-occurrence-display i {
    font-size: 0.85rem;
}

.recurrence-end-display {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #f8d7da;
    border-radius: 16px;
    color: #721c24;
    font-weight: 500;
    font-size: 0.9rem;
}

.recurrence-end-display i {
    font-size: 0.85rem;
}

/* Info grid responsive */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.info-item label {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 6px;
    font-weight: 500;
}


.coowners-container .tag-input-container {
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.5rem;
    min-height: 100px;
    cursor: text;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.coowners-container .tag-input-container:focus-within {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: 0;
}

.coowners-container .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.coowners-container .tag {
    display: inline-flex;
    align-items: center;
    background: #007bff;
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 1.5rem;
    font-size: 0.875rem;
    animation: tagAppear 0.2s ease-out;
}

@keyframes tagAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.coowners-container .tag-remove {
    background: none;
    border: none;
    color: white;
    margin-left: 0.5rem;
    cursor: pointer;
    padding: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.coowners-container .tag-remove:hover {
    background: rgba(255, 255, 255, 0.2);
}

.coowners-container .tag-input {
    width: 100%;
    border: none;
    outline: none;
    flex: 1;
    min-width: 200px;
    padding: 0.375rem 0.5rem;
    font-size: 1rem;
}

.coowners-container .tag-input::placeholder {
    color: #6c757d;
}

.coowners-container .error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

.coowners-container .error-message.show {
    display: block;
}

.coowners-container .tag-input-container.error {
    border-color: #dc3545;
}

.coowners-container .tag-input-container.error:focus-within {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Hidden select for form submission */
.coowners-container #id_coowners {
    display: none;
}

.coowners-container {
    margin: 0 auto;
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contract-coowners-container .tag-input-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    min-height: 60px;
    cursor: text;
    background-color: #fff;
}

.contract-coowners-container .tag-input-container.error {
    border-color: #dc3545;
    animation: shake 0.3s;
}

.contract-coowners-container .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.contract-coowners-container .tag {
    display: inline-flex;
    align-items: center;
    background-color: #007bff;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.875rem;
    gap: 8px;
}

.contract-coowners-container .tag-email {
    line-height: 1.4;
}

.contract-coowners-container .tag-remove {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.contract-coowners-container .tag-remove:hover {
    opacity: 1;
}

.contract-coowners-container .tag-input {
    flex: 1;
    min-width: 250px;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 8px;
}

.contract-coowners-container .tag-input::placeholder {
    color: #6c757d;
}

.contract-coowners-container .error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 6px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contract-coowners-container .error-message.show {
    opacity: 1;
    max-height: 50px;
    margin-top: 6px;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.charge-mode-section {
    color: block;
}
