.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.payroll-page-container{padding-bottom:3rem}.page-title-container{margin-bottom:1.5rem}.page-title-container h1{color:#1ea8e7!important;font-weight:700!important;margin-bottom:0!important;padding-bottom:0!important}.glass-card{background:#fff!important;border:1px solid #f0f0f0!important;border-radius:1.5rem!important;box-shadow:0 10px 40px #0000000a!important;transition:all .3s ease}.glass-card:hover{box-shadow:0 15px 45px #0000000f!important;transform:translateY(-2px)}.custom-btn-primary-outline{align-items:center!important;background-color:#fff!important;border:1px solid #1ea8e7!important;border-radius:50px!important;color:#1ea8e7!important;display:inline-flex!important;font-size:.85rem!important;font-weight:600!important;gap:6px!important;height:40px!important;justify-content:center!important;transition:all .2s ease-in-out!important}.custom-btn-primary-outline:hover{box-shadow:0 4px 12px #1ea8e740!important;transform:translateY(-2px)}.custom-btn-primary-outline:hover,.custom-btn-solid{background-color:#1ea8e7!important;color:#fff!important}.custom-btn-solid{border:1px solid #1ea8e7!important;border-radius:50px!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s ease-in-out!important}.custom-btn-solid:hover{background-color:#158dc4!important;box-shadow:0 4px 12px #1ea8e74d!important;transform:translateY(-2px)}.custom-btn-danger-outline{background-color:#fff!important;border:1px solid #ef4444!important;border-radius:50px!important;color:#ef4444!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s ease-in-out!important}.custom-btn-danger-outline:hover{background-color:#ef4444!important;box-shadow:0 4px 12px #ef444440!important;color:#fff!important;transform:translateY(-2px)}.custom-btn-success-outline{align-items:center!important;background-color:#fff!important;border:1.5px solid #10b981!important;border-radius:50px!important;color:#10b981!important;display:inline-flex!important;font-size:.85rem!important;font-weight:600!important;height:40px!important;justify-content:center!important;transition:all .2s ease-in-out!important}.custom-btn-success-outline:hover{background-color:#10b981!important;box-shadow:0 4px 12px #10b98140!important;color:#fff!important;transform:translateY(-1px)}.custom-btn-outline{background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:50px!important;color:#64748b!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s ease-in-out!important}.custom-btn-outline:hover{background-color:#f8fafc!important;border-color:#cbd5e1!important;color:#1e293b!important}.react-table-modern{border-collapse:collapse!important;border-spacing:0!important;width:100%!important}.react-table-modern thead th{background:#f8fafc!important;border-bottom:2px solid #edf2f7!important;color:#64748b!important;font-size:.75rem!important;font-weight:700!important;letter-spacing:.05em;padding:.75rem .5rem!important;text-transform:uppercase!important;white-space:nowrap!important}.react-table-modern tbody tr{background:#0000!important;transition:all .2s ease}.react-table-modern tbody tr:hover{background:#f8fafc!important}.react-table-modern tbody td{background:#0000!important;border-bottom:1px solid #edf2f7!important;border-top:none!important;font-size:.85rem!important;padding:.75rem .5rem!important;vertical-align:middle!important}.react-table-modern tbody td:first-child{border-bottom-left-radius:0!important;border-left:none!important;border-top-left-radius:0!important}.react-table-modern tbody td:last-child{border-bottom-right-radius:0!important;border-right:none!important;border-top-right-radius:0!important}.status-badge{border-radius:50px!important;font-size:.75rem!important;font-weight:700!important;padding:.4rem .85rem!important;text-transform:uppercase!important}.filter-bar-bg{background:#f8fafc;border:1px solid #f1f5f9;border-radius:1rem}.filter-input-premium{background-color:#fff!important;border:1px solid #cbd5e1!important;border-radius:.75rem!important;padding:.375rem .75rem!important}.filter-btn-premium,.filter-input-premium{font-size:.85rem!important;height:40px!important}.filter-btn-premium{align-items:center;border-radius:.75rem!important;display:inline-flex;font-weight:600!important;justify-content:center;padding:.375rem 1.25rem!important}.mobile-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.25rem;box-shadow:0 4px 12px #00000005;margin-bottom:1rem;padding:1.25rem}.table-responsive::-webkit-scrollbar{height:6px;width:6px}.table-responsive::-webkit-scrollbar-track{background:#f8fafc;border-radius:10px}.table-responsive::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.table-responsive::-webkit-scrollbar-thumb:hover{background:#94a3b8}.bulk-bar{animation:slideDown .3s ease-out;background:#1ea8e7!important;border-radius:1rem!important;color:#fff!important;margin-bottom:1.5rem!important;padding:1rem 1.5rem!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1200px){.hide-on-desktop{display:none!important}}@media (max-width:1199px){.hide-on-mobile{display:none!important}}.input-adjustment{background:#fcfdfe!important;border:1px solid #e2e8f0!important;border-radius:.75rem!important;font-weight:600!important;padding:.5rem .75rem!important;text-align:right!important;transition:all .2s!important}.input-adjustment:focus{background:#fff!important;border-color:#1ea8e7!important;box-shadow:0 0 0 3px #1ea8e71a!important}.form-control-premium{transition:all .2s ease!important}.react-select-premium{border:none!important;box-shadow:none!important;font-weight:600!important;outline:none!important}.react-select-premium .react-select__control{background-color:#fff!important;border:1px solid #dee2e6!important;border-radius:10px!important;box-shadow:none!important;cursor:pointer!important;height:40px!important;min-height:40px!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out!important}.react-select-premium .react-select__control:hover{border-color:#cbd5e1!important}.react-select-premium .react-select__control--is-focused,.react-select-premium .react-select__control--menu-is-open{border-color:#1ea8e7!important;box-shadow:0 0 0 4px #1ea8e71a!important}.react-select-premium .react-select__placeholder,.react-select-premium .react-select__single-value{font-size:.9rem!important;padding-left:.25rem!important}.react-select-premium .react-select__indicator-separator{display:none!important}.react-select-premium .react-select__menu{border:1px solid #1ea8e7!important;border-radius:10px!important;box-shadow:0 10px 30px #00000014!important;margin-top:5px!important;overflow:hidden!important;z-index:9999!important}.react-select-premium .react-select__option{cursor:pointer!important;font-size:.9rem!important;font-weight:600!important;padding:.5rem .75rem!important}.react-select-premium .react-select__option--is-focused,.react-select-premium .react-select__option--is-selected{background-color:#f1f5f9!important;color:#1ea8e7!important}.stat-icon-circle{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.bg-soft-primary{background-color:#1ea8e71a!important}.bg-soft-success{background-color:#28c76f1a!important}.bg-soft-info{background-color:#00cfdd1a!important}.bg-soft-danger{background-color:#ea54551a!important}.bg-soft-warning{background-color:#ff9f431a!important}.text-primary{color:#1ea8e7!important}.text-success{color:#28c76f!important}.text-info{color:#00cfdd!important}.text-danger{color:#ea5455!important}.text-warning{color:#ff9f43!important}.advance-filter-select-container{width:220px!important}.advance-controls-row{gap:1rem}@media (max-width:767.98px){.advance-controls-row{align-items:stretch!important;flex-direction:column}.advance-controls-row>*{margin-top:1rem!important;width:100%!important}.advance-filter-select-container{width:100%!important}}.avatar-circle{align-items:center!important;background:linear-gradient(135deg,#e0f2fe,#bae6fd)!important;border:2px solid #f0f9ff!important;border-radius:50%!important;box-shadow:0 4px 10px #0ea5e914!important;color:#0369a1!important;display:flex!important;font-size:.9rem!important;font-weight:700!important;height:42px!important;justify-content:center!important;transition:all .2s ease-in-out!important;width:42px!important}.mobile-advance-card{background:#fff!important;border:1px solid #f1f5f9!important;border-radius:1.25rem!important;box-shadow:0 4px 20px #00000005!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.mobile-advance-card:hover{border-color:#1ea8e733!important;box-shadow:0 8px 30px #1ea8e714!important}.advance-modal .modal-content{border:none!important;border-radius:1.5rem!important;box-shadow:0 20px 50px #0000001a!important;overflow:hidden}.advance-modal .modal-header{border-bottom:1px solid #edf2f7!important;padding:1.5rem 2rem!important}.advance-modal .modal-title{color:#1ea8e7!important;font-weight:800!important;letter-spacing:-.02em!important}.advance-modal .modal-body{padding:2rem!important}.advance-modal .modal-footer{border-top:1px solid #edf2f7!important;padding:1.25rem 2rem!important}.holiday-glass-card{background:#fff!important;border:1px solid #edf2f7!important;border-radius:1.5rem!important;box-shadow:0 10px 30px #00000005!important;overflow:hidden;padding-left:6px!important;position:relative!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.holiday-glass-card:hover{border-color:#1ea8e733!important;box-shadow:0 15px 40px #1ea8e714!important;transform:translateY(-5px)}.holiday-card-accent{bottom:0;left:0;position:absolute;top:0;width:6px}.holiday-calendar-block{background:#f8fafc!important;border:1.5px solid #edf2f7!important;border-radius:12px!important;box-shadow:0 4px 10px #00000005!important;display:flex!important;flex-direction:column!important;height:68px!important;overflow:hidden!important;text-align:center!important;width:62px!important}.holiday-calendar-header{color:#fff!important;font-size:.65rem!important;font-weight:900!important;letter-spacing:.07em!important;padding:3px 0!important;text-transform:uppercase!important}.holiday-calendar-day{color:#1e293b!important;font-size:1.35rem!important;font-weight:800!important;line-height:1.1!important;margin-top:4px!important}.holiday-calendar-year{color:#64748b!important;font-size:.58rem!important;font-weight:700!important;margin-top:1px!important}.holiday-badge{border-radius:50px!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:.04em!important;padding:.35rem .75rem!important;text-transform:uppercase!important}.year-selector-container{width:130px}.leave-policy-glass-card{background:#fff!important;border:1px solid #edf2f7!important;border-radius:1.5rem!important;box-shadow:0 10px 30px #00000005!important;overflow:hidden;position:relative!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.leave-policy-glass-card:hover{border-color:#1ea8e733!important;box-shadow:0 15px 40px #1ea8e714!important;transform:translateY(-5px)}.timeline-item{margin-bottom:1.5rem;padding-left:30px;position:relative}.timeline-item:before{background:#edf2f7;bottom:-24px;content:"";left:8px;position:absolute;top:4px;width:2px}.timeline-item:last-child:before{display:none}.timeline-marker{background:#fff;border:4px solid #1ea8e7;border-radius:50%;box-shadow:0 2px 5px #0000001a;height:18px;left:0;position:absolute;top:2px;width:18px}.leave-progress{background-color:#f1f5f9!important;border-radius:10px!important;height:6px!important;overflow:hidden}.leave-progress-bar{border-radius:10px!important;height:100%!important;transition:width .4s cubic-bezier(.4,0,.2,1)!important}.mobile-expense-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.25rem;box-shadow:0 4px 12px #00000005;margin-bottom:1rem;padding:1.25rem}.mobile-card-header{align-items:center;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.mobile-card-name{color:#1e293b;font-size:.95rem;font-weight:700;margin-bottom:.15rem}.mobile-card-date{color:#94a3b8;font-size:.75rem}.mobile-card-grid{grid-gap:.75rem;display:grid;font-size:.85rem;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.report-btn{align-items:center;border:1px solid #e2e8f0;border-radius:1rem;display:flex;flex-direction:column;font-weight:600;height:90px;justify-content:center;transition:all .3s ease}.report-btn:hover{box-shadow:0 10px 25px #0000000d;transform:translateY(-3px)}.stat-card-premium{background:#f8fafc;border:1px solid #f1f5f9;border-radius:1rem;padding:1.25rem;transition:all .2s}.stat-card-premium:hover{box-shadow:0 8px 16px #00000008;transform:translateY(-2px)}.table-premium th{background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;color:#475569!important;font-size:.8rem!important;font-weight:600!important;padding:.75rem 1rem!important;text-transform:uppercase!important}.table-premium td{border-bottom:1px solid #edf2f7!important;padding:.75rem 1rem!important;vertical-align:middle!important}.status-badge-pending{background-color:#f59e0b!important;border:none!important;color:#fff!important}.status-badge-present{background-color:#10b981!important;border:none!important;color:#fff!important}.status-badge-absent{background-color:#e11d48!important}.status-badge-absent,.status-badge-leave{border:none!important;color:#fff!important}.status-badge-leave{background-color:#0284c7!important}.status-badge-completed{background-color:#4f46e5!important;border:none!important;color:#fff!important}.time-badge{align-items:center!important;border-radius:8px!important;display:inline-flex!important;font-size:.8rem!important;font-weight:600!important;letter-spacing:.01em!important;padding:.35rem .75rem!important}.time-badge-in{background-color:#10b9810f!important;border:1px solid #10b9811f!important;color:#059669!important}.time-badge-out{background-color:#ef44440f!important;border:1px solid #ef44441f!important;color:#dc2626!important}.small-role{color:#64748b;font-size:.75rem;font-weight:500}.small-badge{font-size:.65rem!important;letter-spacing:.05em;padding:.35rem .65rem!important}.mobile-timings-grid{grid-gap:.5rem;background:#f8fafc;border-radius:.75rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;padding:.6rem .8rem}.timing-box{align-items:center;display:flex;flex-direction:column;justify-content:center}.timing-label{color:#94a3b8;font-size:.6rem;font-weight:700;letter-spacing:.05em;margin-bottom:.15rem;text-transform:uppercase}.timing-val{color:#1e293b;font-size:.8rem;font-weight:700}.small-btn{border-radius:50px!important;font-size:.75rem!important;height:auto!important;line-height:1!important;padding:.35rem .7rem!important;width:auto!important}.small-btn-icon{align-items:center!important;border-radius:50%!important;display:inline-flex!important;height:2rem!important;justify-content:center!important;padding:0!important;width:2rem!important}.fc{font-family:inherit!important}.fc-toolbar-title{color:#1e293b!important;font-size:1.25rem!important;font-weight:700!important}.fc-button-primary{background-color:#1ea8e7!important;border-color:#1ea8e7!important;border-radius:50px!important;font-weight:600!important;padding:.4rem 1rem!important}.fc-button-primary:hover{background-color:#158dc4!important;border-color:#158dc4!important}.filter-pill-input{border:1px solid #cbd5e1!important;border-radius:50px!important;font-size:.875rem!important;padding:.5rem 1.25rem!important}.stat-mini-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.25rem;box-shadow:0 4px 12px #00000005;padding:1rem 1.25rem;transition:all .2s ease}.stat-mini-card:hover{box-shadow:0 8px 20px #1ea8e714;transform:translateY(-2px)}.calendar-container{border-radius:1.5rem!important;padding:1rem!important}.shift-morning{background:#1ea8e71f!important;border:1px solid #1ea8e740!important;color:#0284c7!important}.shift-evening{background:#f59e0b1f!important;border:1px solid #f59e0b40!important;color:#d97706!important}.shift-night{background:#7c3aed1f!important;border:1px solid #7c3aed40!important;color:#7c3aed!important}.shift-off{background:#64748b1f!important;border:1px solid #64748b40!important;color:#64748b!important}.roster-cell{border-radius:8px!important;cursor:pointer!important;font-size:.8rem!important;font-weight:700!important;padding:.4rem .6rem!important;text-align:center!important;transition:all .2s ease!important}.roster-cell:hover{box-shadow:0 4px 10px #00000014!important;transform:scale(1.05)}.roster-table{border-collapse:initial!important;border-spacing:0!important;width:100%}.roster-table th{background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;border-top:none!important;color:#475569!important;font-size:.8rem!important;font-weight:600!important;padding:1rem!important;text-align:center;text-transform:uppercase!important}.roster-table td{background-color:#fff!important;border-bottom:1px solid #f1f5f9!important;padding:.75rem!important;text-align:center;vertical-align:middle!important}.profile-photo-wrapper{background:linear-gradient(135deg,#1ea8e7,#007bff);border-radius:50%;box-shadow:0 10px 25px #1ea8e733;height:140px;margin-bottom:1.5rem;padding:5px;width:140px}.profile-photo-inner{background:#fff;border-radius:50%;height:100%;overflow:hidden;padding:3px;width:100%}.profile-photo-inner img{border-radius:50%;height:100%;object-fit:cover;width:100%}.nav-pills-premium .nav-link{border:1px solid #0000!important;border-radius:12px!important;color:#64748b!important;font-weight:600!important;margin-bottom:.5rem!important;padding:.8rem 1.25rem!important;transition:all .2s ease!important}.nav-pills-premium .nav-link.active{background:#f0f9ff!important;border:1px solid #bae6fd!important;color:#1ea8e7!important}.info-label{color:#94a3b8;font-size:.7rem;font-weight:800;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.info-value{color:#1e293b;font-size:1rem;font-weight:600}.doc-card{border:1px solid #eef2f6;border-radius:1rem;overflow:hidden;transition:all .3s ease}.form-control-premium{border:1px solid #dee2e6!important;border-radius:10px!important;box-shadow:none!important;padding:.6rem 1rem!important}.form-control-premium:focus{border-color:#1ea8e7!important;box-shadow:0 0 0 4px #1ea8e71a!important}.custom-table-glass{border-collapse:initial!important;border-spacing:0 .5rem!important}.custom-table-glass thead th{background:#0000!important;border-bottom:none!important;color:#64748b!important;font-size:.72rem!important;letter-spacing:.05em;padding:.9rem 1.5rem}.custom-table-glass tbody tr{background:#fff!important;box-shadow:0 4px 10px #00000008!important;transition:all .2s ease}.custom-table-glass tbody td{background:#0000!important;border-bottom:1px solid #edf2f7!important;border-top:1px solid #edf2f7!important;padding:1rem 1.5rem!important;vertical-align:middle!important}.settings-floating-bar{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;border:1px solid #e2e8f0cc!important;border-radius:50px!important;bottom:24px!important;box-shadow:0 20px 40px #00000026!important;left:50%!important;max-width:600px!important;position:fixed!important;transform:translateX(-50%)!important;width:90%!important;z-index:1050!important}.leave-tab-container{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:50px;display:inline-flex;padding:4px}.leave-tab-button{background:#0000!important;border:none!important;border-radius:50px!important;color:#64748b!important;font-size:.9rem!important;font-weight:700!important;padding:.6rem 1.75rem!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.leave-tab-button.active{background-color:#1ea8e7!important;box-shadow:0 8px 20px #1ea8e733!important;color:#fff!important}.leave-filter-select-container{width:220px!important}