.UserTable-module__3MrS5G__tableContainer{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.UserTable-module__3MrS5G__table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.UserTable-module__3MrS5G__table th{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.UserTable-module__3MrS5G__actionsHeader{text-align:right}.UserTable-module__3MrS5G__row{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.UserTable-module__3MrS5G__row:last-child{border-bottom:none}.UserTable-module__3MrS5G__row:hover{background-color:#f3f4f6}.UserTable-module__3MrS5G__table td{color:#374151;vertical-align:middle;padding:1rem 1.5rem}.UserTable-module__3MrS5G__nameCell{align-items:center;gap:12px;display:flex}.UserTable-module__3MrS5G__avatar{color:#4338ca;background-color:#e0e7ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.UserTable-module__3MrS5G__nameText{color:#111827;flex-direction:column;font-weight:500;display:flex}.UserTable-module__3MrS5G__nationality{color:#6b7280;font-size:.75rem;font-weight:400}.UserTable-module__3MrS5G__badge{border-radius:9999px;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.UserTable-module__3MrS5G__badgeAdmin{color:#991b1b;background-color:#fee2e2}.UserTable-module__3MrS5G__badgeTransport{color:#92400e;background-color:#fef3c7}.UserTable-module__3MrS5G__badgeClient{color:#065f46;background-color:#d1fae5}.UserTable-module__3MrS5G__badgeVerified{color:#166534;background-color:#dcfce7}.UserTable-module__3MrS5G__badgePending{color:#075985;background-color:#e0f2fe}.UserTable-module__3MrS5G__badgeRejected{color:#9d174d;background-color:#fce7f3}.UserTable-module__3MrS5G__dateCell{color:#6b7280}.UserTable-module__3MrS5G__actionsCell{text-align:right;white-space:nowrap}.UserTable-module__3MrS5G__actionBtn{cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:6px;margin-left:.5rem;padding:.4rem;font-size:1rem;transition:all .2s}.UserTable-module__3MrS5G__actionBtn:hover{opacity:1;background-color:#e5e7eb}.UserTable-module__3MrS5G__deleteBtn:hover{background-color:#fee2e2}.UserTable-module__3MrS5G__emptyState{text-align:center;color:#6b7280;background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;padding:3rem}
.Button-module__pJ6j5a__button{cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:opacity .2s,background-color .2s,border-color .2s,color .2s}.Button-module__pJ6j5a__button:hover{opacity:.9}.Button-module__pJ6j5a__primary{background-color:var(--primary-color);color:var(--white-color)}.Button-module__pJ6j5a__secondary{background-color:var(--white-color);color:var(--secondary-color);border:1px solid var(--secondary-color)}.Button-module__pJ6j5a__outline-white{color:var(--white-color);border:1px solid var(--white-color);background-color:#0000}
.EditUserModal-module__P4_KlW__modalOverlay{z-index:50;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EditUserModal-module__P4_KlW__modalContent{background:#fff;border-radius:8px;width:100%;max-width:500px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.EditUserModal-module__P4_KlW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.EditUserModal-module__P4_KlW__modalTitle{color:#111827;font-size:20px;font-weight:600}.EditUserModal-module__P4_KlW__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:24px;line-height:1}.EditUserModal-module__P4_KlW__closeButton:hover{color:#111827}.EditUserModal-module__P4_KlW__formGroup{margin-bottom:16px}.EditUserModal-module__P4_KlW__label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.EditUserModal-module__P4_KlW__input,.EditUserModal-module__P4_KlW__select{color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px;font-size:14px}.EditUserModal-module__P4_KlW__input:focus,.EditUserModal-module__P4_KlW__select:focus{border-color:var(--primary-color,#4f46e5);box-shadow:0 0 0 1px var(--primary-color,#4f46e5);outline:none}.EditUserModal-module__P4_KlW__input:disabled{color:#6b7280;cursor:not-allowed;background-color:#f3f4f6}.EditUserModal-module__P4_KlW__modalActions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}
.ViewUserModal-module__91VJHq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background-color:#0b1b3d66;justify-content:center;align-items:center;animation:.2s ease-out ViewUserModal-module__91VJHq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ViewUserModal-module__91VJHq__fadeIn{0%{opacity:0}to{opacity:1}}.ViewUserModal-module__91VJHq__modalContent{background:#fff;border-radius:16px;width:100%;max-width:600px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) ViewUserModal-module__91VJHq__slideUp;transform:translateY(0);box-shadow:0 10px 25px #0000001a}@keyframes ViewUserModal-module__91VJHq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ViewUserModal-module__91VJHq__modalHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ViewUserModal-module__91VJHq__modalHeader h2{color:#0b1b3d;margin:0;font-size:1.4rem;font-weight:700}.ViewUserModal-module__91VJHq__closeBtn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;transition:all .2s;display:flex}.ViewUserModal-module__91VJHq__closeBtn:hover{color:#1e293b;background:#e2e8f0}.ViewUserModal-module__91VJHq__profileHeader{background-color:#f8fafc;border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}.ViewUserModal-module__91VJHq__avatar{color:#4338ca;text-transform:uppercase;background-color:#e0e7ff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.ViewUserModal-module__91VJHq__profileTitle h3{color:#0b1b3d;margin:0 0 .5rem;font-size:1.5rem}.ViewUserModal-module__91VJHq__detailsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.ViewUserModal-module__91VJHq__detailItem{flex-direction:column;display:flex}.ViewUserModal-module__91VJHq__label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.8rem;font-weight:600}.ViewUserModal-module__91VJHq__value{color:#1e293b;font-size:1rem;font-weight:500}.ViewUserModal-module__91VJHq__badge{border-radius:9999px;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.ViewUserModal-module__91VJHq__badgeAdmin{color:#991b1b;background-color:#fee2e2}.ViewUserModal-module__91VJHq__badgeTransport{color:#92400e;background-color:#fef3c7}.ViewUserModal-module__91VJHq__badgeClient{color:#065f46;background-color:#d1fae5}.ViewUserModal-module__91VJHq__badgeVerified{color:#166534;background-color:#dcfce7}.ViewUserModal-module__91VJHq__badgePending{color:#075985;background-color:#e0f2fe}.ViewUserModal-module__91VJHq__badgeRejected{color:#9d174d;background-color:#fce7f3}.ViewUserModal-module__91VJHq__modalActions{border-top:1px solid #f1f5f9;justify-content:flex-end;padding-top:1.5rem;display:flex}.ViewUserModal-module__91VJHq__btnSecondary{color:#475569;cursor:pointer;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .2s}.ViewUserModal-module__91VJHq__btnSecondary:hover{color:#1e293b;background-color:#e2e8f0}
.ConfirmModal-module__uzUzWa__modalOverlay{z-index:60;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out forwards ConfirmModal-module__uzUzWa__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmModal-module__uzUzWa__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmModal-module__uzUzWa__modalContent{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:32px 24px 24px;animation:.2s ease-out forwards ConfirmModal-module__uzUzWa__scaleUp;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes ConfirmModal-module__uzUzWa__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ConfirmModal-module__uzUzWa__iconContainer{color:#ef4444;background-color:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:24px;display:flex}.ConfirmModal-module__uzUzWa__modalTitle{color:#111827;margin-bottom:8px;font-size:18px;font-weight:600}.ConfirmModal-module__uzUzWa__modalMessage{color:#6b7280;margin-bottom:24px;font-size:14px;line-height:1.5}.ConfirmModal-module__uzUzWa__modalActions{justify-content:center;gap:12px;display:flex}.ConfirmModal-module__uzUzWa__cancelButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;flex:1;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.ConfirmModal-module__uzUzWa__cancelButton:hover:not(:disabled){background-color:#f9fafb}.ConfirmModal-module__uzUzWa__confirmButton{color:#fff;cursor:pointer;background-color:#ef4444;border:1px solid #0000;border-radius:6px;flex:1;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.ConfirmModal-module__uzUzWa__confirmButton:hover:not(:disabled){background-color:#dc2626}.ConfirmModal-module__uzUzWa__cancelButton:disabled,.ConfirmModal-module__uzUzWa__confirmButton:disabled{opacity:.5;cursor:not-allowed}
.Input-module__-ZIGPG__input{width:100%;color:var(--text-color);background-color:var(--white-color);border:1px solid #d1d5db;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.Input-module__-ZIGPG__input::placeholder{color:#9ca3af}.Input-module__-ZIGPG__input:focus{border-color:var(--secondary-color)}
.LoginForm-module__w9U62q__formContainer{flex-direction:column;width:100%;display:flex}.LoginForm-module__w9U62q__formTitle{color:var(--secondary-color);margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.LoginForm-module__w9U62q__formSubtitle{color:#6b7280;margin-bottom:2rem;font-size:.95rem}.LoginForm-module__w9U62q__form{flex-direction:column;gap:2rem;width:100%;margin-bottom:2rem;display:flex}.LoginForm-module__w9U62q__inputsContainer{flex-direction:column;gap:1.5rem;display:flex}.LoginForm-module__w9U62q__inputGroup{flex-direction:column;gap:.5rem;display:flex}.LoginForm-module__w9U62q__label{color:var(--secondary-color);font-size:.875rem;font-weight:600}.LoginForm-module__w9U62q__optionsRow{justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.875rem;display:flex}.LoginForm-module__w9U62q__checkboxLabel{color:#4b5563;cursor:pointer;align-items:center;gap:.5rem;font-weight:500;display:flex}.LoginForm-module__w9U62q__checkbox{cursor:pointer;width:16px;height:16px;accent-color:var(--primary-color)}.LoginForm-module__w9U62q__forgotPassword{color:var(--primary-color);font-weight:600;text-decoration:none}.LoginForm-module__w9U62q__forgotPassword:hover{text-decoration:underline}.LoginForm-module__w9U62q__buttonsContainer{flex-direction:column;display:flex}.LoginForm-module__w9U62q__error{color:#ef4444;text-align:left;background-color:#fee2e2;border-left:4px solid #ef4444;border-radius:8px;padding:.75rem;font-size:.875rem}.LoginForm-module__w9U62q__signupSection{border-top:1px solid #e5e7eb;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.LoginForm-module__w9U62q__signupText{color:#6b7280;font-size:.9rem;font-weight:500}
.Roles-module__b41JGG__container{background-color:#f4f6f8;min-height:100vh;padding:2rem 2.5rem}.Roles-module__b41JGG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Roles-module__b41JGG__title{color:#0b1b3d;margin:0;font-size:1.6rem;font-weight:700}.Roles-module__b41JGG__headerActions{width:200px}.Roles-module__b41JGG__addBtn{color:#fff;cursor:pointer;background-color:#f97316;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s;box-shadow:0 4px 6px -1px #f9731633}.Roles-module__b41JGG__addBtn:hover{background-color:#ea580c}.Roles-module__b41JGG__tableToolbar{justify-content:flex-start;margin-bottom:1.5rem;display:flex}.Roles-module__b41JGG__searchContainer{align-items:center;width:100%;max-width:400px;display:flex;position:relative}.Roles-module__b41JGG__searchIcon{color:#94a3b8;font-size:.9rem;position:absolute;left:1rem}.Roles-module__b41JGG__searchInput{color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:all .2s;box-shadow:0 1px 2px #0000000d}.Roles-module__b41JGG__searchInput:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.Roles-module__b41JGG__emptyState{text-align:center;color:#64748b;padding:3rem 1.5rem;font-size:.95rem}.Roles-module__b41JGG__paginationContainer{justify-content:space-between;align-items:center;margin-top:1.5rem;padding:0 .5rem;display:flex}.Roles-module__b41JGG__paginationInfo{color:#64748b;font-size:.85rem;font-weight:500}.Roles-module__b41JGG__paginationControls{align-items:center;gap:1rem;display:flex}.Roles-module__b41JGG__pageNumbers{gap:.25rem;display:flex}.Roles-module__b41JGG__pageBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s}.Roles-module__b41JGG__pageBtn:hover:not(:disabled){color:#1e293b;background:#f1f5f9}.Roles-module__b41JGG__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Roles-module__b41JGG__pageNumberBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Roles-module__b41JGG__pageNumberBtn:hover:not(.Roles-module__b41JGG__pageNumberActive){background:#f1f5f9}.Roles-module__b41JGG__pageNumberActive{color:#2563eb;background:#eff6ff;font-weight:700}.Roles-module__b41JGG__tableWrapper{background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #00000005}.Roles-module__b41JGG__table{border-collapse:collapse;width:100%}.Roles-module__b41JGG__th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background-color:#fff;border-bottom:2px solid #f1f5f9;padding:1.2rem 1.5rem;font-size:.85rem;font-weight:700}.Roles-module__b41JGG__tr{transition:background-color .2s}.Roles-module__b41JGG__tr:hover{background-color:#f8fafc}.Roles-module__b41JGG__td{white-space:nowrap;color:#1e293b;border-bottom:1px solid #f1f5f9;padding:1.2rem 1.5rem;font-size:.95rem;font-weight:500}.Roles-module__b41JGG__tr:last-child .Roles-module__b41JGG__td{border-bottom:none}.Roles-module__b41JGG__idBadge{color:#475569;letter-spacing:.5px;background-color:#f1f5f9;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;font-weight:700}.Roles-module__b41JGG__permBadge{color:#2563eb;background-color:#eff6ff;border-radius:20px;align-items:center;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-flex}.Roles-module__b41JGG__permDot{background-color:#2563eb;border-radius:50%;width:6px;height:6px;margin-right:6px}.Roles-module__b41JGG__actionBtn{color:#475569;cursor:pointer;background-color:#0000;border:1px solid #cbd5e1;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Roles-module__b41JGG__actionBtn:hover{color:#1e293b;background-color:#f1f5f9}.Roles-module__b41JGG__deleteBtn{color:#ef4444;cursor:pointer;background-color:#0000;border:1px solid #fecaca;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Roles-module__b41JGG__deleteBtn:hover{background-color:#fef2f2;border-color:#ef4444}.Roles-module__b41JGG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background-color:#0b1b3d66;justify-content:center;align-items:center;animation:.2s ease-out Roles-module__b41JGG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Roles-module__b41JGG__fadeIn{0%{opacity:0}to{opacity:1}}.Roles-module__b41JGG__modalContent{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) Roles-module__b41JGG__slideUp;overflow-y:auto;transform:translateY(0);box-shadow:0 10px 25px #0000001a}@keyframes Roles-module__b41JGG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Roles-module__b41JGG__modalContent::-webkit-scrollbar{width:6px}.Roles-module__b41JGG__modalContent::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.Roles-module__b41JGG__modalHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Roles-module__b41JGG__modalTitle{color:#0b1b3d;font-size:1.4rem;font-weight:700}.Roles-module__b41JGG__closeButton{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;transition:all .2s;display:flex}.Roles-module__b41JGG__closeButton:hover{color:#1e293b;background:#e2e8f0}.Roles-module__b41JGG__formGroup{margin-bottom:1.5rem}.Roles-module__b41JGG__label{color:#475569;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.Roles-module__b41JGG__input{color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.8rem 1rem;font-size:.95rem;transition:all .2s}.Roles-module__b41JGG__input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.Roles-module__b41JGG__input:disabled{color:#94a3b8;cursor:not-allowed;background-color:#f8fafc}.Roles-module__b41JGG__modulesGrid{margin-top:2.5rem}.Roles-module__b41JGG__modulesGridTitle{color:#0b1b3d;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Roles-module__b41JGG__moduleSection{margin-bottom:2rem}.Roles-module__b41JGG__moduleTitle{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:0;font-size:.95rem;font-weight:700}.Roles-module__b41JGG__moduleHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Roles-module__b41JGG__textBtn{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}.Roles-module__b41JGG__textBtn:hover{text-decoration:underline}.Roles-module__b41JGG__globalActions{gap:1rem;margin-bottom:1.5rem;display:flex}.Roles-module__b41JGG__btnSecondary{color:#475569;cursor:pointer;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Roles-module__b41JGG__btnSecondary:hover{color:#1e293b;background-color:#e2e8f0}.Roles-module__b41JGG__permissionsList{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.Roles-module__b41JGG__permCard{cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:10px;align-items:center;padding:1rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.Roles-module__b41JGG__permCard input{opacity:0;cursor:pointer;position:absolute}.Roles-module__b41JGG__permCardContent{color:#475569;align-items:center;gap:.8rem;font-size:.95rem;font-weight:600;display:flex}.Roles-module__b41JGG__customCheck{border:2px solid #cbd5e1;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.Roles-module__b41JGG__permCardActive{background-color:#eff6ff;border-color:#2563eb}.Roles-module__b41JGG__permCardActive .Roles-module__b41JGG__permCardContent{color:#1d4ed8}.Roles-module__b41JGG__permCardActive .Roles-module__b41JGG__customCheck{background-color:#2563eb;border-color:#2563eb}.Roles-module__b41JGG__customCheck:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;margin-bottom:2px;display:none;transform:rotate(45deg)}.Roles-module__b41JGG__permCardActive .Roles-module__b41JGG__customCheck:after{display:block}.Roles-module__b41JGG__modalActions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:1rem;margin-top:3rem;padding-top:1.5rem;display:flex}.Roles-module__b41JGG__btnCancel{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .2s}.Roles-module__b41JGG__btnCancel:hover{background-color:#f1f5f9}.Roles-module__b41JGG__btnSave{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .2s}.Roles-module__b41JGG__btnSave:hover{background-color:#1d4ed8;box-shadow:0 4px 10px #2563eb33}@media (max-width:1024px){.Roles-module__b41JGG__header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.Roles-module__b41JGG__container{padding:1.5rem 1rem}.Roles-module__b41JGG__tableToolbar{flex-direction:column;align-items:stretch;gap:1rem}.Roles-module__b41JGG__searchContainer{max-width:100%}.Roles-module__b41JGG__tableWrapper{overflow-x:auto}.Roles-module__b41JGG__paginationContainer{flex-direction:column;align-items:center;gap:1rem}.Roles-module__b41JGG__modalContent{max-height:95vh;padding:1.5rem}.Roles-module__b41JGG__globalActions{flex-direction:column;width:100%}.Roles-module__b41JGG__btnSecondary{text-align:center;width:100%}.Roles-module__b41JGG__modalActions{flex-direction:column;gap:.5rem}.Roles-module__b41JGG__btnCancel,.Roles-module__b41JGG__btnSave{width:100%}}
.login-module__WEZH7G__main{background:linear-gradient(135deg, #000820 0%, var(--secondary-color) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-module__WEZH7G__card{background-color:var(--white-color);border-radius:20px;width:100%;max-width:1000px;min-height:600px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.login-module__WEZH7G__leftPanel{background:linear-gradient(135deg, var(--secondary-color) 0%, #001f7a 100%);color:var(--white-color);flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__leftPanel:before,.login-module__WEZH7G__leftPanel:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);position:absolute;transform:rotate(-45deg)}.login-module__WEZH7G__leftPanel:before{width:150%;height:2px;top:-10%;left:-20%;box-shadow:0 20px #ffffff0d,0 50px #ffffff05}.login-module__WEZH7G__leftPanel:after{width:150%;height:1px;bottom:10%;right:-20%;box-shadow:0 -30px #ffffff14,0 -80px #ffffff08}.login-module__WEZH7G__leftContent{z-index:1;position:relative}.login-module__WEZH7G__welcomeTitle{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.login-module__WEZH7G__welcomeText{color:#fffc;max-width:80%;font-size:1.1rem;line-height:1.6}.login-module__WEZH7G__decorativeLine{background-color:var(--primary-color);border-radius:2px;width:50px;height:4px;margin-top:2rem}.login-module__WEZH7G__rightPanel{background-color:var(--white-color);flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex}.login-module__WEZH7G__logoContainer{justify-content:flex-start;margin-bottom:3rem;display:flex}@media (max-width:1024px){.login-module__WEZH7G__leftPanel{padding:3rem}.login-module__WEZH7G__welcomeTitle{font-size:3rem}.login-module__WEZH7G__rightPanel{padding:3rem}}@media (max-width:768px){.login-module__WEZH7G__card{flex-direction:column}.login-module__WEZH7G__leftPanel{min-height:300px;padding:3rem 2rem}.login-module__WEZH7G__welcomeTitle{font-size:2.5rem}.login-module__WEZH7G__rightPanel{padding:3rem 2rem}}
