@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Raleway:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.loader-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#000;color:#fff;font-family:Montserrat,sans-serif;text-align:center}.loader-wrapper h2{color:#f0f8ff;font-family:Montserrat,sans-serif}.logo-load{font-size:38px;letter-spacing:10px;font-weight:700;font-family:Montserrat,sans-serif;margin-bottom:20px;animation:pulse 2s infinite}.logo-load-2{font-size:24px;font-family:Montserrat,sans-serif;margin-bottom:20px;animation:pulse 2s infinite}.spinner{width:40px;height:40px;border:4px solid whitesmoke;border-top:4px solid #0906b6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.6;transform:scale(1)}}.client-sidebar{width:250px;height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column;padding:1rem;position:fixed;top:0;left:0;justify-content:space-between;transition:transform .3s ease-in-out;z-index:1001;font-family:Raleway,sans-serif}.sidebar-logo{margin-bottom:1.5rem;font-family:Montserrat,sans-serif;letter-spacing:3px;text-align:center}.sidebar-logo h2{font-size:1.8rem;font-weight:700;color:#fff}.sidebar-logo span{color:#ccc}.user-info{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.avatar{background-color:#333;color:#fff;font-size:1.8rem;font-weight:700;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.details{text-align:center}.full-name{font-weight:600;font-size:1rem}.email{font-size:.9rem;color:gray}.role{font-size:.85rem;color:#007bff;margin-top:.3rem}.sidebar-nav{display:flex;flex-direction:column;gap:1.2rem;flex-grow:1}.sidebar-nav a{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:#fff;font-size:1rem;transition:.3s;padding:.6rem .8rem;border-radius:6px}.sidebar-nav a:hover,.sidebar-nav .active{background-color:#222}.logout-section{margin-top:auto}.logout-btn{display:flex;align-items:center;gap:.8rem;text-decoration:none;background-color:#fff;color:#0a0a0a;font-weight:700;padding:.6rem 1rem;border-radius:6px;transition:.3s;border:none;outline:none}.logout-btn:hover{background-color:#b9b9b9}.logout-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.logout-modal-content{background:#fff;padding:30px;border-radius:10px;text-align:center;color:#000;box-shadow:0 0 15px #0003}.logout-actions{margin-top:20px;display:flex;justify-content:center;gap:15px}.confirm-btn,.cancel-btn{padding:10px 20px;border:none;font-weight:700;cursor:pointer;border-radius:5px}.confirm-btn{background-color:#000;color:#fff}.cancel-btn{background-color:#fff;color:#000;border:2px solid black}.sidebar-toggle{display:none;position:fixed;top:15px;left:15px;font-size:1.8rem;color:#fff;background-color:#000;padding:.4rem .6rem;border-radius:6px;cursor:pointer;z-index:2000}@media (max-width: 820px){.client-sidebar{transform:translate(-100%)}.client-sidebar.open{transform:translate(0)}.sidebar-toggle{display:block}.sidebar-logo{margin-top:2.5rem}}.dashboard-wrapper{display:flex;min-height:100vh;background-color:#f9f9f9}.dashboard-content{margin-left:250px;width:calc(100% - 250px);padding:0;overflow-x:hidden}.middle-level{display:flex;justify-content:space-between;margin:30px;padding:20px}@media (max-width: 1280px){.middle-level{margin:10px;padding:5px}}@media (max-width: 1114px){.middle-level{display:flex;flex-direction:column;margin:10px;gap:30px}}@media screen and (max-width: 820px){.dashboard-content{margin-left:0;width:100%}}.dashboard-overview{padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9;min-height:100vh}.dashboard-overview h2{font-size:28px;margin-bottom:5px}.dashboard-role{color:gray;margin-bottom:30px}.stats-cards{display:flex;gap:1.5rem;margin-bottom:40px;flex-wrap:wrap}.card{flex:1;min-width:200px;background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.card h3{font-size:24px;color:#2b2d42;margin-bottom:10px}.card p{color:#666}.recent-activity{background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.recent-activity h3{margin-bottom:15px}.recent-activity ul{list-style:none;padding-left:0}.recent-activity li{margin-bottom:10px;color:#333}@media (max-width: 820px){.dashboard-overview h2{font-size:28px;margin-bottom:5px;text-align:right}.dashboard-role{color:gray;margin-bottom:30px;text-align:right}}@media (max-width: 430px){.dashboard-overview h2{font-size:22px;margin-bottom:5px;text-align:right}.dashboard-role{color:gray;margin-bottom:30px;text-align:right}}.profile-wrapper{display:flex;min-height:100vh;background-color:#f9f9f9}.profile-content{margin-left:250px;width:calc(100% - 250px);padding:0;overflow-x:hidden}@media screen and (max-width: 820px){.profile-content{margin-left:0;width:100%}}.client-profile-container{padding:2rem;background-color:#fff;color:#1a1a1a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.profile-header{display:flex;flex-direction:row;align-items:center;gap:2rem;border-bottom:1px solid #ccc;padding-bottom:2rem;flex-wrap:wrap}.profile-image{width:120px;height:120px;border-radius:50%;background-color:#fff;border:2px solid black;color:#fff;font-size:2.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.profile-image span{color:#000}.profile-info{flex:1;min-width:200px}.profile-info h2{margin:0;font-size:2rem}.profile-info .role{font-style:italic;color:#777;margin-bottom:1rem}.edit-btn{padding:.6rem 1.4rem;background-color:#000;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .3s}.edit-btn:hover{background-color:#4d4a4a}.profile-contact{margin-top:2.5rem;padding:1.5rem;background-color:#fcfcfc;border-radius:10px;box-shadow:0 0 6px #0000000d}.profile-contact h3{margin-bottom:1rem;font-size:1.2rem}.profile-contact p{margin:.4rem 0}.profile-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.stat-card{background-color:#f0f4ff;padding:1.5rem 2rem;border-radius:12px;text-align:center;flex:1;min-width:150px;box-shadow:0 0 8px #0000000d}.stat-card h4{margin-bottom:.6rem;color:#656668}.stat-card p{font-size:1.4rem;font-weight:700}@media (max-width: 768px){.profile-header{flex-direction:column;align-items:center;text-align:left;margin:auto}.profile-image{width:90px;height:90px;font-size:1.8rem}.profile-info h2{font-size:1.6rem}.stat-card{flex:1 1 100%;text-align:left}.edit-btn{width:100%}}@media (max-width: 480px){.client-profile-container{padding:1rem}.profile-info h2{font-size:1.4rem}.profile-contact h3{font-size:1rem}.stat-card p{font-size:1.2rem}}.manage-wrapper{display:flex;min-height:100vh;background-color:#f9f9f9}.manage-content{margin-left:250px;width:calc(100% - 250px);padding:0;overflow-x:hidden}@media screen and (max-width: 820px){.manage-content{margin-left:0;width:100%}}.user-management-container{padding:2rem;background-color:#fff;min-height:100vh;color:#333;font-family:Raleway,sans-serif}.header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.header h2{font-size:1.8rem;font-weight:600}.add-btn{padding:.6rem 1.2rem;background-color:#0d0e0d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;margin-top:10px}.user-table{width:100%;border-collapse:collapse;font-size:.95rem}.user-table th,.user-table td{border:1px solid #ddd;padding:.75rem 1rem;text-align:left}.user-table th{background-color:#f4f4f4}.suspend-btn{background-color:#ff9800;border:none;color:#fff;padding:5px 10px;border-radius:4px;margin-right:6px;cursor:pointer}.remove-btn{background-color:#f44336;border:none;color:#fff;padding:5px 10px;border-radius:4px;cursor:pointer}.suspended td{background-color:#fff3f3;color:#d32f2f}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10}.modal-content{background-color:#fff;padding:2rem;border-radius:10px;width:400px;max-width:90%;box-shadow:0 0 10px #0003;display:flex;flex-direction:column;gap:1rem}.modal-content input,.modal-content select{padding:.5rem;border:1px solid #ccc;border-radius:6px;width:100%}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.cancel-btn{background-color:#ccc;padding:.4rem .9rem;border:none;border-radius:5px}.save-btn{background-color:#2196f3;color:#fff;padding:.4rem .9rem;border:none;border-radius:5px}@media (max-width: 768px){.header{flex-direction:column;align-items:center;text-align:center;gap:.8rem}.add-btn{width:fit-content;padding:.6rem 1.2rem;background-color:#0d0e0d;color:#fff;border-radius:6px;font-size:.9rem;margin-top:.5rem}.user-table{display:flex;flex-direction:column;gap:1rem}.user-table thead{display:none}.user-table tbody{display:flex;flex-direction:column;align-items:center;gap:1rem}.user-table tr{display:flex;flex-direction:column;background:#f9f9f9;padding:1.5rem;border-radius:10px;width:90%;max-width:500px;box-shadow:0 0 5px #0000000d;border:1px solid #ddd}.user-table td{position:relative;padding-left:40%;padding-top:.6rem;padding-bottom:.6rem;text-align:left;border:none;width:100%;font-size:.9rem}.user-table td:before{content:attr(data-label);position:absolute;left:1rem;font-weight:600;color:#444;font-size:.85rem}.actions-cell{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding-left:0}.actions-cell button{flex:1 1 45%;font-size:.85rem;padding:.5rem;min-width:100px}}@media (max-width: 390px){.header h2{font-size:1.3rem;font-weight:600}}.project-wrapper{display:flex;min-height:100vh;background-color:#f9f9f9}.project-content{margin-left:250px;width:calc(100% - 250px);padding:0;overflow-x:hidden}@media screen and (max-width: 820px){.project-content{margin-left:0;width:100%}}.project-dashboard{padding:30px;max-width:900px;margin:auto}.project-form{margin-bottom:40px;background-color:#f8f8f8;padding:20px;border-radius:8px}.project-form h3{margin-bottom:10px}.project-form label{display:block;margin-top:10px;font-weight:700}.project-form input,.project-form textarea{width:100%;padding:8px;margin-top:5px;border-radius:4px;border:1px solid #ccc}.project-form button{margin-top:15px;padding:10px 15px;background-color:#06c;color:#fff;border:none;border-radius:5px;cursor:pointer}.project-table{width:100%;border-collapse:collapse}.project-table th,.project-table td{border:1px solid #ddd;padding:10px;text-align:left}.project-table th{background-color:#f0f0f0}.settings-wrapper{display:flex;min-height:100vh;background-color:#f9f9f9}.settings-content{margin-left:250px;width:calc(100% - 250px);padding:0;overflow-x:hidden}@media screen and (max-width: 820px){.settings-content{margin-left:0;width:100%}}.settings-page{padding:2rem;background-color:#fff;color:#222;border-radius:12px;box-shadow:0 0 12px #0000000d;min-height:100vh;font-family:Raleway,sans-serif}.settings-header{font-size:2rem;margin-bottom:2rem;color:#0c0c0c}.settings-section{margin-bottom:2.5rem}.settings-section h3{margin-bottom:1rem;color:#343435}.settings-section label{display:block;margin-bottom:1rem;font-weight:500}.settings-section select{padding:.5rem;border-radius:6px;border:1px solid #ccc;margin-left:1rem}.settings-btn{padding:.6rem 1.5rem;border:none;background-color:#050505;color:#fff;font-weight:700;border-radius:6px;margin-right:1rem;cursor:pointer;transition:background .3s ease}.settings-btn:hover{background-color:#272626}.settings-btn.danger{background-color:#e74c3c}.settings-btn.danger:hover{background-color:#c0392b}.danger-zone{border-top:1px solid #eee;padding-top:1.5rem}@media (max-width: 768px){.settings-page{padding:1rem}.settings-header{font-size:1.5rem;text-align:center}.settings-section h3{font-size:1.2rem}.settings-section label{font-size:.95rem}.settings-section select{margin-left:0;margin-top:.5rem;width:100%}.settings-btn{width:100%;margin:.5rem 0;text-align:center}.settings-section{padding:1rem 0;border-bottom:1px solid #eee}.danger-zone{padding-top:1rem;border-top:none}}
