@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";#dashboard{display:flex;flex-direction:column;height:100vh;width:100%;background:var(--clr-background);overflow-y:auto;pointer-events:all}#dashboard .header{position:relative;overflow:hidden;width:100%;padding:0!important;min-height:fit-content}#dashboard .header .scroll-container{display:flex;flex-wrap:nowrap;justify-content:center;gap:25px;padding:25px 50px!important;overflow-x:auto;scroll-behavior:smooth}#dashboard .header .scroll-container::-webkit-scrollbar{height:6px}#dashboard .header .scroll-container::-webkit-scrollbar-thumb{background:var(--clr-accent);border-radius:3px}#dashboard .header .arrow{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;background:var(--clr-white);color:var(--clr-accent);border:2px solid var(--clr-accent);border-radius:8px;display:none;align-items:center;justify-content:center;cursor:pointer;transition:background .3s,transform .3s;z-index:10}#dashboard .header .left{left:10px}#dashboard .header .right{right:10px}#dashboard .header .arrow:hover{background:var(--clr-background);border-color:var(--clr-primary);color:var(--clr-primary);transform:translateY(-50%) scale(1.1)}#dashboard .header .box{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:25%;max-width:300px;min-width:250px;height:20vh;min-height:125px;padding:10px;background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:10px}#dashboard .header .box .title{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:40px}#dashboard .header .box .title select{border:none;outline:none;background:var(--clr-white);color:var(--clr-black)}#dashboard .header .box .stats{display:flex;align-items:center;gap:20px;width:100%;min-height:40px}#dashboard .header .box .stats small{padding:5px 10px;border-radius:25px;font-weight:700}#dashboard .header .box .stats small.loss{background:#f8d7da;color:#b00020}#dashboard .header .box .stats small.profit{background:#d0e7ff;color:#0d47a1}#dashboard .header .box .progress{display:flex;justify-content:flex-start;align-items:center;width:100%;height:4px;margin:auto;box-shadow:var(--shadow-accentInner);border-radius:5px;overflow:hidden}#dashboard .header .box .progress .bar{width:80%;height:100%;background:var(--gradient-leftRight);border-radius:5px}#dashboard .body{flex:1 1 auto;display:flex;justify-content:center;align-items:flex-start;gap:25px;width:100%;padding:0 25px!important;padding-bottom:25px;margin-bottom:100px}#dashboard .body .left{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-width:350px;height:100%;padding:25px 15px;gap:10px;background:var(--clr-white);border-radius:10px;border:1px solid var(--clr-accent);overflow-y:scroll}#dashboard .body .left .box{position:relative;display:flex;align-items:center;width:100%;min-height:65px;padding:10px;gap:10px;border-radius:10px;border:1px solid var(--clr-accent);overflow:hidden;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,background-color .2s ease-in-out}#dashboard .body .left .box:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000014;background-color:var(--shadow-softBorder)}#dashboard .body .left .box.expense:before,#dashboard .body .left .box.income:before{content:"";position:absolute;left:0;width:100%;height:100%;border-left:4px solid;border-top-left-radius:8px;border-bottom-left-radius:8px;pointer-events:none}#dashboard .body .left .box.expense:before{border-color:var(--clr-primary)}#dashboard .body .left .box.expense:hover{border-color:var(--clr-primary)}#dashboard .body .left .box.income:before{border-color:#0d47a1}#dashboard .body .left .box.income:hover{border-color:#0d47a1}#dashboard .body .left .box .icon{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:50%}#dashboard .body .left .box.no-activity{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;color:var(--clr-black)}#dashboard .body .left .box.expense .icon{background:#f8d7da;color:var(--clr-primary)}#dashboard .body .left .box.income .icon{background:#d0e7ff;color:#0d47a1}#dashboard .body .left .box img{object-fit:contain;max-width:75px;max-height:75px;padding-right:25px}#dashboard .body .right{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;gap:25px;background:var(--clr-white);border-radius:10px;border:1px solid var(--clr-accent);z-index:var(--z-lvl1);overflow:hidden;position:relative}#dashboard .body .right.empty{display:flex;justify-content:center;align-items:center;width:100%;height:100%}#dashboard .body .right .scroll-container{display:flex;flex-direction:row;flex-wrap:nowrap;height:99%;gap:25px;padding:25px 10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--clr-accent) transparent}#dashboard .body .right .scroll-container::-webkit-scrollbar{height:6px}#dashboard .body .right .scroll-container::-webkit-scrollbar-thumb{background:var(--clr-accent);border-radius:3px}#dashboard .body .right h1{margin:auto;width:200px;white-space:wrap;padding-right:250px}#dashboard .body .right .box{display:flex;flex-direction:column;justify-content:center;align-items:center;width:300px;min-width:300px;min-height:386px;background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:8px;margin:auto;overflow:hidden;box-shadow:var(--shadow-softBorder);z-index:var(--z-lvl0)}#dashboard .body .right .box:hover,#dashboard .body .right .box:active{transform:translateY(-3px);border:1px solid var(--clr-primary);box-shadow:var(--shadow-soft)}#dashboard .body .right .box img{transition:.5s ease}#dashboard .body .right .box:hover img{transform:scale(1.05) translateY(-5px)}#dashboard .body .right .box .container{padding:10px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}#dashboard .body .right .box .container .flex{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}#dashboard .body .right .box .container .flex .info{margin-right:1em;color:var(--clr-black);font-size:.9rem}#dashboard .body .right .box .see-more-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}#dashboard .body .right .box .plus-icon{font-size:3rem}#dashboard .body .right .see-more-text{margin-top:.5rem;font-weight:600;color:#444}@media (max-width: 1132px){#dashboard .header .scroll-container{justify-content:flex-start}#dashboard .header .arrow{display:flex}}@media (max-width: 900px){#dashboard{min-height:fit-content}#dashboard .header{width:100%}#dashboard .header .scroll-container{overflow-x:auto;justify-content:flex-start;padding:0}#dashboard .body{display:block;width:100%;min-height:fit-content}#dashboard .body .left,#dashboard .body .right{width:100%;margin-bottom:25px}}#bookings{display:flex;flex-direction:column;height:100vh;width:100%;padding:25px;background:var(--clr-background);overflow-y:auto;pointer-events:all}#bookings .header{width:100%;min-height:50px;display:flex;justify-content:flex-start;align-items:flex-start;border:1px solid var(--clr-accent);border-bottom:none;border-radius:25px 25px 0 0;background:var(--clr-white);overflow:hidden}#bookings .header .filters{display:flex;min-width:fit-content;width:35%;padding:0 10px}#bookings .header .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#bookings .header .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#bookings .header .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:transparent}#bookings .header .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#bookings .header select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#bookings .header .filter-box select:hover,#bookings .header .filter-box select:active{color:var(--clr-primary)}#bookings .body{display:flex;flex-direction:column;width:100%;flex:1;border:1px solid var(--clr-accent);border-radius:0 0 25px 25px;overflow:auto;background:var(--clr-white)}#bookings .body .table-head,#bookings .body .table-row{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;padding:10px;color:var(--clr-black);border:1px solid var(--clr-white);border-bottom:1px solid var(--clr-accent);transition:.4s ease-in-out}#bookings .body .table-head{font-weight:600;font-size:.8rem;background:var(--gradient-coolShadow);color:#fff}#bookings .body .table-head span:last-child{min-width:fit-content;margin-right:10px}#bookings .body .table-row h5{display:flex;align-items:center;padding-right:10px;width:100%;height:30px;justify-content:space-between}#bookings .body .table-row p,#bookings .body .table-row .invoice{width:100%;font-size:.8rem}#bookings .body .table-row p i{color:var(--clr-primary);margin:0 10px}#bookings .body .table-row:hover{background-color:var(--clr-background);cursor:pointer}#bookings .body .status-badge{display:inline-flex;align-items:center;gap:6px;min-width:75px!important;padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:600;min-width:90px;justify-content:center;text-transform:capitalize}#bookings .body .status-confirmed{background-color:#fcc;color:#7c0000;min-width:70px}#bookings .body .status-pending{background-color:#ffe5b4;color:#8b4513;min-width:70px}#bookings .body .status-completed{background-color:#d4edda;color:#155724;min-width:70px}#bookings .body .icon{display:flex;justify-content:center;align-items:center;padding:10px;text-align:center;margin:auto;border:1px solid var(--clr-accent);color:var(--clr-black);border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:.2s ease-in-out}#bookings .body .icon:hover{border-color:var(--clr-primary);color:var(--clr-primary)}#invoices{display:flex;flex-direction:column;height:100vh;width:100%;background:var(--clr-background);overflow-y:auto;pointer-events:all}#invoices .header{position:relative;overflow:hidden;width:100%;padding:0!important;min-height:fit-content}#invoices .header .scroll-container{display:flex;flex-wrap:nowrap;justify-content:center;gap:25px;padding:25px 50px!important;overflow-x:auto;scroll-behavior:smooth}#invoices .header .scroll-container::-webkit-scrollbar{height:6px}#invoices .header .scroll-container::-webkit-scrollbar-thumb{background:var(--clr-accent);border-radius:3px}#invoices .header .arrow{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;background:var(--clr-white);color:var(--clr-accent);border:2px solid var(--clr-accent);border-radius:8px;display:none;align-items:center;justify-content:center;cursor:pointer;transition:background .3s,transform .3s;z-index:10}#invoices .header .left{left:10px}#invoices .header .right{right:10px}#invoices .header .arrow:hover{background:var(--clr-background);border-color:var(--clr-primary);color:var(--clr-primary);transform:translateY(-50%) scale(1.1)}#invoices .header .box{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-width:200px;height:125px;min-height:fit-content;padding:25px;background:var(--clr-white);border-radius:10px;border:1px solid var(--clr-accent)}#invoices .header .box h2{padding:10px 0;color:var(--clr-primary)}#invoices .body{flex:1 1 auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background:var(--clr-white);width:100%;padding:0 25px 25px!important}#invoices .body .top{width:100%;min-height:50px;display:flex;justify-content:flex-start;align-items:flex-start;border:1px solid var(--clr-accent);border-radius:25px 25px 0 0;background:var(--clr-white);overflow:hidden}#invoices .body .top .filters{display:flex;min-width:fit-content;width:35%;padding:0 10px}#invoices .body .top .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:65%;padding:0 10px}#invoices .body .top .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#invoices .body .top .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:transparent}#invoices .body .top .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#invoices .body .top .filter-box select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#invoices .body .top .filter-box select:hover,#invoices .body .top .filter-box select:active{color:var(--clr-primary)}#invoices .body .bottom{display:flex;flex-direction:column;width:100%;flex:1;border:1px solid var(--clr-accent);border-radius:0 0 25px 25px;background:var(--clr-white)}#invoices .body .bottom .table-head,#invoices .body .bottom .table-row{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;padding:10px;border-bottom:1px solid var(--clr-accent);transition:.2s ease-in-out}#invoices .body .bottom .table-head{font-weight:600;font-size:.8rem;background:var(--gradient-coolShadow);color:#fff}#invoices .body .bottom .table-row h5{display:flex;align-items:center;padding-right:25px;width:100%;height:30px;justify-content:space-between}#invoices .body .bottom .table-row p,#invoices .body .bottom .table-row .invoice{width:100%;font-size:.8rem}.table-row .invoice img:not(#maintenance .table-row img,#cleaning .table-row img){width:100%;object-fit:contain;padding-right:25px}#invoices .body .bottom .table-row p i{color:var(--clr-primary);margin:0 10px}#invoices .body .bottom .table-row:hover{background-color:var(--clr-background);cursor:pointer}#invoices .body .status-badge{display:inline-flex;align-items:center;gap:6px;min-width:75px!important;padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:600;min-width:90px;justify-content:center;text-transform:capitalize}#invoices .body .status-overdue{background-color:#fcc;color:#7c0000;min-width:70px}#invoices .body .status-pending{background-color:#ffe5b4;color:#8b4513;min-width:70px}#invoices .body .status-paid{background-color:#d4edda;color:#155724;min-width:70px}#invoices .body .bottom .icon{display:flex;justify-content:center;align-items:center;padding:10px;text-align:center;border:1px solid var(--clr-accent);color:var(--clr-black);border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:.2s ease-in-out}#invoices .body .bottom .icon:hover{border-color:var(--clr-primary);color:var(--clr-primary)}@media (max-width: 725px){#invoices .header .scroll-container{justify-content:flex-start}#invoices .header .arrow{display:flex}}#analytics{display:flex;flex-direction:column;height:100vh;width:100%;background:var(--clr-background);overflow-y:auto;pointer-events:all}#analytics .header{position:relative;overflow:hidden;width:100%;padding:0!important;min-height:fit-content}#analytics .header .scroll-container{display:flex;flex-wrap:nowrap;justify-content:center;gap:25px;padding:25px 50px!important;overflow-x:auto;scroll-behavior:smooth}#analytics .header .scroll-container::-webkit-scrollbar{height:6px}#analytics .header .scroll-container::-webkit-scrollbar-thumb{background:var(--clr-accent);border-radius:3px}#analytics .header .arrow{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;background:var(--clr-white);color:var(--clr-accent);border:2px solid var(--clr-accent);border-radius:8px;display:none;align-items:center;justify-content:center;cursor:pointer;transition:background .3s,transform .3s;z-index:10}#analytics .header .left{left:10px}#analytics .header .right{right:10px}#analytics .header .arrow:hover{background:var(--clr-background);border-color:var(--clr-primary);color:var(--clr-primary);transform:translateY(-50%) scale(1.1)}#analytics .header .box{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:25%;max-width:300px;min-width:250px;height:20vh;min-height:125px;padding:10px;background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:10px}#analytics .header .box .title{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:40px}#analytics .header .box .title select{border:none;outline:none;background:var(--clr-white);color:var(--clr-black)}#analytics .header .box .stats{display:flex;align-items:center;gap:20px;width:100%;min-height:40px}#analytics .header .box .stats small{padding:5px 10px;border-radius:25px;font-weight:700}#analytics .header .box .stats small.loss{background:#f8d7da;color:#b00020}#analytics .header .box .stats small.profit{background:#d0e7ff;color:#0d47a1}#analytics .header .box .progress{display:flex;justify-content:flex-start;align-items:center;width:100%;height:4px;margin:auto;box-shadow:var(--shadow-accentInner);border-radius:5px;overflow:hidden}#analytics .header .box .progress .bar{width:80%;height:100%;background:var(--gradient-leftRight);border-radius:5px}#analytics .body{display:flex;flex-direction:column;width:100%;gap:25px;padding-bottom:50px;background:var(--clr-background)}#analytics .body .top{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:400px;gap:25px;padding:0 25px}#analytics .body .top .box{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:100%;height:600px;min-height:fit-content;max-height:600px;padding:0 10px 10px;background:var(--clr-white);border-radius:10px;border:1px solid var(--clr-accent)}#analytics .body .top .box .title{width:100%;min-height:50px;display:flex;justify-content:space-between;background:var(--clr-white)}#analytics .body .top .box .title .filters{border-left:1px solid var(--clr-accent);border-bottom:none;border-top:none;padding-right:0}#analytics .body .top .box .title .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#analytics .body .top .box .title .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#analytics .body .top .box .title .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:transparent}#analytics .body .top .box .title .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:120px;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#analytics .body .top .box .title .filters .filter-box{width:100%}#analytics .body .top .box .title .filter-box select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#analytics .body .top .box .title .filter-box #propertyTimeFrame{display:flex;justify-content:center;align-items:center;height:100%;width:100%;min-width:125px;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#analytics .body .top .box .title .filter-box select:hover,#analytics .body .top .box .title .filter-box select:active{color:var(--clr-primary)}#analytics .body .top .box .tabs{display:flex;justify-content:center;overflow:hidden;margin:0 auto 10px;width:100%}#analytics .body .top .box .tab{flex:1;padding:12px;font-size:14px;text-align:center;background-color:var(--clr-white);border:1px solid var(--clr-accent);border-radius:10px;cursor:pointer;font-weight:700;transition:.2s ease;color:var(--clr-black)}#analytics .body .top .box .tab:hover,#analytics .body .top .box .tab:active{color:var(--clr-primary)}#analytics .body .top .box .tab:first-child{border-right:1px solid transparent;border-top-right-radius:0;border-bottom-right-radius:0}#analytics .body .top .box .tab:last-child{border-left:1px solid transparent;border-top-left-radius:0;border-bottom-left-radius:0}#analytics .body .top .box .tab:first-child.active{border-color:var(--clr-primary);border-right:1px solid transparent;color:var(--clr-primary)}#analytics .body .top .box .tab:last-child.active{border-color:var(--clr-primary);border-left:1px solid transparent;color:var(--clr-primary)}#analytics .body .top .box .chart{display:none;justify-content:center;align-items:center;width:100%;height:100%;min-height:300px!important;max-height:400px!important;opacity:0;transition:.2s ease-in-out}#analytics .body .top .box .chart.active{display:flex;opacity:1}#analytics .body .top .box .chart canvas{width:100%!important;height:100%!important;min-height:300px!important;max-height:400px!important}#analytics .body .bottom{display:flex;justify-content:space-evenly;align-items:center;width:100%;min-height:300px;padding:0 25px;gap:25px}#analytics .body .bottom .box{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:300px;padding:10px;background:var(--clr-white);border-radius:10px;border:1px solid var(--clr-accent)}#analytics .body .bottom .box canvas{width:100%!important;height:100%!important;max-width:500px!important;max-height:400px!important}@media (max-width: 1132px){#analytics .header .scroll-container{justify-content:flex-start}#analytics .header .arrow{display:flex}}#properties{display:flex;flex-direction:column;height:100vh;width:100%;background:var(--clr-background);overflow-y:auto;pointer-events:all}#properties .header{width:100%;min-height:50px;display:flex;justify-content:space-between;border-bottom:1px solid var(--clr-accent);background:var(--clr-white);overflow:hidden}#properties .header .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#properties .header .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#properties .header .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:var(--clr-white)}#properties .header .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#properties .header .filter-box select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:var(--clr-white);outline:none;border:none;cursor:pointer}#properties .header .filter-box select:hover,#properties .header .filter-box select:active{color:var(--clr-primary)}#properties .body{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:25px;width:100%}#properties .body .box{display:flex;flex-direction:column;width:300px;min-width:300px;height:400px;min-height:400px;justify-content:center;align-items:center;background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:8px;margin:auto;overflow:hidden;box-shadow:var(--shadow-softBorder);z-index:var(--z-lvl0)}@media (max-width: 500px){#properties .body{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:25px;padding:25px;width:100%}}#clients{display:flex;flex-direction:column;height:100vh;width:100%;padding:25px;background:var(--clr-background);overflow-y:auto;pointer-events:all}#clients .header{width:100%;min-height:50px;display:flex;justify-content:space-between;border:1px solid var(--clr-accent);border-bottom:none;border-radius:25px 25px 0 0;background:var(--clr-white)}#clients .header .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#clients .header .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#clients .header .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:transparent}#clients .header .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#clients .header select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#clients .header .filter-box select:hover,#clients .header .filter-box select:active{color:var(--clr-primary)}#clients .body{display:flex;flex-direction:column;width:100%;flex:1;border:1px solid var(--clr-accent);border-radius:0 0 25px 25px;overflow:auto;background:var(--clr-white)}#clients .body .table-head,#clients .body .table-row{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;padding:10px;color:var(--clr-black);border:1px solid var(--clr-white);border-bottom:1px solid var(--clr-accent);transition:.4s ease-in-out}#clients .body .table-head{font-weight:600;font-size:.8rem;background:var(--gradient-coolShadow);color:var(--clr-white)}#clients .body .table-head span:last-child{min-width:fit-content;margin-right:10px}#clients .body .table-row h5{display:flex;align-items:center;padding-right:10px;width:100%;height:30px;justify-content:space-between}#clients .body .table-row p,#clients .body .table-row .invoice{width:100%;font-size:.8rem}#clients .body .table-row p i{color:var(--clr-primary);margin:0 10px}#clients .body .table-row:hover{background-color:var(--clr-background);cursor:pointer}#clients .body .status-badge{display:inline-flex;align-items:center;gap:6px;min-width:75px!important;padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:600;min-width:90px;justify-content:center;text-transform:capitalize}#clients .body .status-confirmed{background-color:#fcc;color:#7c0000;min-width:70px}#clients .body .status-pending{background-color:#ffe5b4;color:#8b4513;min-width:70px}#clients .body .status-completed{background-color:#d4edda;color:#155724;min-width:70px}#clients .body .icon{display:flex;justify-content:center;align-items:center;padding:10px;text-align:center;margin:auto;border:1px solid var(--clr-accent);color:var(--clr-black);border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:.2s ease-in-out}#clients .body .icon:hover{border-color:var(--clr-primary);color:var(--clr-primary)}#maintenance{display:flex;flex-direction:column;height:100vh;width:100%;padding:25px;background:var(--clr-background);overflow-y:auto;pointer-events:all}#maintenance .header{width:100%;min-height:50px;display:flex;justify-content:space-between;border:1px solid var(--clr-accent);border-bottom:none;border-radius:25px 25px 0 0;background:var(--clr-white);overflow:hidden}#maintenance .header .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#maintenance .header .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#maintenance .header .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:var(--clr-white)}#maintenance .header .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#maintenance .header select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:var(--clr-white);outline:none;border:none;cursor:pointer}#maintenance .header .filter-box select:hover,#maintenance .header .filter-box select:active{color:var(--clr-primary)}#maintenance .body{display:flex;flex-direction:column;width:100%;flex:1;border:1px solid var(--clr-accent);border-radius:0 0 25px 25px;overflow:hidden;background:var(--clr-white)}#maintenance .body .table-row{display:grid;grid-template-columns:50px 1fr 25px;align-items:center;padding:10px;color:var(--clr-black);border:1px solid var(--clr-white);border-bottom:1px solid var(--clr-accent);transition:.4s ease-in-out}#maintenance .body .table-row h5{display:flex;align-items:center;width:100%;height:30px;justify-content:space-between}#maintenance .body .table-row p,#maintenance .body .table-row .invoice{width:100%;font-size:.8rem}#maintenance .body .table-row p i{color:var(--clr-primary);margin:0 10px}#maintenance .body .table-row:hover{background-color:var(--clr-background);cursor:pointer}#maintenance .body .status-badge{display:inline-flex;align-items:center;gap:6px;min-width:75px!important;padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:600;min-width:90px;justify-content:center;text-transform:capitalize}#maintenance .body .status-in-progress{background-color:#fcc;color:#7c0000;min-width:70px}#maintenance .body .status-pending{background-color:#ffe5b4;color:#8b4513;min-width:70px}#maintenance .body .status-resolved{background-color:#d4edda;color:#155724;min-width:70px}#maintenance .body .icon{margin:auto;text-align:center;color:var(--clr-black);border-radius:.375rem;cursor:pointer;font-size:1rem;transition:.2s ease-in-out}#maintenance .body .icon:hover{border-color:var(--clr-primary);color:var(--clr-primary)}#chat{display:flex;flex-direction:column;height:100vh;width:100%;padding:0 25px 25px;background:var(--clr-background);overflow-y:auto;pointer-events:all}#chat .header{display:flex;width:100%;flex-direction:column;z-index:var(--z-lvl1);align-items:flex-end;justify-content:center;padding:-15px}#chat .header .status-control{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:5px}#chat .header .status-select{padding:5px 10px;border-radius:6px;border:1px solid var(--clr-accent)}#chat .header button{display:flex;width:fit-content;justify-content:center;align-items:center;font-size:1.3rem;background:transparent;border:none;color:var(--clr-black);transition:.3s ease-in-out}#chat .header button:hover{color:var(--clr-primary)}#chat .body{display:flex;position:absolute;top:50px;left:0;right:0;flex-direction:column;width:100%;height:calc(100vh - 100px);overflow-y:auto;padding:25px 25px 70px;gap:25px}#chat .body .message{display:flex;flex-direction:column;min-height:fit-content;width:75%;flex:1;padding:25px;color:var(--clr-white);border:1px solid var(--clr-accent);border-radius:10px;overflow:hidden;background:var(--clr-white)}#chat .body .message.sent{background:var(--clr-primary);color:var(--clr-white);align-self:flex-end}#chat .body .message-header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:20px}#chat .body .message-header .avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 2px 4px #0000001a}#chat .body .message-header .user-info{flex-grow:1}#chat .body .message-header .name{display:block;font-weight:600;font-size:17px;color:var(--clr-black)}#chat .body .message-header .meta,#chat .body .message-header .time{font-size:13px;color:var(--clr-secondary)}#chat .body .message.sent .message-header .meta,#chat .body .message.sent .message-header .time{font-size:13px;color:var(--clr-white)}#chat .body .title{font-size:20px;font-weight:700;color:var(--clr-primary);margin:10px 0 20px}#chat .body .message-body{font-size:15px;color:var(--clr-black);line-height:1.7;margin-bottom:25px}#chat .body .message-body p{margin-bottom:12px}#chat .body .media{display:flex;gap:12px;flex-wrap:wrap}#chat .body .media img{width:110px;height:85px;object-fit:cover;border-radius:8px;transition:transform .2s}#chat .body .media img:hover{transform:scale(1.05)}#chat .fader-div{position:absolute;bottom:0;left:0;right:0;width:100%;min-height:150px;padding:25px;background:var(--clr-background);opacity:.5;z-index:9999;border-radius:10px}#chat .body .pdf-thumb{display:inline-flex;align-items:center;justify-content:center;width:110px;height:85px;background-color:var(--clr-accent);color:var(--clr-primary);font-size:.75rem;font-weight:700;text-align:center;text-decoration:none;border-radius:8px;transition:background-color .2s;padding:5px;overflow:hidden}#chat .body .pdf-thumb span{white-space:normal;overflow-wrap:break-word;text-overflow:ellipsis;max-height:3.6em;line-height:1.2em}#chat .body .pdf-thumb:hover{background-color:var(--clr-secondary);color:var(--clr-white)}#chat .footer{display:flex;position:absolute;flex-direction:column;bottom:10px;left:0;right:0;width:100%;gap:10px;align-items:flex-end;padding:20px 25px;background-color:transparent;z-index:99999}#chat .footer .input-row{display:flex;width:100%;gap:10px;align-items:flex-end}#chat .footer textarea{flex:1;resize:none;padding:12px 14px;font-size:14px;line-height:1.4;color:var(--clr-black);border:1px solid var(--clr-accent);border-radius:10px;font-family:inherit;background-color:var(--clr-white);transition:border-color .2s,box-shadow .2s}#chat .footer textarea:focus{border-color:var(--clr-primary);box-shadow:0 0 0 2px #0056d626;outline:none}#chat .footer .send-btn{padding:10px 18px;background-color:var(--clr-primary);color:var(--clr-white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}#chat .footer .send-btn:hover{background-color:var(--clr-secondary)}#chat .footer .attach-btn{font-size:20px;cursor:pointer;color:var(--clr-primary);transition:color .2s}#chat .footer .attach-btn:hover{color:var(--clr-secondary)}#chat .footer .file-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}#chat .footer .file-item{display:flex;align-items:center;gap:5px;padding:6px;background:#f2f2f2;border-radius:6px;font-size:14px}#chat .footer .file-item .thumb{width:60px;height:60px;object-fit:cover;border-radius:4px}#chat .footer .file-info{padding:4px 8px;font-size:13px;background:#e0e0e0;border-radius:4px}#cleaning{display:flex;flex-direction:column;height:100vh;width:100%;padding:25px;background:var(--clr-background);overflow-y:auto;pointer-events:all}#cleaning .header{width:100%;min-height:50px;display:flex;justify-content:space-between;border:1px solid var(--clr-accent);border-bottom:none;border-radius:25px 25px 0 0;background:var(--clr-white);overflow:hidden}#cleaning .header .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#cleaning .header .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#cleaning .header .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:var(--clr-white)}#cleaning .header .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#cleaning .header select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:var(--clr-white);outline:none;border:none;cursor:pointer}#cleaning .header .filter-box select:hover,#cleaning .header .filter-box select:active{color:var(--clr-primary)}#cleaning .body{display:flex;flex-direction:column;width:100%;flex:1;border:1px solid var(--clr-accent);border-radius:0 0 25px 25px;overflow:hidden;background:var(--clr-white)}#cleaning .body .table-row{display:grid;grid-template-columns:50px 1fr 25px;align-items:center;padding:10px;color:var(--clr-black);border:1px solid var(--clr-white);border-bottom:1px solid var(--clr-accent);transition:.4s ease-in-out}@keyframes highlightPulse{0%,to{background-color:transparent;border:1px solid var(--clr-white);border-bottom:1px solid var(--clr-accent)}50%{background:var(--clr-background);border:1px solid var(--clr-primary)}}.table-row.highlight{animation:highlightPulse .6s ease-in-out 4}#cleaning .body .table-row h5{display:flex;align-items:center;width:100%;height:30px;justify-content:space-between}#cleaning .body .table-row p,#cleaning .body .table-row .invoice{width:100%;font-size:.8rem}#cleaning .body .table-row p i{color:var(--clr-primary);margin:0 10px}#cleaning .body .table-row:hover{background-color:var(--clr-background);cursor:pointer}#cleaning .body .status-badge{display:inline-flex;align-items:center;gap:6px;min-width:75px!important;padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:600;min-width:90px;justify-content:center;text-transform:capitalize}#cleaning .body .status-in-progress{background-color:#fcc;color:#7c0000;min-width:70px}#cleaning .body .status-pending{background-color:#ffe5b4;color:#8b4513;min-width:70px}#cleaning .body .status-resolved{background-color:#d4edda;color:#155724;min-width:70px}#cleaning .body .icon{margin:auto;text-align:center;color:var(--clr-black);border-radius:.375rem;cursor:pointer;font-size:1rem;transition:.2s ease-in-out}#cleaning .body .icon:hover{border-color:var(--clr-primary);color:var(--clr-primary)}@media (max-width: 600px){#invoices .body .top{flex-direction:column;align-items:stretch}#invoices .body .top .filters{flex-direction:row!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;padding:0!important;width:100%!important;border-top:1px solid var(--clr-accent)!important}#invoices .body .top .search-box{width:100%}#bookings .header,#clients .header{flex-direction:column;align-items:stretch}.filters{flex-direction:row!important;display:grid!important;grid-template-columns:repeat(2,1fr);padding:0!important;width:100%!important;border-top:1px solid var(--clr-accent)!important}#bookings .header .search-box{width:100%}#properties .header,#cleaning .header,#maintenance .header{flex-direction:column;align-items:stretch}}*{margin:0;padding:0;box-sizing:border-box;list-style:none;font-family:Inter,sans-serif;text-decoration:none;overscroll-behavior:none;scroll-behavior:smooth;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}*::-webkit-scrollbar{display:none;scroll-behavior:smooth}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px white inset;box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#000}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:none;appearance:none}input[type=file]{opacity:0}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{display:none}input[type=date],input[type=time]{-webkit-appearance:none;-moz-appearance:none;appearance:none}:root{--clr-black: #170505;--clr-white: #ffffff;--clr-primary: #be2626;--clr-secondary: #7c0000;--clr-accent: #d3d0cf;--clr-background: #F9FAFB;--gradient-upDown: linear-gradient(to bottom, var(--clr-secondary) 5%, var(--clr-primary) 95%);--gradient-leftRight: linear-gradient(to right, var(--clr-secondary) 0%, var(--clr-primary) 70%);--gradient-diagonal: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary) 100%);--gradient-radial: radial-gradient(circle, var(--clr-primary) 10%, var(--clr-secondary));--gradient-darkFade: linear-gradient(to bottom, var(--clr-primary), var(--clr-black) 80%);--gradient-softGlow: linear-gradient(to bottom, var(--clr-accent), var(--clr-white) 100%);--gradient-accentprimary: linear-gradient(to right, var(--clr-accent) 30%, var(--clr-primary) 70%);--gradient-coolShadow: linear-gradient(to bottom left, var(--clr-primary) 10%, var(--clr-secondary));--shadow-soft: 0 4px 8px rgba(54, 65, 86, .2);--shadow-deep: 0 6px 16px rgba(4, 3, 22, .4);--shadow-lightGlow: 0 0 8px rgba(251, 251, 254, .3);--shadow-primaryGlow: 0 0 10px rgba(1, 22, 56, .5);--shadow-accentInner: inset 0 2px 5px rgba(54, 65, 86, .3);--shadow-elevated: 0 8px 24px rgba(1, 22, 56, .3);--shadow-softBorder: 0 0 6px rgba(205, 205, 205, .5);--z-lvl0: 0;--z-lvl1: 1;--z-lvl2: 10;--z-lvl3: 100;--z-lvl4: 1000;--z-lvl5: 10000;--z-loader: 100000}.dark-mode{--clr-black: #f3ebeb;--clr-white: #1a1a1a;--clr-primary: #ff4c4c;--clr-secondary: #a30000;--clr-accent: #444040;--clr-background: #121212;--gradient-upDown: linear-gradient(to bottom, var(--clr-secondary) 5%, var(--clr-primary) 95%);--gradient-leftRight: linear-gradient(to right, var(--clr-secondary) 0%, var(--clr-primary) 70%);--gradient-diagonal: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary) 100%);--gradient-radial: radial-gradient(circle, var(--clr-primary) 10%, var(--clr-secondary));--gradient-darkFade: linear-gradient(to bottom, var(--clr-primary), #000000 90%);--gradient-softGlow: linear-gradient(to bottom, var(--clr-accent), #111111 100%);--gradient-accentprimary: linear-gradient(to right, var(--clr-accent) 20%, var(--clr-primary) 80%);--gradient-coolShadow: linear-gradient(to bottom left, var(--clr-primary) 10%, #1a0000);--shadow-soft: 0 4px 8px rgba(0, 0, 0, .6);--shadow-deep: 0 6px 20px rgba(0, 0, 0, .8);--shadow-lightGlow: 0 0 6px rgba(255, 255, 255, .05);--shadow-primaryGlow: 0 0 12px rgba(255, 76, 76, .4);--shadow-accentInner: inset 0 2px 5px rgba(50, 50, 50, .3);--shadow-elevated: 0 10px 28px rgba(0, 0, 0, .7);--shadow-softBorder: 0 0 4px rgba(255, 255, 255, .07)}html{font-size:100%}h1,h2,h3,h4,h5{font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3,p{font-size:1rem}html,body{width:100%;height:100%;overflow:hidden;background:var(--clr-background);color:var(--clr-black)}body{display:flex;flex-direction:column;overflow:hidden}.loader{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--clr-background);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;justify-content:center;align-items:center;z-index:99999;opacity:1;transition:opacity .5s ease-in-out}.spinner{width:50px;height:50px;border:6px solid var(--clr-black);border-top:6px solid var(--clr-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-out{opacity:0;transition:opacity .5s ease-in-out}.hidden{display:none}header{display:flex;justify-content:flex-start;align-items:center;gap:5px;height:50px;width:100%;background:var(--clr-white);border-bottom:1px solid var(--clr-accent)}header .pagination{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100px;min-width:fit-content;gap:10px}header .pagination .text{display:flex;justify-content:flex-start;align-items:center;gap:5px;height:100%;width:100%;min-width:fit-content;font-weight:700;padding:0 5px 0 10px;border-left:1px solid var(--clr-accent);cursor:pointer}@media (max-width: 550px){header .pagination:has(.text:nth-child(2)) .text:first-child{display:none}}header .pagination .text:hover,header .pagination .text:active{color:var(--clr-primary)}header .btns{display:flex;margin-left:auto;justify-content:center;align-items:center;gap:10px;margin-right:10px}header .btns .edit-icon{font-size:1.3rem;cursor:pointer}header .btns .edit-icon:hover{color:var(--clr-primary);transition:.3s ease-in-out}header button{position:relative;display:flex;justify-content:center;align-items:center;gap:5px;padding:10px 15px;min-width:fit-content;gap:10px;border-radius:8px;font-size:.8rem;font-weight:700!important;border:none;margin-right:10px;color:#fff;background:var(--gradient-leftRight);cursor:pointer;transition:.2s ease-in-out}header button:not(header .btns button){margin-left:auto}header button:hover,header button:active{background:var(--clr-white);color:var(--clr-primary);box-shadow:none}header .menu-toggle{display:flex;justify-content:center;align-items:center;height:50px;width:50px;min-width:50px;font-size:1.3rem;cursor:pointer}header .menu-toggle:hover,header .menu-toggle:active{color:var(--clr-primary)}body .overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:none;align-items:center;justify-content:center;z-index:var(--z-lvl5)}body .overlay.active{display:flex}body .overlay .popup{background:var(--clr-white);padding:2rem;border-radius:12px;width:500px;max-width:95%;max-height:75%;overflow-y:scroll;position:relative}body .overlay .popup h2{margin-top:0;font-size:1.5rem;border-bottom:2px solid #ddd;padding-bottom:.5rem;margin-bottom:.7rem}body .overlay .popup .tabs{display:flex;margin-bottom:1rem}body .overlay .popup .tab-btn{flex:1;padding:.75rem;cursor:pointer;border:none;background:#eee;font-weight:700;transition:background .3s}body .overlay .popup .tab-btn.active{background:var(--clr-primary);color:var(--clr-white)}body .overlay .popup .tab-content{display:none}body .overlay .popup .tab-content.active{display:block}body .overlay .popup label{display:block;margin:.5rem 0 .25rem}body .overlay .popup input,body .overlay .popup textarea,body .overlay .popup select{width:100%;padding:.6rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px}body .overlay .popup #property textarea{min-height:300px}body .overlay .popup form .input-error::placeholder{color:red!important}body .overlay .popup form #pdfInputRow{display:flex;gap:10px;align-items:center;margin-bottom:1rem;flex-wrap:wrap}body .overlay .popup form #pdfInputRow .upper{display:flex;width:100%;justify-content:space-between;align-items:center}body .overlay .popup form #pdfInputRow .upper li{display:flex;flex-direction:column;width:100%;max-width:50%;height:60px;min-height:60px;align-items:flex-start;justify-content:space-between}body .overlay .popup form #pdfInputRow .upper .preview{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding-right:15px;gap:10px}body .overlay .popup form #pdfInputRow .upper label:first-child{padding-top:0;margin-top:0}body .overlay .popup form #pdfInputRow .upper #selectedPdfName{display:block;overflow:hidden;min-width:70%;max-width:70%}body .overlay .popup form #pdfInputRow .upper #pdfExpiryInput{margin:0}.add-file-btn{background-color:var(--clr-primary);color:#fff;font-size:1rem;text-align:center;border:none;padding:5px;border-radius:6px;cursor:pointer}body .overlay .popup form #pdfInputRow .lower{display:flex;width:100%;justify-content:flex-end;align-items:center}.plus-btn{background-color:var(--clr-accent);color:#fff;font-size:1.25rem;border:none;border-radius:50%;width:32px;height:32px;line-height:32px;text-align:center;cursor:pointer}.plus-btn:hover{background:var(--clr-primary);transition:.3s ease-in-out}.file-preview{margin-top:5px;font-size:13px;color:#555}.file-preview-list{margin-top:5px;margin-bottom:10px;font-size:13px;color:#555}.file-preview-list li{margin-bottom:4px}.dropzone{border:2px dashed var(--clr-accent);border-radius:10px;padding:40px 20px;text-align:center;cursor:pointer;transition:border-color .3s;position:relative}.dropzone:hover{border-color:var(--clr-primary)}.dropzone i{font-size:48px;color:var(--clr-accent)}.dropzone p{margin-top:10px;color:var(--clr-accent);font-weight:500;font-size:16px}.dropzone.dragover{border-color:var(--clr-primary);background-color:var(--clr-white)}body .overlay .popup .btn{background:var(--clr-primary);color:var(--clr-white);padding:.75rem 1rem;border:none;border-radius:8px;cursor:pointer;width:100%;font-weight:700}body .overlay .popup .close-btn{position:absolute;color:var(--clr-black);top:12px;right:16px;background:transparent;border:none;font-size:1.2rem;cursor:pointer}body .overlay .popup .top{width:100%;display:flex;position:absolute;bottom:-3px;left:0;right:0;padding:2rem 1rem;justify-content:space-between;justify-self:center;align-self:center;align-items:center;color:var(--clr-black)}body .overlay .popup .top .span{cursor:pointer;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:5px;transition:.2s ease}body .overlay .popup .top .span:hover{transform:scale(1.05);color:var(--clr-primary);text-shadow:var(--shadow-soft)}#pdfUploadForm{max-height:80%}#submitPdfUploads{cursor:pointer;position:absolute;bottom:0;margin-bottom:50px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:5px;transition:.2s ease}#submitPdfUploads:hover{transform:scale(1.05);color:var(--clr-primary);text-shadow:var(--shadow-soft)}body .overlay .popup #messageImagesPreview{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;max-height:250px;gap:5px;overflow-x:auto}body .overlay .popup #messageImagesPreview li{display:flex;min-width:10%;max-height:50px;overflow-x:auto}body .overlay .popup #messageImagesPreview li img{width:100%;height:100%;object-fit:contain}body .overlay .popup form{width:100%;margin-top:30px}body .overlay .popup .box{display:none;height:460px;max-height:460px;flex-direction:column;gap:15px;opacity:0;transform:translateY(10px);transition:.3s ease;overflow-y:scroll}body .overlay .popup .box.active{display:block;opacity:1;transform:translateY(0)}body .overlay .popup .bottom{margin-top:30px;display:flex;justify-content:center;align-items:center;gap:20px}body .overlay .popup .bottom li{text-align:center;color:var(--clr-primary);opacity:.6;transition:.2s ease}body .overlay .popup .bottom li.active{opacity:1}body .overlay .popup .bottom li .icon{margin:0 auto;width:10px;height:10px;border:3px solid var(--clr-primary);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem}body .overlay .popup .bottom li.active .icon{background:var(--clr-primary);color:var(--clr-white);box-shadow:var(--shadow-primaryGlow)}body .overlay .popup .bottom li span{display:block;margin-top:5px;font-size:.8rem;font-weight:700}body button.open-popup{margin:2rem;padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;background-color:var(--clr-primary);color:var(--clr-white);border:none;cursor:pointer}.action-popup{position:absolute;background:var(--clr-white);border:1px solid var(--clr-accent);box-shadow:0 2px 8px #00000026;border-radius:8px;padding:10px;z-index:1000;min-width:fit-content;width:150px;display:flex;flex-direction:column;animation:fadeIn .2s ease-in-out}.action-popup button,.action-popup a{background:none;border:none;padding:8px 0;width:100%;text-align:left;font-size:.85rem;color:var(--clr-black);cursor:pointer}.action-popup button:hover,.action-popup a:hover{background:var(--clr-background);color:var(--clr-primary)}.action-popup button.change-status-btn{background:none;border:none;padding:8px 0;width:100%;text-align:left;font-size:.85rem;color:var(--clr-black);cursor:pointer}.action-popup button.change-status-btn:hover{background:var(--clr-background)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.property-card{display:flex;flex-direction:column;width:300px;min-width:300px;background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:8px;margin:auto;overflow:hidden;box-shadow:var(--shadow-softBorder);z-index:var(--z-lvl0);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.property-card.empty{min-height:400px}.property-card:hover{transform:translateY(-5px) scale(1.02);border-color:var(--clr-primary);box-shadow:var(--shadow-soft)}.property-card:hover .view-link,.property-card .view-link:hover{text-decoration:underline;text-underline-offset:4px}.property-card img{width:100%;max-height:200px;aspect-ratio:4/3;object-fit:cover}.property-card.empty img{height:300px;max-height:300px;margin-bottom:10px}.property-card .card-body{display:flex;flex-direction:column;padding:16px;flex:1}.property-card .card-header{margin-bottom:8px}.property-card .card-title{font-size:1.125rem;font-weight:600;color:var(--clr-black)}.property-card .card-subtitle{font-size:.875rem;color:var(--clr-black);opacity:.5;margin-top:4px}.property-card .card-features{display:flex;gap:8px;margin:12px 0;flex-wrap:wrap}.property-card .feature{background:var(--clr-primary);padding:4px 8px;border-radius:4px;font-size:.75rem;color:var(--clr-white)}.property-card .card-info{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:.75rem;color:#999}.property-card .badge{background:#d0e7ff;color:#0d47a1;padding:4px 8px;border-radius:4px}.property-card .updated{margin:0 8px}.property-card .view-link{color:var(--clr-primary);font-weight:700;text-decoration:none}.property-card .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid var(--clr-accent)}.property-card .stat{text-align:center}.property-card .stat .value{font-size:1rem;font-weight:600}.property-card .stat .label{font-size:.625rem;color:var(--clr-black);margin-top:2px;opacity:.5;font-style:italic}#propertyProfile{display:flex;flex-direction:column;padding:30px;height:100vh;width:100%;background:var(--clr-background);overflow-y:auto;pointer-events:all}#propertyProfile .header{display:flex;flex-wrap:wrap;gap:30px;background:var(--clr-background);margin-bottom:25px;align-items:stretch}#propertyProfile .header .main-img,#propertyProfile .header .info-box{flex:1 1 48%;max-width:48%;display:flex;flex-direction:column}@media (max-width: 807px){#propertyProfile .header .main-img,#propertyProfile .header .info-box{flex:1 1 100%;max-width:100%;min-height:fit-content}}#propertyProfile .header .main-img{position:relative;display:flex;flex-direction:column;gap:15px;border-radius:12px;overflow:hidden;background:var(--clr-background);align-items:stretch;justify-content:space-between}#propertyProfile .header .main-img img{width:100%;height:auto;object-fit:cover;border:1px solid var(--clr-accent);border-radius:12px;aspect-ratio:4 / 3;background:var(--clr-white);transition:transform .4s ease-in-out}#propertyProfile .header .main-img img:not(.thumbs img):hover{transform:scale(1.02)}#propertyProfile .header .thumbs{display:flex;height:77px;gap:8px;overflow-x:auto;padding:8px 0;scrollbar-width:thin;scrollbar-color:var(--clr-accent) transparent}#propertyProfile .header .info-box .thumbs{max-width:fit-content}#propertyProfile .header .thumbs::-webkit-scrollbar{height:5px}#propertyProfile .header .thumbs::-webkit-scrollbar-thumb{background:var(--clr-accent);border-radius:10px}#propertyProfile .header .thumbs img{flex:0 0 auto;width:70px;height:50px;border-radius:6px;object-fit:cover;cursor:pointer;opacity:.75;border:2px solid transparent;transition:all .2s ease}#propertyProfile .header .thumbs img:hover,#propertyProfile .header .thumbs img.active{opacity:1;border-color:var(--clr-primary)}#propertyProfile .header .info-box .thumbs button{position:relative;display:flex;height:35px;justify-content:center;align-self:center;align-items:center;gap:5px;padding:10px 15px;min-width:fit-content;gap:10px;border-radius:8px;font-size:.8rem;font-weight:700!important;border:none;margin-left:auto;margin-right:10px;color:#fff;background:var(--gradient-leftRight);cursor:pointer;transition:.2s ease-in-out}#propertyProfile .header .thumbs button:hover,#propertyProfile .header .thumbs button:active{background:var(--clr-white);color:var(--clr-primary);box-shadow:none}#propertyProfile .header .info-box{display:flex;flex-direction:column;gap:15px}#propertyProfile .header .info-box #descriptionText{overflow-y:auto}#propertyProfile .header .info-box h2{margin:0;color:var(--clr-black);font-size:24px}#propertyProfile .header .info-box .map{width:100%;height:160px;border-radius:10px;background:var(--clr-background);margin-top:10px}#propertyProfile .header .info-box .balance{font-size:22px;font-weight:700;color:var(--clr-primary)}.editable-title,.editable-address,.editable-price{font-size:24px;font-weight:700;color:var(--clr-black);background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:8px;padding:6px 12px;width:100%}.editable-description{font-size:16px;color:var(--clr-black);background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:8px;padding:8px 12px;width:100%;min-height:80px;resize:vertical}.editable-thumb{position:relative;display:inline-block;width:70px;height:50px;border-radius:6px;overflow:hidden}.editable-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.editable-thumb .delete-thumb{position:absolute;top:2px;right:2px;background:#0009;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:2}.add-image-thumb{width:70px;height:50px;background:var(--clr-white);border:2px dashed var(--clr-accent);border-radius:6px;color:var(--clr-accent);font-size:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;position:relative}.add-image-thumb:hover{border-color:var(--clr-primary);color:var(--clr-primary)}.add-image-thumb input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}#propertyProfile .header .info-box .btn{padding:10px 18px;font-size:15px;border-radius:6px;border:none;cursor:pointer;transition:background .3s ease,color .3s ease}#propertyProfile .header .info-box .btn-primary{background:var(--clr-primary);color:var(--clr-white)}#propertyProfile .header .info-box .btn-secondary{background:var(--clr-background);border:1px solid var(--clr-accent);color:var(--clr-black)}#propertyProfile .body .tabs{display:flex;justify-content:center;overflow:hidden;margin:25px 0;gap:0}#propertyProfile .body .tabs .tab{flex:1;padding:12px;font-size:14px;text-align:center;background-color:var(--clr-white);border-top:1px solid var(--clr-accent);border-bottom:1px solid var(--clr-accent);border-left:none;border-right:none;cursor:pointer;font-weight:700;transition:.2s ease-in-out;color:var(--clr-black)}#propertyProfile .body .tabs .tab:last-child{border-right:1px solid var(--clr-accent)}#propertyProfile .body .tabs .tab:hover,#propertyProfile .body .tabs .tab:active{color:var(--clr-primary)}#propertyProfile .body .tabs .tab:first-child{border-radius:10px 0 0 10px;border-left:1px solid var(--clr-accent)}#propertyProfile .body .tabs .tab:last-child{border-radius:0 10px 10px 0}#propertyProfile .body .tabs .tab.active{border-color:var(--clr-primary);color:var(--clr-primary);z-index:1;position:relative}#propertyProfile .body .tabs .tab:first-child.active{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}#propertyProfile .body .tabs .tab:last-child.active{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}#propertyProfile .body .top{width:100%;min-height:50px;display:flex;justify-content:space-between;border:1px solid var(--clr-accent);border-radius:25px 25px 0 0;background:var(--clr-white)}#propertyProfile .body .top .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#propertyProfile .body .top .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#propertyProfile .body .top .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:transparent}#propertyProfile .body .top .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:120px;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#propertyProfile .body .top .filters .filter-box{width:100%}#propertyProfile .body .top .filter-box select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#propertyProfile .body .top .filter-box #propertyTimeFrame{display:flex;justify-content:center;align-items:center;height:100%;width:100%;min-width:125px;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#propertyProfile .body .top .filter-box select:hover,#propertyProfile .body .top .filter-box select:active{color:var(--clr-primary)}#propertyProfile .body .bottom{display:flex;flex-direction:column;width:100%;min-height:60vh;flex:1;border:1px solid var(--clr-accent);border-radius:0 0 25px 25px;background:var(--clr-white);overflow:hidden}#propertyProfile .body .bottom.active{display:flex;opacity:1;transition:.3s ease-in-out}#propertyProfile .body .bottom .table-head,#propertyProfile .body .bottom .table-row{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;padding:10px;color:var(--clr-black);border-bottom:1px solid var(--clr-accent);transition:.2s ease-in-out;overflow:hidden}#propertyProfile .body .bottom .table-row:last-child{display:flex;border-bottom:none!important;height:0;max-height:0px;min-height:0px;padding:0!important}#propertyProfile .body #fileList .table-row.empty{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;padding:10px;color:var(--clr-black);border-bottom:1px solid var(--clr-accent);transition:.2s ease-in-out;overflow:hidden}#propertyProfile .body #fileList .table-head,#propertyProfile .body #fileList .table-row{display:grid;grid-template-columns:1fr 50px;align-items:center;padding:10px;border-bottom:1px solid var(--clr-accent);transition:.2s ease-in-out;overflow:hidden}#propertyProfile .body #fileList .table-row .ri-file-pdf-fill{margin:0}#propertyProfile .body .bottom .table-head{font-weight:600;font-size:.8rem;background:var(--gradient-coolShadow);color:#fff}#propertyProfile .body .bottom .table-row h5{display:flex;align-items:center;justify-content:space-between;padding-right:25px;font-size:.9rem}#propertyProfile .body #fileList .table-row h5{display:flex;align-items:center;justify-content:flex-start;padding-right:25px;font-size:.9rem;margin-bottom:5px}#propertyProfile .body #fileList .table-row h5 i{margin-left:10px;color:#0d47a1}#propertyProfile .body .bottom .table-row p,#propertyProfile .body .bottom .table-row .invoice{width:100%;font-size:.8rem}#propertyProfile .body .bottom .table-row p i{color:var(--clr-primary);margin:0 10px}#propertyProfile .body .bottom .table-row:hover{background-color:var(--clr-background);cursor:pointer}#propertyProfile .body .bottom .status-badge{display:inline-block;text-align:center;align-self:center;padding:3px 6px;border-radius:50px;font-size:.75rem;font-weight:500;min-width:70px}#propertyProfile .body .bottom .status-overdue{background-color:#fee2e2;color:#991b1b}#propertyProfile .body .bottom .status-pending{background-color:#fef3c7;color:#92400e}#propertyProfile .body .bottom .status-confirmed,#propertyProfile .body .bottom .status-paid{background-color:#d1fae5;color:#065f46}#propertyProfile .body .bottom .status-completed{background-color:var(--clr-accent);color:var(--clr-black)}#propertyProfile .body .bottom .icon{padding:10px 5px;text-align:center;border:1px solid var(--clr-accent);color:var(--clr-black);border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:.2s ease-in-out}#propertyProfile .body .bottom .icon:hover{border-color:var(--clr-primary);color:var(--clr-primary)}#propertyProfile .body .bottom .dropdown-menu{opacity:0;max-height:0;overflow:hidden;pointer-events:none;transition:max-height .3s ease-in-out;position:absolute;top:90%;right:15px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;min-width:150px;padding:8px 0}#propertyProfile .body .bottom .dropdown-menu.active{opacity:1;max-height:200px;pointer-events:auto}#propertyProfile .body .bottom .dropdown-menu ul{list-style:none;margin:0;padding:0}#propertyProfile .body .bottom .dropdown-menu li{font-size:.8rem;padding:5px 8px;cursor:pointer;transition:background .2s ease-in-out}#propertyProfile .body .bottom .dropdown-menu li:hover{background:#f5f5f5}#propertyProfile .body .bottom .icon-wrapper{position:relative;display:inline-block}#propertyProfile .body .lower{display:none;flex-direction:column;gap:20px;overflow-y:auto;opacity:0;transition:opacity .3s ease-in-out}#propertyProfile .body .lower.active{display:block;opacity:1}#propertyProfile .body .charts{display:flex;flex-direction:column;width:100%;min-height:60vh;flex:1;padding:10px;border:1px solid var(--clr-accent);border-radius:25px;background:var(--clr-white)}#propertyProfile .body .lower .chart canvas{width:100%!important;height:40vh!important}#propertyProfile .body .owners-tags{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}#propertyProfile .body .owners-tags .owners,#propertyProfile .body .owners-tags .tags{flex:1 1 100%}#propertyProfile .body .owners-tags .tags span{display:inline-block;background-color:var(--clr-background);color:var(--clr-primary);padding:5px 10px;border-radius:15px;margin-right:10px;font-size:14px}#notifications{display:flex;flex-direction:column;height:100vh;width:100%;background:var(--clr-background);overflow-y:auto;pointer-events:all}#notifications .header{width:100%;min-height:50px;display:flex;justify-content:space-between;border-bottom:1px solid var(--clr-accent);background:var(--clr-white);overflow:hidden}#notifications .header .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#notifications .header .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#notifications .header .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:var(--clr-white)}#notifications .header .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#notifications .header .filter-box select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:var(--clr-white);outline:none;border:none;cursor:pointer}#notifications .header .filter-box select:hover,#notifications .header .filter-box select:active{color:var(--clr-primary)}#notifications .body{flex:1;width:100%;display:flex;flex-direction:row;overflow:hidden}#notifications .notification-list{width:55%;padding:24px;background-color:var(--clr-background);border-right:1px solid var(--shadow-softBorder);overflow-y:auto}#notifications .notification{background-color:var(--clr-white);padding:16px;border-radius:10px;margin-bottom:16px;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:var(--shadow-softBorder);border:1px solid var(--clr-accent);border-left:5px solid var(--clr-accent)}#notifications .notification:hover{box-shadow:var(--shadow-soft)}#notifications .notification.unread{border-left-color:var(--clr-primary);font-weight:700}#notifications .notification.empty{display:flex;border-left-color:var(--clr-primary);font-weight:700;flex-direction:row}#notifications .notification.empty img{width:100px;height:100px;margin-right:50px}#notifications .notification.active{background-color:#ffecec;border-color:var(--clr-primary);box-shadow:var(--shadow-soft)}#notifications .notification .title{font-size:17px;margin-bottom:6px}#notifications .notification .message{font-size:14px;color:var(--clr-black);overflow:hidden}#notifications .notification .timestamp{font-size:12px;color:var(--clr-black);margin-top:10px;opacity:.4;display:block}#notifications .preview-panel{width:45%;padding:24px;background-color:var(--clr-white);border-left:1px solid var(--clr-accent);display:flex;flex-direction:column;gap:12px}#notifications #previewContent{display:flex;flex-direction:column;gap:12px;overflow-y:auto}#notifications .preview-panel h3{font-size:20px;margin-bottom:12px}#notifications #previewContent h4{font-size:18px;margin-bottom:8px}#notifications #previewContent p{font-size:15px;color:var(--clr-black)}#notifications #previewContent small{font-size:12px;color:var(--clr-black);opacity:.3}@media (max-width: 768px){#notifications{flex-direction:column;height:100vh}#notifications .body{flex-direction:column;flex:1;display:flex;height:100%}#notifications .notification-list{width:100%;height:50%;overflow-y:auto}#notifications .preview-panel{width:100%;height:50%;border-left:none;border-top:1px solid var(--clr-accent);position:relative;overflow-y:auto}#notifications .resize-handle{display:block;height:10px;width:100%;cursor:ns-resize;position:absolute;top:0;left:0;right:0;z-index:10}}#profile{display:flex;gap:40px;margin:25px;padding:25px;border-radius:25px;align-items:flex-start;border:1px solid var(--clr-accent);background:var(--clr-white);color:var(--clr-black)}#profile .header{display:flex;flex-direction:column;align-items:center;gap:25px}#profile .header .image{width:130px;height:130px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;overflow:hidden;background:#fff}#profile .header .image img{width:100%;height:100%;object-fit:cover;border-radius:50%}#profile .header .actions{display:flex;flex-direction:column;gap:10px;width:100%}#profile .header .actions .btn{display:flex;align-items:center;justify-content:center;width:150px;padding:8px 12px;font-size:14px;color:var(--clr-black);background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:6px;cursor:pointer;transition:.2s ease-in-out}#profile .header .actions .btn:hover,#profile .header .actions .btn:active{border-color:var(--clr-primary);color:var(--clr-primary)}#profile .body{flex:1;display:flex;flex-direction:column}#profile .body .tabs{display:flex;justify-content:center;margin-bottom:24px}#profile .body .tabs .tab{flex:1;padding:12px;font-size:14px;text-align:center;font-weight:700;cursor:pointer;color:var(--clr-black);background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:10px;transition:.2s ease-in-out}#profile .body .tabs .tab:hover,#profile .body .tabs .tab:active{color:var(--clr-primary)}#profile .body .tabs .tab:first-child{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}#profile .body .tabs .tab:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}#profile .body .tabs .tab.active{border-color:var(--clr-primary);color:var(--clr-primary)}#profile .body .form{display:none;flex-direction:column;gap:20px;opacity:0;transition:.3s ease-in-out}#profile .body .form.active{display:flex;opacity:1}#profile .body .form .row{display:flex;flex-wrap:wrap;gap:16px}#profile .body .form .input-box{flex:1;min-width:200px;display:flex;flex-direction:column}#profile .body .form .input-box label{margin-bottom:6px;font-size:14px;font-weight:500;color:var(--clr-black)}#profile .body .form .input-box input,#profile .body .form .input-box textarea{padding:12px;font-size:14px;color:var(--clr-black);background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:6px;resize:none}#profile .body .form .input-box input::placeholder,#profile .body .form .input-box textarea::placeholder{color:var(--clr-black)}#profile .body .form .input-box select{padding:12px;font-size:14px;color:var(--clr-black);background-color:var(--clr-white);border:1px solid var(--clr-accent);border-radius:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none}#profile .body .form .input-box select:focus{outline:none;border-color:var(--clr-primary)}#profile .body .form .input-box .btn{padding:10px 16px;font-size:14px;background-color:var(--clr-white);color:var(--clr-black);border:1px solid var(--clr-accent);border-radius:6px;cursor:pointer;transition:.2s ease;width:fit-content}#profile .body .form .input-box .btn:hover{border-color:var(--clr-primary);color:var(--clr-primary)}#profile .body .form button{align-self:flex-start;margin-top:12px;padding:10px 18px;font-size:14px;font-weight:700;color:var(--clr-white);background:var(--clr-primary);border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px}#sidebar{position:fixed;top:0;left:-300px;display:flex;justify-content:flex-start;flex-direction:column;height:100%;width:300px;background:var(--clr-white);border-right:1px solid var(--clr-secondary);box-shadow:var(--shadow-soft);padding:0 20px 25px;overflow:hidden;z-index:var(--z-lvl5);transition:.5s ease-in-out}#sidebar.active{transform:translate(300px)}#sidebar .sidebar-group .dropdown-links{display:none;flex-direction:column;padding-left:10px}#sidebar .sidebar-group.open .dropdown-links{display:flex}#sidebar .dropdown-toggle{display:flex;width:100%;align-items:center;gap:0 30px;background:transparent;color:var(--clr-black);text-decoration:none;padding:15px 25px;margin:2px 0;white-space:nowrap;border-radius:5px;border:1px solid transparent;cursor:pointer;transition:.2s ease-in-out}#sidebar .dropdown-toggle:hover{color:var(--clr-primary);border-radius:10px;border:1px solid var(--clr-primary)}#sidebar .dropdown-toggle i{transition:transform .3s}#sidebar .dropdown-toggle i:last-child{position:absolute;right:35px;justify-self:flex-end}#sidebar .sidebar-group.open .dropdown-toggle i:last-child{transform:rotate(180deg)}#sidebar .menu-toggle{display:none;justify-content:center;align-items:center;position:absolute;right:0;height:50px;min-height:50px;width:65px;min-width:65px;font-size:1.3rem;cursor:pointer;opacity:0;background:var(--clr-white);transition:.3s ease-in-out;z-index:calc(var(--z-lvl5) + 1)}#sidebar.active .menu-toggle{display:flex;opacity:1}#sidebar .menu-toggle:hover,#sidebar .menu-toggle:active{color:var(--clr-primary)}#sidebar .top{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:125px;max-height:fit-content}#sidebar .top img{width:75px;border-radius:5%;margin:0 auto;transition:.3s ease-in-out}#sidebar.active .top img{width:125px}#sidebar .top h2{font-size:1rem;letter-spacing:2px}#sidebar nav{overflow-y:auto}#sidebar nav h4{position:relative;font-weight:500;margin:5px 0;white-space:nowrap}#sidebar nav h4 span{opacity:0;transition:.3s ease-in-out}#sidebar.active nav h4 span{opacity:1}#sidebar nav h4 hr{position:absolute;left:0;top:50%;width:calc(100% - 20px);height:1px;margin-left:10px;background:var(--clr-secondary);transform:scaleX(1) translateY(-50%);transform-origin:right;transition:.3s ease-in-out}#sidebar.active nav h4 hr{transition-delay:0s;transform:scaleX(0)}#sidebar nav a,#sidebar nav .theme-toggle{display:flex;align-items:center;gap:0 30px;color:var(--clr-black);text-decoration:none;padding:15px 25px;margin:2px 0;white-space:nowrap;border-radius:5px;border:1px solid transparent;cursor:pointer;transition:.2s ease-in-out}#sidebar nav i{font-size:1.2rem}#sidebar nav a.active{color:var(--clr-primary);font-weight:500;text-shadow:var(--shadow-softBorder)}#sidebar nav a:hover,#sidebar nav a:active,#sidebar nav .theme-toggle.active,#sidebar nav .theme-toggle:hover{color:var(--clr-primary);border-radius:10px;border:1px solid var(--clr-primary)}#sidebar .notification-badge{background:var(--clr-primary);color:var(--clr-white);border-radius:50%;padding:4px 8px;font-size:12px;margin-left:6px;vertical-align:middle;display:inline-block;min-width:20px;text-align:center}#sidebar .user-profile{display:flex;align-items:center;width:calc(100% - 20px);gap:20px;margin:auto auto 0;padding:10px 0;cursor:pointer;color:var(--clr-black);text-decoration:none;border-top:1px solid var(--clr-secondary);transition:.3s ease-in-out}#sidebar.active .user-profile{width:100%;margin:auto 0 0}#sidebar .user-profile:hover{padding:10px;border-radius:10px;background:var(--clr-secondary);color:var(--clr-white)}#sidebar .user-profile img{min-width:50px;width:50px;height:50px;border-radius:50%;border:1px solid var(--clr-secondary);box-shadow:var(--shadow-soft)}#sidebar .user-profile .info{white-space:nowrap}#sidebar .user-profile .info h3{font-size:1rem;font-weight:600}#sidebar .user-profile .info small{letter-spacing:1px;font-size:.7rem}#sidebar nav .mode-label{font-size:.9rem;font-weight:500}#sidebar nav .switch{position:relative;display:inline-block;width:40px;height:20px}#sidebar nav .switch input{opacity:0;width:0;height:0}#sidebar nav .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--clr-secondary);transition:.3s;border-radius:34px}#sidebar nav .slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}#sidebar nav input:checked+.slider{background-color:var(--clr-highlight)}#sidebar nav input:checked+.slider:before{transform:translate(20px)}#clientProfile{display:flex;flex-direction:column;padding:30px;height:100vh;width:100%;background:var(--clr-background);overflow-y:auto;pointer-events:all}#clientProfile .header{display:flex;flex-wrap:wrap;gap:30px;background:var(--clr-background);margin-bottom:25px}#clientProfile .header .main-img,#clientProfile .header .info-box{flex:1 1 48%;max-width:48%}@media (max-width: 768px){#clientProfile .header .main-img,#clientProfile .header .info-box{flex:1 1 100%;max-width:100%}}#clientProfile .header .main-img{position:relative;display:flex;flex-direction:column;gap:15px;border-radius:12px;overflow:hidden;background:var(--clr-background)}#clientProfile .header .main-img img{width:100%;height:auto;object-fit:cover;border:1px solid var(--clr-accent);border-radius:12px;aspect-ratio:4 / 3;background:var(--clr-white);transition:transform .4s ease-in-out}#clientProfile .header .main-img img:not(.thumbs img):hover{transform:scale(1.02)}#clientProfile .header .main-img .thumbs{display:flex;gap:8px;overflow-x:auto;padding:8px 0;scrollbar-width:thin;scrollbar-color:var(--clr-accent) transparent}#clientProfile .header .main-img .thumbs::-webkit-scrollbar{height:5px}#clientProfile .header .main-img .thumbs::-webkit-scrollbar-thumb{background:var(--clr-accent);border-radius:10px}#clientProfile .header .main-img .thumbs img{flex:0 0 auto;width:70px;height:50px;border-radius:6px;object-fit:cover;cursor:pointer;opacity:.75;border:2px solid transparent;transition:all .2s ease}#clientProfile .header .main-img .thumbs img:hover,#clientProfile .header .main-img .thumbs img.active{opacity:1;border-color:var(--clr-primary)}#clientProfile .header .info-box{display:flex;flex-direction:column;gap:15px}#clientProfile .header .info-box h2{margin:0;color:var(--clr-black);font-size:24px}#clientProfile .header .info-box .map{width:100%;height:160px;border-radius:10px;background:var(--clr-background);margin-top:10px}#clientProfile .header .info-box .balance{font-size:22px;font-weight:700;color:var(--clr-primary)}#clientProfile .header .info-box .btn{padding:10px 18px;font-size:15px;border-radius:6px;border:none;cursor:pointer;transition:background .3s ease,color .3s ease}#clientProfile .header .info-box .btn-primary{background:var(--clr-primary);color:var(--clr-white)}#clientProfile .header .info-box .btn-secondary{background:var(--clr-background);border:1px solid var(--clr-accent);color:var(--clr-black)}#clientProfile .body .tabs{display:flex;justify-content:center;overflow:hidden;margin:25px 0;gap:0}#clientProfile .body .tabs .tab{flex:1;padding:12px;font-size:14px;text-align:center;background-color:var(--clr-white);border-top:1px solid var(--clr-accent);border-bottom:1px solid var(--clr-accent);border-left:none;border-right:none;cursor:pointer;font-weight:700;transition:.2s ease-in-out;color:var(--clr-black)}#clientProfile .body .tabs .tab:last-child{border-right:1px solid var(--clr-accent)}#clientProfile .body .tabs .tab:hover,#clientProfile .body .tabs .tab:active{color:var(--clr-primary)}#clientProfile .body .tabs .tab:first-child{border-radius:10px 0 0 10px;border-left:1px solid var(--clr-accent)}#clientProfile .body .tabs .tab:last-child{border-radius:0 10px 10px 0}#clientProfile .body .tabs .tab.active{border-color:var(--clr-primary);color:var(--clr-primary);z-index:1;position:relative}#clientProfile .body .tabs .tab:first-child.active{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}#clientProfile .body .tabs .tab:last-child.active{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}#clientProfile .body .top{width:100%;min-height:50px;display:flex;justify-content:space-between;border:1px solid var(--clr-accent);border-radius:25px 25px 0 0;background:var(--clr-white)}#clientProfile .body .top .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#clientProfile .body .top .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#clientProfile .body .top .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:transparent}#clientProfile .body .top .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:100%;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#clientProfile .body .top .filter-box select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:transparent;outline:none;border:none;cursor:pointer}#clientProfile .body .top .filter-box select:hover,#clientProfile .body .top .filter-box select:active{color:var(--clr-primary)}#clientProfile .body .bottom{display:flex;flex-direction:column;width:100%;min-height:60vh;flex:1;border:1px solid var(--clr-accent);border-radius:0 0 25px 25px;background:var(--clr-white)}#clientProfile .body .bottom.active{display:flex;opacity:1;transition:.3s ease-in-out}#clientProfile .body .bottom .table-head,#clientProfile .body .bottom .table-row{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;padding:10px;color:var(--clr-black);border-bottom:1px solid var(--clr-accent);transition:.2s ease-in-out}#clientProfile .body .bottom .table-row:last-child{border-bottom:none;max-width:0px;min-width:0px;padding:0}#clientProfile .body .bottom .table-head{font-weight:600;font-size:.8rem;background:var(--gradient-coolShadow);color:#fff}#clientProfile .body .bottom .table-row h5{display:flex;align-items:center;justify-content:space-between;padding-right:25px;font-size:.9rem}#clientProfile .body .bottom .table-row p,#clientProfile .body .bottom .table-row .invoice{width:100%;font-size:.8rem}#clientProfile .body .bottom .table-row p i{color:var(--clr-primary);margin:0 10px}#clientProfile .body .bottom .table-row:hover{background-color:var(--clr-background);cursor:pointer}#clientProfile .body .bottom .status-badge{display:inline-block;text-align:center;align-self:center;padding:3px 6px;border-radius:50px;font-size:.75rem;font-weight:500;min-width:70px}#clientProfile .body .bottom .status-overdue{background-color:#fee2e2;color:#991b1b}#clientProfile .body .bottom .status-pending{background-color:#fef3c7;color:#92400e}#clientProfile .body .bottom .status-confirmed,#clientProfile .body .bottom .status-paid{background-color:#d1fae5;color:#065f46}#clientProfile .body .bottom .status-completed{background-color:var(--clr-accent);color:var(--clr-black)}#clientProfile .body .bottom .icon{padding:10px 5px;text-align:center;border:1px solid var(--clr-accent);color:var(--clr-black);border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:.2s ease-in-out}#clientProfile .body .bottom .icon:hover{border-color:var(--clr-primary);color:var(--clr-primary)}#clientProfile .body .bottom .dropdown-menu{opacity:0;max-height:0;overflow:hidden;pointer-events:none;transition:max-height .3s ease-in-out;position:absolute;top:90%;right:15px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;min-width:150px;padding:8px 0}#clientProfile .body .bottom .dropdown-menu.active{opacity:1;max-height:200px;pointer-events:auto}#clientProfile .body .bottom .dropdown-menu ul{list-style:none;margin:0;padding:0}#clientProfile .body .bottom .dropdown-menu li{font-size:.8rem;padding:5px 8px;cursor:pointer;transition:background .2s ease-in-out}#clientProfile .body .bottom .dropdown-menu li:hover{background:#f5f5f5}#clientProfile .body .bottom .icon-wrapper{position:relative;display:inline-block}#clientProfile .body .lower{display:none;flex-direction:column;gap:20px;overflow-y:auto;opacity:0;transition:opacity .3s ease-in-out}#clientProfile .body .lower.active{display:block;opacity:1}#clientProfile .body .charts{display:flex;flex-direction:column;width:100%;min-height:60vh;flex:1;padding:10px;border:1px solid var(--clr-accent);border-radius:25px;background:var(--clr-white)}#clientProfile .body .lower .chart canvas{width:100%!important;height:40vh!important}#clientProfile .body .owners-tags{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}#clientProfile .body .owners-tags .owners,#clientProfile .body .owners-tags .tags{flex:1 1 100%}#clientProfile .body .owners-tags .tags span{display:inline-block;background-color:var(--clr-background);color:var(--clr-primary);padding:5px 10px;border-radius:15px;margin-right:10px;font-size:14px}#clientProfile .body .lower .header{width:100%;min-height:50px;display:flex;justify-content:space-between;border-bottom:1px solid var(--clr-accent);background:var(--clr-white);overflow:hidden}#clientProfile .body .lower .header .search-box{display:flex;justify-content:flex-start;align-items:center;height:50px;width:100%;padding:0 10px}#clientProfile .body .lower .header .search-box .icon{display:flex;justify-content:center;align-items:center;height:50px;width:50px}#clientProfile .body .lower .header .search-box input{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;outline:none;border:none;color:var(--clr-black);background:var(--clr-white)}#clientProfile .body .lower .header .filter-box{display:flex;justify-content:center;align-items:center;height:50px;width:120px;min-width:fit-content;padding:0 10px;border-left:1px solid var(--clr-accent)}#clientProfile .body .lower .header .filter-box select{display:flex;justify-content:center;align-items:center;height:100%;width:100%;color:var(--clr-black);background:var(--clr-white);outline:none;border:none;cursor:pointer}#clientProfile .body .lower .header .filter-box select:hover,#clientProfile .body .lower .header .filter-box select:active{color:var(--clr-primary)}#clientProfile .body .lower .body{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;padding:25px;width:100%}#clientProfile .body .lower .body .box{display:flex;flex-direction:column;width:300px;min-width:300px;height:400px;min-height:400px;justify-content:center;align-items:center;background:var(--clr-white);border:1px solid var(--clr-accent);border-radius:8px;margin:auto;overflow:hidden;box-shadow:var(--shadow-softBorder);z-index:var(--z-lvl0)}@media (max-width: 500px){#clientProfile .body .lower .body{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:25px;padding:25px;width:100%}}@media (max-width: 900px){#dashboard{height:auto;min-height:100vh;overflow-y:auto;display:block}#dashboard .header{width:100%;padding:20px}#dashboard .header .scroll-container{overflow-x:auto;justify-content:flex-start;padding:0}#dashboard .body{display:block;padding:20px}#dashboard .body .left,#dashboard .body .right{width:100%;margin-bottom:25px}}.filters{display:flex;min-width:fit-content;width:35%;padding:0 10px}@media (max-width: 600px){#notifications .header,#propertyProfile .body #paymentLower .top,#clientProfile .top{flex-direction:column;align-items:stretch}.filters{flex-direction:row!important;display:grid!important;grid-template-columns:repeat(2,1fr)!important;padding:0!important;width:100%!important;border-top:1px solid var(--clr-accent)!important}}
