.Chat-module-scss-module__RdAtza__page{background-color:#f8fafc;flex-direction:column;height:calc(100vh - 80px);min-height:500px;font-family:Outfit,Inter,sans-serif;display:flex}.Chat-module-scss-module__RdAtza__wrapper{background:#fff;border:1px solid #e2e8f0cc;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.Chat-module-scss-module__RdAtza__convSidebar{background:#fff;flex-direction:column;width:340px;min-width:340px;display:flex}.Chat-module-scss-module__RdAtza__convHeader{box-sizing:border-box;background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border-bottom:1px solid #ffffff0f;border-right:1px solid #0003;justify-content:space-between;align-items:center;height:72px;padding:0 20px;display:flex}.Chat-module-scss-module__RdAtza__convHeaderLeft{flex-direction:column;justify-content:center;display:flex}.Chat-module-scss-module__RdAtza__convTitle{color:#fff;letter-spacing:-.02em;font-size:17px;font-weight:700;line-height:1.2}.Chat-module-scss-module__RdAtza__unreadTotal{color:var(--primary-color,#facc15);background:rgba(var(--primary-color,#facc15), .15);border-radius:4px;width:fit-content;margin-top:3px;padding:1px 6px;font-size:10.5px;font-weight:600}.Chat-module-scss-module__RdAtza__newChatBtn{background:linear-gradient(90deg, var(--theme-color,#facc15), var(--theme-color-hover,#eab308));color:var(--theme-color-text,#1c212d);cursor:pointer;box-shadow:0 4px 10px var(--theme-color-light,#facc1533);border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:11.5px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.Chat-module-scss-module__RdAtza__newChatBtn:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 6px 14px #facc1559}.Chat-module-scss-module__RdAtza__newChatBtn:active{transform:translateY(0)scale(.98)}.Chat-module-scss-module__RdAtza__searchWrapper{background:#fff;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:14px 16px;position:relative}.Chat-module-scss-module__RdAtza__searchWrapper svg{color:#94a3b8;pointer-events:none;transition:color .15s;position:absolute;top:50%;left:28px;transform:translateY(-50%)}.Chat-module-scss-module__RdAtza__searchInput{width:100%;color:var(--text-primary,#111827);box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;outline:none;padding:10px 12px 10px 38px;font-family:inherit;font-size:13.5px;transition:all .2s}.Chat-module-scss-module__RdAtza__searchInput:focus{border-color:var(--primary-hover,#eab308);box-shadow:0 0 0 3px rgba(var(--primary-color,#facc15), .15);background:#fff}.Chat-module-scss-module__RdAtza__searchInput:focus+svg{color:var(--primary-hover,#eab308)}.Chat-module-scss-module__RdAtza__searchInput::placeholder{color:#94a3b8}.Chat-module-scss-module__RdAtza__roomList{border-right:1px solid #f1f5f9;flex:1;padding:8px 0;overflow-y:auto}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar{width:5px}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar-track{background:0 0}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.Chat-module-scss-module__RdAtza__roomItem{cursor:pointer;border-bottom:1px solid #f1f5f980;border-left:4px solid #0000;align-items:center;gap:12px;padding:12px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__roomItem:hover{background:#f8fafc}.Chat-module-scss-module__RdAtza__roomItem:hover div[style*="display: inline-flex"]{transition:transform .2s;transform:scale(1.03)}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active{border-left-color:var(--primary-hover,#eab308);background:#edf2f7;padding-left:20px;box-shadow:inset 0 2px 4px #00000008}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active .Chat-module-scss-module__RdAtza__roomName{color:#0f172a;font-weight:700}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active .Chat-module-scss-module__RdAtza__lastMsg{color:#1e293b;font-weight:500}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active .Chat-module-scss-module__RdAtza__roomTime{color:var(--primary-hover,#eab308);font-weight:600}.Chat-module-scss-module__RdAtza__roomInfo{flex:1;min-width:0}.Chat-module-scss-module__RdAtza__roomTopRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.Chat-module-scss-module__RdAtza__roomName{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:600;transition:color .15s;overflow:hidden}.Chat-module-scss-module__RdAtza__roomTime{color:#94a3b8;flex-shrink:0;font-size:11px;font-weight:500}.Chat-module-scss-module__RdAtza__roomBottomRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.Chat-module-scss-module__RdAtza__lastMsg{color:#64748b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12.5px;transition:color .15s;overflow:hidden}.Chat-module-scss-module__RdAtza__unreadBadge{background:linear-gradient(90deg, var(--theme-color,#facc15), var(--theme-color-hover,#eab308));color:var(--theme-color-text,#1c212d);text-align:center;min-width:18px;box-shadow:0 2px 6px var(--theme-color-light,#facc154d);border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700;line-height:1.4}.Chat-module-scss-module__RdAtza__emptyRooms{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;padding:52px 24px;display:flex}.Chat-module-scss-module__RdAtza__emptyRoomsIcon{background:rgba(var(--primary-color,#facc15), .08);border:1px solid rgba(var(--primary-color,#facc15), .16);width:64px;height:64px;color:var(--primary-hover,#eab308);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.Chat-module-scss-module__RdAtza__emptyRoomsTitle{color:#0f172a;margin:0;font-size:15px;font-weight:700}.Chat-module-scss-module__RdAtza__emptyRoomsDesc{color:#64748b;max-width:250px;margin:0;font-size:13px;line-height:1.6}.Chat-module-scss-module__RdAtza__emptyNewBtn{background:linear-gradient(90deg, var(--theme-color,#facc15), var(--theme-color-hover,#eab308));color:var(--theme-color-text,#1c212d);cursor:pointer;box-shadow:0 4px 12px var(--theme-color-light,#facc1540);border:none;border-radius:20px;align-items:center;gap:6px;margin-top:10px;padding:10px 20px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .2s;display:inline-flex}.Chat-module-scss-module__RdAtza__emptyNewBtn:hover{transform:translateY(-1.5px);box-shadow:0 6px 18px #facc1566}.Chat-module-scss-module__RdAtza__thread{background:#f8fafc;flex-direction:column;flex:1;min-width:0;display:flex}.Chat-module-scss-module__RdAtza__threadHeader{box-sizing:border-box;background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:14px;height:72px;padding:0 20px;display:flex;box-shadow:0 2px 10px #0000000d}.Chat-module-scss-module__RdAtza__threadHeader span{border-color:#1f2735!important}.Chat-module-scss-module__RdAtza__backBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none}.Chat-module-scss-module__RdAtza__backBtn:hover{background:#ffffff26;transform:scale(1.05)}.Chat-module-scss-module__RdAtza__threadHeaderInfo{flex:1;min-width:0}.Chat-module-scss-module__RdAtza__threadName{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700;line-height:1.2;overflow:hidden}.Chat-module-scss-module__RdAtza__threadMeta{color:#ffffff80;align-items:center;gap:6px;margin-top:3px;font-size:12px;font-weight:500;display:flex}.Chat-module-scss-module__RdAtza__onlineDot{background:var(--status-success-text,#10b981);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__activePulse;display:inline-block}.Chat-module-scss-module__RdAtza__onlineDot.Chat-module-scss-module__RdAtza__offline{background:#d1d5db;animation:none}.Chat-module-scss-module__RdAtza__onlineDot.Chat-module-scss-module__RdAtza__online{background:var(--status-success-text,#10b981);animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__activePulse}@keyframes Chat-module-scss-module__RdAtza__activePulse{0%{box-shadow:0 0 0 0 rgba(var(--status-success-text,#10b981), .6)}70%{box-shadow:0 0 0 6px rgba(var(--status-success-text,#10b981), 0)}to{box-shadow:0 0 0 0 rgba(var(--status-success-text,#10b981), 0)}}.Chat-module-scss-module__RdAtza__messages{overflow-anchor:auto;background-color:#f8fafc;flex-direction:column;flex:1;gap:16px;padding:24px 32px;display:flex;overflow-y:auto}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar{width:5px}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar-track{background:0 0}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.Chat-module-scss-module__RdAtza__emptyMessages{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__emptyMessages span{border-color:#f8fafc!important}.Chat-module-scss-module__RdAtza__emptyMessagesIcon{margin-bottom:8px;animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__bounce}@keyframes Chat-module-scss-module__RdAtza__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Chat-module-scss-module__RdAtza__emptyMessagesTitle{color:#0f172a;margin:0;font-size:16px;font-weight:700}.Chat-module-scss-module__RdAtza__emptyMessagesDesc{color:#64748b;margin:0;font-size:13.5px}.Chat-module-scss-module__RdAtza__dateDivider{align-items:center;gap:16px;margin:8px 0;display:flex}.Chat-module-scss-module__RdAtza__dateDivider span{color:#94a3b8;white-space:nowrap;letter-spacing:.8px;text-transform:uppercase;background:#edf2f7;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:600}.Chat-module-scss-module__RdAtza__dateDivider:before,.Chat-module-scss-module__RdAtza__dateDivider:after{content:"";background:#e2e8f0;flex:1;height:1px}@keyframes Chat-module-scss-module__RdAtza__msgReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Chat-module-scss-module__RdAtza__msgRow{align-items:flex-end;gap:10px;margin-bottom:2px;display:flex}.Chat-module-scss-module__RdAtza__msgRow[data-new=true]{animation:.25s cubic-bezier(.16,1,.3,1) both Chat-module-scss-module__RdAtza__msgReveal}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__own{flex-direction:row-reverse}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__own .Chat-module-scss-module__RdAtza__bubble{color:#fff;background:linear-gradient(135deg,#1c212d 0%,#313d54 100%);border:1.5px solid #1e293b;border-radius:16px 16px 4px;box-shadow:0 4px 12px #1c212d1f}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__own .Chat-module-scss-module__RdAtza__msgTime{text-align:right}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__other .Chat-module-scss-module__RdAtza__bubble{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px 16px 16px 4px;box-shadow:0 2px 8px #00000005}.Chat-module-scss-module__RdAtza__msgContent{flex-direction:column;max-width:65%;display:flex}.Chat-module-scss-module__RdAtza__senderName{color:#64748b;margin-bottom:4px;padding:0 4px;font-size:11px;font-weight:600}.Chat-module-scss-module__RdAtza__bubble{word-break:break-word;padding:10px 14px;font-family:inherit;font-size:13px;line-height:1.45}.Chat-module-scss-module__RdAtza__line{background:#eef2f6;border-radius:6px;height:12px;animation:1.5s ease-in-out infinite Chat-module-scss-module__RdAtza__shimmer}.Chat-module-scss-module__RdAtza__msgTime{color:#94a3b8;margin-top:4px;padding:0 6px;font-size:10px;font-weight:500}.Chat-module-scss-module__RdAtza__inputArea{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:flex-end;gap:12px;padding:16px 24px;display:flex;box-shadow:0 -4px 20px #00000005}.Chat-module-scss-module__RdAtza__inputWrapper{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:24px;flex:1;transition:all .2s}.Chat-module-scss-module__RdAtza__inputWrapper:focus-within{border-color:var(--primary-hover,#eab308);box-shadow:0 0 0 3px rgba(var(--primary-color,#facc15), .15);background:#fff}.Chat-module-scss-module__RdAtza__msgInput{color:#0f172a;resize:none;box-sizing:border-box;background:0 0;border:none;border-radius:24px;outline:none;width:100%;min-height:44px;max-height:120px;padding:12px 20px;font-family:inherit;font-size:14px;line-height:1.45;display:block}.Chat-module-scss-module__RdAtza__msgInput::placeholder{color:#94a3b8}.Chat-module-scss-module__RdAtza__sendBtn{background:linear-gradient(90deg, var(--theme-color,#facc15), var(--theme-color-hover,#eab308));width:44px;height:44px;color:var(--theme-color-text,#1c212d);cursor:pointer;box-shadow:0 4px 12px var(--theme-color-light,#facc1540);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__sendBtn svg{transform:translate(1px,-.5px)}.Chat-module-scss-module__RdAtza__sendBtn:hover:not(:disabled){transform:scale(1.06)translateY(-1px);box-shadow:0 6px 18px #facc1566}.Chat-module-scss-module__RdAtza__sendBtn:active:not(:disabled){transform:scale(.95)}.Chat-module-scss-module__RdAtza__sendBtn:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#f1f5f9}.Chat-module-scss-module__RdAtza__emptyThread{text-align:center;background:#f8fafc;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__emptyThreadIllustration{background:rgba(var(--primary-color,#facc15), .08);border:1px solid rgba(var(--primary-color,#facc15), .2);width:96px;height:96px;color:var(--primary-hover,#eab308);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex;box-shadow:0 8px 16px #facc150d}.Chat-module-scss-module__RdAtza__emptyThreadTitle{color:#0f172a;margin:0;font-size:19px;font-weight:700}.Chat-module-scss-module__RdAtza__emptyThreadDesc{color:#64748b;max-width:300px;margin:0;font-size:14px;line-height:1.6}.Chat-module-scss-module__RdAtza__emptyStartBtn{background:linear-gradient(90deg, var(--theme-color,#facc15), var(--theme-color-hover,#eab308));color:var(--theme-color-text,#1c212d);cursor:pointer;box-shadow:0 4px 12px var(--theme-color-light,#facc1540);border:none;border-radius:20px;align-items:center;gap:8px;margin-top:8px;padding:10px 24px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.Chat-module-scss-module__RdAtza__emptyStartBtn:hover{transform:translateY(-1.5px);box-shadow:0 6px 18px #facc1566}@keyframes Chat-module-scss-module__RdAtza__shimmer{0%,to{opacity:1}50%{opacity:.4}}@keyframes Chat-module-scss-module__RdAtza__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.Chat-module-scss-module__RdAtza__convSidebar{width:100%;min-width:100%}.Chat-module-scss-module__RdAtza__hideMobile{display:none!important}.Chat-module-scss-module__RdAtza__thread{display:none}.Chat-module-scss-module__RdAtza__mobileThreadView .Chat-module-scss-module__RdAtza__thread{width:100%;display:flex}.Chat-module-scss-module__RdAtza__mobileThreadView .Chat-module-scss-module__RdAtza__backBtn{display:flex}.Chat-module-scss-module__RdAtza__hideMobileThread{display:none!important}}.Chat-module-scss-module__RdAtza__modalOverlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;justify-content:center;align-items:center;animation:.2s Chat-module-scss-module__RdAtza__fadeIn;display:flex;position:fixed;inset:0}@keyframes Chat-module-scss-module__RdAtza__fadeIn{0%{opacity:0}to{opacity:1}}.Chat-module-scss-module__RdAtza__modal{background:#fff;border:1px solid #e2e8f0cc;border-radius:18px;flex-direction:column;width:520px;max-width:95vw;max-height:86vh;animation:.25s cubic-bezier(.16,1,.3,1) Chat-module-scss-module__RdAtza__slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40}@keyframes Chat-module-scss-module__RdAtza__slideUp{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Chat-module-scss-module__RdAtza__modalHeader{background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:14px;height:72px;padding:0 24px;display:flex}.Chat-module-scss-module__RdAtza__modalHeaderIcon{background:rgba(var(--primary-color,#facc15), .12);border:1px solid rgba(var(--primary-color,#facc15), .2);width:38px;height:38px;color:var(--primary-color,#facc15);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Chat-module-scss-module__RdAtza__modalHeaderLeft{flex-direction:column;flex:1;gap:2px;display:flex}.Chat-module-scss-module__RdAtza__modalTitle{color:#fff;margin:0;font-size:16px;font-weight:700}.Chat-module-scss-module__RdAtza__modalSubtitle{color:#ffffff73;margin:0;font-size:12px}.Chat-module-scss-module__RdAtza__modalClose{color:#ffffffa6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Chat-module-scss-module__RdAtza__modalClose:hover{color:#fff;background:#ffffff26}.Chat-module-scss-module__RdAtza__chipsRow{background:rgba(var(--primary-color,#facc15), .03);border-bottom:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;padding:12px 24px;display:flex}.Chat-module-scss-module__RdAtza__chipsLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:11px;font-weight:700}.Chat-module-scss-module__RdAtza__chipsList{flex-wrap:wrap;flex:1;gap:6px;display:flex}.Chat-module-scss-module__RdAtza__chip{color:var(--primary-color,#facc15);letter-spacing:.01em;background:#1c212d;border-radius:20px;align-items:center;gap:6px;padding:4px 10px 4px 4px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 2px 4px #0000001a}.Chat-module-scss-module__RdAtza__chipRemove{color:#ffffffa6;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:all .12s;display:flex}.Chat-module-scss-module__RdAtza__chipRemove:hover{color:#fff;background:#ffffff40}.Chat-module-scss-module__RdAtza__clearAll{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600;transition:color .12s}.Chat-module-scss-module__RdAtza__clearAll:hover{color:var(--status-error-text,#ef4444)}.Chat-module-scss-module__RdAtza__dropdownSelectorWrapper{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:16px 24px;display:flex;position:relative}.Chat-module-scss-module__RdAtza__dropdownSelector{color:#0f172a;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:12px 18px;font-size:14px;transition:all .2s;display:flex}.Chat-module-scss-module__RdAtza__dropdownSelector:hover{background:#fff;border-color:#cbd5e1}.Chat-module-scss-module__RdAtza__dropdownSelector.Chat-module-scss-module__RdAtza__active{border-color:var(--primary-hover,#eab308);box-shadow:0 0 0 3px rgba(var(--primary-color,#facc15), .15);background:#fff}.Chat-module-scss-module__RdAtza__dropdownSelectorPlaceholder{color:#94a3b8;flex:1}.Chat-module-scss-module__RdAtza__dropdownSelectorIcon,.Chat-module-scss-module__RdAtza__dropdownSelectorArrow{color:#64748b}.Chat-module-scss-module__RdAtza__empList{flex:1;min-height:0;padding:6px 0;overflow-y:auto}.Chat-module-scss-module__RdAtza__empList::-webkit-scrollbar{width:4px}.Chat-module-scss-module__RdAtza__empList::-webkit-scrollbar-thumb{background:var(--border-primary,#cbd5e1);border-radius:10px}.Chat-module-scss-module__RdAtza__empListLoading{padding:8px 0}.Chat-module-scss-module__RdAtza__empSkeleton{align-items:center;gap:12px;padding:10px 20px;display:flex}.Chat-module-scss-module__RdAtza__empSkeletonAvatar{background:var(--bg-muted,#f1f5f9);border-radius:50%;flex-shrink:0;width:42px;height:42px;animation:1.5s ease-in-out infinite Chat-module-scss-module__RdAtza__shimmer}.Chat-module-scss-module__RdAtza__empSkeletonText{flex-direction:column;flex:1;gap:7px;display:flex}.Chat-module-scss-module__RdAtza__empSkeletonLine{background:var(--bg-muted,#f1f5f9);border-radius:6px;height:10px;animation:1.5s ease-in-out infinite Chat-module-scss-module__RdAtza__shimmer}.Chat-module-scss-module__RdAtza__empListEmpty{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:30px 20px;display:flex}.Chat-module-scss-module__RdAtza__empListEmpty svg{color:#64748b66;margin-bottom:4px}.Chat-module-scss-module__RdAtza__empListEmpty p{max-width:320px;margin:0;font-size:13.5px;line-height:1.55}.Chat-module-scss-module__RdAtza__empItem{cursor:pointer;border-bottom:1px solid rgba(var(--sidebar-border,#f1f5f9), .5);align-items:center;gap:12px;padding:10px 20px;transition:background .1s;display:flex}.Chat-module-scss-module__RdAtza__empItem:last-child{border-bottom:none}.Chat-module-scss-module__RdAtza__empItem:hover{background:rgba(var(--primary-color,#facc15), .04)}.Chat-module-scss-module__RdAtza__empItemSelected{background:rgba(var(--primary-color,#facc15), .06)}.Chat-module-scss-module__RdAtza__empItemSelected .Chat-module-scss-module__RdAtza__empItemName{color:var(--bg-black,#1c212d);font-weight:700}.Chat-module-scss-module__RdAtza__empItemInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Chat-module-scss-module__RdAtza__empItemName{color:var(--text-primary,#1e293b);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;transition:all .1s;overflow:hidden}.Chat-module-scss-module__RdAtza__empItemSub{color:var(--text-secondary,#64748b);font-size:11.5px}.Chat-module-scss-module__RdAtza__empCheckbox{border:2px solid var(--border-primary,#cbd5e1);color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.Chat-module-scss-module__RdAtza__empCheckboxChecked{background:var(--bg-black,#1c212d);border-color:var(--bg-black,#1c212d);color:var(--primary-color,#facc15);transform:scale(1.1)}.Chat-module-scss-module__RdAtza__loadMoreBtn{text-align:center;border:none;border-top:1px solid var(--sidebar-border,#f1f5f9);width:100%;color:var(--primary-hover,#eab308);cursor:pointer;background:0 0;padding:12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .12s}.Chat-module-scss-module__RdAtza__loadMoreBtn:hover:not(:disabled){background:rgba(var(--primary-color,#facc15), .05)}.Chat-module-scss-module__RdAtza__loadMoreBtn:disabled{color:var(--text-secondary,#64748b);cursor:default}.Chat-module-scss-module__RdAtza__modalFooter{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:16px 24px;display:flex}.Chat-module-scss-module__RdAtza__cancelBtn{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .15s}.Chat-module-scss-module__RdAtza__cancelBtn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.Chat-module-scss-module__RdAtza__createBtn{color:var(--primary-color,#facc15);cursor:pointer;background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:11px 24px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #1c212d26}.Chat-module-scss-module__RdAtza__createBtn:hover:not(:disabled){background:linear-gradient(135deg,#242c3d 0%,#364259 100%);transform:translateY(-1px);box-shadow:0 6px 16px #1c212d40}.Chat-module-scss-module__RdAtza__createBtn:active:not(:disabled){transform:translateY(0)}.Chat-module-scss-module__RdAtza__createBtn:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#e2e8f0}.Chat-module-scss-module__RdAtza__spinnerDot{border:2px solid rgba(var(--primary-color,#facc15), .3);border-top-color:var(--primary-color,#facc15);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite Chat-module-scss-module__RdAtza__spin}.Chat-module-scss-module__RdAtza__callActions{align-items:center;gap:10px;display:flex}.Chat-module-scss-module__RdAtza__callBtn{color:#fffffff2;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__callBtn:hover{background:rgba(var(--primary-color,#facc15), .15);border-color:rgba(var(--primary-color,#facc15), .4);color:var(--primary-color,#facc15);box-shadow:0 0 12px rgba(var(--primary-color,#facc15), .25);transform:scale(1.08)}.Chat-module-scss-module__RdAtza__callBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__callWindow{color:#fff;-webkit-user-select:none;user-select:none;background:#1e293b;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;min-width:320px;min-height:240px;animation:.22s cubic-bezier(.16,1,.3,1) Chat-module-scss-module__RdAtza__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 60px -8px #0000008c,0 0 0 1px #ffffff0a}.Chat-module-scss-module__RdAtza__callWindowTitle{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;display:flex}.Chat-module-scss-module__RdAtza__callWindowTitleLeft{color:#ffffffd9;align-items:center;gap:7px;min-width:0;font-size:13px;font-weight:600;display:flex}.Chat-module-scss-module__RdAtza__callWindowTitleLeft svg{color:var(--primary-color,#facc15);flex-shrink:0}.Chat-module-scss-module__RdAtza__callWindowTitleLeft span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Chat-module-scss-module__RdAtza__callWindowActiveBadge{color:#4ade80!important;letter-spacing:.02em!important;background:#22c55e26!important;border-radius:99px!important;flex-shrink:0!important;padding:2px 7px!important;font-size:10px!important;font-weight:700!important}.Chat-module-scss-module__RdAtza__callWindowControls{flex-shrink:0;align-items:center;gap:6px;display:flex}.Chat-module-scss-module__RdAtza__callWindowIconBtn{color:#ffffffa6;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:flex}.Chat-module-scss-module__RdAtza__callWindowIconBtn:hover{color:#fff;background:#ffffff2e}.Chat-module-scss-module__RdAtza__callWindowEndBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:flex}.Chat-module-scss-module__RdAtza__callWindowEndBtn:hover{background:#dc2626}.Chat-module-scss-module__RdAtza__callWindowBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.Chat-module-scss-module__RdAtza__callWindowConnecting{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;padding:24px 20px;display:flex}.Chat-module-scss-module__RdAtza__resizeHandle{z-index:10000;position:absolute}.Chat-module-scss-module__RdAtza__resizeN{cursor:n-resize;height:6px;top:0;left:8px;right:8px}.Chat-module-scss-module__RdAtza__resizeS{cursor:s-resize;height:6px;bottom:0;left:8px;right:8px}.Chat-module-scss-module__RdAtza__resizeE{cursor:e-resize;width:6px;top:8px;bottom:8px;right:0}.Chat-module-scss-module__RdAtza__resizeW{cursor:w-resize;width:6px;top:8px;bottom:8px;left:0}.Chat-module-scss-module__RdAtza__resizeNE{cursor:ne-resize;width:14px;height:14px;top:0;right:0}.Chat-module-scss-module__RdAtza__resizeNW{cursor:nw-resize;width:14px;height:14px;top:0;left:0}.Chat-module-scss-module__RdAtza__resizeSE{cursor:se-resize;width:14px;height:14px;bottom:0;right:0}.Chat-module-scss-module__RdAtza__resizeSW{cursor:sw-resize;width:14px;height:14px;bottom:0;left:0}.Chat-module-scss-module__RdAtza__callOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#0f172ad9;justify-content:center;align-items:center;animation:.25s ease-out Chat-module-scss-module__RdAtza__fadeIn;display:flex;position:fixed;inset:0}.Chat-module-scss-module__RdAtza__callModal{color:#fff;text-align:center;background:#1e293b;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:480px;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Chat-module-scss-module__RdAtza__callModal:before{content:"";background:radial-gradient(circle, rgba(var(--primary-color,#facc15), .06) 0%, transparent 70%);pointer-events:none;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.Chat-module-scss-module__RdAtza__callTitle{letter-spacing:-.01em;margin:0 0 8px;font-size:22px;font-weight:700}.Chat-module-scss-module__RdAtza__callSubtitle{color:#94a3b8;justify-content:center;align-items:center;gap:6px;margin:0 0 36px;font-size:14px;display:flex}.Chat-module-scss-module__RdAtza__callConnectionContainer{justify-content:center;align-items:center;gap:24px;width:100%;margin-bottom:48px;display:flex;position:relative}.Chat-module-scss-module__RdAtza__callUserNode{flex-direction:column;align-items:center;gap:12px;width:100px;display:flex}.Chat-module-scss-module__RdAtza__callAvatarRing{width:80px;height:80px;box-shadow:0 0 0 4px rgba(var(--primary-color,#facc15), .2);background:#0f172a;border-radius:50%;justify-content:center;align-items:center;animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__pulseRing;display:flex;position:relative}@keyframes Chat-module-scss-module__RdAtza__pulseRing{0%{box-shadow:0 0 0 0 rgba(var(--primary-color,#facc15), .4)}70%{box-shadow:0 0 0 16px rgba(var(--primary-color,#facc15), 0)}to{box-shadow:0 0 0 0 rgba(var(--primary-color,#facc15), 0)}}.Chat-module-scss-module__RdAtza__callUserName{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:13.5px;font-weight:600;overflow:hidden}.Chat-module-scss-module__RdAtza__connectorSvg{flex:1;max-width:160px;overflow:visible}.Chat-module-scss-module__RdAtza__dashedLine{stroke:var(--primary-color,#facc15);animation:1.5s linear infinite Chat-module-scss-module__RdAtza__dash}@keyframes Chat-module-scss-module__RdAtza__dash{to{stroke-dashoffset:-20px}}.Chat-module-scss-module__RdAtza__callEndBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;box-shadow:0 8px 20px #ef444466}.Chat-module-scss-module__RdAtza__callEndBtn:hover{background:#dc2626;transform:scale(1.08);box-shadow:0 10px 24px #ef44448c}.Chat-module-scss-module__RdAtza__callEndBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__callAcceptBtn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;box-shadow:0 8px 20px #22c55e66}.Chat-module-scss-module__RdAtza__callAcceptBtn:hover{background:#16a34a;transform:scale(1.08);box-shadow:0 10px 24px #22c55e8c}.Chat-module-scss-module__RdAtza__callAcceptBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__callActionRow{gap:24px;margin-top:10px;display:flex}.Chat-module-scss-module__RdAtza__videoCallContainer{background:#0f172a;border-radius:0;flex:1;width:100%;min-height:180px;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #0009}.Chat-module-scss-module__RdAtza__remoteVideo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.Chat-module-scss-module__RdAtza__localVideo{object-fit:cover;z-index:10;background:#1e293b;border:2px solid #ffffff40;border-radius:12px;width:100px;height:130px;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0006}.Chat-module-scss-module__RdAtza__videoControlsOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#0f172aa6;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:16px;padding:8px 16px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0006}.Chat-module-scss-module__RdAtza__controlBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__controlBtn:hover{background:#ffffff40;transform:scale(1.08)}.Chat-module-scss-module__RdAtza__controlBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__controlBtn.Chat-module-scss-module__RdAtza__muted{color:#fff;background:#ef4444}.Chat-module-scss-module__RdAtza__controlBtn.Chat-module-scss-module__RdAtza__muted:hover{background:#dc2626}.Chat-module-scss-module__RdAtza__controlBtnEnd{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__controlBtnEnd:hover{background:#dc2626;transform:scale(1.08);box-shadow:0 0 12px #ef444480}.Chat-module-scss-module__RdAtza__controlBtnEnd:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__avatarWrapper{flex-shrink:0;display:inline-flex;position:relative}.Chat-module-scss-module__RdAtza__avatarInner{letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Outfit,Inter,sans-serif;font-weight:800;display:flex;overflow:hidden}.Chat-module-scss-module__RdAtza__avatarStatus{border:2px solid #fff;border-radius:50%;position:absolute;bottom:0;right:0}.Chat-module-scss-module__RdAtza__avatarStatus.Chat-module-scss-module__RdAtza__online{background-color:#10b981}.Chat-module-scss-module__RdAtza__avatarStatus.Chat-module-scss-module__RdAtza__offline{background-color:#d1d5db}.Chat-module-scss-module__RdAtza__groupNameField{padding:8px 20px 14px}.Chat-module-scss-module__RdAtza__groupNameLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.Chat-module-scss-module__RdAtza__groupNameInput{color:#1e293b;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.Chat-module-scss-module__RdAtza__groupNameInput:focus{border-color:var(--primary-hover,#eab308)}.Chat-module-scss-module__RdAtza__callSubIcon{margin-right:4px}.Chat-module-scss-module__RdAtza__modalBody{flex-direction:column;gap:20px;max-height:400px;padding:24px;display:flex;overflow-y:auto}.Chat-module-scss-module__RdAtza__groupMembersHeader{justify-content:space-between;align-items:center;display:flex}.Chat-module-scss-module__RdAtza__groupMembersTitle{color:#334155;font-size:14px;font-weight:600}.Chat-module-scss-module__RdAtza__addMemberBtn{color:var(--primary-hover,#eab308);background:var(--theme-color-light,#eab3081a);cursor:pointer;border:none;border-radius:16px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.Chat-module-scss-module__RdAtza__addMemberBtn:hover{background:var(--theme-color-light,#eab3082e)}.Chat-module-scss-module__RdAtza__addMemberBtn:active{transform:scale(.98)}.Chat-module-scss-module__RdAtza__addMemberSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.Chat-module-scss-module__RdAtza__searchWrapper{margin-bottom:12px;position:relative}.Chat-module-scss-module__RdAtza__searchIcon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Chat-module-scss-module__RdAtza__searchInput{color:#1e293b;background:#fff;border:1px solid #cbd5e1;outline:none;width:100%;padding:8px 12px 8px 36px;font-size:13px;transition:border-color .15s,box-shadow .15s}.Chat-module-scss-module__RdAtza__searchInput:focus{border-color:var(--primary-hover,#eab308);box-shadow:0 0 0 2px var(--theme-color-light,#eab30826)}.Chat-module-scss-module__RdAtza__membersList{flex-direction:column;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__memberItem{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.Chat-module-scss-module__RdAtza__memberLeft{align-items:center;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__memberDetails{flex-direction:column;display:flex}.Chat-module-scss-module__RdAtza__memberNameWrapper{align-items:center;gap:6px;display:flex}.Chat-module-scss-module__RdAtza__memberName{color:#0f172a;font-size:13.5px;font-weight:600}.Chat-module-scss-module__RdAtza__adminBadge{color:#d97706;background:#eab30826;align-items:center;gap:3px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-flex}.Chat-module-scss-module__RdAtza__memberEmail{color:#64748b;font-size:11px}.Chat-module-scss-module__RdAtza__removeMemberBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:6px;transition:background .15s,color .15s,transform .1s;display:flex}.Chat-module-scss-module__RdAtza__removeMemberBtn:hover{background:#ef444414}.Chat-module-scss-module__RdAtza__removeMemberBtn:active{transform:scale(.92)}.Chat-module-scss-module__RdAtza__modalFooterEnd{justify-content:flex-end}.Chat-module-scss-module__RdAtza__loadingText{color:#64748b;font-size:13px}.Chat-module-scss-module__RdAtza__addIcon{color:var(--primary-hover,#eab308)}.Chat-module-scss-module__RdAtza__groupNameEditWrapper{align-items:center;gap:8px;display:flex}.Chat-module-scss-module__RdAtza__groupNameEditInput{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;outline:none;padding:2px 6px;font-family:inherit;font-size:15px}.Chat-module-scss-module__RdAtza__groupNameEditInput:focus{border-color:var(--primary-hover,#eab308)}.Chat-module-scss-module__RdAtza__renameCheckBtn{color:var(--primary-hover,#eab308);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;transition:transform .1s;display:flex}.Chat-module-scss-module__RdAtza__renameCheckBtn:active{transform:scale(.9)}.Chat-module-scss-module__RdAtza__groupNameDisplayWrapper{align-items:center;gap:8px;display:flex}.Chat-module-scss-module__RdAtza__renameEditBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;transition:color .15s,transform .1s;display:flex}.Chat-module-scss-module__RdAtza__renameEditBtn:hover{color:#fff}.Chat-module-scss-module__RdAtza__renameEditBtn:active{transform:scale(.9)}.Chat-module-scss-module__RdAtza__permissionBanner{z-index:9999;color:#f8fafc;background:#1e293b;border-radius:10px;align-items:center;gap:12px;width:calc(100vw - 48px);max-width:480px;padding:12px 18px;font-size:13px;line-height:1.5;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}.Chat-module-scss-module__RdAtza__permissionBannerClose{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:2px;display:flex}.Chat-module-scss-module__RdAtza__permissionBannerClose:hover{color:#f8fafc}.Chat-module-scss-module__RdAtza__noAnimation{animation:none!important}.Chat-module-scss-module__RdAtza__callControlsRow{gap:16px;margin-top:12px;display:flex}.Chat-module-scss-module__RdAtza__translucentBg{background:#ffffff0d!important}.Chat-module-scss-module__RdAtza__avatarImg{object-fit:cover;width:100%;height:100%}.main-content:has(.chat-page-container){overflow:auto!important}.content-container:has(.chat-page-container){width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:0!important}
.dropdown-menu{z-index:10000;border-radius:8px;flex-direction:column;margin-top:4px;padding:4px 0;animation:.2s ease-out slideDown;display:flex;position:absolute;top:100%;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background-color:var(--bg-white,#fff)!important;color:var(--text-primary,#111827)!important;border:1px solid var(--border-primary,#e2e8f0)!important}.dropdown-menu .dropdown-list::-webkit-scrollbar{width:5px}.dropdown-menu .dropdown-list::-webkit-scrollbar-track{background:0 0}.dropdown-menu .dropdown-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px;transition:background .3s}.dropdown-menu .dropdown-list::-webkit-scrollbar-thumb:hover{background:#0003}.dropdown-menu .dropdown-list{scrollbar-width:thin;scrollbar-color:#0000001a #0000}.dropdown-menu .dropdown-item{cursor:pointer;text-align:left;align-items:center;gap:8px;padding:8px 12px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex;color:var(--text-primary,#111827)!important}.dropdown-menu .dropdown-item:hover{background:var(--sidebar-bg-hover,#f8fafc)!important}.dropdown-menu .dropdown-item.selected{font-weight:700;background:var(--sidebar-bg-hover,#f8fafc)!important;color:var(--theme-color,#356a66)!important;border-left:3px solid var(--theme-color,#356a66)!important}.dropdown-menu .dropdown-item:active{opacity:.8;background:var(--sidebar-bg-hover,#f8fafc)!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.input-module-scss-module__1bnTnq__wrapper{flex-direction:column;gap:6px;width:100%;display:flex}.input-module-scss-module__1bnTnq__labelWrapper{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.input-module-scss-module__1bnTnq__label{color:var(--text-primary,#111827);cursor:pointer;align-items:center;gap:4px;font-family:inherit;font-size:.85rem;font-weight:500;display:flex}.input-module-scss-module__1bnTnq__extra{align-items:center;display:flex}.input-module-scss-module__1bnTnq__labelText{display:inline-block}.input-module-scss-module__1bnTnq__required{margin-left:2px;color:#ef4444!important}.input-module-scss-module__1bnTnq__field{border:1.5px solid var(--border-primary,#cbd5e1);background-color:var(--bg-white,#fff);width:100%;color:var(--text-primary,#111827);border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.input-module-scss-module__1bnTnq__field:focus{border-color:var(--theme-color,var(--primary-color,#facc15));box-shadow:0 0 0 3px var(--theme-color-light,#3b82f626);outline:none}.input-module-scss-module__1bnTnq__field:disabled{background-color:var(--bg-soft,#f1f5f9);cursor:not-allowed;opacity:.6}.input-module-scss-module__1bnTnq__field::placeholder{color:var(--text-muted,#9ca3af)}.input-module-scss-module__1bnTnq__errorField{border-color:var(--status-error-text,#ef4444)!important}.input-module-scss-module__1bnTnq__errorField:focus{border-color:var(--status-error-text,#ef4444)}.input-module-scss-module__1bnTnq__errorMessage{color:var(--status-error-text,#ef4444);margin:0;font-family:inherit;font-size:.75rem;animation:.3s ease-in-out input-module-scss-module__1bnTnq__fadeIn}@keyframes input-module-scss-module__1bnTnq__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.input-module-scss-module__1bnTnq__inputContainer{align-items:center;display:flex;position:relative}.input-module-scss-module__1bnTnq__eyeButton{cursor:pointer;color:var(--text-muted,#6b7280);background:0 0;border:none;align-items:center;font-size:18px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.input-module-scss-module__1bnTnq__eyeButton:hover{color:var(--text-primary,#111827)}.input-module-scss-module__1bnTnq__prefix{color:var(--text-primary,#111827);pointer-events:none;z-index:1;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input-module-scss-module__1bnTnq__withPrefix{padding-left:40px}.input-module-scss-module__1bnTnq__withSuffix{padding-right:60px}.input-module-scss-module__1bnTnq__suffix{color:var(--text-muted,#9ca3af);z-index:2;cursor:default;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.input-module-scss-module__1bnTnq__suffixIcons{align-items:center;gap:10px;display:flex}.input-module-scss-module__1bnTnq__suffixContent{cursor:pointer;align-items:center;display:flex}.input-module-scss-module__1bnTnq__clearIcon{cursor:pointer;color:var(--status-error-text,#ef4444);justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.input-module-scss-module__1bnTnq__clearIcon:hover{color:var(--error-hover,#dc2626);transform:scale(1.1)}.input-module-scss-module__1bnTnq__toggleContainer{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;min-height:40px;display:flex}.input-module-scss-module__1bnTnq__toggleContainer.input-module-scss-module__1bnTnq__disabled{cursor:not-allowed;opacity:.6}.input-module-scss-module__1bnTnq__toggleContainer .input-module-scss-module__1bnTnq__toggleTrack{background:var(--bg-muted,#e2e8f0);border-radius:20px;width:36px;height:20px;transition:background .2s;position:relative}.input-module-scss-module__1bnTnq__toggleContainer .input-module-scss-module__1bnTnq__toggleTrack.input-module-scss-module__1bnTnq__active{background:var(--theme-color,#356a66)}.input-module-scss-module__1bnTnq__toggleContainer .input-module-scss-module__1bnTnq__toggleTrack .input-module-scss-module__1bnTnq__toggleSlider{background:var(--bg-white,#fff);border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000001a}.input-module-scss-module__1bnTnq__toggleContainer .input-module-scss-module__1bnTnq__toggleTrack .input-module-scss-module__1bnTnq__toggleSlider.input-module-scss-module__1bnTnq__active{left:18px}.input-module-scss-module__1bnTnq__toggleContainer .input-module-scss-module__1bnTnq__toggleLabel{color:var(--text-primary,#111827);font-size:14px;font-weight:500}
.SendMailModal-module-scss-module__eNJDBG__overlay{z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.SendMailModal-module-scss-module__eNJDBG__modal{background:var(--bg-white,#fff);border:1px solid var(--border-primary,#cbd5e1);border-radius:12px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) SendMailModal-module-scss-module__eNJDBG__modalEnter;display:flex;overflow:hidden;box-shadow:0 15px 25px -5px #0000001a}@keyframes SendMailModal-module-scss-module__eNJDBG__modalEnter{0%{opacity:0;transform:scale(.99)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.SendMailModal-module-scss-module__eNJDBG__header{background:var(--bg-white,#fff);border-bottom:1px solid var(--border-soft,#bec3c626);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.SendMailModal-module-scss-module__eNJDBG__header .SendMailModal-module-scss-module__eNJDBG__title{align-items:center;gap:10px;display:flex}.SendMailModal-module-scss-module__eNJDBG__header .SendMailModal-module-scss-module__eNJDBG__title .SendMailModal-module-scss-module__eNJDBG__icon{color:var(--theme-color);font-size:18px}.SendMailModal-module-scss-module__eNJDBG__header .SendMailModal-module-scss-module__eNJDBG__title h2{color:var(--text-primary,#111827);margin:0;font-size:15px;font-weight:700}.SendMailModal-module-scss-module__eNJDBG__header .SendMailModal-module-scss-module__eNJDBG__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.SendMailModal-module-scss-module__eNJDBG__header .SendMailModal-module-scss-module__eNJDBG__closeBtn:hover{background:var(--bg-soft,#f1f5f9);color:var(--text-primary,#111827)}.SendMailModal-module-scss-module__eNJDBG__body{scrollbar-width:thin;scrollbar-color:var(--border-soft,#bec3c626) #0000;flex-direction:column;flex:1;gap:16px;padding:16px 20px 30px;display:flex;overflow-y:auto}.SendMailModal-module-scss-module__eNJDBG__body::-webkit-scrollbar{width:5px}.SendMailModal-module-scss-module__eNJDBG__body::-webkit-scrollbar-thumb{background:var(--border-soft,#bec3c626);border-radius:10px}.SendMailModal-module-scss-module__eNJDBG__infoSection{background:var(--bg-soft,#f1f5f9);color:var(--text-secondary,#4b5563);border:1px solid var(--border-soft,#bec3c626);border-radius:6px;padding:8px 12px;font-size:12.5px}.SendMailModal-module-scss-module__eNJDBG__infoSection strong{color:var(--text-primary,#111827);font-weight:700}.SendMailModal-module-scss-module__eNJDBG__field{flex-direction:column;gap:6px;display:flex}.SendMailModal-module-scss-module__eNJDBG__field label{color:var(--text-secondary,#4b5563);font-size:13px;font-weight:600}.SendMailModal-module-scss-module__eNJDBG__templateBar{background:var(--bg-soft,#f1f5f9);border-bottom:1px solid var(--border-soft,#bec3c626);align-items:center;gap:16px;padding:10px 20px;display:flex}.SendMailModal-module-scss-module__eNJDBG__templateBar .SendMailModal-module-scss-module__eNJDBG__templateLabel{color:var(--text-secondary,#4b5563);white-space:nowrap;font-size:13.5px;font-weight:700}.SendMailModal-module-scss-module__eNJDBG__templateBar .SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper{flex:1;max-width:300px;position:relative}.SendMailModal-module-scss-module__eNJDBG__templateBar .SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);cursor:pointer;height:36px;color:var(--text-primary,#111827);border-radius:6px;justify-content:space-between;align-items:center;padding:0 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.SendMailModal-module-scss-module__eNJDBG__templateBar .SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger.SendMailModal-module-scss-module__eNJDBG__active{border-color:var(--theme-color);box-shadow:0 0 0 3px var(--theme-color-light)}.SendMailModal-module-scss-module__eNJDBG__templateBar .SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SendMailModal-module-scss-module__eNJDBG__templateBar .SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger .SendMailModal-module-scss-module__eNJDBG__arrow{color:#94a3b8;margin-left:8px;font-size:14px;transition:transform .2s}.SendMailModal-module-scss-module__eNJDBG__templateBar .SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger .SendMailModal-module-scss-module__eNJDBG__arrow.SendMailModal-module-scss-module__eNJDBG__up{transform:rotate(180deg)}.SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper{width:100%;position:relative}.SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);cursor:pointer;min-height:40px;color:var(--text-primary,#111827);border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13.5px;transition:all .2s;display:flex}.SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger.SendMailModal-module-scss-module__eNJDBG__active{border-color:var(--theme-color);box-shadow:0 0 0 2px var(--theme-color-light)}.SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger .SendMailModal-module-scss-module__eNJDBG__arrow{color:#94a3b8;flex-shrink:0;margin-left:8px;transition:transform .2s}.SendMailModal-module-scss-module__eNJDBG__customDropdownWrapper .SendMailModal-module-scss-module__eNJDBG__customDropdownTrigger .SendMailModal-module-scss-module__eNJDBG__arrow.SendMailModal-module-scss-module__eNJDBG__up{transform:rotate(180deg)}.SendMailModal-module-scss-module__eNJDBG__templateDesc{color:var(--text-muted,#9ca3af);background:var(--bg-soft,#f1f5f9);border-left:2px solid var(--theme-color);border-radius:4px;margin-top:-3px;padding:6px 10px;font-size:12px;line-height:1.4}.SendMailModal-module-scss-module__eNJDBG__searchWrapper{width:100%;position:relative}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__searchBox{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__searchBox:focus-within{border-color:var(--theme-color);box-shadow:0 0 0 2px var(--theme-color-light)}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__searchBox .SendMailModal-module-scss-module__eNJDBG__searchIcon{color:#94a3b8;font-size:14px}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__searchBox input{width:100%;color:var(--text-primary,#111827);background:0 0;border:none;outline:none;font-size:13.5px}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__searchBox input::placeholder{color:#cbd5e1}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__searchBox input:disabled{cursor:not-allowed}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__dropdownResults{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);z-index:1200;border-radius:8px;max-height:200px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 12px -3px #0000001a}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__dropdownResults .SendMailModal-module-scss-module__eNJDBG__resultItem{cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;display:flex}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__dropdownResults .SendMailModal-module-scss-module__eNJDBG__resultItem:hover{background:var(--bg-soft,#f1f5f9)}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__dropdownResults .SendMailModal-module-scss-module__eNJDBG__resultItem .SendMailModal-module-scss-module__eNJDBG__resultInfo{flex-direction:column;flex:1;min-width:0;display:flex}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__dropdownResults .SendMailModal-module-scss-module__eNJDBG__resultItem .SendMailModal-module-scss-module__eNJDBG__resultInfo .SendMailModal-module-scss-module__eNJDBG__name{color:var(--text-primary,#111827);font-size:13px;font-weight:500}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__dropdownResults .SendMailModal-module-scss-module__eNJDBG__resultItem .SendMailModal-module-scss-module__eNJDBG__resultInfo .SendMailModal-module-scss-module__eNJDBG__email{color:var(--text-muted,#9ca3af);font-size:11px}.SendMailModal-module-scss-module__eNJDBG__searchWrapper .SendMailModal-module-scss-module__eNJDBG__dropdownResults .SendMailModal-module-scss-module__eNJDBG__resultItem .SendMailModal-module-scss-module__eNJDBG__addIcon{color:var(--theme-color);font-size:14px}.SendMailModal-module-scss-module__eNJDBG__distHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.SendMailModal-module-scss-module__eNJDBG__distHeader label{color:var(--text-secondary,#4b5563);margin:0;font-size:13.5px;font-weight:700}.SendMailModal-module-scss-module__eNJDBG__distributionCard{background:var(--bg-soft,#f1f5f9);border:1px solid var(--border-soft,#bec3c626);border-radius:8px;flex-direction:column;gap:12px;padding:12px;display:flex}.SendMailModal-module-scss-module__eNJDBG__recipientListWrapper{flex-direction:column;gap:10px;display:flex}.SendMailModal-module-scss-module__eNJDBG__recipientListWrapper .SendMailModal-module-scss-module__eNJDBG__recipientHeader{flex-direction:column;gap:8px;display:flex}.SendMailModal-module-scss-module__eNJDBG__recipientListWrapper .SendMailModal-module-scss-module__eNJDBG__recipientHeader .SendMailModal-module-scss-module__eNJDBG__labelRow{justify-content:space-between;align-items:center;display:flex}.SendMailModal-module-scss-module__eNJDBG__recipientListWrapper .SendMailModal-module-scss-module__eNJDBG__recipientHeader .SendMailModal-module-scss-module__eNJDBG__labelRow label{color:var(--text-secondary,#4b5563);font-size:13.5px;font-weight:700}.SendMailModal-module-scss-module__eNJDBG__recipientList{border:1px solid var(--border-soft,#bec3c626);background:var(--bg-white,#fff);border-radius:8px;flex-wrap:wrap;gap:6px;min-height:40px;max-height:140px;padding:8px 12px;display:flex;overflow-y:auto}.SendMailModal-module-scss-module__eNJDBG__recipientList .SendMailModal-module-scss-module__eNJDBG__recipientTag{color:#065f46;background:#ecfdf5;border:1px solid #d1fae5;border-radius:15px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.SendMailModal-module-scss-module__eNJDBG__recipientList .SendMailModal-module-scss-module__eNJDBG__recipientTag:hover{background:#d1fae5}.SendMailModal-module-scss-module__eNJDBG__recipientList .SendMailModal-module-scss-module__eNJDBG__recipientTag .SendMailModal-module-scss-module__eNJDBG__tagContent{align-items:center;gap:5px;display:flex}.SendMailModal-module-scss-module__eNJDBG__recipientList .SendMailModal-module-scss-module__eNJDBG__recipientTag .SendMailModal-module-scss-module__eNJDBG__tagContent .SendMailModal-module-scss-module__eNJDBG__email{opacity:.7;font-size:10.5px}.SendMailModal-module-scss-module__eNJDBG__recipientList .SendMailModal-module-scss-module__eNJDBG__recipientTag .SendMailModal-module-scss-module__eNJDBG__removeTag{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.SendMailModal-module-scss-module__eNJDBG__recipientList .SendMailModal-module-scss-module__eNJDBG__recipientTag .SendMailModal-module-scss-module__eNJDBG__removeTag:hover{color:#ef4444;background:#ef44441a}.SendMailModal-module-scss-module__eNJDBG__recipientList .SendMailModal-module-scss-module__eNJDBG__noRecipients{text-align:center;color:#94a3b8;width:100%;padding:10px 0;font-size:13px}.SendMailModal-module-scss-module__eNJDBG__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.SendMailModal-module-scss-module__eNJDBG__clearBtn:hover{background:#ef44441a}.SendMailModal-module-scss-module__eNJDBG__toggleContainer{cursor:pointer;align-items:center;gap:8px;display:flex}.SendMailModal-module-scss-module__eNJDBG__toggleContainer span{color:var(--text-secondary,#4b5563);font-size:12px;font-weight:700}.SendMailModal-module-scss-module__eNJDBG__toggleContainer .SendMailModal-module-scss-module__eNJDBG__toggleTrack{background:var(--border-soft,#bec3c626);border-radius:20px;width:32px;height:18px;position:relative}.SendMailModal-module-scss-module__eNJDBG__toggleContainer .SendMailModal-module-scss-module__eNJDBG__toggleTrack.SendMailModal-module-scss-module__eNJDBG__active{background:var(--theme-color)}.SendMailModal-module-scss-module__eNJDBG__toggleContainer .SendMailModal-module-scss-module__eNJDBG__toggleTrack .SendMailModal-module-scss-module__eNJDBG__toggleSlider{background:var(--bg-white,#fff);border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:2px;left:2px}.SendMailModal-module-scss-module__eNJDBG__toggleContainer .SendMailModal-module-scss-module__eNJDBG__toggleTrack .SendMailModal-module-scss-module__eNJDBG__toggleSlider.SendMailModal-module-scss-module__eNJDBG__active{left:16px}.SendMailModal-module-scss-module__eNJDBG__footer{background:var(--bg-soft,#f1f5f9);border-top:1px solid var(--border-soft,#bec3c626);flex-shrink:0;justify-content:flex-end;padding:10px 20px;display:flex}.SendMailModal-module-scss-module__eNJDBG__noResults{text-align:center;color:#94a3b8;padding:16px;font-size:13px}
.ImportEmployeeModal-module-scss-module__OnIIGW__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent{background:#fff;border-radius:16px;flex-direction:column;width:950px;height:650px;padding:32px;display:flex;position:relative;box-shadow:0 10px 25px #0000001a}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header h2{color:#1e293b;margin:0;font-size:20px;font-weight:600}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample{color:var(--theme-color);cursor:pointer;background:#f1f5f9;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample:hover{background:#e2e8f0}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample.ImportEmployeeModal-module-scss-module__OnIIGW__disabled{cursor:not-allowed;opacity:.7;background:#f1f5f9!important}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample .ImportEmployeeModal-module-scss-module__OnIIGW__spinner{border:2px solid #0000001a;border-top-color:var(--theme-color);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ImportEmployeeModal-module-scss-module__OnIIGW__spin;display:inline-block}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea{cursor:pointer;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:64px 32px;transition:all .2s;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea:hover{border-color:var(--theme-color);background:#fff}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea .ImportEmployeeModal-module-scss-module__OnIIGW__icon{color:var(--theme-color);margin-bottom:16px}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea p{color:#64748b;text-align:center;margin:0;font-size:14px}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea p strong{color:var(--theme-color)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea .ImportEmployeeModal-module-scss-module__OnIIGW__fileName{color:#1e293b;background:#f1f5f9;border-radius:20px;margin-top:12px;padding:4px 12px;font-size:13px;font-weight:500}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer{flex-direction:column;gap:8px;margin-top:24px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer .ImportEmployeeModal-module-scss-module__OnIIGW__progressLabel{color:#475569;justify-content:space-between;font-size:13px;font-weight:600;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer .ImportEmployeeModal-module-scss-module__OnIIGW__progressBarWrapper{background:#e2e8f0;border-radius:4px;width:100%;height:8px;overflow:hidden}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer .ImportEmployeeModal-module-scss-module__OnIIGW__progressBarWrapper .ImportEmployeeModal-module-scss-module__OnIIGW__progressBarFill{background:var(--theme-color);border-radius:4px;height:100%;transition:width .3s ease-out}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:20px;width:100%;padding:32px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressBox .ImportEmployeeModal-module-scss-module__OnIIGW__fileIndicator{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:10px;padding:8px 16px;font-size:14px;font-weight:600;display:flex;box-shadow:0 1px 3px #0000000d}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;padding:24px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__iconWrapper.ImportEmployeeModal-module-scss-module__OnIIGW__success{color:#10b981;background:#ecfdf5}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__iconWrapper.ImportEmployeeModal-module-scss-module__OnIIGW__warning{color:#f59e0b;background:#fffbeb}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen h3{color:#1e293b;margin:0;font-size:18px;font-weight:600}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__resultSummary{color:#475569;word-break:break-all;background:#f1f5f9;border-radius:8px;max-width:100%;margin:8px 0;padding:10px 20px;font-size:14px;font-weight:600}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__errorDownloadBtn{color:#b45309;cursor:pointer;background:#fffbeb;border:1px dashed #f59e0b;border-radius:8px;outline:none;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__errorDownloadBtn:hover{background:#fef3c7;transform:translateY(-1px)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer{border-bottom:2px solid #e2e8f0;flex-shrink:0;gap:24px;margin-bottom:24px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab{color:#64748b;cursor:pointer;background:0 0;border:none;outline:none;padding:8px 4px 12px;font-size:15px;font-weight:600;transition:all .2s;position:relative}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab:hover{color:#1e293b}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab.ImportEmployeeModal-module-scss-module__OnIIGW__active{color:var(--theme-color)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab.ImportEmployeeModal-module-scss-module__OnIIGW__active:after{content:"";background:var(--theme-color);width:100%;height:2px;position:absolute;bottom:-2px;left:0}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__bodyContainer{flex-direction:column;flex-grow:1;min-height:0;display:flex;overflow-y:auto}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-grow:1;width:100%;max-height:380px;margin-top:8px;overflow-y:auto}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable{border-collapse:collapse;text-align:left;width:100%}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable th{color:#475569;z-index:10;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:13px;font-weight:600;position:sticky;top:0}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:13px}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable tr:last-child td{border-bottom:none}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__shortTaskId{color:#475569;background:#f1f5f9;border-radius:6px;padding:4px 8px;font-family:monospace;font-size:12px;font-weight:500}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__downloadActionBtn{cursor:pointer;color:var(--theme-color);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:inline-flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__downloadActionBtn:hover{color:#1e293b;background:#f1f5f9}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__emptyState{text-align:center;color:#94a3b8;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:12px;padding:64px 32px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__emptyState span{font-size:14px;font-weight:500}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__loaderWrapper{flex-grow:1;justify-content:center;align-items:center;width:100%;padding:64px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__footer{justify-content:flex-end;gap:12px;margin-top:30px;display:flex}
.HRDashboard-module-scss-module__z1w-IG__dashboardContainer{background-color:var(--background,#f2f7fa);flex-direction:column;gap:16px;min-height:calc(100vh - 64px);padding:8px 0;font-family:Inter,sans-serif;display:flex}.HRDashboard-module-scss-module__z1w-IG__glass{background:var(--bg-white,#fff)!important;border:1px solid var(--border-soft,#bec3c626)!important}.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:repeat(6,1fr);gap:16px;width:100%;display:grid}@media (max-width:1440px){.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:1fr}}.HRDashboard-module-scss-module__z1w-IG__miniStatCard{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);cursor:pointer;border-radius:16px;flex-direction:column;gap:8px;padding:12px 16px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a05,0 8px 16px -4px #0f172a08}.HRDashboard-module-scss-module__z1w-IG__miniStatCard:hover{border-color:rgba(var(--primary-color,#facc15), .3);box-shadow:0 16px 24px -10px #0f172a0f,0 0 0 1px rgba(var(--primary-color,#facc15), .1);transform:translateY(-2px)}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardTitle{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.06em;font-size:9.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent{align-items:center;gap:10px;margin:2px 0;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__iconBox{background:var(--icon-bg);width:32px;height:32px;color:var(--icon-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:all .25s;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue{align-items:center;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue h3{color:var(--text-primary,#111827);letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800;line-height:1}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue .HRDashboard-module-scss-module__z1w-IG__trendPill{border-radius:20px;align-items:center;gap:3px;padding:2px 6px;font-size:9px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue .HRDashboard-module-scss-module__z1w-IG__trendPill.HRDashboard-module-scss-module__z1w-IG__up{color:#166534;background:#f0fdf4}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue .HRDashboard-module-scss-module__z1w-IG__trendPill.HRDashboard-module-scss-module__z1w-IG__down{color:#991b1b;background:#fef2f2}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow{border-top:1px solid #00000005;justify-content:space-between;align-items:center;padding-top:4px;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__subText{color:var(--text-muted,#9ca3af);margin:0;font-size:10.5px;font-weight:600}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini{align-items:center;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini img{border:1.5px solid var(--bg-white,#fff);border-radius:50%;width:18px;height:18px;margin-left:-6px}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini img:first-child{margin-left:0}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini .HRDashboard-module-scss-module__z1w-IG__aPlusMini{background:var(--background,#f2f7fa);width:18px;height:18px;color:var(--text-secondary,#4b5563);border:1.5px solid var(--bg-white,#fff);border-radius:50%;justify-content:center;align-items:center;margin-left:-6px;font-size:8px;font-weight:700;display:flex}.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent{align-items:flex-start;gap:16px;width:100%;display:flex}@media (max-width:1200px){.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent{flex-direction:column;align-items:stretch}}.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__leftMainContent{flex:2.2;grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:768px){.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__leftMainContent{grid-template-columns:1fr}}.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__rightSidebar{flex-direction:column;flex:1;gap:16px;min-width:320px;display:flex}@media (max-width:1200px){.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__rightSidebar{min-width:100%}}.HRDashboard-module-scss-module__z1w-IG__wideCard{grid-column:span 2}@media (max-width:768px){.HRDashboard-module-scss-module__z1w-IG__wideCard{grid-column:span 1}}.HRDashboard-module-scss-module__z1w-IG__card{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);border-radius:16px;flex-direction:column;padding:20px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a05,0 8px 24px -4px #0f172a08}.HRDashboard-module-scss-module__z1w-IG__card:hover{border-color:rgba(var(--primary-color,#facc15), .3);box-shadow:0 16px 32px -10px #0f172a0f,0 0 0 1px rgba(var(--primary-color,#facc15), .05);transform:translateY(-2px)}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader{border-bottom:1px solid var(--border-soft,#bec3c626);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader h3{color:var(--text-secondary,#4b5563);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:750}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader .HRDashboard-module-scss-module__z1w-IG__actionBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;height:28px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;color:#1f6f64!important;background:#fff!important;border:1px solid #1f6f64!important;border-radius:5px!important;padding:4px 12px!important;font-size:10.5px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader .HRDashboard-module-scss-module__z1w-IG__actionBtn:hover{box-shadow:0 2px 8px #1f6f641a;background:#1f6f640d!important}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader .HRDashboard-module-scss-module__z1w-IG__staticBadge{cursor:default;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;height:28px;display:flex;border:1px solid var(--border-primary,#cbd5e1)!important;color:var(--text-secondary,#4b5563)!important;background:#f8fafc!important;border-radius:5px!important;padding:4px 12px!important;font-size:10.5px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem{border:1px solid var(--border-soft,#bec3c626);background:var(--bg-white,#fff);border-radius:8px;margin-bottom:10px;padding:13px 14px;transition:border-color .18s,box-shadow .18s}.HRDashboard-module-scss-module__z1w-IG__approvalItem:last-child{margin-bottom:0}.HRDashboard-module-scss-module__z1w-IG__approvalItem:hover{border-color:var(--border-primary,#cbd5e1);box-shadow:0 1px 2px #0000000a}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader{align-items:center;gap:11px;margin-bottom:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo{flex:1;min-width:0}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#111827);letter-spacing:-.01em;margin:0;font-size:13.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__deptBadge{color:var(--theme-color,#1f6f64);white-space:nowrap;background:#356a661a;border:1px solid #356a6633;border-radius:5px;padding:2px 7px;font-size:9.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge{background-color:var(--badge-bg,#0000000a);color:var(--badge-color,var(--text-muted,#6b7280));border:1px solid var(--badge-border,#0000000d);white-space:nowrap;border-radius:5px;padding:2.5px 7px;font-size:9.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge.HRDashboard-module-scss-module__z1w-IG__sickleave,.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge.HRDashboard-module-scss-module__z1w-IG__sick{background-color:var(--badge-bg,var(--status-error-bg,#fee2e2));color:var(--badge-color,var(--status-error-text,#ef4444));border-color:var(--badge-border,rgba(var(--status-error-text,#ef4444), .15))}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge.HRDashboard-module-scss-module__z1w-IG__casualleave,.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge.HRDashboard-module-scss-module__z1w-IG__casual{background-color:var(--badge-bg,var(--status-success-bg,#dcfce7));color:var(--badge-color,var(--status-success-text,#10b981));border-color:var(--badge-border,rgba(var(--status-success-text,#10b981), .15))}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge.HRDashboard-module-scss-module__z1w-IG__lop,.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge.HRDashboard-module-scss-module__z1w-IG__unpaid{background-color:var(--badge-bg,#f1f5f9);color:var(--badge-color,#64748b);border-color:var(--badge-border,#e2e8f0)}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__metaRow{align-items:center;gap:10px;margin-top:3px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__metaRow .HRDashboard-module-scss-module__z1w-IG__metaItem{color:var(--text-muted,#9ca3af);align-items:center;gap:4px;font-size:11px;font-weight:500;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions{flex-shrink:0;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__approveTextBtn{height:32px;transition:all .2s;background:var(--status-success-bg,#dcfce7)!important;border:1px solid var(--status-success-text,#10b981)!important;color:var(--theme-color,#1f6f64)!important;border-radius:8px!important;padding:4px 14px!important;font-size:11.5px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__approveTextBtn:hover{background:rgba(var(--status-success-text,#10b981), .2)!important;border-color:var(--status-success-text,#10b981)!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__declineTextBtn{height:32px;transition:all .2s;background:var(--status-error-bg,#fee2e2)!important;border:1px solid var(--status-error-text,#ef4444)!important;color:#ef4444!important;border-radius:8px!important;padding:4px 14px!important;font-size:11.5px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__declineTextBtn:hover{background:rgba(var(--status-error-text,#ef4444), .1)!important;border-color:#ef4444!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__reasonBlock{background:var(--background,#f2f7fa);border-radius:6px;padding:7px 11px;font-size:11.5px;line-height:1.45}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__reasonBlock .HRDashboard-module-scss-module__z1w-IG__reasonLabel{color:var(--text-muted,#9ca3af);font-weight:600}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__reasonBlock .HRDashboard-module-scss-module__z1w-IG__reasonText{color:var(--text-secondary,#4b5563);font-weight:500}.HRDashboard-module-scss-module__z1w-IG__trendSummary{background:var(--background,#f2f7fa);border:1px solid var(--border-soft,#bec3c626);border-radius:8px;align-items:center;gap:14px;margin-bottom:12px;padding:8px 12px;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__sumItem{flex-direction:column;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__sumItem .HRDashboard-module-scss-module__z1w-IG__val{color:var(--text-primary,#111827);letter-spacing:-.04em;font-size:20px;font-weight:800;line-height:1}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__sumItem .HRDashboard-module-scss-module__z1w-IG__lbl{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:9.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__divider{background:var(--border-primary,#cbd5e1);flex-shrink:0;width:1px;height:32px}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__legend{flex-direction:column;gap:4px;margin-left:auto;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__legend .HRDashboard-module-scss-module__z1w-IG__leg{color:var(--text-muted,#9ca3af);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__legend .HRDashboard-module-scss-module__z1w-IG__leg .HRDashboard-module-scss-module__z1w-IG__dot{border-radius:2px;flex-shrink:0;width:7px;height:7px}.HRDashboard-module-scss-module__z1w-IG__chartArea{height:200px}.HRDashboard-module-scss-module__z1w-IG__distSplit{align-items:center;gap:16px;padding:4px 0 12px;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf{flex-shrink:0;width:110px;height:110px;position:relative}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf .HRDashboard-module-scss-module__z1w-IG__chartCenter{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf .HRDashboard-module-scss-module__z1w-IG__chartCenter span{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.5px;font-size:8.5px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf .HRDashboard-module-scss-module__z1w-IG__chartCenter strong{color:var(--text-primary,#111827);letter-spacing:-.02em;font-size:17px;font-weight:900}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf{flex-direction:column;flex:1;gap:6px;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem{background:var(--background,#f2f7fa);border:1px solid var(--border-soft,#bec3c626);border-radius:8px;justify-content:space-between;align-items:center;padding:7px 10px;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem .HRDashboard-module-scss-module__z1w-IG__labelRow{color:var(--text-secondary,#4b5563);align-items:center;gap:7px;font-size:11px;font-weight:600;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem .HRDashboard-module-scss-module__z1w-IG__labelRow .HRDashboard-module-scss-module__z1w-IG__dot{background:var(--dot-color);border-radius:50%;width:6px;height:6px}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem .HRDashboard-module-scss-module__z1w-IG__count{color:var(--text-primary,#111827);font-size:12px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__statusFooter{border-top:1px solid var(--border-soft,#bec3c626);gap:8px;margin-top:8px;padding-top:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__statusFooter .HRDashboard-module-scss-module__z1w-IG__fItem{background:var(--background,#f2f7fa);border:1px solid var(--border-soft,#bec3c626);border-radius:8px;flex:1;padding:9px 10px}.HRDashboard-module-scss-module__z1w-IG__statusFooter .HRDashboard-module-scss-module__z1w-IG__fItem span{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.4px;margin-bottom:2px;font-size:9px;font-weight:800;display:block}.HRDashboard-module-scss-module__z1w-IG__statusFooter .HRDashboard-module-scss-module__z1w-IG__fItem strong{color:var(--text-primary,#111827);letter-spacing:-.02em;font-size:16px;font-weight:900}.HRDashboard-module-scss-module__z1w-IG__sectionTitle{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.7px;margin:12px 0 8px 2px;font-size:10px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__birthdayItem{border:1px solid var(--border-soft,#bec3c626);background:var(--bg-white,#fff);cursor:pointer;border-radius:8px;align-items:center;gap:14px;margin-bottom:6px;padding:11px 14px;transition:all .2s;display:flex}.HRDashboard-module-scss-module__z1w-IG__birthdayItem:hover{background:var(--background,#f2f7fa);border-color:var(--border-primary,#cbd5e1);transform:translate(3px)}.HRDashboard-module-scss-module__z1w-IG__birthdayItem:last-child{margin-bottom:0}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain{flex:1;min-width:0}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#111827);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta{align-items:center;gap:5px;margin-top:2px;display:flex}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#9ca3af);font-size:11.5px;font-weight:500}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__itemDivider{color:#d1d5db;font-size:12px}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__itemDate{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.4px;font-size:10.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtn{white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;height:32px;transition:all .2s;display:flex;border:1px solid var(--border-primary,#cbd5e1)!important;color:var(--text-secondary,#4b5563)!important;background:0 0!important;border-radius:8px!important;padding:0 14px!important;font-size:11.5px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtn:hover{color:#356a66!important;background:#356a660d!important;border-color:#356a66!important}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtn:disabled{opacity:.5;cursor:not-allowed}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtn:disabled:hover{border-color:var(--border-primary,#cbd5e1)!important;background:0 0!important}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem{background:#356a66;border-color:#ffffff26}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemName{color:#fff}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemSub{color:#ffffffa6}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemDate{color:#ffffff80}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemDivider{color:#ffffff40}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__sendBtnHighlight{white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;height:32px;transition:all .2s;display:flex;background:var(--primary-color,#facc15)!important;color:var(--bg-black,#1c212d)!important;border:none!important;border-radius:8px!important;padding:0 14px!important;font-size:11.5px!important;font-weight:800!important}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__sendBtnHighlight:hover{background:var(--theme-color-hover,#d97706)!important}.HRDashboard-module-scss-module__z1w-IG__clockInRow{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);border-radius:8px;flex-direction:column;margin-bottom:8px;transition:all .22s;display:flex;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__clockInRow:last-child{margin-bottom:0}.HRDashboard-module-scss-module__z1w-IG__clockInRow:hover{border-color:var(--border-primary,#cbd5e1);box-shadow:0 2px 10px #0000000a}.HRDashboard-module-scss-module__z1w-IG__clockInRow.HRDashboard-module-scss-module__z1w-IG__expanded{border-color:var(--primary-color,#facc15);box-shadow:0 4px 16px rgba(var(--primary-color,#facc15), .12)}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow{cursor:pointer;align-items:center;gap:14px;width:100%;padding:12px 16px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemMain{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#111827);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:13.5px;font-weight:700;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#9ca3af);font-size:11px;font-weight:500}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__lateLabel{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__lateVal{color:#ef4444;align-items:center;gap:4px;font-size:11.5px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__lateTag{background:rgba(var(--primary-color,#facc15), .12);color:var(--status-pending-text,#92400e);border:1px solid rgba(var(--primary-color,#facc15), .3);text-transform:uppercase;letter-spacing:.6px;border-radius:5px;align-items:center;gap:4px;padding:2.5px 8px;font-size:9.5px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__statusBadge{color:#356a66;letter-spacing:.2px;background:#356a6614;border:1px solid #356a6633;border-radius:6px;align-items:center;gap:6px;padding:3.5px 10px;font-size:11.5px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__statusBadge:before{content:"";background:#356a66;border-radius:50%;width:5px;height:5px;box-shadow:0 0 4px #356a6666}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail{background:var(--background,#f2f7fa);border-top:1px solid var(--border-soft,#bec3c626);justify-content:space-around;align-items:center;padding:12px 16px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem{flex-direction:column;align-items:center;gap:4px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label:before{content:"";border-radius:50%;width:7px;height:7px}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label.HRDashboard-module-scss-module__z1w-IG__clockIn:before{background:#356a66}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label.HRDashboard-module-scss-module__z1w-IG__clockOut:before{background:#ef4444}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label.HRDashboard-module-scss-module__z1w-IG__production:before{background:var(--primary-color,#facc15)}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__timeValue{color:var(--text-primary,#111827);letter-spacing:-.01em;font-size:15px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__lateArrivalsGrid{grid-template-columns:1fr;gap:8px;display:grid}.HRDashboard-module-scss-module__z1w-IG__sectionHeader{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.7px;margin:14px 0 8px 2px;font-size:10.5px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__footerButton{width:100%;height:38px;margin-top:12px;transition:all .18s;background:var(--bg-black,#1c212d)!important;border:1px solid var(--bg-black,#1c212d)!important;color:var(--primary-color,#facc15)!important;border-radius:8px!important;font-size:12.5px!important;font-weight:600!important}.HRDashboard-module-scss-module__z1w-IG__footerButton:hover{background:var(--sidebar-bg-active,#374151)!important;border-color:var(--sidebar-bg-active,#374151)!important}.HRDashboard-module-scss-module__z1w-IG__utilityBtn{letter-spacing:.4px;height:28px;transition:all .2s;color:#1f6f64!important;background:#fff!important;border:1px solid #1f6f64!important;align-items:center!important;gap:8px!important;padding:0 16px!important;font-size:11px!important;font-weight:700!important;display:flex!important}.HRDashboard-module-scss-module__z1w-IG__utilityBtn:hover{box-shadow:0 2px 8px #1f6f641a;background:#1f6f640d!important}.HRDashboard-module-scss-module__z1w-IG__container{flex-direction:column;gap:20px;display:flex}.HRDashboard-module-scss-module__z1w-IG__header{flex-direction:column;align-items:flex-start;gap:12px;display:flex}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__header{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.HRDashboard-module-scss-module__z1w-IG__header .HRDashboard-module-scss-module__z1w-IG__title h1{margin-bottom:4px}.HRDashboard-module-scss-module__z1w-IG__header .HRDashboard-module-scss-module__z1w-IG__title p{color:var(--text-secondary,#4b5563);margin:0;font-size:13px}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__header .HRDashboard-module-scss-module__z1w-IG__title p{font-size:14px}}.HRDashboard-module-scss-module__z1w-IG__statsGrid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:576px){.HRDashboard-module-scss-module__z1w-IG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HRDashboard-module-scss-module__z1w-IG__statsGrid{grid-template-columns:repeat(4,1fr)}}.HRDashboard-module-scss-module__z1w-IG__tabsContainer{background:var(--bg-white,#fff);-webkit-overflow-scrolling:touch;white-space:nowrap;border:1px solid var(--border-soft,#bec3c626);border-radius:12px;gap:8px;width:100%;max-width:fit-content;margin-bottom:4px;padding:6px;display:flex;overflow-x:auto;box-shadow:0 1px 2px #0000000a}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__tabsContainer{width:fit-content;overflow-x:visible}}.HRDashboard-module-scss-module__z1w-IG__tabsContainer::-webkit-scrollbar{display:none}.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab{color:var(--text-secondary,#4b5563);cursor:pointer;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab{font-size:14px}}.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab:hover{color:#356a66;background:#356a660d}.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab.HRDashboard-module-scss-module__z1w-IG__active{color:#fff;background:#356a66;box-shadow:0 2px 8px #356a6633}.HRDashboard-module-scss-module__z1w-IG__approvalList{flex-direction:column;gap:16px;display:flex}.HRDashboard-module-scss-module__z1w-IG__sectionTitle{color:var(--text-primary,#111827);margin-bottom:12px;font-size:16px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__emptyState{text-align:center;color:var(--text-muted,#9ca3af);background:var(--bg-white,#fff);border:1px dashed var(--border-primary,#cbd5e1);border-radius:12px;padding:40px}.HRDashboard-module-scss-module__z1w-IG__paginationWrapper{border-top:1px solid var(--border-soft,#bec3c626);margin-top:20px;padding-top:20px;padding-bottom:20px}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);border-radius:12px;flex-direction:column;gap:16px;margin:12px 0;padding:16px;display:flex;box-shadow:0 1px 2px #0000000a}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser{align-items:center;gap:12px;display:flex}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser .HRDashboard-module-scss-module__z1w-IG__userInfo{flex:1}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser .HRDashboard-module-scss-module__z1w-IG__userInfo .HRDashboard-module-scss-module__z1w-IG__userName{color:var(--text-primary,#111827);letter-spacing:-.01em;text-align:left;margin:0;font-size:16px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser .HRDashboard-module-scss-module__z1w-IG__userInfo .HRDashboard-module-scss-module__z1w-IG__userRole{color:var(--text-muted,#9ca3af);text-align:left;font-size:12px;font-weight:500;display:block}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid{border-top:1px solid var(--border-soft,#bec3c626);grid-template-columns:repeat(2,1fr);gap:16px;padding-top:12px;display:grid}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid .HRDashboard-module-scss-module__z1w-IG__summaryItem{text-align:left;flex-direction:column;gap:2px;display:flex}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid .HRDashboard-module-scss-module__z1w-IG__summaryItem label{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid .HRDashboard-module-scss-module__z1w-IG__summaryItem strong{color:var(--text-primary,#111827);font-size:14px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryReason{text-align:left;flex-direction:column;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryReason label{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryReason .HRDashboard-module-scss-module__z1w-IG__reasonText{background:var(--background,#f2f7fa);color:var(--text-secondary,#4b5563);border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500;line-height:1.5}.HRDashboard-module-scss-module__z1w-IG__emptyState{text-align:center;color:var(--text-muted,#9ca3af);background:var(--background,#f2f7fa);border:1px dashed var(--border-primary,#cbd5e1);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:10px 0;padding:40px 20px;display:flex}.HRDashboard-module-scss-module__z1w-IG__emptyState svg{color:var(--border-primary,#cbd5e1);font-size:24px}.HRDashboard-module-scss-module__z1w-IG__emptyState p{color:var(--text-secondary,#4b5563);letter-spacing:-.01em;margin:0;font-size:13px;font-weight:600}.HRDashboard-module-scss-module__z1w-IG__emptySubText{color:var(--text-muted,#9ca3af);text-align:center;border:1px dashed var(--border-soft,#bec3c626);background:rgba(var(--background,#f2f7fa), .5);letter-spacing:.3px;text-transform:uppercase;border-radius:8px;margin:8px 0;padding:16px;font-size:11px;font-weight:600}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow{background:var(--bg-white,#fff);border:1px solid var(--border-soft,#bec3c626);border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:10px 14px;transition:all .2s;display:flex}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow:hover{border-color:var(--border-primary,#cbd5e1);transform:translate(4px);box-shadow:0 1px 2px #0000000a}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMain{flex:1;min-width:0}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#111827);margin:0;font-size:13.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#9ca3af);margin-top:1px;font-size:11px;display:block}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta{text-align:right;flex-direction:column;display:flex}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__dateLabel{color:var(--text-muted,#9ca3af);text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__dateValue{color:#356a66;font-size:11px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__lateCaseValue{color:#ef4444;font-size:11px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__operationalList{flex-direction:column;gap:4px;max-height:480px;padding:4px 2px;display:flex;overflow:hidden auto}.HRDashboard-module-scss-module__z1w-IG__operationalList::-webkit-scrollbar{width:4px}.HRDashboard-module-scss-module__z1w-IG__operationalList::-webkit-scrollbar-thumb{background:var(--border-soft,#bec3c626);border-radius:4px}
.CreateCouponModal-module-scss-module__hlpF-a__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background-color:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CreateCouponModal-module-scss-module__hlpF-a__modal{background:#fff;border-radius:24px;outline:none;width:95vw;max-width:1050px;height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) CreateCouponModal-module-scss-module__hlpF-a__modalIn;display:flex;overflow:hidden;box-shadow:0 50px 100px -20px #0006}@keyframes CreateCouponModal-module-scss-module__hlpF-a__modalIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.CreateCouponModal-module-scss-module__hlpF-a__modalContent{width:100%;height:100%;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__visualSidebar{color:#fff;background:linear-gradient(#1e293b 0%,#0f172a 100%);flex-direction:column;flex-shrink:0;justify-content:space-between;width:300px;padding:48px 32px;display:flex;position:relative;overflow:hidden}.CreateCouponModal-module-scss-module__hlpF-a__visualSidebar:before{content:"";background:radial-gradient(circle,#0d948826 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;left:-50px}.CreateCouponModal-module-scss-module__hlpF-a__visualHeader .CreateCouponModal-module-scss-module__hlpF-a__iconBox{color:#0d9488;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__visualHeader h3{margin-top:24px;margin-bottom:4px;font-size:22px;font-weight:800}.CreateCouponModal-module-scss-module__hlpF-a__visualHeader p{color:#ffffff80;letter-spacing:.8px;text-transform:uppercase;font-size:13px}.CreateCouponModal-module-scss-module__hlpF-a__contextGuides{flex-direction:column;gap:28px;margin:10px 0;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__contextGuides .CreateCouponModal-module-scss-module__hlpF-a__guideItem{gap:16px;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__contextGuides .CreateCouponModal-module-scss-module__hlpF-a__guideItem .CreateCouponModal-module-scss-module__hlpF-a__guideIcon{color:#0d9488;background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__contextGuides .CreateCouponModal-module-scss-module__hlpF-a__guideItem .CreateCouponModal-module-scss-module__hlpF-a__guideText strong{margin-bottom:3px;font-size:14px;font-weight:700;display:block}.CreateCouponModal-module-scss-module__hlpF-a__contextGuides .CreateCouponModal-module-scss-module__hlpF-a__guideItem .CreateCouponModal-module-scss-module__hlpF-a__guideText p{color:#fff6;font-size:12px;line-height:1.5}.CreateCouponModal-module-scss-module__hlpF-a__sidebarFooter .CreateCouponModal-module-scss-module__hlpF-a__branding{letter-spacing:2.5px;color:#fff3;font-size:11px;font-weight:800}.CreateCouponModal-module-scss-module__hlpF-a__formContainer{background:#fff;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.CreateCouponModal-module-scss-module__hlpF-a__closeBtn{color:#94a3b8;cursor:pointer;z-index:50;background:#fff;border:1px solid #f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.CreateCouponModal-module-scss-module__hlpF-a__closeBtn:hover{color:#0f172a;background:#f1f5f9;transform:rotate(90deg)}.CreateCouponModal-module-scss-module__hlpF-a__formWrapper{flex:1;width:100%;padding:10px 48px 100px;overflow-y:auto}.CreateCouponModal-module-scss-module__hlpF-a__formWrapper::-webkit-scrollbar{width:6px}.CreateCouponModal-module-scss-module__hlpF-a__formWrapper::-webkit-scrollbar-track{background:0 0}.CreateCouponModal-module-scss-module__hlpF-a__formWrapper::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.CreateCouponModal-module-scss-module__hlpF-a__formHeader{justify-content:space-between;margin-top:16px;margin-bottom:32px;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__formHeader .CreateCouponModal-module-scss-module__hlpF-a__headerInfo h1{color:#0f172a;letter-spacing:-.01em;margin-bottom:6px;font-size:28px;font-weight:800}.CreateCouponModal-module-scss-module__hlpF-a__formHeader .CreateCouponModal-module-scss-module__hlpF-a__headerInfo p{color:#94a3b8;max-width:600px;font-size:14px;line-height:1.5}.CreateCouponModal-module-scss-module__hlpF-a__formGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.CreateCouponModal-module-scss-module__hlpF-a__formGrid .CreateCouponModal-module-scss-module__hlpF-a__fullWidth{grid-column:span 2}.CreateCouponModal-module-scss-module__hlpF-a__formGrid .CreateCouponModal-module-scss-module__hlpF-a__inputSplit{grid-column:span 1}.CreateCouponModal-module-scss-module__hlpF-a__customLabel{color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.CreateCouponModal-module-scss-module__hlpF-a__selectionChips{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__selectionChips .CreateCouponModal-module-scss-module__hlpF-a__chip{color:#64748b;cursor:pointer;background:#f8fafc;border:1.5px solid #f1f5f9;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__selectionChips .CreateCouponModal-module-scss-module__hlpF-a__chip.CreateCouponModal-module-scss-module__hlpF-a__active{color:#0d9488;background:#fff;border-color:#0d9488;box-shadow:0 4px 12px #0d94881a}.CreateCouponModal-module-scss-module__hlpF-a__datePickerGroup{flex-direction:column;gap:8px;display:flex}.CreateCouponModal-module-scss-module__hlpF-a__datePickerGroup .CreateCouponModal-module-scss-module__hlpF-a__dateInput{color:#0f172a;background:#f8fafc;border:1.5px solid #f1f5f9;border-radius:12px;outline:none;height:48px;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s}.CreateCouponModal-module-scss-module__hlpF-a__datePickerGroup .CreateCouponModal-module-scss-module__hlpF-a__dateInput:focus{background:#fff;border-color:#0d9488;box-shadow:0 0 0 4px #0d94881a}.CreateCouponModal-module-scss-module__hlpF-a__datePickerGroup .CreateCouponModal-module-scss-module__hlpF-a__errorMsg{color:#ef4444;font-size:12px;font-weight:600}:is(.CreateCouponModal-module-scss-module__hlpF-a__modernInput .wrapper,.CreateCouponModal-module-scss-module__hlpF-a__modernTextArea .wrapper){gap:8px!important}:is(.CreateCouponModal-module-scss-module__hlpF-a__modernInput .labelText,.CreateCouponModal-module-scss-module__hlpF-a__modernTextArea .labelText){color:#94a3b8!important;letter-spacing:1px!important;text-transform:uppercase!important;font-size:11px!important;font-weight:800!important}:is(.CreateCouponModal-module-scss-module__hlpF-a__modernInput .field,.CreateCouponModal-module-scss-module__hlpF-a__modernTextArea .field){background:#f8fafc!important;border:1.5px solid #f1f5f9!important;border-radius:12px!important;height:48px!important;font-size:14px!important;font-weight:600!important}:is(.CreateCouponModal-module-scss-module__hlpF-a__modernInput .field:focus,.CreateCouponModal-module-scss-module__hlpF-a__modernTextArea .field:focus){background:#fff!important;border-color:#0d9488!important}.CreateCouponModal-module-scss-module__hlpF-a__modernTextArea .field{height:auto!important;padding:12px!important}.CreateCouponModal-module-scss-module__hlpF-a__formFooter{z-index:100;background:#fff;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:24px;padding:24px 48px;display:flex;position:absolute;bottom:0;left:0;right:0}.CreateCouponModal-module-scss-module__hlpF-a__discardBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:700}.CreateCouponModal-module-scss-module__hlpF-a__discardBtn:hover{color:#0f172a;background:#f8fafc}
