body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;margin:0;overflow:hidden;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.dashboard-container{background:#f5f6fa;display:flex;flex-direction:column;min-height:100vh;width:100%}.header-bar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;padding:20px}.page-wrapper{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.greeting{color:#2f3542;font-size:20px;font-weight:600;margin:0}.highlight{color:#2ed573}.logout-btn{background:#ff4757;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:8px 18px}.table-container{padding:30px 5px 80px}@media (max-width:768px){.header-bar{padding:15px 20px}.table-container{padding:15px}.greeting{font-size:16px}}.table-wrapper{background:#f5f6fa;box-sizing:border-box;padding:20px 40px 100px;width:100%}.table-inner{display:flex;flex-direction:column;height:100%}.table-heading{color:#2f3542;font-size:24px;font-weight:600;margin-bottom:25px}.bot-table-container{display:flex;flex-direction:column}.table-scroll{display:flex;justify-content:center;max-height:calc(100vh - 180px);overflow:auto}.custom-table{background:#fff;border-collapse:collapse;border-radius:14px;box-shadow:0 15px 40px #0000000f;width:1200px}.custom-table thead{background:#f1f2f6}.custom-table thead th{background:#f1f2f6;position:-webkit-sticky;position:sticky;top:0;z-index:5}.custom-table th{color:#57606f;font-size:14px;font-weight:600;padding:18px 20px;text-align:left}.custom-table td{border-top:1px solid #eee;color:#2f3542;font-size:14px;padding:18px 20px}.custom-table tr:hover{background:#fafafa}.add-btn{background:#2ed573;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:7px 16px}.custom-table tr{cursor:pointer;transition:background .2s ease}.remove-btn{background:#ff4757;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:7px 16px}@media (max-width:768px){.table-wrapper{padding:20px 16px 60px}.table-scroll{display:block;overflow:auto}.custom-table{width:1200px}}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal-box{background:#fff;border-radius:12px;max-width:420px;padding:20px;width:95%}.selected-row{background:#f3f4f6!important}.selected-row td{background:#f1f3f5!important}.selected-row td:first-child{position:relative}.custom-table td:first-child{padding-left:45px;position:relative}.custom-table td:first-child:before{background:#fff;border:2px solid #cbd5e1;border-radius:50%;content:"";height:16px;left:18px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.selected-row td:first-child:before{background:#22c55e;border-color:#22c55e;box-shadow:inset 0 0 0 4px #fff}.center-alert{animation:fadeInScale .3s ease;background:#2ed573;border-radius:10px;box-shadow:0 15px 40px #0003;color:#fff;font-size:16px;font-weight:600;left:50%;padding:18px 30px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:2000}.groups-list{border-top:1px solid #eee;margin-top:15px;max-height:300px;overflow-y:auto}.group-row{align-items:center;border-bottom:1px solid #f1f1f1;display:flex;font-size:14px;justify-content:space-between;padding:10px 0}.group-row span{color:#2f3542;font-weight:500;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-row button{background:#1e90ff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:6px 14px}.group-row button:hover{opacity:.9}.close-modal{background:#747d8c;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:15px;padding:10px;width:100%}@media (max-width:768px){.table-wrapper{padding:20px 16px 60px}.table-scroll{overflow:auto}.custom-table{margin:0 auto;min-width:900px}}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.login-container{align-items:center;background:linear-gradient(180deg,#9fd3ff 0,#ccecff 40%,#f5fbff);display:flex;inset:0;justify-content:center;overflow:hidden;position:fixed}.login-container:after,.login-container:before{background:radial-gradient(circle,#fffc,#0000 70%);border-radius:50%;content:"";filter:blur(60px);position:absolute;z-index:1}.login-container:before{height:600px;left:-150px;top:-150px;width:600px}.login-container:after{bottom:-150px;height:500px;right:-150px;width:500px}.login-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffffd9;border-radius:24px;box-shadow:0 30px 80px #00000026,inset 0 1px 1px #fffc;display:flex;flex-direction:column;gap:18px;padding:40px;position:relative;width:380px;z-index:10}.brand h1{color:#111;font-size:28px;margin:0;text-align:center}.brand span{color:#22c55e;display:block;font-size:13px;font-weight:600;text-align:center}.login-card h2{color:#111;margin:0;text-align:center}.subtitle{color:#64748b;font-size:13px;margin-top:-8px;text-align:center}.input-group{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;padding:12px}.input-group span{color:#64748b;font-size:14px;margin-right:8px}.input-group input{background:#0000;border:none;flex:1 1;font-size:14px;outline:none}.login-card button{background:linear-gradient(180deg,#2f2f2f,#000);border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:600;padding:14px;transition:all .3s ease}.login-card button:hover{box-shadow:0 12px 30px #00000040;transform:translateY(-2px)}.error{color:#ff4d4f;font-size:13px;text-align:center}.otp-phone{color:#111;margin-top:-10px}.otp-input,.otp-phone{font-weight:600;text-align:center}.otp-input{background:#f1f5f9;border:none;border-radius:14px;font-size:22px;letter-spacing:8px;outline:none;padding:14px}.otp-input:focus{box-shadow:0 0 0 2px #22c55e}.resend{color:#64748b;font-size:13px;text-align:center}.resend span{color:#22c55e;cursor:pointer;font-weight:600}.otp-boxes{display:flex;gap:10px;justify-content:space-between;margin-top:10px}.otp-boxes input{background:#fff;border:2px solid #e2e8f0;border-radius:14px;font-size:22px;font-weight:600;height:55px;text-align:center;transition:all .2s ease;width:48px}.otp-boxes input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33;outline:none}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.46e2e050.css.map*/