@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&display=swap";.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0003;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-box{background-color:#fff;padding:20px 20px 40px;border-radius:12px;max-width:90%;width:70%;box-shadow:0 4px 12px #00000026;overflow:visible;text-align:center;position:relative;z-index:99999;max-height:60px}.modal-header img{border-radius:50%}.modal-message{font-size:1rem}.modal-btn{background:linear-gradient(to bottom,#4170b6,#3561ab);color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.modal-actions{display:flex;justify-content:flex-end}.close-button{border-radius:8px;background-color:#3561ab;color:#fff;font-size:12px;font-weight:600;letter-spacing:1px;border:none;padding:7px 10px;width:100%}body{font-family:Nunito,sans-serif;margin:0;background-color:#fff}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animated{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}a,button,input,textarea,select{-webkit-tap-highlight-color:transparent;outline:none}a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:none;box-shadow:none}a:active,button:active,input:active,textarea:active,select:active{outline:none;background-color:transparent;box-shadow:none}.bottom-nav{display:flex;justify-content:space-around;align-items:center;background:#fff;position:fixed;bottom:0;left:0;right:0;height:70px;border-top-left-radius:30px;border-top-right-radius:30px;box-shadow:0 -4px 15px #0000001a;z-index:1000}.bottom-link{text-decoration:none}.nav-item{display:flex;flex-direction:column;align-items:center;color:#999;text-align:center;cursor:pointer;position:relative;transition:color .3s ease,transform .2s ease;font-size:18px;font-weight:700}.nav-item.active{color:#3561ab;font-weight:700}.nav-item span{font-size:12px;margin-top:4px;transition:color .3s ease}.camera-button-link{position:relative;top:-15px;background:none;border:none;outline:none;cursor:pointer}.camera-button{width:70px;height:70px;background:linear-gradient(to bottom,#4170b6,#3561ab);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;box-shadow:0 4px 15px #0003;transition:transform .2s ease}.face-id{width:57px;height:57px}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 15px #0000004d;animation:slide-up .5s ease;z-index:1000;display:flex;flex-direction:column}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;color:#ff8c00;border-top-left-radius:20px;border-top-right-radius:20px;font-size:30px}.title-face-verified{font-size:15px;color:#333;font-weight:800}.bottom-sheet-content{display:flex;justify-content:center;align-items:center}.close-icon{box-shadow:0 -4px 15px #0000001a;border-radius:50%}.close-btn{background-color:#3561ab;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer;font-size:12px;font-weight:700}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet-loading{height:300px;margin:20px;display:flex;justify-content:center;align-items:center}.container-btn-office-loc{display:flex;justify-content:center;align-items:center;margin-bottom:30px}.btn-office-loc{width:50%;height:50px;color:#fff;background:linear-gradient(to bottom,#ffa40a,#ff8c00);border:none;border-radius:30px;padding:20px 20px 20px 25px;font-size:15px;display:flex;justify-content:space-between;align-items:center;outline:none;transition:background-color .3s ease}.icon-office-btn{font-size:20px}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.camera-container{position:relative;width:320px;height:320px;border-radius:50%;overflow:hidden;transition:border .2s ease-in-out;margin-bottom:40px;touch-action:manipulation}.webcam{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transform:scaleX(-1)}.canvas{position:absolute;top:0;left:0;width:100%;height:100%;transform:scaleX(-1)}.detection-message{position:absolute;bottom:50px;left:50%;transform:translate(-50%);background-color:#fff;color:#3561ab;padding:10px;border-radius:5px;width:80%;text-align:center;font-weight:800}.capture-container{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background-color:#fff;padding:5px;border-radius:50%}.capture-button{display:flex;align-items:center;justify-content:center;background-color:#ff0000d4;color:#fff;border:none;border-radius:50%;padding:10px;font-size:16px;cursor:pointer;transition:background-color .3s ease;width:35px;height:35px}.capture-button:disabled{background-color:#ff000080;cursor:not-allowed}.capture-icon{margin-right:8px}.capture-cam-attendance{display:flex;justify-content:center;align-items:center;margin-bottom:70px}.btn-capture-cam{width:50px;height:50px;border-radius:50%;padding:35px;color:#fff;background:linear-gradient(to bottom,#4170b6a3,#3560abd3);border:none;font-size:30px;display:flex;justify-content:center;align-items:center;outline:none;transition:background-color .3s ease;font-weight:800}.btn-capture-cam.not-ready{background:#cbd5f5;cursor:not-allowed;opacity:.6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-box{background-color:#fff;border-radius:12px;max-width:90%;width:100%;box-shadow:0 4px 12px #00000026;overflow:hidden}.modal-title{font-size:1.5rem;margin-bottom:15px;text-align:center}.modal-message{font-size:1rem;margin-bottom:20px;text-align:center}.modal-btn{background-color:#007bff;color:#fff;border:none;padding:10px 15px;margin:0 5px;border-radius:5px;cursor:pointer;flex:1;transition:background-color .3s ease}.modal-btn:hover{background-color:#0056b3}.modal-actions{display:flex;justify-content:space-between;margin-top:15px}.open-modal-btn{padding:10px 20px;margin:20px;background-color:#28a745;color:#fff;border:none;cursor:pointer;border-radius:5px;width:calc(100% - 40px);transition:background-color .3s ease}.open-modal-btn:hover{background-color:#218838}.default-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s ease}.default-modal-box{background:#fff;padding:20px;border-radius:16px;width:85%;max-width:320px;text-align:center;animation:scaleIn .2s ease}.default-modal-box h2{margin-bottom:10px;color:#3561ab}.default-modal-box p{font-size:14px;color:#666}.default-modal-actions{display:flex;gap:10px;margin-top:16px}.default-modal-btn{flex:1;padding:10px;border-radius:10px;border:none;cursor:pointer;font-weight:600;letter-spacing:1px}.default-modal-btn:first-child{background:#eee;color:#333}.default-modal-btn:last-child{background:#3561ab;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.history-detail-page{position:relative;padding-bottom:80px;background:#efefef}.map-container{position:relative;width:100%;height:280px}.map-frame{width:100%;height:100%;border:none}.map-header{position:absolute;top:0;left:0;width:100%;padding:16px;display:flex;align-items:center;background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent)}.back-btn{background:#00000080;border:none;color:#fff;font-size:23px;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 10px #00000026}.detail-container{margin-top:-30px;padding:16px}.detail-card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 6px 18px #00000014;display:flex;flex-direction:column;margin-top:30px}.detail-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f1f1}.detail-row:last-child{border-bottom:none}.detail-row span{font-size:13px;color:#888}.detail-row p{font-size:13px;font-weight:600;color:#3561ab}.status-checkin{color:#3561ab}.status-checkout{color:#ffa50a}.loading-history-detail{height:100vh;margin:20px;display:flex;justify-content:center;align-items:center}.leaderboard-page{background:#efefef;min-height:100vh;padding-bottom:80px}.leaderboard-header{position:sticky;top:0;z-index:100;display:flex;justify-content:center;align-items:center;gap:10px;padding:16px;background:#fff;border-bottom:1px solid #eee;box-shadow:0 -4px 15px #0000001a}.leaderboard-header h2{margin:0;font-size:18px;color:#333}.back-btn-leaderboard{position:absolute;left:16px;width:38px;height:38px;border-radius:50%;border:none;background:linear-gradient(to bottom,#4170b6a3,#3560abd3);color:#fff;display:flex;align-items:center;justify-content:center;font-size:23px;cursor:pointer}.leaderboard-list{padding:16px;display:flex;flex-direction:column;gap:12px}.leaderboard-item{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:12px;border-radius:14px;box-shadow:0 4px 12px #0000000d}.lb-left img{width:45px;height:45px;border-radius:50%;object-fit:cover}.lb-initial{width:45px;height:45px;border-radius:50%;background:#3561ab;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.lb-center{flex:1;margin-left:12px}.lb-name{font-size:14px;font-weight:700;margin:0;color:#333}.lb-right{padding:6px 10px;border-radius:8px;font-size:12px;font-weight:700;color:#fff}.loading-text{text-align:center;color:#888}.leaderboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}.leaderboard-card-page{display:grid;grid-template-columns:1fr;border-radius:14px;background:#fff;box-shadow:0 4px 12px #0000000f;overflow:hidden;transition:.2s;width:100%}.leaderboard-card-page:active{transform:scale(.97)}.lead-img-container{background:#efefef;padding:12px;display:flex;justify-content:center;align-items:center}.profile-img{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #fff}.profile-img img{width:100%;height:100%;object-fit:cover}.user-initial-lb{width:50px;height:50px;border-radius:50%;background:#3561ab;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.lead-user-container{text-align:center;margin-top:6px;font-weight:700;font-size:13px;color:#333}.dept-container{text-align:center;font-size:11px;color:#777}.leaderboard-date-container{text-align:center;font-size:11px;margin-top:4px}.leaderboard-clock-container-lb{margin-top:8px;text-align:center;padding:6px;font-size:12px;font-weight:700;color:#fff}.leaderboard-clock-container-lb h3{margin:2px}.lead-blue-bg{background:linear-gradient(to right,#3561ab,#4a7cd6)}.lead-yellow-bg{background:linear-gradient(to right,#ffa50a,#ff8c00)}.loading-leaderboard{display:flex;justify-content:center;align-items:center;height:100vh}.attend-map-wrapper{height:100vh;width:100%;position:relative;background:#f5f7fb}.attend-map-header{position:absolute;top:15px;left:15px;right:15px;z-index:999;display:flex;align-items:center;gap:10px}.attend-map-title{background:#fffffff2;padding:10px 14px;border-radius:12px;font-size:13px;font-weight:500;color:#1e293b;box-shadow:0 4px 12px #0000001f;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attend-map-iframe{width:100%;height:100%;border:none}.attend-map-loading{height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f7fb}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-control-attribution a{display:none}.leaflet-right .leaflet-control{margin-right:20px}.leaflet-bottom .leaflet-control{margin-bottom:40px}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-color:#ffffffe4}.back-button{position:absolute;top:10px;left:10px;padding:10px 20px;background-color:#ffffffe4;border:none;cursor:pointer;font-size:16px;box-shadow:0 2px 5px #0003;z-index:999;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#333}.back-button:hover{background-color:#f0f0f0}.office-address{position:absolute;z-index:999;top:10px;left:90px;background-color:#ffffffe4;padding:10px 20px;width:50%;text-align:center;color:#333;border-radius:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.back-btn-container{display:flex;justify-content:center;align-items:center}.success-container,.success-loading-container{height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f7fb}.success-card{padding:40px 30px;border-radius:20px;text-align:center;max-width:350px;width:100%}.success-icon{width:80px;height:80px;background:#3561ab;color:#fff;border-radius:50%;font-size:40px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;animation:pop .4s ease}.success-desc{font-size:14px;color:#64748b;margin-bottom:25px}@keyframes pop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.attend-success-container{height:100vh;background:#f5f7fb;display:flex;flex-direction:column;align-items:center;justify-content:center}.attend-success-loading-container{height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f7fb}.success-info.success-attend-loc-container strong{display:flex;justify-content:center;align-items:center}.attend-header{position:absolute;top:20px;left:20px}.back-button{background:#fff;border:none;padding:10px;border-radius:10px;box-shadow:0 4px 10px #00000014;cursor:pointer}.attend-card{padding:30px 25px;border-radius:20px;text-align:center;width:80%;max-width:350px;animation:fadeUp .4s ease}.success-icon{width:80px;height:80px;background:#22c55e;color:#fff;border-radius:50%;font-size:35px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.success-title{font-size:20px;margin-bottom:10px;color:#1e293b}.success-message{font-size:14px;color:#64748b;margin-bottom:20px}.success-info{display:flex;justify-content:space-between;margin-bottom:25px;background:#f1f5f9;padding:10px;border-radius:10px}.success-info span{font-size:12px;color:#64748b}.success-info strong{display:block;font-size:14px;color:#1e293b}.success-actions{display:flex;gap:10px}.btn-primary{flex:1;background:#3561ab;color:#fff;border:none;padding:10px;border-radius:10px;cursor:pointer}.btn-secondary{flex:1;background:#e2e8f0;border:none;padding:10px;border-radius:10px;cursor:pointer}@keyframes fadeUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.button-success-attend-container{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.button-success-attend-map{flex:1;color:#28467c;border:none;cursor:pointer;background:none;font-weight:600}.account-container{background:#efefef;min-height:100vh;padding:16px 16px 90px}.account-header{background:linear-gradient(135deg,#3561ab,#4170b6);border-radius:20px;padding:24px;text-align:center;color:#fff;margin-bottom:20px;box-shadow:0 6px 16px #3561ab4d}.avatar{width:70px;height:70px;border-radius:50%;background:#ffa50a;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 10px;color:#fff}.account-header h3{margin:5px 0}.account-header span{font-size:13px;opacity:.9}.account-menu{display:flex;flex-direction:column;gap:12px}.menu-item{background:#fff;padding:14px;border-radius:14px;font-size:14px;cursor:pointer;box-shadow:0 4px 12px #0000000d;transition:.2s}.menu-item:hover{transform:translateY(-2px)}.menu-item.logout{color:#f44336;font-weight:600}.login-container{position:absolute;top:20px;bottom:0}.login-form{display:flex;justify-content:center}.form-container{width:80vw}.input-group{position:relative;color:#fff;margin-bottom:20px;width:100%;display:flex;justify-content:center}.login-title{display:flex;justify-content:center;font-weight:900;margin:0;color:#ffa50aa8;font-size:30px;font-family:Poppins,sans-serif}.login-p{margin-top:0;display:flex;justify-content:center;align-items:center;color:#333}.input-group input{padding:15px 15px 15px 60px;font-size:16px;border:1px solid #ddd;border-radius:8px;background-color:#2c3e5013;transition:border-color .3s,box-shadow .3s;width:80vw}.input-group input:focus{border-color:#3561ab;box-shadow:0 0 8px #007bff4d;background-color:#fff;outline:none}.input-icon{position:absolute;top:50%;left:18px;transform:translateY(-50%);width:25px;height:25px;color:#3561ab}.login-button{width:80vw;padding:12px 20px;font-size:16px;font-weight:600;background:linear-gradient(to bottom,#4170b6,#3561ab);color:#fff;border:none;border-radius:20px;cursor:pointer;transition:background .3s ease-in-out,box-shadow .3s ease-in-out;letter-spacing:1px}.btn-container{display:flex;justify-content:center}.login-button:hover{background:linear-gradient(to bottom,#28467c,#243c68);box-shadow:0 5px 15px #005bbb66}.toggle-password{background:none;border:none;color:#00000074;cursor:pointer;font-size:18px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.login-img{width:15rem;height:15rem}.login-copyright{position:absolute;bottom:10px;left:0;width:100%;text-align:center;color:#333;font-size:12px}.login-page{height:100vh;display:flex;justify-content:center;align-items:center}.header-history{display:flex;justify-content:space-between;align-items:center;color:#ff8c00e3;margin-top:30px}.history-link{text-decoration:none;border:1px #333;font-size:12px;font-weight:800;color:#ff8c00e3}.history-link p{background-color:transparent;padding:2px 5px;border-radius:5px}.header-history h3{color:#333;font-size:17px;margin:0}.history-cards{display:flex;overflow-x:hidden;cursor:grab;padding:10px 0;-webkit-user-select:none;user-select:none;scroll-behavior:smooth}.history-card{display:grid;grid-template-columns:repeat(1,1fr);min-width:150px;padding:10px;border-radius:10px;margin-right:15px;box-shadow:0 2px 6px #0000001a;flex-shrink:0;transition:all .3s ease;text-align:center;color:#333}.history-card p{margin:5px 0;color:#333;font-size:12px;font-weight:700}.history-teks{font-size:12px;font-weight:700}.history-card.inactive{background-color:#0000000d;filter:brightness(70%);transform:scale(.9)}.history-card.active{background-color:#ffeb3b;filter:none;transform:scale(1.1);box-shadow:0 6px 12px #0000004d}.history-badge{font-size:12px;font-weight:700;width:100%;border-radius:5px;padding:4px 0}.yellow-bg{background-color:#ffa50aa8;color:#fff}.blue-bg{background-color:#4170b6a3;color:#fff}.date-container,.clock-container{color:#fff!important}.history-cards.not-found-text{align-items:center;font-weight:600;color:#333}.loading-text{text-align:center;color:#333;font-weight:600}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.react-loading-skeleton{--base-color: #f8f8f8 !important;--highlight-color: #fafafa00 !important;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.skeleton-container{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:5px}.skeleton-item{position:relative;overflow:hidden}.skeleton-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(to right,#ffffff1a,#ffffff9a,#ffffff1a);animation:loading 1.5s infinite}.header-section{display:flex;justify-content:space-between;align-items:center}@keyframes loading{0%{left:-100%}to{left:100%}}.header-leaderboard{display:flex;justify-content:space-between;align-items:center;color:#ff8c00e3;margin-top:10px}.header-leaderboard h3{color:#333;font-size:17px;margin:0}.lead-link{text-decoration:none;border:1px #333;font-size:12px;font-weight:800;color:#ff8c00e3}.lead-link p{background-color:transparent;padding:2px 5px;border-radius:5px}.leaderboard-cards{display:flex;overflow-x:hidden;cursor:grab;padding:10px 0;-webkit-user-select:none;user-select:none;scroll-behavior:smooth}.leaderboard-card{display:grid;grid-template-columns:repeat(1,1fr);min-width:150px;border-radius:10px;margin-right:15px;box-shadow:0 2px 6px #0000001a;flex-shrink:0;transition:all .3s ease;text-align:center;color:#333;max-width:150px}.leaderboard-card p{margin:5px 0;font-size:12px;font-weight:700}.leaderboard-card.inactive{background-color:#0000000d;filter:brightness(70%);transform:scale(.9)}.leaderboard-card.active{background-color:#ffeb3b;filter:none;transform:scale(1.1);box-shadow:0 6px 12px #0000004d}.lead-yellow-bg{background:linear-gradient(to bottom,#ffa50a90,#ff8c00d3);color:#fff}.lead-blue-bg{background:linear-gradient(to bottom,#4170b6a3,#3560abd3);color:#fff}.lead-img{width:50px;height:50px;border-radius:50%;object-fit:cover}.img{font-size:48px;color:#ccc}.lead-user-container{text-transform:uppercase;font-size:15px;font-weight:800;margin-top:5px}.dept-container{text-transform:uppercase;font-size:12px;color:#333;font-weight:700}.lead-img-container{background-color:#efefef;padding:10px 0;border-top-left-radius:10px;border-top-right-radius:10px;max-height:150px;position:relative;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center}.lead-img-container .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0006;border-top-left-radius:10px;border-top-right-radius:10px}.profile-img{position:relative;z-index:1;border-radius:50%;overflow:hidden;width:50px;height:50px;border:2px solid white}.profile-img img,.img{width:100%;height:100%;object-fit:cover;border-radius:50%}.lead-img-container .img{font-size:24px;color:#888}.leaderboard-clock-container{border-bottom-left-radius:10px;border-bottom-right-radius:10px;color:#fff}.user-initial-lb{width:50x;height:50px;border-radius:50%;background-color:#fff;color:#3561ab;display:flex;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;font-size:20px;font-weight:bolder}.attendance-section{margin-bottom:20px}.attendance-info{background-color:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 10px #0000001a}.date-time{margin:0 0 10px;font-size:12px;font-weight:800;color:#333;text-transform:capitalize;text-align:center}.attendance-grid{display:grid;grid-template-columns:repeat(2,1fr)}.checkin-container,.checkout-container{text-align:center}.check-in-time,.check-out-time{font-size:40px;color:#ffa50aa8;font-weight:900}.attendance-title{font-size:12px;color:#333;font-weight:800;text-transform:uppercase}.icon-container{display:flex;overflow-x:auto;white-space:nowrap;padding:0 10px}.menu-icon-container{display:grid;grid-template-columns:repeat(1,1fr);justify-content:center;margin-right:15px}.menu-icon{flex:0 0 auto;border-radius:50%;padding:15px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;transition:transform .2s ease;-webkit-tap-highlight-color:transparent;outline:none}.home-icon{background:linear-gradient(to bottom,#c435bfa1,#a3289e)}.enve-icon{background:linear-gradient(to bottom,#ffa50aa8,#ff8c00)}.cog-icon{background:linear-gradient(to bottom,#175775a3,#184962)}.user-icon{background:linear-gradient(to bottom,#4170b6a3,#3561ab)}.calendar-icon{background:linear-gradient(to bottom,#ff600ab1,#ff4500)}.comment-icon{background:linear-gradient(to bottom,#20992098,#1c791d)}.heart-icon{background:linear-gradient(to bottom,#dc143ca7,#c50b34)}.icon:hover{background-color:#274d80}.icon-title{font-size:12px;color:#333;text-align:center;margin-top:5px;font-weight:600;-webkit-user-select:none;user-select:none;pointer-events:none}.dashboard-header{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(8,auto);align-items:center;color:#fff}.user-info{grid-column:1 / span 8}.user-name{font-weight:900;font-size:17px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.user-department{font-size:12px;color:#fff;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.user-img{grid-column:9 / span 2;font-size:4rem;font-weight:700;text-align:right}.user-initial{width:62px;height:62px;border-radius:50%;background-color:#fff;color:#3561ab;display:flex;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;font-size:20px;font-weight:bolder;margin-bottom:20px}.company-name{margin:0;color:#fff;text-transform:uppercase;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:270px}.user-profile-img{width:60px;height:60px;border-radius:50%;box-shadow:0 2px 2px #0003;object-fit:cover;border:2px solid #ffff}.user-section-container{height:30vh;width:100%;background:linear-gradient(to bottom,#3561ab,#4170b6,#648ecc);border-bottom-right-radius:50%}.dashboard-container{padding:20px 20px 80px;max-width:800px;margin:0 auto;flex:1;overflow-y:auto}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;opacity:0;pointer-events:none;transition:.3s;z-index:20}.overlay.show{opacity:1;pointer-events:all}.bottom-sheet-fr{position:fixed;bottom:0;left:50%;transform:translate3d(-50%,100%,0);width:92vw;background:#fff;border-radius:20px 20px 0 0;padding:16px;transition:transform .4s cubic-bezier(.22,1,.36,1);z-index:1000;will-change:transform;touch-action:none}.bottom-sheet-fr.open{transform:translate3d(-50%,0,0)}.bottom-sheet-fr.dragging{box-shadow:0 -10px 30px #0003}.sheet-handle{width:40px;height:4px;background:#ccc;margin:0 auto 10px;border-radius:10px;cursor:pointer}.sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sheet-header h3{color:#3561ab}.sheet-header svg{font-size:20px;cursor:pointer}.sheet-form{display:flex;flex-direction:column;gap:14px;margin-bottom:10px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:13px;margin-bottom:5px;color:#555}.form-group input,.form-group select,.form-group textarea{padding:10px;border-radius:10px;border:1px solid #ddd;outline:none}.form-group textarea{margin-bottom:10px}.submit-btn-request,.delete-btn-request{padding:12px;border:none;border-radius:10px;font-weight:600;cursor:pointer;letter-spacing:1px;width:100%;margin:0 5px}.submit-btn-request{background:linear-gradient(to bottom,#4170b6,#3561ab);color:#fff}.delete-btn-request{background:linear-gradient(to bottom,#fdd,#fff0f0);color:#d70000}.radio-group{display:flex;gap:10px}.radio-item{flex:1;background:#f5f6fa;padding:10px;border-radius:10px;text-align:center;cursor:pointer;transition:.2s;border:1px solid transparent}.radio-item input{display:none}.radio-item span{font-size:14px}.radio-item input:checked+span{color:#3561ab;font-weight:600}.radio-item:has(input:checked){background:#3561ab1a;border-color:#3561ab}.date-range{display:flex;align-items:center;gap:8px}.date-range input{flex:1}.upload-box{margin-top:5px}.upload-placeholder{display:flex;justify-content:center;align-items:center;height:120px;border:2px dashed #ddd;border-radius:12px;cursor:pointer;color:#999;font-size:14px}.upload-placeholder input{display:none}.preview{position:relative}.preview img{width:100%;height:120px;object-fit:cover;border-radius:12px}.remove-btn{position:absolute;top:6px;right:6px;background:#0009;border:none;color:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:14px}.form-action-request{display:flex;justify-content:space-between;align-items:center}.form-title-page{position:sticky;top:0;z-index:10;margin:0;display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 4px 15px #0000000d}.form-title-page h2{font-size:18px}.request-container{background-color:#efefef;min-height:80vh;padding:16px 16px 90px}.request-header{display:flex;justify-content:end;align-items:center;margin-bottom:16px}.request-header h2{color:#3561ab}.filter-box{display:flex;align-items:center;gap:6px;background:#fff;padding:6px 10px;border-radius:10px;box-shadow:0 2px 8px #0000000f}.filter-box select{border:none;outline:none;font-size:14px;background:transparent}.request-list{display:flex;flex-direction:column;gap:12px}.request-card{background:#fff;border-radius:14px;padding:14px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #0000000d}.card-left h4{margin:0;font-size:15px;font-weight:600}.card-left span{font-size:12px;color:#777}.status{padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600}.status.approved{background:#00c8531a;color:#00c853}.status.pending{background:#ffa50a26;color:#ffa50a}.status.rejected{background:#f443361a;color:#f44336}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:40px;color:#999}.empty-state img{width:80%}.fab{position:fixed;bottom:100px;right:20px;width:56px;height:56px;border-radius:50%;border:none;font-size:28px;color:#fff;background:linear-gradient(to bottom,#4170b6,#3561ab);box-shadow:0 6px 16px #0003;cursor:pointer;transition:.2s}.fab:hover{transform:scale(1.05)}.fab:active{transform:scale(.95)}.header-top-nav{display:flex;justify-content:center;align-items:center;position:relative;padding:15px 20px;background-color:#fff;box-shadow:0 -4px 15px #0000001a}.header-top-nav a{position:absolute;left:20px;top:30px;transform:translateY(-50%);color:#333;font-size:20px}.header-top-nav h2{margin:0;font-size:18px;color:#333}.history-page{padding-bottom:80px;background:#efefef}.filter-container{position:sticky;top:0;z-index:10;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #e5e7eb}.date-inputs{display:flex;align-items:center;gap:8px}.date-inputs input{flex:1;padding:8px;border-radius:10px;border:1px solid #ddd;background:#fff;color:#1f2937}.filter-btn{padding:10px;border-radius:12px;background:#3561ab;color:#fff;border:none;font-weight:600;transition:.2s;width:100%}.filter-btn:hover{opacity:.9}.quick-filter{display:flex;gap:8px}.quick-filter button{flex:1;padding:8px;border-radius:10px;background:#fff;color:#3561ab;border:1px solid #3561ab;font-size:12px;font-weight:600}.quick-filter button:hover{background:#3561ab;color:#fff}.history-container{padding:16px;display:flex;flex-direction:column;gap:12px}.history-item.modern{background:#fff;padding:16px;border-radius:16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d;transition:.2s}.history-item.modern:hover{transform:translateY(-2px)}.history-date{font-size:13px;color:#6b7280}.history-time{font-size:15px;font-weight:700;color:#1f2937}.history-status{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700}.status-blue{background:#e0e7ff;color:#3561ab}.status-yellow{background:#fff3cd;color:#ffa50a}.status-red{background:#fee2e2;color:#dc2626}.empty-text{text-align:center;color:#6b7280;margin-top:20px}.sort-container{display:flex;justify-content:end;margin-top:10px;margin-right:20px;gap:8px}.sort-icon{background:#f3f4f6;border:none;padding:10px;border-radius:10px;cursor:pointer;color:#6b7280;transition:all .2s ease}.sort-icon:hover{background:#e5e7eb}.sort-icon.active{background:#3561ab;color:#fff}
