.login-container{font-family:Poppins,sans-serif;background-size:cover;background-position:center;width:100vw;height:100vh;display:flex;flex-direction:column}.sidebar{width:100%;padding:20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;overflow-y:auto}.video-container{display:none}@media (min-width: 768px){.login-container{flex-direction:row}.sidebar{width:30%;max-width:360px;min-width:310px;border:1px solid #ccc;box-shadow:0 4px 8px #0000001a}.video-container{display:flex;flex-grow:1;justify-content:center;align-items:center;background-color:#000}.video-container video{width:100%;height:100%;object-fit:cover}}@media (min-width: 1024px){.sidebar{width:25%}}.login{display:flex;flex-direction:column;align-items:center;width:100%}.login button{width:100%;height:50px}.login input{width:100%;flex:1;padding:10px;border:none;background-color:transparent;outline:none;color:#333;font-size:1em}.login h1{font-size:1.7em;color:#999;margin-bottom:10px;text-align:center}.login p{font-size:.8em;color:red;text-align:center;margin-bottom:20px;font-weight:700}.profile-icon{width:120px;height:120px;border-radius:50%;margin-top:40px}.input-container{display:flex;align-items:center;background-color:#f0f0f0;border-radius:20px;margin-bottom:10px;width:100%;box-sizing:border-box;overflow:hidden}.input-icon{padding:10px}.password-show{cursor:pointer;width:44px!important;height:100%!important;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:10px}.password-show:hover{outline:none;background-color:transparent;border-color:transparent}.password-show:focus{outline:none}.login-banner{width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.login-banner img{display:block;width:100%;margin-bottom:15px}.login-banner h1{font-size:2rem;color:#000;margin-top:0;margin-bottom:0}.hstack{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:7px}.client-portal-header{font-family:Outfit,sans-serif}.spinner{border:4px solid rgba(0,0,0,.1);width:24px;height:24px;border-radius:50%;border-left-color:#09f;animation:spin 1s ease infinite;display:inline-block;vertical-align:middle}.client-portal-footer{display:flex;align-items:center;flex-direction:column;position:fixed;bottom:5px}.client-portal-footer img{width:50%;height:auto;padding-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.reset-password-button{background-color:#00a2ff;color:#fff;width:100px;padding:10px}.reset-password-button:hover{background-color:#00000049;box-shadow:0 5px 15px #0000004d;transform:scale(1.05)}.reset-password-message{color:green;font-size:14px;margin-bottom:15px}.portals{display:flex;justify-content:flex-start;flex-wrap:wrap;padding:20px;gap:10px}.portals-container{width:calc(100svw - var(--sidebarWidth));height:calc(100svh - var(--navbarHeight));box-shadow:0 4px 8px #0000001a;border:1px solid rgba(209,209,209,.288);overflow-y:auto}.portal-item{display:flex;flex-direction:column;align-items:center;background-color:var(--secondary-background-color);border-radius:4px;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer;max-height:200px;width:200px;box-sizing:border-box;position:relative;justify-content:space-between}.portal-title{width:100%;position:inherit;left:50%;transform:translate(-50%);text-align:center;padding:5px 0}.portal-separator{width:100%;border-bottom:1px solid #ccc;margin-top:5px}.portal-item:hover{transform:scale(1.02);box-shadow:0 5px 15px #0000004d}.portal-image{max-height:120px;width:100%;padding:10px;object-fit:contain;transition:transform .2s;aspect-ratio:1.5}.portal-name{font-size:1rem;text-align:center;padding:5px 0}.new-portal-button{width:80px;height:80px;background-color:#fff;margin:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:4px;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s}.new-portal-button:hover{background-color:#83838349;box-shadow:0 5px 15px #0000004d;transform:scale(1.02)}.new-portal-button:focus{outline:none}.button-container{display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start}.search-container{position:sticky;width:100%;top:0;z-index:10;padding:10px;min-width:100px;box-sizing:border-box}.search-container.dimmed{opacity:.1;pointer-events:none}.search-input{width:40%;padding:8px;font-size:16px;box-sizing:border-box;min-width:150px}.clear-search-button{margin-left:10px;padding:5px;background-color:transparent;border:none;cursor:pointer;color:#007bff}.clear-search-button:hover{text-decoration:underline}@media (max-width: 456px){.portals-container{width:100%}.button-container{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:25px}.portal-item{width:90%;max-width:300px}.new-portal-button{width:80%;max-width:300px}.portals{display:flex;flex-direction:column;align-items:center}}.vstack{display:flex;flex-flow:column;align-items:center;width:calc(100svw - var(--sidebarWidth))}.skelly-layout>h2{margin-top:0}.skelly-layout{display:flex;max-width:100svw}.homeNavbar{background-color:var(--secondary-background-color);width:calc(100svw - var(--sidebarWidth));height:var(--navbarHeight, 80px);box-shadow:0 4px 8px #0000001a;display:flex;align-items:center;justify-content:space-between}.homeNavbar img{width:auto;max-width:340px;padding:5px 0;height:100%;object-fit:contain;margin-left:15px}.homeSidebar{background-color:var(--secondary-background-color);width:var(--sidebarWidth, 65px);box-shadow:0 4px 8px #0000001a;height:100svh}.homeSidebar button{background-color:#fff}.homeSidebar button.active{background-color:#c2c2c2;color:#fff}.homeSidebar button:focus{outline:none}.homeSidebar button:hover{outline:none}.staff-users{padding:20px;background-color:#d1d1d149;width:calc(100svw - var(--sidebarWidth));height:calc(100svh - var(--navbarHeight));overflow-y:auto}.staff-users .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.staff-users h2{margin-bottom:20px;margin-left:5px;font-size:24px;color:#333}.staff-users table{width:100%;border-collapse:separate;border-spacing:0;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.staff-users table thead{background-color:#f0f0f0}.staff-users th,.staff-users td{padding:7px;text-align:left}.staff-users th{font-weight:600;color:var(--font-color);text-transform:uppercase;font-size:14px;letter-spacing:.5px}.staff-users td{border-top:1px solid #e0e0e0}.staff-users tr:hover{background-color:#f9f9f9;transition:background-color .3s ease}.staff-users td .user-info{display:flex;align-items:center}.staff-table-profile-picture{display:flex;align-items:center;gap:15px}.staff-table-profile-picture img{width:40px;height:40px;border-radius:50%;object-fit:cover}.custom-file-upload{display:inline-block;padding:10px 20px;cursor:pointer;background-color:#00a2ff;color:#fff;border-radius:5px;transition:all .3s ease;font-size:14px;border:none}.custom-file-upload:hover{background-color:#0082cc;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.file-name{margin-left:10px;font-style:italic;color:#666}.staff-details-header{text-align:center;margin-bottom:20px;max-height:300px}.buttons-container{display:flex;flex-direction:row}.change-password-button-container{text-align:center;margin-bottom:0!important;margin-top:-10px!important}.change-password-button:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px);outline:none;border-color:transparent}.name-picture{display:flex;flex-direction:row;align-items:center;gap:15px}.email-container{display:block}.email-part{display:inline;word-break:break-all;white-space:nowrap}.toggle-password-email{display:flex}.toggle-password-email input{width:auto!important}@media screen and (max-width: 374px){.staff-users h2,.staff-users p{font-size:16px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}}@media screen and (max-width: 767px){.staff-users{padding:10px}.staff-users table,.staff-users tbody,.staff-users tr,.staff-users td{display:block;width:100%}.staff-users thead{display:none}.staff-users tr{margin-bottom:15px;border:1px solid #e0e0e0;border-radius:5px;padding:15px;background-color:#fff}.staff-users td{padding:5px 0;border:none;text-align:center}.staff-table-profile-picture{display:flex;flex-direction:column;align-items:center}.staff-table-profile-picture img{width:60px;height:60px}.staff-table-profile-picture:after{content:attr(data-name);font-weight:700}.staff-table-profile-picture span{display:none}td:first-child{font-weight:400}.staff-users h2,.staff-users p{white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.staff-users p{font-size:16px;margin-bottom:0}}.staff-details-profile-picture,.client-details-profile-picture{width:200px;height:200px;border-radius:50%;object-fit:contain}.staff-table-profile-picture>.staff-details-profile-picture{width:70px;height:74px}.client-table-profile-picture{width:70px;height:74px}.update-profile-picture>.staff-details-profile-picture,.update-profile-picture .client-details-profile-picture{width:100px;height:105px}.comment-profile-picture>.staff-details-profile-picture,.client-details-profile-picture{width:70px;height:72px}.teamMember>.staff-details-profile-picture{width:100px;height:105px}.client-details-profile-picture{background-color:#00a2ff;text-transform:uppercase;text-align:center;display:flex;justify-content:center;align-items:center;font-weight:800;letter-spacing:1.5px;text-wrap:balance}.vstack-dashboard{display:flex;flex-flow:column;align-items:center;height:100%;width:calc(100svw - var(--sidebarWidth))}.skelly-layout-dashboard>h2{margin-top:0}.skelly-layout-dashboard{display:flex;max-width:100svw;height:100svh;overflow-x:hidden}@media (max-width: 767px){.skelly-layout-dashboard{width:100svw;display:flex;flex-direction:column;align-items:center;justify-content:center}.sidebar-hidden{display:none}.vstack-dashboard{width:100%;height:100svh}}.ClientDashboardNavbar{background-color:#fff;width:calc(100svw - var(--clientSidebarWidth));height:var(--clientNavbarHeight, 120px);display:flex;align-items:center;justify-content:center}.navbar-container{background-color:#cccccc2a;width:95%;height:var(--navbarHeight);display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 8px #0000001a;border-bottom:1px solid #ccc}.navbar-title-container h1{font-size:26px;color:#333;font-family:Outfit,sans-serif;margin-left:20px}.logo-container-navbar{display:flex;align-items:center;justify-content:center}.ClientDashboardNavbar img{width:75%;max-width:300px;width:auto;height:var(--navbarHeight);padding:5px 0;object-fit:contain}.logout-button{margin-right:15px}.logout-button svg{margin-left:5px}.back-staff-button{margin-left:15px}.portal-name-mobile span{white-space:nowrap}.hamburger-menu{font-size:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:20px}.left-navbar{display:flex;align-items:center}@media (min-width: 768px){.hamburger-menu{display:none}.portal-name-mobile{font-size:0px}.logo-container-navbar{display:none!important}}@media (max-width: 767px){.logout-button svg{margin-right:1px;width:35px!important}.navbar-container{width:100%}.navbar-title-container{display:none}.ClientDashboardNavbar{display:flex;align-items:center;justify-content:center;width:100%;height:auto;margin-bottom:15px}.portal-name-mobile{color:#000;margin:0 0 20px;font-size:26px;width:90%}.navbar-button{width:40px!important;height:40px!important;padding:4px!important;border-radius:13px!important}.navbar-button svg{width:20px;height:20px}.hamburger-menu{font-size:24px;margin-left:10px}.logout-button{margin-right:10px}.back-staff-button{margin-left:10px}}.ClientDashboardSidebar{background-color:var(--sidebarColor);width:var(--clientSidebarWidth, 100px);box-shadow:0 4px 8px #0000001a;height:100svh;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.logo-container{display:flex;justify-content:center;align-items:center;width:100%}.ClientDashboardSidebar img{width:150px;margin-top:40px}.client-sidebar-button-container{display:flex;flex-direction:column;margin-bottom:40px}.client-sidebar-button-container button{background-color:var(--sidebarColor);color:#b8b8b8;text-align:left;display:flex;align-items:center}.client-sidebar-button-container button.active{background-color:var(--theme-primary);color:#fff}.client-sidebar-button-container button:focus{outline:none}.client-sidebar-button-container button:hover{outline:none}.notification-indicator{position:absolute;bottom:101px;left:225px;width:10px;height:10px;background-color:red;border-radius:50%;transform:translateY(-50%)}@media (max-width: 767px){.ClientDashboardSidebar{position:fixed;top:0;left:0;width:65%;height:100%;background-color:#1c1c1c;z-index:1000}.notification-indicator{left:85%}}body{margin:0}.main-button{width:96px;height:40px;padding:10px;background-color:var(--notification-color);color:#fff;border:none;border-radius:100px;cursor:pointer;display:flex;align-items:center;justify-content:center}.main-button:hover{background-color:#00000049;box-shadow:0 5px 15px #0000004d;border:none}.main-button:focus{outline:none}.modal{display:flex;justify-content:center;align-items:center;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;background-color:#00000080}.modal-content{background-color:var(--secondary-background-color);padding:20px;border:1px solid #888;width:80%;max-width:600px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px}.form-group input,.form-group textarea{width:100%;padding:8px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;font-family:Outfit,sans-serif}.form-group>div{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:10px}.locked-field{position:relative}.locked-field .lock-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);line-height:0;cursor:pointer}.error-message{color:red;font-size:14px;margin-bottom:15px}.spinner{border:8px solid rgba(0,0,0,.1);border-top:8px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.spinner-small{width:30px;height:30px}.spinner-medium{width:50px;height:50px}.spinner-big{position:fixed;width:60px;height:60px;top:calc(50% - (var(--clientNavbarHeight) / 2));left:calc(50% + (var(--clientSidebarWidth) / 2));transform:translate(-50%,-50%)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-out{animation:fadeOut .5s forwards}.fade-out-fast{animation:fadeOut .2s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn .5s forwards}.fade-in-long{animation:fadeIn 1.5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
