.Modal_modalOverlay__a5osb{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:Modal_fadeIn__WI8W_ .2s ease-in-out;padding:1rem}.Modal_modalContent__YbF9V{background:#ffffff;border-radius:12px;width:100%;max-height:90vh;box-shadow:0 10px 25px rgba(0,0,0,.15);position:relative;display:flex;flex-direction:column;overflow:hidden}.Modal_sm__OP7Ot{width:min(400px,100%)}.Modal_md__jQjoh{width:min(600px,100%)}.Modal_lg__cdcRN{width:min(800px,100%)}.Modal_modalHeader__9W0uP{background:#002e4c;color:#ffffff;text-align:center;padding:clamp(15px,3vw,20px);flex-shrink:0;z-index:1;border-top-left-radius:12px;border-top-right-radius:12px}.Modal_modalHeader__9W0uP h2{margin:0;font-size:clamp(18px,4vw,22px)}.Modal_modalHeader__9W0uP p{margin:8px 0 0;font-size:clamp(12px,2.5vw,14px);color:#e8f1ff}.Modal_modalClose__yh_2M{position:absolute;top:clamp(8px,2vw,10px);right:clamp(8px,2vw,10px);background:transparent;border:none;font-size:clamp(20px,4vw,24px);color:#ffffff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;z-index:2}.Modal_modalBody__frVFh{padding:clamp(15px,3vw,30px);flex-grow:1;overflow-y:auto}.Modal_formRow__QgfHj{display:flex;flex-wrap:wrap;gap:clamp(10px,2vw,20px);margin-bottom:clamp(15px,3vw,20px)}.Modal_formRow__QgfHj>*{flex:1 1 300px}.Modal_detailsGrid__MHnzH{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:clamp(10px,2vw,20px);gap:clamp(10px,2vw,20px)}@media (max-width:768px){.Modal_modalOverlay__a5osb{padding:.75rem}.Modal_modalContent__YbF9V{max-height:90vh;border-radius:10px}.Modal_modalHeader__9W0uP{padding:1rem;border-top-left-radius:10px;border-top-right-radius:10px}.Modal_modalHeader__9W0uP h2{font-size:1.125rem}.Modal_modalHeader__9W0uP p{font-size:.8rem}.Modal_modalClose__yh_2M{top:.625rem;right:.625rem;font-size:1.375rem;padding:.5rem}.Modal_modalBody__frVFh{padding:1.125rem}.Modal_formRow__QgfHj>*{flex:1 1 100%}}@media (max-width:480px){.Modal_modalOverlay__a5osb{padding:.5rem}.Modal_modalContent__YbF9V{max-height:92vh;border-radius:8px}.Modal_modalHeader__9W0uP{padding:.875rem;border-top-left-radius:8px;border-top-right-radius:8px}.Modal_modalHeader__9W0uP h2{font-size:1rem}.Modal_modalHeader__9W0uP p{font-size:.75rem;margin-top:.375rem}.Modal_modalClose__yh_2M{top:.5rem;right:.5rem;font-size:1.25rem;padding:.375rem}.Modal_modalBody__frVFh{padding:1rem}.Modal_detailsGrid__MHnzH{grid-template-columns:1fr;gap:.75rem}}@media (max-height:480px) and (orientation:landscape){.Modal_modalContent__YbF9V{height:auto;max-height:95vh}.Modal_modalBody__frVFh{max-height:calc(95vh - 80px)}}.ErrorMessage_error__HUyzm{background:#ffe5e5;color:#b20000;padding:10px 14px;border-radius:6px;font-size:.9rem;margin-bottom:16px}.ChangePasswordModal_buttonGroup__ZOA0R{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.NotificationBell_notificationBell__lM3AO{position:relative;display:inline-block}.NotificationBell_bellButton__eh5w_{position:relative;background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.NotificationBell_bellButton__eh5w_:hover{background-color:rgba(0,46,76,.05)}.NotificationBell_bellIconActive__ios7G,.NotificationBell_bellIcon__hkQ0V{width:24px;height:24px;color:#002e4c}.NotificationBell_bellIconActive__ios7G{animation:NotificationBell_ring__pBNcE .5s ease-in-out}@keyframes NotificationBell_ring__pBNcE{0%,to{transform:rotate(0deg)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}}.NotificationBell_badge__S0HVi{position:absolute;top:4px;right:4px;background:#e74c3c;color:white;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:600;min-width:18px;text-align:center;line-height:1.2;box-shadow:0 2px 4px rgba(0,0,0,.2)}.NotificationBell_dropdown__Wr8qJ{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:500px;background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:1000;display:flex;flex-direction:column;overflow:hidden}.NotificationBell_dropdownHeader__omc6T{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.NotificationBell_dropdownHeader__omc6T h3{margin:0;font-size:16px;font-weight:600;color:#002e4c}.NotificationBell_unreadCount___qWjd{font-size:13px;color:#6b7280;font-weight:500}.NotificationBell_notificationList__Y3F0U{flex:1 1;overflow-y:auto;max-height:400px}.NotificationBell_loading__pHiQ8{padding:40px;text-align:center;color:#6b7280;font-size:14px}.NotificationBell_empty__df1_Q{padding:60px 20px;text-align:center;color:#9ca3af}.NotificationBell_empty__df1_Q span{font-size:48px;display:block;margin-bottom:12px;opacity:.5}.NotificationBell_empty__df1_Q p{margin:0;font-size:14px}.NotificationBell_notificationItem__a_Dtn{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s ease;position:relative}.NotificationBell_notificationItem__a_Dtn:hover{background-color:#f9fafb}.NotificationBell_notificationItem__a_Dtn:last-child{border-bottom:none}.NotificationBell_notificationItem__a_Dtn.NotificationBell_unread__m5TVY{background-color:#eff6ff}.NotificationBell_notificationItem__a_Dtn.NotificationBell_unread__m5TVY:hover{background-color:#dbeafe}.NotificationBell_notificationIcon__E_ieZ{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;font-size:20px}.NotificationBell_notificationItem__a_Dtn.NotificationBell_unread__m5TVY .NotificationBell_notificationIcon__E_ieZ{background:#dbeafe}.NotificationBell_notificationContent__1B7Ht{flex:1 1;min-width:0}.NotificationBell_notificationTitle__iAWXR{font-size:14px;font-weight:600;color:#002e4c;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NotificationBell_notificationMessage__Bvn5J{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.NotificationBell_notificationTime__mBJyM{font-size:12px;color:#9ca3af}.NotificationBell_unreadDot__OHVEV{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:8px;height:8px;background:#3b82f6;border-radius:50%;flex-shrink:0}.NotificationBell_dropdownFooter__yyjrt{padding:12px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.NotificationBell_viewAllButton__WeL2o{width:100%;padding:10px;background:transparent;border:none;color:#002e4c;font-size:14px;font-weight:600;cursor:pointer;border-radius:6px;transition:background-color .2s ease}.NotificationBell_viewAllButton__WeL2o:hover{background:#e5e7eb}@media (max-width:480px){.NotificationBell_dropdown__Wr8qJ{position:fixed;top:60px;left:10px;right:10px;width:auto;max-height:calc(100vh - 80px)}}.Checkbox_checkboxLabel__rOPDH{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#333;position:relative;padding-left:28px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Checkbox_checkboxLabel__rOPDH input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.Checkbox_checkmark__VQK_x{position:absolute;left:0;height:18px;width:18px;background-color:#fff;border:2px solid #ddd;border-radius:3px;transition:all .2s ease}.Checkbox_checkboxLabel__rOPDH:hover input[type=checkbox]~.Checkbox_checkmark__VQK_x{border-color:#002e4c}.Checkbox_checkboxLabel__rOPDH input[type=checkbox]:checked~.Checkbox_checkmark__VQK_x{background-color:#002e4c;border-color:#002e4c}.Checkbox_checkmark__VQK_x:after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.Checkbox_checkboxLabel__rOPDH input[type=checkbox]:checked~.Checkbox_checkmark__VQK_x:after{display:block}.Checkbox_checkboxLabel__rOPDH input[type=checkbox]:disabled~.Checkbox_checkmark__VQK_x{background-color:#f5f5f5;border-color:#ddd;cursor:not-allowed}.Checkbox_checkboxLabel__rOPDH input[type=checkbox]:disabled:checked~.Checkbox_checkmark__VQK_x{background-color:#ccc;border-color:#ccc}