.sidebar{background:#323232;color:#fff;height:100vh;left:0;padding:30px 25px;position:fixed;top:0;transition:width .2s,min-width .2s;width:330px;z-index:100}.sidebar.collapsed{min-width:48px;padding:30px 0;width:48px}.sidebar-toggle-btn{background:#0000;border:none;box-shadow:none;cursor:pointer;flex-direction:row;height:40px;margin:0 0 0 4px;padding:0;position:static;width:40px;z-index:101}.sidebar-toggle-btn,.sidebar-toggle-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar-toggle-icon{display:block;height:35px;width:35px}.sidebar.collapsed .sidebar-toggle-icon{transform:rotate(180deg)}.sidebar-logo{display:block;height:auto;margin:0}.sidebar-logovetogglebutton{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px;width:100%}.sidebar-menu{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0}.sidebar-menu li.active a{background:linear-gradient(90deg,#143a84 0,#738cbd);color:#fff}.sidebar-menu a{align-items:center;border-radius:50px;color:#fff;display:flex;font-size:16px;font-weight:100;gap:12px;padding:10px 30px;text-decoration:none;transition:background .2s}.sidebar-menu a:hover{background:#2e323a}.sidebar.collapsed .sidebar-menu,.sidebar.collapsed .sidebar-title{display:none}.sidebar-label{display:inline-block}.dashboard-container{display:flex;flex-direction:column;gap:50px}.dashboard-head{align-items:center;display:flex;justify-content:space-between}.dashboard-entry{display:flex;flex-direction:column;gap:10px}.dashboard-entry span{font-size:25px}.dashboard-account{align-items:center;display:flex;gap:20px}.dashboard-account a{color:#000;text-decoration:none}.dashboard-account img{border-radius:100%;width:70px}.dashboard-account button{align-items:center;background:none;border:none;cursor:pointer;display:flex;margin:0;padding:0}.dashboard-account button:focus{outline:none}.dashboard-account button img{border-radius:100%;width:70px}.dashboard-account button.alert-icon{border:1px solid #d8d8d8;border-radius:100%;height:70px;justify-content:center;width:70px}.dashboard-account button.alert-icon svg{stroke:#000;height:35px;width:35px}.card-wrapper{display:flex;flex-wrap:wrap;gap:30px}.dashboard-card{align-items:center;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-weight:light;gap:10px;min-width:180px;padding:20px;transition:transform .2s,box-shadow .2s;width:100%}.dashboard-card:hover{transform:translateY(-2px)}.dashboard-card-link{color:#000;display:flex;flex:1 1;height:100%;min-width:180px;text-decoration:none}.dashboard-card-link:hover .dashboard-card{box-shadow:0 4px 16px 0 #2c3e501a;transform:translateY(-2px) scale(1.03)}.dashboard-card .card-icon{align-items:center;border-radius:100%;display:flex;height:60px;justify-content:center;width:60px}.dashboard-card .card-icon svg{stroke:#fff;color:#fff}.dashboard-card .card-content{display:flex;flex-direction:column;height:50px;justify-content:space-between}.card-count{font-size:25px;font-weight:500}.green{background-color:#e4f4ec}.orange{background-color:#fff9e6}.purple{background-color:#f3efff}.red{background-color:#ffe6e6}.iconbg-green{background:#569b68}.iconbg-orange{background:#c67828}.iconbg-purple{background:#8d4fb0}.iconbg-red{background:#f44336}.dashboardUserTable{align-items:flex-start;background-color:#e7edff;border-radius:20px;display:flex;flex-direction:column;gap:10px;min-width:100%;padding:30px}.dashboardUserTable .user-search-input{background-color:#e7edff;border:1px solid #000;border-radius:20px;color:#000;font-family:poppins,sans-serif;font-size:16px;min-height:45px;opacity:1;outline:none;padding:0 20px;width:100%}.dashboardUserTable .user-search-input::placeholder{color:#000}.dashboardUserTable table{border-collapse:collapse;width:100%}.dashboardUserTable tbody,.dashboardUserTable thead{display:block}.dashboardUserTable table tbody{height:160px;overflow-x:hidden}.dashboardUserTable table td,.dashboardUserTable table th{padding:10px 15px;text-align:left}.dashboardUserTable table th{background-color:#d8e3ff;font-weight:100}.dashboardUserTable table tr{border-bottom:1px solid #000;display:table;table-layout:fixed;width:100%}.popup-overlay{background:#0000004d;height:100%;width:100%;z-index:1000}.popup-box{background:#fff;border-radius:8px;gap:15px;max-height:80%;overflow-y:auto;padding:20px;width:60%}.close-btn{background:#0000;border:none;cursor:pointer;font-size:20px;position:absolute;right:12px;top:8px}.signature-preview{border:1px solid #ddd;padding:15px;width:100%}*{box-sizing:border-box;padding:0}*,body{margin:0}body{background-color:#f5f6f8;font-family:Poppins,sans-serif;font-size:16px}.main-content{box-sizing:border-box;display:flex;flex-direction:column;margin-left:330px;min-height:100vh;padding:30px 40px;transition:margin-left .2s}.main-content.collapsed{margin-left:48px}.app-wrapper{display:flex;min-height:100vh}h2{font-size:21px;font-weight:100}button{align-items:center;border:none;border-radius:20px;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:16px;gap:8px;outline:none;padding:4px 15px}button.green{background-color:#e4f4ec}button.red{background-color:#ffe6e6}button.blue{background-color:#dee7ff}button.yellow{background-color:#fff9e6}.signature-form{max-width:100%}.signature-form form{gap:20px}.signature-form .form-group,.signature-form form{align-items:flex-start;display:flex;flex-direction:column;width:100%}.signature-form .form-group{gap:10px}.signature-form .form-group input.signature-name-input{border:1px solid #ccc;border-radius:10px;font-family:poppins,sans-serif;font-size:14px;font-size:16px;outline:none;padding:10px;width:100%}.editor-tabs{border-bottom:1px solid #ccc;display:flex;list-style:none;margin:12px 0;padding:0}.editor-tabs li{color:#555;cursor:pointer;margin-right:16px;padding:8px 12px}.editor-tabs li.active{border-bottom:3px solid var(--primary-color);color:var(--primary-color);font-weight:700}.editor-tab-content{background:#fafafa;border:1px solid #ddd;margin-bottom:12px;min-height:80px;padding:8px}.tab-params{-webkit-overflow-scrolling:touch;align-items:center;background:#f0f0f0;cursor:grab;display:flex;gap:5px;max-width:100%;min-width:100%;overflow-x:scroll!important;overflow-y:hidden;padding-bottom:10px;scroll-behavior:smooth;scrollbar-gutter:stable always;white-space:nowrap}.tab-params .placeholder-btn{background-color:#dee7ff;border:none;border-radius:20px;outline:none;padding:4px 15px}.tab-params::-webkit-scrollbar{background:#f0f0f0;display:block;height:8px}.tab-params::-webkit-scrollbar-thumb{background:#bbb;background-clip:padding-box;border-radius:4px;min-height:8px;min-width:40px}.tab-params{scrollbar-color:#bbb #f0f0f0;scrollbar-width:auto}.signature-form .group-assignments{display:flex;flex-wrap:wrap;gap:16px;width:100%}.signature-form .group-assignments>*{flex:1 1 30%;max-width:33%;min-width:180px}.signature-form .group-assignments .group-line{align-items:center;display:flex;gap:8px;width:100%}.signature-form .group-assignments .priority-input{border:1px solid #ccc;border-radius:10px;font-family:poppins,sans-serif;font-size:14px;outline:none;padding:8px;width:50px}.form-actions{display:flex;gap:10px}.popup-overlay{align-items:center;background:#00000059;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:background .2s;width:100vw;z-index:9999}.popup-box{align-items:flex-start;background:#f0f0f0;border-radius:12px;box-shadow:0 4px 16px 0 #2c3e501a;display:flex;flex-direction:column;gap:18px;max-width:95vw;min-height:120px;min-width:320px;padding:28px 32px 24px;position:relative}.popup-close-btn{background:#0000;border:none;color:#888;cursor:pointer;font-size:26px;position:absolute;right:16px;top:12px;transition:color .2s;z-index:2}.popup-close-btn:hover{color:#222}.signature-form .ck-editor{border:1px solid #ddd;border-radius:8px;font-family:Poppins,sans-serif;font-size:16px;width:100%}.ck.ck-sticky-panel .ck-sticky-panel__content{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;box-shadow:none!important;left:auto!important;position:static!important;width:auto!important;z-index:auto!important}.ck.ck-toolbar{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;box-shadow:none;position:static!important;z-index:auto}.ck.ck-sticky-panel__placeholder{display:none!important;height:0!important}.dashboard-signature-table{align-items:flex-start;background-color:#e7edff;border-radius:20px;display:flex;flex-direction:column;gap:10px;min-width:100%;padding:30px}.dashboard-signature-table table{border-collapse:collapse;text-align:left;width:100%}.dashboard-signature-table tbody,.dashboard-signature-table thead{display:block}.dashboard-signature-table table tbody{max-height:160px;overflow-x:hidden}.dashboard-signature-table table td,.dashboard-signature-table table th{padding:10px 15px;text-align:left}.dashboard-signature-table table th{background-color:#d8e3ff;font-weight:100}.dashboard-signature-table table tr{border-bottom:1px solid #000;display:table;table-layout:fixed;width:100%}table.user-table{border-collapse:collapse;width:100%}table.user-table td,table.user-table th{padding:10px 15px;text-align:left}table.user-table th{background-color:#d8e3ff;font-weight:100}table.user-table tr{border-bottom:1px solid #000;table-layout:fixed;transition:background-color .2s;width:100%}table.user-table tr:hover{background-color:#d8e3ff}.users-page{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.users-page input{border:1px solid #000;border-radius:20px;color:#000;font-family:poppins,sans-serif;font-size:16px;min-height:45px;opacity:1;outline:none;padding:0 20px;width:100%}.users-page input::placeholder{color:#000}.signatures-page{background:#f7f8fa;min-height:100vh;padding:30px}.signatures-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.add-btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px;transition:background .2s}.add-btn:hover{background:#0056b3}.signatures-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000000a;overflow:hidden;width:100%}.signatures-table td,.signatures-table th{border-bottom:1px solid #eee;padding:14px 12px;text-align:left}.signatures-table th{background:#f0f2f5;font-weight:600}.signatures-table tr:hover{background-color:#f5faff}.signatures-table td.actions{display:flex;gap:10px}.delete-btn{background:#ff4d4f;border-radius:4px;font-weight:700;padding:7px 14px}.delete-btn:hover{background:#d9363e}.edit-btn{align-items:center;background-color:#dee7ff;border:none;border-radius:20px;display:flex;gap:8px;outline:none;padding:4px 15px}.edit-btn svg{stroke:#000;width:24px}.error{background:#ffeaea;border-radius:4px;color:#b71c1c;font-weight:500}.modal-overlay{align-items:center;background:#0003;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-window{background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000001a;max-height:90vh;min-width:350px;overflow-y:auto;padding:32px 24px}.groups-page{border-radius:16px;width:100%}.groups-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;width:100%}.groups-table tbody{display:flex;flex-wrap:wrap;gap:16px;width:100%}.groups-table tbody>*{flex:1 1 30%;max-width:33%;min-width:180px}.groups-table td,.groups-table th{padding:0 5px;text-align:left}.groups-table th{background:#f3f4f6;font-weight:600}.groups-table tr{transition:background .2s}.groups-table tr:hover{background:#f1f5f9}.delete-btn{background:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:6px 16px;transition:background .2s}.delete-btn:disabled{background:#feb2b2;cursor:not-allowed}.error{background:#fff5f5;border:1px solid #feb2b2;border-radius:6px;color:#e53e3e;margin-bottom:16px;padding:10px 16px}.loading{font-size:1.1rem;margin:24px 0}.groups-save-btn:disabled{box-shadow:none;cursor:not-allowed}.alerts-container{background:#fafbff;min-height:100vh;padding:32px 24px 24px}.alerts-title{color:#222;font-size:2rem;font-weight:700;margin-bottom:24px}.alerts-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden;width:100%}.alerts-table td,.alerts-table th{color:#222;font-size:1rem;padding:12px 16px;text-align:left}.alerts-table th{background:#f0f2fa;font-weight:700}.alerts-table tr{border-bottom:1px solid #e0e3ef}.alerts-table tr:last-child{border-bottom:none}.toast{align-items:center;background:#d32f2f;border-radius:8px;bottom:32px;box-shadow:0 2px 8px #00000026;color:#fff;display:flex;gap:16px;padding:16px 24px;position:fixed;right:32px;z-index:9999}.toast button{background:#0000;border:none;color:#fff;cursor:pointer;font-weight:700}
/*# sourceMappingURL=main.d400b30f.css.map*/