@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;500;600;700&family=Exo+2:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);html{font-size:clamp(14px,.9vw,16px)}@media (max-width:1366px){html{font-size:14px}}:root{--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem}.container{padding:20px 40px}.custom-row{gap:5px;justify-content:space-between}.ql-editor table{width:auto}.custom-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;margin:20px auto;max-width:800px;padding:20px;position:relative;transform:translateZ(0);width:90%}.row{align-items:center;display:flex;gap:5px;justify-content:space-between;width:100%}hr{border:none;border-top:.05px solid}body,html{-webkit-overflow-scrolling:auto;overflow-x:hidden;overflow-y:auto}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.theme-switch{--toggle-size:30px;--container-width:5.625em;--container-height:2.5em;--container-radius:6.25em;--container-light-bg:#3d7eae;--container-night-bg:#1d1f2c;--circle-container-diameter:3.375em;--sun-moon-diameter:2.125em;--sun-bg:#ecca2f;--moon-bg:#c4c9d1;--spot-color:#959db1;--circle-container-offset:calc((var(--circle-container-diameter) - var(--container-height))/2*-1);--stars-color:#fff;--clouds-color:#f3fdff;--back-clouds-color:#aacadf;--transition:.5s cubic-bezier(0,-0.02,0.4,1.25);--circle-transition:.3s cubic-bezier(0,-0.02,0.35,1.17)}.theme-switch,.theme-switch *,.theme-switch :after,.theme-switch :before{box-sizing:border-box;font-size:var(--toggle-size);margin:0;padding:0}.theme-switch__container{background-color:var(--container-light-bg);border-radius:var(--container-radius);box-shadow:0 -.062em .062em #00000040,0 .062em .125em #fffffff0;cursor:pointer;height:var(--container-height);overflow:hidden;position:relative;transition:var(--transition);width:var(--container-width)}.theme-switch__container:before{border-radius:var(--container-radius);box-shadow:inset 0 .05em .187em #00000040,inset 0 .05em .187em #00000040;content:"";inset:0;position:absolute;z-index:1}.theme-switch__checkbox{display:none}.theme-switch__circle-container{background-color:#ffffff1a;border-radius:var(--container-radius);box-shadow:inset 0 0 0 3.375em #ffffff1a,inset 0 0 0 3.375em #ffffff1a,0 0 0 .625em #ffffff1a,0 0 0 1.25em #ffffff1a;display:flex;height:var(--circle-container-diameter);left:var(--circle-container-offset);pointer-events:none;position:absolute;top:var(--circle-container-offset);transition:var(--circle-transition);width:var(--circle-container-diameter)}.theme-switch__sun-moon-container{background-color:var(--sun-bg);border-radius:var(--container-radius);box-shadow:inset .062em .062em .062em 0 #feffef9c,inset 0 -.062em .062em 0 #a1872a;filter:drop-shadow(.062em .125em .125em rgba(0,0,0,.25)) drop-shadow(0 .062em .125em rgba(0,0,0,.25));height:var(--sun-moon-diameter);margin:auto;overflow:hidden;pointer-events:auto;position:relative;transition:var(--transition);width:var(--sun-moon-diameter);z-index:2}.theme-switch__moon{background-color:var(--moon-bg);border-radius:inherit;box-shadow:inset .062em .062em .062em 0 #feffef9c,inset 0 -.062em .062em 0 #969696;height:100%;position:relative;transform:translateX(100%);transition:var(--transition);width:100%}.theme-switch__spot{background-color:var(--spot-color);border-radius:var(--container-radius);box-shadow:inset 0 .0312em .062em #00000040;height:.75em;left:.312em;position:absolute;top:.75em;width:.75em}.theme-switch__spot:nth-of-type(2){height:.375em;left:1.375em;top:.937em;width:.375em}.theme-switch__spot:nth-last-of-type(3){height:.25em;left:.812em;top:.312em;width:.25em}.theme-switch__clouds{background-color:var(--clouds-color);border-radius:var(--container-radius);bottom:-.625em;box-shadow:.937em .312em var(--clouds-color),-.312em -.312em var(--back-clouds-color),1.437em .375em var(--clouds-color),.5em -.125em var(--back-clouds-color),2.187em 0 var(--clouds-color),1.25em -.062em var(--back-clouds-color),2.937em .312em var(--clouds-color),2em -.312em var(--back-clouds-color),3.625em -.062em var(--clouds-color),2.625em 0 var(--back-clouds-color),4.5em -.312em var(--clouds-color),3.375em -.437em var(--back-clouds-color),4.625em -1.75em 0 .437em var(--clouds-color),4em -.625em var(--back-clouds-color),4.125em -2.125em 0 .437em var(--back-clouds-color);height:1.25em;left:.312em;position:absolute;transition:.5s cubic-bezier(0,-.02,.4,1.25);width:1.25em}.theme-switch__stars-container{color:var(--stars-color);height:auto;left:.312em;position:absolute;top:-100%;transition:var(--transition);width:2.75em}.theme-switch__checkbox:checked+.theme-switch__container{background-color:var(--container-night-bg)}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter))}.theme-switch__circle-container:hover{left:calc(var(--circle-container-offset) + .187em)}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container:hover{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - .187em)}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__moon{transform:translate(0)}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__clouds{bottom:-4.062em}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__stars-container{top:50%;transform:translateY(-50%)}.theme-switch--sm{--toggle-size:14px}.theme-switch--xs{--toggle-size:12px}html:has(.theme-switch__checkbox:checked){--bg:#0b1020;--bg-muted:#0e152b;--surface:#0f172a;--surface-2:#111827;--text:#e5e7eb;--text-muted:#9ca3af;--primary:#60a5fa;--primary-600:#3b82f6;--ring:#60a5fa73;--border:#1f2937;--shadow:0 12px 32px #00000073;--card-shadow:0 10px 28px #0006;--success:#22c55e;--warning:#fbbf24;--danger:#f87171}html:has(.theme-switch__checkbox:checked) body{background:var(--bg);color:var(--text)}html:has(.theme-switch__checkbox:checked) .login-container{background:var(--bg)!important}html:has(.theme-switch__checkbox:checked) .login-card{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .login-form-input{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-form-input:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 4px var(--ring)!important}html:has(.theme-switch__checkbox:checked) .login-input-icon,html:has(.theme-switch__checkbox:checked) .login-password-toggle{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .login-title .title-main{-webkit-text-fill-color:initial!important;background:none!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-title .title-sub{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .custom-table a,html:has(.theme-switch__checkbox:checked) .table-container a,html:has(.theme-switch__checkbox:checked) a{color:var(--primary-600)!important}html:has(.theme-switch__checkbox:checked) .custom-table a:hover,html:has(.theme-switch__checkbox:checked) .table-container a:hover,html:has(.theme-switch__checkbox:checked) a:hover{color:var(--primary)!important;text-decoration:underline}html:has(.theme-switch__checkbox:checked) .clickable-text,html:has(.theme-switch__checkbox:checked) .row-clickable-text,html:has(.theme-switch__checkbox:checked) td.row-clickable-text{color:var(--primary-600)!important}html:has(.theme-switch__checkbox:checked) .clickable-text:hover,html:has(.theme-switch__checkbox:checked) .row-clickable-text:hover,html:has(.theme-switch__checkbox:checked) td.row-clickable-text:hover{color:var(--primary)!important}html:has(.theme-switch__checkbox:checked) .container,html:has(.theme-switch__checkbox:checked) .content-area,html:has(.theme-switch__checkbox:checked) .content-container,html:has(.theme-switch__checkbox:checked) .custom-container,html:has(.theme-switch__checkbox:checked) .main-layout-container,html:has(.theme-switch__checkbox:checked) .row{background:#0000;color:var(--text)}html:has(.theme-switch__checkbox:checked) .main-header{background:var(--surface)!important;border-bottom:1px solid var(--border);box-shadow:var(--shadow);color:var(--text)}html:has(.theme-switch__checkbox:checked) .header-dropdown-toggle,html:has(.theme-switch__checkbox:checked) .header-nav .header-nav-item,html:has(.theme-switch__checkbox:checked) .mobile-menu-toggle,html:has(.theme-switch__checkbox:checked) .settings-btn,html:has(.theme-switch__checkbox:checked) .user-profile-btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .header-dropdown-menu,html:has(.theme-switch__checkbox:checked) .profit-loss-content,html:has(.theme-switch__checkbox:checked) .settings-dropdown-menu,html:has(.theme-switch__checkbox:checked) .user-profile-popup .user-profile-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);color:var(--text)}html:has(.theme-switch__checkbox:checked) .sidebar,html:has(.theme-switch__checkbox:checked) .sidebar-container{background:var(--surface);border-right:1px solid var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .sidebar .menu-item,html:has(.theme-switch__checkbox:checked) .sidebar a,html:has(.theme-switch__checkbox:checked) .sidebar button{color:var(--text)}html:has(.theme-switch__checkbox:checked) .sidebar .menu-item.active,html:has(.theme-switch__checkbox:checked) .sidebar .menu-item:hover{background:var(--bg-muted)}html:has(.theme-switch__checkbox:checked) .box,html:has(.theme-switch__checkbox:checked) .card,html:has(.theme-switch__checkbox:checked) .container-card,html:has(.theme-switch__checkbox:checked) .content-area>div,html:has(.theme-switch__checkbox:checked) .custom-container,html:has(.theme-switch__checkbox:checked) .dropdown-menu,html:has(.theme-switch__checkbox:checked) .form-card,html:has(.theme-switch__checkbox:checked) .header-dropdown-menu .header-dropdown-item,html:has(.theme-switch__checkbox:checked) .info-card,html:has(.theme-switch__checkbox:checked) .modal-content,html:has(.theme-switch__checkbox:checked) .panel,html:has(.theme-switch__checkbox:checked) .panel-default,html:has(.theme-switch__checkbox:checked) .settings-dropdown-item,html:has(.theme-switch__checkbox:checked) .table-container,html:has(.theme-switch__checkbox:checked) .table-wrapper,html:has(.theme-switch__checkbox:checked) .tile,html:has(.theme-switch__checkbox:checked) .widget{background:var(--surface);border:1px solid var(--border)!important;box-shadow:var(--card-shadow);color:var(--text)}html:has(.theme-switch__checkbox:checked) .panel-header,html:has(.theme-switch__checkbox:checked) .panel-header.gray{background:var(--surface-2)!important;border-bottom-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .user-action-button-block,html:has(.theme-switch__checkbox:checked) .user-photo-block{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow);color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .photo-actions,html:has(.theme-switch__checkbox:checked) .photo-placeholder,html:has(.theme-switch__checkbox:checked) .user-photo-section{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .user-action-buttons-group{background:#0000!important}html:has(.theme-switch__checkbox:checked) .user-action-button{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .table-container>div[style]{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .dashboard-account-card,html:has(.theme-switch__checkbox:checked) .dashboard-action-card,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card,html:has(.theme-switch__checkbox:checked) .dashboard-service-card,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .box-header,html:has(.theme-switch__checkbox:checked) .section-header{background:var(--surface-2)!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .dashboard-account-content h4,html:has(.theme-switch__checkbox:checked) .dashboard-action-header h3,html:has(.theme-switch__checkbox:checked) .dashboard-financial-content h4,html:has(.theme-switch__checkbox:checked) .dashboard-loan-content h4,html:has(.theme-switch__checkbox:checked) .dashboard-notice-content h4,html:has(.theme-switch__checkbox:checked) .dashboard-service-content h4,html:has(.theme-switch__checkbox:checked) .dashboard-update-content h4,html:has(.theme-switch__checkbox:checked) .dashboard-widget-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .dashboard-appointment-content p,html:has(.theme-switch__checkbox:checked) .dashboard-modal-body p,html:has(.theme-switch__checkbox:checked) .dashboard-notice-date,html:has(.theme-switch__checkbox:checked) .dashboard-service-value,html:has(.theme-switch__checkbox:checked) .dashboard-subtitle,html:has(.theme-switch__checkbox:checked) .dashboard-update-date,html:has(.theme-switch__checkbox:checked) .dashboard-utility-value{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .dashboard-stats-card{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .dashboard-stats-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .dashboard-stats-number{-webkit-text-fill-color:initial;color:var(--text)}html:has(.theme-switch__checkbox:checked) .dashboard-account-card *,html:has(.theme-switch__checkbox:checked) .dashboard-action-card *,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card *,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card *,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card *,html:has(.theme-switch__checkbox:checked) .dashboard-service-card *,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card *,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card *{color:inherit}html:has(.theme-switch__checkbox:checked) .dashboard-account-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-account-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-account-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-account-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-action-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-action-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-action-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-action-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-service-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-service-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-service-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-service-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card h1,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card h2,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card h3,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card h4,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card h5,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card h6{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .dashboard-account-card label,html:has(.theme-switch__checkbox:checked) .dashboard-account-card p,html:has(.theme-switch__checkbox:checked) .dashboard-account-card small,html:has(.theme-switch__checkbox:checked) .dashboard-action-card label,html:has(.theme-switch__checkbox:checked) .dashboard-action-card p,html:has(.theme-switch__checkbox:checked) .dashboard-action-card small,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card label,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card p,html:has(.theme-switch__checkbox:checked) .dashboard-collection-card small,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card label,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card p,html:has(.theme-switch__checkbox:checked) .dashboard-financial-card small,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card label,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card p,html:has(.theme-switch__checkbox:checked) .dashboard-loan-card small,html:has(.theme-switch__checkbox:checked) .dashboard-service-card label,html:has(.theme-switch__checkbox:checked) .dashboard-service-card p,html:has(.theme-switch__checkbox:checked) .dashboard-service-card small,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card label,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card p,html:has(.theme-switch__checkbox:checked) .dashboard-utility-card small,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card label,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card p,html:has(.theme-switch__checkbox:checked) .dashboard-widget-card small{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .btn-secondary,html:has(.theme-switch__checkbox:checked) .cancel-btn,html:has(.theme-switch__checkbox:checked) .clear-btn,html:has(.theme-switch__checkbox:checked) .secondary{background:#3f4756;border:1px solid #4b5563;color:#e5e7eb}html:has(.theme-switch__checkbox:checked) .btn-secondary:hover,html:has(.theme-switch__checkbox:checked) .cancel-btn:hover,html:has(.theme-switch__checkbox:checked) .clear-btn:hover,html:has(.theme-switch__checkbox:checked) .secondary:hover{background:#4b5563}html:has(.theme-switch__checkbox:checked) .btn-success{background:var(--success);border-color:#16a34a;color:#052e13}html:has(.theme-switch__checkbox:checked) .btn-warning{background:var(--warning);border-color:#f59e0b;color:#3b2300}html:has(.theme-switch__checkbox:checked) .btn-danger{background:var(--danger);border-color:#ef4444;color:#3a0d0d}html:has(.theme-switch__checkbox:checked) .btn-ghost,html:has(.theme-switch__checkbox:checked) .btn-outline{background:#0000;border:1px solid var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .btn-ghost:hover,html:has(.theme-switch__checkbox:checked) .btn-outline:hover{background:var(--bg-muted)}html:has(.theme-switch__checkbox:checked) .btn-primary,html:has(.theme-switch__checkbox:checked) .search-btn,html:has(.theme-switch__checkbox:checked) .submit-btn,html:has(.theme-switch__checkbox:checked) button.primary{background:var(--primary);border:1px solid var(--primary-600);color:#0b1220}html:has(.theme-switch__checkbox:checked) .btn-primary:hover,html:has(.theme-switch__checkbox:checked) .search-btn:hover,html:has(.theme-switch__checkbox:checked) .submit-btn:hover,html:has(.theme-switch__checkbox:checked) button.primary:hover{background:var(--primary-600);box-shadow:0 0 0 4px var(--ring);color:#051026}html:has(.theme-switch__checkbox:checked) .kyc-pill{background:#0000!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .kyc-pill:hover{background:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .kyc-pill.active{background:linear-gradient(135deg,var(--primary) 0,var(--primary-600) 100%)!important;border-color:var(--primary-600)!important;box-shadow:inset 0 6px 16px #2f6eea40,0 2px 4px #0000000f!important;color:#fff!important}html:has(.theme-switch__checkbox:checked) .info-page-kyc-select-label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-status-badge,html:has(.theme-switch__checkbox:checked) .logs-history-status-badge{box-shadow:none!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) .activity-logs-status-success,html:has(.theme-switch__checkbox:checked) .logs-history-status-success{color:#065f46!important}html:has(.theme-switch__checkbox:checked) .activity-logs-status-failed,html:has(.theme-switch__checkbox:checked) .logs-history-status-failed{color:#b91c1c!important}html:has(.theme-switch__checkbox:checked) .activity-logs-status-pending,html:has(.theme-switch__checkbox:checked) .logs-history-status-pending{color:#92400e!important}html:has(.theme-switch__checkbox:checked) .activity-logs-status-partial,html:has(.theme-switch__checkbox:checked) .logs-history-status-partial{color:#1d4ed8!important}html:has(.theme-switch__checkbox:checked) .toggle-track{background:#2a3144!important;border-color:#384152!important;box-shadow:0 8px 16px #00000059!important}html:has(.theme-switch__checkbox:checked) .toggle-label.off{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .toggle-label.on{color:#fff!important}html:has(.theme-switch__checkbox:checked) .toggle-thumb{background:#cfd6e4!important;box-shadow:0 2px 6px #0006!important}html:has(.theme-switch__checkbox:checked) .toggle-switch.is-checked .toggle-track{background:linear-gradient(135deg,var(--primary) 0,var(--primary-600) 100%)!important;border-color:var(--primary-600)!important;box-shadow:0 0 0 3px var(--ring),0 8px 16px #0220472e!important}html:has(.theme-switch__checkbox:checked) .toggle-switch.is-checked .toggle-thumb{background:#fff!important}html:has(.theme-switch__checkbox:checked) #section-kyc-status .badge,html:has(.theme-switch__checkbox:checked) #section-kyc-status .badge-kyc,html:has(.theme-switch__checkbox:checked) #section-kyc-status .badge-warning,html:has(.theme-switch__checkbox:checked) #section-kyc-status .status-badge{color:#1f2937!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) .form-control,html:has(.theme-switch__checkbox:checked) input,html:has(.theme-switch__checkbox:checked) select,html:has(.theme-switch__checkbox:checked) textarea{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) input::placeholder,html:has(.theme-switch__checkbox:checked) textarea::placeholder{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .form-control:focus,html:has(.theme-switch__checkbox:checked) input:focus,html:has(.theme-switch__checkbox:checked) select:focus,html:has(.theme-switch__checkbox:checked) textarea:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 4px var(--ring)!important;outline:none}html:has(.theme-switch__checkbox:checked) .react-select__control{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .react-select__input-container,html:has(.theme-switch__checkbox:checked) .react-select__placeholder,html:has(.theme-switch__checkbox:checked) .react-select__single-value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .react-select__menu{background:var(--surface-2)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .react-select__option{background:#0000;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .react-select__option--is-focused,html:has(.theme-switch__checkbox:checked) .react-select__option--is-selected{background:var(--bg-muted)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .react-select__option--is-selected{background:var(--bg-muted)!important;color:var(--text)!important}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}.theme-transition-active::view-transition-new(root){animation:circle-expand-top-right .3s cubic-bezier(.25,.46,.45,.94);transform-origin:top right;will-change:clip-path}@keyframes circle-expand-top-right{0%{-webkit-clip-path:circle(0 at 100% 0);clip-path:circle(0 at 100% 0)}to{-webkit-clip-path:circle(120% at 100% 0);clip-path:circle(120% at 100% 0)}}html:has(.theme-switch__checkbox:checked) .empty-state{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .empty-state-icon{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .empty-state-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .empty-state-description{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .grid-view .empty-state{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) td[colSpan]{background:var(--surface)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) td[colSpan]:contains("No Data Available"),html:has(.theme-switch__checkbox:checked) td[colSpan]:contains("No data found"),html:has(.theme-switch__checkbox:checked) td[colSpan]:contains("No deposits found"){background:var(--surface)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .passbook-account-select__control{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .passbook-account-select__menu{background:var(--surface-2)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .passbook-account-select__option{background:#0000;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .passbook-account-select__option--is-focused,html:has(.theme-switch__checkbox:checked) .passbook-account-select__option--is-selected{background:var(--bg-muted)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .member-functions-page{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-container,html:has(.theme-switch__checkbox:checked) .OtherChangesList-container{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-card,html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-form-card,html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-info-card,html:has(.theme-switch__checkbox:checked) .OtherChangesList-card,html:has(.theme-switch__checkbox:checked) .OtherChangesList-infoCard,html:has(.theme-switch__checkbox:checked) .OtherChangesList-listCard{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-card-body,html:has(.theme-switch__checkbox:checked) .OtherChangesList-cardBody,html:has(.theme-switch__checkbox:checked) .OtherChangesList-table tr{background:var(--surface-2)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-breadcrumb,html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-form-label,html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-header,html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-multi-input-sublabel,html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-section-header,html:has(.theme-switch__checkbox:checked) .OtherChangesList-breadcrumb,html:has(.theme-switch__checkbox:checked) .OtherChangesList-charges-header h4,html:has(.theme-switch__checkbox:checked) .OtherChangesList-header,html:has(.theme-switch__checkbox:checked) .OtherChangesList-infoLabel,html:has(.theme-switch__checkbox:checked) .OtherChangesList-infoValue{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-noteBox,html:has(.theme-switch__checkbox:checked) .OtherChangesList-noChargesMessage,html:has(.theme-switch__checkbox:checked) .OtherChangesList-penalty-dues-summary{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .DebitOtherCharges-errorMessage,html:has(.theme-switch__checkbox:checked) .OtherChangesList-error{background-color:#f8717126!important;border-color:#fca5a5!important;color:#fecaca!important}html:has(.theme-switch__checkbox:checked) .OtherChangesList-table td.paid,html:has(.theme-switch__checkbox:checked) .OtherChangesList-table td.partially-paid,html:has(.theme-switch__checkbox:checked) .OtherChangesList-table td.pending,html:has(.theme-switch__checkbox:checked) .OtherChangesList-table td.unpaid,html:has(.theme-switch__checkbox:checked) .OtherChangesList-table td.waived{background:#0000!important}html:has(.theme-switch__checkbox:checked) .ClearDues-container{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ClearDues-card,html:has(.theme-switch__checkbox:checked) .ClearDues-formCard,html:has(.theme-switch__checkbox:checked) .ClearDues-infoCard{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ClearDues-cardBody{background:var(--surface-2)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ClearDues-breadcrumb,html:has(.theme-switch__checkbox:checked) .ClearDues-formLabel,html:has(.theme-switch__checkbox:checked) .ClearDues-header,html:has(.theme-switch__checkbox:checked) .ClearDues-infoLabel,html:has(.theme-switch__checkbox:checked) .ClearDues-infoValue,html:has(.theme-switch__checkbox:checked) .ClearDues-multiInputSubLabel,html:has(.theme-switch__checkbox:checked) .ClearDues-payModeLabelGroup,html:has(.theme-switch__checkbox:checked) .ClearDues-sectionHeader{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ClearDues-errorMessage{background-color:#f8717126!important;border-color:#fca5a5!important;color:#fecaca!important}html:has(.theme-switch__checkbox:checked) .csi-page{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .csi-card{border-color:var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .csi-section-header{border-bottom-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .csi-label,html:has(.theme-switch__checkbox:checked) .csi-section-subtitle,html:has(.theme-switch__checkbox:checked) .csi-section-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .csi-help-text{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .csi-input,html:has(.theme-switch__checkbox:checked) .csi-input-readonly{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .csi-input-readonly{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .csi-warning{background-color:#fef3c7!important;border-color:#facc15!important}html:has(.theme-switch__checkbox:checked) .csi-warning-text,html:has(.theme-switch__checkbox:checked) .csi-warning-title{color:#78350f!important}html:has(.theme-switch__checkbox:checked) .remove-account-page{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .remove-account-breadcrumb,html:has(.theme-switch__checkbox:checked) .remove-account-current,html:has(.theme-switch__checkbox:checked) .remove-account-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .remove-account-breadcrumb{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .remove-account-card{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .remove-account-card-title,html:has(.theme-switch__checkbox:checked) .remove-account-description,html:has(.theme-switch__checkbox:checked) .remove-account-list li{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .remove-account-actions{border-top-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-container{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-breadcrumb,html:has(.theme-switch__checkbox:checked) .audit-trail-current,html:has(.theme-switch__checkbox:checked) .audit-trail-header,html:has(.theme-switch__checkbox:checked) .audit-trail-headerSpan{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-breadcrumb{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-table-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-card-body{background:var(--surface-2)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-th{border-bottom-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-change-log-list,html:has(.theme-switch__checkbox:checked) .audit-trail-td,html:has(.theme-switch__checkbox:checked) .audit-trail-td-last-row{border-bottom-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .audit-trail-no-records{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .wl-container{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .wl-template{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) #print-welcome-letter-member{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) #print-welcome-letter-member li,html:has(.theme-switch__checkbox:checked) #print-welcome-letter-member p{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) #print-welcome-letter-member h1,html:has(.theme-switch__checkbox:checked) #print-welcome-letter-member h2,html:has(.theme-switch__checkbox:checked) #print-welcome-letter-member h3,html:has(.theme-switch__checkbox:checked) #print-welcome-letter-member strong{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .msf-container{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .msf-template-container{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .msf-template-container,html:has(.theme-switch__checkbox:checked) .msf-template-container *{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .msf-template-container label,html:has(.theme-switch__checkbox:checked) .msf-template-container li,html:has(.theme-switch__checkbox:checked) .msf-template-container p,html:has(.theme-switch__checkbox:checked) .msf-template-container small,html:has(.theme-switch__checkbox:checked) .msf-template-container span{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .msf-template-container table,html:has(.theme-switch__checkbox:checked) .msf-template-container tbody,html:has(.theme-switch__checkbox:checked) .msf-template-container td,html:has(.theme-switch__checkbox:checked) .msf-template-container tfoot,html:has(.theme-switch__checkbox:checked) .msf-template-container th,html:has(.theme-switch__checkbox:checked) .msf-template-container thead{border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .msf-loading{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .msf-error{background:#f8717126!important;border-color:#fca5a5!important;color:#fecaca!important}html:has(.theme-switch__checkbox:checked) .calculator-container,html:has(.theme-switch__checkbox:checked) .form-container{background-color:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .field-label,html:has(.theme-switch__checkbox:checked) .form-section-title,html:has(.theme-switch__checkbox:checked) .form-subtitle,html:has(.theme-switch__checkbox:checked) .mainform-page-title,html:has(.theme-switch__checkbox:checked) .title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .balance p,html:has(.theme-switch__checkbox:checked) .checkbox-group label,html:has(.theme-switch__checkbox:checked) .form-field label,html:has(.theme-switch__checkbox:checked) .radio-group label,html:has(.theme-switch__checkbox:checked) .select-all-title{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .form-field input,html:has(.theme-switch__checkbox:checked) .form-field select,html:has(.theme-switch__checkbox:checked) .form-field textarea,html:has(.theme-switch__checkbox:checked) .input-basic,html:has(.theme-switch__checkbox:checked) .select-basic{background-color:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .form-field input::placeholder,html:has(.theme-switch__checkbox:checked) .form-field textarea::placeholder,html:has(.theme-switch__checkbox:checked) .input-basic::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .readonly-input[disabled],html:has(.theme-switch__checkbox:checked) input[disabled].readonly-input{background-color:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .panel{background-color:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .panel-header.gray{background-color:var(--surface-2)!important;border-bottom-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .panel-body{background-color:var(--surface-2)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .allocate-share-readonly-box{background-color:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .support-form-page{background:radial-gradient(circle at top,#111827 0,var(--bg) 55%,#020617 100%)!important}html:has(.theme-switch__checkbox:checked) .support-form-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-activity-page,html:has(.theme-switch__checkbox:checked) .logs-history-page{background:radial-gradient(circle at top,#020617 0,var(--bg) 55%,#020617 100%)!important}html:has(.theme-switch__checkbox:checked) .primary-text,html:has(.theme-switch__checkbox:checked) .secondary-text,html:has(.theme-switch__checkbox:checked) .support-form-description,html:has(.theme-switch__checkbox:checked) .support-form-label,html:has(.theme-switch__checkbox:checked) .support-form-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .support-form-input,html:has(.theme-switch__checkbox:checked) .support-form-textarea{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .support-form-input::placeholder,html:has(.theme-switch__checkbox:checked) .support-form-textarea::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .support-input-icon{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .appointment-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .appointment-container h2{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .appointment-form input,html:has(.theme-switch__checkbox:checked) .appointment-form textarea{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .appointment-form input::placeholder,html:has(.theme-switch__checkbox:checked) .appointment-form textarea::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .appointment-form-group label,html:has(.theme-switch__checkbox:checked) .date-time-field label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .file-upload-area,html:has(.theme-switch__checkbox:checked) .file-upload-label{background:#0000!important}html:has(.theme-switch__checkbox:checked) .file-upload-content{background:var(--surface-2)!important;border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .file-upload-content.has-file{background:#22c55e1a!important}html:has(.theme-switch__checkbox:checked) .no-signature-simple,html:has(.theme-switch__checkbox:checked) .signature-image-wrapper{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .signature-loading{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .share-allotment-charges-card{background:var(--surface-2)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .share-allotment-charges-card h4{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .share-allotment-charges-card .note-muted,html:has(.theme-switch__checkbox:checked) .share-allotment-charges-card h4 span,html:has(.theme-switch__checkbox:checked) .share-allotment-charges-card small{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .share-allotment-charges-card label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .panel-body-muted,html:has(.theme-switch__checkbox:checked) .transfer-payment-card{background:var(--surface-2)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .transfer-payment-card h4{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .transferor-display-box{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .left-side-calculator-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .left-side-calculator-container .form-field label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .loan-disbursement-container{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .emi-chart,html:has(.theme-switch__checkbox:checked) .loan-form-section,html:has(.theme-switch__checkbox:checked) .loan-info-box{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .loan-form-section h3,html:has(.theme-switch__checkbox:checked) .loan-info-header{border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .advance-interest-section,html:has(.theme-switch__checkbox:checked) .disbursement-mode,html:has(.theme-switch__checkbox:checked) .payment-mode-options,html:has(.theme-switch__checkbox:checked) .processing-fee-section{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .disbursefield-label,html:has(.theme-switch__checkbox:checked) .disburseform label,html:has(.theme-switch__checkbox:checked) .payment-mode-options label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ForeClose-form-container,html:has(.theme-switch__checkbox:checked) .ForeClose-formCard,html:has(.theme-switch__checkbox:checked) .ForeClose-infoCard{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ForeClose-collapsibleContent{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ForeClose-info-item,html:has(.theme-switch__checkbox:checked) .ForeClose-info-item span,html:has(.theme-switch__checkbox:checked) .ForeClose-info-item strong,html:has(.theme-switch__checkbox:checked) .ForeClose-info-list{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .ForeClose-collapsibleHeader,html:has(.theme-switch__checkbox:checked) .ForeClose-sectionHeader{background:var(--surface-2)!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(62%) sepia(70%) saturate(589%) hue-rotate(190deg) brightness(96%) contrast(96%)}html:has(.theme-switch__checkbox:checked) .forms-interest-slabs-card{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .forms-interest-slabs-card .forms-interest-slabs-row{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .clickable-text,html:has(.theme-switch__checkbox:checked) td.row-clickable-text,html:has(.theme-switch__checkbox:checked) td.row-clickable-text span{color:#007bff!important}html:has(.theme-switch__checkbox:checked) .login-activity-page{background:#0000!important}html:has(.theme-switch__checkbox:checked) .login-activity-header{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-activity-subtitle,html:has(.theme-switch__checkbox:checked) .login-activity-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-activity-filters,html:has(.theme-switch__checkbox:checked) .login-activity-stats-grid .login-activity-stat-card,html:has(.theme-switch__checkbox:checked) .login-activity-table-container,html:has(.theme-switch__checkbox:checked) .tree-content{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .login-activity-table-header,html:has(.theme-switch__checkbox:checked) .login-activity-table-th{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-activity-detail-label,html:has(.theme-switch__checkbox:checked) .login-activity-detail-value,html:has(.theme-switch__checkbox:checked) .login-activity-duration,html:has(.theme-switch__checkbox:checked) .login-activity-filter-label,html:has(.theme-switch__checkbox:checked) .login-activity-table-title,html:has(.theme-switch__checkbox:checked) .login-activity-user-name,html:has(.theme-switch__checkbox:checked) .login-activity-user-role,html:has(.theme-switch__checkbox:checked) .login-activity-user-username{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-activity-filter-input,html:has(.theme-switch__checkbox:checked) .login-activity-form-textarea{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-activity-filter-input::placeholder,html:has(.theme-switch__checkbox:checked) .login-activity-form-textarea::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .login-activity-stat-number{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .login-activity-stat-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .login-activity-stat-icon-total{background:#60a5fa29!important;color:#60a5fa!important}html:has(.theme-switch__checkbox:checked) .login-activity-stat-icon-today-login{background:#34d39929!important;color:#4ade80!important}html:has(.theme-switch__checkbox:checked) .login-activity-stat-icon-logout{background:#c4b5fd29!important;color:#a855f7!important}html:has(.theme-switch__checkbox:checked) .login-activity-filter-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(62%) sepia(70%) saturate(589%) hue-rotate(190deg) brightness(96%) contrast(96%)}html:has(.theme-switch__checkbox:checked) .login-activity-status-badge.login-activity-status-active,html:has(.theme-switch__checkbox:checked) .login-activity-status-badge.login-activity-status-completed,html:has(.theme-switch__checkbox:checked) .login-activity-status-badge.login-activity-status-default,html:has(.theme-switch__checkbox:checked) .login-activity-status-badge.login-activity-status-expired,html:has(.theme-switch__checkbox:checked) .login-activity-status-badge.login-activity-status-force-terminated{color:#111827!important}html:has(.theme-switch__checkbox:checked) .activity-logs-page{background:#0000!important}html:has(.theme-switch__checkbox:checked) .activity-logs-header{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-subtitle,html:has(.theme-switch__checkbox:checked) .activity-logs-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-filters,html:has(.theme-switch__checkbox:checked) .activity-logs-modal-content,html:has(.theme-switch__checkbox:checked) .activity-logs-stats-grid .activity-logs-stat-card,html:has(.theme-switch__checkbox:checked) .activity-logs-table-wrapper{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-stat-number{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-stat-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-table thead,html:has(.theme-switch__checkbox:checked) .activity-logs-th{background:var(--surface-2)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-input,html:has(.theme-switch__checkbox:checked) .activity-logs-select{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-input::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-search-icon{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .activity-logs-module-badge,html:has(.theme-switch__checkbox:checked) .activity-logs-severity-badge,html:has(.theme-switch__checkbox:checked) .activity-logs-status-badge{border-color:#0000!important}html:has(.theme-switch__checkbox:checked) .activity-logs-status-badge.activity-logs-status-success{background-color:#bbf7d0!important;color:#166534!important}html:has(.theme-switch__checkbox:checked) .activity-logs-status-badge.activity-logs-status-default,html:has(.theme-switch__checkbox:checked) .activity-logs-status-badge.activity-logs-status-failed,html:has(.theme-switch__checkbox:checked) .activity-logs-status-badge.activity-logs-status-partial,html:has(.theme-switch__checkbox:checked) .activity-logs-status-badge.activity-logs-status-pending{color:#111827!important}html:has(.theme-switch__checkbox:checked) .activity-logs-severity-badge.activity-logs-severity-critical,html:has(.theme-switch__checkbox:checked) .activity-logs-severity-badge.activity-logs-severity-default,html:has(.theme-switch__checkbox:checked) .activity-logs-severity-badge.activity-logs-severity-high,html:has(.theme-switch__checkbox:checked) .activity-logs-severity-badge.activity-logs-severity-low,html:has(.theme-switch__checkbox:checked) .activity-logs-severity-badge.activity-logs-severity-medium{color:#111827!important}html:has(.theme-switch__checkbox:checked) table{background:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) th,html:has(.theme-switch__checkbox:checked) thead{background:var(--surface-2)!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) tr{border-bottom:1px solid var(--border)}html:has(.theme-switch__checkbox:checked) tr:hover{background:var(--bg-muted)}html:has(.theme-switch__checkbox:checked) tbody tr:nth-child(odd){background:hsla(0,0%,100%,.015)}html:has(.theme-switch__checkbox:checked) td,html:has(.theme-switch__checkbox:checked) th{border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) tbody td,html:has(.theme-switch__checkbox:checked) tbody tr{background:var(--surface);color:var(--text)}html:has(.theme-switch__checkbox:checked) .table-container table th,html:has(.theme-switch__checkbox:checked) .trial-balance-table tfoot td{border-top-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .table-container table .clickable-text,html:has(.theme-switch__checkbox:checked) .table-container table .row-clickable-text,html:has(.theme-switch__checkbox:checked) .table-container table td.row-clickable-text{color:var(--primary-600)!important}html:has(.theme-switch__checkbox:checked) .bg-light,html:has(.theme-switch__checkbox:checked) .bg-white,html:has(.theme-switch__checkbox:checked) .card-white,html:has(.theme-switch__checkbox:checked) .page-indicator,html:has(.theme-switch__checkbox:checked) .white,html:has(.theme-switch__checkbox:checked) .white-bg{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .control-group,html:has(.theme-switch__checkbox:checked) .filter-bar,html:has(.theme-switch__checkbox:checked) .input-group,html:has(.theme-switch__checkbox:checked) .search-bar,html:has(.theme-switch__checkbox:checked) .search-input{background:var(--surface-2)!important;border:1px solid var(--border)!important}html:has(.theme-switch__checkbox:checked) .input-group .input,html:has(.theme-switch__checkbox:checked) .input-group input{background:#0000!important}html:has(.theme-switch__checkbox:checked) .page-item,html:has(.theme-switch__checkbox:checked) .page-link,html:has(.theme-switch__checkbox:checked) .pagination{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .page-item.active .page-link,html:has(.theme-switch__checkbox:checked) .page-link:hover{background:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .text-muted{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .bg-surface{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .bg-surface-2{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .border-theme{border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .ring-theme{box-shadow:0 0 0 4px var(--ring)!important}html:has(.theme-switch__checkbox:checked) .content-container:after,html:has(.theme-switch__checkbox:checked) .content-container:before{background:linear-gradient(180deg,var(--bg) 0,var(--bg-muted) 100%)}html:has(.theme-switch__checkbox:checked) .box *,html:has(.theme-switch__checkbox:checked) .card *,html:has(.theme-switch__checkbox:checked) .container-card *,html:has(.theme-switch__checkbox:checked) .custom-container *,html:has(.theme-switch__checkbox:checked) .info-card *,html:has(.theme-switch__checkbox:checked) .panel *,html:has(.theme-switch__checkbox:checked) .tile *,html:has(.theme-switch__checkbox:checked) .widget *{color:inherit!important}html:has(.theme-switch__checkbox:checked) .box h1,html:has(.theme-switch__checkbox:checked) .box h2,html:has(.theme-switch__checkbox:checked) .box h3,html:has(.theme-switch__checkbox:checked) .box h4,html:has(.theme-switch__checkbox:checked) .box h5,html:has(.theme-switch__checkbox:checked) .box h6,html:has(.theme-switch__checkbox:checked) .card h1,html:has(.theme-switch__checkbox:checked) .card h2,html:has(.theme-switch__checkbox:checked) .card h3,html:has(.theme-switch__checkbox:checked) .card h4,html:has(.theme-switch__checkbox:checked) .card h5,html:has(.theme-switch__checkbox:checked) .card h6,html:has(.theme-switch__checkbox:checked) .panel h1,html:has(.theme-switch__checkbox:checked) .panel h2,html:has(.theme-switch__checkbox:checked) .panel h3,html:has(.theme-switch__checkbox:checked) .panel h4,html:has(.theme-switch__checkbox:checked) .panel h5,html:has(.theme-switch__checkbox:checked) .panel h6{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .tree-container{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .tree-header{background:#0000!important;border-bottom-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .tree-header h2{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,var(--primary) 0,var(--primary-600) 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}html:has(.theme-switch__checkbox:checked) .tree-content{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .folder-item{color:var(--primary)!important}html:has(.theme-switch__checkbox:checked) .folder-item:hover{background:var(--bg-muted)!important;border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .account-list:before,html:has(.theme-switch__checkbox:checked) .folder-children .folder-container .folder-item:before,html:has(.theme-switch__checkbox:checked) .folder-children:before{background:var(--border)!important}html:has(.theme-switch__checkbox:checked) .folder-toggle{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .folder-toggle:hover{color:var(--primary)!important}html:has(.theme-switch__checkbox:checked) .folder-icon{color:var(--warning)!important}html:has(.theme-switch__checkbox:checked) .account-item:hover{background:var(--bg-muted)!important;border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .account-item:before{background:var(--border)!important}html:has(.theme-switch__checkbox:checked) .account-text{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .account-item:hover .account-text{color:var(--primary)!important}html:has(.theme-switch__checkbox:checked) .thunder-icon{color:var(--warning)!important}html:has(.theme-switch__checkbox:checked) .account-item:hover .thunder-icon{color:#f59e0b!important}html:has(.theme-switch__checkbox:checked) .icon-view:hover{background:linear-gradient(135deg,#1e3a8a,#1e40af)!important;border-color:#3b82f6!important;color:#93c5fd!important}html:has(.theme-switch__checkbox:checked) .icon-edit:hover{background:linear-gradient(135deg,#064e3b,#047857)!important;border-color:#10b981!important;color:#86efac!important}html:has(.theme-switch__checkbox:checked) .icon-delete:hover{background-color:#7f1d1d!important;color:#fca5a5!important}html:has(.theme-switch__checkbox:checked) .tree-filter-select{background-color:var(--warning)!important;border-color:var(--border)!important;color:#3b2300!important}html:has(.theme-switch__checkbox:checked) .tree-filter-btn{background-color:var(--warning)!important;border-color:var(--border)!important;color:#3b2300!important}html:has(.theme-switch__checkbox:checked) .tree-filter-btn:hover{background-color:#f59e0b!important}html:has(.theme-switch__checkbox:checked) .box label,html:has(.theme-switch__checkbox:checked) .box p,html:has(.theme-switch__checkbox:checked) .box span,html:has(.theme-switch__checkbox:checked) .card label,html:has(.theme-switch__checkbox:checked) .card p,html:has(.theme-switch__checkbox:checked) .card span,html:has(.theme-switch__checkbox:checked) .panel label,html:has(.theme-switch__checkbox:checked) .panel p,html:has(.theme-switch__checkbox:checked) .panel span{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .box small,html:has(.theme-switch__checkbox:checked) .card small,html:has(.theme-switch__checkbox:checked) .panel small{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .badge,html:has(.theme-switch__checkbox:checked) .badge-kyc,html:has(.theme-switch__checkbox:checked) .badge-muted,html:has(.theme-switch__checkbox:checked) .badge-warning,html:has(.theme-switch__checkbox:checked) .status-badge{color:#111827!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) #daybook-table .badge-success{color:#e5f9ee!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) select option{background:var(--surface-2);color:var(--text)}html:has(.theme-switch__checkbox:checked) .company-profile__header{background:var(--surface-2)!important;border:1px solid var(--border)!important;box-shadow:0 8px 24px #00000040!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .company-profile__header h1,html:has(.theme-switch__checkbox:checked) .company-profile__header p{color:var(--text)!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) .company-profile__card{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 10px 24px #00000040,0 2px 6px #0000002e!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .company-profile__logo-card{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .company-profile__section-title{border-bottom:2px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .company-profile__label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .company-profile__value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .view-info-card{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .detail-item .detail-label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .detail-item .detail-value,html:has(.theme-switch__checkbox:checked) .info-contact-list p{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-appointment-container,html:has(.theme-switch__checkbox:checked) .info-page-card-style,html:has(.theme-switch__checkbox:checked) .info-page-details-card,html:has(.theme-switch__checkbox:checked) .spec-member-container .info-page-collapsible-cont,html:has(.theme-switch__checkbox:checked) .spec-member-container .info-page-collapsible-container,html:has(.theme-switch__checkbox:checked) .spec-member-container .info-page-collapsible-list{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .OtherChangesList-card,html:has(.theme-switch__checkbox:checked) .OtherChangesList-cardBody,html:has(.theme-switch__checkbox:checked) .OtherChangesList-infoCard,html:has(.theme-switch__checkbox:checked) .OtherChangesList-listCard{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .OtherChangesList-breadcrumb,html:has(.theme-switch__checkbox:checked) .OtherChangesList-charges-header h4,html:has(.theme-switch__checkbox:checked) .OtherChangesList-filter-controls label,html:has(.theme-switch__checkbox:checked) .OtherChangesList-filter-controls span,html:has(.theme-switch__checkbox:checked) .OtherChangesList-header,html:has(.theme-switch__checkbox:checked) .OtherChangesList-infoLabel,html:has(.theme-switch__checkbox:checked) .OtherChangesList-infoValue{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .OtherChangesList-noChargesMessage{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .OtherChangesList-penalty-dues-summary{background:var(--surface-2)!important;border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .OtherChangesList-penalty-dues-summary h4,html:has(.theme-switch__checkbox:checked) .OtherChangesList-penalty-dues-summary p{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .OtherChangesList-table tr{background:var(--surface)!important;border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .form-container{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .csi-card{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .quick-search-page{background:linear-gradient(180deg,var(--bg) 0,var(--bg-muted) 100%)!important}html:has(.theme-switch__checkbox:checked) .quick-search-form-section{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 12px 28px #00000040!important}html:has(.theme-switch__checkbox:checked) .quick-search-form-label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .quick-search-label-icon{color:var(--primary)!important}html:has(.theme-switch__checkbox:checked) .custom-select-trigger{background-color:var(--surface-2)!important;border:1px solid var(--border)!important;box-shadow:none!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-select-trigger:hover{border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .custom-select-trigger.open,html:has(.theme-switch__checkbox:checked) .custom-select-trigger:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 4px var(--ring)!important}html:has(.theme-switch__checkbox:checked) .custom-select-text{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-select-arrow{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .custom-select-dropdown{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 12px 28px #00000040!important}html:has(.theme-switch__checkbox:checked) .custom-select-option{border-bottom:1px solid var(--border)!important}html:has(.theme-switch__checkbox:checked) .custom-select-option:hover{background:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .custom-select-option.selected{background:var(--primary-600)!important;color:#0b1220!important}html:has(.theme-switch__checkbox:checked) .quick-search-input{background-color:var(--surface-2)!important;border:1px solid var(--border)!important;box-shadow:none!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .quick-search-input::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .quick-search-input:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 4px var(--ring)!important}html:has(.theme-switch__checkbox:checked) .quick-search-results-section{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 8px 20px #00000040!important}html:has(.theme-switch__checkbox:checked) .quick-search-results-header{background:var(--surface-2)!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .quick-search-results-icon,html:has(.theme-switch__checkbox:checked) .quick-search-results-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .quick-search-table{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .quick-search-table thead{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .quick-search-table th{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .quick-search-table td{border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .quick-search-table tbody tr:hover{background:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .quick-search-table tbody tr:nth-child(2n){background:#ffffff08!important}html:has(.theme-switch__checkbox:checked) .table-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 8px 24px #00000038!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .page-title{-webkit-text-fill-color:initial!important;color:var(--text)!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) .page-header{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .promoters-page .page-header{background:var(--surface-2)!important;border:1px solid var(--border)!important;border-radius:12px!important;box-shadow:0 8px 22px #0000003d!important;padding:12px 16px!important}html:has(.theme-switch__checkbox:checked) .spec-member-container>.spec-member-header[style*="#ffffff"],html:has(.theme-switch__checkbox:checked) .spec-member-container>div[style*="#ffffff"],html:has(.theme-switch__checkbox:checked) .spec-member-container>div[style*="background-color: #fff"],html:has(.theme-switch__checkbox:checked) .spec-member-container>div[style*="background: #fff"],html:has(.theme-switch__checkbox:checked) .spec-member-container>div[style*="background:#ffffff"],html:has(.theme-switch__checkbox:checked) .spec-member-container>div[style*=white]{background:var(--surface-2)!important;border:1px solid var(--border)!important;box-shadow:0 10px 24px #00000038!important}html:has(.theme-switch__checkbox:checked) .spec-member-container [style*="#ffffff"],html:has(.theme-switch__checkbox:checked) .spec-member-container [style*="background-color: #fff"],html:has(.theme-switch__checkbox:checked) .spec-member-container [style*="background: #fff"],html:has(.theme-switch__checkbox:checked) .spec-member-container [style*="background:#ffffff"]{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .spec-member-container [style*="background: rgb(255, 255, 255)"], html:has(.theme-switch__checkbox:checked) .spec-member-container [style*="rgb(255, 255, 255)"]{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-summary-card{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 10px 24px #00000038!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-summary-card .title,html:has(.theme-switch__checkbox:checked) .info-page-summary-card h3,html:has(.theme-switch__checkbox:checked) .info-page-summary-card-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-summary-card-value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-appointment-container,html:has(.theme-switch__checkbox:checked) .info-page-card-style,html:has(.theme-switch__checkbox:checked) .info-page-minors-card{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-section-heading-style,html:has(.theme-switch__checkbox:checked) .info-page-summary-card-header{background:var(--surface-2)!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .spec-member-tabs .tab-pill{background:var(--surface-2)!important;border:1px solid var(--border)!important;box-shadow:none!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .spec-member-tabs .tab-pill:hover{background:var(--surface)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .spec-member-tabs .tab-pill.active,html:has(.theme-switch__checkbox:checked) .spec-member-tabs .tab-pill[aria-current=page],html:has(.theme-switch__checkbox:checked) .spec-member-tabs .tab-pill[aria-selected=true]{background:#fff!important;border-color:#fff!important;box-shadow:0 2px 8px #00000059!important;color:#0b1220!important}html:has(.theme-switch__checkbox:checked) .spec-member-tabs .tab-pill svg{color:inherit!important}html:has(.theme-switch__checkbox:checked) .info-page-card-style h1,html:has(.theme-switch__checkbox:checked) .info-page-card-style h2,html:has(.theme-switch__checkbox:checked) .info-page-card-style h3,html:has(.theme-switch__checkbox:checked) .info-page-card-style h4,html:has(.theme-switch__checkbox:checked) .info-page-card-style h5,html:has(.theme-switch__checkbox:checked) .info-page-card-style h6,html:has(.theme-switch__checkbox:checked) .spec-member-details h1,html:has(.theme-switch__checkbox:checked) .spec-member-details h2,html:has(.theme-switch__checkbox:checked) .spec-member-details h3,html:has(.theme-switch__checkbox:checked) .spec-member-details h4,html:has(.theme-switch__checkbox:checked) .spec-member-details h5,html:has(.theme-switch__checkbox:checked) .spec-member-details h6{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-card-style p,html:has(.theme-switch__checkbox:checked) .info-page-card-style span,html:has(.theme-switch__checkbox:checked) .spec-member-details p,html:has(.theme-switch__checkbox:checked) .spec-member-details span{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-collapsible-list .info-page-collapsible-item strong{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-collapsible-list .info-page-collapsible-item .value,html:has(.theme-switch__checkbox:checked) .info-page-collapsible-list .info-page-collapsible-item>span{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-collapsible-cont,html:has(.theme-switch__checkbox:checked) .info-page-collapsible-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 8px 20px #00000038!important}html:has(.theme-switch__checkbox:checked) .account-page .collapsible-header,html:has(.theme-switch__checkbox:checked) .collapsible-header,html:has(.theme-switch__checkbox:checked) .promoter-page .collapsible-header{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .collapsible-content{background:var(--surface)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-details-card,html:has(.theme-switch__checkbox:checked) .spec-member-details{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-contact-block,html:has(.theme-switch__checkbox:checked) .view-data-grid .detail-item{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .detail-item,html:has(.theme-switch__checkbox:checked) .info-contact-block{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .view-data-grid,html:has(.theme-switch__checkbox:checked) .view-page-wrapper{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .table-controls{background:var(--surface-2)!important;border:1px solid var(--border)!important;border-radius:12px!important;padding:12px!important}html:has(.theme-switch__checkbox:checked) .table-controls-left,html:has(.theme-switch__checkbox:checked) .table-controls-right{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .search-container{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .search-container .search-icon{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .search-container .search-input,html:has(.theme-switch__checkbox:checked) .table-controls .search-input{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .table-controls .search-input::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .rows-selector{background:#0000!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .rows-selector label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .rows-selector select{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .rows-button,html:has(.theme-switch__checkbox:checked) .rows-buttons .rows-button{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .rows-button.active{background:var(--primary-600)!important;border-color:var(--primary-600)!important;color:#0b1220!important}html:has(.theme-switch__checkbox:checked) .view-toggle{background:#0000!important;border:none!important;box-shadow:none!important;gap:8px!important;padding:0!important}html:has(.theme-switch__checkbox:checked) .view-toggle button{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .view-toggle button.active{background:#fff!important;border-color:#fff!important;box-shadow:0 2px 8px #00000059!important;color:#0b1220!important}html:has(.theme-switch__checkbox:checked) .view-toggle button svg{color:inherit!important}html:has(.theme-switch__checkbox:checked) .table-responsive-wrapper{background:#0000!important}html:has(.theme-switch__checkbox:checked) .custom-table{background:var(--surface)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-table thead{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .custom-table th{border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-table td{border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-table tbody tr:hover{background:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .custom-table tbody tr:nth-child(2n){background:#ffffff08!important}html:has(.theme-switch__checkbox:checked) .info-custom-table{background:#0000!important;border-collapse:initial!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-custom-table thead tr{background:var(--surface-2)!important;background-image:none!important}html:has(.theme-switch__checkbox:checked) .info-custom-table td,html:has(.theme-switch__checkbox:checked) .info-custom-table th{border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-custom-table thead th{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-custom-table tbody tr:hover{background:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .info-custom-table td .clickable-text,html:has(.theme-switch__checkbox:checked) .info-custom-table td .row-clickable-text,html:has(.theme-switch__checkbox:checked) .info-custom-table td.row-clickable-text{color:#93c5fd!important;color:var(--primary-300,#93c5fd)!important}html:has(.theme-switch__checkbox:checked) .info-custom-table td .clickable-text:hover,html:has(.theme-switch__checkbox:checked) .info-custom-table td .row-clickable-text:hover,html:has(.theme-switch__checkbox:checked) .info-custom-table td.row-clickable-text:hover{color:#bfdbfe!important;color:var(--primary-200,#bfdbfe)!important}html:has(.theme-switch__checkbox:checked) .pagination,html:has(.theme-switch__checkbox:checked) .pagination-block,html:has(.theme-switch__checkbox:checked) .pagination-controls{background:#0000!important}html:has(.theme-switch__checkbox:checked) .page-button,html:has(.theme-switch__checkbox:checked) .page-indicator,html:has(.theme-switch__checkbox:checked) .pagination .page-button,html:has(.theme-switch__checkbox:checked) .pagination .page-indicator,html:has(.theme-switch__checkbox:checked) .pagination .page-link,html:has(.theme-switch__checkbox:checked) .pagination button{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .page-indicator{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .pagination-controls button{background:var(--surface-2)!important;border:1px solid var(--border)!important;border-radius:10px!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .pagination-controls button:hover:not(:disabled){background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .pagination-controls button:disabled{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text-muted)!important;opacity:.65!important}html:has(.theme-switch__checkbox:checked) .pagination-controls .pagination-info,html:has(.theme-switch__checkbox:checked) .pagination-info{background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:12px!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .grid-view{background:#0000!important}html:has(.theme-switch__checkbox:checked) .grid-card{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 8px 20px #00000040!important}html:has(.theme-switch__checkbox:checked) .grid-card:before{background:linear-gradient(135deg,var(--primary-600) 0,var(--primary) 100%)!important}html:has(.theme-switch__checkbox:checked) .grid-card-header{border-bottom:1px solid var(--border)!important}html:has(.theme-switch__checkbox:checked) .grid-card-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .grid-card-subtitle{-webkit-text-fill-color:initial!important;background:none!important;color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .grid-card-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .grid-card-value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .promoters-page .share-split-control{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:0 8px 20px #00000040!important}html:has(.theme-switch__checkbox:checked) .promoters-page .share-split-control label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .promoters-page .share-split-control select{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-page-address-section-title{-webkit-text-fill-color:currentColor!important;color:var(--text)!important;opacity:1!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) .loan-info-section-title{-webkit-text-fill-color:currentColor!important;color:var(--text)!important;opacity:1!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) body dd,html:has(.theme-switch__checkbox:checked) body dt,html:has(.theme-switch__checkbox:checked) body em,html:has(.theme-switch__checkbox:checked) body label,html:has(.theme-switch__checkbox:checked) body li,html:has(.theme-switch__checkbox:checked) body p,html:has(.theme-switch__checkbox:checked) body small,html:has(.theme-switch__checkbox:checked) body span,html:has(.theme-switch__checkbox:checked) body strong{-webkit-text-fill-color:currentColor!important;color:var(--text)!important;opacity:1!important}html:has(.theme-switch__checkbox:checked) .help-text,html:has(.theme-switch__checkbox:checked) .hint,html:has(.theme-switch__checkbox:checked) .muted,html:has(.theme-switch__checkbox:checked) .note,html:has(.theme-switch__checkbox:checked) .subtext,html:has(.theme-switch__checkbox:checked) .subtitle,html:has(.theme-switch__checkbox:checked) .text-muted{color:var(--text-muted)!important;opacity:1!important}html:has(.theme-switch__checkbox:checked) .field-label,html:has(.theme-switch__checkbox:checked) .key,html:has(.theme-switch__checkbox:checked) .label,html:has(.theme-switch__checkbox:checked) .row-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .field-value,html:has(.theme-switch__checkbox:checked) .row-value,html:has(.theme-switch__checkbox:checked) .value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .block-title,html:has(.theme-switch__checkbox:checked) .card-title,html:has(.theme-switch__checkbox:checked) .section-title{color:var(--text)!important;text-shadow:none!important}html:has(.theme-switch__checkbox:checked) .divider,html:has(.theme-switch__checkbox:checked) .line,html:has(.theme-switch__checkbox:checked) .separator,html:has(.theme-switch__checkbox:checked) hr{background-color:var(--border)!important;border-color:var(--border)!important;opacity:1!important}@media only screen and (max-width:600px){.Toastify__toast-container{padding:20px}.Toastify__toast{border-radius:10px;font-size:14px}.Toastify__close-button>svg{height:13px;width:13px}.Toastify__toast-icon>svg{height:18px;width:18px}}.main-layout-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;overflow:hidden}.main-layout-container,.sidebar-container{transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-container{flex-shrink:0;position:relative;z-index:100}.content-container{background:#fff;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden;position:relative}.mobile-header{background:linear-gradient(135deg,#1e3a8a,#2563eb);box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;display:none;font-size:18px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:center;transition:all .3s ease}.mobile-brand{text-shadow:0 2px 4px #0003}.main-header{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);box-shadow:0 4px 20px #0000001a,0 1px 3px #0000000d;box-sizing:border-box;color:#fff;display:flex;height:4.8rem;padding:.85rem 1.35rem;position:relative;z-index:50}.main-header:before{background:linear-gradient(90deg,#0000,#ffffff1a 50%,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.sidebar-toggle-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;margin-right:24px;padding:.5rem .65rem;transition:all .3s ease}.sidebar-toggle-btn:hover{background:#fff3}.header-nav{align-items:center;display:flex;flex:1 1;gap:20px;margin-right:20px;transition:all .3s ease}.header-nav-item{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.55rem .9rem;transition:background .2s ease;white-space:nowrap}.header-nav-item:hover{background:#fff3}.header-dropdown{overflow:visible;position:relative;z-index:1000}.header-dropdown *{box-sizing:border-box}.header-dropdown-toggle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:8px;padding:.55rem .9rem;transition:all .3s ease;white-space:nowrap}.header-dropdown-toggle:hover,.header-dropdown-toggle[aria-expanded=true]{background:#fff3}.header-dropdown-menu{animation:simpleDropdownFadeIn .2s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;margin-top:8px;min-width:280px;overflow:hidden;position:absolute;top:100%;z-index:1000}.header-dropdown-item{align-items:center;background:#fff;border-bottom:1px solid #f3f4f6;color:#374151;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:12px;padding:.65rem 1rem;transition:all .2s ease}.header-dropdown-item:last-child{border-bottom:none}.header-dropdown-item:hover{background:#f0f7ff;color:#2563eb}.dropdown-icon{color:#6b7280;font-size:16px;text-align:center;transition:all .2s ease;width:16px}.header-dropdown-item:hover .dropdown-icon{color:#2563eb;transform:scale(1.05)}.dropdown-content{display:flex;flex:1 1;flex-direction:column;gap:2px}.dropdown-title{color:#374151;font-size:13px;font-weight:600;line-height:1.1}.dropdown-description{color:#6b7280;font-size:11px;font-weight:400;line-height:1.2;opacity:.9}.header-dropdown-item:hover .dropdown-title{color:#2563eb}.header-dropdown-item:hover .dropdown-description{color:#1d4ed8;opacity:1}.header-actions{align-items:center;display:flex;gap:16px}.mobile-menu-toggle{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:none;font-size:16px;padding:10px 12px;transition:all .3s ease}.mobile-menu-toggle:hover{background:#fff3;transform:translateY(-1px)}.user-profile-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:10px;padding:.5rem .9rem;transition:all .3s ease}.user-profile-btn:hover{background:#fff3}.user-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:16px}.user-welcome{font-weight:500;text-shadow:0 1px 2px #0000001a;white-space:nowrap}.settings-dropdown{position:relative}.settings-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;justify-content:center;padding:.5rem .7rem;transition:all .3s ease}.settings-btn:hover{background:#fff3}.settings-dropdown-menu{animation:simpleDropdownFadeIn .2s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:280px;overflow:hidden;position:absolute;right:0;top:calc(100% + 16px);z-index:1000}.settings-dropdown-header{background:#3b82f6;color:#fff;font-size:14px;font-weight:600;padding:10px 16px}.settings-dropdown-list{padding:8px 0}.settings-dropdown-item{align-items:center;border-bottom:1px solid #f3f4f6;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 18px;transition:all .2s ease}.settings-dropdown-item:last-child{border-bottom:none}.settings-dropdown-item:hover{background:#f0f7ff;color:#2563eb}.settings-icon{color:#6b7280;font-size:16px;transition:all .2s ease}.settings-dropdown-item:hover .settings-icon{color:#2563eb;transform:scale(1.05)}.settings-dropdown-submenu{display:flex;flex-direction:column;position:relative}.settings-submenu-header{align-items:center;cursor:pointer;display:flex;width:100%}.settings-submenu-header .settings-icon{margin-right:10px}.settings-submenu-header .submenu-arrow{margin-left:auto}.settings-submenu-items{border-top:1px solid #e5e7eb;width:100%}.settings-submenu-item{color:#374151;cursor:pointer;display:block;font-size:13px;padding:6px 18px 6px 42px;transition:all .2s ease}.settings-submenu-item:hover{color:#2563eb}.user-profile-popup{animation:profilePopupFadeIn .3s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 25px 50px #00000026,0 10px 30px #0000001a;overflow:hidden;position:fixed;right:24px;top:80px;width:320px;z-index:1000}@keyframes simpleDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes profilePopupFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.user-profile-card{padding:0;position:relative}.user-profile-header{align-items:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;display:flex;gap:16px;padding:24px}.user-avatar{align-items:center;background:#fff3;border:2px solid #ffffff4d;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.avatar-icon{font-size:28px}.user-info{flex:1 1}.user-name{color:#fff;font-size:18px;font-weight:600;line-height:1.2;margin:0 0 4px}.user-role{color:#ffffffe6;font-size:13px;font-weight:500;letter-spacing:.5px;margin:0 0 4px;text-transform:uppercase}.user-email{color:#fffc;font-size:14px;font-weight:400;margin:0}.user-profile-menu{padding:12px 0}.profile-menu-item{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 24px;text-align:left;transition:all .2s ease;width:100%}.profile-menu-item:hover{background:#2563eb14;color:#1e3a8a}.profile-menu-item .menu-icon{color:#6b7280;font-size:16px;transition:color .2s ease;width:16px}.profile-menu-item:hover .menu-icon{color:#1e3a8a}.profile-menu-divider{background:#0000001a;height:1px;margin:8px 24px}.logout-item,.logout-item:hover{color:#dc2626!important}.logout-item:hover{background:#dc262614!important}.logout-item .menu-icon{color:#dc2626!important}.content-area{background:linear-gradient(90deg,#f9fafb,#eff6ff);flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:var(--space-sm) var(--space-sm) var(--space-sm) var(--space-sm);position:relative}.content-main-loader{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 6.2rem)}.content-area::-webkit-scrollbar{width:8px}.content-area::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.content-area::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#cbd5e1,#94a3b8);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.content-area::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#94a3b8,#64748b)}@media (max-width:1024px){.header-nav{gap:16px}.user-welcome{display:none}.content-area{padding:20px}}@media (min-width:1025px) and (max-width:1280px){.main-header{padding:12px 8px}.header-nav{gap:12px}.header-nav-item,.sidebar-toggle-btn{padding:10px}}@media ((min-width:769px) and (max-width:1024px)){.main-header{overflow-y:visible;padding:12px 8px;position:relative}.header-nav{gap:12px}.header-nav-item,.sidebar-toggle-btn{padding:10px}}@media (max-width:768px){.mobile-header{display:block}.header-nav{align-items:flex-start;background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 8px 20px #00000026;display:none;flex-direction:column;gap:8px;left:0;padding:20px;position:absolute;right:0;top:100%;width:100%;z-index:100}.header-nav.header-nav-visible{align-items:flex-start;display:flex}.mobile-menu-toggle{display:block;padding:8px 10px}.user-profile-popup{max-width:320px;right:70px;top:134px;width:calc(100vw - 32px)}.settings-dropdown-menu{max-width:320px;right:0;top:58px;width:calc(100vw - 32px)}.sidebar-toggle-btn{margin-right:16px}.header-actions{gap:12px;margin-left:auto}.content-area{padding:16px}}@media (max-width:480px){.main-header{padding:12px 16px}.sidebar-toggle-btn{margin-right:12px;padding:7px 8px}.mobile-menu-toggle{padding:7px 8px}.user-profile-btn{padding:9px 12px}.settings-btn{padding:9px 10px}.user-profile-popup{right:12px;width:calc(100vw - 24px)}.content-area{padding:12px}.header-dropdown-toggle,.header-nav-item{font-size:15px;padding:12px 16px}}.header-dropdown-toggle:focus,.header-nav-item:focus,.settings-btn:focus,.sidebar-toggle-btn:focus,.user-profile-btn:focus{outline:2px solid #ffffff80;outline-offset:2px}.header-dropdown-toggle:focus-visible,.header-nav-item:focus-visible,.settings-btn:focus-visible,.sidebar-toggle-btn:focus-visible,.user-profile-btn:focus-visible{outline:2px solid #fff}.main-layout-container.loading{opacity:.7;pointer-events:none}.main-header.loading .settings-btn,.main-header.loading .sidebar-toggle-btn,.main-header.loading .user-profile-btn{cursor:not-allowed;opacity:.5}html:has(.theme-switch__checkbox:checked) .main-layout-container{background:linear-gradient(135deg,#0b1020,#0e152b)}html:has(.theme-switch__checkbox:checked) .content-container{background:#0b1020}html:has(.theme-switch__checkbox:checked) .content-area{background:linear-gradient(90deg,#0b1020,#0e152b)}html:has(.theme-switch__checkbox:checked) .main-header{background:linear-gradient(135deg,#1e3a8a,#1e40af 50%,#2563eb)}html:has(.theme-switch__checkbox:checked) .mobile-header{background:linear-gradient(135deg,#1e3a8a,#2563eb)}html:has(.theme-switch__checkbox:checked) .content-area::-webkit-scrollbar-track{background:#1f2937}html:has(.theme-switch__checkbox:checked) .content-area::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4b5563,#6b7280)}html:has(.theme-switch__checkbox:checked) .content-area::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#6b7280,#9ca3af)}@media (prefers-contrast:high){.main-header{border-bottom:2px solid #fff}.header-dropdown-toggle,.header-nav-item,.settings-btn,.sidebar-toggle-btn,.user-profile-btn{border:2px solid #ffffff80}}@media (prefers-reduced-motion:reduce){.content-area,.header-dropdown-menu,.header-dropdown-toggle,.header-nav-item,.main-layout-container,.settings-btn,.settings-dropdown-menu,.sidebar-toggle-btn,.user-profile-btn,.user-profile-popup{transition:none}.header-dropdown-menu,.settings-dropdown-menu,.user-profile-popup{animation:none}.profile-action-btn:before{display:none}}.Toastify__toast-container{z-index:99999!important}.profit-loss-dropdown{animation:fadeIn .3s ease-out}.profit-loss-content{animation:slideInFromTop .4s ease-out}.sidebar{background:linear-gradient(180deg,#1e3a8a,#1d4ed8 50%,#2563eb);border-right:1px solid #ffffff1a;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;overflow:hidden;position:relative;transition:width .2s ease;width:280px}.sidebar.sidebar-minimized{width:80px}.sidebar.sidebar-minimized .nav-item-arrow,.sidebar.sidebar-minimized .nav-item-text,.sidebar.sidebar-minimized .sidebar-title{opacity:0}.sidebar.sidebar-minimized .nav-submenu{display:none}.sidebar-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-bottom:1px solid #ffffff1a;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;height:4.8rem;justify-content:center;position:relative;transition:background .2s ease;z-index:10}.sidebar-header:hover{background:linear-gradient(135deg,#fff3,#ffffff1a)}.sidebar-logo-icon{color:#fff;font-size:1rem;transition:transform .2s ease}.sidebar-logo-image{background:#0000;border-radius:6px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));padding:0;transition:all .2s ease}.sidebar-logo-image:hover{background:#0000;transform:scale(1.05)}.sidebar-logo-loading{animation:pulse 1.5s ease-in-out infinite}.sidebar-title{color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:.5px;text-shadow:0 2px 4px #0003;transition:opacity .2s ease}.sidebar-content{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:12px 8px;position:relative;z-index:5}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.sidebar-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-item,.nav-section{position:relative}.nav-item{align-items:center;border:1px solid #0000;border-radius:8px;color:#ffffffe6;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;justify-content:flex-start;margin-bottom:2px;padding:.55rem .85rem;text-decoration:none;transition:all .2s ease;width:100%}.sidebar.sidebar-minimized .nav-item{justify-content:center;padding:10px 8px}.nav-item:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.nav-item-active{background:#ffffff26;border-color:#ffffff4d;color:#fff;font-weight:600}.nav-item-active .nav-item-icon{color:#fff}.nav-item-content{align-items:center;display:flex;gap:12px;width:100%}.sidebar.sidebar-minimized .nav-item-content{justify-content:center;width:auto}.nav-item-icon{color:#fffc;flex-shrink:0;font-size:1rem;transition:color .2s ease}.nav-item-text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s ease;white-space:nowrap}.nav-item-arrow{color:#ffffffb3;flex-shrink:0;font-size:12px;transition:transform .2s ease,color .2s ease}.premium-lock-badge{align-items:center;color:gold;display:inline-flex;flex-shrink:0;font-size:.625rem;gap:4px;margin-left:8px;white-space:nowrap}.nav-item-expanded .nav-item-arrow{color:#fff;transform:rotate(180deg)}.nav-submenu{background:#0000001a;border-radius:6px;margin-left:12px;margin-top:2px;max-height:0;opacity:0;overflow:hidden;padding:0;transform:scaleY(0);transform-origin:top;transition:all .6s cubic-bezier(.4,0,.2,1)}.nav-submenu.show{max-height:500px;opacity:1;padding:4px 0;transform:scaleY(1)}.nav-submenu-item{border-radius:4px;color:#ffffffe6;display:block;font-size:.8125rem;font-weight:400;margin:1px 8px;opacity:0;padding:6px 16px;position:relative;text-decoration:none;transform:translateX(-10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.nav-submenu.show .nav-submenu-item{opacity:1;transform:translateX(0);transition-delay:0s;transition-delay:calc(var(--item-index, 0)*.08s)}.nav-submenu-item:first-child{--item-index:1}.nav-submenu-item:nth-child(2){--item-index:2}.nav-submenu-item:nth-child(3){--item-index:3}.nav-submenu-item:nth-child(4){--item-index:4}.nav-submenu-item:nth-child(5){--item-index:5}.nav-submenu-item:nth-child(6){--item-index:6}.nav-submenu-item:nth-child(7){--item-index:7}.nav-submenu-item:nth-child(8){--item-index:8}.nav-submenu-item:before{color:#ffffff80;content:"•";font-size:12px;left:6px;position:absolute}.nav-submenu-item:hover{background:#ffffff1a;box-shadow:0 2px 8px #0000001a;color:#fff;padding-left:18px;transform:translateX(2px)}.nav-submenu-item:hover:before{color:#fff}.nav-submenu-item-active{background:#ffffff26;color:#fff;font-weight:500;padding-left:18px}.nav-submenu-item-active:before{color:#fff;content:"▸"}.nav-submenu-text{padding-left:12px}.nav-section.minimized-hover{position:relative}.minimized-tooltip{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fff;background:#fffffff2;border:1px solid #e5e7eb;border:1px solid #1e3a8a1a;border-radius:8px;border-radius:16px;box-shadow:0 8px 24px #00000026;box-shadow:0 25px 50px #1e3a8a26,0 10px 30px #2563eb1a,inset 0 1px 0 #fffc;left:88px;max-width:380px;min-width:220px;min-width:300px;opacity:0;overflow:hidden;pointer-events:none;position:fixed;transform:translateX(-8px);transform:translateX(-12px) scale(.95);transition:all .2s ease;transition:all .4s cubic-bezier(.34,1.56,.64,1);visibility:hidden;z-index:10000}.minimized-tooltip:before{background:linear-gradient(135deg,#1e3a8a05,#2563eb0d 50%,#3b82f605);border-radius:16px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.minimized-tooltip-header{align-items:center;animation:headerSlideIn .5s cubic-bezier(.34,1.56,.64,1) .1s both;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#1e3a8ae6,#2563ebe6);border-radius:16px 16px 0 0;color:#fff;display:flex;font-size:15px;font-weight:600;gap:14px;padding:18px 24px;position:relative}@keyframes headerSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.minimized-tooltip-header:before{background:linear-gradient(135deg,#ffffff26,#0000 50%,#ffffff0d);border-radius:16px 16px 0 0;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.minimized-tooltip-header:after{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";height:1px;left:20%;position:absolute;right:20%}.tooltip-header-icon{align-items:center;animation:iconBounce .6s cubic-bezier(.68,-.55,.265,1.55) .2s both;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:8px;color:#fffffff2;display:flex;font-size:20px;height:28px;justify-content:center;overflow:hidden;position:relative;width:28px}@keyframes iconBounce{0%{opacity:0;transform:scale(.5) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.tooltip-header-icon:before{background:linear-gradient(45deg,#ffffff1a,#0000);border-radius:10px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.tooltip-header-title{animation:titleSlideIn .5s ease-out .3s both;flex:1 1;letter-spacing:.4px;text-shadow:0 2px 4px #0000001a}@keyframes titleSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.minimized-tooltip-content{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;padding:8px 0;position:relative}.minimized-tooltip-item{align-items:center;animation:itemSlideIn .4s ease-out calc(var(--item-index)*.1s + .4s) both;border-bottom:1px solid #1e3a8a0d;color:#374151;display:flex;font-size:14px;font-weight:500;gap:12px;overflow:hidden;padding:8px 24px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes itemSlideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.minimized-tooltip-item:first-child{--item-index:0}.minimized-tooltip-item:nth-child(2){--item-index:1}.minimized-tooltip-item:nth-child(3){--item-index:2}.minimized-tooltip-item:nth-child(4){--item-index:3}.minimized-tooltip-item:nth-child(5){--item-index:4}.minimized-tooltip-item:nth-child(6){--item-index:5}.minimized-tooltip-item:nth-child(7){--item-index:6}.minimized-tooltip-item:last-child{border-bottom:none}.minimized-tooltip-item:before{height:100%;top:0;z-index:-1}.minimized-tooltip-item:after,.minimized-tooltip-item:before{background:#0000;content:"";left:0;position:absolute;transition:none;width:0}.minimized-tooltip-item:after{border-radius:0;height:0;top:50%;transform:translateY(-50%)}.minimized-tooltip-item:hover:before{width:0}.minimized-tooltip-item:hover:after{height:0}.minimized-tooltip-item:hover{background:#0000;color:#1e3a8a;padding-left:24px;transform:translateX(2px)}.tooltip-item-text{flex:1 1;font-weight:500;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.minimized-tooltip-item:hover .tooltip-item-text{color:#1e3a8a;font-weight:600}.tooltip-item-arrow{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;color:#9ca3af;font-size:16px;font-weight:600;opacity:0;transform:translateX(-8px) scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.minimized-tooltip-item:hover .tooltip-item-arrow{color:#1e3a8a;opacity:1;transform:translateX(0) scale(1)}@media (min-width:1281px){.sidebar{width:260px}.sidebar.sidebar-minimized{width:70px}}@media (max-width:1280px){.sidebar{width:230px}.sidebar.sidebar-minimized{width:60px}}@media (max-width:768px){.sidebar{height:calc(100vh - 140px);left:0;position:fixed;top:140px;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:280px;z-index:1000}.sidebar.sidebar-visible{transform:translateX(0)}.sidebar.sidebar-minimized{transform:translateX(-100%);width:280px}.sidebar.sidebar-minimized.sidebar-visible{transform:translateX(0)}}@media (max-width:480px){.sidebar{width:280px}.nav-item{font-size:15px;padding:14px 20px}.nav-item-icon{font-size:20px}.sidebar-header{height:70px}.sidebar-title{font-size:18px}}.sidebar.loading{opacity:.7;pointer-events:none}.nav-item.loading{cursor:not-allowed;opacity:.5}@media (prefers-contrast:high){.sidebar{border-right:2px solid #fff}.nav-item{border:1px solid #ffffff4d}.nav-item-active{background:#fff3;border:2px solid #fff}}@media (prefers-reduced-motion:reduce){.nav-item,.nav-item-arrow,.nav-item-icon,.nav-item-text,.nav-submenu-item,.sidebar,.sidebar-header{transition:none}.nav-submenu{animation:none}}.custom-select-menu-list{max-height:150px}.custom-select-control{background-color:#fff;background-color:var(--surface-2,#fff);border-color:#e0e0e0;border-color:var(--border,#e0e0e0)}.custom-select-control,.custom-select-single-value{color:#333;color:var(--text,#333)}.custom-select-placeholder{color:#666;color:var(--text-muted,#666)}.custom-select-option{color:#333;color:var(--text,#333)}.custom-select-option-focused,.custom-select-option:focus,.custom-select-option:hover{background-color:#f0f0f0;background-color:var(--bg-muted,#f0f0f0)}html:has(.theme-switch__checkbox:checked) .custom-select-control{background-color:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-select-single-value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-select-placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .custom-select-option{background:#0000;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .custom-select-option:hover{background-color:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .custom-select-option:focus{background-color:var(--bg-muted)!important}.character-count{color:#666!important;font-size:12px;margin-top:2px;text-align:right}.form-field .file-input{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#000!important;display:block!important;font-size:.95rem;margin-top:-2px;padding:11px 15px;width:100%}.journal-file-wrapper{position:relative;width:100%}.journal-file-label{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;font-size:.95rem;padding:12px 15px;width:100%}.journal-file-selected.journal-file-label{background-color:#f8fff8;border-color:#28a745}.journal-file-text{color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-file-input{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.debit-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;margin-top:10px}.debit-section-title{align-items:center;display:flex;gap:8px}.debit-title{color:#555!important;margin:0}.info-icon,.info-text{color:#007bff!important}.info-text{font-size:14px;margin-left:8px}.remove-button{color:red!important;cursor:pointer;position:absolute;right:10px;top:6px}.credit-title{color:#555!important;margin-bottom:10px;margin-top:10px}.form-row-right,.form-row-right-margin{justify-content:flex-end!important}.form-row-right-margin{margin-bottom:15px!important}.relative-position{position:relative}.note-text{color:blue!important;font-size:12px;margin-top:2px}.helper-text,.helper-text-right{color:#666!important;font-size:12px;margin-top:2px}.helper-text-right{text-align:right}.form-row .form-field:nth-child(2)>label{margin-top:-1px}.payment-section-header{color:#555!important;margin-bottom:10px;margin-top:20px}.label-info-icon{color:#007bff!important;margin-left:5px}.checkbox-container-modified{gap:12px!important;margin:0!important}.custom-checkbox{height:16px!important;margin:0!important;width:16px!important}.hidden-field{display:none!important}.view-entries-loading{padding:40px;text-align:center}.view-entries-container{background-color:#f8f9fa;font-family:Arial,sans-serif;min-height:100vh;padding:20px}.view-entries-header{background-color:#fff;border-radius:5px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:15px 20px}.view-entries-title{color:#333;font-size:18px;font-weight:600;margin:0}.view-entries-breadcrumb{color:#666;font-size:12px;margin-top:5px}.view-entries-breadcrumb-link{color:#007bff}.view-entries-card{background-color:#fff;border-radius:5px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;overflow:hidden}.view-entries-card-header{border-bottom:1px solid #e9ecef;color:#333;font-size:14px;font-weight:600;padding:10px 20px}.view-entries-card-header.bill-entry{background-color:#f8f9fa}.view-entries-card-header.approval{background-color:#28a745;color:#fff}.view-entries-card-header.audit{background-color:#17a2b8;color:#fff}.view-entries-table{border-collapse:collapse;font-size:13px;width:100%}.view-entries-table th{border-right:1px solid #fff3;font-size:12px;font-weight:600;padding:12px 15px;text-align:left}.view-entries-table th:last-child{border-right:none}.view-entries-table th.main-header{background-color:#6f42c1;color:#fff}.view-entries-table th.sub-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;border-right:1px solid #e9ecef}.view-entries-table td{border-right:1px solid #e9ecef;color:#333;font-size:13px;padding:12px 15px;vertical-align:top}.view-entries-table td:last-child{border-right:none}.view-entries-table tr{background-color:#fff}.view-entries-description{color:#007bff;font-weight:500;margin-bottom:4px}.view-entries-ledger-lines{color:#6c757d;font-size:11px;margin-bottom:2px;padding-left:12px}.view-entries-img-badge{background-color:#dc3545}.view-entries-img-badge,.view-entries-system-badge{border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:4px 8px}.view-entries-system-badge{background-color:#28a745}.view-entries-system-badge.no{background-color:#dc3545}.view-entries-status-badge{background-color:#28a745;border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:4px 8px}.view-entries-amount{font-weight:500;text-align:right}.view-entries-actions{display:flex;gap:4px;justify-content:center}.view-entries-action-btn{border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:10px;padding:4px 6px}.view-entries-action-btn.delete{background-color:#dc3545}.view-entries-action-btn.edit{background-color:#007bff}.view-entries-action-btn.view{background-color:#28a745}.view-entries-center{text-align:center}.view-entries-no-data{padding:20px;text-align:center}html:has(.theme-switch__checkbox:checked) .view-entries-container{background-color:var(--surface)}html:has(.theme-switch__checkbox:checked) .view-entries-header{background-color:var(--surface);border:1px solid var(--border)}html:has(.theme-switch__checkbox:checked) .view-entries-title{color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-entries-breadcrumb{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-entries-breadcrumb-link{color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .view-entries-card{background-color:var(--surface);border:1px solid var(--border)}html:has(.theme-switch__checkbox:checked) .view-entries-card-header.bill-entry{background-color:var(--surface-2);border-bottom-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-entries-table td{border-right-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-entries-table th.sub-header{background-color:var(--surface-2);border-bottom-color:var(--border);border-right-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-entries-description{color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .view-entries-ledger-lines{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-entries-no-data{color:var(--text-muted)}.view-journal-loading{align-items:center;display:flex;justify-content:center;margin:50px}.view-journal-loading-text{color:#6c757d}.view-journal-error{margin:20px;text-align:center}.view-journal-container{margin:20px}.view-journal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.view-journal-header-left{align-items:center;display:flex;gap:15px}.view-journal-details-card{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#333;margin-bottom:30px;padding:20px}.view-journal-details-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.view-journal-view-image-btn{align-items:center;background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;gap:5px;padding:5px 12px}.view-journal-no-image{color:#6c757d}.view-journal-lines-section{margin-bottom:20px}.view-journal-lines-title{color:#333;margin-bottom:15px}.view-journal-ledger-info{color:#666;font-size:12px}.view-journal-debit-amount{color:#dc3545;font-weight:700}.view-journal-credit-amount{color:#28a745;font-weight:700}.view-journal-no-lines{padding:20px;text-align:center}.view-journal-modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.view-journal-modal-content{background-color:#fff;border-radius:8px;max-height:90%;max-width:90%;padding:10px;position:relative}.view-journal-modal-close{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:35px;justify-content:center;position:absolute;right:10px;top:10px;width:35px;z-index:10000}.view-journal-modal-image{display:block;max-height:80vh;max-width:100%;object-fit:contain}.view-journal-modal-caption{color:#333;margin-top:10px;text-align:center}html:has(.theme-switch__checkbox:checked) .view-journal-loading-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-journal-details-card{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-journal-view-image-btn{background:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .view-journal-no-image{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-journal-lines-title{color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-journal-ledger-info{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-journal-debit-amount{color:#ff6b6b}html:has(.theme-switch__checkbox:checked) .view-journal-credit-amount{color:#51cf66}html:has(.theme-switch__checkbox:checked) .view-journal-no-lines{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-journal-modal-content{background-color:var(--surface)}html:has(.theme-switch__checkbox:checked) .view-journal-modal-caption{color:var(--text)}.last-updated{color:#666;font-size:12px}.view-history-link{color:#007bff;font-size:13px;text-decoration:underline}.journal-line{color:#6c757d;font-size:11px;margin-bottom:2px}.view-image-btn{align-items:center;background:#007bff;border:none;border-radius:4px;color:#fff!important;cursor:pointer;display:inline-flex;font-size:12px;gap:5px;padding:5px 12px}.view-image-btn:hover{background-color:#0056b3}.no-image{color:#6c757d!important}html:has(.theme-switch__checkbox:checked) .journal-line{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .no-image{color:var(--text-muted)!important}.no-data-cell{color:#666!important;font-size:12px}.modal-overlay{background-color:#000c;bottom:0;right:0;z-index:9999}.modal-content{max-height:90%;max-width:90%;padding:10px}.modal-close-btn{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff!important;cursor:pointer;display:flex;font-size:18px;height:35px;justify-content:center;position:absolute;right:10px;top:10px;width:35px;z-index:10000}.modal-close-btn:hover{background:#c82333}.modal-image{display:block;max-height:80vh}.modal-caption{color:#333!important;margin-top:10px;text-align:center}.edit-ledger-helper-text{color:#666;font-size:12px;margin-top:2px}.edit-ledger-required-asterisk{color:red}.form-field input,.form-field textarea{background-color:#fff;border:1px solid #ddd;color:#333}.form-field input:focus,.form-field textarea:focus{border-color:#28a745;box-shadow:0 0 0 2px #28a74533;outline:none}html:has(.theme-switch__checkbox:checked) .edit-ledger-helper-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .edit-ledger-required-asterisk{color:#ff6b6b}html:has(.theme-switch__checkbox:checked) .form-field select{background-color:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .form-field select:focus{border-color:var(--success)!important;box-shadow:0 0 0 2px #22c55e33;outline:none}html:has(.theme-switch__checkbox:checked) .tabs-container{border-bottom-color:var(--border)}html:has(.theme-switch__checkbox:checked) .tab-button{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .tab-button:hover{background-color:var(--bg-muted);transform:translateY(-2px)}html:has(.theme-switch__checkbox:checked) .tab-button.active{background-color:var(--primary);box-shadow:0 0 8px #3b82f699;color:#fff}.new-ledger-helper-text{color:#666;font-size:12px;margin-top:2px}html:has(.theme-switch__checkbox:checked) .new-ledger-helper-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .form-field input,html:has(.theme-switch__checkbox:checked) .form-field textarea{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .form-field input:focus,html:has(.theme-switch__checkbox:checked) .form-field textarea:focus{border-color:var(--success);box-shadow:0 0 0 2px #22c55e33;outline:none}.view-ledger-loading{align-items:center;display:flex;justify-content:center;margin:50px}.view-ledger-loading-text{color:#6c757d}.view-ledger-error{margin:20px;text-align:center}.view-ledger-container{margin:20px}.view-ledger-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.view-ledger-header-left{align-items:center;display:flex;gap:15px}.view-ledger-transactions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.view-ledger-details-card{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#333;margin-bottom:30px;padding:20px}.view-ledger-details-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.view-ledger-balance-positive{color:#dc3545}.view-ledger-balance-negative{color:#28a745}.view-ledger-debit-amount{color:#dc3545;font-weight:700}.view-ledger-debit-empty{color:#6c757d;font-weight:400}.view-ledger-credit-amount{color:#28a745;font-weight:700}.view-ledger-credit-empty{color:#6c757d;font-weight:400}.view-ledger-no-transactions{padding:20px;text-align:center}html:has(.theme-switch__checkbox:checked) .view-ledger-loading-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-ledger-details-card{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-ledger-balance-positive{color:#ff6b6b}html:has(.theme-switch__checkbox:checked) .view-ledger-balance-negative{color:#51cf66}html:has(.theme-switch__checkbox:checked) .view-ledger-debit-amount{color:#ff6b6b}html:has(.theme-switch__checkbox:checked) .view-ledger-debit-empty{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-ledger-credit-amount{color:#51cf66}html:has(.theme-switch__checkbox:checked) .view-ledger-credit-empty{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-ledger-no-transactions{color:var(--text-muted)}.view-ledger-grp-loading{align-items:center;display:flex;justify-content:center;padding:40px}.view-ledger-grp-loading-text{color:#6c757d}.view-ledger-grp-header{align-items:center;display:flex;margin-bottom:20px}.view-ledger-grp-back-btn{background:none;border:none;color:#357abd;cursor:pointer;font-size:20px;margin-right:15px}.view-ledger-grp-title{color:#333}.view-ledger-grp-details-card{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#333;margin-bottom:20px;padding:20px}.view-ledger-grp-details-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.view-ledger-grp-detail-item,.view-ledger-grp-detail-label{color:#333}.view-ledger-grp-detail-value{color:#666}.view-ledger-grp-status-badge{margin-left:8px}.view-ledger-grp-edit-section{margin-top:15px}.view-ledger-grp-edit-btn{font-size:14px;padding:8px 16px}.view-ledger-grp-edit-icon{margin-right:5px}.view-ledger-grp-ledgers-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.view-ledger-grp-ledgers-header .search-input{background-color:#fff;border-color:#e0e0e0;color:#333}.view-ledger-grp-ledgers-header .search-input::placeholder{color:#666}.view-ledger-grp-ledgers-header .search-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #667eea1a}.view-ledger-grp-ledgers-header .search-icon{color:#666}.view-ledger-grp-no-ledgers{padding:20px;text-align:center}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-loading-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-back-btn{color:#4a9eff}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-title{color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-details-card{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-detail-item{color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-detail-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-detail-value{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-no-ledgers{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-ledgers-header .search-input{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-ledgers-header .search-input::placeholder{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-ledgers-header .search-input:focus{border-color:var(--primary-600);box-shadow:0 0 0 3px var(--ring)}html:has(.theme-switch__checkbox:checked) .view-ledger-grp-ledgers-header .search-icon{color:var(--text-muted)}.edit-ledger-select .rs__control{background-color:#fff!important;background-color:var(--surface-2,#fff)!important;border-color:#e0e0e0!important;border-color:var(--border,#e0e0e0)!important}.edit-ledger-select .rs__single-value{color:#333!important;color:var(--text,#333)!important}.edit-ledger-select .rs__placeholder{color:#666!important;color:var(--text-muted,#666)!important}.edit-ledger-select .rs__menu{background-color:#fff!important;background-color:var(--surface-2,#fff)!important;border-color:#e0e0e0!important;border-color:var(--border,#e0e0e0)!important}.edit-ledger-select .rs__menu-list{max-height:150px!important}.edit-ledger-select .rs__option{background-color:initial!important;color:#333!important;color:var(--text,#333)!important}.edit-ledger-select .rs__option--is-focused,.edit-ledger-select .rs__option--is-focused:hover,.edit-ledger-select .rs__option--is-selected{background-color:#f0f0f0!important;background-color:var(--bg-muted,#f0f0f0)!important;color:#333!important;color:var(--text,#333)!important}.edit-ledger-select-disabled .rs__control{background-color:#f5f5f5!important;background-color:var(--surface-3,#f5f5f5)!important;border-color:#e0e0e0!important;border-color:var(--border,#e0e0e0)!important;cursor:not-allowed!important}.edit-ledger-select-disabled .rs__control,.edit-ledger-select-disabled .rs__single-value{color:#666!important;color:var(--text-muted,#666)!important}.edit-ledger-select-disabled .rs__placeholder{color:#999!important;color:var(--text-muted,#999)!important}.edit-ledger-input{background-color:#fff!important;background-color:var(--surface-2,#fff)!important;border-color:#e0e0e0!important;border-color:var(--border,#e0e0e0)!important;color:#333!important;color:var(--text,#333)!important}.edit-ledger-input::placeholder{color:#666!important;color:var(--text-muted,#666)!important}.edit-ledger-input:focus{border-color:#007bff!important;border-color:var(--primary-600,#007bff)!important;box-shadow:0 0 0 4px #007bff1a!important;box-shadow:0 0 0 4px var(--ring,#007bff1a)!important}.edit-ledger-textarea{background-color:#fff!important;background-color:var(--surface-2,#fff)!important;border-color:#e0e0e0!important;border-color:var(--border,#e0e0e0)!important;color:#333!important;color:var(--text,#333)!important}.edit-ledger-textarea::placeholder{color:#666!important;color:var(--text-muted,#666)!important}.edit-ledger-textarea:focus{border-color:#007bff!important;border-color:var(--primary-600,#007bff)!important;box-shadow:0 0 0 4px #007bff1a!important;box-shadow:0 0 0 4px var(--ring,#007bff1a)!important}.edit-ledger-help{font-size:12px;margin-top:2px}.edit-ledger-help.info{color:#666;color:var(--text-muted,#666)}.edit-ledger-help.warning{color:#999;color:var(--text-muted,#999)}.edit-ledger-help.success{color:#28a745;color:var(--success,#28a745)}html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__control{background-color:var(--surface)!important;border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__single-value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__menu{background-color:var(--surface)!important;border-color:var(--border)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__option{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__option--is-focused,html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__option--is-focused:hover{background-color:var(--bg-muted)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select .rs__option--is-selected{background-color:var(--bg-muted)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select-disabled .rs__control{background-color:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select-disabled .rs__single-value{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-select-disabled .rs__placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-input{background-color:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-input::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-input:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 4px var(--ring)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-textarea{background-color:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-textarea::placeholder{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-textarea:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 4px var(--ring)!important}html:has(.theme-switch__checkbox:checked) .edit-ledger-help.info{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .edit-ledger-help.warning{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .edit-ledger-help.success{color:var(--success)}.profit-loss-container{background-color:#fff;background-color:var(--surface,#fff);border:1px solid #e9ecef;border:1px solid var(--border,#e9ecef);border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:650px;padding:26px}.header-section{align-items:center;border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border,#e9ecef);display:flex;gap:10px;margin-bottom:25px;padding-bottom:15px}.calendar-icon,.header-title{color:#495057;color:var(--text,#495057);font-size:18px}.header-title{font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;color:var(--text-muted,#6c757d);cursor:pointer;display:flex;font-size:18px;height:20px;justify-content:center;margin-left:auto;padding:0;transition:all .2s ease;width:20px}.close-button:hover{background-color:#f8f9fa;background-color:var(--bg-muted,#f8f9fa);color:#495057;color:var(--text,#495057)}.form-content{display:flex;flex-direction:column;gap:20px}.form-row{align-items:center;gap:15px}.form-label{color:#495057;color:var(--text,#495057);min-width:90px}.input-wrapper{flex:1 1;position:relative}.date-input{background-color:#fff;background-color:var(--surface-2,#fff);border:1px solid #ced4da;border:1px solid var(--border,#ced4da);border-radius:4px;box-shadow:0 0 4px #0000001a;color:#333;color:var(--text,#333);font-size:14px;min-width:300px;outline:none;padding:10px 15px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.date-input:focus{border-color:#007bff;border-color:var(--primary,#007bff);box-shadow:0 0 0 2px #007bff40}.submit-action-button{background-color:#28a745;background-color:var(--success,#28a745);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;min-width:90px;padding:10px 25px;transition:background-color .3s ease}.submit-action-button:hover{background-color:#218838}.close-action-button{background-color:#fd7e14;background-color:var(--warning,#fd7e14);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;min-width:90px;padding:10px 25px;transition:background-color .3s ease}.close-action-button:hover{background-color:#e8650e}html:has(.theme-switch__checkbox:checked) .close-button:hover{background-color:var(--bg-muted);color:var(--text)}.tree-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:24px}.tree-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;gap:10px;margin-bottom:24px}.tree-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;background-clip:text;color:#1e3a8a;font-size:28px;font-weight:700;margin:0}.tree-header p{color:#6b7280;font-size:16px;font-weight:500;margin:0}.tree-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:16px}.folder-container{margin-bottom:2px;position:relative}.folder-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;color:#1e40af;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;max-width:calc(100% - 20px);padding:8px 12px;position:relative;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.folder-item:hover{background:#dbeafe;border-color:#93c5fd}.folder-children .folder-container .folder-item:before{background:#cbd5e1;content:"";height:2px;left:-20px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.folder-toggle{align-items:center;color:#6b7280;display:flex;font-size:12px;height:16px;justify-content:center;transition:all .2s ease;width:16px}.folder-toggle:hover{color:#3b82f6;transform:scale(1.1)}.folder-icon{align-items:center;color:#f59e0b;display:flex;font-size:14px;height:18px;justify-content:center;transition:all .2s ease;width:18px}.folder-item:hover .folder-icon{transform:scale(1.05)}.folder-name{flex:1 1;font-size:14px;line-height:1.4;-webkit-user-select:none;user-select:none}.folder-children{animation:folderExpand .2s ease-out;margin-left:16px;margin-top:4px;padding-left:12px;position:relative}.folder-children:before{background:#cbd5e1;bottom:8px;content:"";left:-2px;position:absolute;top:0;width:2px}.account-list{display:flex;flex-direction:column;gap:2px;margin-left:16px;margin-top:4px;padding-left:12px;position:relative}.account-list:before{background:#cbd5e1;bottom:6px;content:"";left:-2px;position:absolute;top:0;width:2px}@keyframes folderExpand{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.account-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;cursor:pointer;display:inline-flex;gap:12px;max-width:calc(100% - 40px);padding:6px 12px;position:relative;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.account-item:hover{background:#e0f2fe;border-color:#bae6fd}.account-item:before{background:#cbd5e1;content:"";height:2px;left:-24px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.thunder-icon{color:#f59e0b;flex-shrink:0;font-size:12px;min-width:12px}.account-text{color:#374151;font-size:13px;font-weight:500;line-height:1.4}.account-item:hover .thunder-icon{color:#d97706;transform:scale(1.1)}.account-item:hover .account-text{color:#1e40af}.tree-item.group:hover{background:#dbeafe;border-color:#93c5fd}.tree-item.ledger{color:#374151;font-weight:500}.tree-item.ledger:hover{background:#f0f9ff;border-color:#e0f2fe}.tree-item-content{align-items:center;display:flex;gap:8px;width:100%}.tree-toggle{align-items:center;color:#6b7280;display:flex;font-size:12px;height:16px;justify-content:center;transition:all .2s ease;width:16px}.tree-toggle:hover{color:#3b82f6;transform:scale(1.1)}.tree-toggle-placeholder{height:16px;width:16px}.tree-icon{align-items:center;color:#6b7280;display:flex;font-size:14px;height:18px;justify-content:center;transition:all .2s ease;width:18px}.tree-item.group .tree-icon{color:#f59e0b}.tree-item.ledger .tree-icon{color:#10b981}.tree-item:hover .tree-icon{transform:scale(1.05)}.tree-label{flex:1 1;font-size:14px;line-height:1.4;-webkit-user-select:none;user-select:none}.tree-children{animation:treeExpand .2s ease-out;border-left:2px solid #e5e7eb;margin-left:8px;margin-top:2px;padding-left:8px}@keyframes treeExpand{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tree-controls{align-items:center;display:flex;gap:10px}.tree-loading{padding:40px;text-align:center}.account-item.empty{cursor:default;opacity:.6}.tree-filter-select{padding:8px 12px}.tree-filter-btn,.tree-filter-select{background-color:#f97316;border:1px solid #d1d5db;border-radius:6px;color:#fff;cursor:pointer;font-weight:700}.tree-filter-btn{padding:8px 16px}.tree-filter-btn:hover{background-color:#ea580c}.folder-item{padding-left:10px;padding-left:var(--folder-padding,10px)}.account-list{padding-left:50px;padding-left:var(--account-padding,50px)}@media (max-width:768px){.tree-container{padding:16px}.tree-header h2{font-size:24px}.tree-header p{font-size:14px}.tree-content{padding:12px}.account-item{padding:6px 8px}.account-text{font-size:13px}.thunder-icon{font-size:12px}.tree-item{min-height:36px;padding:6px 8px}.tree-label{font-size:13px}}@media (max-width:480px){.tree-container{padding:12px}.tree-header h2{font-size:20px}.tree-content{padding:8px}.tree-item{min-height:32px;padding:4px 6px}.tree-label{font-size:12px}.account-item{gap:8px;padding:4px 6px}.account-text{font-size:12px}.thunder-icon{font-size:11px}}.account-item:focus{outline:2px solid #3b82f6;outline-offset:2px}.account-item:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.tree-item:focus{outline:2px solid #3b82f6;outline-offset:2px}.tree-item:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.account-item{border:1px solid #374151}.account-item:hover{background:#f3f4f6;border-color:#1f2937}.tree-item{border:1px solid #374151}.tree-item:hover{background:#f3f4f6;border-color:#1f2937}}@media (prefers-reduced-motion:reduce){.account-item,.thunder-icon{transition:none}.account-item:hover .thunder-icon{transform:none}.tree-icon,.tree-item,.tree-toggle{transition:none}.tree-children{animation:none}.tree-item:hover .tree-icon,.tree-toggle:hover{transform:none}}.trial-balance-container{color:#333;color:var(--text,#333);padding:20px 26px}.filter-section{background-color:#fff;background-color:var(--surface,#fff);border:1px solid #e0e0e0;border:1px solid var(--border,#e0e0e0);border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:20px}.filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.form-group{gap:5px}.form-label{color:#555;color:var(--text,#555);font-size:14px;font-weight:600}.trial-date-input{background-color:#fff;background-color:var(--surface-2,#fff);border:1px solid #ddd;border:1px solid var(--border,#ddd);border-radius:4px;color:#333;color:var(--text,#333);font-size:14px;outline:none;padding:8px 12px;width:150px}.trial-date-input:focus{border-color:#007bff;border-color:var(--primary,#007bff);box-shadow:0 0 0 2px #007bff40}.checkbox-container{align-items:center;display:flex;gap:8px;margin-left:auto}.checkbox-input{cursor:pointer;height:16px;width:16px}.checkbox-label{color:#555;color:var(--text,#555);cursor:pointer;font-size:14px;font-weight:600}.filter-button{background-color:#007bff;background-color:var(--primary,#007bff);border:none;border-radius:4px;color:#fff;font-size:14px;min-width:80px;padding:8px 16px}.filter-button:disabled{background-color:#6c757d;cursor:not-allowed}.print-button{align-items:center;background-color:#28a745;background-color:var(--success,#28a745);border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;min-width:80px;padding:8px 16px}.print-button:disabled{background-color:#6c757d;cursor:not-allowed}.print-button:hover:not(:disabled){background-color:#218838}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:20px;padding:10px}.no-data-container{background-color:#fff;background-color:var(--surface,#fff);border:1px solid #e0e0e0;border:1px solid var(--border,#e0e0e0);border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:40px 20px;text-align:center}.no-data-message{color:#6c757d;color:var(--text-muted,#6c757d);font-size:18px;margin-bottom:10px}.trial-balance-table-container{background-color:#fff;background-color:var(--surface,#fff);border:1px solid #e0e0e0;border:1px solid var(--border,#e0e0e0);border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.letterhead-section{border-bottom:2px solid #333;border-bottom:2px solid var(--text,#333);padding:10px 15px}.table-header{background-color:#f8f9fa;background-color:var(--surface-2,#f8f9fa);border-bottom:2px solid #dee2e6;border-bottom:2px solid var(--border,#dee2e6);padding:5px;text-align:center}.table-title{color:#333;color:var(--text,#333);font-size:16px;font-weight:600;margin:0}.table-wrapper{overflow-x:auto}.trial-balance-table{min-width:800px;width:100%}.trial-balance-table thead tr{background-color:#f8f9fa;background-color:var(--surface-2,#f8f9fa)}.trial-balance-table th{border-bottom:2px solid #dee2e6;border-bottom:2px solid var(--border,#dee2e6);color:#000;color:var(--text,#000);font-size:13px;font-weight:700;padding:8px 6px;text-align:left}.trial-balance-table th:first-child{width:40%}.trial-balance-table th:nth-child(2){width:25%}.trial-balance-table th:nth-child(3),.trial-balance-table th:nth-child(4){text-align:right;width:17.5%}.trial-balance-table td{border-bottom:1px solid #eee;border-bottom:1px solid var(--border,#eee);color:#333;color:var(--text,#333);font-size:13px;padding:6px}.trial-balance-table td:nth-child(3),.trial-balance-table td:nth-child(4){color:#000;color:var(--text,#000);text-align:right}.ledger-name{color:#333;color:var(--text,#333);font-weight:500}.ledger-group-name{color:#555;color:var(--text-muted,#555)}.amount-positive{font-weight:600}.trial-balance-table tfoot tr{background-color:#f8f9fa;background-color:var(--surface-2,#f8f9fa);font-weight:700}.trial-balance-table tfoot td{border-top:2px solid #dee2e6;border-top:2px solid var(--border,#dee2e6);color:#000;color:var(--text,#000);font-size:13px;font-weight:700;padding:8px 6px}.trial-balance-table tfoot td:nth-child(3),.trial-balance-table tfoot td:nth-child(4){text-align:right}.search-input{padding-left:35px!important;width:250px}.search-icon{left:12px;z-index:1}html:has(.theme-switch__checkbox:checked) .search-icon{color:var(--text-muted)}.table-section{margin:20px}.description-content{color:#333;font-weight:700}.description-line{color:#666;font-size:12px;margin-left:10px}.voucher-link{color:#007bff;cursor:pointer;text-decoration:underline}.voucher-link:hover{color:#0056b3}.credit-amount,.debit-amount{text-align:right}html:has(.theme-switch__checkbox:checked) .status-badge{background-color:var(--success)}html:has(.theme-switch__checkbox:checked) .status-badge.inactive{background-color:var(--destructive)}html:has(.theme-switch__checkbox:checked) .description-content{color:var(--text)}html:has(.theme-switch__checkbox:checked) .description-line{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .voucher-link{color:var(--primary)}html:has(.theme-switch__checkbox:checked) .voucher-link:hover{color:var(--primary-600)}@media (max-width:768px){.form-row{align-items:flex-start;flex-direction:row!important}.page-title{font-size:18px!important;margin-bottom:15px}.search-input{font-size:14px;padding:8px 35px!important;width:100%!important}.rows-selector{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.rows-selector label{font-size:12px;margin-bottom:0}.rows-selector select{display:none}.rows-buttons{display:flex!important;gap:5px}.rows-button{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:11px;padding:4px 8px;transition:all .2s}.rows-button.active{background-color:#007bff;border-color:#007bff;color:#fff}.custom-table{font-size:10px;table-layout:fixed;width:100%}.custom-table th{font-size:9px}.custom-table td,.custom-table th{padding:4px 2px!important;white-space:nowrap}.custom-table td{font-size:10px}.custom-table td:first-child,.custom-table td:nth-child(2),.custom-table th:first-child,.custom-table th:nth-child(2){width:25%}.custom-table td:nth-child(3),.custom-table th:nth-child(3){width:15%}.custom-table td:nth-child(4),.custom-table th:nth-child(4){width:35%}.pagination-controls{flex-direction:column;gap:10px;margin-top:15px}.pagination-controls button{font-size:11px;padding:6px 10px}.pagination-info{font-size:10px}.grid-view-container{padding:5px}.grid-card{margin-bottom:8px;padding:8px}.grid-card-title{font-size:11px}.icon-edit{color:#007bff}.icon-edit:hover{background-color:#007bff1a}.icon-delete{color:#dc3545}.icon-delete:hover{background-color:#dc35451a}.pagination-controls{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:20px}.pagination-controls button{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.pagination-controls button:hover:not(:disabled){background-color:#007bff;border-color:#007bff;color:#fff}.pagination-controls button:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:#666;font-size:14px}}@media (max-width:480px){.last-updated{font-size:10px;padding:4px 0;text-align:left}.page-title{font-size:16px!important;margin-bottom:10px}.search-input{font-size:12px;padding:6px 30px!important}.rows-button{font-size:10px;padding:3px 6px}.custom-table{font-size:9px}.custom-table th{font-size:9px;padding:5px 2px!important}.custom-table td{font-size:10px;padding:5px 2px!important}.icon-delete,.icon-edit,.icon-view{font-size:7px;padding:2px}.pagination-controls button{font-size:10px;padding:5px 9px}.pagination-info{font-size:9px}}@media (min-width:769px){.rows-buttons{display:none!important}.rows-selector select{display:block!important}}html:has(.theme-switch__checkbox:checked) .rows-button{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .rows-button.active{background-color:var(--primary);border-color:var(--primary);color:#fff}html:has(.theme-switch__checkbox:checked) .rows-button:hover{background-color:var(--bg-muted)}@media (max-width:768px){.delete-button{flex:1 1;font-size:11px!important;min-width:0;padding:6px 10px!important}.back-button-circle{flex-shrink:0;height:35px!important;width:35px!important}.back-icon-inside-circle{font-size:18px!important}.detail-item{align-items:flex-start;flex-direction:column;gap:5px}.detail-label{font-size:12px!important;min-width:0}.detail-value{font-size:11px!important;min-width:0;word-break:break-all}.table-section{margin:10px!important}.custom-table{font-size:10px!important;min-width:600px;table-layout:fixed;width:100%}.custom-table th{font-size:8px!important;padding:5px 2px!important;white-space:nowrap}.custom-table td{white-space:nowrap;.description-cell{max-width:150px;overflow:hidden;text-overflow:ellipsis}.description-content{font-size:9px!important;font-weight:700}.description-line{color:#666;font-size:8px!important;margin-left:5px}.voucher-link{font-size:8px!important;padding:2px 4px!important}.credit-amount,.debit-amount{font-size:9px!important}}.description-content{font-size:9px!important;font-weight:700}.description-line{color:#666;font-size:8px!important;margin-left:5px}.voucher-link{font-size:8px!important;padding:2px 4px!important}.credit-amount,.debit-amount{font-size:9px!important}.no-data-cell{font-size:10px!important}}@media (max-width:480px){.delete-button{font-size:10px!important;padding:5px 8px!important}.back-button-circle{height:30px!important;width:30px!important}.back-icon-inside-circle{font-size:16px!important}.detail-label{font-size:11px!important}.detail-value{font-size:10px!important}.custom-table th{font-size:7px!important;padding:4px 1px!important}.custom-table td{font-size:8px!important;padding:4px 1px!important}.icon-delete,.icon-edit,.icon-print,.icon-view{font-size:7px!important;padding:2px 3px!important}.description-content{font-size:8px!important}.description-line,.voucher-link{font-size:7px!important}.voucher-link{padding:1px 3px!important}.credit-amount,.debit-amount{font-size:8px!important}}html:has(.theme-switch__checkbox:checked) .view-page-wrapper{background-color:var(--surface)}html:has(.theme-switch__checkbox:checked) .view-page-header{color:var(--text)}html:has(.theme-switch__checkbox:checked) .view-info-card{background-color:var(--surface-2);border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .detail-label{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .back-button-circle{background-color:var(--surface-2);border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .back-icon-inside-circle{color:var(--text);font-size:14px!important}html:has(.theme-switch__checkbox:checked) .icon-delete,html:has(.theme-switch__checkbox:checked) .icon-edit,html:has(.theme-switch__checkbox:checked) .icon-print,html:has(.theme-switch__checkbox:checked) .icon-view{background-color:var(--surface-2);border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .icon-view:hover{background-color:var(--success);color:#fff}html:has(.theme-switch__checkbox:checked) .icon-edit:hover{background-color:var(--primary);color:#fff}html:has(.theme-switch__checkbox:checked) .icon-delete:hover{background-color:var(--destructive);color:#fff}html:has(.theme-switch__checkbox:checked) .icon-print:hover{background-color:var(--text-muted);color:#fff}.appointment-container{animation:slideInUp .6s ease-out;background-color:#fff;border-radius:.6rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin:2.8rem auto;max-width:680px;overflow:hidden;padding:1.5rem 2rem;position:relative}.appointment-container:before{background:linear-gradient(90deg,#1e40af,#60a5fa);content:"";height:5px;left:0;position:absolute;right:0;top:0}.appointment-container h2{color:#000;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin-bottom:2rem;position:relative;text-align:center}.appointment-container h2:after{background:linear-gradient(90deg,#1e40af,#60a5fa);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.appointment-form{display:flex;flex-direction:column;gap:1.5rem}.appointment-form input,.appointment-form textarea{border:2px solid #e5e7eb;border-radius:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;padding:1rem 1.25rem;position:relative;transition:all .3s ease-in-out}.appointment-form input:focus,.appointment-form textarea:focus{border-color:#1e40af;box-shadow:0 0 0 3px #dbeafe;outline:none;transform:translateY(-1px)}.appointment-form input::placeholder,.appointment-form textarea::placeholder{color:#555;font-weight:400}.appointment-form button{background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;letter-spacing:.025em;margin-top:1rem;overflow:hidden;padding:1.25rem 2rem;position:relative;text-transform:uppercase;transition:all .3s ease-in-out}.appointment-form button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.appointment-form button:hover{background:linear-gradient(135deg,#1e3a8a,#1e40af);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.appointment-form button:hover:before{left:100%}.appointment-form button:active{transform:translateY(0)}.appointment-form-group{color:#374151;display:flex;flex-direction:column;padding:2px;position:relative}.appointment-form-group label{color:#374151;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:5px;text-transform:uppercase}.company-up-container{animation:slideInUp .6s ease-out;background:#fff;border-radius:.6rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin:2.8rem auto;max-width:680px;overflow:hidden;padding:2.5rem;position:relative}.company-up-container:before{background:linear-gradient(90deg,#10b981,#1e40af);content:"";height:5px;left:0;position:absolute;right:0;top:0}.company-up-container h2{color:#111827;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin-bottom:2rem;position:relative;text-align:center}.company-up-container h2:after{background:linear-gradient(90deg,#10b981,#1e40af);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.company-up-form{display:flex;flex-direction:column;gap:1.5rem}.company-up-form input,.company-up-form textarea{background-color:#fff;border:2px solid #e5e7eb;border-radius:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease-in-out}.company-up-form input:focus,.company-up-form textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none;transform:translateY(-1px)}.company-up-form input::placeholder,.company-up-form textarea::placeholder{color:#9ca3af;font-weight:400}.company-up-form input[type=file]{background-color:#f9fafb;border-style:dashed;cursor:pointer;padding:.75rem}.company-up-form input[type=file]:hover{border-color:#10b981}.company-up-form button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;letter-spacing:.025em;margin-top:1rem;overflow:hidden;padding:1.25rem 2rem;position:relative;text-transform:uppercase;transition:all .3s ease-in-out}.company-up-form button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.company-up-form button:hover{background:linear-gradient(135deg,#047857,#10b981);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.company-up-form button:hover:before{left:100%}.company-up-form button:active{transform:translateY(0)}.app-form-row{display:flex;gap:1rem;width:100%}.app-form-row>*{flex:1 1}.date-field,.date-time-field{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.date-field label,.date-time-field label{color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-left:2px;text-transform:uppercase}.date-field input,.date-time-field input{margin:0}.company-up-form input[type=file]{color:#000;overflow:hidden;position:relative}.company-up-form input[type=file]::-webkit-file-upload-button{background:linear-gradient(90deg,#10b981,#1e40af);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;margin-right:.75rem;padding:.75rem 1.25rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.company-up-form input[type=file]::file-selector-button{background:linear-gradient(90deg,#10b981,#1e40af);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;margin-right:.75rem;padding:.75rem 1.25rem;transition:all .3s ease-in-out}.notification-message{animation:slideInRight .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;bottom:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;position:fixed;right:1.5rem;z-index:1000}.notification-message.success{background:linear-gradient(135deg,#10b981,#059669);border-left:4px solid #047857}.notification-message.error{background:linear-gradient(135deg,#ef4444,#dc2626);border-left:4px solid #b91c1c}.notification-content{color:#fff;padding:1rem 1.25rem}.notification-icon{align-items:center;background-color:#fff3;border-radius:50%;display:flex;font-size:.875rem;font-weight:700;height:24px;justify-content:center;width:24px}.notification-text{font-weight:500;line-height:1.4}.appointment-form button:disabled,.company-up-form button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.appointment-form button:disabled:hover,.company-up-form button:disabled:hover{background:#d1d5db;transform:none}@media (max-width:768px){.appointment-container,.company-up-container{margin:2rem 1rem;max-width:100%;padding:1.5rem}.appointment-container h2,.company-up-container h2{font-size:1.5rem;margin-bottom:1.5rem}.appointment-form,.company-up-form{gap:1rem}.appointment-form button,.company-up-form button{font-size:1rem;padding:1rem 1.5rem}.app-form-row{flex-direction:column;gap:1rem}.notification-message{bottom:1rem;left:1rem;max-width:none;right:1rem}}@media (max-width:640px){.appointment-form-group .css-control{min-height:44px}.notification-content{padding:.75rem 1rem}.notification-icon{font-size:.75rem;height:20px;width:20px}}@media (max-width:480px){.appointment-container,.company-up-container{margin:1rem .5rem;padding:1rem}.appointment-container h2,.company-up-container h2{font-size:1.25rem}.appointment-form input,.appointment-form textarea,.company-up-form input,.company-up-form textarea{font-size:.875rem;padding:.75rem 1rem}}@media print{.notification-message{display:none}.appointment-container,.company-up-container{border:1px solid #d1d5db;box-shadow:none}}@media (prefers-color-scheme:dark){body{color:#f9fafb}}@media (prefers-contrast:high){.appointment-form input:focus,.appointment-form textarea:focus,.company-up-form input:focus,.company-up-form textarea:focus{outline:3px solid #1e40af;outline-offset:2px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.appointment-container,.company-up-container,.notification-message{animation:none}}:root{--support-primary-color:#3b82f6;--support-primary-hover:#2563eb;--support-secondary-color:#6b7280;--support-success-color:#10b981;--support-error-color:#ef4444;--s-warning-color:#f59e0b;--sup-background-color:#f8fafc;--sup-background:#ebebeb;--sup-card-background:#fff;--sup-border-color:#e5e7eb;--sup-text-primary:#111827;--sup-text-secondary:#6b7280;--sup-text-muted:#9ca3af;--sup-shadow-sm:0 1px 2px 0 #0000000d;--sup-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--sup-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--sup-shadow-xl:0 25px 30px -5px #0000001a,0 8px 10px -6px #0000001a;--sup-radius-sm:0.375rem;--sup-radius-md:0.5rem;--sup-radius-lg:0.75rem;--sup-radius-xl:1rem}.support-form-page{align-items:center;background:linear-gradient(90deg,#f7f9fc,#e3f2fd);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.support-form-container{animation:slideUp .6s ease-out;background:#fff;background:var(--sup-card-background);border-radius:1rem;border-radius:var(--sup-radius-xl);box-shadow:0 25px 30px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--sup-shadow-xl);max-width:900px;overflow:hidden;width:100%}.support-form-header{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--support-primary-color) 0,var(--support-primary-hover) 100%);color:#fff;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.support-form-header:before{animation:float 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes float{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.support-form-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:64px;z-index:1}.support-form-icon svg{color:#fff}.support-form-title{font-size:2.25rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:1}.support-form-description{font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9;position:relative;z-index:1}.support-form{padding:2.5rem}.sup-form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:.5rem}.support-form-group{display:flex;flex-direction:column}.support-form-group.full-width{grid-column:1/-1}.support-form-label{align-items:center;color:#111827;color:var(--sup-text-primary);display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;margin-bottom:.5rem;margin-top:.5rem}.label-text{align-items:center;display:flex;gap:.125rem}.character-count,.file-requirements{color:#9ca3af;color:var(--sup-text-muted);font-size:.75rem;font-weight:400}.sup-input-wrapper,.sup-textarea-wrapper{position:relative}.support-form-input,.support-form-textarea{background:#fff;background:var(--sup-card-background);border:2px solid #e5e7eb;border:2px solid var(--sup-border-color);border-radius:.5rem;border-radius:var(--sup-radius-md);box-sizing:border-box;color:#111827;color:var(--sup-text-primary);font-size:1rem;padding:.875rem 1rem;transition:all .2s ease-in-out;width:100%}.support-form-input{padding-left:2.5rem}.support-form-input:focus,.support-form-textarea:focus{border-color:#3b82f6;border-color:var(--support-primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.support-form-input::placeholder,.support-form-textarea::placeholder{color:#9ca3af;color:var(--sup-text-muted)}.support-form-textarea{min-height:120px;padding-right:1rem;resize:vertical}.support-input-icon{color:#9ca3af;color:var(--sup-text-muted);left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.file-upload-area{justify-content:center;position:relative}.file-input-hidden{height:0;opacity:0;position:absolute;width:0}.supp-file-upload-label{cursor:pointer}.file-upload-content,.supp-file-upload-label{display:flex;justify-content:center;width:100%}.file-upload-content{align-items:center;background:#f8fafc;background:var(--sup-background-color);border:2px dashed #e5e7eb;border:2px dashed var(--sup-border-color);border-radius:.5rem;border-radius:var(--sup-radius-md);flex-direction:column;gap:1rem;padding:2rem;text-align:center;transition:all .2s ease-in-out}.file-upload-content:hover{background:#3b82f605;border-color:#3b82f6;border-color:var(--support-primary-color)}.file-upload-content svg{color:#9ca3af;color:var(--sup-text-muted);margin-bottom:0}.file-upload-text{display:flex;flex-direction:column;gap:.25rem}.primary-text{color:#111827;color:var(--sup-text-primary);font-size:1rem;font-weight:600}.secondary-text{color:#9ca3af;color:var(--sup-text-muted);font-size:.875rem}.support-form-actions{border-top:1px solid #e5e7eb;border-top:1px solid var(--sup-border-color);display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.sup-btn{align-items:center;border:none;border-radius:.5rem;border-radius:var(--sup-radius-md);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;min-width:120px;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease-in-out}.sup-btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#3b82f6;background:var(--support-primary-color);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--sup-shadow-sm);color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb;background:var(--support-primary-hover);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--sup-shadow-md);transform:translateY(-1px)}.btn-secondary{background:#fff;background:var(--sup-card-background);border:2px solid #e5e7eb;border:2px solid var(--sup-border-color);color:#6b7280;color:var(--sup-text-secondary)}.btn-secondary:hover:not(:disabled){background:#f8fafc;background:var(--sup-background-color);border-color:#6b7280;border-color:var(--support-secondary-color)}.notification{animation:slideInNotification .4s ease-out forwards,slideOutNotification .4s ease-in 4.6s forwards;border-radius:.75rem;border-radius:var(--sup-radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--sup-shadow-lg);color:#fff;font-weight:600;max-width:400px;opacity:0;padding:1rem 1.5rem;position:fixed;right:2rem;top:2rem;transform:translateX(100%);z-index:1000}.notification.success{background:#10b981;background:var(--support-success-color)}.notification.error{background:#ef4444;background:var(--support-error-color)}.notification-content{align-items:center;display:flex;gap:.75rem}.notification-content svg{flex-shrink:0}@keyframes slideInNotification{to{opacity:1;transform:translateX(0)}}@keyframes slideOutNotification{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@media (max-width:768px){.support-form-page{padding:1rem}.support-form-container{margin:0}.support-form-header{padding:2rem 1.5rem}.support-form-title{font-size:1.875rem}.support-form-description{font-size:1rem}.support-form{padding:1.5rem}.sup-form-grid{gap:1rem;grid-template-columns:1fr}.support-form-actions{flex-direction:column}.sup-btn{width:100%}.notification{left:1rem;max-width:none;right:1rem;top:1rem}}@media (max-width:480px){.support-form-header{padding:1.5rem 1rem}.support-form-title{font-size:1.5rem}.support-form-description{font-size:.875rem}.support-form{padding:1rem}.file-upload-content{padding:1.5rem}}*{transition:color .2s ease-in-out,sup-background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out}.btn-primary:disabled{background:#9ca3af;background:var(--sup-text-muted);cursor:not-allowed}.file-upload-content.has-file{background:#10b9810d;border-color:#10b981;border-color:var(--support-success-color)}.file-upload-content.has-file svg{color:#10b981;color:var(--support-success-color)}.animate-spin{animation:spin 1s linear infinite}::-webkit-scrollbar{background:#0000;display:none;height:0;width:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{display:none}::-webkit-scrollbar-corner{display:none}*{scrollbar-width:none}*,body{-ms-overflow-style:none}.support-form,.support-form-container,.support-form-textarea{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.support-form-container::-webkit-scrollbar,.support-form-textarea::-webkit-scrollbar,.support-form::-webkit-scrollbar{display:none}.support-tabs{background:#f3f4f6;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--sup-border-color);display:flex;gap:0;padding:0}.support-tab{align-items:center;background:#0000;border:none;border-bottom:3px solid #0000;bottom:-1px;color:#6b7280;color:var(--sup-text-secondary);cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:16px 20px;position:relative;transition:all .3s ease}.support-tab:hover{background:#3b82f60d}.support-tab.active,.support-tab:hover{color:#3b82f6;color:var(--support-primary-color)}.support-tab.active{background:#fff;background:var(--sup-card-background);border-bottom-color:#3b82f6;border-bottom-color:var(--support-primary-color)}.support-tab svg{height:18px;width:18px}.support-previous-tickets{padding:20px 24px}.previous-tickets-search{margin-bottom:24px}.search-input-wrapper{display:flex;gap:12px}.search-input-wrapper .support-form-input{flex:1 1}.search-input-wrapper .sup-btn{min-width:120px}.tickets-list{display:flex;flex-direction:column;gap:20px}.ticket-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 1px 3px #0000000d;overflow:hidden;padding:0;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.ticket-card:before{background:linear-gradient(90deg,#3b82f6,#6b7280);background:linear-gradient(90deg,var(--support-primary-color),var(--support-secondary-color));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ticket-card:hover{border-color:#6366f14d;box-shadow:0 12px 24px -10px #6366f126,0 4px 8px -4px #0000000d;transform:translateY(-4px)}.ticket-card:hover:before{opacity:1}.ticket-card-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f099;display:flex;justify-content:space-between;padding:20px 24px}.ticket-main-info{align-items:center;display:flex;gap:16px}.ticket-number-badge{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:10px;box-shadow:0 2px 4px #0000000a;display:flex;gap:8px;padding:8px 14px}.ticket-number-badge svg{color:#3b82f6;color:var(--support-primary-color);flex-shrink:0}.ticket-number{color:#1e293b;font-size:14px;font-weight:700;letter-spacing:-.01em}.ticket-status-badge{align-items:center;border-radius:20px;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.3px;padding:6px 14px;text-transform:capitalize}.ticket-status-badge .status-dot{animation:pulse 2s infinite;border-radius:50%;height:6px;width:6px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ticket-status-badge.status-pending{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;color:#92400e}.ticket-status-badge.status-pending .status-dot{background:#f59e0b}.ticket-status-badge.status-in-progress,.ticket-status-badge.status-in_progress{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #60a5fa;color:#1e40af}.ticket-status-badge.status-in-progress .status-dot,.ticket-status-badge.status-in_progress .status-dot{background:#3b82f6}.ticket-status-badge.status-resolved{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #34d399;color:#065f46}.ticket-status-badge.status-resolved .status-dot{background:#10b981}.ticket-status-badge.status-closed{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #cbd5e1;color:#475569}.ticket-status-badge.status-closed .status-dot{background:#64748b}.ticket-meta{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;display:flex;gap:6px;padding:6px 12px}.ticket-date,.ticket-meta svg{color:#64748b}.ticket-date{font-size:12px;font-weight:500}.ticket-card-body{padding:24px}.ticket-subject{color:#0f172a;font-size:17px;font-weight:700;letter-spacing:-.02em;line-height:1.4;margin:0 0 12px}.ticket-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:14px;line-height:1.7;margin:0;overflow:hidden}.ticket-attachment-badge{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;display:flex;gap:12px;margin-top:16px;padding:14px 16px;transition:all .3s ease}.ticket-attachment-badge:hover{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-color:#7dd3fc}.ticket-attachment-badge svg{color:#0284c7;flex-shrink:0}.attachment-info{display:flex;flex-direction:column;gap:2px;min-width:0}.attachment-name{color:#0c4a6e;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-size{color:#0369a1;font-size:11px;font-weight:500}.ticket-card-footer{align-items:center;background:linear-gradient(135deg,#fafbfc,#f8fafc);border-top:1px solid #e2e8f099;display:flex;justify-content:space-between;padding:16px 24px}.ticket-email{align-items:center;color:#64748b;display:flex;font-size:13px;font-weight:500;gap:8px}.ticket-email svg{color:#94a3b8}.view-details-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#6b7280);background:linear-gradient(135deg,var(--support-primary-color),var(--support-secondary-color));border:none;border-radius:8px;box-shadow:0 2px 4px #6366f133;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s ease}.view-details-btn:hover{box-shadow:0 4px 8px #6366f14d;transform:translateX(4px)}.view-details-btn svg{transition:transform .3s ease}.view-details-btn:hover svg{transform:translateX(2px)}.ticket-footer{display:flex;gap:12px;justify-content:flex-start}.ticket-priority{border-radius:4px;font-size:12px;font-weight:600;padding:4px 10px;text-transform:capitalize}.ticket-priority.priority-low{background:#dcfce7;color:#166534}.ticket-priority.priority-medium{background:#fef3c7;color:#92400e}.ticket-priority.priority-high{background:#fee2e2;color:#991b1b}.pagination{align-items:center;border-top:1px solid #e5e7eb;border-top:1px solid var(--sup-border-color);display:flex;gap:16px;justify-content:center;margin-top:24px;padding-top:20px}.pagination-btn{background:#fff;background:var(--sup-card-background);border:1px solid #e5e7eb;border:1px solid var(--sup-border-color);border-radius:.5rem;border-radius:var(--sup-radius-md);color:#111827;color:var(--sup-text-primary);cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#3b82f6;background:var(--support-primary-color);border-color:#3b82f6;border-color:var(--support-primary-color);color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:#6b7280;color:var(--sup-text-secondary);font-size:13px;font-weight:500}.error-message{gap:12px}.loader{border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border:4px solid var(--sup-border-color);border-top-color:var(--support-primary-color);height:40px;width:40px}.alert-dialog-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.alert-dialog-container{animation:slideIn .3s ease-out;background:#fff;border-radius:.75rem;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.alert-dialog-container.small{width:25rem}.alert-dialog-container.medium{width:30rem}.alert-dialog-container.large{width:35rem}.alert-dialog-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.1rem 1.1rem .75rem}.alert-dialog-title-section{align-items:center;display:flex;gap:.6rem}.alert-dialog-icon{flex-shrink:0;font-size:1.2rem}.alert-dialog-icon.success{color:#10b981}.alert-dialog-icon.error{color:#ef4444}.alert-dialog-icon.warning{color:#f59e0b}.alert-dialog-icon.info{color:#3b82f6}.alert-dialog-icon.confirm{color:#6b7280}.alert-dialog-title{color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.2;margin:0}.alert-dialog-close-btn{align-items:center;background:none;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;font-size:1rem;height:2.25rem;justify-content:center;padding:.5rem;transition:all .2s ease;width:2.25rem}.alert-dialog-close-btn:hover{background-color:#f3f4f6;color:#374151}.alert-dialog-content{padding:.9rem 1.1rem 1.1rem}.alert-dialog-message{color:#4b5563;font-size:.9rem;line-height:1.6;margin:0}.alert-dialog-custom-content{margin-top:.9rem}.alert-dialog-footer{display:flex;gap:.6rem;justify-content:flex-end;padding:0 1.1rem 1.1rem}.alert-dialog-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;height:2.5rem;justify-content:center;min-width:4.5rem;padding:.55rem 1.1rem;position:relative;transition:all .2s ease}.alert-dialog-btn:disabled{cursor:not-allowed;opacity:.6}.cancel-btn{background-color:#f9fafb;border:1px solid #d1d5db;color:#374151}.cancel-btn:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.confirm-btn{color:#fff;font-weight:600}.confirm-btn.confirm{background-color:#3b82f6}.confirm-btn.confirm:hover:not(:disabled){background-color:#2563eb}.confirm-btn.success{background-color:#10b981}.confirm-btn.success:hover:not(:disabled){background-color:#059669}.confirm-btn.error{background-color:#ef4444}.confirm-btn.error:hover:not(:disabled){background-color:#dc2626}.confirm-btn.warning{background-color:#f59e0b}.confirm-btn.warning:hover:not(:disabled){background-color:#d97706}.confirm-btn.info{background-color:#3b82f6}.confirm-btn.info:hover:not(:disabled){background-color:#2563eb}.loading-spinner{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:16px;width:16px}.alert-dialog-container.success .alert-dialog-header{border-bottom-color:#d1fae5}.alert-dialog-container.error .alert-dialog-header{border-bottom-color:#fee2e2}.alert-dialog-container.warning .alert-dialog-header{border-bottom-color:#fef3c7}.alert-dialog-container.info .alert-dialog-header{border-bottom-color:#dbeafe}@media (max-width:640px){.alert-dialog-container{margin:16px;width:95vw!important}.alert-dialog-content,.alert-dialog-footer,.alert-dialog-header{padding-left:16px;padding-right:16px}.alert-dialog-footer{flex-direction:column-reverse}.alert-dialog-btn{width:100%}}.alert-dialog-btn:focus,.alert-dialog-close-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-color-scheme:dark){.alert-dialog-container{background:#1f2937;color:#f9fafb}.alert-dialog-header{border-bottom-color:#374151}.alert-dialog-title{color:#f9fafb}.alert-dialog-message{color:#d1d5db}.alert-dialog-close-btn{color:#9ca3af}.alert-dialog-close-btn:hover{background-color:#374151;color:#f3f4f6}.cancel-btn{background-color:#374151;border-color:#4b5563;color:#f9fafb}.cancel-btn:hover:not(:disabled){background-color:#4b5563;border-color:#6b7280}}.dashboard-main-container{animation:fadeIn .6s ease-out;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:1.75rem}.dashboard-header-section{margin-bottom:clamp(2.25rem,5vw,3rem)}.dashboard-welcome-banner{padding:1.5rem 0;position:relative;text-align:center}.dashboard-welcome-banner:after{-webkit-text-fill-color:#0000;animation:fadeInDots 1.2s ease-out .5s both;background:linear-gradient(90deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;bottom:-15px;content:"• • •";font-size:1.5rem;left:50%;letter-spacing:.5rem;position:absolute;transform:translateX(-50%)}@keyframes fadeInDots{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.dashboard-title{-webkit-text-fill-color:#0000;animation:slideInFromTop .8s ease-out;background:linear-gradient(135deg,#667eea,#4b74a2);-webkit-background-clip:text;background-clip:text;font-family:Rajdhani,Exo\ 2,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:.5px;line-height:1.2;margin-bottom:.5rem}.dashboard-subtitle{animation:slideInFromBottom .8s ease-out;color:#64748b;font-family:Exo\ 2,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.5;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:600px}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.dashboard-top-widgets-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}.dashboard-widget-card{animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #0000001a;height:280px;opacity:0;overflow:hidden;padding:clamp(1.25rem,3vw,1.75rem);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-widget-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px)}.dashboard-widget-card:first-child{animation-delay:.1s}.dashboard-widget-card:nth-child(2){animation-delay:.2s}.dashboard-widget-card:nth-child(3){animation-delay:.3s}.dashboard-widget-header{align-items:center;display:flex;margin-bottom:1.5rem}.dashboard-widget-icon{align-items:center;background:linear-gradient(135deg,#667eea,#4b9ca2);border-radius:16px;box-shadow:0 8px 16px #667eea4d;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-right:1rem;width:50px}.dashboard-widget-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.dashboard-widget-content{height:200px;overflow:visible}.dashboard-appointments-scroll{-ms-overflow-style:none;height:100%;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.dashboard-appointments-scroll::-webkit-scrollbar{display:none}.dashboard-appointment-item{align-items:center;animation:slideInRight .5s ease-out forwards;background:#667eea0d;border-left:4px solid #0000;border-radius:12px;cursor:pointer;display:flex;margin-bottom:.75rem;opacity:0;padding:1rem;transition:all .3s ease}.dashboard-appointment-item:hover{background:#667eea1a}.dashboard-appointment-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#4b9ca2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:1rem;width:40px}.dashboard-appointment-content h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .25rem}.dashboard-appointment-content p{color:#6b7280;font-size:.875rem;margin:0}@keyframes slideInRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.dashboard-notices-container{height:300px;overflow:hidden;position:relative}.dashboard-notices-scroll{animation:scrollUp 30s linear infinite;display:flex;flex-direction:column}@keyframes scrollUp{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}.dashboard-notice-item{align-items:center;animation:slideInLeft .5s ease-out forwards;background:#764ba20d;border-radius:12px;cursor:pointer;display:flex;margin-bottom:.75rem;min-height:80px;opacity:0;padding:.8rem;transition:all .3s ease}.dashboard-notice-item:hover{background:#764ba21a;transform:scale(1.02)}.dashboard-notice-indicator{background:linear-gradient(135deg,#667eea,#4b95a2);border-radius:4px;flex-shrink:0;height:34px;margin-right:1rem;width:6px}.dashboard-notice-content h4{color:#1f2937;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.dashboard-notice-date{color:#6b7280;font-size:.85rem;margin:0}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.dashboard-updates-carousel{border-radius:12px;height:300px;overflow:hidden;position:relative}.dashboard-updates-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.dashboard-update-item{background:#667eea0d;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-width:100%;padding:.8rem 1rem;transition:all .3s ease}.dashboard-update-item:hover{background:#667eea1a}.dashboard-update-content h4{color:#1f2937;font-size:1.2rem;font-weight:600;line-height:1.4;margin:0 0 1rem}.dashboard-update-date{color:#6b7280;font-size:.85rem;margin:0}.dashboard-carousel-indicators{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.dashboard-indicator{background:#667eea4d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dashboard-indicator.active{background:#667eea;transform:scale(1.2)}.dashboard-empty-state{align-items:center;color:#9ca3af;display:flex;flex-direction:column;justify-content:center;padding:1.4rem 1.5rem;text-align:center}.dashboard-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.dashboard-action-cards-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:5rem;overflow:visible;position:relative}.dashboard-action-card{animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #0000001a;isolation:isolate;opacity:0;overflow:visible;padding:1.5rem;position:relative;transition:all .3s ease}.dashboard-action-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-4px)}.dashboard-action-card:first-child{animation-delay:.1s}.dashboard-action-card:nth-child(2){animation-delay:.2s}.dashboard-action-card:nth-child(3){animation-delay:.3s}.dashboard-action-header{align-items:center;display:flex;margin-bottom:1rem;position:relative}.dashboard-action-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;margin-right:1rem;width:40px}.dashboard-action-header h3{color:#1f2937;flex-grow:1;font-size:1.1rem;font-weight:600;margin:0}.dashboard-cash-badge{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;margin-left:auto;padding:.25rem .75rem}.dashboard-action-content{overflow:visible;padding-top:.5rem}.dashboard-search-input,.dashboard-select-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:.875rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.dashboard-search-input:focus,.dashboard-select-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.dashboard-input-group{display:flex;gap:.75rem}.dashboard-input-group .dashboard-select-input{flex:1 1}.dashboard-member-search-container{overflow:visible;position:relative;z-index:2147483647}.dashboard-member-suggestions{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 15px 35px #0000004d;margin-top:.25rem;max-height:200px;min-width:300px;overflow-y:auto;position:fixed;z-index:2147483647}.dashboard-suggestion-item{align-items:center;background:#fff;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;padding:.875rem;transition:all .2s ease}.dashboard-suggestion-item:hover{background:#f8fafc;transform:translateX(2px)}.dashboard-suggestion-item:last-child{border-bottom:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.dashboard-suggestion-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.dashboard-suggestion-avatar{color:#667eea;font-size:1.2rem;margin-right:.75rem}.dashboard-suggestion-content{color:#374151;font-size:.875rem}.dashboard-collection-cards-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.dashboard-collection-card{animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #0000001a;opacity:0;padding:1.5rem;transition:all .3s ease}.dashboard-collection-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-4px)}.dashboard-collection-card:first-child{animation-delay:.1s}.dashboard-collection-card:nth-child(2){animation-delay:.2s}.dashboard-collection-card:nth-child(3){animation-delay:.3s}.dashboard-collection-header{align-items:center;display:flex;margin-bottom:1rem}.dashboard-collection-icon{align-items:center;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:12px;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;margin-right:1rem;width:40px}.dashboard-collection-header h3{color:#1f2937;flex-grow:1;font-size:1.1rem;font-weight:600;margin:0}.dashboard-collection-content{padding-top:.5rem}.dashboard-service-cards-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.dashboard-service-card{align-items:center;animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #0000001a;display:flex;opacity:0;padding:1.5rem;transition:all .3s ease}.dashboard-service-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-4px)}.dashboard-service-card:first-child{animation-delay:.1s}.dashboard-service-card:nth-child(2){animation-delay:.2s}.dashboard-service-card:nth-child(3){animation-delay:.3s}.dashboard-service-card:nth-child(4){animation-delay:.4s}.dashboard-service-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;margin-right:1rem;width:50px}.dashboard-service-content h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.dashboard-service-value{color:#6b7280;font-size:.875rem;font-weight:500;margin:0}.dashboard-financial-cards-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.dashboard-financial-card{align-items:center;animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #0000001a;display:flex;opacity:0;padding:1.5rem;transition:all .3s ease}.dashboard-financial-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-4px)}.dashboard-financial-card:first-child{animation-delay:.1s}.dashboard-financial-card:nth-child(2){animation-delay:.2s}.dashboard-financial-card:nth-child(3){animation-delay:.3s}.dashboard-financial-card:nth-child(4){animation-delay:.4s}.dashboard-financial-icon{align-items:center;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:16px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;margin-right:1rem;width:50px}.dashboard-financial-content h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.dashboard-financial-value{color:#6b7280;font-size:.875rem;font-weight:500;margin:0}.dashboard-utility-cards-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.dashboard-utility-card{align-items:center;animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #0000001a;display:flex;opacity:0;padding:1.5rem;transition:all .3s ease}.dashboard-utility-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-4px)}.dashboard-utility-card:first-child{animation-delay:.1s}.dashboard-utility-card:nth-child(2){animation-delay:.2s}.dashboard-utility-card:nth-child(3){animation-delay:.3s}.dashboard-utility-icon{align-items:center;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:16px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;margin-right:1rem;width:50px}.dashboard-utility-content h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.dashboard-utility-value{color:#6b7280;font-size:.875rem;font-weight:500;margin:0}.dashboard-attendance-times{display:flex;flex-direction:column;gap:.25rem}.dashboard-attendance-times p{color:#6b7280;font-size:.75rem;margin:0}.dashboard-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.dashboard-stats-card{align-items:center;animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-left:5px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;opacity:0;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease}.dashboard-stats-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px) scale(1.02)}.dashboard-stats-card:first-child{animation-delay:.1s}.dashboard-stats-card:nth-child(2){animation-delay:.2s}.dashboard-stats-card:nth-child(3){animation-delay:.3s}.dashboard-stats-card:nth-child(4){animation-delay:.4s}.dashboard-stats-card:nth-child(5){animation-delay:.5s}.dashboard-stats-card:nth-child(6){animation-delay:.6s}.dashboard-stats-card:nth-child(7){animation-delay:.7s}.dashboard-stats-card:nth-child(8){animation-delay:.8s}.dashboard-stats-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 8px 16px #667eea4d;color:#fff;display:flex;flex-shrink:0;font-size:1.3rem;height:40px;justify-content:center;margin-right:1.5rem;width:40px}.dashboard-stats-content{flex-grow:1}.dashboard-stats-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;line-height:1;margin:0 0 .5rem}.dashboard-stats-label{color:#6b7280;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.dashboard-stats-decoration{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%;height:100px;position:absolute;right:0;top:0;transform:translate(30px,-30px);width:100px}.dashboard-accounts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.dashboard-account-card{align-items:center;animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;opacity:0;padding:1rem;transition:all .3s ease}.dashboard-account-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px) scale(1.02)}.dashboard-account-card:first-child{animation-delay:.1s}.dashboard-account-card:nth-child(2){animation-delay:.2s}.dashboard-account-card:nth-child(3){animation-delay:.3s}.dashboard-account-card:nth-child(4){animation-delay:.4s}.dashboard-account-icon{align-items:center;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:10px;box-shadow:0 8px 16px #f093fb4d;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;margin-right:1.5rem;width:40px}.dashboard-account-content{flex-grow:1}.dashboard-account-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;line-height:1;margin:0 0 .5rem}.dashboard-account-label{color:#6b7280;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.dashboard-loans-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.dashboard-loan-card{align-items:center;animation:slideInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;opacity:0;padding:1rem;transition:all .3s ease}.dashboard-loan-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px) scale(1.02)}.dashboard-loan-card:first-child{animation-delay:.1s}.dashboard-loan-card:nth-child(2){animation-delay:.2s}.dashboard-loan-card:nth-child(3){animation-delay:.3s}.dashboard-loan-card:nth-child(4){animation-delay:.4s}.dashboard-loan-card:nth-child(5){animation-delay:.5s}.dashboard-loan-card:nth-child(6){animation-delay:.6s}.dashboard-loan-card:nth-child(7){animation-delay:.7s}.dashboard-loan-card:nth-child(8){animation-delay:.8s}.dashboard-loan-icon{align-items:center;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:10px;box-shadow:0 8px 16px #4facfe4d;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;margin-right:1.5rem;width:40px}.dashboard-loan-content{flex-grow:1}.dashboard-loan-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;line-height:1;margin:0 0 .5rem}.dashboard-loan-label{color:#6b7280;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.dashboard-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.dashboard-modal-content{animation:modalSlideIn .4s ease-out;background:#fff;border-radius:24px;box-shadow:0 25px 50px #0003;max-height:80vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.dashboard-modal-close{align-items:center;background:#6b72801a;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;outline:none;position:absolute;right:1rem;top:1.55rem;transition:all .3s ease;width:36px;z-index:1001}.dashboard-modal-close:hover{background:#6b728033;color:#374151;transform:scale(1.1)}.dashboard-modal-header{border-bottom:1px solid #f3f4f6;padding:2rem 2rem 1rem}.dashboard-modal-header h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0;padding-right:3rem}.dashboard-modal-body{padding:1.5rem 2rem 2rem}.dashboard-modal-body p{color:#374151;line-height:1.6;margin:0 0 1rem}.dashboard-modal-image-container{margin:1.5rem 0;text-align:center}.dashboard-modal-image-container img{border-radius:12px;box-shadow:0 8px 25px #0000001a;height:auto;max-width:100%}.dashboard-modal-date{border-top:1px solid #f3f4f6;color:#6b7280;font-style:italic;margin-top:1.5rem;padding-top:1rem}.dashboard-modal-link{margin:1rem 0}.dashboard-modal-link a{color:#667eea;font-weight:500;text-decoration:none;transition:color .3s ease}.dashboard-modal-link a:hover{color:#764ba2;text-decoration:underline}.dashboard-appointment-details{display:flex;flex-direction:column;gap:1rem}.dashboard-detail-item{align-items:center;background:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.dashboard-detail-label{color:#374151;font-weight:600}.dashboard-detail-value{color:#6b7280}.dashboard-section-container{margin-bottom:4rem}.dashboard-section-header{margin-bottom:2rem;text-align:center}.dashboard-section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:2rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;position:relative;text-transform:uppercase}.dashboard-section-divider{background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);border-radius:2px;height:4px;margin:0 auto;overflow:hidden;position:relative;width:100px}.dashboard-section-divider:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#fffc,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@media (max-width:1400px){.dashboard-accounts-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px){.dashboard-accounts-grid,.dashboard-action-cards-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-main-container{padding:1rem}.dashboard-title{font-size:1.8rem}.dashboard-subtitle{font-size:1rem}.dashboard-action-cards-section,.dashboard-collection-cards-section,.dashboard-financial-cards-section,.dashboard-service-cards-section,.dashboard-top-widgets-grid,.dashboard-utility-cards-section{gap:1rem;grid-template-columns:1fr}.dashboard-accounts-grid,.dashboard-loans-grid,.dashboard-stats-grid{gap:1rem}.dashboard-input-group{flex-direction:column;gap:.5rem}.dashboard-modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.dashboard-account-number,.dashboard-loan-number,.dashboard-stats-number{font-size:1.5rem}.dashboard-welcome-banner{padding:2rem}.dashboard-section-title{font-size:1.5rem;letter-spacing:1px}.dashboard-section-container{margin-bottom:2.5rem}.dashboard-section-header{margin-bottom:1.5rem}}@media (max-width:480px){.dashboard-main-container{padding:.5rem}.dashboard-welcome-banner{padding:1.5rem 0}.dashboard-title{font-size:1.5rem}.dashboard-account-card,.dashboard-action-card,.dashboard-collection-card,.dashboard-financial-card,.dashboard-loan-card,.dashboard-service-card,.dashboard-stats-card,.dashboard-utility-card,.dashboard-widget-card{padding:1rem}.dashboard-account-icon,.dashboard-loan-icon,.dashboard-stats-icon{font-size:1.5rem;height:50px;width:50px}.dashboard-modal-body,.dashboard-modal-header{padding:1rem}.dashboard-section-title{font-size:1.2rem;letter-spacing:.5px}.dashboard-section-container{margin-bottom:2rem}.dashboard-section-divider{height:3px;width:60px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb{background:#667eea80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#667eeab3}.dashboard-main-container *{-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.dashboard-appointment-item:focus,.dashboard-indicator:focus,.dashboard-modal-close:focus,.dashboard-notice-item:focus,.dashboard-suggestion-item:focus,.dashboard-update-item:focus{outline:2px solid #667eea;outline-offset:2px}@media (prefers-contrast:high){.dashboard-main-container{background:#000;color:#fff}.dashboard-account-card,.dashboard-action-card,.dashboard-collection-card,.dashboard-financial-card,.dashboard-loan-card,.dashboard-service-card,.dashboard-stats-card,.dashboard-utility-card,.dashboard-widget-card{background:#fff;border:2px solid #000;color:#000}}.charts-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 0 40px}.chart-card{background:#fff;border-radius:18px;box-shadow:0 10px 25px #0000000f;font-size:12px;padding:14px 6px 14px 0}.chart-card h3{font-size:16px;margin-bottom:10px;text-align:center}@media (max-width:1024px){.charts-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.charts-grid{gap:16px;grid-template-columns:1fr}.chart-card{border-radius:14px;padding:16px}.chart-card h3{font-size:15px;text-align:center}}@media (max-width:480px){.chart-card{border-radius:12px;overflow-x:hidden;padding:14px;touch-action:pan-y}.chart-card h3{font-size:14px}}.recharts-tooltip-wrapper{z-index:1}html:has(.theme-switch__checkbox:checked) .charts-grid{background:#0000}html:has(.theme-switch__checkbox:checked) .chart-card{background:#0f172a;border:1px solid #ffffff0d;box-shadow:0 10px 30px #0009}html:has(.theme-switch__checkbox:checked) .chart-card h3{color:#e5e7eb}html:has(.theme-switch__checkbox:checked) .recharts-tooltip-wrapper{color:#111827}html:has(.theme-switch__checkbox:checked) .recharts-text{fill:#9ca3af!important}html:has(.theme-switch__checkbox:checked) .recharts-cartesian-grid-horizontal line,html:has(.theme-switch__checkbox:checked) .recharts-cartesian-grid-vertical line{stroke:#ffffff14}html:has(.theme-switch__checkbox:checked) .recharts-pie-label-text{fill:#e5e7eb}html:has(.theme-switch__checkbox:checked) .recharts-bar-rectangle:hover{opacity:.85}.load-spinner{--uib-size:1.4rem;--uib-speed:.9s;--uib-color:#183153;height:var(--uib-size);position:relative;width:var(--uib-size)}.load-spinner,.load-spinner__dot{align-items:center;display:flex;justify-content:flex-start}.load-spinner__dot{height:100%;left:0;position:absolute;top:0;width:100%}.load-spinner__dot:before{animation:pulse0112 calc(var(--uib-speed)*1.111) ease-in-out infinite;background-color:var(--uib-color);border-radius:50%;box-shadow:0 0 20px #121f354d;content:"";height:20%;opacity:.5;transform:scale(0);width:20%}.load-spinner__dot:nth-child(2){transform:rotate(45deg)}.load-spinner__dot:nth-child(2):before{animation-delay:calc(var(--uib-speed)*-.875)}.load-spinner__dot:nth-child(3){transform:rotate(90deg)}.load-spinner__dot:nth-child(3):before{animation-delay:calc(var(--uib-speed)*-.75)}.load-spinner__dot:nth-child(4){transform:rotate(135deg)}.load-spinner__dot:nth-child(4):before{animation-delay:calc(var(--uib-speed)*-.625)}.load-spinner__dot:nth-child(5){transform:rotate(180deg)}.load-spinner__dot:nth-child(5):before{animation-delay:calc(var(--uib-speed)*-.5)}.load-spinner__dot:nth-child(6){transform:rotate(225deg)}.load-spinner__dot:nth-child(6):before{animation-delay:calc(var(--uib-speed)*-.375)}.load-spinner__dot:nth-child(7){transform:rotate(270deg)}.load-spinner__dot:nth-child(7):before{animation-delay:calc(var(--uib-speed)*-.25)}.load-spinner__dot:nth-child(8){transform:rotate(315deg)}.load-spinner__dot:nth-child(8):before{animation-delay:calc(var(--uib-speed)*-.125)}@keyframes pulse0112{0%,to{opacity:.5;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.subscription-renewal-banner{animation:slideInDown .3s ease-out;border-left:5px solid;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:16px;width:100%}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.subscription-renewal-banner.banner-warning{background-color:#fffbeb;border-left-color:#f59e0b}.subscription-renewal-banner.banner-urgent{background-color:#fff7ed;border-left-color:#f97316}.subscription-renewal-banner.banner-expired{background-color:#fef2f2;border-left-color:#dc2626}.banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.banner-icon-section{align-items:center;display:flex;flex-shrink:0}.banner-icon{font-size:28px;line-height:1}.banner-text-section{flex:1 1;min-width:250px}.banner-title{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 4px}.subscription-renewal-banner.banner-warning .banner-title{color:#92400e}.subscription-renewal-banner.banner-urgent .banner-title{color:#9a3412}.subscription-renewal-banner.banner-expired .banner-title{color:#7f1d1d}.banner-message{color:#4b5563;font-size:14px;line-height:1.5;margin:0}.subscription-renewal-banner.banner-warning .banner-message{color:#78350f}.subscription-renewal-banner.banner-urgent .banner-message{color:#7c2d12}.subscription-renewal-banner.banner-expired .banner-message{color:#991b1b}.banner-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.banner-renew-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.subscription-renewal-banner.banner-warning .banner-renew-button{background-color:#f59e0b;color:#fff}.subscription-renewal-banner.banner-warning .banner-renew-button:hover{background-color:#d97706}.subscription-renewal-banner.banner-urgent .banner-renew-button{background-color:#f97316;color:#fff}.subscription-renewal-banner.banner-urgent .banner-renew-button:hover{background-color:#ea580c}.subscription-renewal-banner.banner-expired .banner-renew-button{background-color:#dc2626;color:#fff}.subscription-renewal-banner.banner-expired .banner-renew-button:hover{background-color:#b91c1c}.banner-dismiss-button{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.banner-dismiss-button:hover{background-color:#0000000d;color:#1f2937}@media (max-width:768px){.subscription-renewal-banner{margin-bottom:15px;padding:12px}.banner-content{gap:12px}.banner-icon{font-size:24px}.banner-title{font-size:15px}.banner-message{font-size:13px}.banner-renew-button{font-size:13px;padding:6px 12px}.banner-dismiss-button{padding:6px}}@media (max-width:480px){.banner-content{align-items:flex-start;flex-direction:column;gap:10px}.banner-actions{justify-content:flex-end;width:100%}.banner-renew-button{flex:1 1;min-width:120px}}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-container{align-items:center;background:#0d1b2a;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.login-container:before{animation:particleMove 10s linear infinite;background-image:radial-gradient(1px 1px at 20px 30px,#64b5f6,#0000),radial-gradient(1px 1px at 40px 70px,#3c73da,#0000),radial-gradient(1px 1px at 90px 40px,#3167cc,#0000),radial-gradient(1px 1px at 130px 80px,#305cad,#0000),radial-gradient(1px 1px at 160px 30px,#244c97,#0000);background-repeat:repeat;background-size:200px 100px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes particleMove{0%{transform:translate(0)}to{transform:translate(-200px,-100px)}}.bg-overlay{background:#0000001a;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.login-card{animation:slideInUp .8s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border-radius:24px;box-shadow:0 32px 64px #0000001a,0 0 0 1px #fff3,inset 0 1px 0 #ffffff4d;max-width:650px;padding:clamp(1.75rem,4vw,3rem);position:relative;width:100%;z-index:10}.login-card-top{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.login-theme-toggle{display:none}@media (min-width:768px){.login-card{max-width:550px;padding:clamp(1.5rem,3vw,2.5rem)}}.login-header{margin-bottom:2.25rem;text-align:center}.login-logo-container{display:inline-block;margin-bottom:1.5rem;position:relative}.login-logo{background:#0000;box-shadow:0 8px 32px #0000001a;height:auto;position:relative;width:130px;z-index:2}.logo-glow{display:none}.login-title{display:flex;flex-direction:column;gap:.5rem}.title-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2d59aa,#173b79);-webkit-background-clip:text;background-clip:text;font-family:Rajdhani,Exo\ 2,sans-serif;font-size:34px;font-weight:700;letter-spacing:2px;line-height:1.2;text-transform:uppercase}.title-sub{color:#4c525c;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;letter-spacing:.5px;opacity:.8}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form-group{position:relative}.login-input-container{align-items:center;display:flex;position:relative}.login-form-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafccc;border:2px solid #e2e8f0cc;border-radius:16px;color:#1e293b;font-size:16px;font-weight:500;height:56px;padding:0 52px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.login-form-input:focus{background:#ffffffe6;border-color:#667eea;box-shadow:0 10px 25px #667eea26;outline:none;transform:translateY(-2px)}.login-form-input:disabled{cursor:not-allowed;opacity:.6}.login-input-icon{color:#64748b;left:16px;position:absolute;transition:all .3s ease;z-index:2}.login-form-input:focus+.login-input-icon{color:#667eea;transform:scale(1.1)}.login-password-toggle{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;padding:4px;position:absolute;right:16px;transition:all .3s ease;z-index:2}.login-password-toggle:hover{background:#667eea1a;color:#667eea}.input-highlight{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:0;height:2px;left:0;margin:0 12px;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.login-form-input:focus~.input-highlight{width:95%}.login-btn{background:linear-gradient(135deg,#2d59aa,#1a438a);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:56px;margin-top:8px;max-height:56px;min-height:56px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.login-btn:hover:not(:disabled){box-shadow:0 20px 40px #667eea66;transform:translateY(-2px)}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn.loading{background:linear-gradient(135deg,#94a3b8,#cbd5e0);cursor:not-allowed}.btn-content{align-items:center;display:flex;gap:12px;justify-content:center;position:relative;z-index:2}.login-spinner{animation:spinner 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btn-ripple{background:#fff3;border-radius:50%;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .6s ease;width:0}.login-btn:active .btn-ripple{height:200px;width:200px}@media (max-width:480px){.login-card{border-radius:20px;margin:20px;padding:32px 24px}.title-main{font-size:28px}.login-form-input{height:52px;padding:0 48px}.login-btn{height:52px}}@media (max-width:320px){.login-card{border-radius:20px;margin:20px;padding:32px 24px}.title-main{font-size:20px}.login-form-input{height:44px;padding:0 40px}.login-btn{height:46px}}@media (min-width:481px) and (max-width:768px){.login-card{border-radius:20px;margin:16px;padding:36px 20px}.title-main{font-size:28px}.login-form-input{height:48px;padding:0 44px}.login-btn{height:46px}}@media (min-width:769px) and (max-width:1280px){.login-card{border-radius:20px;margin:16px;max-width:520px;padding:30px 26px}}.login-btn:focus-visible,.login-form-input:focus-visible,.login-password-toggle:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:default;margin:18px;max-width:100%;padding:var(--space-lg);position:relative}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#4b8ea2);-webkit-background-clip:text;background-clip:text;color:#111827;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.8px;margin-bottom:10px;margin-left:4px}.promoters-page .page-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.promoters-page .share-split-control{align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:flex;gap:10px;padding:12px 15px}.promoters-page .share-split-control label{color:#495057;font-weight:600;white-space:nowrap}.promoters-page .share-split-control select{border:1px solid #ced4da;border-radius:6px;font-family:inherit;font-weight:500;min-width:200px;padding:8px 12px}.promoters-page .share-split-update-btn{background-color:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:8px 16px}.sortable-header{cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.sortable-header-center{text-align:left}.custom-table th .sortable-header-center{align-items:center;display:flex;justify-content:flex-start}.permissions-roles-sortable{align-items:center;display:flex;gap:5px;text-align:left!important}.sort-icon{color:#fff;display:inline-block;flex-shrink:0;font-size:13px;font-weight:800;margin-left:4px;transition:color .2s ease;vertical-align:middle}.sort-icon.active{color:#fff}.view-controls{align-items:center;display:flex;gap:12px;margin-bottom:20px}.view-toggle{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;padding:.3rem}.view-toggle button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.82rem;font-weight:600;gap:8px;padding:.55rem .9rem;transition:all .2s ease}.view-toggle button.active{background:linear-gradient(135deg,#667eea,#4b8ea2);box-shadow:0 2px 8px #667eea4d;color:#fff}.view-toggle button:hover:not(.active){background:#e2e8f0;color:#475569}.table-responsive-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:20px;overflow-x:auto;scrollbar-color:#b4c0f7 #f1f5f9;scrollbar-width:thin;width:100%}.table-responsive-wrapper::-webkit-scrollbar{background-color:#f1f5f9;border-radius:5px;height:10px}.table-responsive-wrapper::-webkit-scrollbar-thumb{background-color:#90a0e7;border:1px solid #d1d5db;border-radius:5px}.table-responsive-wrapper::-webkit-scrollbar-thumb:hover{background-color:#8dabc4}.table-responsive-wrapper::-webkit-scrollbar-corner{background-color:#fff}.custom-table{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-collapse:initial;border-spacing:0;cursor:default;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-width:-webkit-fit-content;min-width:fit-content;transform:translateZ(0);width:100%}.custom-table thead{background:linear-gradient(135deg,#667eea,#4b7ba2)}.custom-table th{background:#0000;border:none;color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.8px;padding:.85rem 1.1rem;position:relative;text-align:left!important;text-transform:uppercase;white-space:nowrap}.custom-table th:first-child{border-top-left-radius:0}.custom-table th:last-child{border-top-right-radius:0}.tabs-container{display:flex;gap:16px;padding:.5rem 0}.tab-button{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;justify-content:center;padding:.6rem 1.1rem;transition:all .2s ease;white-space:nowrap}.tab-button:hover:not(:disabled):not(.active){background-color:#e2e8f0;border-color:#cbd5e1;box-shadow:0 4px 6px #00000012;color:#475569;transform:translateY(-2px)}.tab-button.active{background:linear-gradient(135deg,#667eea,#4b7ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;font-weight:700}.tab-button:disabled{background-color:#f1f5f9;border-color:#cbd5e1;cursor:not-allowed;opacity:.6}.tabs-loading-container{align-items:center;color:#666;display:flex;font-size:16px;height:200px;justify-content:center}.custom-table td{background:#fff;border-bottom:1px solid #f3f4f6!important;color:#374151;font-size:.85rem;font-weight:500;padding:.85rem 1.1rem;white-space:nowrap}.custom-table tbody tr,.custom-table td{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:none}.custom-table tbody tr:last-child td:first-child{border-bottom-left-radius:16px}.custom-table tbody tr:last-child td:last-child{border-bottom-right-radius:16px}.custom-table tbody tr:last-child td{border-bottom:none}.grid-view{grid-gap:1.25rem;cursor:default;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));margin-top:24px}.grid-view .empty-state{align-items:center;background-color:#f9f9f9;border:2px dashed #ddd;border-radius:8px;color:#6b7280;display:flex;flex-direction:column;grid-column:1/-1;justify-content:center;min-height:300px;padding:40px 20px;text-align:center;width:100%}.grid-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;padding:1rem;position:relative}.grid-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:5px;left:0;position:absolute;right:0;top:0}.grid-card-header{border-bottom:2px solid #f3f4f6;margin-bottom:20px;padding-bottom:16px}.grid-card-title{color:#111827;font-family:Inter,sans-serif;font-size:20px;font-weight:700;margin-bottom:6px}.grid-card-subtitle{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#007bff,#764ba2);-webkit-background-clip:text;background-clip:text;color:#6b7280;font-size:15px;font-weight:500}.grid-card-content{display:flex;flex-direction:column;gap:8px}.grid-card-row{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.grid-card-label{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.grid-card-value{color:#111827;font-size:15px;font-weight:600}.grid-card-actions{border-top:2px solid #f3f4f6;margin-top:24px;padding-top:20px}.action-icons,.grid-card-actions{display:flex;gap:12px;justify-content:flex-start}.action-icons{align-items:center}.action-icons.approvereject{gap:8px;padding:8px}.icon-delete,.icon-edit,.icon-view{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #d1d5db;border-radius:12px;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;height:32px;justify-content:center;min-width:32px;padding:.45rem .6rem;transition:all .2s ease}.icon-view:hover{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-color:#c7d2fe;color:#4f46e5}.icon-edit:hover{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#a7f3d0;color:#059669}.icon-delete:hover{background-color:#f8d7da;color:#be1a2b}.process-btn{border:none;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:700;padding:6px 12px;transition:all .3s ease}.process-btn.pending{background-color:#007bff;color:#fff}.process-btn.pending:hover{background-color:#0056b3}.process-btn.processed{background-color:#6c757d;color:#fff;cursor:not-allowed}.process-btn:disabled{opacity:.6}.table-controls{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;margin-bottom:1.25rem;padding:.9rem 1.05rem}.table-controls,.table-controls-left{align-items:center;display:flex;gap:20px}.table-controls-left{justify-content:flex-start}.table-controls-right{align-items:center;display:flex;gap:20px}.search-container{align-items:center;display:flex;position:relative}.search-input{background:#fff;border:1px solid #d1d5db;border-radius:12px;font-family:inherit;font-size:14px;font-weight:500;padding:.6rem 1rem .6rem 2.5rem;transition:all .2s ease;width:300px}.status-filter{align-items:center;display:flex;gap:10px;white-space:nowrap}.status-filter label{color:#374151;font-size:14px;font-weight:600;line-height:1}.status-filter select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #d1d5db;border-radius:12px;color:#374151;cursor:pointer;font-size:.85rem;max-width:160px;min-width:140px;padding:.6rem .75rem;text-transform:none;transition:all .2s ease;width:auto}.status-filter select:hover{border-color:#9ca3af}.status-filter select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.search-icon{color:#9ca3af;font-size:12px;left:16px;pointer-events:none;position:absolute}.search-select{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #d1d5db;border-radius:12px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;padding:.6rem 1rem .6rem 2.5rem;transition:all .2s ease;width:280px}.search-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.rows-selector{align-items:center;display:flex;gap:12px}.rows-selector label{color:#374151;font-size:14px;font-weight:600}.rows-selector select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#374151;cursor:pointer;font-size:.85rem;font-weight:500;min-width:60px;padding:.5rem;text-align:center;transition:all .2s ease}.rows-selector select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}td.row-clickable-text{color:#007bff;cursor:pointer}td.row-clickable-text.no-click{color:#374151;cursor:default}.clickable-text{color:#007bff;cursor:pointer}.table-container.searchonly{margin:18px 0 0}.clickable-text .item{color:#007bff;cursor:pointer;margin-bottom:"2px";overflow:"hidden";text-overflow:"ellipsis";white-space:"nowrap"}.balance-visible{color:#28a745}.balance-visible,.negative-balance{box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin-top:2px;max-width:100%;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;white-space:nowrap}.negative-balance{color:red}.balance-hidden{align-items:center;border:none;border-radius:5px;box-sizing:border-box;display:flex;font-size:.7em;font-weight:700;gap:5px;justify-content:center;max-width:100%;overflow:hidden;padding:8px;text-overflow:ellipsis;transform:.2s ease;transition:background-color .3s ease;white-space:nowrap}.balance-hidden,.balance-toggle-btn{background-color:#608ecb;color:#fff;cursor:pointer}.balance-toggle-btn{border:none;border-radius:4px;font-size:.8em;padding:4px 8px;transition:background-color .3s}.balance-toggle-btn:hover{background-color:#4a7ab8}.visible-balance{color:#28a745;font-size:.9em;padding:0}.view-transaction-btn{background-color:#fff;border:none;border-radius:4px;color:blue;cursor:pointer;padding:6px 12px}.done-button{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;height:32px;padding:6px 12px;transition:background-color .3s ease}.pagination-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:32px}.pagination-controls button{background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#374151;cursor:pointer;font-size:.85rem;font-weight:600;min-width:110px;padding:.6rem 1.1rem;transition:all .6s ease}.pagination-controls button:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#4b7ba2);border-color:#667eea;color:#fff}.pagination-controls button:disabled{background:#f9fafb;border-color:#f3f4f6;color:#d1d5db;cursor:not-allowed}.pagination-info{background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#374151;font-size:.9rem;font-weight:700;min-width:140px;padding:.6rem 1.1rem;text-align:center}.empty-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:40px 20px;text-align:center;width:100%}.empty-state-icon{color:#d1d5db;font-size:48px;margin-bottom:16px}.empty-state-title{color:#374151;font-size:18px;font-weight:600;margin-bottom:8px}.empty-state-description{color:#6b7280;font-size:14px}.loading-container{min-height:300px;padding:60px 20px}.loading-spinner{align-items:center;display:flex;justify-content:center;padding:40px}.loading-text{color:#64748b;font-size:16px;font-weight:500;margin-top:16px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.status-badge{align-items:center;border-radius:8px;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;letter-spacing:1px;min-width:60px;padding:5px 12px;text-transform:uppercase}.status-badge.active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #a7f3d0;color:#166534}.status-badge.inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#991b1b}.status-badge.pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-foreclosed{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#991b1b}.status-requested{background-color:#fdce13;border:1px solid #ecc111;color:#2c3e50}.status-badge.closed{background-color:#6c757d;color:#fff}.status-badge.matured{background-color:#17a2b8;color:#fff}.status-badge.foreclosed{background-color:#e67e22;color:#2c3e50}.status-badge.requested{background-color:#f1c40f;color:#2c3e50}.status-badge.application-status.pending{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;color:#92400e}.status-badge.application-status.approved{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #a7f3d0;color:#166534}.status-badge.application-status.rejected{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#991b1b}.status-badge.account-status.active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #a7f3d0;color:#166534}.status-badge.account-status.dormant{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border:1px solid #a5b4fc;color:#3730a3}.status-badge.account-status.frozen{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border:1px solid #c4b5fd;color:#6b21a8}.status-badge.account-status.pendingclosure{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;color:#92400e}.status-badge.account-status.closed{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#991b1b}.status-disbursed{background-color:#2ecc71;color:#2c3e50}.status-cancelled{background-color:#e74c3c;color:#2c3e50}.action-buttons{display:flex;gap:8px}.custom-button{border:none;border-radius:12px;cursor:pointer;font-size:.75rem;font-weight:500;padding:.5rem .85rem;transition:all .2s ease;transition:all .2s}.custom-button.approve{background-color:#2372a7;color:#fff}.custom-button.reject{background-color:#e74c3c;color:#fff}.custom-button:hover{opacity:.9;transform:translateY(-1px)}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0009;height:100%;width:100%}.modal-content{box-shadow:0 8px 32px #3c5a8233;padding:30px;position:relative;text-align:center;width:100%}.modal-close{color:#888;font-size:24px;line-height:1;padding:0;right:15px;top:15px}.modal-buttons{display:flex;gap:15px;justify-content:center;margin-top:20px}.modal-button{border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 25px;transition:all .2s}.modal-button.close{background:#f0f7ff;border:1px solid #b6c8e6;color:#23406e}.modal-button.confirm{background:linear-gradient(90deg,#f44336,#d32f2f);border:none;color:#fff}.cancel-message.success{color:#4caf50;font-weight:600}.cancel-message.error{color:#f44336;font-weight:600}.modal-overlay{background-color:#00000080}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:80vh;max-width:500px;overflow-y:auto;width:90%}.modal-header{border-bottom:1px solid #eee;padding:20px}.modal-header h3{color:#333}.modal-close-button{color:#666;font-size:24px;height:30px;width:30px}.modal-close-button:hover{color:#333}.modal-body{padding:10px}.id-card-modal{max-width:600px}.id-card-actions{gap:10px;justify-content:start;margin-bottom:10px}.id-card-action-btn{border-radius:4px;font-weight:500;padding:10px 20px;transition:all .3s ease}.print-btn{background-color:#007bff;color:#fff}.print-btn:hover{background-color:#0056b3}.export-btn{background-color:#28a745;color:#fff}.export-btn:hover{background-color:#1e7e34}.id-card-preview{background:#fff;border-radius:8px;min-height:400px;padding:10px}html:has(.theme-switch__checkbox:checked) .sortable-header .sort-icon.active{color:#63b3ed}@media screen and (max-width:1024px){.page-title{font-size:22px;letter-spacing:-.2px;margin:8px 0 10px 4px}.table-container{margin:16px;padding:20px}.grid-view{gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.table-controls{align-items:stretch;display:flex;gap:10px}.table-controls-left{align-items:center;display:flex;flex-wrap:nowrap!important;gap:20px;justify-content:flex-start;justify-content:flex-start!important;width:100%!important}.view-toggle button{font-size:12px!important;padding:8px 12px!important}.search-input{max-width:300px;width:100%!important}.status-filter select{padding:9px 16px 9px 10px}.promoters-page .page-header{align-items:flex-start;flex-direction:column;gap:12px}.promoters-page .share-split-control{flex-wrap:wrap;width:100%}.promoters-page .share-split-control select{flex:1 1 auto;min-width:0}}@media screen and (max-width:768px){.approval-tabs{-webkit-overflow-scrolling:touch!important;display:flex!important;flex-wrap:nowrap!important;gap:12px!important;height:auto!important;margin:6px 0 12px!important;overflow-x:auto!important;overflow-y:visible!important;padding:16px 6px 12px!important;scroll-snap-type:x mandatory;scrollbar-width:thin}.approval-tabs>button{flex:0 0 auto!important;scroll-snap-align:start;transform:none!important;white-space:nowrap!important}.page-title{font-size:24px;margin-bottom:20px}.custom-table{font-size:12px}.custom-table td,.custom-table th{font-size:12px;padding:12px 8px}.grid-view{grid-template-columns:1fr}.grid-card{padding:20px}.pagination-controls{margin-top:24px}.pagination-controls button{font-size:13px;min-width:80px;padding:8px 16px}.view-toggle{justify-content:center;width:-webkit-max-content;width:max-content}}@media screen and (max-width:480px){.approval-tabs{gap:10px!important;height:auto!important;margin:4px 0 10px!important;overflow-y:visible!important;padding:18px 4px 12px!important;scroll-snap-type:x proximity}.approval-tabs>button{border-radius:10px!important;font-size:12px!important;padding:8px 14px!important;scroll-snap-align:center;transform:none!important}.table-container{margin:8px;padding:16px}.action-icons{flex-direction:column;gap:4px}.icon-delete,.icon-edit,.icon-view{font-size:14px!important;height:32px;min-width:32px;padding:6px 8px!important}.pagination-controls{flex-direction:column;gap:8px}.search-input{font-size:16px}.table-controls{flex-direction:column}.table-controls-right{justify-content:center}#section-documents .info-page-collapsible-item{padding:6px 2px}#section-documents .info-page-collapsible-item strong{color:#0f172a;font-size:13px;font-weight:600;line-height:1.25}#section-documents .info-page-collapsible-item span{color:#475569;font-size:13px;line-height:1.25}#section-documents .info-page-heading-style{margin-bottom:6px}}@media (max-width:640px){.table-controls-right{gap:10px!important}.search-container{height:34px!important}.search-container .search-icon{font-size:14px!important;left:10px!important}.search-container .search-input,.search-input{border-radius:10px!important;font-size:12px!important;height:34px!important;max-width:100%!important;padding:6px 10px 6px 32px!important;width:100%!important}.rows-buttons .rows-button{border-radius:10px!important;font-size:11.5px!important;padding:6px 8px!important}}@media (max-width:1024px){.table-controls-left{flex-wrap:nowrap!important;justify-content:flex-start!important;width:100%!important}.view-toggle button{font-size:12px!important;padding:8px 12px!important}.search-input{width:100%!important}.rows-selector{margin-left:0!important}.rows-selector select{display:none!important}.rows-buttons{display:flex!important;gap:8px!important}.rows-button{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;color:#334155!important;font-weight:600!important;padding:8px 10px!important}.rows-button.active{background:linear-gradient(135deg,#667eea,#4b7ba2)!important;border-color:#0000!important;color:#fff!important}.pagination-controls{grid-gap:8px!important;align-items:center!important;display:grid!important;gap:8px!important;grid-template-columns:1fr auto 1fr!important;margin-top:10px!important;width:100%!important}.pagination-controls>button:first-child{justify-self:start!important}.pagination-controls>.pagination-info{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;justify-self:center!important;padding:8px 14px!important;z-index:1}.pagination-controls>button:last-child{justify-self:end!important}.pagination-controls button{background:#cbd5e1!important;border:1px solid #94a3b8!important;border-radius:8px!important;color:#0f172a!important;font-weight:700!important;padding:8px 12px!important}.pagination-controls button:disabled{opacity:.55!important}}@media (max-width:360px){.table-controls-left{flex-wrap:wrap!important}.table-controls-left .modern-add-button{flex:0 0 auto;width:auto!important}.table-controls-left .view-toggle{justify-content:flex-start!important;margin-left:0!important;margin-top:8px!important;width:100%!important}.view-toggle{grid-gap:6px!important;border-radius:10px!important;display:grid!important;gap:6px!important;grid-template-columns:1fr 1fr!important;padding-left:0!important;padding-right:0!important}.view-toggle button{border-radius:10px!important;font-size:11.5px!important;justify-content:center!important;padding:6px 10px!important;text-align:center!important;width:100%!important}.pagination-controls{flex-direction:column;gap:8px}.pagination-controls button{border-radius:6px!important;font-size:10px!important;min-width:60px!important;padding:2px 5px!important;position:relative!important;z-index:2!important}.pagination-controls>.pagination-info{border-radius:8px!important;display:inline-block!important;font-size:10.5px!important;grid-column:1/-1!important;grid-row:1!important;justify-self:center!important;line-height:1.2!important;margin:0 auto!important;padding:2px 6px!important;position:relative!important;white-space:nowrap!important;width:-webkit-fit-content!important;width:fit-content!important;z-index:1!important}.pagination-controls>button:first-child{grid-column:1!important;grid-row:1!important;justify-self:start!important}.pagination-controls>button:last-child{grid-column:1!important;grid-row:1!important;justify-self:end!important}}@media (max-width:1024px) and (min-width:769px){.table-container{margin:12px;padding:16px}.page-title{font-size:20px!important;margin-bottom:16px!important}.table-controls{gap:12px;margin-bottom:20px;padding:16px}.table-controls-left{align-items:center;display:flex;gap:12px;justify-content:flex-start;width:100%}.table-controls-left .modern-add-button,.table-controls-left button:first-child{flex:0 0 auto;font-size:13px!important;padding:8px 16px!important;width:auto}.table-controls-left .view-toggle{flex:0 0 auto;margin-left:auto}.table-controls-right{justify-content:flex-end;width:100%}.search-input{font-size:13px!important;padding:8px 12px 8px 36px!important;width:250px!important}.custom-table{font-size:13px}.custom-table td,.custom-table th{font-size:13px;padding:10px 12px!important}.icon-delete,.icon-edit,.icon-view{font-size:12px!important;height:28px;min-width:28px;padding:6px 8px!important}.pagination-controls{flex-direction:column;gap:8px}.search-input{font-size:16px}.table-controls{flex-direction:column}.table-controls-right{justify-content:center}#section-documents .info-page-collapsible-item{padding:6px 2px}#section-documents .info-page-collapsible-item strong{color:#0f172a;font-size:13px;font-weight:600;line-height:1.25}#section-documents .info-page-collapsible-item span{color:#475569;font-size:13px;line-height:1.25}#section-documents .info-page-heading-style{margin-bottom:6px}}@media (max-width:768px) and (min-width:481px){.table-container{margin:8px;padding:12px}.page-title{font-size:18px!important;margin-bottom:12px!important}.table-controls{flex-direction:column;gap:10px;margin-bottom:16px;padding:12px}.table-controls-left{align-items:center;display:flex;gap:8px;justify-content:flex-start;width:100%}.table-controls-left .modern-add-button,.table-controls-left button:first-child{flex:0 0 auto;font-size:12px!important;padding:8px 12px!important;width:auto}.table-controls-left .view-toggle{flex:0 0 auto;margin-left:8px}.view-toggle button{font-size:11px!important;padding:8px 12px!important}.table-controls-right{justify-content:center;width:100%}.search-input{font-size:12px!important;max-width:280px!important;padding:8px 10px 8px 32px!important;width:100%!important}.custom-table{font-size:11px}.custom-table td,.custom-table th{font-size:11px;padding:8px 10px!important}.icon-delete,.icon-edit,.icon-view{font-size:10px!important;height:24px;min-width:24px;padding:5px 6px!important}.pagination-controls{flex-direction:column;gap:8px;margin-top:16px}.pagination-controls button{min-width:70px}.pagination-controls button,.pagination-info{font-size:11px!important;padding:6px 12px!important}.pagination-info{min-width:120px}}@media (max-width:480px){.table-container{-webkit-overflow-scrolling:touch;margin:4px;overflow-x:auto;padding:8px}.table-responsive-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:20px;overflow-x:auto;scrollbar-color:#b4c0f7 #f1f5f9;scrollbar-width:thin;width:100%}.custom-table{min-width:750px;table-layout:auto;width:auto}.custom-table td,.custom-table th{text-align:left;vertical-align:middle}.custom-table th{font-weight:600;text-align:left}.custom-table .action-icons{justify-content:center;text-align:center}.page-title{font-size:16px!important;margin-bottom:10px!important}.table-controls{gap:8px;margin-bottom:12px;padding:8px}.table-controls-left{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.table-controls-left .modern-add-button,.table-controls-left button:first-child{flex:0 0 auto;font-size:11px!important;padding:8px 12px!important;text-align:center;width:auto}.table-controls-left .view-toggle{flex:0 0 auto;margin-left:auto;min-width:auto;width:auto}.view-toggle button{font-size:10px!important;padding:6px 10px!important}.table-controls-right{display:flex;flex-direction:column;gap:8px}.search-container{flex:1 1;width:100%}.search-input{font-size:11px!important;height:36px!important;padding:6px 8px 6px 28px!important;width:100%!important}.rows-selector{align-items:center;display:flex;gap:8px;justify-content:flex-start}.search-icon{font-size:14px!important;left:8px!important}.custom-table{font-size:10px}.custom-table td,.custom-table th{font-size:10px;padding:6px 8px!important}.icon-delete,.icon-edit,.icon-view{font-size:9px!important;height:20px;min-width:20px;padding:4px 5px!important}.pagination-controls{flex-direction:column;gap:6px;margin-top:12px}.pagination-controls button{font-size:10px!important;min-width:60px;padding:5px 8px!important}.pagination-info{font-size:10px!important;min-width:100px;padding:4px 8px!important}.status-badge{font-size:9px;min-width:40px;padding:2px 6px}.entries-container .view-history-link{font-size:10px!important;padding:4px 0;text-align:left}.trial-balance-container .filter-section{padding:8px}.trial-balance-container .filter-controls{display:flex;flex-direction:column;gap:12px;width:100%}.trial-balance-container .form-group{width:100%}.trial-balance-container .date-input{border:1px solid #ddd;border-radius:4px;font-size:14px!important;height:40px!important;padding:8px 12px!important;width:100%!important}.trial-balance-container .form-label{display:block;font-size:12px!important;margin-bottom:4px}.trial-balance-container .checkbox-container{align-items:center;display:flex;gap:8px;padding:8px 0}.trial-balance-container .checkbox-label{font-size:12px!important}.trial-balance-container .action-buttons{display:flex;flex-direction:column;gap:8px;width:100%}.trial-balance-container .filter-button,.trial-balance-container .print-button{align-items:center;display:flex;font-size:14px!important;gap:8px;height:auto!important;justify-content:center;padding:10px 16px!important;text-align:center;width:100%}.table-controls{flex-direction:column;gap:12px;margin-bottom:16px}.table-controls-left,.table-controls-left .search-container{width:100%}.table-controls-left .search-input{font-size:14px!important;height:40px!important;padding:8px 12px 8px 36px!important;width:100%!important}.table-controls-right,.table-controls-right .rows-selector{justify-content:flex-start;width:100%}.table-controls-right .rows-selector select{display:none}.table-controls-right .rows-buttons{display:flex!important;gap:8px!important;margin-left:8px}.table-controls-right .rows-button{background:#f8f9fa;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:12px!important;padding:6px 12px!important}.table-controls-right .rows-button.active{background:#007bff;border-color:#007bff;color:#fff}}.applications-approvals-tabs{display:flex;gap:18px;height:46px;margin:24px 6px}.applications-approvals-tab-btn{background:linear-gradient(90deg,#8da8c5,#779dc4);border:none;border-radius:8px;box-shadow:0 4px 12px #4a90e21a;color:#fff;cursor:pointer;font-size:13px;font-weight:600;overflow:visible;padding:10px 20px;position:relative;transition:background .2s,transform .2s,box-shadow .2s}.applications-approvals-tab-btn--active{background:#357abd;box-shadow:0 6px 16px #4a90e22e;color:#fff;transform:translateY(-2px) scale(1.04)}.applications-approvals-badge{align-items:center;background:linear-gradient(90deg,red,#ff5c47);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #ff6a002e;color:#fff;display:flex;font-size:13px;font-weight:700;height:22px;justify-content:center;min-width:22px;pointer-events:none;position:absolute;right:-8px;top:-8px;z-index:2}.applications-approvals-btn-approve-all{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;height:32px;padding:6px 12px;transition:background-color .3s ease}.applications-approvals-batch-bar{margin-bottom:20px;text-align:right}.applications-approvals-btn-batch-danger{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.applications-approvals-btn-batch-danger:disabled{cursor:not-allowed;opacity:.6}.applications-approvals-input{background-color:#f8f9fa;border:1px solid #ced4da;border-radius:5px;box-sizing:border-box;font-size:.85rem;outline:none;padding:6px 8px;transition:border-color .2s ease,box-shadow .2s ease}.applications-approvals-table-empty{text-align:center}.applications-approvals-table-empty--padded{padding:20px;text-align:center}.fd-highlighted,.mis-highlighted{background-color:#81c784!important;position:relative!important;z-index:999!important}.custom-table tbody tr.fd-highlighted td,.custom-table tbody tr.mis-highlighted td{background-color:#c8e6c9!important;color:#1b5e20!important}.custom-table tbody tr.fd-highlighted:hover td,.custom-table tbody tr.mis-highlighted:hover td{background-color:#a5d6a7!important}.applications-approvals-btn-done{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;height:32px;padding:6px 12px;transition:background-color .3s ease}.applications-approvals-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.applications-approvals-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:500px;padding:30px;width:90%}.applications-approvals-modal-title{color:#dc3545;margin-bottom:20px}.applications-approvals-modal-body{line-height:1.5;margin-bottom:20px}.applications-approvals-modal-body--muted{color:#666;font-size:14px;line-height:1.5;margin-bottom:20px}.applications-approvals-modal-actions{display:flex;gap:10px;justify-content:flex-end}.applications-approvals-modal-btn-cancel{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px}.applications-approvals-modal-btn-confirm{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px}.applications-approvals-modal-btn-confirm:disabled{cursor:not-allowed;opacity:.6}.modern-add-button{align-items:center;background:linear-gradient(135deg,#667eea,#4b7ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.82rem;font-weight:600;gap:.5rem;overflow:hidden;padding:.6rem 1.1rem;position:relative;transition:all .3s ease}.modern-add-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.modern-add-button:hover:before{left:100%}.modern-add-button:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.modern-add-button:active{box-shadow:0 2px 8px #667eea4d;transform:translateY(0)}.add-icon{font-size:16px;transition:transform .3s ease}.modern-add-button:hover .add-icon{transform:rotate(90deg)}.add-text{font-weight:600;letter-spacing:.5px}@media screen and (max-width:768px){.modern-add-button{font-size:13px;padding:10px 20px}.add-icon{font-size:14px}}@media screen and (max-width:480px){.modern-add-button{gap:6px;padding:8px 16px}.add-icon{font-size:11px}.add-text{font-size:10px}}body{background-color:#f4f7f6;color:#333;font-family:Inter,sans-serif;line-height:1.6;margin:0;padding:0}.calculator-container,.form-container{background-color:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;margin:1.75rem auto;max-width:1000px;overflow:hidden;padding:1.5rem;position:relative;width:90%}.main-calculator-container{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:1.25rem;justify-content:space-between;padding:0 1.25rem;position:relative;width:100%}.left-side-calculator-container{background-color:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;margin:1.75rem auto 1.75rem 1.75rem;max-width:850px;overflow:hidden;padding:1.5rem;position:relative;width:90%}.form-header{background:linear-gradient(90deg,#007bff,#0056b3);border-radius:12px 12px 0 0;height:8px;left:0;position:absolute;top:0;width:100%}.mainform-page-title{color:#356b8f;font-size:1.8rem;font-weight:700;margin-bottom:20px;text-align:left}.form-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:15px}.form-field{flex:1 1;min-width:280px}.form-field label{color:#555;display:block;font-size:.9rem;font-weight:500;margin-bottom:8px}.form-field input,.form-field select,.form-field textarea{border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:.95rem;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(36%) sepia(92%) saturate(1830%) hue-rotate(205deg) brightness(96%) contrast(95%)}.form-field input[type=date]::-moz-focus-inner{border:0}.form-field .input-icon,.form-field .input-icon svg,.form-field .input-with-icon svg{color:#1d4ed8}.form-field textarea{padding:8px 15px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff33;outline:none}.form-field select{-webkit-appearance:none;appearance:none;background-color:#fff;padding-right:40px}.form-field textarea{line-height:1.5;resize:vertical}.collection-input:focus::placeholder{font-size:10.5px}.form-field .checkbox-cont{align-items:center;display:flex;gap:8px;margin-top:2.1rem}.form-field .checkbox-label{color:#000;font-size:1rem;margin-top:.5rem;-webkit-user-select:none;user-select:none}.alert{border:1px solid #0000;border-radius:8px;font-size:.95rem;font-weight:500;margin:20px 0;padding:12px;text-align:center}.alert.success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert.error{animation:shake .3s ease-in-out 0s 2;background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-6px)}50%{transform:translateX(6px)}75%{transform:translateX(-6px)}to{transform:translateX(0)}}.form-action-buttons{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:20px}.action-button,.submit-button{border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;overflow:hidden;padding:12px;position:relative;transition:all .3s ease;width:100%}.action-button:before,.submit-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.action-button:hover:before,.submit-button:hover:before{left:100%}.submit-button{background:linear-gradient(90deg,#007bff,#0056b3);box-shadow:0 4px 15px #007bff4d}.submit-button:hover{background:linear-gradient(135deg,#0056b3,#003f80);box-shadow:0 6px 20px #007bff66;transform:translateY(-2px)}.submit-button:active{box-shadow:0 2px 10px #007bff33;transform:translateY(0)}.action-button{flex:1 1 auto;text-align:center}.action-button.reset{background:linear-gradient(135deg,#ffc107,#ffca2c);box-shadow:0 2px 4px #ffc1074d;color:#212529}.action-button.reset:hover{background:linear-gradient(135deg,#e0a800,#d39e00);box-shadow:0 4px 8px #ffc10766;transform:translateY(-2px)}.action-button.reset:active{box-shadow:0 2px 4px #ffc1074d;transform:translateY(0)}.action-button.cancel{background:linear-gradient(135deg,#dc3545,#c82333);box-shadow:0 2px 4px #dc35454d;color:#fff}.action-button.cancel:hover{background:linear-gradient(135deg,#c82333,#bd2130);box-shadow:0 4px 8px #dc354566;transform:translateY(-2px)}.action-button.cancel:active{box-shadow:0 2px 4px #dc35454d;transform:translateY(0)}.radio-group{align-items:center;display:flex;flex-wrap:wrap;gap:15px 25px;margin:15px 0}.radio-group label{align-items:center;color:#444;cursor:pointer;display:flex;font-size:.9rem;transition:color .3s ease}.radio-group label:hover{color:#007bff}.radio-group input[type=radio]{accent-color:#007bff;cursor:pointer;height:16px;margin-right:8px;transition:transform .2s ease;width:16px}.radio-group input[type=radio]:hover{transform:scale(1.1)}.radio-group input[type=checkbox]{accent-color:#007bff;cursor:pointer;height:14px;margin-right:8px;transition:transform .2s ease;width:14px}.radio-group input[type=checkbox]:hover{transform:scale(1.1)}.module-button{background-color:#007bff;border:none;border-radius:25px;box-shadow:0 3px 10px #007bff33;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;margin-bottom:12px;margin-right:12px;padding:10px 18px;transition:all .3s ease}.module-button:hover{background-color:#0056b3;box-shadow:0 5px 15px #007bff4d;transform:translateY(-1px)}.api-paths-container{background-color:#fcfcfc;border:1px solid #e0e0e0;border-radius:10px;box-shadow:inset 0 1px 3px #0000000d;margin-top:25px;padding:15px}.checkbox-group{align-items:center;display:flex;margin-bottom:10px}.checkbox-group input[type=checkbox]{accent-color:#007bff;cursor:pointer;height:16px;margin-right:10px;transition:transform .2s ease;width:16px}.checkbox-group input[type=checkbox]:hover{transform:scale(1.1)}.checkbox-group label{color:#444;font-size:.9rem;padding-top:0;transition:color .3s ease}.checkbox-group label:hover{color:#007bff}.custom-row{align-items:center;display:flex;gap:15px;margin-top:20px}.info-icon{color:#007bff;cursor:pointer;font-size:65px;transition:transform .3s ease,color .3s ease}.info-icon:hover{color:#0056b3;transform:scale(1.15)}.title-container{display:flex;flex-direction:column;justify-content:flex-start}.title{color:#1a1a1a;font-size:24px;font-weight:700;margin:0}.balance{align-items:center;display:flex;margin-top:5px}.balance p{color:#666;font-size:17px;margin-left:0;margin-top:0}.title-container1 h3{color:#004a75;font-size:20px;font-weight:700;margin-bottom:10px;margin-top:25px}.title-container1 p{color:#006d96;font-size:16px;margin-top:0}.info-icon1{color:#004a75;cursor:pointer;font-size:70px;transition:transform .3s ease,color .3s ease}.info-icon1:hover{color:#013b5d;transform:scale(1.15)}.select-all-container{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.select-all-container .select-all-title{color:#333;font-size:1.2rem;font-weight:600;margin:0}.select-all-checkbox{align-items:center;display:flex;gap:8px;margin:0}.select-all-checkbox input[type=checkbox]{accent-color:#007bff;cursor:pointer;height:18px;margin-right:0;transition:transform .2s ease;width:18px}.select-all-checkbox label{color:#444;font-size:.95rem;margin:2px 0;padding-top:0;transition:color .3s ease}.select-all-checkbox input[type=checkbox]:hover{transform:scale(1.1)}.select-all-checkbox label:hover{color:#007bff}.modules-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.module-group{margin-bottom:0}.nested-module{background-color:#007bff;border:none;border-radius:25px;box-shadow:0 3px 10px #007bff33;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;margin-bottom:12px;margin-right:12px;padding:10px 18px;transition:all .3s ease}.nested-module:hover{background-color:#0056b3;box-shadow:0 5px 15px #007bff4d;transform:translateY(-1px)}.submodules-container{border-left:3px solid #cfe2ff;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;margin-left:0;margin-top:10px;padding-left:20px;width:100%}.submodule-button{background-color:#e9f0f8;border:1px solid #cce0f5;border-radius:25px;box-shadow:0 2px 8px #00000014;color:#0056b3;cursor:pointer;font-size:.95rem;font-weight:500;margin-bottom:10px;margin-right:10px;padding:10px 18px;transition:all .3s ease}.submodule-button:hover{background-color:#dbe7f5;border-color:#b3d4f0;box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.select-submodule-message{background-color:#f0f6ff;border:1px dashed #cce0f5;border-radius:8px;color:#007bff;font-size:1rem;font-weight:500;margin:20px 0;padding:20px;text-align:center}.add-nominee-button{align-items:center;background-color:initial;border:none;color:#007bff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;padding:8px 0;transition:color .3s ease,transform .2s ease}.add-nominee-button:hover{color:#0056b3;transform:translateX(3px)}.add-nominee-button svg{font-size:1.2em;transition:transform .3s ease}.add-nominee-button:hover svg{transform:rotate(90deg)}.result-container{background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-top:30px;padding:15px}.result-container h3{color:#004a75;font-size:1.5rem;margin:0}.result-container p{color:#555;font-size:1rem;margin:10px 0}.chart-container{margin-top:30px;padding:0 8px}.chart-container h3{color:#004a75;font-size:1.5rem;margin:0 0 10px}.no-spinners::-webkit-inner-spin-button,.no-spinners::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinners{-webkit-appearance:textfield;appearance:textfield}.required-asterisk{color:red}.forms-interest-slabs-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;margin:20px 0;padding:15px}.forms-interest-slabs-header-main{background:linear-gradient(135deg,#007bff,#0056b3);border-radius:6px 6px 0 0;color:#fff;display:grid;font-size:.85rem;font-weight:600;grid-template-columns:1.2fr 1.1fr 1.1fr 1.5fr}.forms-interest-slabs-header-col{border-right:1px solid #fff3;padding:12px;text-align:center}.forms-interest-slabs-header-col:last-child{border-right:none}.forms-interest-slabs-header-subheader{background-color:#e7f0ff;border-bottom:1px solid #cce5ff;display:grid;grid-template-columns:1.2fr 1.1fr 1.1fr 1.5fr}.forms-interest-slabs-days-header{display:grid;grid-template-columns:1fr 1fr}.forms-interest-slabs-days-col{border-right:1px solid #cce5ff;color:#0056b3;font-size:.8rem;font-weight:600;padding:8px;text-align:center}.forms-interest-slabs-days-col:last-child{border-right:none}.forms-interest-slabs-subheader-col{border-right:1px solid #cce5ff;color:#0056b3;font-size:.8rem;font-weight:600;padding:8px;text-align:center}.forms-interest-slabs-subheader-col:last-child{border-right:none}.forms-interest-slabs-row{background-color:#fff;border:1px solid #e8e8e8;border-top:none;display:grid;grid-template-columns:1.2fr 1.1fr 1.1fr 1.5fr}.forms-interest-slabs-row:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.forms-interest-slabs-cell{border-right:1px solid #e8e8e8;display:grid;grid-template-columns:1fr 1fr;padding:0}.forms-interest-slabs-cell:last-child{border-right:none}.forms-interest-slabs-input{background-color:#fff;border:none;border-right:1px solid #e8e8e8;font-size:.85rem;outline:none;padding:10px;width:100%}.forms-interest-slabs-input:last-child{border-right:none}.forms-interest-slabs-row>div:nth-child(2),.forms-interest-slabs-row>div:nth-child(3){border-right:1px solid #e8e8e8;padding:10px}.forms-interest-slabs-row>div:last-child{border-right:none;padding:10px}.forms-interest-slabs-row .react-select .rs__control{background-color:initial;border:none;box-shadow:none;min-height:auto}.forms-interest-slabs-row .react-select .rs__value-container{padding:0}@media (max-width:1224px){.main-calculator-container{align-items:center;flex-direction:column}.form-field .checkbox-cont{margin-top:.3rem}.form-field .checkbox-label{font-size:.9rem}}@media (max-width:1024px){.forms-interest-slabs-card{-webkit-overflow-scrolling:touch;overflow-x:auto}.forms-interest-slabs-header-main,.forms-interest-slabs-header-subheader,.forms-interest-slabs-row{min-width:850px}}@media (max-width:768px){.calculator-container,.form-container{border-radius:10px;margin:20px auto;padding:20px}.mainform-page-title{font-size:1.5rem}.form-row{flex-direction:column;gap:15px}.form-field{min-width:0;min-width:auto;width:100%}.custom-row,.radio-group{align-items:flex-start;flex-direction:column;gap:10px}.title-container{align-items:flex-start}.balance p{margin-top:5px}.info-icon,.info-icon1{font-size:55px}.form-action-buttons{align-items:stretch!important;flex-direction:column!important;gap:12px!important}.form-action-buttons .action-button,.form-action-buttons .submit-button{width:100%!important}.collection-input:focus::placeholder{font-size:8px}.forms-interest-slabs-card{padding:10px}.forms-interest-slabs-days-col,.forms-interest-slabs-header-col,.forms-interest-slabs-input{font-size:.75rem;padding:8px}.forms-interest-slabs-row>div:last-child,.forms-interest-slabs-row>div:nth-child(2),.forms-interest-slabs-row>div:nth-child(3){padding:8px}}@media (max-width:480px){.mainform-page-title{font-size:1.1rem}}.plain-select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:.95rem;outline:none;padding:12px 15px;width:100%}.react-select{width:100%}.react-select.info-page-input-box{background:#0000!important;border:none!important;padding:0!important}.react-select .rs__control{background-color:#fff;border-color:#ccc;border-radius:8px;box-shadow:none;box-sizing:border-box;font-size:14px;height:auto;line-height:20px;min-height:34px;overflow:hidden;padding:0;width:100%}.react-select .rs__value-container{align-content:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:4px;overflow:visible;padding:10px 8px;width:100%}.react-select.rs--is-multi .rs__control{height:auto;max-height:none;min-height:auto;overflow:visible}.react-select .rs__multi-value{align-items:center;border-radius:4px;display:inline-flex;flex-shrink:1;margin:2px;max-width:100%}.react-select .rs__multi-value__label{font-size:13px;max-width:180px;overflow:hidden;padding:2px 5px;text-overflow:ellipsis;white-space:nowrap}.react-select .rs__multi-value__remove{align-items:center;color:#a11c0d;cursor:pointer;display:flex;flex-shrink:0;padding:2px 4px}.react-select .rs__multi-value__remove:hover{background-color:#fff}.react-select .rs__input-container{flex:1 1;margin:0;min-width:50px;padding:0}.react-select .rs__indicators{align-self:center;flex-shrink:0;height:auto}.react-select .rs__indicator{padding:2px 4px}.react-select .rs__indicator-separator{display:none}.react-select .rs__single-value{color:#333;font-size:14px}.react-select .rs__placeholder{color:#666;font-size:14px}.react-select .rs__control--is-focused{border-color:#bdbdbd;box-shadow:none}.react-select .rs__control:hover{border-color:#bdbdbd}.react-select .rs__menu{z-index:5}.react-select .rs__menu-list{max-height:150px}.react-select .rs__option{color:#333}.react-select .rs__option--is-focused{background-color:#f0f0f0;color:#333}.react-select .rs__option--is-selected{background-color:#e7f0ff;color:#0d47a1}html:has(.theme-switch__checkbox:checked) .info-page-input-box,html:has(.theme-switch__checkbox:checked) .input-basic,html:has(.theme-switch__checkbox:checked) .plain-select,html:has(.theme-switch__checkbox:checked) .select-basic{background-color:#101826!important;border-color:#273247!important;color:#e5efff!important}html:has(.theme-switch__checkbox:checked) .info-page-input-box::placeholder,html:has(.theme-switch__checkbox:checked) input.info-page-input-box::placeholder{color:#8aa0c6!important}html:has(.theme-switch__checkbox:checked) .react-select.info-page-input-box{background:#0000!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__control{background-color:#101826!important;border-color:#273247!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__single-value{color:#e5efff!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__placeholder{color:#8aa0c6!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__input input{color:#e5efff!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__menu{background-color:#0d1522!important;border:1px solid #273247!important;box-shadow:0 8px 24px #00000059!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__menu-list{color:#e5efff!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__option{color:#e5efff!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__option--is-focused{background-color:#132036!important}html:has(.theme-switch__checkbox:checked) .react-select .rs__option--is-selected{background-color:#1b2a48!important;color:#e5efff!important}.form-section-title{color:#555;font-weight:600;margin-bottom:6px;margin-top:3px}.is-hidden{display:none!important}.error-note{color:red;font-size:.8em;font-style:italic;margin:5px 0}.readonly-input[disabled],input[disabled].readonly-input{background-color:#f5f5f5;color:#333;cursor:not-allowed}.form-subtitle{color:#6c757d;font-size:14px}.h4-title{color:#333;font-size:16px;font-weight:700;margin:0}.subheading-sm{color:#333;font-size:15px;font-weight:600;margin-bottom:12px}.two-col{align-items:flex-start;display:flex;gap:30px}.two-col .column{flex:1 1}@media (max-width:992px){.two-col{flex-direction:column;gap:20px}.two-col .column{width:100%}}.panel{background-color:#fff;border:1px solid #ddd;border-radius:8px}.panel-header{border-bottom:1px solid #ddd;border-radius:8px 8px 0 0;font-weight:600;padding:10px 15px}.panel-header.orange{background-color:#ff9800;border-bottom-color:#0000;color:#fff}.panel-header.blue{background-color:#007bff;border-bottom-color:#0000;color:#fff}.panel-header.gray{background-color:#f8f9fa;color:#333}.panel-body{padding:15px 20px}.panel.compact .panel-body{padding:12px 14px}.panel.compact .panel-header{font-size:16px;padding:10px 14px}@media (max-width:576px){.panel.compact .panel-body{padding:10px 12px}.panel.compact .panel-header{font-size:15px;padding:8px 12px}.panel.compact .form-field label{font-size:14px}}.center-panel-wrap{box-sizing:border-box;display:flex;justify-content:center;margin:10px 0 0;padding:0 20px;width:100%}.narrow-panel{max-width:520px;width:100%}.member-info .panel-header{background-color:#f1f3f5;color:#1a1a1a}.member-info .panel-body{color:#222;line-height:1.5}.member-info .panel-body strong{color:#0d47a1;font-weight:700}.collapsible-header.orange{background-color:#eb9d37!important;color:#fff}.modal-backdrop{align-items:center;background:#00000040;display:flex;height:100vh;inset:0;justify-content:center;position:fixed;width:100vw;z-index:9999}.modal-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;max-width:480px;min-width:320px;padding:32px 28px 24px;position:relative}.modal-close{background:none;border:none;border-radius:50%;cursor:pointer;height:32px;position:absolute;right:16px;top:16px;width:32px}.modal-title{color:#eb9d37;font-size:1.375rem;font-weight:700;margin:0 0 18px;text-align:center}.row-between{color:#222;display:flex;justify-content:space-between;margin-bottom:10px}.modal-actions{display:flex;gap:18px;justify-content:center;margin-top:10px}.btn-orange{background:#eb9d37;border:none;border-radius:24px;box-shadow:0 2px 8px #eb9d371a;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 28px}.btn-orange:hover{background:#d88a00}.btn-orange-outline{background:#fff;border:2px solid #eb9d37;border-radius:24px;box-shadow:0 2px 8px #eb9d371a;color:#eb9d37;cursor:pointer;font-size:16px;font-weight:600;padding:10px 28px}.btn-orange-outline:hover{background:#eb9d37;color:#fff}.section-wrap{align-items:center;display:flex;flex-direction:column;margin:20px auto;width:100%}.section-inner{padding:0 48px;width:100%}@media (max-width:576px){.section-inner{padding:0 16px}}.grid-auto-300{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-auto-250{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-auto-220{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-auto-180{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.grid-auto-160{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.field-label{color:#555;display:block;font-size:16px;font-weight:600;margin-bottom:8px}.input-basic{border:1px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:16px;outline:none;padding:12px;transition:border-color .3s ease;width:100%}.input-basic:focus{border-color:#eb9d37}.select-basic{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e1e5e9;border-radius:8px;font-size:16px;outline:none;padding:12px;width:100%}.mb-24{margin-bottom:24px}.mb-16{margin-bottom:16px}.mb-12{margin-bottom:12px}.mb-18{margin-bottom:18px}.w-80{width:80px}.w-100{width:100%}.input-muted{background-color:#f9fafb}.input-error{border-color:#f44!important}.inline-group{align-items:center;display:flex;gap:8px}.flex-1{flex:1 1}.inline-group .input-basic{min-width:0}.select-compact{padding:8px;text-align:center;width:56px}.inline-group .select-compact{flex:0 0 56px}.inline-group .input-basic{flex:1 1 auto}.panel.compact .input-basic,.panel.compact .select-basic{font-size:14px;padding:10px}@media (max-width:576px){.select-compact{font-size:13px;padding:6px 8px;width:52px}.panel.compact .input-basic,.panel.compact .select-basic{font-size:14px;padding:10px}}.mt-12{margin-top:12px}.hidden{display:none!important}.info-banner{align-items:flex-start;border:1px solid #0000;border-radius:6px;display:flex;gap:10px;margin-bottom:20px;padding:15px}.info-blue{background-color:#e3f2fd;border-color:#bbdefb}.info-icon{color:#2196f3;flex-shrink:0;font-size:18px;line-height:1}.info-title{color:#1976d2;font-size:14px;font-weight:700;margin:0}.info-list{color:#424242;font-size:13px;line-height:1.5;margin:2px 0 0;padding-left:16px}html:has(.theme-switch__checkbox:checked) .info-banner,html:has(.theme-switch__checkbox:checked) .info-banner.info-blue{background-color:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-banner .info-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .info-banner .info-list{color:var(--text-muted)!important}.react-select.rs .rs__control{background-color:#fff;border-color:#e0e0e0}.react-select.rs .rs__control--is-focused{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.react-select.rs .rs__value-container{color:#333}.react-select.rs .rs__menu{background-color:#fff;border-color:#e0e0e0}.react-select.rs .rs__menu-list{max-height:150px}.react-select.rs .rs__option{background-color:#fff;color:#333}.react-select.rs .rs__option--is-focused{background-color:#f0f0f0;color:#333}.new-vendor-select .rs__control{background-color:#fff!important;background-color:var(--surface-2,#fff)!important;border-color:#e0e0e0!important;border-color:var(--border,#e0e0e0)!important}.new-vendor-select .rs__single-value{color:#333!important;color:var(--text,#333)!important}.new-vendor-select .rs__placeholder{color:#666!important;color:var(--text-muted,#666)!important}.new-vendor-select .rs__menu{background-color:#fff!important;background-color:var(--surface-2,#fff)!important;border-color:#e0e0e0!important;border-color:var(--border,#e0e0e0)!important}.new-vendor-select .rs__menu-list{max-height:150px!important}.new-vendor-select .rs__option{background-color:initial!important;color:#333!important;color:var(--text,#333)!important}.new-vendor-select .rs__option--is-focused,.new-vendor-select .rs__option--is-focused:hover,.new-vendor-select .rs__option--is-selected{background-color:#f0f0f0!important;background-color:var(--bg-muted,#f0f0f0)!important;color:#333!important;color:var(--text,#333)!important}.vendor-validation-message{font-size:12px;margin-top:2px}.vendor-validation-message.warning{color:orange}.vendor-validation-message.error{color:red}.vendor-note{color:red;font-size:12px;margin-top:2px}.vendor-section-header{color:#555;margin-bottom:10px;margin-top:10px}.table-compact{border-collapse:collapse;font-size:14px;width:100%}.table-compact thead tr{background-color:#007bff;color:#fff}.table-compact thead th{border:1px solid #ddd;font-weight:600;padding:12px 8px;text-align:center}.table-compact tbody td{border:1px solid #ddd;padding:8px}.table-compact tbody td.center{text-align:center}.table-compact thead tr.alt{background-color:#f8f9fa;color:inherit}.note-muted{color:#666;font-size:12px}.radio-inline{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.radio-inline label{align-items:center;display:flex;gap:5px}.loan-section{background:#fff;border:2px solid #38bdf8;border-radius:8px;box-shadow:0 2px 12px #0000000f;box-sizing:border-box;max-width:100%;overflow:hidden;padding:16px;width:100%}.loan-section-lg{padding:20px}.loan-section-title{border-bottom:1px solid #cbd5e1;color:#333;font-size:20px;font-weight:700;margin-bottom:16px;padding-bottom:8px}.btn-success{background-color:#28a745;color:#fff;font-size:14px;padding:8px 16px}.btn-success,.icon-button{border:none;border-radius:4px;cursor:pointer}.icon-button{padding:6px 12px}.icon-button.danger{background-color:#dc3545;color:#fff}.cert-summary{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-top:10px}.summary-muted{color:#666}.summary-green{color:#28a745}.summary-blue{color:#007bff}.summary-warn{color:#dc3545;font-size:12px}.mt-20{margin-top:20px}.mt-10{margin-top:10px}.ml-10{margin-left:10px}.mr-8{margin-right:8px}.fw-bold{font-weight:700}.panel-body-muted{background-color:#f8f9fa;border-radius:8px;margin-top:15px;padding:15px 20px}.view-page-wrapper{align-items:center;color:#333;cursor:default;display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:calc(100vh - 60px);padding:1.25rem}.view-page-left-wrapper{padding:1.25rem;width:100%}.view-page-left-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.25rem}.view-page-left-content-area{display:flex;flex:1 1 40%;flex-direction:column;gap:10px}.view-page-right-content-area{display:flex;flex:1 1 35%;flex-direction:column;gap:1.25rem}.view-page-right-content-header{color:#000;font-size:1.125rem;font-weight:700;margin-bottom:1rem}.view-page-header-back-only,.view-page-header-container{align-items:center;cursor:default;display:flex;justify-content:space-between;margin-bottom:1.5rem;max-width:900px;padding:.875rem 1.25rem;width:100%}.view-page-header-cont,.view-page-header-only-back{align-items:center;cursor:default;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0 .875rem;width:100%}.view-page-header{border-bottom:2px solid #3498db;color:#2c3e50;display:block;flex-shrink:0;font-size:2em;font-weight:700;letter-spacing:-.5px;margin:0 20px 0 0;overflow:hidden;padding-bottom:4px;text-overflow:ellipsis;text-shadow:2px 2px 4px #0000001a;transition:all .3s ease-in-out;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.view-page-header:hover{border-color:#2980b9;color:#3498db}.header-buttons-right{align-items:center;display:flex;flex-shrink:0;gap:15px}.view-edit-button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.9em;font-weight:600;padding:8px;transition:background-color .2s ease-in-out,transform .1s ease-in-out,box-shadow .2s ease-in-out}.view-edit-button:hover{background-color:#036ddd;box-shadow:0 4px 8px #0003}.view-edit-button:active{background-color:#036ddd;box-shadow:0 2px 4px #0000001a}.view-edit-button.delete-button{background-color:#e74c3c;padding:6.8px 8px}.back-button-circle{align-items:center;border-radius:50%;box-shadow:0 4px 8px #0000001a;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .25s ease-in-out;width:40px}.back-button-circle:hover{transform:translateX(-2px)}.back-button-circle:active{transform:translateX(0)}.back-icon-inside-circle{color:#567ab8;font-size:1.6em}.view-info-card{background-color:#fff;border:2px solid #bfe3fa;border-radius:15px;box-shadow:0 10px 30px #00000014;cursor:default;max-width:920px;padding:clamp(1rem,3vw,1.5rem) clamp(1.25rem,3vw,1.875rem);position:relative;transition:box-shadow .3s ease-in-out;width:100%}.view-info-card:hover{box-shadow:0 15px 40px #0000001f}.view-info-card-header{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin:0 0 1rem}.view-page-buttons{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:6px 8px;transition:all .2s ease-in-out}.view-page-buttons.delete-button{background-color:#e74c3c}.view-page-buttons:hover{transform:translateY(-2px)}.view-data-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.new-view-data-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.detail-item{background-color:#f9fbfb;border:1px solid #e0e6e9;border-radius:10px;display:flex;flex-direction:column;font-size:1rem;gap:5px;line-height:1.5;padding:.875rem 1.25rem;transition:transform .3s ease-in-out}.detail-item.full-width-item{grid-column:1/-1}.detail-item:hover{transform:translateY(-5px)}.detail-label{color:#555;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin-bottom:2px;text-transform:uppercase}.detail-value{word-wrap:break-word;color:#333;font-weight:400}.detail-value.clickable-text{color:#007bff;cursor:pointer}.detail-value.clickable-text.no-click{color:#333;cursor:default}.detail-section-header-wrapper.full-width-item{grid-column:1/-1}.detail-section-header{color:#555;font-size:1.2rem;font-weight:500;margin-left:6px;text-align:left}.info-contact-block{background-color:#f9fbfb;border:1px solid #e0e6e9;border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:.875rem 1.25rem;transition:transform .3s ease-in-out}.info-contact-block.full-width-item{grid-column:1/-1}.info-contact-block:hover{transform:translateY(-5px)}.info-contact-list p{color:#333;font-size:1rem;margin:0}.detail-item-image{border-radius:5px;box-shadow:0 2px 5px #0000001a;height:auto;margin-top:5px;max-width:100%}.view-page-commission-header{border-bottom:1px solid #e0e0e0;color:#000;margin-bottom:20px;padding-bottom:6px}.view-page-commission-chart{align-items:center;display:flex;gap:15px}.view-page-commission-select{background-color:#fff;border:1px solid #ccc;border-radius:4px;flex-grow:1;min-width:120px;outline:none;padding:5px}.view-page-interest-chart-table{border-top:none;margin-top:0}.view-page-interest-chart-header-main{background-color:#007bff;border-radius:5px 5px 0 0;color:#fff;display:grid;font-size:.8rem;font-weight:700;grid-template-columns:1.2fr 1.1fr 1.1fr 1.5fr;text-align:center}.view-page-interest-chart-header-col{border-right:1px solid #fff;padding:8px}.view-page-interest-chart-header-col:last-child{border-right:none}.view-page-interest-chart-header-subheader{background-color:#007bff;border-radius:0;color:#fff;display:grid;font-size:.7rem;grid-template-columns:1.2fr 1.1fr 1.1fr 1.5fr;text-align:center}.view-page-interest-chart-days-header{border-right:1px solid #fff;border-top:1px solid #fff;display:grid;grid-template-columns:1fr 1fr}.view-page-interest-chart-days-col{border-right:1px solid #fff;padding:6px}.view-page-interest-chart-days-col:last-child{border-right:none}.view-page-interest-chart-subheader-col{border-right:1px solid #fff}.view-page-interest-chart-subheader-col:last-child{border-right:none}.view-page-interest-chart-row{border:1px solid #ccc;border-top:none;display:grid;grid-template-columns:1.2fr 1.1fr 1.1fr 1.5fr}.view-page-interest-chart-row-with-border{border-bottom:1px solid #ddd}.view-page-interest-chart-days-cell{background-color:#f8f9fa;border-right:1px solid #ddd;display:grid;grid-template-columns:1fr 1fr;text-align:center}.view-page-interest-chart-days-cell-inner{border-right:1px solid #ddd;padding:8px}.view-page-interest-chart-days-cell-inner:last-child{border-right:none}.view-page-interest-chart-rate-cell{align-items:center;border-right:1px solid #ddd;display:flex;justify-content:center}.view-page-interest-chart-rate-cell:last-child{border-right:none}.view-page-interest-chart-payout-cell{padding:8px;text-align:center}.view-page-interest-chart-payout-list{list-style:none;margin:0;padding:0;text-align:left}.view-page-interest-chart-payout-item{font-size:.85rem;padding:2px 0}.view-page-interest-chart-payout-item-with-border{border-bottom:1px solid #eee}.view-page-interest-chart-empty-row{color:#666;display:grid;grid-template-columns:1fr;padding:20px;text-align:center}@media (max-width:768px){.view-page-header{font-size:24px;margin-bottom:0}.view-info-card{border-radius:10px;padding:25px}.detail-item{padding:12px 18px}.edit-item-icon{font-size:1.6rem}.view-page-left-container{flex-direction:column;gap:20px}.view-page-header-cont{flex-basis:100%;order:-1;width:100%}.view-page-header-back-only,.view-page-header-only-back{margin-bottom:0}.view-page-left-content-area,.view-page-right-content-area{flex:1 1 100%;width:100%}}@media (max-width:480px){.view-page-wrapper{padding:15px}.view-page-header{font-size:17px;margin-bottom:5px}.view-info-card{padding:20px}.view-data-grid{grid-template-columns:1fr}.edit-item-icon{font-size:1.4rem;right:15px;top:15px}.view-edit-button{font-size:.7em}.view-page-interest-chart-table{border:none;border-radius:0;margin-top:0}.view-page-interest-chart-header-main{font-size:.65rem;grid-template-columns:.8fr .9fr .9fr 1fr;padding:4px 0}.view-page-interest-chart-header-col{border-right:1px solid #fff;padding:4px 2px;word-break:break-word}.view-page-interest-chart-header-col:last-child{border-right:none}.view-page-interest-chart-header-subheader{font-size:.6rem;grid-template-columns:.8fr .9fr .9fr 1fr}.view-page-interest-chart-days-header{border-top:1px solid #fff;grid-template-columns:1fr 1fr}.view-page-interest-chart-days-col{font-size:.6rem;padding:3px}.view-page-interest-chart-subheader-col{border-right:1px solid #fff;font-size:0}.view-page-interest-chart-subheader-col:last-child{border-right:none}.view-page-interest-chart-row{font-size:.7rem;grid-template-columns:.8fr .9fr .9fr 1fr}.view-page-interest-chart-days-cell{background-color:#f8f9fa;border-right:1px solid #ddd;grid-template-columns:1fr 1fr}.view-page-interest-chart-days-cell-inner{border-right:1px solid #ddd;font-size:.7rem;padding:4px 2px}.view-page-interest-chart-days-cell-inner:last-child{border-right:none}.view-page-interest-chart-rate-cell{align-items:center;border-right:1px solid #ddd;display:flex;font-size:.7rem;justify-content:center;padding:4px 2px}.view-page-interest-chart-rate-cell:last-child{border-right:none}.view-page-interest-chart-payout-cell{font-size:.65rem;padding:4px 2px;text-align:center}.view-page-interest-chart-payout-list{margin:0;padding:0}.view-page-interest-chart-payout-item{font-size:.65rem;padding:1px 0}.view-page-interest-chart-empty-row{font-size:.7rem;padding:10px}.view-page-header-cont{flex-direction:column;margin-bottom:0}.view-page-right-content-header{font-size:15px}.view-page-commission-header{font-size:13px}.view-page-commission-chart{font-size:10px}.view-page-commission-select{font-size:12px;min-width:100px}}.permissions-section{border-top:1px solid #e0e6e9;margin-top:30px;padding-top:20px;width:100%}.permissions-main-header{color:#555;font-size:1.2rem;font-weight:500;margin-bottom:20px;text-align:left}.user-header-area{align-items:flex-start;border-bottom:1px solid #e0e6e9;display:flex;flex-direction:row;gap:30px;margin-bottom:26px;padding-bottom:26px;width:100%}.user-photo-section{align-items:center;background-color:#f9fbfb;border:1px solid #e0e6e9;border-radius:10px;box-shadow:0 2px 10px #00000008;display:flex;flex:0 0 408px;flex-direction:column;padding:20px;text-align:center}.photo-section-header{align-items:center;color:#2c3e50;display:flex;gap:10px;margin-bottom:20px}.photo-section-header .header-icon{color:#3498db;font-size:1.5rem}.photo-section-header .section-title{font-size:1.2rem;font-weight:600;margin:0}.photo-actions{align-items:center;display:flex;flex-direction:column;gap:15px;width:100%}.photo-placeholder{align-items:center;background-color:#e0e7ed;border:3px solid #d0d8e2;border-radius:50%;box-shadow:0 2px 5px #0000001a;color:#777;display:flex;font-size:.9rem;height:150px;justify-content:center;overflow:hidden;width:150px}.user-actual-photo{border-radius:50%;height:100%;object-fit:cover;width:100%}.change-photo-button{align-items:center;background-color:#3498db;border:none;border-radius:25px;box-shadow:0 4px 8px #3498db33;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:8px;padding:10px 20px;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.change-photo-button:hover{background-color:#2980b9;box-shadow:0 6px 12px #3498db4d;transform:translateY(-2px)}.change-photo-button svg{font-size:1rem}.user-action-buttons-group{grid-gap:15px;display:grid;flex:1 1;gap:15px;grid-template-columns:repeat(2,1fr)}.user-actions-section{display:flex;flex:1 1;flex-direction:column}.user-action-button{align-items:center;background-color:#fff;border:1px solid #d0d8e2;border-radius:10px;box-shadow:0 4px 10px #00000014;color:#34495e;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;height:50px;justify-content:center;transition:all .2s ease}.user-action-button:hover{background-color:#eaf1f7;box-shadow:0 6px 15px #0000001f;color:#2c3e50;transform:translateY(-2px)}.user-action-button svg{color:#3498db;font-size:1.1rem}.options-container{display:flex;flex-direction:column;margin-top:20px;padding:0}.options-title{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 10px 2px;text-align:left}.options-buttons{display:flex;flex-direction:column;gap:8px}.option-button{align-items:center;background-color:#fff;border:1px solid #d0d8e2;border-radius:6px;box-shadow:0 1px 3px #0000000d;color:#34495e;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:8px;padding:10px 14px;text-align:left;transition:all .2s ease}.option-button:hover{box-shadow:0 3px 6px #0000001a;color:#2c3e50;transform:translateY(-1px)}.option-button .option-icon{flex-shrink:0;font-size:1rem}.option-button.downline .option-icon{color:#e74c3c}.option-button.upline .option-icon{color:#f39c12}.option-button.account .option-icon{color:#27ae60}.webcam-section{align-items:center;display:flex;flex-direction:column;gap:15px;max-width:320px;min-height:200px;width:100%}.webcam-video{border:1px solid blue;border-radius:8px;height:auto;min-height:150px;object-fit:contain;width:100%;z-index:1000}.photo-action-buttons-group,.webcam-buttons{display:flex;gap:10px;justify-content:center;width:100%}.photo-action-buttons-group{align-items:center;flex-direction:row;margin-top:15px}.branch-link-item{margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clickable-link{color:#407cb8;cursor:pointer;font-weight:700;text-decoration:none}@media (max-width:992px){.user-header-area{align-items:center;flex-direction:column;gap:20px;padding-bottom:15px}.user-photo-section{flex:none;max-width:250px;width:100%}.user-action-buttons-group{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:center;margin:0 0 20px;max-width:400px;width:100%}.user-actions-section{flex:none;max-width:400px;width:100%}.options-container{width:100%}}@media (max-width:768px){.user-info-card-layout{gap:20px}.user-photo-section{padding:15px}.photo-section-header .section-title{font-size:1.1rem}.user-action-buttons-group{gap:10px;grid-template-columns:1fr;max-width:300px}.user-action-button{font-size:.85rem;gap:6px;padding:10px 12px}}@media (max-width:480px){.user-photo-section{padding:10px}.photo-placeholder{height:120px;width:120px}.change-photo-button{font-size:.8rem;padding:8px 15px}.user-action-button{font-size:.8rem;padding:8px 12px}.user-action-button svg{font-size:1rem}}.fullscreen-preview{background-color:#000000e6;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.fullscreen-preview,.preview-content{align-items:center;display:flex;justify-content:center}.preview-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;max-height:90%;max-width:90%;padding:20px;position:relative}.close-preview-button{align-items:center;background:none;background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;justify-content:center;padding:5px;position:absolute;right:10px;top:10px;transition:background-color .3s;z-index:1001}.close-preview-button:hover{background-color:#000c}.preview-iframe,.preview-image{display:block;max-height:100%;max-width:100%;object-fit:contain}.preview-iframe{border:none;height:80vh;width:80vw}.signature-section{background-color:#f9fbfb;border:1px solid #e0e6e9;border-radius:10px;display:flex;flex-direction:column;grid-column:2/3!important;grid-row:span 3;padding:16px 20px}.signature-layout{display:flex;flex-direction:column;gap:10px;height:100%}.signature-label-section{flex-shrink:0}.signature-label{color:#555;font-size:.95rem;font-weight:600}.signature-content-section{flex:1 1}.signature-content-section,.signature-image-wrapper{align-items:center;display:flex;justify-content:center}.signature-image-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #00000014;height:100%;padding:14px;width:100%}.signature-image-clean{border-radius:4px;display:block;max-height:90%;max-width:90%;object-fit:contain}.no-signature-simple,.signature-error,.signature-loading{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:8px;height:100%;justify-content:center;padding:18px;text-align:center;width:100%}.signature-loading{color:#6c757d}.loading-spinner{animation:signSpin 1s linear infinite;border:3px solid #e9ecef;border-top-color:#3498db;height:24px;width:24px}@keyframes signSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.signature-error{background:#f8f9fa;border-radius:6px;color:#dc3545}.signature-error span:first-child{font-size:24px}.no-signature-simple{background:#f8f9fa;border:1px dashed #ced4da;border-radius:6px;color:#6c757d;font-style:italic}@media (max-width:768px){.signature-section{height:auto}}.modal-overlay{align-items:center;background-color:#000000b3;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:95vw;min-width:400px;overflow:hidden;width:auto}.modal-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e0e6e9;color:#000;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 25px}.modal-header h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin:0}.modal-close-button{align-items:center;background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:1.8rem;height:35px;justify-content:center;padding:5px;transition:all .2s ease;width:35px}.modal-close-button:hover{background-color:#e9ecef;color:#495057}.modal-body{align-items:center;display:flex;flex:1 1;flex-direction:column;overflow:auto;padding:0}.id-card-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:20px 0;padding:0 25px}.id-card-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;min-width:120px;padding:12px 24px;transition:all .2s ease}.id-card-action-btn.print-btn{background-color:#007bff;color:#fff}.id-card-action-btn.print-btn:hover{background-color:#0056b3;box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}.id-card-action-btn.export-btn{background-color:#28a745;color:#fff}.id-card-action-btn.export-btn:hover{background-color:#1e7e34;box-shadow:0 4px 12px #28a7454d;transform:translateY(-2px)}.id-card-preview{background-color:#fff;min-height:200px;min-width:100%;overflow:auto;width:-webkit-fit-content;width:fit-content}.id-card-preview *,.id-card-preview :after,.id-card-preview :before{box-sizing:border-box!important;max-width:none!important;width:auto!important}.id-card-preview img{display:block!important;height:auto!important}.id-card-preview img,.id-card-preview table{max-width:none!important;width:auto!important}.id-card-preview table{table-layout:auto!important}.id-card-preview div,.id-card-preview p,.id-card-preview span{max-width:none!important;width:auto!important}@media (max-width:768px){.modal-overlay{padding:10px}.modal-content{max-height:95vh;width:98vw}.modal-header{padding:15px 20px}.modal-header h3{font-size:1.1rem}.modal-body{padding:0}.id-card-actions{align-items:center;flex-direction:column;padding:0 20px}.id-card-action-btn{max-width:200px;width:100%}.id-card-preview{min-height:250px}}@media (max-width:480px){.modal-overlay{padding:5px}.modal-content{border-radius:8px;max-height:98vh;width:100vw}.modal-header{padding:12px 15px}.modal-body{padding:0}.id-card-actions{padding:0 15px}.id-card-preview{min-height:200px}}.file-upload-component{margin-bottom:.8rem}.file-upload-label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:.5rem}.file-upload-area{background-color:#fafafa;border:2px dashed #ddd;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;min-height:80px;padding:10px;transition:all .3s ease}.file-upload-area:hover:not(.disabled){background-color:#f8f9ff;border-color:#007bff}.file-upload-area.drag-active{background-color:#e3f2fd;border-color:#007bff;transform:scale(1.02)}.file-upload-area.disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.upload-placeholder{display:flex;gap:1rem;justify-content:space-between}.upload-icon{font-size:2rem;opacity:.6}.upload-text p{color:#666;margin:0}.upload-text p:first-child{color:#333;font-weight:500;margin-bottom:.25rem}.upload-hint{font-size:12px;opacity:.8}.upload-progress{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:100%}.progress-bar{background-color:#e9ecef;border-radius:4px;height:4px;overflow:hidden;width:100%}.progress-fill{background-color:#007bff;border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:#007bff;font-size:14px;font-weight:500}.file-uploaded{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.file-preview{display:flex;justify-content:center}.preview-images{border:1px solid #ddd;border-radius:8px;max-height:100px;max-width:100px;object-fit:cover}.file-info{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:.5rem;max-width:100%;padding:.5rem 1rem}.file-name{color:#333;flex:1 1;font-size:14px;font-weight:500;word-break:break-word}.remove-file-btn{align-items:center;background:none;border:none;border-radius:4px;color:#dc3545;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;line-height:1;padding:.25rem;transition:background-color .2s ease;width:24px}.remove-file-btn:hover:not(:disabled){background-color:#f5c6cb}.remove-file-btn:disabled{cursor:not-allowed;opacity:.5}.upload-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:14px;margin-top:.5rem;padding:.5rem}@media (max-width:768px){.file-upload-area{min-height:100px;padding:1rem}.upload-icon{font-size:1.5rem}.preview-images{max-height:80px;max-width:80px}.upload-text p{font-size:14px}.upload-hint{font-size:11px}}body,html{scroll-behavior:smooth}.application-page .spec-member-button-group,.promoter-page .spec-member-button-group{display:flex;flex-wrap:wrap;gap:12px}.application-page .spec-member-button-group .spec-member-button,.promoter-page .spec-member-button-group .spec-member-button{flex:0 0 auto;min-width:200px;width:auto}.application-page .spec-member-button-group .dropdown,.promoter-page .spec-member-button-group .dropdown{width:auto}.info-custom-table{border-collapse:collapse;border-spacing:0;font-size:.7rem;table-layout:fixed;width:100%}.info-custom-table thead tr{background:#f3f6fb!important;background-image:none!important}.info-custom-table td,.info-custom-table th{border-bottom:1px solid #ebeff5;color:#2b3647;padding:.55rem .8rem;text-align:left}.info-custom-table thead th{color:#1f2b3a;font-weight:700}.info-custom-table thead th:first-child{border-top-left-radius:10px}.info-custom-table thead th:last-child{border-top-right-radius:10px}.info-custom-table tbody tr:hover{background:#f9fbff}.info-custom-table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.info-custom-table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}.info-custom-table td .clickable-text,.info-custom-table td .row-clickable-text,.info-custom-table td.row-clickable-text{color:#2563eb!important;cursor:pointer;font-weight:600;text-decoration:none;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.info-custom-table td .clickable-text:hover,.info-custom-table td .row-clickable-text:hover,.info-custom-table td.row-clickable-text:hover{color:#1d4ed8!important;text-decoration:none}.info-page-wide-table{min-width:1100px;width:-webkit-max-content;width:max-content}.info-page-num{text-align:right;white-space:nowrap}.info-page-actions{text-align:center;white-space:nowrap}.info-page-table-full{width:100%}.info-page-filter-row{align-items:center;display:flex;gap:.6rem;margin:.6rem 0 1rem}.info-page-search-input{background-color:#fff;border:1px solid #e1e8ed;border-radius:8px;color:#212529;flex:1 1 auto;font-size:.8rem;padding:.5rem .75rem}.info-page-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e;outline:none}.info-page-input-with-icon{flex:1 1;min-width:0;position:relative}.info-page-input-icon{color:#94a3b8;font-size:14px;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.info-page-input-with-icon .info-page-search-input{padding-left:2.1rem;width:100%}@media (max-width:1024px){.rows-selector select{display:none!important}.rows-buttons{align-items:center;display:inline-flex!important;gap:8px;vertical-align:middle}.rows-button{background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#334155;font-size:12px;font-weight:700;padding:6px 10px}.rows-button.active{background:linear-gradient(135deg,#667eea,#4b7ba2);border-color:#0000;color:#fff}}@media (min-width:1025px){.rows-buttons{display:none!important}.rows-selector select{display:inline-block!important}}.info-page-btn-search{align-items:center;background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:8px;box-shadow:0 4px 10px #2f6eea40;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:6px;padding:.5rem .85rem}.info-page-btn-search:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4)}.info-page-btn-clear{background:#ffd85a;border:none;border-radius:8px;color:#212529;cursor:pointer;font-weight:700;padding:.5rem .85rem}.info-page-btn-clear:hover{filter:brightness(.95)}.info-page-download-btn{align-items:center;background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:10px;box-shadow:0 4px 10px #2f6eea40;color:#fff;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:800;gap:8px;margin-top:.9rem;padding:.6rem 1rem}.info-page-download-btn:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4)}.info-page-tabs{background:linear-gradient(180deg,#f5f8ff,#eef3fb);border-bottom:1px solid #e6ebf3;display:flex;gap:.5rem;padding:.4rem}.info-page-tab{background:#e6ebf3;border:none;border-radius:10px;color:#1f2b3a;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:700;padding:.6rem .85rem;transition:all .2s ease}.info-page-tab:hover{filter:brightness(.98)}.info-page-tab.active{background:linear-gradient(135deg,#4f8dfc,#2f6eea);box-shadow:inset 0 6px 16px #2f6eea40,0 2px 4px #0000000f;color:#fff}.spec-member-tabs .tab-pill{cursor:pointer;-webkit-user-select:none;user-select:none}.spec-member-tabs .tab-pill,.spec-member-tabs .tab-pill:focus,.spec-member-tabs .tab-pill:hover,.spec-member-tabs .tab-pill:visited{color:#0f172a;text-decoration:none}.spec-member-container{overflow:visible;scroll-behavior:smooth}.info-page-appointment-container,.info-page-card-style,.info-page-details-card{scroll-margin-top:80px}.info-page-minors-card:before{content:none}.spec-member-container{border-radius:10px;margin:auto;max-width:auto;padding:1.1rem}.spec-member-title{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:.5px;line-height:1.05;margin:0;padding:0}@media (max-width:768px){.spec-member-title{font-size:1.5rem;margin-bottom:20px}}@media (max-width:480px){.spec-member-title{font-size:1.3rem;letter-spacing:.3px;margin-bottom:16px}}.spec-member-header{gap:.6rem;margin-bottom:.4rem}.spec-member-container .spec-member-header{align-items:center!important;margin-bottom:.35rem}.spec-member-container .spec-member-title{margin-bottom:0}.spec-member-container .spec-member-badges{margin:.25rem 0 0}.spec-member-container .spec-member-tabs{display:flex;flex-wrap:wrap;gap:.6rem;margin:.6rem 1rem .9rem}.spec-member-container .spec-member-button-group{margin-top:.5rem}.spec-member-avatar{align-self:center;flex-shrink:0;font-size:.95rem;transform:none}.spec-member-badges{gap:.35rem;margin:-.1rem 0 .25rem}.spec-member-button-group{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:1.1rem;position:relative;z-index:10}.spec-member-button{align-items:center;border:none;border-radius:10px;box-shadow:0 2px 4px #0000001f;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;justify-content:flex-start;line-height:1.3;min-height:44px;padding:.6rem .9rem;text-align:left;transition:all .3s ease;white-space:normal;width:100%;word-break:break-word}@media (min-width:769px){.spec-member-header>div:last-child{align-self:flex-start;margin-right:0;margin-top:-4px}.application-page .spec-member-button-group,.promoter-page .spec-member-button-group{display:flex;flex-wrap:wrap;gap:12px}.application-page .spec-member-button-group .spec-member-button,.promoter-page .spec-member-button-group .spec-member-button{flex:0 0 auto;min-width:200px;width:auto!important}.application-page .spec-member-button-group .dropdown,.promoter-page .spec-member-button-group .dropdown{width:auto!important}.spec-member-container:not(.promoter-page):not(.application-page) .spec-member-button-group .spec-member-button{align-items:center;height:44px;min-width:220px;overflow:hidden;padding-bottom:12px;padding-top:12px;text-overflow:ellipsis;white-space:nowrap}}.spec-member-button:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px);z-index:9}.spec-member-button.dropdown.open,.spec-member-button.dropdown:hover{z-index:12!important}.spec-member-button.dropdown{overflow:visible!important;position:relative!important}.spec-member-button:not(.dropdown):hover{z-index:8}.spec-member-button:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}@media (max-width:1400px){.spec-member-button-group{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.spec-member-button-group{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.spec-member-button-group{gap:8px;grid-template-columns:repeat(2,1fr);padding:12px}.spec-member-button{font-size:12px;min-height:40px;padding:10px 12px}}@media (max-width:480px){.spec-member-button-group{grid-template-columns:1fr}}.account-page .spec-member-button-group{padding-left:0;padding-right:0}.spec-member-container .spec-member-button-group{padding-left:20px;padding-right:20px}.account-page .spec-member-button-group{margin-left:10px;margin-right:10px;padding-left:0!important;padding-right:0!important}.info-page-summary-cards-container{grid-gap:14px;box-sizing:border-box;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin:22px 0;padding-left:0;padding-right:0}.account-page .info-page-summary-cards-container{margin-left:-20px!important;margin-right:-20px!important;max-width:none!important;padding-left:0!important;padding-right:0!important;width:calc(100% + 40px)!important}.info-page-summary-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0220470f;box-sizing:border-box;padding:16px 20px}.info-page-summary-card-header{align-items:center;display:flex;justify-content:space-between}.info-page-summary-card-title{color:#2c3e50;font-size:16px;margin:0}.info-page-summary-card-value{color:#1f4ea3;font-size:18px;font-weight:800;margin:8px 0 0}@media (max-width:900px){.info-page-summary-cards-container{grid-template-columns:1fr}}.account-page .info-page-left-column,.application-page .info-page-left-column{padding-left:0!important;padding-right:0!important}.button-1{background:linear-gradient(135deg,#4f8dfc,#2f6eea);box-shadow:0 4px 10px #2f6eea40}.button-1:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4);box-shadow:0 6px 14px #2f6eea52}.button-2{background-color:#43a260}.button-3{background-color:#ffc107}.button-4{background-color:#dc3545}.button-5{background-color:#17a2b8}.button-6{background:linear-gradient(135deg,#4f8dfc,#2f6eea);box-shadow:0 4px 10px #2f6eea40;color:#fff}.button-6:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4);box-shadow:0 6px 14px #2f6eea52}.button-7{background-color:#fd7e14}.button-8{background-color:#20c997}.button-9{background-color:#343a40}.spec-member-details{background-color:#fff;border:1px solid #ddd;border-radius:5px;max-width:500px;padding:20px}.spec-member-details p{color:#555;font-size:1rem;line-height:1.6;margin:8px 0}.spec-member-details p strong{color:#333}.dropdown{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;width:100%;z-index:11}.dropdown.open,.dropdown:hover{z-index:12}.dropdown-option{align-items:center;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;justify-content:space-between;text-align:left;white-space:normal;width:100%}.dropdown-option i{font-size:12px;margin-left:6px;transition:transform .2s ease}.account-page .collapsible-header{background-color:#fff!important;border:1px solid #e9eef5;border-bottom-color:#e6eaef;color:#2c3e50!important}.account-page .info-page-black-header,.account-page .info-page-darkblue-header,.account-page .info-page-darkgreen-header,.account-page .info-page-darkred-header,.account-page .info-page-lightblue-header,.account-page .info-page-lightgray-header,.account-page .info-page-lightgreen-header,.account-page .info-page-yellowish-header{background-color:#fff!important}.account-page .info-page-details-card{padding-left:20px;padding-right:20px}.account-page #section-details.info-page-card-style,.account-page .info-page-appointment-container,.account-page .info-page-collapsible-cont,.account-page .info-page-right-column .info-page-card-style,.account-page .info-page-right-column .info-page-collapsible-container,.application-page #section-details.info-page-card-style,.application-page .info-page-left-column .info-page-collapsible-container,.application-page .info-page-right-column .info-page-collapsible-container{margin-left:0!important;margin-right:0!important}.account-page .info-page-collapsible-container .info-custom-table{border-collapse:initial;border-spacing:0;font-size:13px;width:100%}.account-page .info-page-collapsible-container .info-custom-table thead tr{background:#f3f6fb!important;background-image:none!important}.account-page .info-page-collapsible-container .info-custom-table td,.account-page .info-page-collapsible-container .info-custom-table th{border-bottom:1px solid #ebeff5;color:#2b3647;padding:10px 12px}.account-page .info-page-collapsible-container .info-custom-table thead th{color:#1f2b3a;font-weight:700}.account-page .info-page-collapsible-container .info-custom-table thead th:first-child{border-top-left-radius:10px}.account-page .info-page-collapsible-container .info-custom-table thead th:last-child{border-top-right-radius:10px}.account-page .info-page-collapsible-container .info-custom-table tbody tr:hover{background:#f9fbff}.account-page .info-page-collapsible-container .info-custom-table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.account-page .info-page-collapsible-container .info-custom-table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}.account-page .info-page-collapsible-list{padding-left:20px!important;padding-right:20px!important}.account-page .info-page-collapsible-list .info-page-collapsible-item{grid-column-gap:16px;align-items:center;border-bottom:1px solid #e6eaef;column-gap:16px;display:grid;font-size:.75rem;grid-template-columns:240px minmax(0,1fr);padding:10px 0}.account-page .info-page-collapsible-list .info-page-collapsible-item strong{color:#2c3e50;font-size:.75rem;font-weight:700}.account-page .info-page-collapsible-list .info-page-collapsible-item>span{color:#2b3647;font-weight:500;justify-self:end}.account-page .info-page-collapsible-list .info-page-collapsible-item:last-child{border-bottom:none}.account-page .info-page-section-style{grid-column-gap:16px;align-items:center;column-gap:16px;display:grid;grid-template-columns:180px minmax(0,1fr) 140px;max-width:100%}.account-page .info-page-input-box,.account-page .info-page-select-style{max-width:100%;width:100%!important}.account-page .dropdown-field-autocomplete .info-page-input-box{width:100%!important}.account-page .info-page-label,.account-page .info-page-label-style{justify-self:start}.account-page .info-page-section-style .info-page-update-btn-style{justify-self:end;margin-left:0!important;min-width:120px}@media (max-width:900px){.account-page .info-page-section-style{grid-template-columns:1fr;row-gap:8px}.account-page .info-page-section-style .info-page-update-btn-style{justify-self:start}}.account-page #section-sweepin .info-page-section-style,.account-page .sweepin-form .info-page-section-style{grid-template-columns:180px minmax(0,1fr) 140px}.account-page #section-settings .info-page-section-style{grid-template-columns:1fr auto!important}.account-page #section-settings .info-page-section-style .info-page-label-style{justify-self:start}.account-page #section-settings .info-page-section-style>:last-child{justify-self:end}.dropdown.open .dropdown-option i{transform:rotate(180deg)}.dropdown-menu{background-color:#fff;border:none;border-radius:8px;box-shadow:0 8px 25px #00000026;box-sizing:border-box;left:0;max-width:100%;min-width:100%;opacity:0;overflow:hidden;pointer-events:auto;position:absolute;top:calc(100% + 8px);transform:none;transition:opacity .2s ease,visibility .2s ease;visibility:hidden;width:100%;will-change:opacity,visibility;z-index:1000}.dropdown.open .dropdown-menu{opacity:1;visibility:visible}.dropdown-item{align-items:center;border-bottom:1px solid #f8f9fa;color:#495057;cursor:pointer;display:flex;font-size:13px;font-weight:500;padding:10px 12px;transition:all .2s ease;z-index:14}.dropdown-item i{color:#6c757d;font-size:12px;margin-right:10px;text-align:center;width:14px}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8f9fa;color:#212529;padding-left:20px}.dropdown-item:hover i{color:#495057}.d-form-field-autocomplete{flex:1 1;min-width:280px;position:relative;width:100%}.d-form-field-autocomplete label{color:#555;display:block;font-size:.9rem;font-weight:500;margin-bottom:8px}.d-form-field-autocomplete input{border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:.95rem;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.d-form-field-autocomplete input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff33;outline:none}.dropdown-field-autocomplete{align-items:center;display:flex;gap:10px;margin:16px 30px;position:relative}.account-field-row{gap:10px;justify-content:flex-start;margin:10px 20px!important;padding-right:20px;width:100%}.account-field-row .info-page-label{flex:0 0 168px;max-width:168px}.account-field-input-wrapper{flex:1 1;max-width:320px;position:relative;width:100%}.account-field-input-wrapper.member-input-wrapper{max-width:280px}.account-field-input-wrapper .info-page-input-box{width:100%}.account-field-input-wrapper .member-suggestions-dropdown{margin-left:0;max-width:100%}.account-field-row .account-update-btn,.account-field-row .info-page-update-btn-style{align-items:center;border-radius:6px;display:flex;flex-shrink:0;font-size:11px;height:32px;justify-content:center;max-width:85px;min-width:85px;padding:0 10px;text-align:center}.d-custom-form-member h3{color:#2c3e50;font-size:1.2rem;font-weight:500;margin-bottom:1rem}.member-suggestions-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:0 0 5px 5px;box-shadow:0 6px 15px #0003;left:0;list-style:none;margin:0 0 0 166px;max-height:200px;max-width:380px;min-width:280px;overflow-y:auto;padding:0;position:absolute;top:100%;transition:opacity .2s ease-out,visibility .2s ease-out;width:100%;z-index:1000}.member-suggestions-dropdown.hidden{opacity:0;pointer-events:none;visibility:hidden}.member-suggestions-dropdown li{border-bottom:1px solid #eee;color:#333;cursor:pointer;font-size:.95em;overflow:hidden;padding:12px 15px;text-overflow:ellipsis;white-space:nowrap}.member-suggestions-dropdown li:last-child{border-bottom:none}.member-suggestions-dropdown li.selected,.member-suggestions-dropdown li:hover{background-color:#e6f7ff;color:#007bff}.loading{color:#888;font-size:1.5rem;height:80vh;justify-content:center}.collapsible-header,.loading{align-items:center;display:flex}.collapsible-header{border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;cursor:pointer;font-weight:700;justify-content:space-between;padding:15px}.collapsible-icon{font-size:1.5rem}.promoter-page .collapsible-header{background-color:#fff!important;border:1px solid #e9eef5;border-bottom-color:#e6eaef;color:#2c3e50!important}.promoter-page .info-page-black-header,.promoter-page .info-page-darkblue-header,.promoter-page .info-page-darkgreen-header,.promoter-page .info-page-darkred-header,.promoter-page .info-page-lightblue-header,.promoter-page .info-page-lightgray-header,.promoter-page .info-page-lightgreen-header,.promoter-page .info-page-yellowish-header{background-color:#fff!important}.promoter-page .spec-title-row .spec-member-button{font-size:14px;min-height:46px;padding:12px 22px}.promoter-page .info-page-details-card{padding-left:20px;padding-right:20px}.promoter-page .info-page-details-card .info-page-detail-item{padding-left:0;padding-right:0}.promoter-page #section-details.info-page-card-style,.promoter-page .info-page-collapsible-container{margin-left:0!important;margin-right:0!important}.promoter-page .info-page-collapsible-list{padding-left:20px!important;padding-right:20px!important}.collapsible-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:10px 15px 15px}.collapsible-content p{margin:8px 0}.spec-member-details-header{align-items:center;display:flex;position:relative}.edit-icon{color:#007bff;font-size:1.2rem;position:absolute;right:0;transition:color .3s}.edit-icon:hover{color:#0056b3}.appointment-backdrop{align-items:flex-start;animation:fadeIn .3s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding-top:80px;position:fixed;right:0;top:0;z-index:1000}.new-appointment-container{animation:slideDown .5s ease forwards;background:#fff;border-radius:10px;box-shadow:0 10px 20px #0000004d;opacity:0;padding:20px;width:600px}.new-appointment-title{border-bottom:1px solid hsla(0,0%,77%,.712);margin-bottom:20px;padding-bottom:10px;text-align:center;text-transform:uppercase}.new-appointment-form{display:flex;flex-direction:column}.new-appointment-input{background-color:#fff;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:14px;margin-bottom:16px;outline:none;padding:10px;width:100%}.new-appointment-datetime{display:flex;gap:10px}.new-appointment-submit{background:#009c4f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin:0 auto;padding:10px;text-transform:uppercase;width:20%}.view-appointment-container{animation:slideDown .4s ease forwards;background:#fff;border-radius:10px;box-shadow:0 10px 20px #0000004d;opacity:0;padding:25px;width:600px}.view-title{border-bottom:1px solid hsla(0,0%,77%,.712);font-size:20px;font-weight:700;margin-bottom:20px;padding-bottom:10px;text-align:center}.view-table{display:flex;flex-direction:column;gap:12px}.view-row{border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding-bottom:6px}.view-row:last-child{border-bottom:none}.view-label{color:#333;font-weight:700;width:40%}@media (max-width:1440px){.application-page .info-page-left-column{flex:1.3 1}.application-page .info-page-right-column{flex:0.7 1}}@media (max-width:1280px){.application-page .info-page-left-column{flex:1.2 1}.application-page .info-page-right-column{flex:0.6 1}}@media (max-width:1024px){.application-page .info-page-left-column,.application-page .info-page-right-column{flex:1 1 100%}}.view-value{color:#444;text-align:right;width:55%;word-break:break-word}.link{color:#007bff;cursor:pointer;text-decoration:underline}.badge.pending{background-color:orange;border-radius:4px;color:#fff;display:inline-block;font-size:12px;margin-right:10px;padding:4px 8px}.mark-btn{border:none;cursor:pointer;font-size:13px;padding:3px 10px}.badge.complete,.mark-btn{background-color:#28a745;border-radius:4px;color:#fff}.badge.complete{display:inline-block;font-size:12px;padding:4px 8px}.spec-member-button.disabled-button{background-color:#6c757d!important;cursor:not-allowed!important;opacity:.6}.spec-member-button.disabled-button:hover{background-color:#6c757d!important}.info-page-main-layout{display:flex;flex-wrap:wrap;gap:24px;margin-top:20px}.application-page .info-page-main-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 1fr}.info-page-left-column{flex:1 1;min-width:0}.application-page .info-page-left-column{flex:1.3 1}.application-page .info-page-right-column{flex:0.7 1}@media (max-width:1024px){.application-page .info-page-main-layout{display:grid;grid-template-columns:1fr}}.info-page-details-card{background:#fff;border:1px solid #e8e9ea;border-radius:8px;box-shadow:0 2px 8px #0000000f;margin:22px 0;padding:16px 20px}.info-page-section-header{align-items:center;border-bottom:1px solid #e0e1e2;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.info-page-section-header .info-page-heading-style{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-page-section-title{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.info-page-center-section-title{border-bottom:1px solid #e0e1e2;color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 14px;padding-bottom:10px;text-align:center}.info-page-detail-item{align-items:center;border-bottom:1px solid #f5f6f7;display:flex;justify-content:space-between;margin-bottom:6px;padding:6px 0}.info-page-detail-item:last-child{border-bottom:none;margin-bottom:0}.info-page-detail-label{color:#495057;flex-shrink:0;font-size:14px;font-weight:700;text-align:left}.info-page-detail-value{color:#212529;font-size:14px;line-height:1.4;margin-left:20px;text-align:right}.info-page-clickable-link{color:#007bff;cursor:pointer;font-weight:600;text-decoration:none;transition:color .2s ease}.info-page-clickable-link:hover{color:#0056b3}.info-page-card-style{background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid #e9eef5;border-radius:14px;box-shadow:0 10px 30px #0220470f;color:#212529;margin:22px 0;padding:16px 20px}.info-page-section-style{color:#212529;justify-content:space-between;margin:10px 30px}.info-page-label,.info-page-label-style{color:#212529;font-size:14px;margin:0}.info-page-label{min-width:153px}.info-page-select-style{background-color:#fff;border:1px solid #ccc;border-radius:6px;color:#212529;cursor:pointer;font-size:14px;outline:none;padding:6px 12px}.info-page-input-box{background:#fff;border:1px solid #ccc;border-radius:4px;font-size:12px;margin-left:4px;outline:none;padding:6px 7px;width:380px}.info-page-heading-style{border-bottom:1px solid #d3d3d3;color:#212529;font-size:18px;margin-top:2px;padding:4px 0}.info-page-update-btn-style{align-items:center;background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:8px;box-shadow:0 4px 10px #2f6eea40;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;height:32px;margin-left:auto;padding:0 14px}.info-page-update-btn-style:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4);box-shadow:0 6px 14px #2f6eea52}.info-page-add-btn-style{align-items:center;background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:8px;box-shadow:0 4px 10px #2f6eea40;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:6px;height:32px;padding:0 14px}.info-page-add-btn-style:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4);box-shadow:0 6px 14px #2f6eea52;transform:translateY(-1px)}.info-page-section-heading-style{align-items:center;border-bottom:1px solid #e6eaef;color:#212529;display:flex;justify-content:space-between;margin-top:2px;padding:6px 0}.info-page-minors-card{background:linear-gradient(180deg,#fff,#f9fbff);background-clip:padding-box;border:1px solid #e9eef5;border-radius:14px;box-shadow:0 10px 30px #0220470f;overflow:visible;position:relative}.info-page-minors-card:after,.info-page-minors-card:before{content:none!important}.info-page-minors-card .info-page-section-heading-style{background:#0000;border-bottom:none}.info-page-minors-card .custom-form{position:relative}.info-page-minors-card .custom-form:before{content:none!important}.info-page-minors-card .info-page-add-btn-style:focus,.info-page-minors-card .info-page-add-btn-style:focus-visible{box-shadow:none;outline:none}.info-page-minors-title{color:#1f2b3a;font-size:16px;font-weight:700}.info-page-minors-card .info-custom-table{border-spacing:0;font-size:13px;margin:0;min-width:100%!important;table-layout:fixed;width:100%}.info-page-minors-card .info-custom-table thead tr{background:#f3f6fb}.info-page-minors-card .info-custom-table td,.info-page-minors-card .info-custom-table th{border-bottom:1px solid #ebeff5;color:#2b3647;padding:10px 12px;vertical-align:middle}.info-page-minors-card .info-custom-table thead th{color:#1f2b3a;font-weight:700}.info-page-minors-card .info-custom-table thead th:last-child{text-align:center}.info-page-minors-card .info-custom-table tbody tr:hover{background:#f9fbff}.info-page-minors-card .info-custom-table tbody td:last-child{text-align:center}.info-page-minors-card .action-icons{align-items:center;display:flex;gap:10px;justify-content:center}.info-page-minors-card .icon-edit,.info-page-minors-card .icon-view{align-items:center;background:#fff;border:1px solid #e3e9f3;border-radius:8px;color:#2b3647;cursor:pointer;display:inline-flex;height:30px;justify-content:center;transition:all .15s ease;width:30px}.info-page-minors-card .icon-edit:hover,.info-page-minors-card .icon-view:hover{border-color:#d1d9e8;box-shadow:0 4px 10px #0220471f;transform:translateY(-1px)}.kyc-pill-group{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:8px;min-width:0}.info-page-section-style{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.account-page .spec-member-badges{flex-wrap:wrap;gap:10px;margin-top:6px}.info-page-update-btn-style{flex:0 0 auto}#section-kyc-status .info-page-section-style{align-items:center;flex-wrap:nowrap;gap:6px;justify-content:flex-start;margin:8px 12px}#section-kyc-status .info-page-kyc-select-label{margin-right:8px}#section-kyc-status .kyc-pill-group{flex:1 1 auto;flex-wrap:nowrap;gap:4px;min-width:0}#section-kyc-status .info-page-update-btn-style{align-self:center;margin-left:auto}#section-kyc-status .info-page-section-style:first-of-type .status-badge{margin-left:auto}@media (max-width:640px){#section-kyc-status .info-page-section-style{flex-wrap:wrap;justify-content:flex-start;margin:10px}}.kyc-pill{background:#fff;border:1px solid #dbe3ef;border-radius:999px;color:#2b3647;cursor:pointer;font-size:11px;font-weight:700;padding:4px 10px;transition:all .2s ease;white-space:nowrap}.kyc-pill:hover{background:#f3f6fb}.kyc-pill.active{background:#e6efff;border-color:#3b82f6;color:#1f4ea3}.info-table-minor-like{border-collapse:initial;border-spacing:0;font-size:13px;width:100%}.info-table-minor-like thead tr{background:#f3f6fb!important}.info-table-minor-like td,.info-table-minor-like th{border-bottom:1px solid #ebeff5;color:#2b3647;padding:10px 12px}.info-table-minor-like thead th{color:#1f2b3a;font-weight:700}.info-table-minor-like thead th:first-child{border-top-left-radius:10px}.info-table-minor-like thead th:last-child{border-top-right-radius:10px}.info-table-minor-like tbody tr:hover{background:#f9fbff}.info-page-appointment-container{background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid #e9eef5;border-radius:14px;box-shadow:0 10px 30px #0220470f;color:#212529;margin:22px 0;padding:16px 20px}.info-page-appointment-header{align-items:center;border-bottom:1px solid #e6eaef;display:flex;justify-content:space-between;margin:6px 0 10px;padding-bottom:8px}.info-page-appointment-header p{margin:0}.info-page-appointment-header p strong{color:#2c3e50;font-size:18px;font-weight:700;letter-spacing:.3px}.info-page-new-appointment-btn{align-items:center;background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:8px;box-shadow:0 4px 10px #2f6eea40;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:6px;height:32px;padding:0 14px}.info-page-new-appointment-btn:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4);box-shadow:0 6px 14px #2f6eea52}.info-page-appointment-table-container{margin-top:10px}.info-page-appointment-table{border-collapse:initial;border-spacing:0;font-size:13px;margin-top:12px;width:100%}.info-page-appointment-table-header{background:#f3f6fb;text-align:left}.info-page-appointment-table-th{border-bottom:1px solid #ebeff5;color:#1f2b3a;font-weight:700;padding:10px 12px}.info-page-appointment-table-td{border-bottom:1px solid #ebeff5;color:#2b3647;padding:10px 12px}.info-page-appointment-view-icon{color:#007bff;cursor:pointer}.info-page-appointment-view-icon:hover{color:#0056b3}.info-page-appointment-modal{animation:slideInFromTop .4s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;overflow:auto;transform:translateY(0);transition:transform .4s ease-out}.info-page-collapsible-container{box-shadow:0 4px 8px #0000001a;margin:20px 0}.info-page-collapsible-cont{box-shadow:0 4px 8px #0000001a;margin:20px 10px}.info-page-darkblue-header{background-color:#4b8db8!important}.info-page-darkgreen-header{background-color:#28a745!important}.info-page-black-header{background-color:#343a40!important}.info-page-darkred-header{background-color:#d15441!important}.info-page-lightblue-header{background-color:#48bfeb!important}.info-page-yellowish-header{background-color:#eb9d37!important}.info-page-lightgreen-header{background-color:#43a260!important}.info-page-lightgray-header{background-color:#6c757d!important}.info-page-collapsible-list{list-style-type:none;margin:0;padding:10px 120px 10px 10px}#section-documents .info-page-collapsible-list{padding-right:10px}.info-page-collapsible-item{color:#212529;display:flex;justify-content:space-between;margin-bottom:8px}.info-page-collapsible-edit-icon{cursor:pointer;font-size:14px;margin-top:5.2px}.info-page-document-header-actions{align-items:center;display:flex;gap:10px}.info-page-collapsible-edit-link{cursor:pointer;font-size:14px}.info-page-additional-doc-item{margin-bottom:4px;margin-left:10px}.info-page-no-comments{color:#333;text-align:center}.info-page-comment-actions{margin-top:10px;text-align:center}.info-page-add-comment-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:999px;box-shadow:0 8px 18px #3b82f640;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;justify-content:center;margin-top:10px;padding:10px 26px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.info-page-add-comment-btn:hover{box-shadow:0 10px 22px #1d4ed84d;filter:brightness(1.05);transform:translateY(-1px)}.info-page-add-comment-btn:active{box-shadow:0 6px 12px #1d4ed840;filter:brightness(.97);transform:translateY(0)}.info-page-comment-table-wrapper{overflow-x:auto}.info-page-comment-button-group{text-align:center}.info-page-view-all-btn{background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:8px;box-shadow:0 4px 10px #2f6eea40;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:8px 14px}.info-page-view-all-btn:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4);box-shadow:0 6px 14px #2f6eea52}.info-page-right-column{flex:1 1;min-width:0}.info-page-right-column .info-page-card-style{margin:22px 10px;padding:16px 20px}.info-page-right-column .info-custom-table{border-collapse:initial;border-spacing:0;font-size:12px;width:100%}.info-page-right-column .info-custom-table thead tr{background:#f3f6fb!important;background-image:none!important}.info-page-right-column .info-custom-table td,.info-page-right-column .info-custom-table th{border-bottom:1px solid #ebeff5;color:#2b3647;padding:8px 10px}.info-page-right-column .info-custom-table thead th{color:#1f2b3a;font-weight:700}#section-accounts .status-badge{border-radius:10px;font-size:11px;line-height:1.1;padding:4px 8px;white-space:nowrap}.info-page-right-column .info-custom-table tbody tr:hover{background:#f9fbff}.promoter-page .info-page-collapsible-container .info-custom-table{border-collapse:initial;border-spacing:0;font-size:13px;width:100%}.promoter-page .info-page-collapsible-container .info-custom-table thead tr{background:#f3f6fb!important;background-image:none!important}.promoter-page .info-page-collapsible-container .info-custom-table td,.promoter-page .info-page-collapsible-container .info-custom-table th{border-bottom:1px solid #ebeff5;color:#2b3647;padding:10px 12px}.promoter-page .info-page-collapsible-container .info-custom-table thead th{color:#1f2b3a;font-weight:700}.promoter-page .info-page-collapsible-container .info-custom-table thead th:first-child{border-top-left-radius:10px}.promoter-page .info-page-collapsible-container .info-custom-table thead th:last-child{border-top-right-radius:10px}.promoter-page .info-page-collapsible-container .info-custom-table tbody tr:hover{background:#f9fbff}.promoter-page .info-page-collapsible-container .info-custom-table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.promoter-page .info-page-collapsible-container .info-custom-table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}@media (max-width:1440px){.info-page-main-layout{gap:16px}.info-page-left-column{flex:1.3 1}.info-page-right-column{flex:0.7 1}.info-page-right-column .info-custom-table{font-size:12px}.info-page-right-column .info-custom-table td,.info-page-right-column .info-custom-table th{padding:8px 10px}}@media (max-width:1280px){.info-page-left-column{flex:1.2 1}.info-page-right-column{flex:0.6 1}.info-page-right-column .info-page-card-style{margin:12px 6px;padding:12px 14px}.info-page-right-column .info-custom-table{font-size:11.5px}}@media (max-width:1180px){.info-page-left-column,.info-page-right-column{flex:1 1 100%}.info-page-right-column .info-custom-table{font-size:12px}}.info-page-summary-card{background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid #e9eef5;border-radius:14px;box-shadow:0 10px 30px #0220470f;max-width:400px;min-height:148px;padding:22px 24px;transition:box-shadow .2s ease,transform .2s ease;width:100%}.info-page-summary-card:hover{box-shadow:0 14px 38px #0220471a;transform:translateY(-2px)}.info-page-deposits-card,.info-page-loan-card{border-top:none!important}.info-page-summary-card-header{margin-bottom:15px}.info-page-summary-card-title{color:#2b3647;font-size:18px;font-weight:700;margin:0 0 10px}.info-page-summary-card-value{color:#64748b;font-size:15px;margin:0}.info-page-kyc-select-label{color:#212529;font-size:14px;font-weight:700;margin:0;min-width:180px}.info-page-kyc-select-wrapper{display:flex;gap:5px}.info-page-kyc-select{background:#fff;border:1px solid #ccc;border-radius:4px;color:#212529;font-size:12px;margin-left:4px;outline:none;padding:6px 7px;width:380px}.info-page-username-text{color:#212529;font-size:14px}.info-page-banking-actions{align-items:center;color:#212529;display:flex;font-size:16px;gap:8px;justify-items:center}.info-page-banking-action-btn{background:none;border:none;color:#212529;cursor:pointer;font-size:14px;padding:4px}.info-page-banking-action-btn:hover{color:#007bff}.info-page-minors-card{border-top:0!important}.info-page-minors-title{font-size:18px;margin:0}.info-page-shares-value{color:#212529;font-size:14px}.info-page-address-section-title{color:#212529;text-align:center}.info-page-no-message{color:#666;padding:20px;text-align:center}.info-page-nominee-btn{background:linear-gradient(135deg,#ea8566,#e73636);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 10px}.info-page-nominee-btn:hover{box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.spec-member-header{align-items:center;background:#0000;border-radius:0;display:flex;gap:14px;margin-bottom:14px;padding:0}.spec-member-avatar{align-items:center;background:linear-gradient(135deg,#4f8dfc,#2f6eea);border-radius:999px;box-shadow:0 2px 6px #0000001f;color:#fff;display:flex;font-size:18px;font-weight:700;height:64px;justify-content:center;width:64px}.spec-member-meta{display:flex;flex-direction:column;gap:6px}.spec-member-badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;height:22px;padding:0 8px}.badge-muted{background:#eef1f4;color:#34495e}.badge-kyc{background:#d4f6df;color:#1f8f4e}.badge-warning{background:#fff3cd;color:#b38600}.spec-member-tabs{display:flex;flex-wrap:wrap;gap:8px}.tab-pill{align-items:center;background:#fff;border:1px solid #e6eaef;border-radius:999px;box-shadow:0 1px 2px #0000000a;color:#394a5a;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 10px}.tab-pill:hover{background:#f7f9fb}:not(input,textarea,select,[contenteditable],[contenteditable=true]){caret-color:#0000}[contenteditable=true],[contenteditable],input,select,textarea{caret-color:auto}.status-badge.approved{background-color:#d1fae5;border:1px solid #10b981;color:#065f46}.status-badge.rejected{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b}.rejection-reason{background-color:#fef2f2;border-left:4px solid #dc2626;border-radius:4px;color:#dc2626;font-style:italic;padding:8px}.allocated-passbook-section{background:#fff;border-radius:4px;box-shadow:0 4px 8px #0000001a;color:#0f172a;margin:22px 0;padding:6px 10px}.allocated-passbook-titlebar{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin:6px 0;padding-bottom:14px}.allocated-passbook-section .table-responsive-wrapper{border:1px solid #e5e7eb;border-radius:8px}.allocated-passbook-section .info-page-download-btn,.allocated-passbook-section .info-page-new-appointment-btn{margin:0}.allocated-passbook-section table{border-collapse:collapse;font-size:12px;margin-top:12px;width:100%}.allocated-passbook-section thead tr{background:#f2f4f7;color:#0f172a;text-align:left}.allocated-passbook-section td,.allocated-passbook-section th{border-bottom:1px solid #eaecef;padding:10px}.dropdown-overlay{background:#0000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}@media (max-width:768px){.account-page .info-page-collapsible-container .info-page-download-btn{border-radius:8px!important;font-size:12px!important;font-weight:700!important;gap:6px!important;line-height:1!important;padding:8px 14px!important}}@media (min-width:700px) and (max-width:1024px){.table-controls-right{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:12px!important}.search-container{flex:1 1 auto!important;margin-right:12px!important;max-width:none!important;min-width:0!important;width:auto!important}.rows-selector{align-items:center!important;display:flex!important;flex:0 0 auto!important;gap:8px!important;margin-left:auto!important;width:auto!important}.rows-selector,.rows-selector label{white-space:nowrap!important}}.info-page-card-style .info-custom-table{border-radius:10px;display:table;min-width:100%;width:-webkit-max-content;width:max-content}.info-page-appointment-container,.info-page-card-style .info-custom-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.info-page-appointment-container .info-custom-table{min-width:0;min-width:auto}@media (min-width:641px) and (max-width:1024px){#section-documents .info-page-collapsible-list{margin-top:6px}#section-documents .info-page-collapsible-item{padding:6px 2px}#section-documents .info-page-collapsible-item strong{color:#0f172a;font-size:13px;font-weight:600;line-height:1.25}#section-documents .info-page-collapsible-item span{color:#475569;font-size:13px;line-height:1.25}#section-documents .info-page-heading-style{margin-bottom:6px}.info-page-card-style .info-custom-table{border-radius:8px;display:table;min-width:100%;overflow:visible;width:100%}.info-page-appointment-container{overflow-x:visible}.info-page-appointment-container .info-custom-table{display:table;min-width:100%;width:100%}}@media (max-width:640px){.info-page-appointment-container,.table-responsive-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.info-page-appointment-container .info-custom-table,.info-page-card-style .info-custom-table,.table-responsive-wrapper .info-custom-table{display:inline-table;min-width:0;min-width:auto;width:auto}.info-page-filter-row{grid-gap:6px!important;align-items:center!important;display:grid!important;gap:6px!important;grid-template-columns:1fr 1fr!important}.info-page-filter-row .info-page-input-with-icon{grid-column:1/-1!important}.info-page-filter-row .info-page-btn-search{grid-column:1/2!important;justify-content:center!important;width:100%!important}.info-page-filter-row .info-page-btn-clear{grid-column:2/3!important;justify-content:center!important;width:100%!important}.info-page-btn-clear,.info-page-btn-search{border-radius:8px!important;font-size:12px!important;height:32px!important;padding:6px 10px!important}.info-page-btn-clear svg,.info-page-btn-search svg{font-size:14px!important}.info-page-heading-style{font-size:16px!important}.spec-member-button{padding:8px 10px!important}.dropdown-option,.spec-member-button{border-radius:8px!important;font-size:11.5px!important;min-height:34px!important}.dropdown-option{padding:0 10px!important}.spec-member-button-group{gap:8px!important;overflow:visible!important;padding:8px!important}.application-page .spec-member-button-group{align-items:stretch!important;display:flex!important;flex-direction:column!important}.application-page .spec-member-button{box-sizing:border-box!important;max-width:100%!important;width:100%!important}.dropdown{overflow:visible!important;width:100%!important;z-index:1002!important}.dropdown.open,.dropdown:hover{z-index:1003!important}.dropdown-menu{left:0!important;max-height:55vh!important;max-width:100%!important;min-width:100%!important;overflow-y:auto!important;top:calc(100% + 6px)!important;transform:none!important;width:100%!important;z-index:2000!important}.dropdown-item{font-size:12px!important;padding:8px 10px!important}.dropdown-item i{font-size:11px!important;margin-right:8px!important;width:12px!important}.info-page-card-style{overflow:visible}.info-page-add-btn-style{border-radius:8px!important;font-size:12px!important;gap:4px!important;height:28px!important;padding:0 10px!important}.info-page-appointment-header{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:6px!important;justify-content:space-between!important}.info-page-appointment-header p{flex:1 1 auto!important;margin:0!important;min-width:0!important}.info-page-appointment-header p strong{font-size:14px;letter-spacing:.3px}.info-page-new-appointment-btn{border-radius:8px!important;flex:0 0 auto!important;font-size:12px!important;gap:4px!important;height:28px!important;padding:0 10px!important;white-space:nowrap!important}.account-page #section-details.info-page-card-style,.account-page .info-page-card-style,.account-page .info-page-collapsible-cont,.account-page .info-page-collapsible-container,.account-page .info-page-details-card,.account-page .info-page-right-column .info-page-collapsible-container{margin-left:auto!important;margin-right:auto!important;max-width:calc(100% - 20px)!important;width:calc(100% - 20px)!important}.account-page .info-page-collapsible-list,.account-page .info-page-details-card{padding-left:16px!important;padding-right:16px!important}.account-page #section-autorenew,.account-page #section-comments,.account-page #section-documents,.account-page #section-settings,.account-page #section-sweepin,.account-page #section-transactions,.account-page .info-page-left-column .info-page-card-style,.account-page .info-page-right-column .info-page-card-style{margin-left:auto!important;margin-right:auto!important;max-width:calc(100% - 20px)!important;width:calc(100% - 20px)!important}.account-page .info-page-collapsible-container .info-page-darkgreen-header{padding:10px 12px!important}.account-page .info-page-collapsible-container .info-page-darkgreen-header>span{font-size:13px!important;line-height:1.2!important}.account-page .info-page-collapsible-container .info-page-darkgreen-header .info-page-download-btn{border-radius:8px!important;font-size:12px!important;font-weight:700!important;gap:6px!important;line-height:1!important;padding:8px 14px!important}.account-page .info-page-collapsible-container .info-page-darkgreen-header .info-page-download-btn svg{font-size:12px!important}.account-page .spec-member-button-group{gap:10px!important;grid-template-columns:1fr 1fr!important;margin-left:10px!important;margin-right:10px!important;max-width:calc(100% - 20px)!important;padding-left:0!important;padding-right:0!important;width:100%!important}.account-page .info-page-alert-block,.account-page .info-page-notice-block{margin-left:auto!important;margin-right:auto!important;max-width:calc(100% - 20px)!important;width:calc(100% - 20px)!important}.button-6{background:linear-gradient(135deg,#4f8dfc,#2f6eea)!important;box-shadow:0 4px 10px #2f6eea40!important;color:#fff!important}.button-6:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4)!important;box-shadow:0 6px 14px #2f6eea52!important}}@media (max-width:1024px){.info-page-appointment-container,.info-page-card-style,.info-page-collapsible-container,.info-page-details-card{background:#fff;border-top:none!important;border:1px solid #e9eef5;border-radius:14px;box-shadow:0 8px 24px #0220470f;padding:14px 16px}.promoter-page .info-page-card-style,.promoter-page .info-page-collapsible-container,.promoter-page .info-page-details-card{padding-left:12px!important;padding-right:12px!important}.promoter-page .info-page-collapsible-list,.promoter-page .info-page-collapsible-list .info-page-collapsible-item{padding-left:0!important;padding-right:0!important}.info-page-center-section-title,.info-page-heading-style,.info-page-section-heading-style,.info-page-section-title{color:#1f2b3a;font-weight:700}.dropdown-field-autocomplete,.info-page-section-style{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:10px 0!important}.info-page-section-style .info-page-kyc-select-label,.info-page-section-style .info-page-label-style{flex:1 1 auto;margin-right:8px;min-width:0;white-space:normal}.info-page-kyc-select-label,.info-page-label-style{font-size:12px!important;line-height:1.2!important}.info-page-section-style{gap:8px!important}.info-page-section-style:has(.toggle-switch){grid-gap:8px!important;align-items:center!important;display:grid!important;gap:8px!important;grid-template-columns:1fr auto!important}.info-page-section-style:has(.toggle-switch) .toggle-switch{justify-self:end}.status-badge{align-items:center;border-radius:8px!important;display:inline-flex;font-size:12px!important;justify-content:center;padding:3px 8px!important}.kyc-pill-group{display:flex;flex-wrap:wrap;gap:6px;width:100%}.kyc-pill{font-size:11px;padding:3px 8px}.toggle-track{height:24px;padding:3px;width:64px}.toggle-thumb{height:18px;width:18px}.toggle-switch.is-checked .toggle-thumb{transform:translateX(38px)}.toggle-label{font-size:10px}.info-page-kyc-select-wrapper{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.info-page-input-box,.info-page-kyc-select{width:100%!important}.info-page-add-comment-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;border-radius:999px!important;box-shadow:0 8px 18px #3b82f640!important;font-size:13px!important;font-weight:700!important;margin-top:12px;padding:12px 0!important;width:100%}.info-page-add-comment-btn:active{box-shadow:0 6px 12px #1d4ed840!important}.info-page-update-btn-style{align-items:center!important;border-radius:10px;box-shadow:0 4px 10px #2f6eea2e;display:flex!important;font-size:13px!important;height:36px!important;justify-content:center!important;margin:8px 0 0;padding:0 12px!important;text-align:center;width:100%}}@media (max-width:640px){.info-page-mobile-container{background:linear-gradient(180deg,#f2f6ff,#f9fbff);min-height:100vh;padding-bottom:24px}.spec-member-container{padding:12px}.info-page-tabs{-webkit-overflow-scrolling:touch;gap:6px!important;overflow-x:auto!important;padding:4px 6px!important}.info-page-tabs::-webkit-scrollbar{height:0}.info-page-tab{border-radius:10px!important;flex:0 0 auto!important;font-size:12px!important;height:32px!important;padding:6px 10px!important;white-space:nowrap!important}.info-page-download-btn{border-radius:10px!important;font-size:13px!important;height:36px!important;margin-top:12px!important;padding:8px 12px!important}.info-page-download-btn svg{font-size:16px!important}.spec-member-header{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:auto 1fr auto}.spec-member-header,.spec-member-meta{background:#0000;border:0;border-radius:0;box-shadow:none;padding:0}.spec-member-meta{min-width:0;overflow:visible}.spec-member-header>div[style*="margin-left: auto"]{margin-left:0!important}.spec-member-header>div:last-child{align-self:center;grid-column:3;grid-row:1;justify-self:end}.spec-member-avatar{font-size:13px;height:34px;margin:0!important;position:static!important;width:34px}.spec-member-title{font-size:16px;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.spec-member-badges{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 0}.badge.badge-muted{background:#eef4ff;border:1px solid #e2e8f0;color:#1e3a8a}.badge{font-size:11px;height:20px;padding:0 8px}.badge-kyc{align-items:center;display:inline-flex;font-size:0!important;gap:4px;height:20px;justify-content:center;width:40px}.badge-kyc:before{color:#136f3a;content:"\2713";font-size:14px;line-height:1}.spec-member-tabs{-webkit-overflow-scrolling:touch;display:flex;gap:8px;grid-column:1/-1;margin:6px 0 8px;overflow-x:auto;overflow-y:hidden;padding:6px 0 8px;white-space:nowrap}.spec-member-tabs::-webkit-scrollbar{height:0}.tab-pill{align-items:center;background:#fff;border:1px solid #e8eef6;border-radius:999px;box-shadow:0 1px 3px #1018280d;display:inline-flex;font-size:0;height:32px;justify-content:center;padding:0;width:32px}.tab-pill .tab-icon{font-size:14px;margin:0}.spec-member-button-group{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-auto-rows:minmax(44px,auto);grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:8px!important;width:100%}.spec-member-button-group::-webkit-scrollbar{height:0}.spec-member-button{align-self:stretch;border-radius:12px!important;font-size:12px!important;grid-column:auto!important;justify-content:center;line-height:1.15;max-width:100%!important;min-height:44px!important;padding:10px 12px!important;white-space:normal;width:100%!important}.promoter-page .spec-member-button{justify-content:center!important;white-space:nowrap!important;width:100%!important}.promoter-page .info-page-section-heading-style{align-items:center!important;display:flex!important;gap:8px!important;justify-content:space-between!important}.promoter-page .info-page-minors-title{font-size:14px!important;line-height:1.15!important;margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.promoter-page .info-page-add-btn-style{align-items:center!important;display:inline-flex!important;font-size:12px!important;gap:6px!important;height:28px!important;padding:0 10px!important;white-space:nowrap!important}.promoter-page .spec-member-button-group{grid-template-columns:1fr!important;justify-items:center!important}@media (max-width:360px){.spec-member-button-group{grid-template-columns:1fr}}.dropdown-menu{animation:dropdownFadeIn .12s ease-out;border-radius:12px;box-shadow:0 12px 32px #0220472e;left:0!important;max-height:60vh!important;max-width:100%!important;min-width:100%!important;overflow-y:auto!important;pointer-events:auto!important;position:absolute!important;top:calc(100% + 10px)!important;transform:none!important;width:100%!important;z-index:100000!important}.spec-member-button.dropdown{position:relative!important;z-index:1}.spec-member-button.dropdown.open .dropdown-menu,.spec-member-button.dropdown:hover .dropdown-menu{margin-top:0!important;top:calc(100% + 6px)!important;transform:none!important;z-index:1000000!important}.spec-member-button-group{overflow:visible!important;position:relative!important;z-index:10}.account-page .spec-member-button-group{z-index:10!important}.account-page .info-page-main-layout,.spec-member-button{position:relative!important;z-index:1!important}.spec-member-button.dropdown.open~.spec-member-button,.spec-member-button.dropdown.open~.spec-member-button.dropdown{z-index:2!important}.spec-member-button.dropdown.open{z-index:50000!important}.spec-member-button.dropdown{z-index:2!important}.spec-member-button .dropdown-menu{z-index:100000!important}.spec-member-button.dropdown.open .dropdown-menu{z-index:200000!important}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.spec-member-button.open{pointer-events:auto!important}.spec-member-button.open .dropdown-menu{pointer-events:auto}.dropdown-menu .dropdown-item{cursor:pointer}.info-page-appointment-container,.info-page-collapsible-container,.info-page-details-card{margin:14px 0;padding:12px}.account-page .info-page-card-style{overflow:visible!important}.account-page #section-sweepin{overflow:hidden!important}.account-page .dropdown-field-autocomplete,.account-page .info-page-section-style{grid-row-gap:8px!important;display:grid!important;grid-template-columns:1fr!important;row-gap:8px!important}.account-page .info-page-section-style{align-items:stretch!important;justify-content:normal!important}.account-page .info-page-section-style>*{box-sizing:border-box!important;max-width:100%!important;width:100%!important}.account-page .info-page-section-style h3{margin:0 0 4px!important;width:100%!important}.account-page .info-page-section-style>div{width:100%!important}.account-page .info-page-section-style input,.account-page .info-page-section-style select{display:block}.account-page .dropdown-field-autocomplete .info-page-input-box,.account-page .dropdown-field-autocomplete input,.account-page .dropdown-field-autocomplete select,.account-page .info-page-section-style .info-page-input-box,.account-page .info-page-section-style .info-page-select-style,.account-page .info-page-section-style select{box-sizing:border-box!important;margin:0!important;max-width:100%!important;width:100%!important}.account-page .info-page-section-style select{margin-bottom:8px!important}.account-page .info-page-section-style h3{margin-bottom:2px!important}.account-page .info-page-kyc-select,.account-page .info-page-section-style select,.account-page select.info-page-select-style{background-color:#fff!important;border:1px solid #e1e8ed!important;border-radius:10px!important;box-shadow:inset 0 0 0 0 #0000!important;font-size:13px!important;height:34px!important;line-height:1.2!important;padding:8px 10px!important}.account-page .info-page-section-style select{background-position:right 10px center;background-repeat:no-repeat}.account-page .dropdown-field-autocomplete .info-page-update-btn-style,.account-page .info-page-section-style .info-page-update-btn-style{align-self:stretch!important;box-sizing:border-box!important;display:block!important;grid-column:1/-1!important;justify-self:stretch!important;margin-left:0!important;max-width:100%!important;position:static!important;transform:none!important;width:100%!important}.account-page #section-sweepin .info-page-section-style .info-page-update-btn-style{grid-column:1/-1!important;margin-left:0!important;position:static!important;width:100%!important}.account-page .info-page-input-box,.account-page .info-page-select-style,.account-page input[type=date],.account-page input[type=text],.account-page select{font-size:13px!important;height:34px!important;line-height:1.2!important}.account-page .info-page-details-card{overflow:visible}.account-page .info-page-detail-item{grid-gap:6px;align-items:start;display:grid;gap:6px;grid-template-columns:1fr auto}.account-page .info-page-detail-item .info-page-detail-label,.account-page .info-page-detail-item .info-page-detail-value{min-width:0;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.info-page-detail-label,.info-page-detail-value,.info-page-kyc-select-label{font-size:13px}.account-page .info-page-collapsible-cont .table-responsive-wrapper{overflow-x:visible!important}.account-page .info-page-collapsible-cont .table-responsive-wrapper .info-custom-table{display:table!important;min-width:100%!important;width:100%!important}.info-page-collapsible-list .info-page-collapsible-item{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto;margin:2px 0;padding:6px 4px}.info-page-collapsible-list .info-page-collapsible-item strong{font-size:12px;font-weight:600;line-height:1.25;word-break:break-word}.info-page-collapsible-list .info-page-collapsible-item span{color:#334155;font-size:12px;line-height:1.25;text-align:right}.info-page-heading-style{margin-bottom:6px}.account-page .collapsible-content .info-page-collapsible-item{align-items:center!important;display:flex!important;gap:8px!important;justify-content:space-between!important}.account-page .collapsible-content .info-page-collapsible-item strong{flex:1 1 auto!important;text-align:left!important}.account-page .collapsible-content .info-page-collapsible-item span{text-align:right!important}.account-page .info-page-view-all-btn{border-radius:8px!important;font-size:11.5px!important;height:26px!important;padding:0 10px!important}.account-page .info-page-center-section-title,.account-page .info-page-collapsible-container .collapsible-header span,.account-page .info-page-heading-style,.account-page .info-page-section-header span,.account-page .info-page-section-heading-style,.account-page .info-page-section-title,.account-page h1,.account-page h2,.account-page h3,.account-page h4{font-size:14px!important;font-weight:700!important;line-height:1.2!important}.account-page .info-page-collapsible-container .collapsible-header{align-items:center!important;display:flex!important;gap:8px!important;justify-content:space-between!important;padding:8px 10px!important}.account-page .info-page-collapsible-container .collapsible-header span{flex:1 1 auto!important;font-size:13px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.account-page .info-page-collapsible-container .collapsible-header .info-page-view-all-btn{flex:0 0 auto!important}.account-page .custom-form>div{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.account-page .custom-form>div p{flex:1 1 auto;margin:0;overflow:visible;text-overflow:clip;white-space:normal}.account-page .custom-form>div p strong{display:block;font-size:13px!important;line-height:1.2!important}.promoter-page .collapsible-header{padding:10px!important}.promoter-page .collapsible-header span{font-size:14px!important}.info-page-section-header{align-items:center;display:flex;gap:10px;justify-content:space-between}.info-page-collapsible-edit-icon{font-size:14px;margin-left:8px}#section-documents .info-page-section-header{align-items:center;gap:6px}#section-documents .info-page-collapsible-edit-link{font-size:11px!important;line-height:1!important;margin-left:auto;opacity:.9;white-space:nowrap}.info-page-address-section-title{font-size:14px;margin:10px 0 8px}.info-page-collapsible-list{margin:6px 0 0;padding-right:8px}.info-page-collapsible-item{display:flex;font-size:13px;gap:10px;justify-content:space-between;line-height:1.25}.info-page-collapsible-item strong{font-size:13px;font-weight:600}.info-page-detail-item.info-page-address{grid-gap:6px;align-items:start;display:grid;gap:6px;grid-template-columns:42% 1fr}.info-page-detail-item.info-page-address .info-page-detail-label{text-align:left;white-space:normal}.info-page-detail-item.info-page-address .info-page-detail-value{overflow-wrap:anywhere;text-align:left;white-space:normal;word-break:break-word}.info-page-summary-cards-container{flex-wrap:wrap;gap:10px;margin:10px 0 12px}.info-page-summary-card{border-radius:12px;max-width:calc(50% - 8px);padding:10px 12px}.info-page-summary-card-title{font-size:14px}.info-page-summary-card-value{font-size:12px}.info-page-loan-card .info-page-summary-card-title{font-size:13px;line-height:1.15;margin-bottom:6px}}@media (min-width:641px) and (max-width:1024px){.spec-member-container{padding:16px}.spec-member-header{grid-gap:12px;align-items:center;background:#fff;border:1px solid #e8eef6;border-radius:16px;box-shadow:0 10px 24px #0220470f;display:grid;gap:12px;grid-template-columns:auto 1fr;padding:16px 14px}.spec-member-avatar{border:2px solid #fff;box-shadow:none;font-size:18px;height:48px;left:0!important;position:static!important;width:48px}.spec-member-title{font-size:20px;line-height:1.3;margin:0 0 6px}.spec-member-badges{gap:8px;margin-bottom:10px}.badge.badge-muted{background:#eef4ff;border:1px solid #e2e8f0;color:#1e3a8a}.spec-member-tabs{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:6px 0 0}.tab-pill{align-items:center;background:#fff;border:1px solid #e8eef6;border-radius:14px;box-shadow:0 1px 2px #1018280a;color:#0f172a;display:inline-flex;font-size:11px;font-weight:600;gap:6px;height:30px;justify-content:flex-start;padding:6px 10px;text-align:left;width:100%}.tab-pill .tab-icon{font-size:13px;margin:0}.spec-member-button-group{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));overflow:visible;padding:8px 4px!important}.spec-member-button{font-size:14px;min-height:44px}.info-page-update-btn-style{align-items:center!important;border-radius:10px;box-shadow:0 4px 10px #2f6eea29;display:inline-flex!important;font-size:13px!important;height:36px!important;justify-content:center!important;margin-left:auto;margin-top:8px;min-width:140px;padding:0 16px!important;text-align:center;width:auto!important}.account-page .info-page-section-style{grid-column-gap:16px!important;align-items:center!important;column-gap:16px!important;display:grid!important;margin:10px 0!important}.account-page #section-sweepin .info-page-section-style,.account-page .info-page-section-style{grid-template-columns:180px minmax(0,1fr) 140px!important}.account-page .info-page-section-style .info-page-update-btn-style{justify-self:end!important;margin-left:0!important;min-width:140px!important;width:auto!important}.account-page .dropdown-field-autocomplete{grid-column-gap:16px!important;align-items:center!important;column-gap:16px!important;display:grid!important;grid-template-columns:180px minmax(0,1fr) 140px!important;margin:10px 0!important}.account-page .dropdown-field-autocomplete .info-page-update-btn-style{justify-self:end!important;margin-left:0!important;min-width:140px!important;width:auto!important}.account-page .dropdown-field-autocomplete .info-page-input-box,.account-page .dropdown-field-autocomplete input{width:100%!important}.status-badge{align-items:center;border-radius:8px!important;display:inline-flex!important;font-size:13px!important;justify-content:center;min-width:-webkit-max-content;min-width:max-content;padding:4px 10px!important;width:auto!important}.kyc-pill-group{-webkit-overflow-scrolling:touch;display:flex!important;flex:1 1 auto!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto}.info-page-section-style .info-page-update-btn-style{margin-left:auto!important;min-width:140px;width:auto!important}}.toggle-switch{appearance:none;-webkit-appearance:none;background:#0000;border:0;cursor:pointer;margin:0;padding:0}.toggle-switch.is-disabled{cursor:not-allowed;opacity:.6}.toggle-track{align-items:center;background:#cfd6e4;border:1px solid #c3c9d6;border-radius:12px;box-shadow:0 8px 16px #0220470f;display:inline-flex;height:28px;padding:4px;position:relative;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease;width:72px}.toggle-switch.is-checked .toggle-track{background:linear-gradient(135deg,#3f83f8,#2f6eea);border-color:#5d8df5;box-shadow:0 0 0 3px #2f6eea40,0 8px 16px #0220470f}.toggle-label{font-size:11px;font-weight:700;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .15s ease}.toggle-label.off{color:#344256;opacity:1;right:12px}.toggle-label.on{color:#fff;left:12px;opacity:0}.toggle-switch.is-checked .toggle-label.off{opacity:0}.toggle-switch.is-checked .toggle-label.on{opacity:1}.toggle-thumb{background:#fff;border-radius:6px;box-shadow:0 2px 6px #00000026;height:20px;position:relative;transform:translateX(0);transition:transform .2s ease;width:20px}.toggle-switch.is-checked .toggle-thumb{transform:translateX(44px)}.toggle-switch.sm .toggle-track{border-radius:12px;height:24px;width:64px}.toggle-switch.sm .toggle-thumb{height:18px;transform:translateX(0);width:18px}.toggle-switch.is-checked.sm .toggle-thumb{transform:translateX(38px)}.member-documents-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:1.5rem}.members-page-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 10px 30px #667eea4d;justify-content:space-between;margin-bottom:2rem;padding:2rem}.back-button,.members-page-header{align-items:center;color:#fff;display:flex}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .3s ease}.back-button:hover{background:#ffffff40;box-shadow:0 5px 15px #0003;transform:translateX(-3px)}.members-page-header h1{color:#fff;font-size:2.25rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px #0000001a}.members-page-header p{font-size:1.15rem;font-weight:400;margin:0;opacity:.9}.documents-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #fffc;border-radius:24px;box-shadow:0 20px 60px #0000001a;padding:2.5rem}.documents-section h2{align-items:center;border-bottom:3px solid #f1f5f9;color:#1e293b;display:flex;font-size:1.75rem;font-weight:700;gap:.75rem;margin:0 0 1.5rem;padding-bottom:.75rem}.documents-section h2:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;content:"";height:32px;width:6px}.section-divider{margin:2.5rem 0;position:relative;text-align:center}.section-divider:before{background:linear-gradient(90deg,#0000,#e2e8f0 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:50%}.section-divider span{background:#fff;color:#64748b;font-size:1rem;font-weight:600;letter-spacing:.05em;padding:0 1.5rem;text-transform:uppercase}.document-row{grid-gap:1.25rem;align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #f1f5f9;border-radius:16px;display:grid;gap:1.25rem;grid-template-columns:1fr auto;margin-bottom:.75rem;padding:1.25rem}.document-row:last-child{margin-bottom:0}.document-info{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:1.25rem}.document-label{color:#374151;font-size:1.1rem;font-weight:600;min-width:200px}.document-type-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:2px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;font-size:.9rem;min-width:300px;padding:.625rem 2.5rem .625rem .875rem;transition:all .3s ease}.document-type-select:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none;transform:translateY(-1px)}.document-actions,.uploaded-document{align-items:center;display:flex;gap:.625rem}.upload-status{align-items:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #a7f3d0;border-radius:12px;color:#059669;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.375rem .75rem}.upload-status:before{color:#059669;content:"✓";font-weight:700}.action-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;overflow:hidden;padding:.625rem;position:relative;transition:all .3s ease;width:40px}.action-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:0}.action-btn:hover:before{height:100px;width:100px}.view-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 12px #3b82f64d;color:#fff}.view-btn:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d;color:#fff}.delete-btn:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.upload-btn,.upload-section{align-items:center;display:flex;gap:.625rem}.upload-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;overflow:hidden;padding:.625rem 1.25rem;position:relative;transition:all .3s ease}.upload-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.upload-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.upload-btn:hover:before{left:100%}.uploading-progress{align-items:center;display:flex;gap:.625rem;min-width:140px}.progressing-bar{background:#e5e7eb;border-radius:10px;box-shadow:inset 0 2px 4px #0000001a;flex:1 1;height:8px;overflow:hidden}.progress-filling{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;height:100%;overflow:hidden;position:relative;transition:width .3s ease}.progress-filling:after{animation:progress-stripes 1s linear infinite;background:linear-gradient(45deg,#fff3 25%,#0000 0,#0000 50%,#fff3 0,#fff3 75%,#0000 0);background-size:20px 20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes progress-stripes{0%{background-position:0 0}to{background-position:20px 0}}.add-more-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:16px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.625rem;justify-content:center;margin:1.75rem auto 0;max-width:300px;overflow:hidden;padding:1rem 1.75rem;position:relative;transition:all .3s ease;width:auto}.add-more-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.add-more-btn:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.add-more-btn:hover:before{left:100%}.add-document-form{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e2e8f0;border-radius:16px;margin-top:1.75rem;padding:1.75rem}.document-name-input{background:#fff;border:2px solid #d1d5db;border-radius:12px;font-size:1rem;margin-bottom:1.25rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.document-name-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none;transform:translateY(-1px)}.add-document-actions{display:flex;gap:.875rem}.save-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.75rem;transition:all .3s ease}.save-btn:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.cancel-btn{background:linear-gradient(135deg,#6b7280,#4b5563);border-radius:12px;box-shadow:0 4px 12px #6b72804d;font-size:1rem;padding:.75rem 1.75rem;transition:all .3s ease}.cancel-btn:hover{box-shadow:0 6px 20px #6b728066;transform:translateY(-2px)}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;height:60vh;justify-content:center}.loading-spinner{border:4px solid #e5e7eb;border-top-color:#667eea}@media (max-width:768px){.member-documents-container{padding:1rem}.members-page-header{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.members-page-header h1{font-size:1.75rem}.documents-container{padding:1.75rem 1.25rem}.document-row{gap:1rem;grid-template-columns:1fr;padding:1rem}.document-info{align-items:flex-start;flex-direction:column;gap:.625rem}.document-label{min-width:auto}.document-type-select{min-width:auto;width:100%}.add-more-btn{margin:1.5rem 0 0;max-width:none;width:100%}.document-actions{justify-content:flex-start}.add-document-actions{flex-direction:column}.cancel-btn,.save-btn{width:100%}}.document-row{animation:slideInUp .3s ease-out}.image-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:1000}.image-modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden;width:auto}.image-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:1.25rem}.image-modal-header h3{font-size:1.25rem;font-weight:600;margin:0}.close-modal-btn{align-items:center;background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background .3s ease}.close-modal-btn:hover{background:#ffffff4d}.image-modal-body{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:300px;padding:1.5rem}.modal-image{border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:70vh;max-width:100%;object-fit:contain}.image-error-fallback,.non-image-file{color:#6b7280;padding:1.5rem;text-align:center}.image-error-fallback p,.non-image-file p{margin:.5rem 0}.download-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:inline-block;font-weight:500;margin-top:1rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .3s ease}.download-link:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.image-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:.875rem 1.25rem}.file-info{color:#6b7280;font-size:.875rem;margin:0}.image-modal-overlay{animation:modalFadeIn .3s ease-out}.image-modal-content{animation:modalSlideIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.approval-alerts-container{margin-bottom:20px;z-index:1000}.approval-alert{align-items:center;background:#fff;border-left:0;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;margin-bottom:10px;min-height:60px;overflow:hidden;padding:12px 16px;position:relative;transition:all .3s ease}.approval-alert.clickable{cursor:pointer}.approval-alert:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.approval-alert.alert-high{background:linear-gradient(135deg,#fff5f5,#fff);border-left-color:#dc3545}.approval-alert.alert-medium{background:linear-gradient(135deg,#fff8f0,#fff);border-left-color:#fd7e14}.approval-alert.alert-low{background:linear-gradient(135deg,#f0f8ff,#fff);border-left-color:#007bff}.approval-alert.alert-default{background:linear-gradient(135deg,#f8f9fa,#fff);border-left-color:#6c757d}.alert-content{align-items:center;display:flex;gap:12px;width:100%}.alert-icon{flex-shrink:0;font-size:24px;text-align:center;width:32px}.alert-text{flex:1 1;min-width:0}.alert-title{align-items:center;color:#212529;display:flex;font-size:14px;font-weight:700;gap:8px;margin-bottom:4px}.alert-count{background:#0000001a;border-radius:12px;font-size:11px;font-weight:400;padding:2px 6px}.alert-message{color:#6c757d;font-size:13px;line-height:1.4}.alert-actions{align-items:center;display:flex;flex-shrink:0;gap:12px}.alert-click-hint{color:#007bff;font-size:12px;font-weight:500;opacity:.8;transition:opacity .3s ease}.approval-alert:hover .alert-click-hint{opacity:1}.alert-dismiss{align-items:center;background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;padding:4px;transition:all .2s ease;width:24px}.alert-dismiss:hover{background:#0000001a;color:#dc3545}.alert-priority-indicator{animation:priority-pulse 2s ease-in-out infinite;background:linear-gradient(90deg,#dc3545,#fd7e14,#dc3545);background-size:200% 100%;height:2px;left:0;position:absolute;right:0;top:0}@keyframes priority-pulse{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.more-alerts-indicator{background:#f8f9fa;border:1px dashed #dee2e6;border-radius:4px;color:#6c757d;font-size:12px;padding:8px 16px;text-align:center}.approval-summary{align-items:center;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;cursor:pointer;display:inline-flex;font-size:13px;margin-bottom:16px;padding:8px 12px;transition:all .3s ease}.approval-summary.has-high-priority{background:#f8d7da;border-color:#f5c6cb}.approval-summary:hover{box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.summary-content{align-items:center;display:flex;gap:8px}.summary-icon{flex-shrink:0;font-size:16px}.summary-text{flex:1 1}.summary-details{color:#6c757d;font-size:11px;margin-left:4px}.summary-action{color:#007bff;font-size:11px;font-weight:500;margin-left:8px}.approval-info-main-cont{margin:16px 20px 24px}.approval-info-second-cont{align-items:center;background:linear-gradient(180deg,#fff7e6,#fffaf0);border:1px solid #ffe8b3;border-radius:10px;box-shadow:0 4px 12px #0000000f;display:flex;gap:10px;justify-content:center;margin:16px 20px;padding:12px 14px}.approval-info-second-icon{align-items:center;background:#ffe8b3;border-radius:50%;color:#7a5e1a;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:800;height:24px;justify-content:center;width:24px}.approval-info-second-text{color:#7a5e1a;font-size:13px}.approval-info-debug-cont{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:13px;margin:16px 20px;padding:12px;text-align:center}.approval-info-loading-cont{background:linear-gradient(180deg,#f5f8ff,#fff);border:1px solid #dbeafe;border-radius:10px;box-shadow:0 4px 12px #0000000a;color:#344b7a;font-size:13px;margin:16px 20px;padding:12px 14px;text-align:center}@media (max-width:768px){.approval-alert{padding:10px 12px}.alert-content{gap:8px}.alert-title{font-size:13px}.alert-message{font-size:12px}.alert-click-hint{display:none}.alert-actions{flex-direction:column;gap:4px}}@media (max-width:480px){.approval-alert{padding:10px 12px}.alert-content,.approval-alert{align-items:center;flex-direction:row;gap:8px}.alert-content{width:100%}.alert-title{font-size:12.5px}.alert-message{font-size:11.5px}.alert-icon{font-size:18px;width:24px}.alert-actions{flex-shrink:0}.alert-dismiss{font-size:16px;height:22px;width:22px}}.approval-alert:focus-visible{outline:2px solid #007bff;outline-offset:2px}.alert-dismiss:focus-visible{outline:2px solid #007bff;outline-offset:1px}@media (prefers-contrast:high){.approval-alert{border-style:solid;border-width:2px}.alert-high{background:#fff;border-color:#dc3545}.alert-medium{background:#fff;border-color:#fd7e14}.alert-low{background:#fff;border-color:#007bff}}@media (prefers-reduced-motion:reduce){.alert-dismiss,.approval-alert,.approval-summary{transition:none}.priority-pulse{animation:none}}.ChangeAccountInfo-container{color:#333;margin:1.1rem;padding:0 .6rem}.ChangeAccInfo-maintitle{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.9rem}.ChangeAccountInfo-title{color:#343a40;font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;text-align:center}.ChangeAccountInfo-title span{color:#666;display:block;font-size:.9rem;margin-top:.5rem}.ChangeAccInfo-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:.6rem;line-height:1.2;margin:0 0 .9rem;row-gap:.2rem;white-space:nowrap}.ChangeAccInfo-breadcrumb span{display:inline-block;vertical-align:middle}.ChangeAccInfo-crumb-sep{margin:0 .4rem}.ChangeAccInfo-crumb-current{color:#007bff}.ChangeAccountInfo-layout{align-items:stretch;display:flex;flex-wrap:wrap;gap:1.2rem;margin:1.1rem auto 0;max-width:1500px}.ChangeAccountInfo-form-card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:none;min-width:520px;padding:1.1rem;width:100%}.ChangeAccountInfo-form-heading{border-bottom:2px solid #ddd;font-size:1.2rem;margin-bottom:.9rem;padding-bottom:.8rem;text-align:center}.ChangeAccountInfo-form-subtext{color:#666;font-size:.9rem;margin-bottom:1.1rem;text-align:center}.ChangeAccountInfo-field{margin-bottom:1rem}.ChangeAccountInfo-label{display:block;font-size:.9rem;font-weight:700;margin-bottom:.45rem}.ChangeAccountInfo-label span{color:red}.ChangeAccountInfo-radio-group{align-items:center;display:flex;flex-wrap:wrap;gap:1.2rem}.ChangeAccountInfo-radio{align-items:center;display:flex;gap:.8rem;min-height:44px}.ChangeAccountInfo-actions{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-top:1.1rem}.ChangeAccountInfo-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;min-height:44px;min-width:120px;padding:.6rem 1.1rem;text-transform:uppercase;transition:all .3s ease}.ChangeAccountInfo-btn:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.ChangeAccountInfo-btn:active{box-shadow:0 2px 4px #0003;transform:translateY(0)}.ChangeAccountInfo-btn.success{background-color:#28a745}.ChangeAccountInfo-btn.success:hover{background-color:#218838}.ChangeAccountInfo-btn.danger{background-color:#dc3545}.ChangeAccountInfo-btn.danger:hover{background-color:#c82333}.ChangeAccountInfo-info-card{background:#fff;border-radius:6px;box-shadow:0 2px 6px #00000014;color:#333;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:none;min-width:520px;overflow:hidden;text-align:left;width:100%}.ChangeAccountInfo-info-header{align-items:center;background:#fff!important;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 18px}.ChangeAccountInfo-info-header h3{color:#1f4ea3;font-size:16px;font-weight:700;margin:0}.ChangeAccountInfo-info-body{padding:16px}.ChangeAccountInfo-info-body>div{margin-bottom:0}.ChangeAccountInfo-item{grid-column-gap:16px;align-items:center;border-bottom:1px solid #eef2f7;column-gap:16px;display:grid;grid-template-columns:1fr 1.5fr;padding:6px 0}.ChangeAccountInfo-item>*{justify-self:start!important;text-align:left!important}.ChangeAccountInfo-item>:first-child,.ChangeAccountInfo-item>:last-child{align-items:center;display:flex;width:100%}.ChangeAccountInfo-info-body .ChangeAccountInfo-item:last-child{border-bottom:none}.ChangeAccountInfo-item>:first-child{color:#555;font-weight:600;justify-content:flex-start!important;padding-right:12px;text-align:left!important}.ChangeAccountInfo-item>:first-child *{text-align:left!important}.ChangeAccountInfo-item>:last-child{color:#111827;justify-content:flex-end!important;justify-self:end!important;text-align:right!important}.ChangeAccountInfo-item>:last-child *{text-align:right!important}.ChangeAccountInfo-item *{margin-bottom:0!important;margin-top:0!important}.cai-label{color:#555;font-weight:600}.cai-value{color:#111827}.ChangeAccountInfo-select__control{background-color:#fff!important;border-color:#ccc!important;box-shadow:none!important;color:#333!important;min-height:44px!important}.ChangeAccountInfo-select__control:hover{border-color:#999!important}.ChangeAccountInfo-select__menu{max-height:150px!important;overflow-y:auto!important}.ChangeAccountInfo-select__option{align-items:center!important;background-color:#fff!important;color:#333!important;cursor:pointer!important;display:flex!important;min-height:44px!important}.ChangeAccountInfo-select__option--is-focused,.ChangeAccountInfo-select__option:hover{background-color:#f0f0f0!important;color:#333!important}.ChangeAccountInfo-select__single-value{color:#333!important}.ChangeAccountInfo-select__placeholder{color:#666!important}@media (max-width:1200px){.ChangeAccountInfo-layout{max-width:100%;padding:0 10px}.ChangeAccountInfo-info-card{max-width:100%}}@media (max-width:768px){.ChangeAccountInfo-container{margin:10px;padding:0 5px}.ChangeAccInfo-maintitle{font-size:1.5rem;margin-bottom:15px}.ChangeAccountInfo-title{font-size:20px;margin-bottom:12px}.ChangeAccountInfo-title span{font-size:14px}.ChangeAccountInfo-layout{flex-direction:column;gap:15px;margin:15px auto 0}.ChangeAccountInfo-form-card{max-width:100%;min-width:0;padding:20px 15px}.ChangeAccountInfo-form-heading{font-size:18px;margin-bottom:15px}.ChangeAccountInfo-form-subtext{font-size:14px;margin-bottom:20px}.ChangeAccountInfo-field{margin-bottom:15px}.ChangeAccountInfo-radio-group{gap:15px}.ChangeAccountInfo-actions{align-items:center;flex-direction:column;gap:10px}.ChangeAccountInfo-btn{margin:0;max-width:280px;padding:14px 20px;width:100%}.ChangeAccountInfo-info-card{min-width:0;order:-1}.ChangeAccountInfo-info-body{padding:12px}.ChangeAccountInfo-item{column-gap:12px;grid-template-columns:1fr 1fr;padding:5px 0}.ChangeAccountInfo-item>:first-child,.ChangeAccountInfo-item>:last-child{font-size:13px}.ChangeAccountInfo-title{font-size:18px}.ChangeAccInfo-maintitle{font-size:1.3rem}.ChangeAccInfo-bradecrumb{font-size:12px}.ChangeAccountInfo-select__control{min-height:40px!important}}@media (max-width:480px){.ChangeAccountInfo-container{margin:5px;padding:0}.ChangeAccInfo-maintitle{font-size:1.3rem;margin-bottom:10px}.ChangeAccountInfo-title{font-size:16px;margin-bottom:10px}.ChangeAccountInfo-form-card{border-radius:4px;padding:15px 10px}.ChangeAccountInfo-form-heading{font-size:16px}.ChangeAccountInfo-form-subtext{font-size:13px}.ChangeAccountInfo-radio-group{align-items:flex-start;flex-direction:column;gap:10px}.ChangeAccountInfo-btn{font-size:13px;padding:10px 16px}.ChangeAccountInfo-info-header{padding:10px 12px}.ChangeAccountInfo-info-header h3{font-size:14px}.ChangeAccountInfo-item{column-gap:10px;padding:4px 0}.ChangeAccountInfo-item>:first-child,.ChangeAccountInfo-item>:last-child{font-size:12.5px}.ChangeAccountInfo-select__control{min-height:38px!important}}@media (max-width:320px){.ChangeAccountInfo-form-card{padding:10px 8px}.ChangeAccountInfo-btn{font-size:13px;min-width:100px;padding:10px 15px}.ChangeAccountInfo-actions{gap:8px}}.ChangeAccountInfo-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.ChangeAccountInfo-btn:disabled:hover{box-shadow:none;transform:none}.audit-trail-container{padding:1.1rem}.audit-trail-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.audit-trail-back-btn{margin-left:auto}.audit-trail-header{word-wrap:break-word;color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0 0 .45rem}.audit-trail-headerSpan{color:#343a40;display:inline-block;font-size:1rem;font-weight:700;margin-left:.38rem}.audit-trail-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:6px;line-height:1.2;margin:.4rem 0 .9rem;row-gap:2px;white-space:nowrap}.audit-trail-breadcrumb span{display:inline-block;vertical-align:middle}.audit-trail-Sep{margin:0 4px}.audit-trail-current{color:#007bff}.audit-trail-table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.1rem;overflow:hidden}.audit-trail-card-header{align-items:center;background-color:#608ecb;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:space-between;padding:.75rem 1.1rem;-webkit-user-select:none;user-select:none}.audit-trail-card-body{background-color:#fff;opacity:1;overflow:hidden;padding:.6rem 1rem;transition:max-height .6s ease-in-out,opacity .4s ease-in-out,padding .4s ease-in-out}.audit-trail-card-body.collapsed{max-height:0;opacity:0;padding-bottom:0;padding-top:0}.audit-trail-table{border-collapse:collapse;width:100%}.audit-trail-th{border-bottom:1px solid #ddd;color:#000;padding:.75rem;text-align:left}.audit-trail-td{border-bottom:1px solid #eee;color:#555;padding:.65rem;vertical-align:top}.audit-trail-td-last-row{border-bottom:none;color:#555;padding:.65rem .65rem .8rem;vertical-align:top}.audit-trail-change-log-list{color:#555;font-size:.8rem;list-style-type:disc;margin:0;padding-left:20px}.audit-trail-change-log-item{margin-bottom:5px}.audit-trail-no-records{color:#6c757d;font-size:.9rem;padding:20px;text-align:center}.audit-trail-collapse-icon{cursor:pointer;font-size:24px}.audit-trail-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:768px){.audit-trail-container{padding:15px}.audit-trail-card-header{font-size:16px;padding:12px 15px}.audit-trail-card-body{padding:15px}.audit-trail-table{font-size:12px;min-width:600px}.audit-trail-td,.audit-trail-td-last-row,.audit-trail-th{padding:8px}.audit-trail-change-log-list{font-size:11px}}@media (max-width:480px){.audit-trail-header{font-size:1.4rem}.audit-trail-headerSpan{display:block;font-size:1rem;margin-left:0;margin-top:.2rem}.audit-trail-breadcrumb{font-size:12px}.audit-trail-card-header{font-size:14px;padding:10px 14px}.audit-trail-collapse-icon{font-size:20px}}.ViewTransactions-container{display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;padding:20px}.ViewTransactions-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-left:.33rem}.ViewTransactions-back-btn{margin-left:auto}.ViewTransactions-header{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:26px;font-weight:700;margin-bottom:10px}.ViewTransactions-subtitle{color:#6c757d;font-size:15px;margin-left:.33rem}.ViewTransactions-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:wrap;font-size:14px;font-weight:600;gap:4px;line-height:1.2;margin:0 0 10px .35rem;row-gap:2px;white-space:nowrap}.ViewTransactions-breadcrumb span{display:inline-block;vertical-align:middle}.ViewTransactions-sep{margin:0 4px}.ViewTransactions-crumb-current{color:#007bff}.ViewTransactions-status-badge{align-items:center;border-radius:8px;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;letter-spacing:1px;min-width:60px;padding:5px 12px;text-transform:uppercase;white-space:nowrap}.ViewTransactions-status-badge.approved{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #a7f3d0;color:#166534}.ViewTransactions-status-badge.inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#991b1b}.ViewTransactions-status-badge.deposit{color:#166534;font-size:14px}.ViewTransactions-status-badge.withdraw{color:#991b1b;font-size:14px}.ViewTransactions-status-badge.pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.ViewTransactions-status-badge.reversed{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border:1px solid #d8b4fe;color:#6b21a8}.ViewTransactions-table-wrapper{overflow-x:auto;width:100%}.ViewTransactions-table{border-collapse:collapse;min-width:700px;width:100%}.ViewTransactions-table td,.ViewTransactions-table th{font-size:14px;padding:10px 14px;white-space:nowrap}@media (max-width:900px){.ViewTransactions-header{font-size:20px}.ViewTransactions-header span{font-size:14px}.ViewTransactions-breadcrumb{font-size:12px}}@media (max-width:600px){.ViewTransactions-container{padding:14px}.ViewTransactions-header{font-size:18px}.ViewTransactions-status-badge{font-size:11px;min-width:50px;padding:4px 10px}.ViewTransactions-table td,.ViewTransactions-table th{font-size:12px;padding:8px 10px}}@media (max-width:576px){.ViewTransactions-header-row{gap:8px}.ViewTransactions-back-btn{transform:scale(.92)}.ViewTransactions-header{font-size:1rem}.ViewTransactions-subtitle{font-size:14px}.ViewTransactions-breadcrumb{font-size:12px}}.account-statement-page{background-color:#f5f5f5;min-height:100vh;padding:20px}.account-statement-actions{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;margin-top:16px;padding:16px}.account-statement-print-btn{align-items:center;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:10px 18px;transition:background-color .2s}.account-statement-print-btn:hover{background-color:#218838}.account-statement-pdf-btn{align-items:center;background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:10px 18px;transition:background-color .2s}.account-statement-pdf-btn:hover{background-color:#c82333}.account-statement-date-filter{align-items:flex-end;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;padding:16px}.account-statement-date-filter-group{flex:1 1;min-width:150px}.account-statement-date-filter-label{color:#333;display:block;font-size:12px;font-weight:500;margin-bottom:4px}.account-statement-date-input{border:1px solid #ddd;border-radius:4px;color:#333;font-size:14px;padding:8px;width:100%}.account-statement-error{background-color:#f8d7da;border-radius:4px;color:#721c24;margin-bottom:16px;padding:12px}.account-statement-print-area{background-color:#fff;color:#333}.account-statement-letterhead{border-bottom:2px solid #333;padding:10px 15px}.account-statement-title{margin-bottom:20px;margin-top:20px;padding:0 20px;text-align:center}.account-statement-title h2{color:#333;font-size:16px;font-weight:700;margin:0 0 8px}.account-statement-details{grid-gap:16px;color:#333;display:grid;font-size:13px;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:0 20px}.account-statement-details div{color:#333;margin-bottom:8px}.account-statement-details strong{font-weight:700}.account-statement-table-container{margin-bottom:20px;overflow-x:auto;padding:0 20px}.account-statement-table{border-collapse:collapse;color:#333;font-size:12px;width:100%}.account-statement-table th{background-color:#f5f5f5;border-bottom:2px solid #333;border-right:1px solid #ddd;color:#333;font-weight:700;padding:8px;text-align:left}.account-statement-table th:last-child{border-right:none;text-align:right}.account-statement-table td{border-bottom:1px solid #ddd;border-right:1px solid #ddd;color:#333;padding:8px}.account-statement-table td:last-child{border-right:none}.account-statement-table td.text-right{text-align:right}.account-statement-table tbody tr:hover{background-color:#f9f9f9}.account-statement-totals-row{background-color:#f9f9f9;border-bottom:2px solid #333;border-top:2px solid #333;color:#333;font-weight:700}.account-statement-totals-row td{border-right:1px solid #ddd;color:#333;padding:8px;text-align:right}.account-statement-totals-row td:first-child{text-align:right}.account-statement-totals-row td:last-child{border-right:none}.account-statement-no-transactions{color:#666;padding:16px;text-align:center}.account-statement-footer{border-top:1px solid #ddd;color:#666;font-size:11px;margin-top:32px;padding:16px 20px 20px;text-align:center}.account-statement-footer p{color:#666;margin:4px 0}.account-statement-loading{padding:20px;text-align:center}html:has(.theme-switch__checkbox:checked) .account-statement-page{background-color:var(--bg);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-actions{background-color:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow)}html:has(.theme-switch__checkbox:checked) .account-statement-print-btn{background-color:var(--success);border-color:#16a34a;color:#052e13}html:has(.theme-switch__checkbox:checked) .account-statement-print-btn:hover{background-color:#15803d}html:has(.theme-switch__checkbox:checked) .account-statement-pdf-btn{background-color:var(--danger);border-color:#ef4444;color:#3a0d0d}html:has(.theme-switch__checkbox:checked) .account-statement-pdf-btn:hover{background-color:#dc2626}html:has(.theme-switch__checkbox:checked) .account-statement-date-filter{background-color:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow)}html:has(.theme-switch__checkbox:checked) .account-statement-date-filter-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-date-input{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-date-input:focus{border-color:var(--primary-600);box-shadow:0 0 0 4px var(--ring);outline:none}html:has(.theme-switch__checkbox:checked) .account-statement-error{background-color:#f8717126;border-color:#fca5a5;color:#fecaca}html:has(.theme-switch__checkbox:checked) .account-statement-print-area{background-color:var(--surface);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-letterhead{border-bottom-color:var(--border)}html:has(.theme-switch__checkbox:checked) .account-statement-title h2{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-details{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-details div{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-table{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-table th{background-color:var(--surface-2);border-color:var(--border);border-bottom-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-table td{border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-table tbody tr:hover{background-color:var(--bg-muted)}html:has(.theme-switch__checkbox:checked) .account-statement-totals-row{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-totals-row td{border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-statement-no-transactions{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .account-statement-footer{border-color:var(--border);color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .account-statement-footer p{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .account-statement-loading{color:var(--text)}.fd-payouts-container{background-color:#f8f9fa;min-height:100vh;padding:20px}.page-header{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.btns-action{display:flex;gap:10px}.btn-action{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.btn-filter{background-color:#6c757d;color:#fff}.btn-filter:hover{background-color:#5a6268}.btn-refresh{background-color:#17a2b8;color:#fff}.btn-refresh:hover{background-color:#138496}.btn-regenerate{background-color:#fd7e14;color:#fff}.btn-regenerate:hover{background-color:#e55a00}.btn-export{background-color:#28a745;color:#fff}.btn-export:hover{background-color:#218838}.btn-export:disabled{background-color:#6c757d;cursor:not-allowed}.summary-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.summary-card{background:#fff;border-left:4px solid #007bff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;transition:transform .2s ease}.summary-card:hover{transform:translateY(-2px)}.summary-card.interest{border-left-color:#28a745}.summary-card.tds{border-left-color:#dc3545}.summary-card.net-interest{border-left-color:#007bff}.summary-card.processed{border-left-color:#28a745}.summary-card.pending{border-left-color:#ffc107}.summary-label{color:#6c757d;font-size:14px;font-weight:500;margin-bottom:8px}.summary-value{color:#212529;font-size:24px;font-weight:700}.filters-panel{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:20px}.filters-row{align-items:end;display:flex;flex-wrap:wrap;gap:20px}.filter-group{display:flex;flex-direction:column;min-width:150px}.filter-label{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.filter-select{background-color:#fff;border:1px solid #ced4da;border-radius:6px;font-size:14px;padding:10px;transition:border-color .2s ease}.filter-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.btn-clear{background-color:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.btn-clear:hover{background-color:#5a6268}.filter-summary{background-color:#f8f9fa;border-radius:4px;color:#6c757d;font-size:14px;margin-top:15px;padding:10px}.table-wrapper{background-color:#fff}.badges{border-radius:8px;font-size:12px;font-weight:600;padding:6px 14px;text-transform:uppercase}.status-due{background-color:#d4edda;color:#155724}.status-pending{background-color:#fff3cd;color:#856404}.status-scheduled{background-color:#e2e3e5;color:#495057}.status-overdue{background-color:#f8d7da;color:#721c24}.status-processed{background-color:#d4edda;color:#155724}.status-unprocessed{background-color:#f8d7da;color:#721c24}.action-buttons-cell{align-items:center;display:flex;gap:8px}.btn-process{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s ease}.btn-process:hover{background-color:#218838}.btn-update-state{background-color:#ffc107;border:none;border-radius:4px;color:#212529;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s ease}.btn-update-state:hover{background-color:#e0a800}.status-processing{background-color:#cce5ff;color:#004085}.status-failed{background-color:#f8d7da;color:#721c24}.status-cancelled{background-color:#e2e3e5;color:#383d41}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin-bottom:16px;width:40px}.error-message{color:#dc3545;font-size:16px;margin-bottom:16px}.btn-retry{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .2s ease}.btn-retry:hover{background-color:#0056b3}@media (max-width:768px){.page-header{align-items:stretch;flex-direction:column;gap:16px}.btns-action{justify-content:center}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.filters-row{flex-direction:column;gap:16px}.filter-group{min-width:100%}}@media (max-width:480px){.summary-grid{grid-template-columns:1fr}.btns-action{flex-direction:column;width:100%}.btn-action{justify-content:center}}.ChangeNominee-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:100%;padding:1rem}.ChangeNominee-pageHeader{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin-bottom:.85rem;margin-left:auto;margin-right:auto;max-width:1400px}.ChangeNominee-header{word-wrap:break-word;color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(1.8rem,4vw,1.75rem);font-weight:700;line-height:1.3;margin:0 0 .45rem}.ChangeNominee-headerSpan{color:#343a40;display:inline-block;font-size:clamp(1.4rem,2.5vw,1rem);font-weight:700;margin-left:.35rem}.ChangeNominee-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:6px;line-height:1.2;margin:0 0 .85rem;row-gap:2px;white-space:nowrap}.ChangeNominee-breadcrumb span{display:inline-block;vertical-align:middle}.ChangeNominee-breadcrumbSeparator{margin:0 4px}.ChangeNominee-crumb-current{color:#007bff}.ChangeNominee-mainContent{display:flex;justify-content:center;margin:0 auto;max-width:1400px;width:100%}.ChangeNominee-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #00000014;max-width:1300px;overflow:hidden;transition:box-shadow .3s ease;width:100%}.ChangeNominee-card:hover{box-shadow:0 4px 12px #0000001f}.ChangeNominee-formCard{margin:0 auto}.ChangeNominee-sectionHeader{background:linear-gradient(135deg,#4183da,#2868b8);color:#fff;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:700;letter-spacing:.3px;margin:0;padding:.65rem 1rem}.ChangeNominee-cardBody{background-color:#fff;padding:1rem}.ChangeNominee-sectionSubHeader{color:#495057;font-size:clamp(.875rem,2.5vw,1rem);font-weight:500;line-height:1.5;margin-bottom:1rem}.ChangeNominee-formGroup{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.ChangeNominee-formLabel{color:#343a40;display:block;font-size:.9375rem;font-weight:600}.ChangeNominee-formInputContainer{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.ChangeNominee-radioLabel{align-items:center;color:#495057;cursor:pointer;display:flex;font-size:.9375rem;gap:.35rem;min-height:44px;padding:.25rem 0;-webkit-user-select:none;user-select:none}.ChangeNominee-radioInput{accent-color:#4183da;cursor:pointer;height:18px;width:18px}.ChangeNominee-nomineesSection{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.ChangeNominee-nomineeCard{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:.75rem;transition:all .3s ease}.ChangeNominee-nomineeCard:hover{box-shadow:0 2px 8px #4183da1a}.ChangeNominee-nomineeCardHeader{align-items:center;border-bottom:2px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:.6rem;padding-bottom:.4rem}.ChangeNominee-nomineeNumber{color:#4183da;font-size:1rem;font-weight:700}.ChangeNominee-removeButton{align-items:center;background:#0000;border:none;border-radius:50%;color:#dc3545;cursor:pointer;display:flex;justify-content:center;min-height:36px;min-width:36px;padding:.3rem;transition:all .2s ease}.ChangeNominee-removeButton:hover{background-color:#fff5f5;transform:scale(1.1)}.ChangeNominee-removeButton:active{transform:scale(.95)}.ChangeNominee-nomineeFieldsGrid{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:1fr}.ChangeNominee-formField{display:flex;flex-direction:column;gap:.35rem}.ChangeNominee-formFieldFull{grid-column:1/-1}.ChangeNominee-fieldLabel{color:#343a40;display:block;font-size:.875rem;font-weight:600}.ChangeNominee-input,.ChangeNominee-select,.ChangeNominee-textarea{background-color:#fff;border:1.5px solid #ced4da;border-radius:6px;box-sizing:border-box;color:#495057;font-family:inherit;font-size:.9375rem;height:44px;min-height:44px;padding:.5rem;transition:all .2s ease;width:100%}.ChangeNominee-input:focus,.ChangeNominee-select:focus,.ChangeNominee-textarea:focus{border-color:#4183da;box-shadow:0 0 0 3px #4183da1a;outline:none}.ChangeNominee-input::placeholder,.ChangeNominee-textarea::placeholder{color:#adb5bd}.ChangeNominee-textarea{line-height:1.5;overflow-y:auto;resize:none}.ChangeNominee-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23495057' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.ChangeNominee-requiredStar{color:#dc3545;margin-left:.125rem}.ChangeNominee-addNomineeButton{align-items:center;background-color:#fff;border:none;border-radius:4px;color:#007bff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.35rem;margin-top:.5rem;min-height:40px;transition:all .2s ease}.ChangeNominee-addNomineeButton:disabled{cursor:not-allowed;opacity:.5}.ChangeNominee-buttonGroup{border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;padding-top:1rem}.ChangeNominee-primaryButton{align-items:center;background:linear-gradient(135deg,#4183da,#2868b8);border:none;border-radius:6px;box-shadow:0 4px 6px #4183da4d;color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:700;gap:.35rem;justify-content:center;letter-spacing:.5px;min-height:44px;min-width:140px;padding:.65rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.ChangeNominee-primaryButton:hover:not(:disabled){box-shadow:0 6px 12px #4183da66;transform:translateY(-2px)}.ChangeNominee-primaryButton:active:not(:disabled){transform:translateY(0)}.ChangeNominee-primaryButton:disabled{cursor:not-allowed;opacity:.7;transform:none}.ChangeNominee-secondaryButton{background-color:#ffb300;border:none;border-radius:6px;box-shadow:0 4px 6px #ffb3004d;color:#212529;cursor:pointer;font-size:.9375rem;font-weight:700;letter-spacing:.5px;min-height:44px;min-width:140px;padding:.65rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.ChangeNominee-secondaryButton:hover:not(:disabled){background-color:#ffa000;box-shadow:0 6px 12px #ffb30066;transform:translateY(-2px)}.ChangeNominee-secondaryButton:active:not(:disabled){transform:translateY(0)}.ChangeNominee-secondaryButton:disabled{cursor:not-allowed;opacity:.7;transform:none}.ChangeNominee-spinner{animation:nomineeSpin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes nomineeSpin{to{transform:rotate(1turn)}}@media (max-width:479px){.ChangeNominee-container{padding:.4rem}.ChangeNominee-cardBody{padding:.75rem}.ChangeNominee-sectionHeader{font-size:1rem;padding:.6rem .85rem}.ChangeNominee-buttonGroup{flex-direction:column;gap:.5rem;margin-top:1rem}.ChangeNominee-primaryButton,.ChangeNominee-secondaryButton{justify-content:center;width:100%}.ChangeNominee-nomineeCard{padding:.65rem}.ChangeNominee-breadcrumb{font-size:.75rem}.ChangeNominee-formGroup{margin-bottom:.85rem}.ChangeNominee-nomineesSection{gap:.65rem}.ChangeNominee-nomineeFieldsGrid{gap:.5rem}.ChangeNominee-pageHeader{margin-bottom:.6rem}.ChangeNominee-header{font-size:1.1rem}}@media (min-width:480px) and (max-width:767px){.ChangeNominee-container{padding:.5rem}.ChangeNominee-nomineeFieldsGrid{grid-template-columns:1fr}.ChangeNominee-cardBody{padding:.85rem}}@media (min-width:768px){.ChangeNominee-container{padding:.75rem}.ChangeNominee-cardBody{padding:1.25rem}.ChangeNominee-nomineeFieldsGrid{gap:.85rem;grid-template-columns:repeat(2,1fr)}.ChangeNominee-formFieldFull{grid-column:1/-1}.ChangeNominee-formGroup{align-items:center;flex-direction:row}.ChangeNominee-formLabel{margin-bottom:0;min-width:150px}.ChangeNominee-buttonGroup{justify-content:flex-start}}@media (min-width:1024px){.ChangeNominee-container{padding:1rem}.ChangeNominee-cardBody{padding:1.5rem}.ChangeNominee-formLabel{min-width:180px}.ChangeNominee-nomineeFieldsGrid{gap:.9rem;grid-template-columns:repeat(3,1fr)}.ChangeNominee-formFieldFull{grid-column:auto}}@media (min-width:1280px){.ChangeNominee-container{padding:1.25rem 1.5rem}.ChangeNominee-nomineeFieldsGrid{gap:1rem;grid-template-columns:repeat(3,1fr)}.ChangeNominee-cardBody{padding:1.75rem}}@media (min-width:1600px){.ChangeNominee-container{padding:1.5rem 2rem}.ChangeNominee-mainContent,.ChangeNominee-pageHeader{max-width:1600px}.ChangeNominee-card{max-width:1500px}.ChangeNominee-cardBody{padding:2rem}.ChangeNominee-nomineeFieldsGrid{gap:1.25rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:1920px){.ChangeNominee-container{padding:20px}.ChangeNominee-pageHeader{max-width:1600px}.ChangeNominee-mainContent{max-width:1700px}.ChangeNominee-card{max-width:1600px}.ChangeNominee-cardBody{padding:2.25rem}.ChangeNominee-nomineeFieldsGrid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}.ChangeNominee-addNomineeButton:focus-visible,.ChangeNominee-primaryButton:focus-visible,.ChangeNominee-removeButton:focus-visible,.ChangeNominee-secondaryButton:focus-visible{outline:1px solid #4183da}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.ChangeNominee-container{background-color:#fff;padding:0}.ChangeNominee-card{border:1px solid #ddd;box-shadow:none}.ChangeNominee-addNomineeButton,.ChangeNominee-buttonGroup,.ChangeNominee-removeButton{display:none}.ChangeNominee-sectionHeader{background:none;border-bottom:2px solid #000;color:#000}}@media (max-width:767px) and (orientation:landscape){.ChangeNominee-container{padding:.35rem}.ChangeNominee-cardBody{padding:.65rem}}@media (hover:none) and (pointer:coarse){.ChangeNominee-radioLabel,.ChangeNominee-removeButton{min-height:44px;min-width:44px}.ChangeNominee-input,.ChangeNominee-select,.ChangeNominee-textarea{font-size:16px}}.comments-page{min-height:100vh;padding:1rem}.comments-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:0 auto 2rem;max-width:1200px;overflow:hidden}.comments-header{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);overflow:hidden;position:relative}.comments-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.comments-header-content{align-items:center;display:flex;gap:1.3rem;justify-content:flex-start;padding:1.5rem;position:relative;z-index:1}.comments-header-icon{align-items:center;color:#fff;display:flex;flex-shrink:0;justify-content:center;padding:1rem}.comments-header-text{align-items:center;display:flex;flex:1 1;gap:1.5rem;min-width:0}.comments-title{color:#fff;flex-shrink:0;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:0;text-shadow:0 2px 4px #0000001a}.comments-divider{color:#fff9;flex-shrink:0;font-size:1.5rem;font-weight:300}.comments-subtitle{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#ffffffe6;flex-shrink:0;font-size:1rem;font-weight:400;margin:0;padding:.5rem 1rem;white-space:nowrap}.comments-form{padding:2rem}.comments-label{color:#374151;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.comments-required{color:#ef4444;margin-left:2px}.comments-textarea{border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.5;min-height:100px;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.comments-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.comments-textarea::placeholder{color:#9ca3af}.comments-button-group{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.comments-btn{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;min-width:120px;padding:.75rem 2rem;transition:all .2s ease}.comments-btn-save{background-color:#22c55e;color:#fff}.comments-btn-save:hover{background-color:#16a34a;box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}.comments-btn-cancel{background-color:#ef4444;color:#fff}.comments-btn-cancel:hover{background-color:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.comments-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:0 auto;max-width:1200px;overflow:hidden}.comments-table-header{align-items:center;background-color:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.5rem 2rem}.comments-table-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.comments-count{background-color:#667eea;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.comments-empty{color:#6b7280;padding:4rem 2rem;text-align:center}.comments-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.comments-empty p{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.comments-table-wrapper{overflow-x:auto}.comments-table{border-collapse:initial;border-spacing:0;font-family:inherit;width:100%}.comments-table thead{background:linear-gradient(135deg,#667eea,#764ba2)}.comments-table th{background:#0000;border:none;color:#fff;font-weight:600;letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap}.comments-table td,.comments-table th{font-size:.875rem;padding:1.25rem 1.5rem}.comments-table td{background:#fff;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:top}.comments-table tbody tr:hover{background-color:#f9fafb}.comments-table tbody tr:last-child td{border-bottom:none}.comments-date{color:#6b7280;font-weight:500}.comments-author{color:#1f2937;font-weight:600}.comments-text{line-height:1.5;word-break:break-word}@media (max-width:1024px){.comments-header-text{align-items:flex-start;flex-direction:column;gap:.5rem}.comments-divider{display:none}.comments-subtitle{flex-shrink:1;white-space:normal}}@media (max-width:768px){.comments-page{padding:.5rem}.comments-container,.comments-table-container{border-radius:8px;margin:0 0 1rem}.comments-header-content{gap:1rem;padding:1.5rem}.comments-header-icon{padding:.75rem}.comments-title{font-size:1.5rem}.comments-subtitle{font-size:.875rem;padding:.375rem .75rem}.comments-form{padding:1.5rem}.comments-button-group{align-items:stretch;flex-direction:column}.comments-btn{width:100%}.comments-table-header{align-items:flex-start;flex-direction:column;padding:1rem}.comments-table td,.comments-table th{padding:1rem}.comments-empty{padding:3rem 1rem}}@media (max-width:640px){.comments-page{padding:.25rem}.comments-header-content{gap:.75rem;padding:1rem}.comments-header-icon{padding:.625rem}.comments-title{font-size:1.25rem}.comments-subtitle{font-size:.8rem;padding:.25rem .625rem}.comments-form{padding:1rem}.comments-textarea{font-size:1rem;padding:.75rem}.comments-btn{font-size:.875rem;padding:.75rem 1rem}.comments-table-header{padding:1rem}.comments-table-title{font-size:1.25rem}.comments-table,.comments-table tbody,.comments-table td,.comments-table th,.comments-table thead,.comments-table tr{display:block}.comments-table thead tr{left:-9999px;position:absolute;top:-9999px}.comments-table tr{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;overflow:hidden}.comments-table td{border:none;border-bottom:1px solid #f3f4f6;padding:1rem 1rem 1rem 35%;position:relative}.comments-table td:last-child{border-bottom:none}.comments-table td:before{color:#374151;content:attr(data-label) ": ";font-size:.75rem;font-weight:600;left:1rem;letter-spacing:.05em;position:absolute;text-transform:uppercase;width:30%}.comments-empty{padding:2rem 1rem}.comments-empty-icon{font-size:2rem}}@media (max-width:480px){.comments-table td{padding:.75rem .75rem .75rem 40%}.comments-table td:before{left:.75rem;width:35%}.comments-header-content{gap:.5rem}.comments-title{font-size:1.125rem}.comments-subtitle{font-size:.75rem;max-width:calc(100vw - 120px)}}@media (prefers-reduced-motion:reduce){.comments-btn,.comments-textarea{transition:none}.comments-btn:hover{transform:none}}@media (prefers-contrast:high){.comments-btn,.comments-container,.comments-table-container,.comments-textarea{border:2px solid #000}}.documents-page-container{padding:1.1rem}.documents-header{margin-bottom:1rem}.documents-title{color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.documents-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:14px;font-weight:600;gap:6px;line-height:1.2;margin:0 0 .875rem;row-gap:2px;white-space:nowrap}.documents-breadcrumb span{display:inline-block;vertical-align:middle}.documents-sep{margin:0 4px}.documents-current{color:#007bff}.documents-sep{color:#adb5bd;-webkit-user-select:none;user-select:none}.documents-main-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;min-height:400px;padding:30px}.documents-upload-box{background-color:#f8f9ff;border:2px dashed #007bff;border-radius:6px;margin-bottom:20px;padding:20px}.documents-upload-heading{color:#007bff;font-size:16px;margin:0 0 15px}.documents-upload-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px}.documents-input-group{display:flex;flex-direction:column;min-width:200px}.documents-flex-1{flex:1 1}.documents-label{color:#000;display:block;font-size:14px;font-weight:500;margin-bottom:8px;white-space:nowrap}.documents-input{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;height:42px;padding:10px 12px;width:100%}.documents-input:focus-visible{outline:1px solid #4183da}.documents-file-input-wrapper{position:relative;width:100%}.documents-file-label{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#6c757d;cursor:pointer;display:block;display:flex;font-size:14px;height:42px;padding:10px 12px;text-align:left;transition:all .3s ease;width:100%}.documents-file-label.documents-selected{background-color:#f8fff8;border:2px solid #28a745;color:#000}.documents-file-selected{color:#28a745;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-file-placeholder,.documents-file-selected{align-items:center;display:flex;gap:8px}.documents-hidden-file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.documents-file-size{color:#6c757d;font-size:12px;margin-left:5px}.documents-upload-btn{align-items:center;background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:not-allowed;display:flex;font-size:14px;font-weight:500;gap:5px;height:42px;justify-content:center;min-width:120px;padding:10px 20px;white-space:nowrap}.documents-upload-btn.documents-active{background-color:#28a745;cursor:pointer}.documents-progress-container{background-color:#e9f4ff;border:1px solid #bee5eb;border-radius:4px;margin-top:15px;padding:10px}.documents-progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.documents-progress-percent,.documents-progress-title{color:#007bff;font-size:14px;font-weight:500}.documents-progress-bar{background-color:#e9ecef;border-radius:4px;height:8px;overflow:hidden;width:100%}.documents-progress-fill{background-color:#007bff;height:100%;transition:all .3s ease}.documents-progress-fill.documents-processing{animation:documents-pulse 1.5s infinite;background-color:#ffc107;width:100%}.documents-progress-message{color:#6c757d;font-size:12px;margin-top:5px;text-align:center}.documents-existing-section{margin-bottom:30px}.documents-section-title{color:#000;font-size:18px;font-weight:600;margin-bottom:20px}.documents-empty{color:#6c757d;font-size:16px;padding:40px;text-align:center}.documents-item-card{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:15px;padding:20px}.documents-item-row{align-items:center;display:flex;gap:15px;justify-content:space-between}.documents-item-info{flex:1 1;margin-right:20px;min-width:0}.documents-item-name{color:#000;display:block;font-size:16px;font-weight:500;margin-bottom:5px;word-break:break-word}.documents-item-meta{color:#6c757d;font-size:12px}.documents-item-actions{flex-shrink:0}.documents-inline-progress,.documents-item-actions{align-items:center;display:flex;gap:10px}.documents-inline-bar{background-color:#e9ecef;border-radius:3px;height:6px;overflow:hidden;width:100px}.documents-inline-fill{background-color:#007bff;height:100%;transition:width .3s ease}.documents-inline-percent{color:#6c757d;font-size:12px}.documents-action-group{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.documents-uploaded-mark{color:#28a745;font-size:14px;font-weight:500;white-space:nowrap}.documents-action-btn{align-items:center;background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:36px;justify-content:center;min-width:36px;padding:8px 10px}.documents-action-btn.documents-view{background:#007bff}.documents-action-btn.documents-delete{background:#dc3545}.documents-action-btn:hover{opacity:.9}.documents-error{color:#dc3545;font-size:14px;font-weight:500}.documents-actions-row{border-top:1px solid #e9ecef;display:flex;gap:10px;justify-content:flex-end;padding-top:20px}.documents-back-btn{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.documents-back-btn:hover{background-color:#5a6268}.documents-modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.documents-modal{background-color:#fff;border-radius:8px;max-height:90vh;max-width:90vw;max-width:800px;overflow:hidden;position:relative;width:100%}.documents-modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:15px}.documents-modal-title{color:#000;flex:1 1;margin:0 15px 0 0;word-break:break-word}.documents-modal-close{background:none;border:none;color:#6c757d;cursor:pointer;flex-shrink:0;font-size:18px;padding:5px}.documents-modal-body{max-height:60vh;overflow:auto;padding:20px;text-align:center}.documents-modal-image{max-height:60vh;max-width:100%;object-fit:contain}.documents-modal-fallback,.documents-modal-file{color:#6c757d;padding:40px;text-align:center}.documents-modal-footer{background-color:#f8f9fa;border-top:1px solid #e9ecef;color:#000;padding:15px;word-break:break-word}@media (max-width:768px){.documents-page-container{padding:15px}.documents-main-card{padding:20px}.documents-title{font-size:1.5rem}.documents-upload-row{align-items:stretch;flex-direction:column}.documents-input-group{min-width:0;min-width:auto;width:100%}.documents-flex-1{flex:none}.documents-upload-btn{margin-top:10px;width:100%}.documents-actions-row{justify-content:center}.documents-modal{margin:10px;max-height:calc(100vh - 20px);max-width:calc(100vw - 20px)}.documents-modal-body{max-height:50vh;padding:15px}.documents-modal-image{max-height:50vh}}@media (max-width:480px){.documents-page-container{padding:10px}.documents-main-card,.documents-upload-box{padding:15px}.documents-title{font-size:1.3rem}.documents-breadcrumb{font-size:12px}.documents-item-card{padding:15px}.documents-action-btn{font-size:12px;height:32px;min-width:32px;padding:6px 8px}.documents-uploaded-mark{font-size:12px}.documents-modal-header{padding:10px}.documents-modal-title{font-size:16px}.documents-modal-body{padding:10px}.documents-modal-footer{font-size:12px;padding:10px}}@media (min-width:1200px){.documents-upload-row{align-items:flex-end}.documents-input-group{min-width:250px}}.remove-account-loading{align-items:center;font-size:18px;justify-content:center;padding:20px}.remove-account-loading,.remove-account-page{color:#333;display:flex;font-family:Arial,sans-serif}.remove-account-page{align-items:flex-start;flex-direction:column;margin:0 auto;min-height:89vh;padding:20px 30px}.remove-account-title{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto 0 0;width:100%}.remove-account-muted{color:#6c757d;font-size:14px;font-weight:700}.remove-account-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:14px;font-weight:600;gap:6px;line-height:1.2;margin:12px 0 14px;row-gap:2px;white-space:nowrap}.remove-account-breadcrumb span{display:inline-block;vertical-align:middle}.remove-account-sep{margin:0 4px}.remove-account-current{color:#007bff}.remove-account-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;flex-grow:0;margin-bottom:24px;margin-left:0;margin-right:auto;max-width:1100px;overflow:visible;padding:10px 20px;width:100%}.remove-account-card-title{color:#333;font-size:20px;margin-bottom:8px}.remove-account-description{color:#555;font-size:15px;margin-bottom:20px}.remove-account-list{color:#555;column-count:2;column-gap:28px;font-size:14px;list-style:disc outside;margin-bottom:30px;margin-left:20px;padding:0}.remove-account-list li{break-inside:avoid;margin-bottom:10px;page-break-inside:avoid}.remove-account-actions{border-top:1px solid #eee;display:flex;gap:15px;justify-content:left;padding-top:12px}.btn-remove-member{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.btn-remove-member:disabled{cursor:not-allowed;opacity:.7}.btn-cancel{background-color:#ffc107;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:16px;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.btn-cancel:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.remove-account-card{max-width:100%}.remove-account-actions{align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:10px}.remove-account-list{column-count:1}.btn-cancel,.btn-remove-member{display:block;text-align:center;width:100%}}.lsa-page{min-height:91vh;padding:.75rem 1.25rem 1.1rem}.lsa-header{background:#0000!important;border:none;border-radius:0!important;box-shadow:none!important;margin:0 0 .4rem;padding:.6rem 0 .4rem!important;width:100%}.lsa-title{color:#1f4ea3;font-size:1.1rem;font-weight:800;margin:0}.lsa-title span{color:#6c757d;font-size:.9rem;font-weight:700;text-transform:uppercase}.lsa-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:.4rem;line-height:1.2;margin:.75rem 0 .9rem;row-gap:.2rem;white-space:nowrap}.lsa-breadcrumb span{display:inline-block;vertical-align:middle}.lsa-current{color:#007bff}.lsa-breadcrumb-sep{margin:0 .4rem}.lsa-content{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0220470f;display:flex;flex-wrap:wrap;gap:0;height:100%;justify-content:flex-start;margin:0;padding:.9rem;width:100%}.lsa-form-card{background:#0000;border:none;border-radius:0;border-right:1px solid #e6ecf5;box-shadow:none;margin-right:.7rem;order:1;padding:.6rem .7rem .6rem 0;width:65%}.lsa-form-card,.lsa-form-card form{display:flex;flex-direction:column;height:100%}.lsa-form-title{color:#2c3e50;font-size:.9rem;font-weight:700;margin:0 0 .9rem}.lsa-alert{border-radius:8px;margin-bottom:.8rem;padding:.6rem .75rem}.lsa-alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.lsa-alert-success{background-color:#d1e7dd;border:1px solid #badbcc;color:#0f5132}.lsa-form-group{margin-bottom:.9rem;max-width:320px}.lsa-label{color:#334155;display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.lsa-required{color:red}.lsa-select{background-color:#fff;border:1px solid #e1e8ed;border-radius:8px;display:block;font-size:.9rem;max-width:100%;padding:.6rem .75rem;width:100%}.lsa-helper-text{color:#6c757d;font-size:.7rem;margin-top:.4rem}.lsa-actions{display:flex;gap:.7rem;justify-content:flex-start;margin-top:auto;padding-top:.6rem}.btn{border-radius:8px;font-size:13px;font-weight:800;padding:10px 18px;text-transform:none}.btn-primary{background:linear-gradient(135deg,#4f8dfc,#2f6eea);box-shadow:0 4px 10px #2f6eea40}.btn-primary:hover{background:linear-gradient(135deg,#5b97fd,#2a63d4)}.btn-danger{background-color:#dc3545}.btn-disabled{background-color:#94a3b8;cursor:not-allowed}.lsa-side{grid-gap:8px;align-self:flex-start;color:#333;display:grid;gap:8px;grid-template-rows:auto 1fr;height:100%;margin-left:10px;order:2;padding-left:0;text-align:left;width:30%}.lsa-side-title{background:#0000;border:none;border-radius:0;color:#1f4ea3;font-size:14px;font-weight:800;padding:0;text-align:left}.lsa-side-card{background-color:initial;border:none;box-shadow:none;font-size:13px;height:100%;padding:0 2px}.lsa-row{align-items:center;display:flex;gap:6px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lsa-row strong{color:#334155;flex:0 0 auto;white-space:nowrap}.lsa-instructions{align-self:stretch;background-color:#e9f4ff;border:1px solid #b8daff;border-radius:10px;color:#004085;font-size:13px;margin-top:8px;order:3;padding:16px 18px;width:100%}.lsa-instructions-title{font-size:14px;margin:0 0 10px}.lsa-instructions-list{margin:0;padding-left:18px}.lsa-instructions-list li{margin-bottom:5px}.status-text-active{color:#28a745;font-weight:700}.status-text-inactive{color:#dc3545;font-weight:700}@media (max-width:900px){.lsa-content{padding:12px}.lsa-form-card,.lsa-side{width:100%}.lsa-form-group{max-width:100%}.lsa-title span{font-size:14px}}@media (max-width:600px){.lsa-header{border-radius:8px;margin-bottom:8px;padding:14px 0}.lsa-title{font-size:16px}.lsa-breadcrumb{font-size:12px;padding:8px 0 0}.lsa-content{gap:12px;padding:12px 16px}.lsa-form-card{border-right:none;margin-right:0;padding:14px}.lsa-form-title{font-size:15px;margin-bottom:12px}.lsa-actions{flex-direction:column;gap:12px}.btn{width:100%}}.mla-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:.6rem}.mla-card--header{background:#0000!important;border-radius:0!important;box-shadow:none!important;margin:0 .6rem .25rem;padding:.6rem 0 .35rem!important}.mla-card--content{padding:1.2rem}.mla-title{border-bottom:none;color:#1f4ea3;font-size:1.1rem;font-weight:800;margin:0;padding-bottom:0}.mla-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:.4rem;line-height:1.2;margin:.8rem 0 .9rem;row-gap:.2rem;white-space:nowrap}.mla-breadcrumb span{display:inline-block;vertical-align:middle}.mla-sep{margin:0 .25rem}.mla-current{color:#007bff}.mla-panel{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1.2rem;padding:1.1rem}.mla-panel-title{border-bottom:1px solid #dee2e6;color:#495057;margin-bottom:.9rem;padding-bottom:.6rem}.mla-info-grid{grid-gap:.8rem;color:#333;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.status-cont{border-radius:4px;color:#fff;font-size:.8rem;padding:.25rem .5rem}.status-cont.is-active{background-color:#28a745}.status-cont.is-closed{background-color:#dc3545}.status-cont.is-other{background-color:#6c757d}.status-cont.is-matured{background-color:#17a2b8}.mla-form-container{margin:0 auto;max-width:600px}.mla-intro{color:#333;font-size:.9rem;margin-bottom:1.2rem;text-align:center}.mla-alert{background:#ffebee;border:1px solid #ffcdd2;border-radius:4px;color:#c62828;padding:.6rem .75rem}.form-group,.mla-alert{margin-bottom:1.2rem}.form-label{color:#333;display:block;font-weight:700;margin-bottom:.45rem}.form-select{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:.9rem;padding:.6rem;width:100%}.form-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.helper-text{color:#666;font-size:.75rem;margin-top:.3rem}.helper-text-success{color:#28a745;font-size:.75rem;margin-top:.3rem}.form-actions{gap:.8rem;justify-content:center}.btn{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px 30px;text-transform:uppercase;transition:background-color .2s ease}.btn:disabled{cursor:not-allowed}.btn-primary{background:#28a745}.btn-primary:disabled{background:#ccc}.btn-danger{background:#dc3545}.btn-danger:disabled{background:#ccc}.btn-wide{min-width:180px}.btn-medium{min-width:120px}@media (max-width:600px){.mla-card--header{padding:14px}.mla-card--content{padding:16px}.mla-title{font-size:1.125rem;margin-bottom:8px;padding-bottom:8px}.mla-breadcrumb{font-size:12px;gap:6px;margin-bottom:14px}.mla-panel{margin-bottom:20px;padding:14px}.mla-panel-title{font-size:1rem;margin-bottom:10px;padding-bottom:8px}.mla-info-grid{gap:10px;grid-template-columns:1fr}.mla-intro{font-size:14px;margin-bottom:20px}.form-label,.form-select{font-size:13px}.form-select{padding:10px}.helper-text,.helper-text-success{font-size:11px}.form-actions{flex-direction:column;gap:10px}.btn{font-size:13px;padding:10px 16px}.btn-medium,.btn-wide{min-width:100%}}.ForeClose-container{display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;padding:20px}.ForeClose-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.ForeClose-back-btn{margin-left:auto}.ForeClose-header{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:26px;font-weight:700;margin-bottom:14px}.ForeClose-subtitle{color:#6c757d;font-size:16px;margin-left:.38rem}.ForeClose-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:wrap;font-size:14px;font-weight:600;gap:6px;line-height:1.2;margin:0 0 10px;row-gap:2px;white-space:nowrap}.ForeClose-crumb-current{color:#007bff}.ForeClose-sep{margin:0 4px}.ForeClose-warning-banner{background-color:#f8d7da;border:1px solid #f1aeb5;border-radius:6px;box-shadow:0 2px 6px #0000000f;color:#842029;font-size:14px;font-weight:400;margin:10px 0;padding:12px 20px}.ForeClose-main-content{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;justify-content:"center";margin-top:6px}.ForeClose-left-column{flex:0 0 65%;flex:1 1;max-width:65%;max-width:70%}.ForeClose-right-column{min-width:280px}.ForeClose-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 8px #0000000f;margin:20px 0;padding:20px}.ForeClose-form-title{border-bottom:1px solid #d3d3d3;color:#333;font-size:18px;margin-bottom:20px;padding-bottom:10px}.ForeClose-form-fields{grid-gap:12px;display:grid;gap:12px}.ForeClose-form-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:250px 1fr}.ForeClose-label{color:#666;font-size:13px;font-weight:600}.ForeClose-required{color:red}.ForeClose-label-note{color:#007bff;font-size:11px;font-weight:400}.ForeClose-input{border:1px solid #ddd;border-radius:3px;font-size:13px;height:32px;outline:none;padding:6px 8px;width:auto}.ForeClose-input-readonly{background-color:#f5f5f5}.ForeClose-input-date,.ForeClose-input-readonly{border:1px solid #ddd;border-radius:3px;font-size:13px;height:32px;outline:none;padding:6px 8px;width:200px}.ForeClose-table-wrapper{width:100%}.ForeClose-table{border:1px solid #ddd;border-collapse:collapse;color:#000;font-size:12px;width:100%}.ForeClose-table-header{background-color:#f5f5f5}.ForeClose-table-th{border:1px solid #ddd;font-size:12px;font-weight:700;padding:6px;text-align:center}.ForeClose-table-td{border:1px solid #ddd;padding:4px;text-align:center}.ForeClose-table-input{border:1px solid #ddd;border-radius:2px;font-size:12px;height:24px;padding:2px 4px;text-align:center;width:70px}.ForeClose-table-td:has(input.ForeClose-table-input-readonly){background-color:#f5f5f5}.readonly{background-color:#f5f5f5}.ForeClose-table-input-readonly{background-color:#f5f5f5;border:0 solid #ddd;border-radius:2px;font-size:12px;height:24px;padding:2px 4px;text-align:center;width:70px}.ForeClose-table-td-readonly{background-color:#f5f5f5;border:1px solid #ddd;font-size:12px;padding:4px;text-align:center}.ForeClose-label-with-icon{align-items:center;display:flex;gap:5px}.ForeClose-info-icon{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-size:10px;font-weight:700;height:16px;justify-content:center;-webkit-user-select:none;user-select:none;width:16px}.ForeClose-form-row-total{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:250px 1fr;margin-top:10px}.ForeClose-label-total{color:#333;font-size:14px;font-weight:700}.ForeClose-signature{border:1px solid #ccc;border-radius:4px;max-height:100px;max-width:200px;padding:5px}.ForeClose-signature-span{color:#6c757d;font-style:italic}.ForeClose-signature-span.block{display:block}.ForeClose-input-total{background-color:#f5f5f5;border:2px solid #007bff;border-radius:3px;font-size:14px;font-weight:700;outline:none;padding:6px 8px;width:200px}.ForeClose-form-row-final{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:250px 1fr;margin-top:10px}.ForeClose-label-final{color:#333;font-size:15px;font-weight:700}.ForeClose-input-final{background-color:#f8fff8;border:2px solid #28a745;border-radius:4px;font-size:16px;font-weight:700;outline:none;padding:8px 12px;width:200px}.ForeClose-action-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:30px}.ForeClose-button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px}.ForeClose-requestLetterPreview{margin-top:10px}.ForeClose-requestLetterPreview button{background:none;border:none;color:#608ecb;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.ForeClose-button.raise{background-color:#28a745}.ForeClose-button.cancel{background-color:#dc3545}.ForeClose-right-column{flex:0 0 30%;max-width:30%}.ForeClose-collapsible-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 8px #0000000f;margin:20px 0}.ForeClose-collapsible-header{align-items:center;border-bottom:1px solid #e5e7eb;border-top-left-radius:8px;border-top-right-radius:8px;cursor:default;display:flex;justify-content:space-between;padding:10px}.ForeClose-collapsible-header,.ForeClose-collapsible-header-gray,.ForeClose-collapsible-header-green,.ForeClose-collapsible-header-yellow{background-color:#fff;color:#111827}.ForeClose-collapsible-icon{display:none!important}.ForeClose-collapsible-content{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;padding-top:10px}.ForeClose-info-list{list-style-type:none;margin:0;padding:10px}.ForeClose-info-item{color:#212529;display:flex;justify-content:space-between;margin-bottom:8px}.ForeClose-info-item.bold{font-weight:700}.ForeClose-modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.ForeClose-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:80%;max-width:500px;overflow:auto;padding:20px;width:90%}.ForeClose-modal-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.ForeClose-modal-title{color:#333;font-size:18px;margin:0}.ForeClose-modal-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;padding:0;width:24px}.ForeClose-modal-body{color:#333;line-height:1.6}.ForeClose-modal-footer{margin-top:20px;text-align:right}.ForeClose-modal-section{border-radius:4px;margin-bottom:15px;padding:12px}.ForeClose-modal-section.rate-info{background-color:#f5f5f5}.ForeClose-modal-section.calculation-info{background-color:#e8f5e8}.ForeClose-modal-section-margin{margin-bottom:8px}.ForeClose-modal-subtext{color:#666;font-size:12px}.ForeClose-modal-body strong{color:#222}.ForeClose-modal-netrate{color:#007bff;font-weight:700}.ForeClose-modal-penalcharges{color:#dc3545;font-weight:700}.ForeClose-modal-principal{color:#666;font-size:12px}.ForeClose-modal-principalnote{font-style:italic;margin-top:8px}.ForeClose-modal-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}@media (max-width:768px){.ForeClose-main-content{flex-direction:column}.ForeClose-left-column,.ForeClose-right-column{flex:1 1;max-width:100%}.ForeClose-form-row,.ForeClose-form-row-final,.ForeClose-form-row-total{grid-template-columns:1fr}}.ForeClose-sectionHeader{background-color:#608ecb;border-radius:8px 8px 0 0;color:#fff;font-size:18px;font-weight:700;padding:15px 20px}.ForeClose-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.ForeClose-formCard{flex:2 1}.ForeClose-infoCard{flex:1 1;padding:0}.ForeClose-collapsibleHeader{align-items:center;background-color:#608ecb;border-radius:8px 8px 0 0;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;justify-content:space-between;padding:15px 20px;-webkit-user-select:none;user-select:none}.ForeClose-collapsibleContent{background-color:#fff;border:1px solid #e9ecef;border-radius:0 0 8px 8px;border-top:none;opacity:1;overflow:hidden;padding:20px;transition:max-height .4s ease-in,opacity .4s ease-in,padding .4s ease-in}.ForeClose-collapsibleContent.closed{height:0;opacity:0;padding-bottom:0;padding-top:0}.ForeClose-formGroup{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.ForeClose-formLabel{color:#495057;flex-shrink:0;font-size:14px;font-weight:700;min-width:170px;text-align:left}.ForeClose-formInputContainer{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:10px}.ForeClose-inputReact,.ForeClose-textarea{border:1px solid #b2ebf2;border-radius:4px;box-sizing:border-box;font-size:14px;padding:10px;width:100%}.ForeClose-textarea{min-height:70px;resize:vertical}.ForeClose-readOnlyInput{background-color:#dee0df;cursor:not-allowed}.ForeClose-alert{border-radius:4px;font-size:14px;font-weight:500;margin-bottom:15px;padding:12px 15px}.ForeClose-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.ForeClose-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.ForeClose-buttonGroup{display:flex;gap:10px;justify-content:flex-start;margin-top:20px}.ForeClose-primaryButton{background-color:#608ecb;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 25px;text-transform:uppercase;transition:background-color .3s ease}.ForeClose-atr{background-color:#6c757d;cursor:not-allowed;opacity:.6}.ForeClose-natr{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:14px;margin-bottom:15px;padding:12px 15px}.ForeClose-secondaryButton{background-color:#dc3545;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 25px;text-transform:uppercase;transition:background-color .3s ease}.ForeClose-requiredStar{color:#dc3545;font-size:16px;margin-left:5px}.ForeClose-multiInputRowGroup{align-items:flex-start;gap:10px;margin-bottom:12px}.ForeClose-multiInputContainer{display:flex;flex-grow:1;flex-wrap:wrap;gap:5px}.ForeClose-multiInputColumn{display:flex;flex:1 1;flex-direction:column;min-width:95px}.ForeClose-multiInputSubLabel{color:#6c757d;font-size:12.5px;margin-bottom:3px;text-align:center}.ForeClose-infoParagraph{color:#495057;font-size:14px}.ForeClose-infoParagraph,.ForeClose-infoRow{display:flex;justify-content:space-between;margin-bottom:8px}.ForeClose-infoRow{align-items:baseline;font-size:14.5px}.ForeClose-infoLabel{color:#6c757d;font-weight:500;text-align:left}.ForeClose-infoValue{color:#343a40;font-weight:700;margin-left:auto;text-align:right}.ForeClose-radioLabel{align-items:center;color:#495057;display:flex;font-size:14px;margin-right:20px}.ForeClose-radioInput{margin-right:5px}.ForeClose-iframe{border:none;height:60vh;width:100%}.ForeClose-documents-display{display:none}.ForeClose-statusBadge{background-color:#e74c3c;border-radius:4px;color:#fff;display:flex;font-size:11px;justify-content:center;max-width:20px;padding:3px 6px;text-align:center}.ForeClose-statusBadge.joint{background-color:#2ecc71}.ForeClose-validationmsg{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:13px;margin-top:10px;padding:10px}@media (max-width:1220px){.ForeClose-main-content{flex-direction:column!important}}@media (max-width:1100px){.ForeClose-main-content{gap:15px}.ForeClose-left-column{flex:1 1!important;max-width:100%!important}.ForeClose-right-column{flex:0 0 35%!important;max-width:35%!important;min-width:240px!important}}@media (max-width:900px){.ForeClose-main-content{flex-direction:column!important}.ForeClose-right-column{min-width:0!important;min-width:auto!important}.ForeClose-left-column,.ForeClose-right-column{max-width:100%!important;width:100%!important}}@media (max-width:768px){.ForeClose-form-row,.ForeClose-form-row-final,.ForeClose-form-row-total{grid-template-columns:1fr!important}.ForeClose-label,.ForeClose-label-final,.ForeClose-label-total{min-width:auto!important;width:100%!important}.ForeClose-input,.ForeClose-input-final,.ForeClose-input-total{width:100%!important}.ForeClose-table-input{width:55px!important}}@media (max-width:600px){.ForeClose-sectionHeader{font-size:15px}.ForeClose-header{font-size:17px!important}.ForeClose-form-container{padding:15px!important}.ForeClose-main-content{gap:10px!important}.ForeClose-right-column{margin-top:10px!important}.ForeClose-collapsibleHeader{font-size:16px!important;padding:12px!important}.ForeClose-collapsibleContent{padding:15px!important}.ForeClose-breadcrumb{font-size:12px}.ForeClose-buttonGroup *{font-size:12px!important}}.quick-search-page{background:linear-gradient(90deg,#f7f9fc,#e3f2fd);min-height:90vh;padding:1.25rem}.quick-search-container{margin:0 auto;max-width:1200px;padding:clamp(1.5rem,4vw,2.5rem) 1.25rem}.quick-search-header{color:#2d3748;margin-bottom:2.5rem;text-align:center}.quick-search-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem;text-shadow:none}.quick-search-subtitle{color:#4a5568;font-size:1.125rem;font-weight:400;text-shadow:none}.quick-search-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 25px #00000014;margin-bottom:2.5rem;padding:clamp(1.5rem,4vw,2.5rem)}.quick-search-form{display:flex;flex-direction:column;gap:1.5rem}.quick-search-form-row{display:flex;flex-direction:column;gap:1rem;gap:12px}.quick-search-form-field{display:flex;flex-direction:column;gap:8px}.quick-search-form-label{align-items:center;color:#2d3748;display:flex;font-size:16px;font-weight:600;gap:8px;letter-spacing:.025em}.quick-search-label-icon{color:#667eea;font-size:18px}.custom-select-container{position:relative;width:100%}.custom-select-trigger{align-items:center;background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;color:#2d3748;cursor:pointer;display:flex;font-size:16px;justify-content:space-between;padding:14px 20px;transition:all .3s ease;width:100%}.custom-select-trigger:hover{border-color:#cbd5e0}.custom-select-trigger.open,.custom-select-trigger:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 4px 12px #0000001a;outline:none;transform:translateY(-1px)}.custom-select-trigger.disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed}.custom-select-text{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.custom-select-arrow{color:#667eea;flex-shrink:0;font-size:16px;margin-left:8px;transition:transform .3s ease}.custom-select-arrow.open{transform:rotate(180deg)}.custom-select-dropdown{background:#fff;border:2px solid #e2e8f0;border-radius:0 0 12px 12px;border-top:none;box-shadow:0 8px 25px #00000026;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.custom-select-option{word-wrap:break-word;border-bottom:1px solid #f1f5f9;color:#2d3748;cursor:pointer;line-height:1.4;padding:12px 20px;transition:background-color .2s ease;white-space:normal}.custom-select-option:hover{background-color:#f8fafc}.custom-select-option.selected{background-color:#667eea;color:#fff}.custom-select-option:last-child{border-bottom:none}.quick-search-input{background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;color:#2d3748;font-size:16px;padding:16px 20px;transition:all .3s ease;width:100%}.quick-search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 4px 12px #0000001a;outline:none;transform:translateY(-1px)}.quick-search-input:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed}.quick-search-input::placeholder{color:#a0aec0;font-style:italic}.quick-search-button-group{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.quick-search-submit-button{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:12px;box-shadow:0 8px 20px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;letter-spacing:.5px;min-width:140px;padding:.875rem 1.625rem;text-transform:uppercase;transition:all .3s ease}.quick-search-button-icon{font-size:1rem}.quick-search-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:0 12px 30px #667eea66;transform:translateY(-2px)}.quick-search-submit-button:active:not(:disabled){box-shadow:0 6px 15px #667eea4d;transform:translateY(-1px)}.quick-search-reset-button{align-items:center;background:linear-gradient(135deg,#6b7280,#9ca3af);border:none;border-radius:12px;box-shadow:0 8px 20px #6b72804d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;letter-spacing:.5px;min-width:140px;padding:.875rem 1.625rem;text-transform:uppercase;transition:all .3s ease}.quick-search-reset-button:hover:not(:disabled){background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 12px 30px #6b728066;transform:translateY(-2px)}.quick-search-reset-button:active:not(:disabled){box-shadow:0 6px 15px #6b72804d;transform:translateY(-1px)}.quick-search-reset-button:disabled{background:linear-gradient(135deg,#d1d5db,#e5e7eb);box-shadow:0 4px 10px #0000001a;color:#9ca3af;cursor:not-allowed;transform:none}.quick-search-results-section{animation:slideUp .5s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.quick-search-results-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:18px;font-weight:600;padding:16px 20px}.quick-search-results-title{align-items:center;display:flex;gap:8px}.quick-search-results-icon{color:#667eea;font-size:20px}.quick-search-table-container{max-height:70vh;overflow-x:auto;overflow-y:auto}.quick-search-table{background:#fff;border-collapse:collapse;border-spacing:0;font-size:14px;width:100%}.quick-search-table thead{background:linear-gradient(135deg,#1e40af,#3b82f6);position:-webkit-sticky;position:sticky;top:0;z-index:10}.quick-search-table th{background:#0000;border:none;color:#fff;font-size:13px;font-weight:600;letter-spacing:.05em;padding:12px 16px;position:relative;text-align:left;text-transform:uppercase}.quick-search-table td{border-bottom:1px solid #f1f5f9;color:#4a5568;padding:12px 16px;vertical-align:top}.quick-search-table tbody tr{transition:background-color .15s ease}.quick-search-table tbody tr:hover{background-color:#f8fafc}.quick-search-table tbody tr:nth-child(2n){background-color:#f9fafb}.quick-search-table tbody tr:nth-child(2n):hover{background-color:#f1f5f9}.quick-search-table tbody tr:last-child td{border-bottom:none}@media (max-width:768px){.quick-search-page{padding:10px 0}.quick-search-container{padding:20px 15px}.quick-search-title{font-size:36px}.quick-search-subtitle{font-size:16px}.quick-search-form-section{border-radius:15px;padding:30px 20px}.custom-select-trigger{font-size:16px;padding:14px 16px}.custom-select-text{font-size:15px}.custom-select-option{font-size:15px;line-height:1.3;padding:12px 16px}.quick-search-reset-button,.quick-search-submit-button{align-self:stretch;padding:16px 24px;width:-webkit-max-content;width:max-content}.quick-search-button-group{flex-direction:column;gap:12px}.quick-search-table{min-width:800px}.quick-search-table td,.quick-search-table th{font-size:13px;padding:12px 16px}.quick-search-table th{font-size:11px}.quick-search-results-header{font-size:18px;padding:15px 20px}}@media (max-width:480px){.quick-search-container{padding:15px 10px}.quick-search-title{font-size:28px}.quick-search-form-section{border-radius:12px;padding:25px 15px}.custom-select-trigger{font-size:14px;padding:12px 14px}.custom-select-text{font-size:14px}.custom-select-option{font-size:14px;line-height:1.3;padding:10px 14px}.custom-select-dropdown{max-height:250px}.quick-search-table td,.quick-search-table th{font-size:12px;padding:10px 12px}.quick-search-results-header{font-size:16px;padding:12px 15px}.quick-search-reset-button,.quick-search-submit-button{font-size:16px;padding:14px 22px}}.quick-search-loading{opacity:.7}.quick-search-loading-spinner{animation:spin 1s linear infinite}.quick-search-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.quick-search-container :focus{outline:2px solid #3b82f6;outline-offset:2px}.quick-search-input:focus,.quick-search-reset-button:focus,.quick-search-select:focus,.quick-search-submit-button:focus{outline:none}.quick-search-submit-button:disabled{background:linear-gradient(135deg,#a0aec0,#9ca3af);box-shadow:0 4px 10px #0000001a;cursor:not-allowed;transform:none}.quick-search-page:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(0,0,0,0.02)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:-1}.quick-search-submit-button:disabled:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.quick-search-submit-button{overflow:hidden;position:relative}.quick-search-input:focus,.quick-search-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 4px 12px #0000001a;outline:none;transform:translateY(-1px)}.quick-search-table td[data-status=active]{color:#48bb78;font-weight:600}.quick-search-table td[data-status=inactive]{color:#f56565;font-weight:600}.quick-search-table td[data-status=pending]{color:#ed8936;font-weight:600}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.account-passbook-page{background-color:#f5f5f5;min-height:100vh;padding:20px}.account-passbook-loading{padding:20px;text-align:center}.account-passbook-dialog-overlay{padding-top:60px;z-index:1000}.account-passbook-dialog-overlay,.account-passbook-preview-dialog-overlay{align-items:flex-start;animation:fadeIn .3s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.account-passbook-preview-dialog-overlay{padding-top:40px;z-index:1001}.account-passbook-dialog-content{max-height:50vh;max-width:650px;overflow:auto;width:90%}.account-passbook-dialog-content,.account-passbook-preview-dialog-content{animation:slideInFromTop .4s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;transform:translateY(0);transition:transform .4s ease-out}.account-passbook-preview-dialog-content{display:flex;flex-direction:column;height:70vh;max-width:900px;overflow:hidden;width:95%}.account-passbook-header{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.account-passbook-header-content h1{font-size:20px;font-weight:700;margin:0 0 4px}.account-passbook-header-content p{color:#666;font-size:13px;margin:0}.account-passbook-header-buttons{display:flex;gap:12px}.account-passbook-print-btn{align-items:center;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:10px 18px;transition:background-color .2s}.account-passbook-print-btn:hover{background-color:#218838}.account-passbook-back-btn{align-items:center;background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:8px 16px;text-decoration:none}.account-passbook-back-btn:hover{background-color:#5a6268}.account-passbook-error{background-color:#f8d7da;border-radius:4px;color:#721c24;margin-bottom:16px;padding:12px}.account-passbook-print-area{background-color:#fff;color:#333}.account-passbook-print-header{background-color:#f9f9f9;border-bottom:3px solid #28a745;padding:20px}.account-passbook-print-title{color:#333;font-size:18px;font-weight:700;margin:0 0 12px;text-align:center}.account-passbook-print-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px}.account-passbook-print-hidden-btn{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;display:none;font-size:12px;font-weight:600;padding:8px 14px}html:has(.theme-switch__checkbox:checked) .account-passbook-print-hidden-btn{background-color:var(--surface);border-color:var(--border);color:var(--text)}.account-passbook-print-main-btn{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:12px;font-weight:600;padding:8px 14px}.account-passbook-print-main-btn:hover{background-color:#f8f9fa}.account-passbook-print-detail-btn{background-color:#ffc107;border:1px solid #ffc107;border-radius:4px;color:#333;cursor:pointer;font-size:12px;font-weight:600;padding:8px 14px}.account-passbook-print-detail-btn:hover{background-color:#e0a800}.account-passbook-table-container{overflow-x:auto;padding:20px}.account-passbook-table{border-collapse:collapse;color:#333;font-size:12px;width:100%}.account-passbook-table th{background-color:#28a745;border-right:1px solid #ddd;color:#fff;font-weight:700;padding:12px;text-align:center}.account-passbook-table th.text-left{text-align:left}.account-passbook-table th.text-right{text-align:right}.account-passbook-table th:last-child{border-right:none}.account-passbook-table td{border-bottom:1px solid #ddd;border-right:1px solid #ddd;color:#333;padding:10px}.account-passbook-table td:last-child{border-right:none}.account-passbook-table td.text-center{text-align:center}.account-passbook-table td.text-left{text-align:left}.account-passbook-table td.text-right{text-align:right}.account-passbook-table td.text-right.font-bold{font-weight:600}.account-passbook-table tbody tr:nth-child(2n){background-color:#f9f9f9}.account-passbook-table tbody tr:nth-child(odd){background-color:#fff}.account-passbook-table tbody tr:hover{background-color:#f5f5f5}.account-passbook-no-transactions{color:#666;padding:16px;text-align:center}.account-passbook-footer{background-color:#f9f9f9;border-top:1px solid #ddd;color:#666;font-size:11px;padding:20px;text-align:center}.account-passbook-footer p{color:#666;margin:4px 0}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}html:has(.theme-switch__checkbox:checked) .account-passbook-page{background-color:var(--bg);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-loading{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-dialog-overlay,html:has(.theme-switch__checkbox:checked) .account-passbook-preview-dialog-overlay{background-color:#000000b3}html:has(.theme-switch__checkbox:checked) .account-passbook-dialog-content,html:has(.theme-switch__checkbox:checked) .account-passbook-preview-dialog-content{background-color:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-header{background-color:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-header-content h1{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-header-content p{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .account-passbook-print-btn{background-color:var(--success);border-color:#16a34a;color:#052e13}html:has(.theme-switch__checkbox:checked) .account-passbook-print-btn:hover{background-color:#15803d}html:has(.theme-switch__checkbox:checked) .account-passbook-back-btn{background-color:#3f4756;border:1px solid var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-back-btn:hover{background-color:#4b5563}html:has(.theme-switch__checkbox:checked) .account-passbook-error{background-color:#f8717126;border-color:#fca5a5;color:#fecaca}html:has(.theme-switch__checkbox:checked) .account-passbook-print-area{background-color:var(--surface);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-print-header{background-color:var(--surface-2);border-bottom-color:var(--success)}html:has(.theme-switch__checkbox:checked) .account-passbook-print-title{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-print-main-btn{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-print-main-btn:hover{background-color:var(--bg-muted)}html:has(.theme-switch__checkbox:checked) .account-passbook-print-detail-btn{background-color:var(--warning);border-color:#f59e0b;color:#3b2300}html:has(.theme-switch__checkbox:checked) .account-passbook-print-detail-btn:hover{background-color:#d97706}html:has(.theme-switch__checkbox:checked) .account-passbook-table{color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-table th{background-color:var(--success);border-color:var(--border);color:#fff}html:has(.theme-switch__checkbox:checked) .account-passbook-table td{border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .account-passbook-table tbody tr:nth-child(2n){background-color:var(--surface-2)}html:has(.theme-switch__checkbox:checked) .account-passbook-table tbody tr:nth-child(odd){background-color:var(--surface)}html:has(.theme-switch__checkbox:checked) .account-passbook-table tbody tr:hover{background-color:var(--bg-muted)}html:has(.theme-switch__checkbox:checked) .account-passbook-no-transactions{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .account-passbook-footer{background-color:var(--surface-2);border-color:var(--border);color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .account-passbook-footer p{color:var(--text-muted)}.calculator-table-container{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;color:#000;margin:2rem;overflow-x:auto;padding:1rem 1.5rem}.calculator-table-heading{color:#000;font-size:1.45rem;font-weight:600;margin-bottom:1rem}.calculator-table{border:1px solid #d1d5db;border-collapse:collapse;color:#000;font-size:.875rem;width:100%}.calculator-table thead{background-color:#8ba8e0;color:#000}.calculator-table td,.calculator-table th{border:1px solid #d1d5db;color:#000;padding:.5rem 1rem;text-align:center}.calculator-table td{white-space:nowrap}.calculator-summary{background-color:#f0f0f0;border-radius:10px;box-shadow:0 0 5px #0000001a;color:#000;font-size:1rem;margin-bottom:1rem;padding:1rem;width:-webkit-max-content;width:max-content}.calculator-summary p{color:#000;margin:.5rem 0}.disburseform{grid-gap:12px;display:grid;gap:12px;grid-template-columns:220px 1fr;margin-bottom:14px}.disbursefield-row input,.disbursefield-row select,.disburseform input[type=date],.disburseform input[type=text],.disbursement-mode input[type=text]{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:13px;max-width:260px;outline:none;padding:8px 10px;width:100%}.disburseform input[readonly]{background-color:#f5f5f5}.advance-interest-section,.processing-fee-section{background:#f0f4ff;border:1px solid #d9e1f4;border-radius:8px;margin:20px 0;padding:15px}.processing-fee-section table{background:#fff;border-collapse:collapse;border-radius:6px;margin-bottom:15px;width:100%}.processing-fee-table{margin-bottom:15px;overflow-x:auto}.processing-fee-section th{background:#f8f9fa;font-weight:600;text-align:center}.processing-fee-section td,.processing-fee-section th{border:1px solid #ddd;color:#000;font-size:13px;padding:10px}.processing-fee-section td{text-align:right}.processing-fee-section td.total{font-weight:700}.payment-mode-options{background-color:#fff;border-radius:4px;color:#000;display:flex;gap:20px;margin-bottom:15px;margin-top:10px;padding:10px}.payment-mode-options label{align-items:center;color:#444!important;cursor:pointer;display:flex;gap:5px}.cheque-details{background:#eef7fc;border:1px solid #d3e7f4;border-radius:8px;margin:10px 0;padding:15px}.cheque-details .form-group label{color:#444!important;font-size:13px}.cheque-details input,.cheque-details select{border:1px solid #ddd;border-radius:4px;padding:8px}.disbursement-mode{background:#eef5ff;border:1px solid #d7e2f8;border-radius:8px;padding:20px}.disburse-button{display:flex;gap:12px;margin-top:25px}.cancel-loan-btn,.disburse-loan-btn{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 18px}.disburse-loan-btn{background:#28a745}.cancel-loan-btn{background:#dc3545}.payment-details{margin-top:20px}@media (max-width:800px){.disbursefield-row,.disburseform{grid-template-columns:1fr}.loan-disbursement-body{flex-direction:column}}.disburse-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 8px #0000000f;margin-bottom:20px}.disburse-emi-summary{background:#eef6ff;border:1px solid #d5e7ff;border-radius:6px;color:#494848;margin-bottom:14px;padding:10px}.disburse-emi-table-wrapper{overflow-x:auto}.disburse-emi-table{border:1px solid #ddd;border-collapse:collapse;color:#494848;font-size:12px;width:100%}.disburse-emi-table th{background:#f5f8ff;border:1px solid #ddd;padding:8px}.disburse-emi-table td{border:1px solid #ddd;padding:6px;text-align:center}.disburse-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.ForeClose-collapsibleContent.ali{height:360px;overflow-y:auto}.deposits-container{display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding:1.1rem}.deposits-main-title{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.6rem}.deposits-subtitle{color:#6c757d;font-size:.95rem}.deposits-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:6px;line-height:1.2;margin:0 0 .9rem;row-gap:2px;white-space:nowrap}.deposits-breadcrumb span{display:inline-block;vertical-align:middle}.deposits-Sep{margin:0 4px}.deposits-crumb-current{color:#007bff}.deposits-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.deposits-back-btn{margin-left:auto}@media (max-width:576px){.deposits-header-row{gap:8px}.deposits-back-btn{margin-top:20px;padding:0}}.deposits-content-wrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.1rem;justify-content:center}.deposits-form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1 1;max-width:none;min-width:520px;padding:1rem}.deposits-form-title{border-bottom:2px solid #608ecb;color:#608ecb;font-size:1.6rem;font-weight:600;margin-bottom:1rem;padding-bottom:8px;text-align:center}.deposits-error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#dc3545;font-size:.85rem;margin-bottom:.9rem;padding:.6rem .9rem;text-align:center}.deposits-success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:6px;color:#28a545;font-size:.95rem;margin-bottom:15px;padding:10px 15px;text-align:center}.deposits-form-row{justify-content:space-between}.deposits-form-row,.deposits-form-row-one{align-items:center;display:flex;gap:12px;margin-bottom:.8rem}.deposits-form-row-one{margin-top:1.1rem}.deposits-form-column{display:flex;flex-direction:column;margin-bottom:10px;width:-webkit-fill-available}.deposits-label{align-items:center;display:flex;gap:5px;margin-bottom:.35rem}.deposits-label,.deposits-label-inline{color:#495057;font-size:14px;font-weight:700}.deposits-label-inline{flex-shrink:0;min-width:120px}.deposits-input{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:14px;outline:none;padding:.6rem .75rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.deposits-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.deposits-input::placeholder{color:#9aa3af}.deposits-input-textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:14px;min-height:110px;outline:none;padding:.6rem .75rem;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.deposits-input-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.deposits-input-textarea::placeholder{color:#9aa3af}.deposits-input-file{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;cursor:pointer;font-size:14px;padding:10px 12px;width:100%}.deposits-input-file::-webkit-file-upload-button{background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:10px;padding:8px 12px}.deposits-input-file::file-selector-button{background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:10px;padding:8px 12px}.deposits-input-file:hover::-webkit-file-upload-button{filter:brightness(1.05)}.deposits-input-file:hover::file-selector-button{filter:brightness(1.05)}.deposits-receipt-container{border:2px dashed #ccc;border-radius:6px;cursor:pointer;padding:15px;position:relative;text-align:center;transition:all .3s}.deposits-receipt-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.deposits-radio-group{align-items:center;display:flex;flex-wrap:wrap;gap:14px 18px}.deposits-radio-option{align-items:center;display:flex;font-size:14px;gap:8px}.deposits-radio-option input{accent-color:#1f4ea3}.deposits-radio-option label{color:#111827;font-weight:500}.deposits-button-group{display:flex;gap:10px;justify-content:flex-start;margin-top:15px}.deposits-submit-button{background-color:#608ecb;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:8px 20px;text-transform:uppercase;transition:background-color .3s ease}.deposits-submit-button:hover{background-color:#4a7bb7}.deposits-submit-button:disabled{cursor:not-allowed;opacity:.6}.deposits-cancel-button{background-color:#ffb300;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#212529;cursor:pointer;font-size:15px;font-weight:700;padding:8px 20px;text-transform:uppercase;transition:background-color .3s ease}.deposits-cancel-button:hover{background-color:#e6a200}.deposits-sidebar{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:20px;min-width:520px;padding:0}.deposits-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden}.deposits-section-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;border-top-left-radius:8px;border-top-right-radius:8px;color:#1f4ea3;cursor:default;display:flex;font-size:1.05rem;font-weight:700;justify-content:space-between;padding:12px 20px;transition:none}.deposits-section-header-account{background-color:initial!important}.deposits-section-header-account:hover{background-color:initial}.deposits-section-header-installment{background-color:initial!important}.deposits-section-header-installment:hover{background-color:initial}.deposits-section-header-transactions{background-color:initial!important}.deposits-section-header-transactions:hover{background-color:initial}.deposits-section-icon{display:none;font-size:1.3rem;transition:none}.deposits-section-content{max-height:none!important;overflow:visible!important;transition:none!important}.deposits-section-content-expanded,.deposits-section-content-expansion{max-height:none!important}.deposits-section-body{background:#fff;box-sizing:border-box;padding:20px}.deposits-grid{grid-column-gap:16px;grid-row-gap:0;align-items:start;column-gap:16px;display:grid;font-size:.95rem;grid-template-columns:1fr 1.5fr;row-gap:0}.deposits-grid-label{border-bottom:1px solid #eef2f7;color:#555;font-weight:600;padding:8px 12px 8px 0}.deposits-grid-value{align-items:center;border-bottom:1px solid #eef2f7;color:#111827;display:flex;justify-content:flex-end;padding:8px 4px 8px 0;text-align:right}.deposits-grid>:nth-last-child(-n+2){border-bottom:none!important}.deposits-grid-value>*{margin-left:auto}.deposits-stats-grid{grid-gap:15px;display:grid;font-size:.95rem;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.deposits-stat-item{align-items:center;background-color:#f8f9fa;border-radius:6px;display:flex;flex-direction:column;padding:10px}.deposits-stat-value{font-size:1.2rem;font-weight:700}.deposits-stat-paid{color:#28a745}.deposits-stat-pending{color:#ffc107}.deposits-stat-due{color:#856404}.deposits-stat-overdue{color:#721c24}.deposits-stat-total{color:#6c757d}.deposits-stat-label{color:#666;font-size:.85rem}.deposits-table-container{border:1px solid #eee;border-radius:5px;overflow-x:auto}.deposits-table{border-collapse:collapse;font-size:.9rem;width:100%}.deposits-table-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.deposits-table-header-cell{color:#555;font-weight:700;padding:10px 8px;text-align:left}.deposits-table-cell{color:#333;padding:8px}.deposits-validation-message{border-radius:4px;font-size:12px;margin-top:5px;padding:6px 8px}.deposits-validation-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.deposits-validation-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.deposits-validation-warning{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.deposits-input-error{border-color:#dc3545}.deposits-input-success{border-color:#28a745}.deposits-modal-overlay{background-color:#000c;bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:9999}.deposits-modal-content,.deposits-modal-overlay{align-items:center;display:flex;justify-content:center}.deposits-modal-content{background-color:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;flex-direction:column;max-height:90vh;max-width:90vw;padding:20px;position:relative}.deposits-modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px;width:100%}.deposits-modal-title{color:#333;margin:0}.deposits-modal-close-button{align-items:center;background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:.5rem}.deposits-modal-image{border-radius:10px;max-height:70vh;max-width:70vw;object-fit:contain}.deposits-photo-button{background-color:#007bff;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;padding:6px 12px;text-transform:uppercase;transition:background-color .3s ease}.deposits-photo-button:hover{background-color:#0069d9}.deposits-signature-image{object-fit:contain}.deposits-photo-image,.deposits-signature-image{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;height:140px;width:150px}.deposits-photo-image{object-fit:cover}.deposits-no-data{color:#6c757d;font-size:14px}.deposits-principal-due{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:3px;color:#dc3545;font-size:12px;font-weight:700;padding:2px 6px}@media (max-width:1440px){.deposits-member-documents-row{align-items:flex-start;gap:10px}.deposits-member-photo-container,.deposits-member-signature-container{width:100%}.deposits-photo-image,.deposits-signature-image{height:120px;width:130px}}@media (max-width:1024px){.deposits-form-container{min-width:100%}.deposits-sidebar{margin-top:20px;min-width:100%;padding:0}}@media (max-width:768px){.deposits-form-title{font-size:1.2rem;margin-bottom:12px}.deposits-form-container{padding:14px}.deposits-section-header{font-size:1rem;padding:10px 15px}.deposits-section-body{padding:12px}.deposits-stats-grid{gap:10px;grid-template-columns:1fr}.deposits-stat-item{flex-direction:row;justify-content:space-between;text-align:left}}@media (max-width:576px){.deposits-main-title{font-size:15px}.deposits-subtitle{font-size:13px}.deposits-breadcrumb{font-size:10px}.ci-header,.content-header h1,.lsa-title,.mla-title,.page-header h1{font-size:1.1rem!important;line-height:1.2!important;margin-bottom:6px!important}.deposits-form-container{padding:12px}.deposits-form-title{font-size:1.1rem}.deposits-label,.deposits-label-inline{font-size:13px}.deposits-input,.deposits-input-file,.deposits-input-textarea{font-size:13px;padding:9px 10px}.deposits-radio-option{font-size:13px;gap:6px}.deposits-button-group{align-items:stretch;flex-direction:column;gap:8px}.deposits-cancel-button,.deposits-submit-button{font-size:14px;padding:10px 16px;width:100%}.deposits-sidebar{gap:15px;min-width:100%;padding:0}.deposits-section-header{font-size:.95rem;padding:8px 12px}.deposits-section-icon{font-size:1.1rem}.deposits-section-body{padding:12px}.deposits-grid{font-size:.85rem}.deposits-stats-grid{gap:8px;grid-template-columns:1fr;margin-bottom:12px}.deposits-stat-item{flex-direction:row;justify-content:space-between;padding:8px 12px}.deposits-stat-value{font-size:1.1rem}.deposits-stat-label{font-size:.8rem}.deposits-table{font-size:.7rem}.deposits-member-documents-row{align-items:flex-start;flex-direction:column;gap:8px}.deposits-photo-image,.deposits-signature-image{height:100px;width:110px}}@media (max-width:480px){.deposits-form-title{font-size:1rem}.deposits-input,.deposits-input-file,.deposits-input-textarea,.deposits-label,.deposits-label-inline{font-size:12.5px}.deposits-photo-image,.deposits-signature-image{height:90px;width:100px}.deposits-sidebar{gap:12px}.deposits-section-header{font-size:.9rem;padding:6px 10px}.deposits-section-body{padding:10px}.deposits-stat-item{padding:6px 10px}.deposits-stat-value{font-size:1rem}.deposits-stat-label{font-size:.75rem}}.deposits-container input::-webkit-inner-spin-button,.deposits-container input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.deposits-container input[type=number]{-webkit-appearance:textfield;appearance:textfield}.deposits-required-asterisk{color:red}.deposits-pan-no-display{align-items:center;border-radius:4px;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;padding:4px 12px}.deposits-pan-no-display.yes{background-color:#d4edda;color:#155724}.deposits-pan-no-display.no{background-color:#f8d7da;color:#721c24}.deposits-member-photo-container,.deposits-member-signature-container{align-items:center;display:flex;flex-grow:1;gap:5px}.deposits-radio-input{margin-right:4px}.deposits-file-name{color:#666;font-size:.85rem;margin-top:5px}.deposits-section-icon.rotated{transform:rotate(-90deg)}.deposits-section-icon.not-rotated{transform:rotate(0deg)}.deposits-status-badge{background-color:#2ecc71;border-radius:4px;color:#fff;display:flex;font-size:11px;justify-content:center;max-width:30px;padding:3px 8px;text-align:center}.deposits-status-badge.no{background-color:#e74c3c}.deposits-balance-highlight{color:#28a745;font-weight:700}.deposits-combined-balance{color:#007bff;font-weight:700}.deposits-transaction-type{color:#28a745;font-weight:600}.deposits-transaction-type.withdrawal{color:#dc3545}.deposits-status-approved{color:#28a745;font-weight:700}.deposits-status-pending{color:#ffc107;font-weight:700}.deposits-status-rejected{color:#dc3545;font-weight:700}.deposits-table-row{border-bottom:1px solid #eee}.deposits-not-found{color:#777;padding:10px;text-align:center}html:has(.theme-switch__checkbox:checked) .deposits-container{background:var(--bg);color:var(--text)}html:has(.theme-switch__checkbox:checked) .deposits-form-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .deposits-sidebar .deposits-section{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .deposits-section-header{background:var(--surface)!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-section-body{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .deposits-input{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-input:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 3px #3b82f626!important}html:has(.theme-switch__checkbox:checked) .deposits-input-textarea{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-input-textarea:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 3px #3b82f626!important}html:has(.theme-switch__checkbox:checked) .deposits-input-file{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-pan-no-display{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-grid-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .deposits-grid-value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-table{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .deposits-table-header{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .deposits-table-header-cell{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-table-cell{border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-table-container{border:1px solid var(--border)!important}html:has(.theme-switch__checkbox:checked) .deposits-not-found{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .deposits-label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-label-inline{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-file-name{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .deposits-no-data{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .deposits-modal-content{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .deposits-modal-header{border-bottom:1px solid var(--border)!important}html:has(.theme-switch__checkbox:checked) .deposits-modal-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .deposits-modal-image{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .deposits-transaction-type{color:#28a745!important}html:has(.theme-switch__checkbox:checked) .deposits-transaction-type.withdrawal{color:#dc3545!important}html:has(.theme-switch__checkbox:checked) .deposits-status-approved{color:#28a745!important}html:has(.theme-switch__checkbox:checked) .deposits-status-pending{color:#ffc107!important}html:has(.theme-switch__checkbox:checked) .deposits-status-rejected{color:#dc3545!important}html:has(.theme-switch__checkbox:checked) .deposits-balance-highlight{color:#28a745!important}html:has(.theme-switch__checkbox:checked) .deposits-combined-balance{color:#007bff!important}html:has(.theme-switch__checkbox:checked) .deposits-status-badge{background-color:#2ecc71!important;color:#fff!important}html:has(.theme-switch__checkbox:checked) .deposits-status-badge.no{background-color:#e74c3c!important;color:#fff!important}.dop-container{display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;min-height:100vh;padding:20px}.dop-breadcrumb{color:#6c757d;font-size:14px;margin-bottom:20px}.dop-header{color:#343a40;font-size:24px;font-weight:700;margin-bottom:20px}.dop-header-sub{color:#6c757d;font-size:18px}.dop-main{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}.dop-form-card{flex:1.2 1;max-width:550px;padding:15px}.dop-form-card,.dop-info-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-width:350px}.dop-info-card{flex:0.8 1;max-width:500px;overflow:hidden}.dop-info-header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;border-top-left-radius:8px;border-top-right-radius:8px;color:#2d3748;display:flex;font-size:18px;font-weight:700;justify-content:space-between;padding:15px 20px;-webkit-user-select:none;user-select:none}.dop-info-body{opacity:1;overflow:hidden;padding:15px 20px}.dop-info-row{border-bottom:1px solid #eef2f6;display:flex;font-size:15px;justify-content:space-between;margin-bottom:0;padding:10px 0}.dop-info-row:last-child{border-bottom:none}.dop-info-label{color:#6c757d;font-weight:400}.dop-info-value{color:#343a40;font-weight:700;text-align:right}.dop-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#dc3545;font-size:.95rem;margin-bottom:15px;padding:10px 15px;text-align:center}.dop-form-group{display:flex;flex-direction:column;margin-bottom:10px}.dop-label{align-items:center;color:#495057;display:flex;font-size:14px;font-weight:700;gap:5px;margin-bottom:3px}.dop-required{color:#dc3545;font-size:18px}.dop-input,.dop-select,.dop-textarea{background-color:#fff;border:1px solid #b2ebf2;border-radius:4px;box-sizing:border-box;font-size:14px;padding:8px;width:100%}.dop-textarea{min-height:70px;resize:vertical}.dop-input.readonly{background-color:#dee0df;color:#000;cursor:not-allowed}.dop-paymode{color:#000;display:flex;flex-wrap:wrap;gap:10px}.dop-radio-group{align-items:center;display:flex;font-size:14px;gap:5px}.dop-radio{margin-right:5px}.dop-payment-details{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:5px;margin-top:15px;padding:15px}.dop-payment-field{margin-bottom:12px}.dop-radio-options{display:flex;flex-wrap:wrap;gap:15px;margin-top:5px}.dop-radio-option{align-items:center;color:#495057;display:flex;font-size:14px;gap:5px}.dop-buttons{display:flex;gap:10px;justify-content:flex-start;margin-top:15px}.dop-btn-pay{background-color:#608ecb;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:8px 20px;text-transform:uppercase;transition:background-color .3s ease}.dop-btn-pay:hover{background-color:#4f7db8}.dop-btn-cancel{background-color:#ffb300;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#212529;cursor:pointer;font-size:15px;font-weight:700;padding:8px 20px;text-transform:uppercase;transition:background-color .3s ease}.dop-btn-cancel:hover{background-color:#e6a200}.dop-toggle-icon{cursor:pointer}.dop-error-text{color:red}@media (max-width:576px){.dop-main{align-items:stretch;flex-direction:column;justify-content:flex-start}.dop-form-card,.dop-info-card{max-width:100%;min-width:100%}.dop-buttons{flex-direction:column}.dop-btn-cancel,.dop-btn-pay{width:100%}}.rep-container{display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;padding:20px}.rep-header{color:#343a40;font-size:24px;font-weight:700;margin-bottom:14px}.rep-breadcrumb{color:#6c757d;font-size:14px;margin-bottom:18px}.rep-main{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}.rep-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.rep-form-card{background:#fff;border:1px solid #e5e7eb;flex:2 1;max-width:920px;min-width:520px;padding:15px}.rep-info-card{flex:1 1;max-width:480px;min-width:380px}.rep-card-header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;border-top-left-radius:8px;border-top-right-radius:8px;color:#2d3748;cursor:pointer;display:flex;font-size:18px;font-weight:700;justify-content:space-between;padding:15px 20px;-webkit-user-select:none;user-select:none}.rep-card-body{background-color:#fff;opacity:1;overflow:hidden;padding:20px;transition:max-height .4s ease-in-out,opacity .4s ease-in-out,padding .4s ease-in-out}.rep-card-body.collapsed{max-height:0;opacity:0;padding-bottom:0;padding-top:0}.rep-section-header{border-bottom:1px solid #e0f2f7;color:#00796b;font-size:16px;font-weight:700;margin-bottom:10px;padding-bottom:5px}.rep-form-group{grid-gap:12px 14px;align-items:center;display:grid;gap:12px 14px;grid-template-columns:240px 1fr;margin-bottom:14px}.rep-form-group-col{align-items:flex-start;display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.rep-form-label{color:#1f2937;font-size:14.5px;font-weight:600;text-align:left}.rep-form-inputs{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.rep-input,.rep-textarea{background:#fff;border:1px solid #b2ebf2;border-radius:4px;box-sizing:border-box;font-size:14px;outline:none;padding:10px;width:100%}.rep-input::placeholder,.rep-textarea::placeholder{color:#9ca3af}.rep-input:focus,.rep-textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.rep-textarea{min-height:70px;resize:vertical}.rep-input.readonly{background-color:#eef2f7;border-color:#d1d5db;color:#111827;cursor:not-allowed}.rep-radio-container{display:flex;flex-wrap:wrap;gap:15px;margin-top:5px}.rep-radio-group{align-items:center;display:inline-flex;font-size:14px;gap:6px}.rep-radio-group input[type=radio]{accent-color:#608ecb}.rep-radio-group label{background:#fff;border:1px solid #d1d5db;border-radius:999px;color:#111827;padding:6px 10px}.rep-radio-group input[type=radio]:checked+label{background:#e6efff;border-color:#608ecb;color:#0f172a}.rep-buttons{display:flex;gap:10px;justify-content:flex-start;margin-top:20px}.rep-btn-primary{background-color:#608ecb;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 25px;text-transform:uppercase;transition:background-color .3s ease}.rep-btn-primary:hover{background-color:#4f7db8}.rep-btn-secondary{background-color:#ffb300;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#212529;cursor:pointer;font-size:16px;font-weight:700;padding:10px 25px;text-transform:uppercase;transition:background-color .3s ease}.rep-btn-secondary:hover{background-color:#e6a200}.rep-multi-row{grid-gap:12px 14px;align-items:start;display:grid;gap:12px 14px;grid-template-columns:240px 1fr;margin-bottom:14px}.rep-multi-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(120px,1fr))}.rep-multi-col{display:flex;flex:1 1;flex-direction:column;min-width:95px}.rep-multi-sublabel{color:#6c757d;font-size:12.5px;margin-bottom:3px;text-align:center}.rep-info-row{align-items:baseline;border-bottom:1px solid #eef2f6;display:flex;font-size:14.5px;margin-bottom:0;padding:10px}.rep-info-row:last-child{border-bottom:none}.rep-info-label{color:#6c757d;flex:1 1;font-weight:500;text-align:left}.rep-info-value{color:#343a40;flex:1 1;font-weight:700;text-align:right}.rep-emi-charges-header{border-bottom:1px solid #e0f2f7;color:#00796b;font-size:15px;font-weight:700;margin-bottom:10px;margin-top:15px;padding-bottom:5px;text-align:center}.rep-side{display:flex;flex:1 1;flex-direction:column;gap:20px}@media (max-width:768px){.rep-form-card,.rep-info-card{max-width:100%;min-width:100%}.rep-form-group,.rep-multi-row{grid-template-columns:1fr}.rep-form-label{font-size:14px}.rep-multi-container{grid-template-columns:repeat(2,minmax(0,1fr))}.rep-multi-container .rep-multi-col:nth-child(3){grid-column:1/-1}.rep-buttons{flex-direction:column}.rep-btn-primary,.rep-btn-secondary{width:100%}}.rep-paymode-label,.rep-radio-container,.rep-radio-group label{color:#000!important;filter:none!important;mix-blend-mode:normal!important;opacity:1!important}.OtherChangesList-container{display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;min-height:100vh;padding:1.1rem}.OtherChangesList-header-row{align-items:center;display:flex;gap:.8rem;justify-content:space-between}.OtherChangesList-header{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.6rem}.OtherChangesList-back-btn{margin-left:auto}.OtherChangesList-breadcrumb{align-items:center;color:#6c757d;display:flex;font-size:.8rem;font-weight:600;gap:.4rem;line-height:1.2;margin:0 0 .9rem}.OtherChangesList-crumb-sep{margin:0 .2rem}.OtherChangesList-crumb-current{color:#007bff}.OtherChangesList-mainContent{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.1rem;margin-top:1rem}.OtherChangesList-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.OtherChangesList-listCard{display:flex;flex:2 1;flex-direction:column;min-width:520px;padding:.9rem}.OtherChangesList-infoCard{flex:1 1;max-width:480px;min-width:380px}.OtherChangesList-cardHeader{align-items:center;background-color:#00bcd4;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:space-between;padding:.75rem 1.1rem;-webkit-user-select:none;user-select:none}.OtherChangesList-cardBody{background-color:#fff;opacity:1;overflow:hidden;padding:1rem;transition:max-height .4s ease-in-out,opacity .4s ease-in-out,padding .4s ease-in-out}.OtherChangesList-collapsedBody{max-height:0;opacity:0;padding:0}.OtherChangesList-buttonGroup{display:flex;gap:.7rem;justify-content:flex-start;margin-bottom:1rem}.OtherChangesList-actionButton{align-items:center;background-color:#608ecb;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;justify-content:center;padding:.6rem 1.2rem;text-transform:uppercase;transition:background-color .3s ease}.OtherChangesList-actionButton:hover{background-color:#007c8a}.OtherChangesList-actionButton.debit{background-color:#dc3545}.OtherChangesList-actionButton.clear{background-color:#28a745}.OtherChangesList-actionButton.debit:hover{background-color:#c82333}.OtherChangesList-actionButton.clear:hover{background-color:#218838}.OtherChangesList-noChargesMessage{background-color:#f8f9fa;border:1px dashed #ced4da;border-radius:8px;color:#6c757d;font-size:.9rem;margin-top:1.2rem;padding:1rem;text-align:center}.OtherChangesList-error{color:red}.OtherChangesList-table{border-collapse:initial;width:100%}.OtherChangesList-tableWrapper{overflow-x:auto}.OtherChangesList-table td,.OtherChangesList-table th{text-align:left}.OtherChangesList-table td.text-right,.OtherChangesList-table th.text-right{text-align:right}.OtherChangesList-table td.text-center,.OtherChangesList-table th.text-center{text-align:center}.OtherChangesList-table td.paid{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#28a745}.OtherChangesList-table td.paid,.OtherChangesList-table td.partially-paid{border-radius:4px;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:.4rem .8rem;text-transform:uppercase}.OtherChangesList-table td.partially-paid{background:linear-gradient(135deg,#fff3e0,#ffe0b2);box-shadow:0 2px 4px #ff8c0033;color:#ff8c00}.OtherChangesList-table td.total{color:#2b3647;font-weight:700}.OtherChangesList-table td.waived{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);color:#6c757d}.OtherChangesList-table td.pending,.OtherChangesList-table td.unpaid,.OtherChangesList-table td.waived{border-radius:4px;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:.4rem .8rem;text-transform:uppercase}.OtherChangesList-table td.pending,.OtherChangesList-table td.unpaid{background:linear-gradient(135deg,#ffebee,#ffcdd2);color:#dc3545}.OtherChangesList-infoRow{align-items:baseline;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.5rem}.OtherChangesList-infoLabel{color:#6c757d;font-weight:500;text-align:left}.OtherChangesList-infoValue{color:#343a40;font-weight:700;margin-left:auto;text-align:right}.OtherChangesList-penalty-dues-summary{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-bottom:1rem;padding:.9rem}.OtherChangesList-penalty-dues-summary h4{color:#856404;margin:0 0 .6rem}.OtherChangesList-penalty-dues-summary p{color:#856404;font-size:.9rem;font-weight:700;margin:0}.OtherChangesList-penalty-dues-summary p.description{color:#6c757d;font-size:.8rem;font-weight:400;margin-top:5px}.OtherChangesList-charges-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.9rem}.OtherChangesList-charges-header h4{color:#495057;margin:0}.OtherChangesList-filter-controls{align-items:center;display:flex;gap:10px}.OtherChangesList-filter-controls label{color:#495057;font-size:14px;font-weight:700}.OtherChangesList-filter-controls select{background-color:#fff;border:1px solid #b2ebf2;border-radius:4px;cursor:pointer;font-size:14px;outline:none;padding:8px 12px;transition:border-color .2s ease}.OtherChangesList-filter-controls select:focus{border-color:#26a69a}.OtherChangesList-filter-controls span{color:#6c757d;font-size:12px}@media (max-width:1024px){.OtherChangesList-mainContent{flex-direction:column}.OtherChangesList-infoCard,.OtherChangesList-listCard{min-width:0;min-width:auto;width:100%}}@media (max-width:768px){.OtherChangesList-header{font-size:20px}.OtherChangesList-buttonGroup{align-items:stretch;flex-direction:column}.OtherChangesList-actionButton{font-size:14px;padding:8px 16px;width:100%}.OtherChangesList-table td,.OtherChangesList-table th{font-size:13px;padding:8px 10px}.OtherChangesList-noChargesMessage{font-size:14px;padding:16px}}@media (max-width:576px){.OtherChangesList-container{padding:12px}.OtherChangesList-header-row{gap:8px}.OtherChangesList-header{font-size:18px}.OtherChangesList-back-btn{transform:scale(.92)}.OtherChangesList-breadcrumb{font-size:13px}.OtherChangesList-buttonGroup{justify-content:center}.OtherChangesList-actionButton{width:100%}.OtherChangesList-tableWrapper{overflow-x:auto}.OtherChangesList-table td,.OtherChangesList-table th{font-size:12px;white-space:nowrap}}@media (max-width:460px){.OtherChangesList-table,.OtherChangesList-table tbody,.OtherChangesList-table td,.OtherChangesList-table th,.OtherChangesList-table thead,.OtherChangesList-table tr{display:block;width:100%}.OtherChangesList-table thead{display:none}.OtherChangesList-table tr{background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:15px;padding:12px}.OtherChangesList-table td{align-items:center;border:none;border-bottom:1px solid #f1f1f1;display:flex;font-size:12px;justify-content:space-between;padding:8px 10px;text-align:left!important}.OtherChangesList-table td:last-child{border-bottom:none}.OtherChangesList-table td:before{color:#6c757d;content:attr(data-label);font-weight:600;text-transform:capitalize}.OtherChangesList-table td.text-right{justify-content:space-between}}.OtherChangesList-table td:before{font-size:14px;text-align:left!important;text-transform:capitalize}.DebitOtherCharges-container{display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;padding:1.1rem}.DebitOtherCharges-header{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.6rem}.DebitOtherCharges-title{color:#343a40;font-size:1.25rem;font-weight:700;margin-bottom:.9rem;text-align:center}.DebitOtherCharges-title span{color:#666;display:block;font-size:.9rem;margin-top:.3rem}.DebitOtherCharges-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:6px;line-height:1.2;margin:0 0 .9rem;row-gap:2px;white-space:nowrap}.DebitOtherCharges-crumb-current{color:#007bff}.DebitOtherCharges-main-content{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.1rem;margin-top:.9rem}.DebitOtherCharges-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.DebitOtherCharges-form-card{flex:2 1;max-width:820px;padding:1.25rem}.DebitOtherCharges-info-card{flex:1 1;max-width:480px}.DebitOtherCharges-card-header{align-items:center;background-color:#608ecb;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:space-between;padding:.75rem 1.1rem;-webkit-user-select:none;user-select:none}.DebitOtherCharges-card-header span{color:#fff;cursor:pointer}.DebitOtherCharges-card-body{background-color:#fff;opacity:1;overflow:hidden;padding:1rem;transition:.4s ease-in}.DebitOtherCharges-card-body.collapsed-body{max-height:0;opacity:0;padding-bottom:0;padding-top:0;transition:.4s ease-in}.DebitOtherCharges-section-header{border-bottom:1px solid #e0f2f7;color:#00796b;font-size:.95rem;font-weight:700;margin-bottom:.6rem;padding-bottom:.3rem}.DebitOtherCharges-form-group{align-items:center;display:flex;gap:.6rem;margin-bottom:.8rem}.DebitOtherCharges-form-label{color:#495057;flex-shrink:0;font-size:.8rem;font-weight:700;min-width:11rem;text-align:left}.DebitOtherCharges-form-input-container{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:.6rem}.DebitOtherCharges-input,.DebitOtherCharges-select,.DebitOtherCharges-textarea{border:1px solid #b2ebf2;border-radius:4px;box-sizing:border-box;font-size:.8rem;outline:none;padding:.6rem;width:100%}.DebitOtherCharges-textarea{min-height:70px;resize:vertical}.DebitOtherCharges-readonly-input{background-color:#dee0df;cursor:not-allowed}.DebitOtherCharges-button-group{display:flex;gap:.7rem;justify-content:flex-start;margin-top:1rem}.DebitOtherCharges-primary-button{background-color:#608ecb;color:#fff;opacity:1}.DebitOtherCharges-primary-button,.DebitOtherCharges-secondary-button{border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;cursor:pointer;font-size:.9rem;font-weight:700;padding:.6rem 1.2rem;text-transform:uppercase;transition:background-color .3s ease}.DebitOtherCharges-secondary-button{background-color:#ffb300;color:#212529}.DebitOtherCharges-secondary-button:hover{background-color:#e6a200}.DebitOtherCharges-required-star{color:#dc3545;font-size:.9rem;margin-left:.3rem}.DebitOtherCharges-multi-input-row-group{align-items:flex-start;display:flex;gap:10px;margin-bottom:.8rem}.DebitOtherCharges-multi-input-container{display:flex;flex-grow:1;flex-wrap:nowrap;gap:.3rem}.DebitOtherCharges-multi-input-column{display:flex;flex:1 1;flex-direction:column;min-width:6rem}.DebitOtherCharges-multi-input-sublabel{color:#6c757d;font-size:.75rem;margin-bottom:.2rem;text-align:center}.DebitOtherCharges-info-row{align-items:baseline;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.5rem}.DebitOtherCharges-info-label{color:#6c757d;font-weight:500;text-align:left}.DebitOtherCharges-info-value{color:#343a40;font-weight:700;margin-left:auto;text-align:right}.DebitOtherCharges-info-value.penalty-positive{color:#dc3545}.DebitOtherCharges-errorMessage{background-color:#f8d7da;border-radius:4px;color:#721c24;margin-bottom:1rem;padding:.7rem}.DebitOtherCharges-required{color:#dc3545}.DebitOtherCharges-select:disabled{background-color:#e9ecef}.DebitOtherCharges-noteBox{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:.8rem;margin-bottom:1.1rem;padding:.9rem}@media (max-width:1024px){.DebitOtherCharges-main-content{align-items:stretch;flex-direction:column}.DebitOtherCharges-form-card,.DebitOtherCharges-info-card{max-width:100%;width:100%}.DebitOtherCharges-form-group{align-items:stretch;flex-direction:column}.DebitOtherCharges-form-label{margin-bottom:6px;min-width:100%;text-align:left}.DebitOtherCharges-button-group{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}}@media (max-width:768px){.DebitOtherCharges-container{padding:12px}.DebitOtherCharges-header{font-size:20px}.DebitOtherCharges-header span{display:block;font-size:13px;margin-top:4px}.DebitOtherCharges-breadcrumb{font-size:12px}.DebitOtherCharges-form-card{padding:20px}.DebitOtherCharges-form-group{flex-direction:column;gap:6px}.DebitOtherCharges-form-input-container,.DebitOtherCharges-input,.DebitOtherCharges-select,.DebitOtherCharges-textarea{width:100%}.DebitOtherCharges-button-group{flex-direction:column;gap:10px}.DebitOtherCharges-primary-button,.DebitOtherCharges-secondary-button{text-align:center;width:100%}}@media (max-width:480px){.DebitOtherCharges-form-card{padding:15px}.DebitOtherCharges-noteBox{font-size:12px}.DebitOtherCharges-form-label{font-size:13px}.DebitOtherCharges-input,.DebitOtherCharges-select,.DebitOtherCharges-textarea{font-size:13px;padding:8px}.DebitOtherCharges-primary-button,.DebitOtherCharges-secondary-button{font-size:14px;padding:8px 15px}.DebitOtherCharges-info-row{font-size:13px}.DebitOtherCharges-multi-input-row-group{flex-direction:column}.DebitOtherCharges-multi-input-column{min-width:60px}.DebitOtherCharges-multi-input-sublabel{font-size:11px;text-align:left}}.ClearDues-container{display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;padding:1.1rem}.ClearDues-header{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.6rem}.ClearDues-title{color:#343a40;font-size:1.25rem;font-weight:700;margin-bottom:.9rem;text-align:center}.ClearDues-title span{color:#666;display:block;font-size:.9rem;margin-top:.3rem}.ClearDues-breadcrumb{align-items:center;color:#6c757d;display:flex;font-size:.8rem;font-weight:600;gap:6px;line-height:1.2;margin:0 0 .9rem}.ClearDues-crumb-current{color:#007bff}.ClearDues-mainContent{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.1rem;margin-top:.8rem}.ClearDues-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.ClearDues-formCard{flex:2 1;max-width:920px;min-width:520px;padding:.9rem}.ClearDues-infoCard{flex:1 1;max-width:480px;min-width:380px}.ClearDues-cardHeader{align-items:center;background-color:#608ecb;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:space-between;padding:.75rem 1.1rem;-webkit-user-select:none;user-select:none}.ClearDues-cardBody{background-color:#fff;max-height:800px;opacity:1;overflow:hidden;padding:1rem;transition:.4s ease-in-out}.ClearDues-cardBody--collapsed{max-height:0;opacity:0;padding:0}.ClearDues-formGroup{align-items:center;display:flex;gap:.6rem;margin-bottom:.8rem}.ClearDues-formLabel{color:#495057;flex-shrink:0;font-size:.8rem;font-weight:700;min-width:11rem;text-align:left}.ClearDues-formInputContainer{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:.6rem}.ClearDues-formInputContainer-inner{font-size:.9rem;font-weight:700}.ClearDues-sectionHeader{border-bottom:1px solid #e0f2f7;color:#00796b;font-size:.95rem;font-weight:700;margin-bottom:.6rem;padding-bottom:.3rem}.ClearDues-input,.ClearDues-select,.ClearDues-textarea{border:1px solid #b2ebf2;border-radius:4px;box-sizing:border-box;font-size:.8rem;padding:.6rem;width:100%}.ClearDues-readOnlyInput{background-color:#dee0df;cursor:not-allowed}.ClearDues-radioContainer{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:.3rem}.ClearDues-radioGroup{align-items:center;color:#495057;display:flex;font-size:.8rem;gap:.9rem}.ClearDues-buttonGroup{display:flex;gap:.7rem;justify-content:flex-start;margin-top:1rem}.ClearDues-primaryButton{background-color:#608ecb;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:.6rem 1.2rem;text-transform:uppercase;transition:background-color .3s ease}.ClearDues-primaryButton:hover{background-color:#4a77b7}.ClearDues-secondaryButton{background-color:#ffb300;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#212529;cursor:pointer;font-size:.9rem;font-weight:700;padding:.6rem 1.2rem;text-transform:uppercase;transition:background-color .3s ease}.ClearDues-secondaryButton:hover{background-color:#e6a200}.ClearDues-payModeLabelGroup{color:#495057;font-size:.8rem;font-weight:700;margin-bottom:5px}.ClearDues-requiredStar{color:#dc3545;font-size:.9rem;margin-left:.3rem}.ClearDues-multiInputRowGroup{align-items:flex-start;display:flex;gap:10px;margin-bottom:.8rem}.ClearDues-multiInputContainer{display:flex;flex-grow:1;flex-wrap:nowrap;gap:.3rem}.ClearDues-multiInputColumn{display:flex;flex:1 1;flex-direction:column;min-width:6rem}.ClearDues-multiInputSubLabel{color:#6c757d;font-size:.75rem;margin-bottom:.2rem}.ClearDues-errorMessage{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:.9rem;padding:.7rem}.ClearDues-infoRow{align-items:baseline;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.5rem}.ClearDues-infoLabel{color:#6c757d;font-weight:500;text-align:left}.ClearDues-infoValue{color:#343a40;font-weight:700;margin-left:auto;text-align:right}.ClearDues-payModeContainer{align-items:flex-start;flex-direction:column}@media (max-width:992px){.ClearDues-mainContent{align-items:stretch;flex-direction:column}.ClearDues-formCard,.ClearDues-infoCard{max-width:100%;min-width:100%}.ClearDues-card{width:100%}.ClearDues-formLabel{font-size:13px;min-width:140px}.ClearDues-input,.ClearDues-select,.ClearDues-textarea{font-size:13.5px;padding:8px}.ClearDues-buttonGroup{justify-content:center}.ClearDues-primaryButton,.ClearDues-secondaryButton{font-size:14px;padding:8px 20px}}@media (max-width:768px){.ClearDues-container{padding:15px}.ClearDues-header{font-size:20px}.ClearDues-breadcrumb,.ClearDues-header span{font-size:13px}.ClearDues-formGroup{align-items:flex-start;flex-direction:column}.ClearDues-formLabel{margin-bottom:5px;min-width:0;min-width:auto;text-align:left;width:100%}.ClearDues-formInputContainer{flex-direction:column;gap:8px;width:100%}.ClearDues-multiInputRowGroup{align-items:stretch;flex-direction:column}.ClearDues-multiInputContainer{flex-direction:column;gap:8px}.ClearDues-multiInputColumn{min-width:100%}.ClearDues-cardHeader{font-size:16px;padding:12px 15px}.ClearDues-cardBody{padding:15px}.ClearDues-primaryButton,.ClearDues-secondaryButton{text-align:center;width:100%}.ClearDues-infoRow{align-items:flex-start;flex-direction:column;gap:5px}.ClearDues-infoValue{text-align:left}}@media (max-width:480px){.ClearDues-header{font-size:18px}.ClearDues-sectionHeader{font-size:15px}.ClearDues-formLabel,.ClearDues-input,.ClearDues-select,.ClearDues-textarea{font-size:13px}.ClearDues-buttonGroup{align-items:stretch;flex-direction:column}.ClearDues-primaryButton,.ClearDues-secondaryButton{font-size:14px;padding:10px}}.withdraw-container{display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding:1.1rem}.withdraw-main-title{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:.6rem}.withdraw-subtitle{color:#6c757d;font-size:.95rem}.withdraw-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:.8rem;font-weight:600;gap:6px;line-height:1.2;margin:0 0 .9rem;row-gap:2px;white-space:nowrap}.withdraw-breadcrumb span{display:inline-block;vertical-align:middle}.withdraw-Sep{margin:0 4px}.withdraw-crumb-current{color:#007bff}.withdraw-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.withdraw-back-btn{margin-left:auto}@media (max-width:576px){.withdraw-header-row{gap:8px}.withdraw-back-btn{transform:scale(.92)}}.withdraw-content-wrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.1rem;justify-content:center}.withdraw-form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1 1;max-width:none;min-width:520px;padding:1rem}.withdraw-form-title{border-bottom:2px solid #608ecb;color:#608ecb;font-size:1.6rem;font-weight:600;margin-bottom:1rem;padding-bottom:8px;text-align:center}.withdraw-error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#dc3545;font-size:.85rem;margin-bottom:.9rem;padding:.6rem .9rem;text-align:center}.withdraw-success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:6px;color:#28a545;font-size:.95rem;margin-bottom:15px;padding:10px 15px;text-align:center}.withdraw-form-row{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:.6rem}.withdraw-form-row-one{align-items:center;display:flex;gap:12px;margin-bottom:.8rem;margin-top:1.1rem}.withdraw-form-column{display:flex;flex-direction:column;margin-bottom:.6rem}.withdraw-label{align-items:center;display:flex;gap:5px;margin-bottom:.3rem}.withdraw-label,.withdraw-label-inline{color:#495057;font-size:14px;font-weight:700}.withdraw-label-inline{flex-shrink:0;min-width:120px}.withdraw-input{background-color:#fff;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:14px;outline:none;padding:.5rem .6rem;width:100%}.withdraw-input-textarea{min-height:70px;outline:none;padding:8px;resize:vertical}.withdraw-input-file,.withdraw-input-textarea{background-color:#fff;border:1px solid #b2ebf2;border-radius:4px;box-sizing:border-box;font-size:14px;width:100%}.withdraw-input-file{cursor:pointer;padding:6px 8px}.withdraw-input-file::-webkit-file-upload-button{background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:10px;padding:8px 12px}.withdraw-input-file::file-selector-button{background:linear-gradient(135deg,#4f8dfc,#2f6eea);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:10px;padding:8px 12px}.withdraw-input-file:hover::-webkit-file-upload-button{filter:brightness(1.05)}.withdraw-input-file:hover::file-selector-button{filter:brightness(1.05)}.withdraw-receipt-container{border:2px dashed #ccc;border-radius:6px;cursor:pointer;padding:15px;position:relative;text-align:center;transition:all .3s}.withdraw-receipt-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.withdraw-radio-group{display:flex;flex-wrap:wrap;gap:10px}.withdraw-radio-option{align-items:center;display:flex;font-size:14px;gap:5px}.withdraw-radio-option input{accent-color:#1f4ea3}.withdraw-radio-option label{color:#111827;font-weight:500}.withdraw-button-group{display:flex;gap:10px;justify-content:flex-start;margin-top:15px}.withdraw-submit-button{background-color:#608ecb;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:8px 20px;text-transform:uppercase;transition:background-color .3s ease}.withdraw-submit-button:hover:not(:disabled){background-color:#4a7bb7}.withdraw-submit-button:disabled{cursor:not-allowed;opacity:.6}.withdraw-cancel-button{background-color:#ffb300;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#212529;cursor:pointer;font-size:15px;font-weight:700;padding:8px 20px;text-transform:uppercase;transition:background-color .3s ease}.withdraw-cancel-button:hover:not(:disabled){background-color:#e6a200}.withdraw-cancel-button:disabled{cursor:not-allowed;opacity:.6}.withdraw-sidebar{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:20px;min-width:520px;padding:0}.withdraw-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden}.withdraw-section-header{align-items:center;background:#fff!important;border-bottom:1px solid #e5e7eb;border-top-left-radius:8px;border-top-right-radius:8px;color:#1f4ea3;cursor:default;display:flex;font-size:1.05rem;font-weight:700;justify-content:space-between;padding:12px 20px;transition:background-color .3s ease}.withdraw-section-header-account,.withdraw-section-header-transactions{background-color:initial!important}.withdraw-section-icon{display:none;font-size:1.3rem;transition:none}.withdraw-section-content{max-height:none!important;overflow:visible!important;transition:none!important}.withdraw-section-content-expanded,.withdraw-section-content-expansion{max-height:none!important}.withdraw-section-body{background:#fff;box-sizing:border-box;padding:20px}.withdraw-grid{grid-column-gap:16px;grid-row-gap:0;align-items:start;column-gap:16px;display:grid;font-size:.95rem;grid-template-columns:1fr 1.5fr;row-gap:0}.withdraw-grid-label{border-bottom:1px solid #eef2f7;color:#555;font-weight:600;padding:8px 12px 8px 0}.withdraw-grid-value{border-bottom:1px solid #eef2f7;color:#111827;padding:8px 4px 8px 0;text-align:right}.withdraw-grid>:nth-last-child(-n+2){border-bottom:none!important}.withdraw-grid-value>*{margin-left:auto}.withdraw-table-container{border:1px solid #eee;border-radius:5px;overflow-x:auto}.withdraw-table{border-collapse:collapse;font-size:.9rem;width:100%}.withdraw-table-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.withdraw-table-header-cell{color:#555;font-weight:700;padding:10px 8px;text-align:left}.withdraw-table-cell{color:#333;padding:8px}.withdraw-modal-overlay{background-color:#000c;box-sizing:border-box;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.withdraw-modal-content,.withdraw-modal-overlay{align-items:center;display:flex;justify-content:center;padding:20px}.withdraw-modal-content{background-color:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;flex-direction:column;margin:auto;position:relative}.withdraw-modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px;width:100%}.withdraw-modal-title{color:#333;margin:0}.withdraw-modal-close-button{align-items:center;background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:.5rem}.withdraw-modal-image{border-radius:8px;max-height:70vh;max-width:70vw;object-fit:contain}.withdraw-photo-button{background-color:#007bff;border:none;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;padding:6px 12px;text-transform:uppercase;transition:background-color .3s ease}.withdraw-photo-button:hover{background-color:#0069d9}.withdraw-no-data{color:#6c757d;font-size:14px}.withdraw-savings-section{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px;padding:20px}.withdraw-savings-title{color:#555;font-size:16px;font-weight:700;margin:0 0 20px}.withdraw-savings-select{background-color:#fff;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:14px;padding:12px 15px;width:100%}.withdraw-savings-warning{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:13px;margin-top:8px;padding:10px}.withdraw-savings-info{background-color:#e8f4fd;border:1px solid #b3d9ff;border-radius:6px;padding:15px}.withdraw-savings-info-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.withdraw-savings-info-icon{color:#06c;font-size:16px}.withdraw-savings-info-title{color:#06c;font-size:14px;font-weight:700}.withdraw-savings-info-text{color:#049;font-size:13px;line-height:1.4;margin:0}.withdraw-status-badge{max-width:20px;padding:3px 6px}@media (max-width:1024px){.withdraw-sidebar{margin-top:20px;min-width:100%;padding:0}.withdraw-form-container{min-width:100%}}@media (max-width:768px){.withdraw-form-container .withdraw-button-group{align-items:stretch!important;flex-direction:column!important;gap:10px!important;width:100%!important}.withdraw-form-container .withdraw-cancel-button,.withdraw-form-container .withdraw-submit-button{border-radius:8px!important;box-sizing:border-box!important;display:block!important;font-size:16px!important;padding:12px 16px!important;text-align:center!important;width:100%!important}.withdraw-button-group{align-items:stretch;flex-direction:column;gap:10px;width:100%}.withdraw-cancel-button,.withdraw-submit-button{border-radius:8px;box-sizing:border-box;display:block;font-size:16px;padding:12px 16px;text-align:center;width:100%}.withdraw-section-header{font-size:1rem;padding:10px 15px}.withdraw-section-body{padding:15px}}@media (max-width:576px){.withdraw-main-title{font-size:15px}.withdraw-subtitle{font-size:13px}.withdraw-breadcrumb{font-size:10px}.withdraw-sidebar{gap:15px;min-width:100%;padding:0}.withdraw-section-header{font-size:.95rem;padding:8px 12px}.withdraw-section-icon{font-size:1.1rem}.withdraw-section-body{padding:12px}.withdraw-grid{font-size:.85rem}.withdraw-table{font-size:.7rem}}@media (max-width:480px){.withdraw-sidebar{gap:12px}.withdraw-section-header{font-size:.9rem;padding:6px 10px}.withdraw-section-body{padding:10px}}.withdraw-container input::-webkit-inner-spin-button,.withdraw-container input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.withdraw-container input[type=number]{-webkit-appearance:textfield;appearance:textfield}.withdraw-required-asterisk{color:red}.withdraw-pan-no-display{align-items:center;border-radius:4px;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;padding:4px 12px}.withdraw-pan-no-display.yes{background-color:#d4edda;color:#155724}.withdraw-pan-no-display.no{background-color:#f8d7da;color:#721c24}.withdraw-member-photo-container,.withdraw-member-signature-container{align-items:center;display:flex;flex-grow:1;gap:5px}.withdraw-signature-image{object-fit:contain}.withdraw-photo-image,.withdraw-signature-image{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;height:140px;width:150px}.withdraw-photo-image{object-fit:cover}.withdraw-radio-input{margin-right:4px}.withdraw-file-name{color:#666;font-size:.85rem;margin-top:5px}.withdraw-section-icon.rotated{transform:rotate(-90deg)}.withdraw-section-icon.not-rotated{transform:rotate(0deg)}.withdraw-status-badge{background-color:#2ecc71;border-radius:4px;color:#fff;display:flex;font-size:11px;justify-content:center;max-width:30px;padding:3px 8px;text-align:center}.withdraw-status-badge.no{background-color:#e74c3c}.withdraw-balance-highlight{color:#28a745;font-weight:700;text-align:right}.withdraw-combined-balance{color:#007bff;font-weight:700;text-align:right}.withdraw-table-cell-right{text-align:right}.withdraw-status-approved{color:#28a745;font-weight:700}.withdraw-status-pending{color:#ffc107;font-weight:700}.withdraw-status-rejected{color:#dc3545;font-weight:700}.withdraw-table-row{border-bottom:1px solid #eee}.withdraw-not-found{color:#777;padding:10px;text-align:center}@media (max-width:1440px){.withdraw-member-documents-row{align-items:flex-start;gap:10px}.withdraw-member-photo-container,.withdraw-member-signature-container{width:100%}.withdraw-photo-image,.withdraw-signature-image{height:120px;width:130px}}@media (max-width:576px){.withdraw-member-documents-row{align-items:flex-start;flex-direction:column;gap:8px}.withdraw-photo-image,.withdraw-signature-image{height:100px;width:110px}}@media (max-width:480px){.withdraw-photo-image,.withdraw-signature-image{height:90px;width:100px}}html:has(.theme-switch__checkbox:checked) .withdraw-container{background:var(--bg);color:var(--text)}html:has(.theme-switch__checkbox:checked) .withdraw-form-container{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .withdraw-sidebar .withdraw-section{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .withdraw-section-header{background:var(--surface)!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-section-body{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .withdraw-input{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-input:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 3px #3b82f626!important}html:has(.theme-switch__checkbox:checked) .withdraw-input-textarea{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-input-textarea:focus{border-color:var(--primary-600)!important;box-shadow:0 0 0 3px #3b82f626!important}html:has(.theme-switch__checkbox:checked) .withdraw-input-file{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-pan-no-display{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-grid-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .withdraw-grid-value{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-table{background:var(--surface)!important}html:has(.theme-switch__checkbox:checked) .withdraw-table-header{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .withdraw-table-header-cell{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-table-cell{border-bottom:1px solid var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-table-container{border:1px solid var(--border)!important}html:has(.theme-switch__checkbox:checked) .withdraw-not-found{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .withdraw-label{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-label-inline{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-file-name{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .withdraw-no-data{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .withdraw-modal-content{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html:has(.theme-switch__checkbox:checked) .withdraw-modal-header{border-bottom:1px solid var(--border)!important}html:has(.theme-switch__checkbox:checked) .withdraw-modal-title{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .withdraw-modal-image{background:var(--surface-2)!important}html:has(.theme-switch__checkbox:checked) .withdraw-status-approved{color:#28a745!important}html:has(.theme-switch__checkbox:checked) .withdraw-status-pending{color:#ffc107!important}html:has(.theme-switch__checkbox:checked) .withdraw-status-rejected{color:#dc3545!important}html:has(.theme-switch__checkbox:checked) .withdraw-balance-highlight{color:#28a745!important}html:has(.theme-switch__checkbox:checked) .withdraw-combined-balance{color:#007bff!important}html:has(.theme-switch__checkbox:checked) .withdraw-status-badge{background-color:#2ecc71!important;color:#fff!important}html:has(.theme-switch__checkbox:checked) .withdraw-status-badge.no{background-color:#e74c3c!important;color:#fff!important}html:has(.theme-switch__checkbox:checked) .withdraw-signature-image{background:var(--surface-2)!important}.ci-page{color:#343a40;font-size:24px;font-weight:700;padding:16px 20px}.ci-header{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:26px;line-height:1.2;margin:0 0 12px}.ci-label{color:#343a40;font-size:18px;font-weight:700}.ci-breadcrumb{align-items:center;color:#6c757d;display:flex;flex-wrap:nowrap;font-size:14px;gap:6px;line-height:1.2;margin:0 0 8px;row-gap:2px;white-space:nowrap}.ci-breadcrumb span{display:inline-block;vertical-align:middle}.ci-crumb-sep{margin:0 4px}.ci-crumb-current{color:#007bff}.ci-main{align-items:stretch;display:flex;flex-wrap:wrap;gap:40px;margin-top:10px}.ci-form,.ci-info{display:flex;flex:1 1;min-width:500px}.ci-card{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex:1 1;flex-direction:column;margin:20px 0;padding:20px}.ci-sec-title{border-bottom:1px solid #d3d3d3;color:#333;font-size:18px;margin:0 0 20px;padding-bottom:10px}.ci-row{align-items:center;display:flex;gap:10px;margin-bottom:20px}.ci-label-left{color:#212529;font-size:14px;font-weight:700;min-width:150px}.ci-input,.ci-select,.ci-textarea{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-size:14px;outline:none;padding:8px 12px;width:100%}.ci-textarea{resize:vertical}.ci-remarks-row{align-items:flex-start}.ci-remarks-label{margin-top:8px}.ci-actions{display:flex;gap:10px;justify-content:center;margin-top:20px}.ci-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px}.ci-btn-primary{background-color:#28a745}.ci-btn-danger{background-color:#dc3545}.ci-btn-disabled{cursor:not-allowed;opacity:.6}.ci-info-header{background:#0000;border-bottom:1px solid #d3d3d3;border-radius:0;color:#333;font-size:18px;font-weight:700;margin:0 0 20px;padding:0 0 10px}.ci-info-list{font-size:16px;list-style:none;margin:0;padding:6px 10px}.ci-info-item{align-items:center;color:#666;display:flex;justify-content:space-between;margin-bottom:6px}.ci-info-right{text-align:right}.ci-info .ci-card{padding-bottom:12px}.ci-positive{color:#28a745;font-weight:700}.ci-loading{color:#666;padding:10px}.ci-warning{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:14px;margin-bottom:20px;padding:10px}@media (max-width:900px){.ci-main{gap:20px}.ci-form,.ci-info{min-width:100%}}@media (max-width:600px){.ci-page{font-size:20px;padding:12px}.ci-header{font-size:20px;line-height:1.2;margin-bottom:4px}.ci-label{font-size:12px}.ci-breadcrumb{flex-wrap:wrap;font-size:12px;gap:4px;margin-bottom:8px;row-gap:2px;white-space:normal}.ci-crumb-sep{margin:0 6px}.ci-main{flex-direction:column;gap:14px}.ci-card{margin:12px 0;padding:14px}.ci-sec-title{font-size:16px;margin-bottom:14px;padding-bottom:8px}.ci-row{align-items:stretch;flex-direction:column;gap:6px;margin-bottom:14px}.ci-label-left{font-size:13px;min-width:0}.ci-input,.ci-select,.ci-textarea{font-size:13px;padding:8px 10px}.ci-textarea{min-height:100px}.ci-actions{flex-direction:column;gap:10px}.ci-btn{font-size:14px;padding:10px 16px;width:100%}.ci-info-list{font-size:14px;padding:6px 8px}.ci-info-item{margin-bottom:6px}}.csi-page{align-items:center;background:#0000!important;box-shadow:none!important;display:flex;flex-direction:column;justify-content:center;padding:24px;width:100%}.csi-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;max-width:800px;padding:32px;width:100%}.csi-section-header{align-items:center;background:#0000;border-bottom:1px solid #e5e7eb;border-radius:0;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:28px;padding:0 0 12px}.csi-section-title{color:#111827;flex:0 0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:700;margin:0;padding-right:16px;position:relative}.csi-section-title:after{background-color:#e5e7eb;content:"";height:24px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.csi-section-subtitle{color:#6b7280;flex:1 1 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;margin:0;text-align:left}.csi-field{margin-bottom:24px}.csi-field-large{margin-bottom:32px}.csi-label{color:#374151;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;margin-bottom:10px}.csi-required{color:#dc3545;margin-left:4px}.csi-input{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-family:inherit;font-size:14px;font-weight:500;padding:12px 16px;transition:all .2s ease;width:100%}.csi-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.csi-input-readonly{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.csi-input[disabled]{cursor:not-allowed;opacity:.65}.csi-help-text{color:#6b7280;font-size:12px;font-style:italic;margin:6px 0 0}.csi-warning{align-items:flex-start;background-color:#fef3c7;border:1px solid #fbbf24;border-radius:8px;display:flex;gap:12px;margin-bottom:28px;padding:16px}.csi-warning-icon{color:#f59e0b;flex-shrink:0;font-size:20px;line-height:1.5}.csi-warning-title{color:#92400e;font-size:13px;font-weight:600;margin:0 0 6px}.csi-warning-text{color:#92400e;font-size:13px;line-height:1.5;margin:0}.csi-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:20px}.csi-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;gap:8px;justify-content:center;min-width:140px;padding:12px 28px;transition:all .2s ease}.csi-btn[disabled]{cursor:not-allowed;opacity:.6}.csi-btn-ghost{background-color:#dc3545;border:1px solid #d1d5db;color:#fff}.csi-btn-ghost:hover:not([disabled]){background-color:#f9fafb;border-color:#9ca3af;color:#111827}.csi-btn-danger{background-color:#dc3545;border:none;color:#fff;min-width:180px}.csi-btn-danger:hover:not([disabled]){background-color:#b91c1c}.csi-btn-danger[disabled]{background-color:#9ca3af}.csi-spinner{animation:csi-spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes csi-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.csi-page{padding:16px}.csi-card{max-width:100%;padding:24px}.csi-section-header{margin-bottom:20px;padding:0}.csi-section-title{font-size:16px;padding-right:14px}.csi-section-title:after{height:20px}.csi-actions{flex-direction:column-reverse;gap:10px}.csi-btn{min-width:auto;width:100%}}@media (max-width:576px){.csi-page{padding:12px}.csi-card{border-radius:8px;padding:20px}.csi-section-header{align-items:flex-start;flex-direction:column;gap:0;margin-bottom:20px;padding:0}.csi-section-title{border-bottom:1px solid #e5e7eb;font-size:15px;margin-bottom:10px;padding-bottom:10px;padding-right:0;width:100%}.csi-section-title:after{display:none}.csi-label,.csi-section-subtitle{font-size:13px}.csi-label{margin-bottom:8px}.csi-input{font-size:13px;padding:10px 14px}.csi-help-text{font-size:11px}.csi-warning{gap:10px;margin-bottom:20px;padding:12px}.csi-warning-icon{font-size:18px}.csi-warning-text,.csi-warning-title{font-size:12px}.csi-actions{flex-direction:column;gap:8px;margin-top:24px;padding-top:16px}.csi-btn{font-size:13px;padding:10px 20px}.csi-btn-danger{min-width:auto}}.member-share-readonly-box{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;color:#333;min-height:20px;padding:8px 12px}.member-share-helper-text{color:#666;font-size:12px}.member-share-helper-text--error{color:red;font-size:12px}.member-share-input-readonly{background-color:#f9f9f9}.member-share-section-card{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;margin:20px 0;padding:15px}.member-share-section-card--info{background-color:#f0f8ff}.member-share-section-title{color:#333;margin:0 0 15px}.member-share-section-title-sub{color:#666;font-size:14px;padding-left:4px}.member-share-checkbox-row{margin:0 0 15px}.member-share-checkbox-label{align-items:center;color:#666;display:flex;font-size:14px;font-weight:500;gap:8px}html:has(.theme-switch__checkbox:checked) .member-share-readonly-box{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}html:has(.theme-switch__checkbox:checked) .member-share-helper-text{color:#a0aec0}html:has(.theme-switch__checkbox:checked) .member-share-helper-text--error{color:#fc8181}html:has(.theme-switch__checkbox:checked) .member-share-input-readonly{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}html:has(.theme-switch__checkbox:checked) .member-share-section-card{background-color:#1a202c;border-color:#4a5568;color:#e2e8f0}html:has(.theme-switch__checkbox:checked) .member-share-section-card--info{background-color:#1e3a5f}html:has(.theme-switch__checkbox:checked) .member-share-section-title{color:#e2e8f0}html:has(.theme-switch__checkbox:checked) .member-share-section-title-sub{color:#a0aec0}html:has(.theme-switch__checkbox:checked) .member-share-checkbox-label{color:#e2e8f0}.wl-container{padding:16px}.wl-button-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto 14px;max-width:860px}.wl-button-group{display:flex;gap:10px}.wl-print-btn{background:linear-gradient(135deg,#4f8dfc,#2f6eea);box-shadow:0 2px 6px #0000001f;font-weight:600;padding:10px 16px}.wl-back-btn,.wl-print-btn{border:none;border-radius:8px;color:#fff;cursor:pointer}.wl-back-btn{background-color:#6c757d;padding:8px 14px}.wl-template{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;margin:0 auto;max-width:860px;padding:24px 40px}#print-welcome-letter-member{color:#111;font-size:14px;line-height:1.5}#print-welcome-letter-member p{line-height:1.7;margin:10px 0 12px;text-align:justify}#print-welcome-letter-member h1,#print-welcome-letter-member h2,#print-welcome-letter-member h3{margin:14px 0 10px;text-align:center}#print-welcome-letter-member ol,#print-welcome-letter-member ul{margin:10px 0 12px 20px}#print-welcome-letter-member hr{margin:12px 0}#print-welcome-letter-member strong{font-weight:700}@media (max-width:768px){.wl-template{border-radius:12px;padding:18px 20px}#print-welcome-letter-member{font-size:13.5px;line-height:1.6}#print-welcome-letter-member p{line-height:1.65;margin:8px 0 10px}#print-welcome-letter-member h1{font-size:1.2rem!important}#print-welcome-letter-member h2{font-size:1.05rem!important}#print-welcome-letter-member h3{font-size:1rem!important}}@media (max-width:576px){.wl-button-container{gap:8px;max-width:92%}.wl-print-btn{font-size:14px;padding:8px 12px}.wl-back-btn{font-size:13px;padding:7px 12px}.wl-template{max-width:92%;padding:16px}#print-welcome-letter-member{font-size:13px;line-height:1.6}#print-welcome-letter-member p{margin:8px 0 10px}}#print-welcome-letter-member img{height:auto;max-width:100%}@media (max-width:576px){#print-welcome-letter-member img{height:auto;max-width:100%}#print-welcome-letter-member img:first-of-type{display:block!important;float:left!important;height:auto!important;margin:4px 10px 6px 0!important;width:56px!important}#print-welcome-letter-member h1:first-of-type{font-size:1.05rem!important;line-height:1.2!important;margin-bottom:6px!important;margin-top:6px!important;text-align:left!important}#print-welcome-letter-member h1:first-of-type:after{clear:both;content:"";display:block}}.msf-container{padding:16px}.msf-button-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.msf-print-btn{background:linear-gradient(135deg,#5b8def,#3461d9);border:none;border-radius:8px;box-shadow:0 6px 18px #3461d940;color:#fff;font-weight:700;letter-spacing:.4px;padding:10px 18px;transition:transform .06s ease,box-shadow .2s ease,filter .2s ease}.msf-print-btn:hover{box-shadow:0 8px 22px #3461d952;filter:brightness(1.04)}.msf-print-btn:active{transform:translateY(1px)}.msf-template-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 24px #0000000f;color:#111827;padding:20px}.msf-template-container,.msf-template-container *{color:#111827!important;filter:none!important;mix-blend-mode:normal!important;opacity:1!important;text-shadow:none!important}.msf-template-container table,.msf-template-container tbody,.msf-template-container td,.msf-template-container tfoot,.msf-template-container th,.msf-template-container thead{border-color:#d1d5db!important}.msf-template-container b,.msf-template-container em,.msf-template-container h1,.msf-template-container h2,.msf-template-container h3,.msf-template-container h4,.msf-template-container h5,.msf-template-container h6,.msf-template-container label,.msf-template-container li,.msf-template-container p,.msf-template-container small,.msf-template-container span,.msf-template-container strong{color:#111827!important}.msf-template-container img{filter:none!important;opacity:1!important}.msf-loading{align-items:center;color:#4b5563;display:flex;height:400px;justify-content:center}.msf-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;padding:20px;text-align:center}@media (max-width:768px){.msf-template-container{border-radius:10px;padding:14px}.msf-print-btn{width:100%}.msf-button-container{align-items:stretch;flex-direction:column;gap:10px}}.dc-filter-section{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;flex-wrap:wrap;margin-bottom:20px;padding:20px}.dc-filter-container,.dc-filter-section{align-items:flex-end;display:flex;gap:15px}.dc-filter-container{flex:1 1;flex-wrap:wrap;font-size:14px;min-width:400px}.dc-filter-label{color:#333;display:block;font-weight:600;margin-bottom:5px}.dc-filter-input{min-width:120px}.dc-filter-input,.dc-filter-select{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;flex:0 1 auto;font-size:14px;outline:none;padding:8px 10px}.dc-filter-select{background-color:#fff;color:#333;min-width:140px}.dc-filter-select option{color:#333}.dc-filter-select option:disabled,.dc-placeholder-option{color:#999}.dc-search-button{align-items:center;background-color:#ff9800;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:8px 15px;transition:background-color .3s ease;white-space:nowrap}.dc-search-button:hover:not(:disabled){background-color:#e68900}.dc-search-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.dc-export-buttons{display:flex;flex-shrink:0;flex-wrap:nowrap;gap:10px}.dc-export-button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;gap:5px;justify-content:center;padding:8px 15px;white-space:nowrap}.dc-export-excel{background-color:#28a745}.dc-export-csv{background-color:#17a2b8}.dc-export-pdf{background-color:#dc3545}.dc-summary-section{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.dc-summary-card{border:1px solid;border-radius:8px;flex:1 1;min-width:200px;padding:15px}.dc-summary-collection{background-color:#e8f5e8;border-color:#28a745;color:#28a745}.dc-summary-withdrawal{background-color:#ffe8e8;border-color:#dc3545;color:#dc3545}.dc-summary-transactions{background-color:#e8f4fd;border-color:#007bff;color:#007bff}.dc-summary-card h4{color:#333;margin:0 0 10px}.dc-summary-amount{color:inherit;font-size:24px;font-weight:700;margin:0}.dc-table-info{color:#333;font-weight:600}.dc-collection-header{color:#28a745}.dc-withdrawal-header{color:#dc3545}.dc-collection-cell{color:#28a745;font-weight:700}.dc-withdrawal-cell{color:#dc3545;font-weight:700}.dc-totals-row{background-color:#f8f9fa;border-top:2px solid #dee2e6;font-size:14px;font-weight:700}.dc-totals-label{color:#495057;font-weight:700}.dc-totals-dash{color:#6c757d}.dc-totals-collection{color:#28a745;font-size:14px;font-weight:700}.dc-totals-withdrawal{color:#dc3545;font-size:14px;font-weight:700}.dc-totals-transactions{color:#007bff;font-weight:700}.dc-no-data{background-color:#f8f9fa;border-radius:8px;color:#333;padding:40px;text-align:center}.dc-no-data h3{color:#333;margin-bottom:10px}.dc-no-data p{color:#666;margin:0}.aa-header-container{justify-content:space-between;margin-bottom:20px}.aa-header-container,.aa-stats-container{display:flex;gap:20px}.aa-stat-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-width:140px;padding:14px;text-align:center}.aa-stat-label{color:#666;font-size:12px;font-weight:500;margin-bottom:10px}.aa-stat-value{color:#333;font-size:30px;font-weight:700;line-height:1}.aa-stat-value.active{color:#28a745}.aa-activation-select{background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;min-width:70px;outline:none;padding:6px 12px}.aa-no-data{padding:20px;text-align:center}.cl-input-box{background-color:#fff;border:1px solid #ccc;border-radius:6px;color:#333;font-size:14px;max-width:120px;outline:none;padding:8px 12px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.cl-input-box.no-spinners{-webkit-appearance:textfield;appearance:textfield}.cl-input-box.no-spinners::-webkit-inner-spin-button,.cl-input-box.no-spinners::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cl-no-data{padding:20px;text-align:center}.cr-filter-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px;padding:20px}.cr-filter-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:15px}.cr-filter-box{display:flex;flex-direction:column;gap:5px}.cr-filter-label{font-size:14px;font-weight:600}.cr-filter-select{border:1px solid #ddd;border-radius:4px;font-size:14px;outline:none;padding:8px 12px}.cr-filter-btns{align-items:center;display:flex;gap:10px;justify-content:center}.cr-filter-search-btn{align-items:center;background-color:#17a2b8;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:5px;padding:8px 30px}.cr-filter-search-btn.clear-btn{background-color:#ff9800}.cr-pending-box{align-items:center;display:flex;gap:8px;padding-top:28px}.cr-pending-box input{cursor:pointer;height:18px;width:18px}.dc-flex-center{align-items:center;display:flex}.dc-gap-20{gap:20px}.dc-flex-wrap{flex-wrap:wrap}.dc-flex-1{flex:1 1}.dc-hidden-link{visibility:hidden}@media (max-width:1024px){.dc-filter-container{flex:1 1;min-width:300px}}@media (max-width:768px){.dc-filter-section{flex-direction:column;gap:12px;padding:15px}.dc-filter-container{flex-direction:column;gap:12px;min-width:100%}.dc-filter-label{margin-bottom:4px;width:100%}.dc-filter-input,.dc-filter-select{min-width:100%}.dc-search-button{width:100%}.dc-export-buttons{flex-direction:row;width:100%}.dc-export-button{flex:1 1;min-width:70px}.aa-header-container{flex-direction:column}.aa-stats-container{justify-content:center}.dc-summary-section{flex-direction:column}}@media (max-width:480px){.dc-filter-section{flex-direction:column;gap:10px;padding:12px}.dc-filter-container{flex-direction:column;gap:10px;min-width:100%}.dc-filter-label{font-size:13px;margin-bottom:4px}.dc-filter-input,.dc-filter-select{font-size:13px;min-width:100%;padding:8px}.dc-search-button{font-size:13px;padding:10px 12px;width:100%}.dc-export-buttons{flex-direction:column;gap:8px;width:100%}.dc-export-button{font-size:12px;gap:4px;padding:10px 8px;width:100%}.dc-export-button svg{font-size:12px}.dc-summary-card{min-width:100%;padding:12px}.dc-summary-amount{font-size:20px}}html:has(.theme-switch__checkbox:checked) .dc-filter-section{background-color:var(--surface);border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .dc-filter-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .dc-filter-input,html:has(.theme-switch__checkbox:checked) .dc-filter-select{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .dc-filter-input:focus,html:has(.theme-switch__checkbox:checked) .dc-filter-select:focus{border-color:var(--primary);box-shadow:0 0 4px #3b82f633}html:has(.theme-switch__checkbox:checked) .dc-placeholder-option{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .dc-search-button{background-color:var(--primary);color:#fff}html:has(.theme-switch__checkbox:checked) .dc-search-button:hover:not(:disabled){background-color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .dc-search-button:disabled{background-color:var(--border);color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .dc-export-excel{background-color:#16a34a}html:has(.theme-switch__checkbox:checked) .dc-export-csv{background-color:#0891b2}html:has(.theme-switch__checkbox:checked) .dc-export-pdf{background-color:#dc2626}html:has(.theme-switch__checkbox:checked) .dc-summary-card{background-color:var(--surface);border-color:var(--border);box-shadow:var(--card-shadow)}html:has(.theme-switch__checkbox:checked) .dc-summary-collection{background-color:#22c55e1a;border-color:var(--success);color:var(--success)}html:has(.theme-switch__checkbox:checked) .dc-summary-withdrawal{background-color:#f871711a;border-color:var(--danger);color:var(--danger)}html:has(.theme-switch__checkbox:checked) .dc-summary-transactions{background-color:#3b82f61a;border-color:var(--primary);color:var(--primary)}html:has(.theme-switch__checkbox:checked) .dc-summary-card h4{color:var(--text)}html:has(.theme-switch__checkbox:checked) .dc-summary-amount{color:inherit}html:has(.theme-switch__checkbox:checked) .dc-table-info{color:var(--text)}html:has(.theme-switch__checkbox:checked) .dc-collection-header{color:var(--success)}html:has(.theme-switch__checkbox:checked) .dc-withdrawal-header{color:var(--danger)}html:has(.theme-switch__checkbox:checked) .dc-collection-cell{color:var(--success)}html:has(.theme-switch__checkbox:checked) .dc-withdrawal-cell{color:var(--danger)}html:has(.theme-switch__checkbox:checked) .dc-totals-row{background-color:var(--surface-2);border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .dc-totals-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .dc-totals-dash{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .dc-totals-collection{color:var(--success)}html:has(.theme-switch__checkbox:checked) .dc-totals-withdrawal{color:var(--danger)}html:has(.theme-switch__checkbox:checked) .dc-totals-transactions{color:var(--primary)}html:has(.theme-switch__checkbox:checked) .dc-no-data{background-color:var(--surface);border:1px solid var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .dc-no-data h3{color:var(--text)}html:has(.theme-switch__checkbox:checked) .dc-no-data p{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .aa-stat-card{background-color:var(--surface);border-color:var(--border);box-shadow:var(--card-shadow)}html:has(.theme-switch__checkbox:checked) .aa-stat-label{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .aa-stat-value{color:var(--text)}html:has(.theme-switch__checkbox:checked) .aa-stat-value.active{color:var(--success)}html:has(.theme-switch__checkbox:checked) .aa-activation-select{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .aa-no-data{color:var(--text)}html:has(.theme-switch__checkbox:checked) .cl-input-box{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .cl-input-box:focus{border-color:var(--primary-600);box-shadow:0 0 0 4px var(--ring)}html:has(.theme-switch__checkbox:checked) .cl-no-data{color:var(--text)}.daybook-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.header-controls{display:flex;gap:12px}.date-picker-section{align-items:center;color:#000;display:flex;gap:8px}.db-date-input{border:1px solid #ddd;border-radius:4px;box-shadow:0 0 4px #0000001a;outline:none;padding:8px}.export-button{align-items:center;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:5px;padding:10px 16px;transition:all .3s ease}.export-button:hover:not(:disabled){background-color:#218838}.export-button:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.7}@keyframes dbspin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.day-book-spinner{animation:dbspin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:12px;width:12px}.debit-amount{color:#dc3545;font-weight:500}.credit-amount{color:#28a745;font-weight:500}.totals-row{background-color:#f8f9fa;font-weight:700}.totals-label{font-weight:700;text-align:right}.totals-debit{color:#dc3545;font-weight:700}.totals-credit{color:#28a745;font-weight:700}.no-data-cell{padding:20px;text-align:center}@media (max-width:480px){.daybook-header{margin-bottom:16px}.daybook-header,.header-controls{display:flex;flex-direction:column;gap:12px}.header-controls{width:100%}.date-picker-section{display:flex;flex-direction:column;gap:4px;width:100%}.date-picker-section label{font-size:12px;font-weight:500}.db-date-input{border:1px solid #ddd;border-radius:4px;font-size:14px;height:40px;padding:8px 12px;width:100%}.export-button{align-items:center;display:flex;font-size:14px;gap:8px;height:auto;justify-content:center;padding:10px 16px;text-align:center;width:100%}}html:has(.theme-switch__checkbox:checked) .daybook-header{color:var(--text)}html:has(.theme-switch__checkbox:checked) .date-picker-section{color:var(--text)}html:has(.theme-switch__checkbox:checked) .db-date-input{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .export-button{background-color:var(--success)}html:has(.theme-switch__checkbox:checked) .export-button:hover:not(:disabled){background-color:#16a34a}html:has(.theme-switch__checkbox:checked) .export-button:disabled{background-color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .loading-container{color:var(--text)}html:has(.theme-switch__checkbox:checked) .loading-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .debit-amount{color:var(--destructive)}html:has(.theme-switch__checkbox:checked) .credit-amount{color:var(--success)}html:has(.theme-switch__checkbox:checked) .totals-row{background-color:var(--surface-2)}html:has(.theme-switch__checkbox:checked) .totals-debit{color:var(--destructive)}html:has(.theme-switch__checkbox:checked) .totals-credit{color:var(--success)}html:has(.theme-switch__checkbox:checked) .no-data-cell{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .search-input{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}.react-select-container{color:#333}.notice-board-select .react-select-container .react-select__menu-list{max-height:150px}.notice-board-select .react-select-container .react-select__option{background-color:#fff;color:#333}.notice-board-select .react-select-container .react-select__option.is-focused,.notice-board-select .react-select-container .react-select__option:hover{background-color:#f0f0f0;color:#333}.notice-board-select .react-select-container .react-select__control{background-color:#fff;color:#333}.notice-board-select .react-select-container .react-select__single-value{color:#333}.notice-board-select .react-select-container .react-select__placeholder{color:#666}.notice-board-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;margin-top:20px}.notice-board-header .page-title{margin-bottom:0}.notice-file-view-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:5px 10px;transition:background-color .3s ease}.notice-file-view-button:hover{background-color:#0056b3}.notice-no-data{padding:20px;text-align:center}.notice-fullscreen-preview{background-color:#000000d9;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9999}.notice-fullscreen-preview,.notice-preview-content{align-items:center;display:flex;justify-content:center}.notice-preview-content{background:#fff;height:90%;position:relative;width:90%}.notice-preview-image{max-height:100%;max-width:100%;object-fit:contain}.notice-preview-iframe{border:none;height:100%;width:100%}.notice-close-preview{background:#0000;border:none;color:#000;cursor:pointer;font-size:1.5rem;position:absolute;right:15px;top:15px}html:has(.theme-switch__checkbox:checked) .notice-board-select .react-select-container .react-select__option{background-color:var(--surface);color:var(--text)}html:has(.theme-switch__checkbox:checked) .notice-board-select .react-select-container .react-select__option.is-focused,html:has(.theme-switch__checkbox:checked) .notice-board-select .react-select-container .react-select__option:hover{background-color:var(--surface-2);color:var(--text)}html:has(.theme-switch__checkbox:checked) .notice-board-select .react-select-container .react-select__control{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .notice-board-select .react-select-container .react-select__single-value{color:var(--text)}html:has(.theme-switch__checkbox:checked) .notice-board-select .react-select-container .react-select__placeholder{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .notice-file-view-button{background-color:var(--primary-600);color:var(--text)}html:has(.theme-switch__checkbox:checked) .notice-file-view-button:hover{background-color:var(--primary)}html:has(.theme-switch__checkbox:checked) .notice-no-data{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .notice-preview-content{background:var(--surface)}html:has(.theme-switch__checkbox:checked) .notice-close-preview{color:var(--text)}html:has(.theme-switch__checkbox:checked) .sortable-header:hover{background-color:#60a5fa1a}html:has(.theme-switch__checkbox:checked) .sort-icon.active{color:var(--primary-600)}.passbook-account-select .passbook-account-select__control{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:.92rem;height:42px;margin-top:4px;min-height:auto;outline:none;padding:8px 12px;transition:border-color .3s ease}.passbook-account-select .passbook-account-select__control:hover{border-color:#e0e0e0}.passbook-account-select .passbook-account-select__input{border:none;box-shadow:none;margin:0;outline:none;padding:0}.passbook-account-select .passbook-account-select__input:focus{border:none;box-shadow:none;outline:none}.passbook-account-select .passbook-account-select__value-container{margin:0;padding:0}.passbook-account-select .passbook-account-select__option{background-color:#fff;color:#333}.passbook-account-select .passbook-account-select__option.is-focused,.passbook-account-select .passbook-account-select__option:hover{background-color:#f8f9fa;color:#333}.passbook-account-select .passbook-account-select__option.is-selected{background-color:#007bff;color:#fff}.passbook-account-select .passbook-account-select__option.is-selected:hover{background-color:#007bff}.passbook-account-select .passbook-account-select__menu{z-index:9999}.passbook-account-select .passbook-account-select__placeholder{color:#6c757d;margin:0}.passbook-account-select .passbook-account-select__single-value{margin:0}.passbook-account-select .passbook-account-select__indicators-container{height:20px}.passbook-form-field{flex:1 1;width:0}.passbook-form-label{color:#555;font-size:.9rem;font-weight:500}.passbook-readonly-input{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:.92rem;margin-top:4px;min-height:42px;padding:8px 12px;width:100%}.passbook-sortable-header{cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.passbook-sortable-header:hover{background-color:#007bff1a}.passbook-sortable-header-center{align-items:center;display:flex;justify-content:center}.passbook-sort-icon{font-size:.9rem;margin-left:8px;opacity:.6;transition:opacity .3s ease}.passbook-sort-icon.active{color:#007bff;opacity:1}.passbook-empty-state{padding:40px 20px;text-align:center}.passbook-empty-state-icon{font-size:3rem;margin-bottom:16px;opacity:.5}.passbook-empty-state-title{color:#666;font-size:1.2rem;font-weight:600;margin-bottom:8px}.passbook-empty-state-description{color:#999;font-size:.9rem}html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__control{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__control:hover{border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__option{background-color:var(--surface);color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__option.is-focused,html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__option:hover{background-color:var(--surface-2);color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__option.is-selected{background-color:var(--primary-600);color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__placeholder{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .passbook-account-select .passbook-account-select__single-value{color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-form-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-readonly-input{background-color:var(--surface-2);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-sortable-header:hover{background-color:#60a5fa1a}html:has(.theme-switch__checkbox:checked) .passbook-sort-icon.active{color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .passbook-empty-state-title{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .passbook-empty-state-description{color:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.main-report-container{background:linear-gradient(90deg,#f7f9fc,#e3f2fd);cursor:default;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:2rem}.report-content{margin:0 auto;max-width:1420px}.report-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.report-title{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:2.1rem;font-weight:700;letter-spacing:.02em;margin:0 0 0 6px}.filter-dropdown{position:relative}.filter-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;outline:none;padding:.75rem 1.25rem;transition:all .3s ease}.filter-button:hover{background-color:#f9fafb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.filter-button:focus{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.filter-chevron{transform:rotate(0deg);transition:transform .3s ease}.filter-chevron.open{transform:rotate(90deg)}.report-dropdown-menu{animation:fadeIn .2s ease-out;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 25px 50px -12px #00000040,0 20px 25px -5px #0000001a;margin-top:.75rem;min-width:280px;overflow:hidden;position:absolute;right:0;top:100%;z-index:50}.report-dropdown-header{background-color:#f8fafc;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1.25rem;text-transform:uppercase}.report-dropdown-content{padding:.3rem 0}.report-dropdown-item{align-items:center;background-color:initial;border:none;border-left:3px solid #0000;box-shadow:none;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;outline:none;padding:.6rem 1.25rem;position:relative;text-align:left;transition:all .2s ease;width:100%}.report-dropdown-item:hover{background-color:#f8fafc;color:#1f2937}.report-dropdown-item.selected{background-color:#eff6ff;border-left:3px solid #3b82f6;color:#1d4ed8;font-weight:600}.report-dropdown-item-text{flex:1 1}.report-dropdown-indicator{background-color:#3b82f6;border-radius:50%;height:6px;margin-left:.5rem;width:6px}.report-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1440px){.report-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.report-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.report-grid{grid-template-columns:1fr}}.report-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;min-height:300px;padding:1.5rem;transition:box-shadow .3s ease}.report-card:hover{box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000000a}.category-header{background-color:#fff!important;background:#fff!important;border-bottom:2px solid #0000;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem}.category-header-info{align-items:center;display:flex;gap:.75rem}.category-icon-wrapper{align-items:center;background-color:#fff;border:2px solid #eff6ff;border-radius:10px;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.category-title-wrapper{flex:1 1}.category-title{color:#1f2937;font-size:1.12rem;font-weight:600;letter-spacing:-.025em;margin:0}.reports-list{background-color:#fff!important;background:#fff!important;display:flex;flex:1 1;flex-direction:column;gap:0}.report-item{align-items:center;background-color:initial!important;background:#0000!important;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;justify-content:space-between;padding:.65rem 0;position:relative;transition:all .2s ease}.report-item:last-child{border-bottom:none}.report-item-content{align-items:center;display:flex;flex:1 1;gap:.75rem}.report-bullet{background-color:#cbd5e1;border-radius:50%;flex-shrink:0;height:6px;transition:background-color .2s ease;width:6px}.report-name{color:#475569;font-size:.875rem;font-weight:500;line-height:1.4;transition:color .2s ease}.report-arrow{opacity:.5;transform:translateX(0);transition:all .2s ease}.report-item:hover .report-arrow{opacity:1;transform:translateX(2px)}.filter-button-icon{color:#3b82f6;font-size:16px;height:16px;width:16px}.filter-chevron{color:#6b7280;font-size:12px;height:12px;width:12px}.category-icon{font-size:20px;height:20px;width:20px}.category-header.deposits{border-bottom-color:#3b82f6}.category-icon.deposits{color:#3b82f6}.report-item.deposits:hover .report-bullet{background-color:#3b82f6}.report-item.deposits:hover .report-arrow,.report-item.deposits:hover .report-name{color:#3b82f6}.category-header.loans{border-bottom-color:#10b981}.category-icon.loans{color:#10b981}.report-item.loans:hover .report-bullet{background-color:#10b981}.report-item.loans:hover .report-arrow,.report-item.loans:hover .report-name{color:#10b981}.category-header.members{border-bottom-color:#8b5cf6}.category-icon.members{color:#8b5cf6}.report-item.members:hover .report-bullet{background-color:#8b5cf6}.report-item.members:hover .report-arrow,.report-item.members:hover .report-name{color:#8b5cf6}.category-header.transactions{border-bottom-color:#f59e0b}.category-icon.transactions{color:#f59e0b}.report-item.transactions:hover .report-bullet{background-color:#f59e0b}.report-item.transactions:hover .report-arrow,.report-item.transactions:hover .report-name{color:#f59e0b}.category-header.summary{border-bottom-color:#ef4444}.category-icon.summary{color:#ef4444}.report-item.summary:hover .report-bullet{background-color:#ef4444}.report-item.summary:hover .report-arrow,.report-item.summary:hover .report-name{color:#ef4444}.category-header.financial-reports{border-bottom-color:#06b6d4}.category-icon.financial-reports{color:#06b6d4}.report-item.financial-reports:hover .report-bullet{background-color:#06b6d4}.report-item.financial-reports:hover .report-arrow,.report-item.financial-reports:hover .report-name{color:#06b6d4}.category-header.business-reports{border-bottom-color:#8b5cf6}.category-icon.business-reports{color:#8b5cf6}.report-item.business-reports:hover .report-bullet{background-color:#8b5cf6}.report-item.business-reports:hover .report-arrow,.report-item.business-reports:hover .report-name{color:#8b5cf6}.category-header.other-reports-category{border-bottom-color:#6b7280}.category-icon.other-reports-category{color:#6b7280}.report-item.other-reports-category:hover .report-bullet{background-color:#6b7280}.report-item.other-reports-category:hover .report-arrow,.report-item.other-reports-category:hover .report-name{color:#6b7280}.category-header.loan-deposit-analysis{border-bottom-color:#14b8a6}.category-icon.loan-deposit-analysis{color:#14b8a6}.report-item.loan-deposit-analysis:hover .report-bullet{background-color:#14b8a6}.report-item.loan-deposit-analysis:hover .report-arrow,.report-item.loan-deposit-analysis:hover .report-name{color:#14b8a6}html:has(.theme-switch__checkbox:checked) .main-report-container{background:linear-gradient(90deg,#0b1020,#0e152b)}html:has(.theme-switch__checkbox:checked) .report-title{color:#e5e7eb}html:has(.theme-switch__checkbox:checked) .filter-button{background-color:#1f2937;border-color:#374151;color:#e5e7eb}html:has(.theme-switch__checkbox:checked) .filter-button:hover{background-color:#374151}html:has(.theme-switch__checkbox:checked) .report-dropdown-menu{background-color:#1f2937;border-color:#374151}html:has(.theme-switch__checkbox:checked) .report-dropdown-header{background-color:#111827;border-bottom-color:#374151;color:#9ca3af}html:has(.theme-switch__checkbox:checked) .report-dropdown-item{color:#e5e7eb}html:has(.theme-switch__checkbox:checked) .report-dropdown-item:hover{background-color:#374151;color:#f3f4f6}html:has(.theme-switch__checkbox:checked) .report-dropdown-item.selected{background-color:#1e3a8a;border-left-color:#3b82f6;color:#60a5fa}html:has(.theme-switch__checkbox:checked) .report-card{background-color:#1f2937!important;background:#1f2937!important;border-color:#374151;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003}html:has(.theme-switch__checkbox:checked) .report-card:hover{box-shadow:0 20px 25px -5px #0006,0 10px 10px -5px #0000004d}html:has(.theme-switch__checkbox:checked) .category-header{background-color:#1f2937!important;background:#1f2937!important}html:has(.theme-switch__checkbox:checked) .reports-list{background-color:#1f2937!important;background:#1f2937!important}html:has(.theme-switch__checkbox:checked) .category-title{color:#e5e7eb}html:has(.theme-switch__checkbox:checked) .category-icon-wrapper{background-color:#1e3a8a}html:has(.theme-switch__checkbox:checked) .report-item{border-bottom-color:#374151}html:has(.theme-switch__checkbox:checked) .report-bullet{background-color:#6b7280}html:has(.theme-switch__checkbox:checked) .report-item:hover .report-bullet{background-color:#60a5fa}html:has(.theme-switch__checkbox:checked) .report-name{color:#d1d5db}html:has(.theme-switch__checkbox:checked) .report-item:hover .report-name{color:#60a5fa}html:has(.theme-switch__checkbox:checked) .report-arrow{color:#6b7280}html:has(.theme-switch__checkbox:checked) .report-item:hover .report-arrow{color:#60a5fa}html:has(.theme-switch__checkbox:checked) .report-item.deposits:hover .report-bullet{background-color:#93c5fd}html:has(.theme-switch__checkbox:checked) .report-item.deposits:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.deposits:hover .report-name{color:#93c5fd}html:has(.theme-switch__checkbox:checked) .report-item.loans:hover .report-bullet{background-color:#86efac}html:has(.theme-switch__checkbox:checked) .report-item.loans:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.loans:hover .report-name{color:#86efac}html:has(.theme-switch__checkbox:checked) .report-item.members:hover .report-bullet{background-color:#c4b5fd}html:has(.theme-switch__checkbox:checked) .report-item.members:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.members:hover .report-name{color:#c4b5fd}html:has(.theme-switch__checkbox:checked) .report-item.transactions:hover .report-bullet{background-color:#fcd34d}html:has(.theme-switch__checkbox:checked) .report-item.transactions:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.transactions:hover .report-name{color:#fcd34d}html:has(.theme-switch__checkbox:checked) .report-item.summary:hover .report-bullet{background-color:#fca5a5}html:has(.theme-switch__checkbox:checked) .report-item.summary:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.summary:hover .report-name{color:#fca5a5}html:has(.theme-switch__checkbox:checked) .report-item.financial-reports:hover .report-bullet{background-color:#67e8f9}html:has(.theme-switch__checkbox:checked) .report-item.financial-reports:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.financial-reports:hover .report-name{color:#67e8f9}html:has(.theme-switch__checkbox:checked) .report-item.business-reports:hover .report-bullet{background-color:#c4b5fd}html:has(.theme-switch__checkbox:checked) .report-item.business-reports:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.business-reports:hover .report-name{color:#c4b5fd}html:has(.theme-switch__checkbox:checked) .report-item.loan-deposit-analysis:hover .report-bullet{background-color:#5eead4}html:has(.theme-switch__checkbox:checked) .report-item.loan-deposit-analysis:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.loan-deposit-analysis:hover .report-name{color:#5eead4}html:has(.theme-switch__checkbox:checked) .report-item.other-reports-category:hover .report-arrow,html:has(.theme-switch__checkbox:checked) .report-item.other-reports-category:hover .report-name{color:#9ca3af}.ExportButton-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.ExportButton-horizontal{flex-direction:row}.ExportButton-vertical{flex-direction:column}.ExportButton-label{color:#6c757d;font-weight:500}.ExportButton-btn{align-items:center;border:none;border-radius:6px;box-shadow:0 2px 4px #00000026;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:6px;transition:.25s ease}.ExportButton-btn svg{font-size:14px}.ExportButton-btn:not(:disabled):hover{box-shadow:0 4px 10px #0003;transform:translateY(-2px)}.ExportButton-btn:disabled{background-color:#9ca3af!important;cursor:not-allowed}.ExportButton-excel{background-color:#28a745}.ExportButton-excel:hover:not(:disabled){background-color:#1e7e34}.ExportButton-pdf{background-color:#dc3545}.ExportButton-pdf:hover:not(:disabled){background-color:#b02a37}.ExportButton-csv{background-color:#17a2b8}.ExportButton-csv:hover:not(:disabled){background-color:#117a8b}.ExportButton-all{background-color:#6f42c1}.ExportButton-all:hover:not(:disabled){background-color:#59309b}.ExportButton-small{font-size:10px;padding:6px 10px}.ExportButton-medium{font-size:11px;padding:10px 14px}.ExportButton-large{font-size:13px;padding:12px 18px}.fa-spin{animation:spin 1s linear infinite}.navReports-wrapper{width:100%}.navReports-summary-row{justify-content:space-between}.navReports-summary-item,.navReports-summary-row{display:flex;gap:15px;margin-bottom:15px}.navReports-summary-card{border:1px solid;border-radius:10px;font-size:14px;font-weight:700;padding:12px 16px}.navReports-summary-card.blue{background:#e3f2fd;border-color:#1976d2;color:#1976d2}.navReports-summary-card.orange{background:#fff3e0;border-color:#f57c00;color:#f57c00}.navReports-summary-card.purple{background:#f3e5f5;border-color:#7b1fa2;color:#7b1fa2}.navReports-summary-card.green{background:#e8f5e8;border-color:#59b55d;color:#59b55d}.navReports-controls-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.navReports-filter-btn{align-items:center;background:#0ea5e9;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:6px;height:-webkit-fit-content;height:fit-content;margin-left:10px;padding:8px 14px}.navReports-filter-btn:hover{background:#0284c7}.navReports-filter-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:20px;padding:18px}.navReports-filter-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.navReports-filter-item label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:5px}.navReports-filter-item input,.navReports-filter-item select{border:1px solid #d1d5db;border-radius:6px;padding:8px;width:100%}.navReports-clear-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:15px;padding:8px 14px}.navReports-empty{color:#6b7280;font-size:14px;padding:20px;text-align:center}@media (max-width:1310px){.navReports-summary-row{align-items:flex-start;flex-direction:column;gap:10px}.navReports-summary-card{padding:10px}.navReports-summary-item{width:-webkit-fill-available}.navReports-summary-card{text-align:center;width:100%}.navReports-controls-row{justify-content:center;width:100%}}@media (max-width:768px){.navReports-summary-row{align-items:flex-start;flex-direction:column;gap:10px}.navReports-summary-card{padding:10px}}@media (max-width:480px){.navReports-summary-item{flex-direction:column;width:-webkit-fill-available}.navReports-summary-card{text-align:center}}@media (max-width:520px){.ExportButton-label{text-align:center;width:-webkit-fill-available}.ExportButton-container{justify-content:space-between;width:100%}.ExportButton-btn{width:30%}.navReports-controls-row{flex-direction:column;width:-webkit-fill-available}.navReports-filter-btn{margin-left:0;margin-top:10px;width:-webkit-fill-available}}.header-name{color:#000;margin:5px 30px}.ql-toolbar .ql-formats{margin-right:10px}.ql-container{height:300px}.report-container{display:flex;flex-direction:column;gap:20px;padding:0 20px}.report-form-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;color:#000;margin:0;max-width:1300px;padding:20px;transition:all .3s ease;width:100%}.report-form-description{color:#555;font-size:14px;margin-bottom:30px}.report-form-group{margin-bottom:20px}.report-form-label{color:#000;display:block;font-weight:700;margin-bottom:5px}.report-form-input,.report-form-textarea{border:1px solid #ccc;border-radius:4px;padding:8px;width:97%}.report-form-textarea{resize:none}.report-form-file-input{border:none;font-size:14px;margin-left:-7px}.report-form-error-text{color:red;font-size:12px}.report-form-button-group{display:flex;gap:10px;justify-content:center}.report-form-button{border:none;border-radius:4px;cursor:pointer;padding:10px 15px}.report-form-save-button{background:#007bff;color:#fff}.report-form-cancel-button{background:#dc3545;color:#fff}.template-name-box{background:linear-gradient(135deg,#fff,#e3f2fd);border:3px solid #2196f3}.template-name-box:hover{box-shadow:0 4px 20px #2196f34d;transform:translateY(-2px)}.available-fields-box{background:linear-gradient(135deg,#fff,#f3e5f5);border:3px solid #9c27b0}.available-fields-box:hover{box-shadow:0 4px 20px #9c27b04d;transform:translateY(-2px)}.available-fields-separate-box{background:linear-gradient(135deg,#fff,#fff3e0);border:3px solid #ff9800;margin-top:20px;max-width:1300px!important;width:100%!important}.available-fields-separate-box:hover{box-shadow:0 4px 20px #ff98004d;transform:translateY(-2px)}.available-fields-separate-box .field-selection{border:none!important;box-shadow:none!important;max-height:400px;overflow-y:auto;padding:15px}.available-fields-separate-box .field-selection,.field-selection{float:none!important;margin:0!important;position:static!important;width:100%!important}.field-selection-sidebar{align-self:flex-start!important;background:linear-gradient(135deg,#fff,#fff3e0)!important;border:3px solid #ff9800!important;border-left:none!important;border-radius:8px!important;box-shadow:0 2px 10px #0000001a!important;float:none!important;margin-left:0!important;margin-top:0!important;max-height:700px!important;max-width:350px!important;min-height:550px!important;overflow-y:auto!important;padding:15px!important;position:static!important;transition:all .3s ease!important;width:350px!important}.field-selection-sidebar:hover{box-shadow:0 4px 20px #ff98004d!important;transform:translateY(-2px)!important}.design-editor-box{background:linear-gradient(135deg,#fff,#e8f5e8);border:3px solid #4caf50}.design-editor-box:hover{box-shadow:0 4px 20px #4caf504d;transform:translateY(-2px)}.template-fields-row{align-items:flex-start;display:flex;gap:30px;padding:20px}.template-name-section{flex:1 1;min-width:300px}.template-name-section .report-form-input{border:2px solid #e0e0e0;border-radius:6px;font-size:14px;padding:12px;transition:all .3s ease;width:100%}.template-name-section .report-form-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.available-fields-section{flex:1 1;min-width:300px}.available-fields-container{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;max-height:200px;overflow-y:auto;padding:15px}.available-fields-container.horizontal-fields{display:flex;flex-wrap:wrap;gap:10px;max-height:none;overflow-y:visible}.field-item{background:#fff;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;justify-content:space-between;margin-bottom:6px;padding:8px 12px;transition:all .3s ease}.field-item:hover{background:#e3f2fd;border-color:#007bff;transform:translateX(2px)}.field-name{background:#f0f8ff;border-radius:3px;color:#007bff;font-family:Courier New,monospace;font-size:12px;font-weight:600;padding:2px 6px}.field-description{color:#6c757d;font-size:11px;font-style:italic}.available-fields-container::-webkit-scrollbar{width:6px}.available-fields-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.available-fields-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.available-fields-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:1024px){.header-name{font-size:24px;margin:5px 20px}.report-container{padding:0 10px}.report-form-container{margin:15px 10px;max-width:none;padding:18px}.ql-toolbar .ql-formats{margin-right:8px}.ql-container{height:280px}}@media (max-width:768px){.header-name{font-size:22px;margin:5px 15px;text-align:center}.report-container{flex-direction:column;gap:15px;padding:0 8px}.report-bottom-box,.report-top-box{border-radius:8px;box-shadow:0 2px 15px #0000001a}.template-fields-row{flex-direction:column;gap:20px;padding:15px}.available-fields-section,.template-name-section{min-width:100%}.available-fields-container{max-height:180px}.report-form-container{border-radius:8px;box-shadow:0 2px 15px #0000001a;margin:10px 5px;max-width:none;padding:15px}.report-form-description{font-size:13px;line-height:1.5;margin-bottom:20px}.report-form-group{margin-bottom:18px}.report-form-label{font-size:14px;font-weight:600;margin-bottom:8px}.report-form-input,.report-form-textarea{border:2px solid #e0e0e0;border-radius:6px;font-size:14px;padding:12px;transition:border-color .3s ease;width:100%}.field-selection-sidebar{display:block!important;margin-bottom:15px!important;margin-top:15px!important;max-height:400px!important;max-width:100%!important;min-height:300px!important;order:2!important;width:100%!important}.report-editor-layout{display:flex!important;flex-direction:column!important;gap:15px!important}.editor-main-container{order:3!important;width:100%!important}.report-form-container:not(.field-selection-sidebar){order:1!important}.report-container{display:flex!important;flex-direction:column!important}.field-selection-sidebar+*{margin-top:15px!important;width:100%!important}.report-form-input:focus,.report-form-textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.report-form-textarea{min-height:100px;resize:vertical}.report-form-file-input{background:#f8f9fa;border:2px dashed #007bff;border-radius:6px;cursor:pointer;font-size:14px;margin:0;padding:15px;text-align:center}.report-form-error-text{color:#dc3545;display:block;font-size:13px;margin-top:5px}.report-form-button-group{display:flex;flex-wrap:wrap;gap:12px;justify-content:stretch}.report-form-button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;min-width:120px;padding:12px 20px;transition:all .3s ease}.report-form-save-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.report-form-save-button:hover{background:linear-gradient(135deg,#0056b3,#004085);box-shadow:0 4px 12px #007bff4d;transform:translateY(-1px)}.report-form-cancel-button{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.report-form-cancel-button:hover{background:linear-gradient(135deg,#c82333,#a71e2a);box-shadow:0 4px 12px #dc35454d;transform:translateY(-1px)}.ql-toolbar{border:2px solid #e0e0e0;border-bottom:none;border-radius:6px 6px 0 0}.ql-container{border:2px solid #e0e0e0;border-radius:0 0 6px 6px;font-size:14px;height:250px}}@media (max-width:480px){.header-name{font-size:20px;font-weight:700;margin:10px 10px 20px;text-align:center}.report-container{padding:0 5px}.report-form-container{border-radius:12px;box-shadow:0 4px 20px #00000026;margin:0 0 20px;padding:12px}.report-form-description{color:#666;font-size:12px;margin-bottom:15px;text-align:center}.report-form-group{margin-bottom:15px}.report-form-label{color:#333;font-size:13px;font-weight:600;margin-bottom:6px}.report-form-input,.report-form-textarea{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:13px;padding:10px;width:100%}.report-form-input:focus,.report-form-textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff33;outline:none}.report-form-textarea{min-height:80px;resize:vertical}.report-form-file-input{background:#f8f9fa;border:2px dashed #007bff;border-radius:8px;cursor:pointer;font-size:12px;margin:0;padding:12px;text-align:center;transition:all .3s ease}.report-form-file-input:hover{background:#e9ecef;border-color:#0056b3}.report-form-error-text{color:#dc3545;display:block;font-size:11px;font-weight:500;margin-top:4px}.report-form-button-group{display:flex;flex-direction:column;gap:10px;margin-top:20px}.report-form-button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:14px 20px;text-transform:uppercase;transition:all .3s ease;width:100%}.report-form-save-button{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;order:2}.report-form-save-button:hover{background:linear-gradient(135deg,#20c997,#198754);box-shadow:0 6px 20px #28a74566;transform:translateY(-2px)}.report-form-cancel-button{background:linear-gradient(135deg,#6c757d,#495057);color:#fff;order:1}.report-form-cancel-button:hover{background:linear-gradient(135deg,#495057,#343a40);box-shadow:0 6px 20px #6c757d66;transform:translateY(-2px)}.ql-toolbar{border:2px solid #e0e0e0;border-bottom:none;border-radius:8px 8px 0 0;padding:8px}.ql-toolbar .ql-formats{margin-right:5px}.ql-container{border:2px solid #e0e0e0;border-radius:0 0 8px 8px;font-size:13px;height:200px}.ql-editor{padding:10px}}@media (max-width:360px){.header-name{font-size:18px;margin:8px 5px 15px}.report-form-container{margin:0 0 15px;padding:10px}.report-form-input,.report-form-textarea{font-size:12px;padding:8px}.report-form-button{font-size:13px;padding:12px 16px}.ql-container{height:180px}}.field-selection{max-height:100%;overflow-y:auto;padding:15px;scrollbar-color:#608ecb #f5f5f5;scrollbar-width:thin}.field-selection::-webkit-scrollbar{width:6px}.field-selection::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.field-selection::-webkit-scrollbar-thumb{background-color:#608ecb;border-radius:10px}.field-selection-title{border-bottom:2px solid #608ecb;color:#2c3e50;font-size:1.2em;font-weight:600;margin-bottom:15px;padding-bottom:10px}.field-categories{display:flex;flex-direction:column;gap:6px}.field-category{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;overflow:hidden;transition:box-shadow .3s ease}.field-category:hover{box-shadow:0 4px 8px #0000001a}.field-category-header{align-items:center;background:linear-gradient(90deg,#f8f9fa,#f0f2f5);color:#2c3e50;cursor:pointer;display:flex;font-weight:600;padding:12px 15px;transition:background .2s ease;-webkit-user-select:none;user-select:none}.field-category-header:hover{background:linear-gradient(90deg,#f0f2f5,#e9ecef)}.expand-icon{align-items:center;color:#608ecb;display:inline-flex;font-size:12px;height:18px;justify-content:center;margin-right:9px;transition:transform .3s ease;width:18px}.expand-icon.expanded{transform:rotate(90deg)}.category-fields{background-color:#fff;max-height:300px;overflow-y:auto;padding:10px;scrollbar-color:#608ecb #f5f5f5;scrollbar-width:thin}.category-fields::-webkit-scrollbar{width:4px}.category-fields::-webkit-scrollbar-track{background:#f5f5f5}.category-fields::-webkit-scrollbar-thumb{background-color:#608ecb;border-radius:10px}.field-item{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#4a5568;cursor:grab;display:flex;font-size:.95em;margin:6px 0;padding:10px 12px;transition:all .2s ease}.field-item:hover{background-color:#e9ecef;border-left:3px solid #608ecb;color:#2c3e50;transform:translateX(5px)}.field-item:active{background-color:#dee2e6;cursor:grabbing;transform:scale(.98)}@media (max-width:768px){.field-selection{padding:10px}.field-item{padding:8px 10px}}.field-selection-sidebar{border-left:10px solid #e0e0e0;width:300px}.jodit-editor{height:100%}.jodit-workplace .jodit-wysiwyg,.jodit-wysiwyg,.jodit-wysiwyg[contenteditable=true]{background-color:#fff!important;caret-color:#000!important;color:#000!important;font-family:Arial,sans-serif!important;font-size:14px!important;line-height:1.5!important}.jodit-wysiwyg:focus,.jodit-wysiwyg[contenteditable=true]:focus{caret-color:#000!important;outline:none!important}.jodit-wysiwyg *,.jodit-wysiwyg div,.jodit-wysiwyg h1,.jodit-wysiwyg h2,.jodit-wysiwyg h3,.jodit-wysiwyg h4,.jodit-wysiwyg h5,.jodit-wysiwyg h6,.jodit-wysiwyg p,.jodit-wysiwyg span{caret-color:#000!important;color:#000!important}.jodit-container{border:1px solid #ddd;border-radius:4px}.jodit-container:focus-within .jodit-wysiwyg,.jodit-wysiwyg[style*=caret-color],[contenteditable=true]{caret-color:#000!important}.report-editor-layout{box-sizing:border-box;color:#000;display:flex;gap:20px;height:100%;min-height:100px;width:100%}.editor-main-container{color:#000;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow-y:scroll}.field-selection-sidebar{background-color:#f8f9fa;border-left:1px solid #e0e0e0;border-radius:8px;box-shadow:-2px 0 10px #0000000d;color:#000;flex-shrink:0;max-height:100%;overflow-y:auto;width:200px}.editor-container{background-color:#fff;border-radius:4px;color:#000;display:flex;flex-direction:column;height:100%;min-height:400px;width:100%}.editor-container .ql-container{border:1px solid #ccc;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:none;color:#000;flex:1 1;font-size:16px;min-height:600px}.editor-container .ql-toolbar{background-color:#f8f9fa;border:1px solid #ccc;border-top-left-radius:4px;border-top-right-radius:4px;color:#000}.editor-container .ql-editor{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;min-height:200px;padding:20px}.editor-container .ql-editor p{color:#000;margin-bottom:1em}.editor-container .ql-snow .ql-table-better{color:#000;margin:0;padding:0;width:auto}.editor-container .ql-snow .ql-table-better td{border:1px solid #ccc;color:#000;padding:8px}.editor-container .ql-snow .ql-table-better th{background-color:#f8f9fa;border:1px solid #ccc;color:#000;font-weight:700;padding:8px}.qhe-dialog,.qhe-dialog *{background:#fff!important;color:#000!important}.qhe-dialog textarea{background-color:#fff!important;color:#000!important;font-family:monospace!important;font-size:14px!important}.qhe-dialog button{background:#f8f9fa!important;border:1px solid #ccc!important;border-radius:4px;color:#000!important;padding:5px 12px}.qhe-dialog button:hover{background:#e0e0e0!important}.cdx-block.image-tool{position:relative}.cdx-block.image-tool .image-tool__image{cursor:pointer;display:block;height:auto;margin:0 auto;max-width:100%;transition:all .3s ease}.cdx-block.image-tool .image-tool__image:hover{box-shadow:0 4px 12px #00000026}.cdx-block.image-tool .image-tool__image-container{display:inline-block;max-width:100%;position:relative}.cdx-block.image-tool.image-tool--selected .image-tool__image-container:after{background:#388ae5;border:2px solid #fff;border-radius:50%;bottom:-3px;box-shadow:0 2px 4px #0003;content:"";cursor:se-resize;height:12px;position:absolute;right:-3px;width:12px}.cdx-block.image-tool .image-tool__tune{align-items:center;display:flex;gap:8px;margin-top:8px}.cdx-block.image-tool .image-tool__tune-item{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:12px;padding:4px 8px;transition:all .2s ease}.cdx-block.image-tool .image-tool__tune-item:hover{background:#f5f5f5;border-color:#388ae5}.cdx-block.image-tool .image-tool__tune-item--active{background:#388ae5;border-color:#388ae5;color:#fff}.cdx-block.image-tool .image-tool__image--stretched{max-width:none;width:100%}.cdx-block.image-tool .image-tool__image--with-border{border:1px solid #ddd;padding:8px}.cdx-block.image-tool .image-tool__image--with-background{background:#f8f9fa;border-radius:8px;padding:16px}.image-resizer{background:#388ae5;border:2px solid #fff;border-radius:50%;bottom:0;box-shadow:0 2px 6px #0003;cursor:se-resize;height:20px;opacity:0;position:absolute;right:0;transform:translate(50%,50%);transition:opacity .2s ease;width:20px}.cdx-block.image-tool:hover .image-resizer{opacity:1}.image-resizer:hover{background:#2c7cd1;transform:translate(50%,50%) scale(1.1)}.ce-block__content .image-tool{margin:20px 0}.ce-block__content .image-tool__image-picture{display:inline-block;max-width:100%;position:relative}.ce-block__content .image-tool__image{border-radius:8px;display:block;max-width:100%}.ce-block__content .image-tool__caption{background:#0000;border:none;color:#666;font-size:14px;margin-top:10px;outline:none;padding:8px 0;text-align:center;width:100%}.ce-block__content .image-tool__caption:empty:before{color:#999;content:attr(data-placeholder);font-style:italic}.image-tool{margin:20px 0;position:relative}.image-tool__image-container{display:inline-block;max-width:100%;position:relative}.image-tool__image{border-radius:8px;display:block;height:auto;max-width:100%;transition:box-shadow .3s ease}.image-tool__image:hover{box-shadow:0 4px 12px #00000026}.image-tool__image--with-border{border:1px solid #ddd;padding:8px}.image-tool__image--with-background{background:#f8f9fa;border-radius:8px;padding:16px}.image-tool__image--stretched{max-width:none;width:100%}.image-tool__caption{background:#0000;border:none;color:#666;font-size:14px;margin-top:10px;outline:none;padding:8px 0;text-align:center;width:100%}.image-tool__upload-button{margin:20px 0}.image-tool__upload-button:hover div{background:#f8f9ff!important;border-color:#388ae5!important}.image-resize-handle{background:#388ae5;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;height:12px;opacity:0;position:absolute;transition:all .2s ease;width:12px;z-index:10}.image-resize-handle:hover{background:#2c7cd1;transform:scale(1.2)}.image-resize-handle--nw{cursor:nw-resize;left:-6px;top:-6px}.image-resize-handle--ne{cursor:ne-resize;right:-6px;top:-6px}.image-resize-handle--sw{bottom:-6px;cursor:sw-resize;left:-6px}.image-resize-handle--se{bottom:-6px;cursor:se-resize;right:-6px}.image-tool__image-container:hover .image-resize-handle{opacity:1}.text-align-left{text-align:left!important}.text-align-center{text-align:center!important}.text-align-right{text-align:right!important}.text-alignment-tune{background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a;display:flex;gap:4px;padding:4px}.text-alignment-tune__button{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.text-alignment-tune__button:hover{background:#f5f5f5}.text-alignment-tune__button--active{background:#388ae5;color:#fff}.text-alignment-tune__button--active:hover{background:#2c7cd1}.ce-block.text-align-left .ce-header,.ce-block.text-align-left .ce-paragraph{text-align:left!important}.ce-block.text-align-center .ce-header,.ce-block.text-align-center .ce-paragraph{text-align:center!important}.ce-block.text-align-right .ce-header,.ce-block.text-align-right .ce-paragraph{text-align:right!important}.ce-paragraph[style*="text-align: center"]{text-align:center!important}.ce-paragraph[style*="text-align: right"]{text-align:right!important}.ce-header[style*="text-align: center"]{text-align:center!important}.ce-header[style*="text-align: right"]{text-align:right!important}.view_setting_container{align-items:start;background-color:#f5f5f5;display:flex;flex-direction:column;min-height:100vh;padding:20px}.breadcrumb{color:#333;display:flex;flex-direction:column;font-size:14px;margin-bottom:20px}.breadcrumb span{color:#407cb8;font-weight:500}h1,h3{color:#000;margin:0}.container_child_box{display:flex;flex-direction:column;gap:20px;width:100%}.container_child_box .sms_box,.container_child_box .whatsapp_box{align-items:start;display:flex;gap:20px;width:100%}.container_child_box .sms_box .box-1,.container_child_box .sms_box .box-2,.container_child_box .whatsapp_box .box-3,.container_child_box .whatsapp_box .box-4{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#000;flex:1 1;padding:20px}.box-1,.box-3{flex:2 1}.box-2,.box-4{flex:1 1}.section-header{align-items:center;border-bottom:2px solid #407cb8;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.section-header h3{color:#333;font-size:18px;font-weight:600;margin:0}.edit{border-radius:50%;color:#666;cursor:pointer;font-size:30px;padding:8px;transition:all .3s ease}.edit:hover{background-color:#f0f0f0;color:#407cb8}.edit-icon{color:#666;cursor:pointer;font-size:16px;transition:color .3s ease}.edit-icon:hover{color:#407cb8}.template-details{gap:15px}.detail-row,.template-details{display:flex;flex-direction:column}.detail-row{gap:8px;margin-bottom:15px}.detail-row strong{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.message-content{background-color:#f8f9fa;border-left:3px solid #407cb8;border-radius:4px;color:#555;font-family:Courier New,monospace;font-size:13px;line-height:1.4;padding:10px}.editable-field{background-color:#f0f8ff;border:1px solid #e3f2fd;border-radius:6px;color:#407cb8;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;min-width:100px;padding:8px 12px;transition:all .3s ease}.editable-field:hover{background-color:#e3f2fd;border-color:#407cb8}.status-active{background-color:#28a745;border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;max-width:200px;min-width:80px;padding:8px 16px;text-align:center;transition:background-color .3s ease;width:auto}.status-active:hover{background-color:#218838}.status-inactive{background-color:#dc3545;border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;max-width:200px;min-width:80px;padding:8px 16px;text-align:center;transition:background-color .3s ease;width:auto}.status-inactive:hover{background-color:#c82333}.info-icon{color:#666;cursor:help;font-style:normal;margin-left:5px}.test-form{display:flex;flex-direction:column;gap:15px}.test-form h3{color:#333;font-size:16px;font-weight:600;margin-bottom:15px}.mobile-input-group{display:flex;flex-direction:column;gap:8px}.mobile-input-group label{color:#333;font-size:14px;font-weight:500}.required{color:#dc3545;font-weight:700}.mobile-input{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;overflow:hidden}.country-code{background-color:#f8f9fa;border-right:1px solid #ddd;color:#333;font-size:14px;font-weight:500;padding:10px 12px}.mobile-input input{border:none;flex:1 1;font-size:14px;outline:none;padding:10px 12px}.mobile-input input:focus{background-color:#f8f9fa}.send-test-btn{align-self:flex-start;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background-color .3s ease}.send-test-btn:hover{background-color:#218838}.send-test-btn:active{transform:translateY(1px)}.edit_box{align-items:start;display:flex;gap:20px;width:100%}.edit-form-box,.template-details-box{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#000;flex:1 1;padding:20px}.edit-form-box,.template-details-box{flex:1 1}.edit-form{gap:20px}.edit-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{align-items:center;color:#333;display:flex;font-size:14px;font-weight:600;gap:5px}.form-group input{background-color:#f8f9fa;border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none;padding:12px 16px;transition:border-color .3s ease}.form-group input:focus{background-color:#fff;border-color:#407cb8}.form-group input::placeholder{color:#999}.form-actions{display:flex;gap:15px;margin-top:10px}.update-btn{background-color:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-width:180px;padding:12px 24px;transition:background-color .3s ease}.update-btn:hover{background-color:#218838}.update-btn:disabled{background-color:#6c757d;cursor:not-allowed}.cancel-btn{background-color:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-width:100px;padding:12px 24px;transition:background-color .3s ease}.cancel-btn:hover{background-color:#c82333}@media (max-width:768px){.container_child_box .sms_box,.container_child_box .whatsapp_box{flex-direction:column}.box-1,.box-2,.box-3,.box-4{flex:none;width:100%}.view_setting_container{padding:15px}.edit_box{flex-direction:column}.edit-form-box,.template-details-box{flex:none;width:100%}.form-actions{flex-direction:column}.cancel-btn,.update-btn{width:100%}}.overlay-loader{align-items:center;background:#ffffffb3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loader{animation:spin 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;width:60px}.sms-template-select .react-select-container .react-select__menu-list{max-height:150px}.sms-template-select .react-select-container .react-select__option{background-color:#fff;color:#333}.sms-template-select .react-select-container .react-select__option.is-focused,.sms-template-select .react-select-container .react-select__option:hover{background-color:#f0f0f0;color:#333}.sms-template-select .react-select-container .react-select__control{background-color:#fff;color:#333}.sms-template-select .react-select-container .react-select__single-value{color:#333}.sms-template-select .react-select-container .react-select__placeholder{color:#666}.sms-checkbox-row{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:flex-start;margin:20px 0 10px}.sms-checkbox-field{align-items:center;background:#f5f5f5;border-radius:6px;box-shadow:0 1px 3px #0000000a;display:flex;gap:8px;padding:8px 16px}.sms-checkbox-field input[type=checkbox]{accent-color:#1976d2;height:18px;margin-right:6px;width:18px}.sms-checkbox-field label{color:#333;cursor:pointer;font-weight:500;margin:0}.sms-loading-container{align-items:center;display:flex;justify-content:center;margin:0;padding:40px}.sms-loading-text{color:#6c757d}.sms-table-checkbox{accent-color:#1976d2;height:18px;width:18px}html:has(.theme-switch__checkbox:checked) .sms-template-select .react-select-container .react-select__option{background-color:var(--surface);color:var(--text)}html:has(.theme-switch__checkbox:checked) .sms-template-select .react-select-container .react-select__option.is-focused,html:has(.theme-switch__checkbox:checked) .sms-template-select .react-select-container .react-select__option:hover{background-color:var(--surface-2);color:var(--text)}html:has(.theme-switch__checkbox:checked) .sms-template-select .react-select-container .react-select__control{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .sms-template-select .react-select-container .react-select__single-value{color:var(--text)}html:has(.theme-switch__checkbox:checked) .sms-template-select .react-select-container .react-select__placeholder{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .sms-checkbox-field{background:var(--surface-2);border:1px solid var(--border)}html:has(.theme-switch__checkbox:checked) .sms-checkbox-field input[type=checkbox]{accent-color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .sms-checkbox-field label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .sms-loading-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .sms-table-checkbox{accent-color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .overlay-loader{background:#0f172ab3}html:has(.theme-switch__checkbox:checked) .loader{border-top:8px solid var(--surface-2);border:8px solid var(--surface-2);border-top-color:var(--primary-600)}.login-activity-page{margin:0 auto;min-height:100vh;padding:2rem;width:100%}.login-activity-header{margin-bottom:2rem;text-align:center}.login-activity-title{align-items:center;color:#1e293b;display:flex;font-size:2.5rem;font-weight:700;justify-content:center;margin-bottom:.5rem}.login-activity-title-icon{margin-right:.75rem}.login-activity-subtitle{color:#64748b;font-size:1.1rem;margin:0 auto;max-width:700px}.login-activity-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.login-activity-stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.login-activity-stat-icon{align-items:center;border-radius:12px;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.login-activity-stat-icon-total{background-color:#dbeafe}.login-activity-stat-icon-today-login{background-color:#dcfce7}.login-activity-stat-icon-logout{background-color:#f3e8ff}.login-activity-stat-content{flex:1 1}.login-activity-stat-number{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.login-activity-stat-label{color:#64748b;font-size:.875rem;margin:.25rem 0 0}.login-activity-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:1.5rem}.login-activity-filters-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.login-activity-filter-group{display:flex;flex-direction:column}.login-activity-filter-label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.login-activity-filter-input{border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:.75rem;transition:border-color .2s,box-shadow .2s}.login-activity-filter-actions{display:flex;gap:1rem;justify-content:flex-end}.login-activity-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.login-activity-btn-icon-leading{margin-right:.5rem}.login-activity-btn-primary{background-color:#3b82f6;color:#fff}.login-activity-btn-secondary{background-color:#6b7280;color:#fff}.login-activity-btn-danger{background-color:#ef4444;color:#fff}.login-activity-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.login-activity-table-header{align-items:center;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.login-activity-table-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.login-activity-table-scroll{overflow-x:auto}.login-activity-table{border-collapse:collapse;width:100%}.login-activity-table-th{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;color:#374151;font-size:.875rem;font-weight:600;padding:1rem;text-align:left}.login-activity-table-td{border-bottom:1px solid #f1f5f9;padding:1rem;vertical-align:top}.login-activity-table-tr{transition:background-color .2s}.login-activity-user-info{align-items:center;display:flex;gap:.75rem}.login-activity-user-details{display:flex;flex-direction:column;gap:.25rem}.login-activity-user-name{color:#1e293b;font-size:.875rem;font-weight:600}.login-activity-user-username{color:#64748b;font-size:.75rem}.login-activity-user-role{color:#3b82f6;font-size:.75rem;font-weight:500}.login-activity-activity-type{align-items:center;display:flex;font-size:.875rem;font-weight:500}.login-activity-activity-type-text{margin-left:.5rem}.login-activity-device-info{align-items:center;color:#64748b;display:flex;font-size:.875rem}.login-activity-device-icon{color:#9ca3af;margin-right:.25rem}.login-activity-device-browser-os{font-size:.75rem}.login-activity-session-times{display:flex;flex-direction:column;gap:.25rem}.login-activity-session-login-label{font-size:.875rem;font-weight:500}.login-activity-session-logout-label{color:#64748b;font-size:.875rem}.login-activity-duration{color:#374151;font-size:.875rem;font-weight:500}.login-activity-action-buttons{display:flex;gap:.5rem}.login-activity-btn-icon{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .2s;width:32px}.login-activity-btn-view{background-color:#e0f2fe;color:#0369a1}.login-activity-btn-icon-danger{background-color:#fee2e2;color:#dc2626}.login-activity-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:3rem}.login-activity-loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:32px;margin-bottom:1rem;width:32px}.login-activity-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.login-activity-modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.login-activity-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.login-activity-modal-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.login-activity-modal-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:1.5rem;line-height:1;padding:.25rem}.login-activity-modal-body{padding:1.5rem}.login-activity-detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.login-activity-detail-item{display:flex;flex-direction:column;gap:.25rem}.login-activity-detail-item-full{grid-column:1/-1}.login-activity-detail-label{color:#374151;font-size:.875rem;font-weight:600}.login-activity-detail-value{color:#64748b;font-size:.875rem}.login-activity-status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.login-activity-status-active{background-color:#dcfce7;color:#166534}.login-activity-status-completed{background-color:#dbeafe;color:#1e40af}.login-activity-status-expired{background-color:#fef3c7;color:#92400e}.login-activity-status-force-terminated{background-color:#fee2e2;color:#dc2626}.login-activity-status-default{background-color:#f3f4f6;color:#374151}.login-activity-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.login-activity-force-logout-warning{background-color:#fef3c7;border-radius:8px;margin-bottom:1rem;padding:1rem;text-align:center}.login-activity-force-logout-subtext{color:#6b7280;font-size:.875rem}.login-activity-form-group{margin-bottom:1rem}.login-activity-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;min-height:80px;padding:.75rem;resize:vertical;width:100%}.login-activity-activity-icon-login{color:#10b981}.login-activity-activity-icon-logout{color:#3b82f6}.login-activity-activity-icon-force-logout{color:#ef4444}.login-activity-activity-icon-session-expired{color:#f59e0b}.login-activity-force-warning-icon{color:#f59e0b;font-size:2rem;margin-bottom:.5rem}.logs-history-page{margin:0 auto;min-height:100vh;padding:2rem;width:100%}.logs-history-header{margin-bottom:2rem;text-align:center}.logs-history-title{align-items:center;color:#1e293b;display:flex;font-size:2.5rem;font-weight:700;justify-content:center;margin-bottom:.5rem}.logs-history-title-icon{margin-right:.75rem}.logs-history-subtitle{color:#64748b;font-size:1.1rem;margin:0 auto;max-width:700px}.logs-history-content{display:flex;flex-direction:column;gap:1.5rem}.logs-history-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.logs-history-stat-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;gap:1rem;padding:1.25rem 1.5rem;transition:transform .2s,box-shadow .2s}.logs-history-stat-icon{align-items:center;border-radius:12px;display:flex;font-size:1.5rem;height:56px;justify-content:center;width:56px}.logs-history-stat-icon-total{background-color:#dbeafe;color:#1d4ed8}.logs-history-stat-icon-today{background-color:#dcfce7;color:#15803d}.logs-history-stat-icon-failed{background-color:#fee2e2;color:#b91c1c}.logs-history-stat-icon-critical{background-color:#fef3c7;color:#92400e}.logs-history-stat-content{flex:1 1}.logs-history-stat-number{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}.logs-history-stat-label{color:#6b7280;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.logs-history-controls{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.5rem}.logs-history-search-container{flex:1 1;min-width:300px;position:relative}.logs-history-search-input{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;outline:none;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .2s;width:100%}.logs-history-search-icon{color:#9ca3af;font-size:1rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.logs-history-btn,.logs-history-controls-buttons{display:flex;gap:.5rem}.logs-history-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:all .2s}.logs-history-btn-primary{background-color:#3b82f6;color:#fff}.logs-history-btn-secondary{background-color:#f3f4f6;border:1px solid #d1d5db;color:#374151}.logs-history-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.logs-history-table{border-collapse:collapse;width:100%}.logs-history-table-head{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.logs-history-th{color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.logs-history-td{border-bottom:1px solid #f3f4f6;color:#374151;font-size:.875rem;padding:1rem}.logs-history-tr{transition:background-color .2s}.logs-history-tr:hover{background-color:#f9fafb}.logs-history-module-cell{align-items:center;display:flex;gap:.5rem}.logs-history-user-main{font-weight:500}.logs-history-user-sub{color:#6b7280;font-size:.75rem}.logs-history-status-badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:uppercase}.logs-history-status-success{background-color:#d1fae5;color:#059669}.logs-history-status-failed{background-color:#fee2e2;color:#dc2626}.logs-history-status-pending{background-color:#fef3c7;color:#d97706}.logs-history-status-partial{background-color:#dbeafe;color:#2563eb}.logs-history-status-default{background-color:#f3f4f6;color:#6b7280}.logs-history-severity-badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:uppercase}.logs-history-severity-critical{background-color:#fee2e2;color:#dc2626}.logs-history-severity-high{background-color:#fef3c7;color:#d97706}.logs-history-severity-medium{background-color:#dbeafe;color:#2563eb}.logs-history-severity-low{background-color:#d1fae5;color:#059669}.logs-history-severity-default{background-color:#f3f4f6;color:#6b7280}.logs-history-pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;padding:1rem}.logs-history-page-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-size:.875rem;padding:.5rem .75rem;transition:all .2s}.logs-history-page-btn:disabled{cursor:not-allowed;opacity:.5}.logs-history-page-info{margin:0 1rem}.logs-history-loading{align-items:center;color:#6b7280;display:flex;font-size:1rem;height:200px;justify-content:center}.logs-history-loading-icon{animation:spin 1s linear infinite;margin-right:.5rem}.logs-history-no-data{color:#6b7280;padding:3rem;text-align:center}.logs-history-no-data-icon{color:#d1d5db;font-size:3rem;margin-bottom:1rem}.logs-history-filter-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.logs-history-filter-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.logs-history-filter-group{display:flex;flex-direction:column;gap:.5rem}.logs-history-filter-label{color:#374151;font-size:.875rem;font-weight:500}.logs-history-filter-input,.logs-history-filter-select{border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;outline:none;padding:.5rem}.logs-history-filter-footer{display:flex;gap:.5rem;margin-top:1rem}.logs-history-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.logs-history-modal-content{background:#fff;border-radius:8px;max-height:80vh;max-width:600px;overflow:auto;padding:2rem;width:90%}.logs-history-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.logs-history-modal-title{color:#1f2937;font-size:1.25rem;font-weight:600}.logs-history-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.5rem}.logs-history-detail-grid{grid-gap:1rem;display:grid;gap:1rem}.logs-history-detail-item{display:flex;flex-direction:column;gap:.25rem}.logs-history-detail-label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.logs-history-detail-value{color:#1f2937;font-size:.875rem}.logs-history-detail-module-value{align-items:center;display:flex;gap:.5rem}.logs-history-detail-user-sub{color:#6b7280;font-size:.875rem}.logs-history-access-denied{align-items:center;display:flex;height:16rem;justify-content:center}.logs-history-access-denied-content{text-align:center}.logs-history-access-denied-icon{color:#f59e0b;font-size:4rem;margin:0 auto 1rem}.logs-history-access-denied-title{color:#111827;font-size:1.125rem;font-weight:500}.logs-history-access-denied-text{color:#6b7280}html:has(.theme-switch__checkbox:checked) .logs-history-page{background:radial-gradient(circle at top,#020617 0,var(--bg) 55%,#020617 100%)!important}html:has(.theme-switch__checkbox:checked) .logs-history-controls,html:has(.theme-switch__checkbox:checked) .logs-history-filter-panel,html:has(.theme-switch__checkbox:checked) .logs-history-modal-content,html:has(.theme-switch__checkbox:checked) .logs-history-stat-card,html:has(.theme-switch__checkbox:checked) .logs-history-table-container{background:var(--surface)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .logs-history-table-head,html:has(.theme-switch__checkbox:checked) .logs-history-th{background:var(--surface-2)!important;border-bottom-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .logs-history-tr:hover{background:var(--bg-muted)!important}html:has(.theme-switch__checkbox:checked) .logs-history-filter-input,html:has(.theme-switch__checkbox:checked) .logs-history-filter-select,html:has(.theme-switch__checkbox:checked) .logs-history-search-input{background:var(--surface-2)!important;border-color:var(--border)!important;color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .logs-history-detail-label{color:var(--text-muted)!important}html:has(.theme-switch__checkbox:checked) .logs-history-detail-value,html:has(.theme-switch__checkbox:checked) .logs-history-stat-number,html:has(.theme-switch__checkbox:checked) .logs-history-subtitle,html:has(.theme-switch__checkbox:checked) .logs-history-title,html:has(.theme-switch__checkbox:checked) .logs-history-user-main{color:var(--text)!important}html:has(.theme-switch__checkbox:checked) .logs-history-stat-label,html:has(.theme-switch__checkbox:checked) .logs-history-user-sub{color:var(--text-muted)!important}.activity-logs-page{background-color:#f8fafc;min-height:100vh;padding:1.5rem}.activity-logs-header{margin-bottom:2rem}.activity-logs-title{align-items:center;color:#1e293b;display:flex;font-size:2rem;font-weight:700;margin-bottom:.5rem}.activity-logs-title-icon{margin-right:.75rem}.activity-logs-subtitle{color:#64748b;font-size:1rem}.activity-logs-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.activity-logs-stat-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.activity-logs-stat-number{color:#3b82f6;font-size:2rem;font-weight:700;margin:0}.activity-logs-stat-number-success{color:#10b981}.activity-logs-stat-number-error{color:#ef4444}.activity-logs-stat-number-warning{color:#f59e0b}.activity-logs-stat-label{color:#6b7280;margin:.5rem 0 0}.activity-logs-filters{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.activity-logs-filters-grid{grid-gap:1rem;align-items:flex-end;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.activity-logs-filter-group label{display:block;font-weight:500;margin-bottom:.5rem}.activity-logs-search-wrapper{position:relative}.activity-logs-search-icon{color:#9ca3af;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.activity-logs-input,.activity-logs-select{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.5rem;width:100%}.activity-logs-input.has-icon{padding-left:2.5rem}.activity-logs-export-button{align-items:center;background-color:#10b981;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.activity-logs-table-wrapper{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.activity-logs-loading{padding:3rem;text-align:center}.activity-logs-table-scroll{overflow-x:auto}.activity-logs-table{border-collapse:collapse;width:100%}.activity-logs-table thead{background-color:#f9fafb}.activity-logs-th{color:#374151;font-weight:500;padding:.75rem;text-align:left}.activity-logs-tr+.activity-logs-tr{border-top:1px solid #e5e7eb}.activity-logs-td{font-size:.875rem;padding:.75rem}.activity-logs-user-cell{align-items:center;display:flex;gap:.5rem}.activity-logs-module-badge{background-color:#f3f4f6;border-radius:.25rem;font-size:.75rem;padding:.25rem .5rem}.activity-logs-description{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-logs-severity-badge{border-radius:.375rem;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:uppercase}.activity-logs-severity-critical{background-color:#fef2f2;color:#dc2626}.activity-logs-severity-high{background-color:#fef3c7;color:#d97706}.activity-logs-severity-medium{background-color:#dbeafe;color:#2563eb}.activity-logs-severity-low{background-color:#f0fdf4;color:#16a34a}.activity-logs-severity-default{background-color:#f3f4f6;color:#6b7280}.activity-logs-status-badge{align-items:center;border-radius:.375rem;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.activity-logs-status-success{background-color:#f0fdf4;color:#16a34a}.activity-logs-status-failed{background-color:#fef2f2;color:#dc2626}.activity-logs-status-pending{background-color:#fef3c7;color:#d97706}.activity-logs-status-partial{background-color:#dbeafe;color:#2563eb}.activity-logs-status-default{background-color:#f3f4f6;color:#6b7280}.activity-logs-view-button{align-items:center;background-color:#3b82f6;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;font-size:.75rem;gap:.25rem;padding:.25rem .5rem}.activity-logs-pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem}.activity-logs-pagination-info{color:#6b7280;font-size:.875rem}.activity-logs-pagination-buttons{display:flex;gap:.5rem}.activity-logs-page-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer;padding:.5rem}.activity-logs-page-btn:disabled{background-color:#f9fafb;cursor:not-allowed}.activity-logs-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.activity-logs-modal-content{background-color:#fff;border-radius:.5rem;margin:1rem;max-height:80vh;max-width:800px;overflow:auto;padding:2rem}.activity-logs-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.activity-logs-modal-title{font-size:1.5rem;font-weight:600;margin:0}.activity-logs-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.5rem}.activity-logs-modal-grid{grid-gap:1rem;display:grid;gap:1rem}.activity-logs-modal-grid-2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.activity-logs-modal-grid-3{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.activity-logs-modal-label{color:#374151;font-weight:500}.activity-logs-modal-text{margin:.25rem 0 0}.activity-logs-modal-error{background-color:#fef2f2;border-radius:.25rem;color:#dc2626;margin:.25rem 0 0;padding:.5rem}.activity-logs-modal-json{background-color:#f9fafb;border-radius:.25rem;font-size:.75rem;margin:.25rem 0 0;overflow:auto;padding:.5rem}.activity-logs-access-denied{padding:2rem;text-align:center}.activity-logs-access-denied-icon{color:#f59e0b;font-size:4rem;margin-bottom:1rem}.master-settings-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;min-height:100vh;padding:24px}.master-settings-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.master-settings-back-btn{margin-left:auto}.master-settings-header{color:#1f4ea3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:26px;font-weight:700}.master-settings-main-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px;margin-top:16px}.master-settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0f172a08;margin-bottom:24px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.master-settings-section:hover{border-color:#d0d7e2;box-shadow:0 16px 40px #0f172a0f;transform:translateY(-2px)}.master-settings-section.full-width{grid-column:span 2}.master-settings-section-header{align-items:center;background:linear-gradient(135deg,#2563eb,#597cdb);border-radius:8px 8px 0 0;color:#f9fafb;display:flex;font-size:14px;font-weight:700;justify-content:space-between;letter-spacing:.06em;padding:14px 18px;text-transform:uppercase}.master-settings-section-content{padding:18px 18px 16px}.master-settings-field-row{align-items:center;border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;padding:12px 0;transition:background-color .15s ease,padding .15s ease,margin .15s ease}.master-settings-field-row:hover{background-color:#f8fafc;border-radius:8px;margin:0 -8px;padding-left:8px;padding-right:8px}.master-settings-field-row:last-child{border-bottom:none}.master-settings-field-label{color:#374151;flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;padding-right:16px}.master-settings-toggle-container{display:flex;justify-content:flex-end;min-width:80px}.master-settings-toggle{align-items:center;background-color:#dc3545;border-radius:6px;box-shadow:0 4px 10px #dc354559;cursor:pointer;display:inline-flex;height:26px;justify-content:center;padding:0 6px;position:relative;transition:background-color .22s ease,box-shadow .22s ease,transform .1s ease;width:50px}.master-settings-toggle.active{background-color:#22c55e;box-shadow:0 6px 12px #22c55e4d}.master-settings-toggle.disabled{box-shadow:none;cursor:not-allowed;opacity:.7}.master-settings-toggle-text{color:#fff;font-size:10px;font-weight:600;letter-spacing:.06em;line-height:1;text-transform:uppercase}.master-settings-input-container{min-width:150px;text-align:right}.master-settings-input{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#374151;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;padding:10px 12px;text-align:right;transition:all .3s ease;width:100%}.master-settings-input:focus{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#007bff;box-shadow:0 0 0 3px #007bff1a,0 1px 3px #0000001a;outline:none;transform:translateY(-1px)}.master-settings-input:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.master-settings-display-value{color:#333;display:inline-block;font-size:12px;font-weight:500;min-width:60px;text-align:right}.master-settings-select{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#374151;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;padding:10px 12px;transition:all .3s ease;width:100%}.master-settings-select:focus{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#007bff;box-shadow:0 0 0 3px #007bff1a,0 1px 3px #0000001a;outline:none;transform:translateY(-1px)}.master-settings-select:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.master-settings-combo-container{min-width:200px;text-align:right}.master-settings-combo-inputs{align-items:center;display:flex;gap:5px}.master-settings-combo-select{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#374151;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;min-width:80px;padding:10px 12px;transition:all .3s ease}.master-settings-combo-select:focus{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#007bff;box-shadow:0 0 0 3px #007bff1a,0 1px 3px #0000001a;outline:none;transform:translateY(-1px)}.master-settings-combo-select:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.master-settings-combo-input{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#374151;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;min-width:60px;padding:10px 12px;text-align:right;transition:all .3s ease}.master-settings-combo-input:focus{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#007bff;box-shadow:0 0 0 3px #007bff1a,0 1px 3px #0000001a;outline:none;transform:translateY(-1px)}.master-settings-combo-input:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.master-settings-help-text{color:#666;display:block;font-size:10px;margin-top:2px}.master-settings-edit-icon{align-items:center;color:#fff;cursor:pointer;display:flex}.master-settings-edit-icon:hover{color:#f0f0f0}.master-settings-save-button{align-items:center;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px;transition:background-color .3s ease}.master-settings-save-button:hover:not(:disabled){background-color:#218838}.master-settings-save-button:disabled{background-color:#6c757d;cursor:not-allowed}.master-settings-cancel-button{align-items:center;background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:6px 12px;transition:background-color .3s ease}.master-settings-cancel-button:hover{background-color:#c82333}.master-settings-action-buttons{display:flex;gap:10px}.master-settings-signature-upload{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.master-settings-upload-button{background-color:#17a2b8;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px}.master-settings-upload-button:hover{background-color:#138496}.master-settings-file-info{color:#17a2b8;font-size:11px}.master-settings-signature-preview{border:1px solid #ddd;border-radius:4px;max-height:80px;max-width:150px}.master-settings-loading{align-items:center;color:#666;display:flex;justify-content:center;padding:40px}.master-settings-loading-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.master-settings-loading-content{background-color:#fff;border-radius:8px;padding:20px;text-align:center}.master-settings-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#17a2b8;height:40px;margin:0 auto 15px;width:40px}.master-settings-loading-text{color:#333;font-size:16px;margin:0}@media (max-width:768px){.master-settings-container{padding:10px}.master-settings-header{font-size:20px;margin-bottom:15px}.master-settings-main-grid{gap:15px;grid-template-columns:1fr}.master-settings-section.full-width{grid-column:span 1}.master-settings-section-header{font-size:13px;padding:10px 12px}.master-settings-section-content{padding:12px}.master-settings-field-row{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:row;gap:10px;justify-content:space-between;padding:10px 0}.master-settings-field-label{color:#333;flex:1 1;font-size:12px;line-height:1.4;padding-right:10px;text-align:left}.master-settings-combo-container,.master-settings-input-container,.master-settings-toggle-container{flex-shrink:0;min-width:auto;text-align:right}.master-settings-combo-input,.master-settings-combo-select,.master-settings-input,.master-settings-select{font-size:12px;min-width:80px;padding:6px 8px;text-align:right}.master-settings-toggle{border-radius:11px;height:22px;width:45px}.master-settings-toggle-text{font-size:9px}.master-settings-action-buttons{flex-direction:column;gap:8px;min-width:120px;width:100%}.master-settings-cancel-button,.master-settings-save-button{font-size:12px;justify-content:center;padding:8px 12px;width:100%}.master-settings-signature-upload{align-items:flex-end}.master-settings-upload-button{font-size:11px;padding:6px 10px}.master-settings-signature-preview{max-height:60px;max-width:120px}}@media (max-width:576px){.master-settings-header-row{gap:8px}.master-settings-back-btn{transform:scale(.92)}.master-settings-header{font-size:1rem}}@media (max-width:480px){.master-settings-container{padding:8px}.master-settings-header{font-size:18px;margin-bottom:12px}.master-settings-main-grid{gap:12px}.master-settings-section-header{font-size:12px;padding:8px 10px}.master-settings-section-content{padding:10px}.master-settings-field-row{gap:8px;padding:8px 0}.master-settings-field-label{font-size:11px;padding-right:8px}.master-settings-combo-input,.master-settings-combo-select,.master-settings-input,.master-settings-select{font-size:11px;min-width:70px;padding:5px 7px}.master-settings-toggle{border-radius:10px;height:20px;width:40px}.master-settings-toggle-text{font-size:8px}.master-settings-cancel-button,.master-settings-save-button{font-size:11px;padding:6px 10px}.master-settings-upload-button{font-size:10px;padding:5px 8px}}html:has(.theme-switch__checkbox:checked) .master-settings-container{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%)}html:has(.theme-switch__checkbox:checked) .master-settings-header{color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .master-settings-section{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%);border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .master-settings-section-header{background-color:var(--primary-600);color:var(--text)}html:has(.theme-switch__checkbox:checked) .master-settings-field-row{border-bottom-color:var(--border)}html:has(.theme-switch__checkbox:checked) .master-settings-field-row:hover{background-color:var(--surface-3)}html:has(.theme-switch__checkbox:checked) .master-settings-field-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .master-settings-toggle{background-color:#dc3545}html:has(.theme-switch__checkbox:checked) .master-settings-toggle.active{background-color:#28a745}html:has(.theme-switch__checkbox:checked) .master-settings-toggle.disabled{background-color:#6c757d;opacity:.6}html:has(.theme-switch__checkbox:checked) .master-settings-input{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .master-settings-input:focus{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%);border-color:var(--primary-600);box-shadow:0 0 0 3px #60a5fa1a,0 1px 3px #0003}html:has(.theme-switch__checkbox:checked) .master-settings-input:hover{border-color:var(--border);box-shadow:0 2px 4px #0003}html:has(.theme-switch__checkbox:checked) .master-settings-display-value{color:var(--text)}html:has(.theme-switch__checkbox:checked) .master-settings-select{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .master-settings-select:focus{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%);border-color:var(--primary-600);box-shadow:0 0 0 3px #60a5fa1a,0 1px 3px #0003}html:has(.theme-switch__checkbox:checked) .master-settings-select:hover{border-color:var(--border);box-shadow:0 2px 4px #0003}html:has(.theme-switch__checkbox:checked) .master-settings-combo-input,html:has(.theme-switch__checkbox:checked) .master-settings-combo-select{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .master-settings-combo-input:focus,html:has(.theme-switch__checkbox:checked) .master-settings-combo-select:focus{background:linear-gradient(135deg,var(--surface) 0,var(--surface-2) 100%);border-color:var(--primary-600);box-shadow:0 0 0 3px #60a5fa1a,0 1px 3px #0003}html:has(.theme-switch__checkbox:checked) .master-settings-combo-input:hover,html:has(.theme-switch__checkbox:checked) .master-settings-combo-select:hover{border-color:var(--border);box-shadow:0 2px 4px #0003}html:has(.theme-switch__checkbox:checked) .master-settings-help-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .master-settings-edit-icon{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .master-settings-edit-icon:hover{color:var(--primary-600)}html:has(.theme-switch__checkbox:checked) .master-settings-signature-preview{border-color:var(--border)}html:has(.theme-switch__checkbox:checked) .master-settings-loading{color:var(--text-muted)}.passbook-settings-container{background-color:#f5f5f5;min-height:100vh;padding:20px}.passbook-settings-loading{padding:20px;text-align:center}.passbook-settings-info-banner{align-items:center;background:linear-gradient(135deg,#fef9c3,#fffbeb);border:1px solid #facc15;border-radius:10px;box-shadow:0 10px 25px #0f172a0d;color:#854d0e;display:flex;font-size:13px;gap:12px;margin-bottom:22px;margin-top:18px;padding:14px 16px;position:relative}.passbook-settings-info-banner:before{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:999px;box-shadow:0 6px 14px #f8711673;color:#fffbeb;content:"!";display:flex;flex-shrink:0;font-size:15px;font-weight:800;height:28px;justify-content:center;margin-top:2px;width:28px}.passbook-settings-info-banner strong{align-items:center;display:inline-flex;font-size:13px;font-weight:700;margin-bottom:0;margin-right:8px}.passbook-settings-info-text{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin:0}.passbook-settings-info-text span{margin:0;white-space:nowrap}@media (max-width:640px){.passbook-settings-info-banner{align-items:center;border-radius:8px;padding:12px 14px}.passbook-settings-info-banner:before{font-size:13px;height:24px;width:24px}}.passbook-settings-message{border:1px solid;border-radius:4px;margin-bottom:20px;padding:12px 16px}.passbook-settings-message.success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.passbook-settings-message.error{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.passbook-settings-form{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;padding:24px}.passbook-settings-section{border-bottom:1px solid #eee;margin-bottom:30px;padding-bottom:20px}.passbook-settings-section:last-child{border-bottom:none}.passbook-settings-section h3{color:#333;font-size:16px;font-weight:600;margin-bottom:16px}.passbook-settings-form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.passbook-settings-form-group{display:flex;flex-direction:column}.passbook-settings-form-group.checkbox-group{align-items:flex-end}.passbook-settings-label{color:#333;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.passbook-settings-label.small-text{color:#999;font-size:11px;font-weight:400;margin-top:2px}.passbook-settings-checkbox-label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:13px;gap:8px}.passbook-settings-checkbox-label span{color:#333;font-weight:600}.passbook-settings-input{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#333;font-size:13px;padding:8px 12px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.passbook-settings-input:focus{border-color:#17a2b8;box-shadow:0 0 0 2px #17a2b833;outline:none}.passbook-settings-input[type=checkbox]{margin:0;width:auto}.passbook-settings-save-container{margin-top:30px;text-align:center}.passbook-settings-save-button{align-items:center;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0 auto;padding:10px 30px;transition:background-color .3s ease}.passbook-settings-save-button:hover:not(:disabled){background-color:#218838}.passbook-settings-save-button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.passbook-settings-form-grid{grid-template-columns:1fr}.passbook-settings-form-group.checkbox-group{align-items:flex-start}}html:has(.theme-switch__checkbox:checked) .passbook-settings-container{background-color:var(--surface)}html:has(.theme-switch__checkbox:checked) .passbook-settings-info-banner{background-color:#17a2b8;color:#fff}html:has(.theme-switch__checkbox:checked) .passbook-settings-form{background-color:var(--surface)}html:has(.theme-switch__checkbox:checked) .passbook-settings-section h3{color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-settings-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-settings-label.small-text{color:var(--text-muted)}html:has(.theme-switch__checkbox:checked) .passbook-settings-checkbox-label{color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-settings-checkbox-label span{color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-settings-input{background-color:var(--surface);border-color:var(--border);color:var(--text)}html:has(.theme-switch__checkbox:checked) .passbook-settings-input:focus{border-color:var(--primary-600);box-shadow:0 0 0 2px #60a5fa33}html:has(.theme-switch__checkbox:checked) .passbook-settings-section{border-bottom-color:var(--border)}.modern-user-container{cursor:default;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1.5rem 1rem}.user-page-header{margin:0 auto 2rem;max-width:1500px}.user-page-title{color:#111827;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.user-page-subtitle{color:#6b7280;font-size:16px;font-weight:400;margin:0}.profile-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:350px 1fr;margin:0 auto;max-width:1500px}.profile-sidebar{position:-webkit-sticky;position:sticky;top:1.5rem}.profile-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:clamp(1.25rem,3vw,2rem);text-align:center}.profile-avatar-container{margin-bottom:1.5rem}.profile-avatar-wrapper{display:inline-block;position:relative}.profile-avatar{border:4px solid #fff;border-radius:50%;box-shadow:0 10px 25px #00000026;height:128px;overflow:hidden;position:relative;width:128px}.avatar-image{height:100%;object-fit:cover;width:100%}.avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#4b71a2);display:flex;height:100%;justify-content:center;width:100%}.avatar-icon{color:#fff;font-size:48px}.avatar-edit-button{align-items:center;background:#3b82f6;border:3px solid #fff;border-radius:50%;bottom:-.5rem;box-shadow:0 4px 12px #3b82f666;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:-.5rem;transition:all .2s ease;width:40px}.avatar-edit-button:hover{background:#2563eb;transform:scale(1.1)}.camera-icon{color:#fff;font-size:14px}.avatar-remove-button{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:50%;box-shadow:0 4px 12px #ef444466;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:-.5rem;top:-.5rem;transition:all .2s ease;width:32px}.avatar-remove-button:hover{background:#dc2626;transform:scale(1.1)}.remove-icon{color:#fff;font-size:10px}.file-input{display:none}.profile-info{padding-top:.5rem}.profile-name{color:#111827;font-size:24px;font-weight:700;line-height:1.2;margin:0 0 .5rem}.profile-username{color:#6b7280;font-size:14px;font-weight:500;margin:0 0 1rem}.profile-status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:14px;font-weight:600;letter-spacing:.025em;padding:.5rem 1rem}.profile-status-badge.active{background-color:#dcfce7;color:#166534}.profile-status-badge.inactive{background-color:#fee2e2;color:#991b1b}.status-dot{border-radius:50%;display:inline-block;height:8px;margin-right:.5rem;width:8px}.profile-status-badge.active .status-dot{background-color:#16a34a}.profile-status-badge.inactive .status-dot{background-color:#dc2626}.info-section{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.card-header-modern{align-items:center;background:linear-gradient(135deg,#667eea,#4b71a2);display:flex;justify-content:space-between;padding:1.5rem 2rem}.card-title{color:#fff;font-size:20px;font-weight:700;letter-spacing:-.025em;margin:0}.edit-profile-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s ease}.edit-profile-button:hover{background:#ffffff4d;transform:translateY(-1px)}.user-edit-icon{font-size:12px;margin-right:8px}.info-content{padding:32px}.info-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.info-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;padding:20px;transition:all .2s ease}.info-item:hover{background:#f1f5f9;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.user-info-icon{align-items:center;background:linear-gradient(135deg,#667eea,#4b71a2);border-radius:12px;color:#fff;display:flex;font-size:18px;height:48px;justify-content:center;margin-right:16px;width:48px}.info-details{display:flex;flex:1 1;flex-direction:column}.info-label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.info-value{color:#111827;font-size:16px;font-weight:600;line-height:1.4}.status-indicator{border-radius:50%;height:16px;margin:16px;width:16px}.status-indicator.active{background-color:#16a34a;box-shadow:0 0 0 4px #22c55e33}.status-indicator.inactive{background-color:#dc2626;box-shadow:0 0 0 4px #ef444433}.status-text.active{color:#166534}.status-text.inactive{color:#991b1b}.user-action-buttons{display:flex;gap:16px;justify-content:flex-end}.user-btn1,.user-btn2{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;letter-spacing:.025em;padding:12px 24px;text-decoration:none;transition:all .2s ease}.btn-icon{font-size:14px;margin-right:8px}.user-btn1{background:linear-gradient(135deg,#667eea,#4b71a2);box-shadow:0 4px 12px #667eea4d;color:#fff}.user-btn1:hover{box-shadow:0 10px 30px #667eea66;transform:translateY(-2px)}.user-btn2{background:#fff;border:2px solid #e5e7eb;color:#6b7280}.user-btn2:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}@media (max-width:1024px){.profile-layout{gap:24px;grid-template-columns:1fr}.profile-sidebar{position:static}.modern-user-container{padding:16px}.user-page-title{font-size:28px}}@media (max-width:768px){.profile-card{padding:24px}.info-grid{display:flex;flex-direction:column;gap:15px}.info-content{padding:24px}.card-header-modern{gap:16px;padding:20px 24px;text-align:center}.card-header-modern,.user-action-buttons{flex-direction:column}.user-btn{justify-content:center;width:100%}.info-item{padding:16px}.profile-avatar{height:100px;width:100px}.avatar-icon{font-size:36px}}@media (max-width:480px){.modern-user-container{padding:12px}.info-content,.profile-card{padding:20px}.user-page-title{font-size:24px}.header-content{margin-left:0}}.password-header{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#4b71a2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin:2rem 0 3rem;position:relative;text-align:center}.password-header:after{background:linear-gradient(135deg,#667eea,#4b71a2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.change-password-container{align-items:center;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;padding:2rem 1rem}.change-password-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 60px #0000001a,0 8px 25px #0000000f;max-width:800px;overflow:hidden;padding:3rem 2.5rem;position:relative;transition:all .3s ease;width:100%}.change-password-form:before{background:linear-gradient(135deg,#667eea,#4b71a2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.change-password-form:hover{box-shadow:0 25px 70px #00000026,0 10px 30px #00000014}.input-group{margin-bottom:2rem;position:relative}.input-group label{color:#374151;display:block;font-size:.95rem;font-weight:600;letter-spacing:.3px;margin-bottom:.75rem}.input-group input[type=password]{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.input-group input[type=password]:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a,0 4px 12px #667eea26;outline:none;transform:translateY(-2px)}.input-group input[type=password]:hover{border-color:#9ca3af}.input-group input[type=password]::placeholder{color:#9ca3af}.error-message{align-items:center;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:12px;color:#dc2626;display:flex;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:1rem 1.25rem}.error-message:before{content:"⚠️";font-size:1.1rem;margin-right:.75rem}.success-message{align-items:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7;border-radius:12px;color:#059669;display:flex;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:1rem 1.25rem}.success-message:before{content:"✅";font-size:1.1rem;margin-right:.75rem}.edit-button{display:flex;gap:1rem;margin-top:2.5rem}.edit-button1,.edit-button2{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;letter-spacing:.3px;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.edit-button1{background:linear-gradient(135deg,#667eea,#4b71a2);box-shadow:0 6px 20px #667eea4d;color:#fff}.edit-button1:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.edit-button1:hover:before{left:100%}.edit-button1:hover{box-shadow:0 10px 30px #667eea66;transform:translateY(-2px)}.edit-button1:active{transform:translateY(0)}.edit-button2{background:#fff;border:2px solid #e5e7eb;box-shadow:0 4px 12px #00000014;color:#6b7280}.edit-button2:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 8px 20px #0000001f;color:#374151;transform:translateY(-2px)}.edit-button2:active{transform:translateY(0)}@media (max-width:768px){.password-header{font-size:2rem;margin:1.5rem 0 2rem}.change-password-container{align-items:flex-start;min-height:auto;padding:2rem 1rem 1rem}.change-password-form{border-radius:16px;padding:2rem 1.5rem}.edit-button{flex-direction:column;gap:.75rem}.edit-button1,.edit-button2{font-size:.95rem;padding:.875rem 1.25rem}}@media (max-width:480px){.password-header{font-size:1.75rem}.change-password-form{padding:1.5rem 1.25rem}.input-group input[type=password]{padding:.875rem 1rem}}.edit-button1:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none}.edit-button1:disabled:after{animation:loading 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.change-password-form *{transition:all .2s ease}.edit-user-header{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4f46e5,#4b71a2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin:2rem 0 1.5rem;position:relative;text-align:center}.edit-user-header:after{background:linear-gradient(135deg,#4f46e5,#4b71a2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.edit-user-container{align-items:center;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;padding:2rem 1rem}.edit-user-form{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 25px 70px #0000001f,0 10px 30px #00000014;max-width:800px;overflow:hidden;padding:3rem 2.5rem;position:relative;transition:all .4s ease;width:100%}.edit-user-form:before{background:linear-gradient(135deg,#4f46e5,#4b71a2 50%,#ec4899);content:"";height:5px;left:0;position:absolute;right:0;top:0}.edit-user-form:hover{box-shadow:0 35px 80px #00000026,0 15px 35px #0000001a}.name-fields-row{animation:slideInUp .6s ease forwards;animation-delay:.1s;display:flex;gap:1.25rem;margin-bottom:2rem;opacity:0}.name-fields-row .edit-user-input{animation:none;flex:1 1;margin-bottom:0;opacity:1}.name-fields-row .edit-user-input:first-child{margin-right:.5rem}.name-fields-row .edit-user-input:last-child{margin-left:.5rem}.edit-user-input{animation:slideInUp .6s ease forwards;margin-bottom:1.8rem;opacity:0;position:relative}.edit-user-input:first-child{animation-delay:.1s}.edit-user-input:nth-child(2){animation-delay:.2s}.edit-user-input:nth-child(3){animation-delay:.3s}.edit-user-input:nth-child(4){animation-delay:.4s}.edit-user-input:nth-child(5){animation-delay:.5s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.edit-user-input label{align-items:center;color:#1f2937;display:block;display:flex;font-size:1rem;font-weight:600;gap:.25rem;letter-spacing:.3px;margin-bottom:.75rem}.edit-user-input input[type=email],.edit-user-input input[type=text],.edit-user-input select{background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-sizing:border-box;color:#374151;font-family:inherit;font-size:1rem;padding:1.125rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.edit-user-input input[type=email]:focus,.edit-user-input input[type=text]:focus,.edit-user-input select:focus{background:#fefefe;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51f,0 8px 25px #4f46e526;outline:none;transform:translateY(-3px)}.edit-user-input input[type=email]:hover,.edit-user-input input[type=text]:hover{background:#fafafa;border-color:#94a3b8;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.edit-user-input input[type=email]::placeholder,.edit-user-input input[type=text]::placeholder{color:#9ca3af;font-style:italic}.edit-user-input select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:3rem}.edit-user-input select option{background:#fff;color:#374151;font-size:1rem;padding:1rem}.edit-user-input select option:hover{background:#f3f4f6}.edit-user-button{animation:slideInUp .6s ease forwards;animation-delay:.6s;display:flex;gap:1.25rem;margin-top:3rem;opacity:0}.edit-user-button1,.edit-user-button2{border:none;border-radius:16px;cursor:pointer;flex:1 1;font-size:1.05rem;font-size:.95rem;font-weight:600;letter-spacing:.4px;overflow:hidden;padding:1.125rem 2rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.edit-user-button1{background:linear-gradient(135deg,#4f46e5,#4b71a2);box-shadow:0 8px 25px #4f46e54d,0 4px 12px #4f46e533;color:#fff}.edit-user-button1:before{background:linear-gradient(90deg,#0000,#ffffff40,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s cubic-bezier(.4,0,.2,1);width:100%}.edit-user-button1:hover:before{left:100%}.edit-user-button1:hover{background:linear-gradient(135deg,#4b71a2,#4f46e5);box-shadow:0 15px 40px #4f46e566,0 8px 25px #4f46e540;transform:translateY(-3px)}.edit-user-button1:active{transform:translateY(-1px);transition:transform .1s}.edit-user-button2{background:#fff;border:2px solid #e2e8f0;box-shadow:0 6px 20px #00000014;color:#64748b}.edit-user-button2:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 12px 30px #0000001f;color:#475569;transform:translateY(-3px)}.edit-user-button2:active{transform:translateY(-1px);transition:transform .1s}.edit-success-message{align-items:center;animation:slideDown .5s ease;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7;border-radius:16px;color:#047857;display:flex;font-size:.95rem;font-weight:500;margin-bottom:2rem;padding:1rem 1.5rem}.edit-success-message:before{content:"✅";font-size:1.2rem;margin-right:.75rem}.edit-error-message{align-items:center;animation:slideDown .5s ease;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:16px;color:#dc2626;display:flex;font-size:.95rem;font-weight:500;margin-bottom:2rem;padding:1rem 1.5rem}.edit-error-message:before{content:"⚠️";font-size:1.2rem;margin-right:.75rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.edit-user-button1:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none}.edit-user-button1:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media (max-width:768px){.edit-user-header{font-size:2rem;margin:1.5rem 0 2rem}.edit-user-container{align-items:flex-start;min-height:auto;padding:2rem 1rem 1rem}.edit-user-form{border-radius:20px;max-width:100%;padding:2.5rem 2rem}.edit-user-input{margin-bottom:1.75rem}.edit-user-input input[type=email],.edit-user-input input[type=text],.edit-user-input select{border-radius:14px;padding:1rem 1.25rem}.name-fields-row{flex-direction:column;gap:1.75rem}.name-fields-row .edit-user-input:first-child,.name-fields-row .edit-user-input:last-child{margin-left:0;margin-right:0}.edit-user-button{flex-direction:column;gap:1rem;margin-top:2.5rem}.edit-user-button1,.edit-user-button2{border-radius:14px;font-size:.9rem;padding:1rem 1.5rem}}@media (max-width:480px){.edit-user-header{font-size:1.75rem}.edit-user-form{border-radius:18px;padding:2rem 1.5rem}.edit-user-input input[type=email],.edit-user-input input[type=text],.edit-user-input select{font-size:.95rem;padding:.875rem 1rem}.edit-user-input label{font-size:.9rem}}*{box-sizing:border-box}.edit-user-form *{transition:all .2s ease}