@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.login{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden;background:url(/images/login_bg.png) center center/cover no-repeat;font-family:Manrope,sans-serif}.login *{font-family:Manrope,sans-serif}.login__card{position:relative;z-index:1;width:100%;max-width:440px;background:#fff;border-radius:28px;box-shadow:0 1px 3px #0000000a,0 24px 48px -12px #00000014,0 0 0 1px #0000000a;overflow:hidden}.login__card-header{flex-shrink:0;position:relative;padding:1rem 1.75rem .75rem;border-bottom:1px solid rgba(0,0,0,.06)}.login__back{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .5rem;padding:.25rem 0;background:none;border:none;color:#676767;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s}.login__back:hover{color:#73b682}.login__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#111827;text-align:center;letter-spacing:-.03em;line-height:1.25}.login__form{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem 1.75rem}.login__field{position:relative}.login__label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:500;color:#333}.login__input{width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-size:.9375rem;background:#fafbfc;transition:border-color .2s,box-shadow .2s,background .2s}.login__input:focus{outline:none;border-color:#73b682;box-shadow:0 0 0 3px #73b6822e;background:#fff}.login__input::placeholder{color:#9ca3af}.login__input--error{border-color:#dc2626;background:#dc26260a}.login__error{display:block;margin-top:.375rem;font-size:.8rem;color:#dc2626}.login__submit{background-color:#73b682;color:#fff;border:none;padding:10px 20px;cursor:pointer;margin-top:.25rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;border-radius:12px;box-shadow:0 2px 8px #73b6824d;transition:transform .15s,box-shadow .2s}.login__submit:hover{opacity:.9}.login__submit:disabled{opacity:.6;cursor:not-allowed}.login__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #73b68259}.login__footer{margin:0;padding:1rem 1.75rem 1.25rem;text-align:center;font-size:.875rem;color:#676767;border-top:1px solid rgba(0,0,0,.06)}.login__footer p{margin:0}.login__link{background:none;border:none;color:#73b682;cursor:pointer;text-decoration:none;font-weight:500;padding:0;font-size:inherit;transition:color .2s}.login__link:hover{text-decoration:underline}.map-pin-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.map-pin-bg__map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:url(/images/login_bg.png) center center/cover no-repeat}.map-pin-bg__map-svg{width:100%;height:100%;display:block;object-fit:cover}.map-pin-bg__pins{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.map-pin-bg__pin{position:absolute;width:32px;height:48px;margin:-24px 0 0 -16px;color:#73b682bf;filter:drop-shadow(0 0 12px rgba(115,182,130,.5));animation:pin-glow 4s ease-in-out infinite;animation-delay:calc(var(--i, 0) * -.4s)}.map-pin-bg__pin svg{width:100%;height:100%;display:block}@keyframes pin-glow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@media(prefers-reduced-motion:reduce){.map-pin-bg__pin{animation:none;opacity:.9}}@keyframes glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes breath{0%,to{opacity:.5}50%{opacity:.9}}@keyframes float{0%,to{transform:translate(0) scale(1);opacity:.4}33%{transform:translate(6px,-8px) scale(1.05);opacity:.7}66%{transform:translate(-4px,4px) scale(.95);opacity:.5}}@keyframes grid-pulse{0%,to{opacity:.4}50%{opacity:.7}}@keyframes badge-glow{0%,to{box-shadow:0 0 #73b68240}50%{box-shadow:0 0 20px 2px #73b68259}}.medilink-landing{display:flex;flex-direction:column;min-height:100vh;height:100vh;overflow:hidden;background-color:#fff;font-family:Manrope,system-ui,-apple-system,sans-serif;color:#18181b}.medilink-landing__header{flex-shrink:0;z-index:50;background:linear-gradient(135deg,#4d8a5c,#73b682);box-shadow:0 2px 12px #0000001a}.medilink-landing__nav{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:1rem 1.5rem;gap:1rem;flex-wrap:wrap}.medilink-landing__logo-wrap{display:flex;align-items:center;gap:.5rem}.medilink-landing__logo-icon{flex-shrink:0}.medilink-landing__logo{font-weight:700;font-size:1.375rem;color:#fff;letter-spacing:-.03em}.medilink-landing__nav-links{display:flex;align-items:center;gap:.25rem}.medilink-landing__nav-actions{display:flex;align-items:center;gap:.5rem}.medilink-landing__nav-link{background:none;border:none;color:#ffffffe6;font-size:.9375rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;border-radius:12px;transition:color .2s ease,background .2s ease}.medilink-landing__nav-link:hover{color:#fff;background:#ffffff26}.medilink-landing__btn{padding:.5rem 1rem;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease,color .2s ease}.medilink-landing__btn--primary{background:#fff;color:#4d8a5c;border:none}.medilink-landing__btn--primary:hover{background:#fffffff2;opacity:1}.medilink-landing__btn--outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.8)}.medilink-landing__btn--outline:hover{background:#ffffff26;border-color:#fff}.medilink-landing__btn--filters{background:#fff;color:#3f3f46;border:1px solid #d4d4d8;padding:.625rem 1rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem}.medilink-landing__btn--filters:hover{background:#fafafa;border-color:#a1a1aa}.medilink-landing__btn--solid{background:#73b682;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;box-shadow:0 0 #73b68266;transition:box-shadow .4s ease,background .2s ease,opacity .2s ease}.medilink-landing__btn--solid:hover{background:#4d8a5c;opacity:1;box-shadow:0 0 24px 4px #73b68273}.medilink-landing__btn--ghost{background:transparent;color:#27272a;border:1px solid #e4e4e7;padding:.75rem 1.5rem;font-size:1rem}.medilink-landing__btn--ghost:hover{background:#f4f4f5;border-color:#d4d4d8}.medilink-landing__btn:active{transform:scale(.98)}.medilink-landing__popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fade-in .2s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.medilink-landing__popup{background:#fff;border-radius:20px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a,0 24px 48px #0000001f;max-width:420px;width:100%;max-height:90vh;overflow:auto;animation:pop-in .25s ease-out}@keyframes pop-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.medilink-landing__popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 0}.medilink-landing__popup-title{font-size:1.25rem;font-weight:700;color:#18181b;margin:0;letter-spacing:-.02em}.medilink-landing__popup-close{background:none;border:none;color:#52525b;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem;border-radius:12px;transition:color .2s ease,background .2s ease}.medilink-landing__popup-close:hover{color:#18181b;background:#f4f4f5}.medilink-landing__popup-subtitle{font-size:.9375rem;color:#52525b;margin:0 1.5rem 1rem}.medilink-landing__popup-options{display:flex;flex-direction:column;gap:.5rem;padding:0 1.5rem 1.5rem}.medilink-landing__popup-option{display:flex;align-items:center;gap:1rem;width:100%;text-align:left;background:#fafafa;border:1px solid #e4e4e7;border-radius:16px;padding:1rem 1.25rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.medilink-landing__popup-option:hover{background:#fff;border-color:#a3d0ac;box-shadow:0 0 0 1px #c5e5cb}.medilink-landing__popup-option:focus-visible{outline:2px solid #73b682;outline-offset:2px}.medilink-landing__popup-option-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:#c5e5cb;border-radius:12px;flex-shrink:0}.medilink-landing__popup-option-text{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.medilink-landing__popup-option-title{font-size:1rem;font-weight:600;color:#18181b}.medilink-landing__popup-option-desc{font-size:.8125rem;color:#52525b;line-height:1.4}.medilink-landing__popup-option-arrow{color:#73b682;font-size:1.125rem;flex-shrink:0;transition:transform .2s ease}.medilink-landing__popup-option:hover .medilink-landing__popup-option-arrow{transform:translate(4px)}.medilink-landing__hero{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem 1.5rem 3rem}.medilink-landing__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#ffffffa3,#ffffff80 36%,#ffffff61,#ffffff8f)}.medilink-landing__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.medilink-landing__hero-inner{position:relative;z-index:2;text-align:center;max-width:640px;margin:0 auto}.medilink-landing__hero-inner:before{content:"";position:absolute;left:50%;top:50%;width:min(920px,95vw);height:min(520px,72vh);transform:translate(-50%,-50%);pointer-events:none;z-index:-1;background:radial-gradient(ellipse at center,#ffffffd1,#ffffffb3 38%,#ffffff47 72%,#fff0)}.medilink-landing__hero-badge{display:inline-block;font-size:.8125rem;font-weight:500;color:#fff;background:#a3d0ac;padding:.375rem .75rem;border-radius:999px;margin-bottom:1.25rem;letter-spacing:.01em}.medilink-landing__hero-title{font-size:clamp(2.25rem,5vw,3.25rem);line-height:1.15;font-weight:700;color:#18181b;margin:0 0 1rem;letter-spacing:-.04em}.medilink-landing__hero-subtitle{font-size:1.125rem;line-height:1.6;color:#52525b;margin:0 0 1.5rem;max-width:480px;margin-left:auto;margin-right:auto}.medilink-landing__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.location-picker__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem}.location-picker__search-wrap{flex:1;min-width:180px;display:flex;gap:.5rem}.location-picker__search{flex:1;min-width:0;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fafbfc;font-size:.9375rem;transition:border-color .2s,box-shadow .2s,background .2s}.location-picker__search:focus{outline:none;border-color:#73b682;box-shadow:0 0 0 3px #73b6822e;background:#fff}.location-picker__search::placeholder{color:#9ca3af}.location-picker__search-btn{padding:.75rem 1.25rem;border:none;border-radius:12px;background:linear-gradient(135deg,#73b682,#5fa370);color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;white-space:nowrap;transition:opacity .2s,transform .15s}.location-picker__search-btn:hover:not(:disabled){opacity:.95}.location-picker__search-btn:disabled{opacity:.7;cursor:not-allowed}.location-picker__locate-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .875rem;border:1px solid rgba(115,182,130,.4);border-radius:10px;background:#73b68214;color:#73b682;cursor:pointer;font-size:.8125rem;font-weight:500;white-space:nowrap;transition:background .2s,border-color .2s}.location-picker__locate-btn:hover{background:#73b68224;border-color:#73b68280}.location-picker__error{margin:0 0 .5rem;font-size:.8rem;color:#dc2626}.location-picker__map-wrap{height:220px;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000a}.location-picker__map{height:100%;width:100%;background:#e8f4ec}.location-picker__address{margin:.5rem 0 0;font-size:.8125rem;color:#676767}.register{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden;background:url(/images/login_bg.png) center center/cover no-repeat;font-family:Manrope,sans-serif}.register *{font-family:Manrope,sans-serif}.register__card{position:relative;z-index:1;width:100%;max-width:680px;height:calc(100vh - 2rem);display:flex;flex-direction:column;background:#fff;border-radius:28px;box-shadow:0 1px 3px #0000000a,0 24px 48px -12px #00000014,0 0 0 1px #0000000a;overflow:hidden}.register__card-header{flex-shrink:0;position:relative;padding:1rem 1.75rem .75rem;border-bottom:1px solid rgba(0,0,0,.06)}.register__card-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1rem 1.75rem 1.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(115,182,130,.4) transparent}.register__card-body::-webkit-scrollbar{width:6px}.register__card-body::-webkit-scrollbar-track{background:transparent}.register__card-body::-webkit-scrollbar-thumb{background:#73b68259;border-radius:3px}.register__card-body::-webkit-scrollbar-thumb:hover{background:#73b68280}.register__role-tabs{display:flex;justify-content:center;gap:1.75rem;margin-bottom:.75rem;padding:0 1.75rem .5rem;position:sticky;top:0;z-index:1;background:#fff}.register__role-tab{position:relative;padding:0;border:none;background:none;color:#676767;cursor:pointer;font-size:.9rem;font-weight:500;transition:color .2s ease}.register__role-tab:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;border-radius:9999px;background:transparent}.register__role-tab--active{color:#73b682}.register__role-tab--active:after{background:#73b682}.register__role-tab:hover{color:#333}.register__row{display:flex;gap:1rem}.register__row--tight{gap:.5rem}.register__row .register__field{flex:1}.register__hint{margin:.25rem 0 0;font-size:.75rem;color:#676767}.register__input--half{flex:1}.register__file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.register__file-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px;padding:1.5rem;border:2px dashed rgba(115,182,130,.4);border-radius:16px;background:#e8f5ec66;cursor:pointer;transition:border-color .2s,background .2s,border-style .2s;position:relative}.register__file-zone--drag{border-color:#73b682;background:#73b6821f}.register__file-zone--error{border-color:#dc2626;background:#dc26260a}.register__file-zone:hover{border-color:#73b682a6;background:#e8f5ec99}.register__file-zone-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#73b68233;color:#73b682;font-size:1.5rem;font-weight:600;line-height:1;margin-bottom:.75rem}.register__file-zone-title{font-size:.9375rem;font-weight:600;color:#333;margin-bottom:.25rem}.register__file-zone-hint{font-size:.8125rem;color:#676767;margin-bottom:.125rem}.register__file-zone-formats{font-size:.75rem;color:#676767;opacity:.9}.register__file-zone-count{margin-top:.5rem;font-size:.8125rem;font-weight:500;color:#73b682}.register__field--checkbox{display:flex;align-items:flex-start}.register__checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;color:#676767}.register__checkbox-label input{margin-top:.2rem;accent-color:#73b682}.register__success-msg{margin:0 0 1rem;color:#333}.register__link--block{display:block;margin-top:.5rem}.register__back{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem 0;background:none;border:none;color:#676767;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s}.register__back:hover{color:#73b682}.register__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#111827;text-align:center;letter-spacing:-.03em;line-height:1.25}.register__subtitle{font-size:.9375rem;color:#676767;text-align:center;line-height:1.5;margin:0 auto}.register__form{display:flex;flex-direction:column;gap:1.25rem}.register__field{position:relative}.register__label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:500;color:#333}.register__input,.register__select{width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-size:.9375rem;background:#fafbfc;transition:border-color .2s,box-shadow .2s,background .2s}.register__input:focus,.register__select:focus{outline:none;border-color:#73b682;box-shadow:0 0 0 3px #73b6822e;background:#fff}.register__input::placeholder,.register__select::placeholder{color:#9ca3af}.register__input--error,.register__select--error{border-color:#dc2626;background:#dc26260a}.register__field-error{display:block;margin-top:.375rem;font-size:.8rem;color:#dc2626}.register__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23676767' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.25rem}.register__error{margin:0;font-size:.875rem;color:#dc2626;padding:.5rem .75rem;background:#dc26260f;border-radius:10px}.register__submit{background-color:#73b682;color:#fff;border:none;padding:10px 20px;cursor:pointer;margin-top:.25rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;border-radius:12px;box-shadow:0 2px 8px #73b6824d;transition:transform .15s,box-shadow .2s}.register__submit:hover{opacity:.9}.register__submit:disabled{opacity:.6;cursor:not-allowed}.register__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #73b68259}.register__footer{flex-shrink:0;padding:1rem 1.75rem 1.25rem;display:flex;flex-direction:column;gap:.6rem;align-items:stretch;font-size:.875rem;color:#676767;border-top:1px solid rgba(0,0,0,.06);background:#fff;text-align:center}.register__footer p{margin:0}.register__link{background:none;border:none;color:#73b682;cursor:pointer;text-decoration:none;font-weight:500;padding:0;font-size:inherit;transition:color .2s}.register__link:hover{text-decoration:underline}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebarWidth, 250px);background-color:#fff;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;z-index:10}.sidebar__header{padding:1.25rem 1rem;border-bottom:1px solid #eee}.sidebar__logo{font-weight:600;font-size:1.125rem;color:#73b682}.sidebar__nav{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.sidebar__link{display:block;width:100%;padding:.625rem 1rem;text-align:left;background:none;border:none;font-size:.9375rem;color:#333;cursor:pointer;transition:background-color .2s}.sidebar__link:hover{background-color:#f5f8fb}.sidebar__footer{padding:1rem;border-top:1px solid #eee}.sidebar__logout{width:100%;padding:.5rem;background:none;border:1px solid #ddd;border-radius:8px;color:#676767;cursor:pointer;font-size:.875rem}.sidebar__logout:hover{background-color:#f5f8fb;color:#333}.dashboard{display:flex;min-height:100vh;background-color:#f5f8fb}.dashboard__main{flex:1;padding:2rem;margin-left:var(--sidebarWidth, 250px)}.dashboard__title{margin:0 0 1rem;font-size:1.5rem;color:#333}.dashboard__text{margin:0;color:#676767}.admin-layout{display:flex;min-height:100vh;font-family:Manrope,sans-serif;color:#243041;background:linear-gradient(180deg,#f4faf7f0,#f0f9f5db),url(/images/login_bg.png) center center/cover no-repeat}.admin-layout *{font-family:Manrope,sans-serif}.admin-layout__sidebar{position:fixed;top:0;left:0;bottom:0;width:220px;display:flex;flex-direction:column;background:linear-gradient(180deg,#fffffff5,#f5fbf8f0);border-right:1px solid #e3ebef;box-shadow:0 8px 30px #0f172a12;z-index:20}.admin-layout__sidebar--collapsed{width:76px}.admin-layout__sidebar--collapsed .admin-layout__logo-text,.admin-layout__sidebar--collapsed .admin-layout__link-text,.admin-layout__sidebar--collapsed .admin-layout__help,.admin-layout__sidebar--collapsed .admin-layout__logout-text{display:none}.admin-layout__sidebar--collapsed .admin-layout__link{justify-content:center;padding:.7rem}.admin-layout__sidebar--collapsed .admin-layout__link-arrow{display:none}.admin-layout__sidebar-header{padding:1.2rem 1rem;border-bottom:1px solid #e7eef2}.admin-layout__logo{display:flex;align-items:center;gap:.48rem;font-weight:800;font-size:1.8rem;letter-spacing:-.02em;color:#243041}.admin-layout__nav{display:flex;flex-direction:column;gap:.3rem;padding:.9rem .5rem}.admin-layout__link{border:none;background:none;border-radius:11px;padding:.7rem .75rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#435062;font-size:.92rem;font-weight:600;transition:.18s ease}.admin-layout__link--active{background:linear-gradient(135deg,#24b76f,#43c98a);color:#fff;box-shadow:0 8px 20px #23b36e59}.admin-layout__link-inner{display:flex;align-items:center;gap:.6rem}.admin-layout__link-icon{display:inline-flex}.admin-layout__link-arrow{display:inline-flex;opacity:.78}.admin-layout__help{margin:auto .8rem .8rem;padding:.95rem .85rem;background:linear-gradient(180deg,#fff,#f8fcfa);border:1px solid #e2eaef;border-radius:14px;box-shadow:0 10px 22px #10182814}.admin-layout__help-title{margin:0;font-size:1rem;font-weight:800;color:#243041}.admin-layout__help-text{margin:.35rem 0 .75rem;font-size:.92rem;font-weight:600;color:#6a7788}.admin-layout__help-btn{width:100%;border:none;padding:.58rem;border-radius:10px;background:linear-gradient(135deg,#21b56e,#2fbe79);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer}.admin-layout__footer{padding:.8rem;border-top:1px solid #e6edf2;display:flex;gap:.5rem}.admin-layout__logout{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border:1px solid #ffd4d4;background:#fff2f2;color:#df4444;padding:.6rem .75rem;border-radius:10px;font-size:.92rem;font-weight:700;cursor:pointer}.admin-layout__collapse{width:36px;border:1px solid #dbe5eb;background:#f8fafc;border-radius:10px;color:#7a8796;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.admin-layout__main-wrap{margin-left:220px;flex:1;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .2s ease}.admin-layout--collapsed .admin-layout__main-wrap{margin-left:76px}.admin-layout__header{position:sticky;top:0;z-index:10;margin:.9rem 1rem 0;padding:.55rem .8rem;border-radius:14px;border:1px solid #e1e8ee;background:#ffffffdb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-layout__header-left{min-width:0}.admin-layout__page-title{margin:0;font-size:1.6rem;line-height:1.15;font-weight:800;color:#1f2937;letter-spacing:-.02em}.admin-layout__header-right{display:flex;align-items:center;gap:.45rem;margin-left:auto}.admin-layout__header-btn{position:relative;width:40px;height:40px;border:1px solid #e1e8ee;background:#fff;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;color:#5f6b7a;cursor:pointer}.admin-layout__header-badge{position:absolute;right:4px;top:3px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;min-width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.admin-layout__profile{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #e1e8ee;background:#fff;border-radius:12px;padding:.25rem .55rem .25rem .3rem;cursor:pointer}.admin-layout__avatar{width:36px;height:36px;border-radius:999px;object-fit:cover}.admin-layout__profile-meta{display:flex;flex-direction:column;text-align:left}.admin-layout__profile-role{font-size:.72rem;font-weight:600;color:#7a8696}.admin-layout__profile-name{font-size:.95rem;font-weight:800;color:#283241}.admin-layout__profile-chevron{color:#728090;display:inline-flex}.admin-layout__main{padding:.9rem 1rem 1rem;overflow:auto;background:linear-gradient(180deg,#f4faf79e,#f0f9f58a),url(/images/login_bg.png) center center/cover no-repeat;border-radius:16px 0 0}@media(max-width:1100px){.admin-layout__sidebar{width:76px}.admin-layout__logo-text,.admin-layout__link-text,.admin-layout__link-arrow,.admin-layout__help,.admin-layout__logout-text{display:none}.admin-layout__main-wrap{margin-left:76px}}@media(max-width:760px){.admin-layout{flex-direction:column}.admin-layout__sidebar{position:static;width:100%}.admin-layout__main-wrap{margin-left:0}.admin-layout__page-title{font-size:1.3rem}}.admin-dashboard{font-family:Manrope,sans-serif;color:#1d2634;max-width:1440px;margin:0 auto;position:relative;z-index:1}.admin-dashboard *{font-family:Manrope,sans-serif}.admin-dashboard__welcome{display:flex;align-items:baseline;gap:.9rem;margin-bottom:1rem}.admin-dashboard__title{font-size:2.05rem;line-height:1.1;font-weight:800;margin:0;color:#1f2937;letter-spacing:-.02em}.admin-dashboard__subtitle{margin:0;font-size:1.05rem;font-weight:500;color:#6b7280}.admin-dashboard__subtitle button{background:none;border:none;padding:0;font-size:inherit;font-weight:700;color:#1ba96d;text-decoration:underline;cursor:pointer}.admin-dashboard__loading{padding:2rem;text-align:center;color:#6b7280;font-weight:500}.admin-dashboard__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.admin-dashboard__card{background:linear-gradient(180deg,#fffffff2,#f8fafceb);border:1px solid #e2e8f0;border-radius:16px;padding:.95rem .95rem .9rem;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:0 8px 20px #10182812}.admin-dashboard__card-label{margin:0;font-size:1rem;font-weight:600;color:#4b5563}.admin-dashboard__card-value{margin:.28rem 0;font-size:2.15rem;line-height:1.1;font-weight:800;color:#1f2937;letter-spacing:-.03em}.admin-dashboard__card-change{margin:0;font-size:1rem;font-weight:700;color:#18b46d}.admin-dashboard__card-view{margin-top:.45rem;border:none;background:#f4e3bf;color:#8e5b12;font-weight:700;font-size:.96rem;border-radius:999px;padding:.32rem .8rem;cursor:pointer}.admin-dashboard__card-icon{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,255,255,.85);box-shadow:0 4px 10px #10182814}.admin-dashboard__card-icon--green{background:#dff7e8;color:#1fa96b}.admin-dashboard__card-icon--blue{background:#e1ebff;color:#2f6de2}.admin-dashboard__card-icon--yellow{background:#fff0d7;color:#f59e0b}.admin-dashboard__card-icon--purple{background:#efe4ff;color:#8b5cf6}.admin-dashboard__charts-row{display:grid;grid-template-columns:1.6fr 1fr;gap:1rem;margin-bottom:1rem}.admin-dashboard__chart-card,.admin-dashboard__section{background:linear-gradient(180deg,#fffffff2,#f8fafce6);border:1px solid #e2e8f0;border-radius:16px;padding:.95rem;box-shadow:0 10px 22px #10182814}.admin-dashboard__chart-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.admin-dashboard__chart-title span:first-child{font-size:1.02rem;font-weight:800;color:#273142}.admin-dashboard__chart-select{border:1px solid #dbe2ea;background:#f8fafc;border-radius:10px;padding:.35rem .6rem;font-size:.92rem;font-weight:600;color:#4b5563}.admin-dashboard__chart-legend{display:inline-flex;align-items:center;gap:.35rem;font-size:.92rem;font-weight:600;color:#5f6b7a}.admin-dashboard__chart-legend i{width:8px;height:8px;border-radius:50%;background:#2fbe72;display:inline-block}.admin-dashboard__chart-line-wrap{height:190px}.admin-dashboard__bar-wrap{display:grid;grid-template-columns:38px 1fr;gap:.45rem}.admin-dashboard__bar-ylabels{height:190px;display:flex;flex-direction:column;justify-content:space-between;font-size:.78rem;font-weight:700;color:#7b8794}.admin-dashboard__chart-placeholder{height:190px;border-radius:12px;padding:.65rem .5rem 0;background:linear-gradient(180deg,#2fbe721f,#2fbe7205);display:flex;align-items:flex-end;justify-content:space-evenly;gap:.35rem}.admin-dashboard__chart-bar{flex:0 0 12px;width:12px;background:linear-gradient(180deg,#3ed087,#28b866);border-radius:4px 4px 0 0}.admin-dashboard__chart-line-labels{display:grid;grid-template-columns:repeat(6,1fr);font-size:.82rem;font-weight:700;color:#7b8794;margin-top:.45rem}.admin-dashboard__bottom-grid{display:grid;grid-template-columns:1.9fr 1fr;gap:1rem;align-items:start}.admin-dashboard__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.55rem}.admin-dashboard__section-title{font-size:1.05rem;font-weight:800;color:#273142;margin:0}.admin-dashboard__section-link{border:none;background:none;padding:0;font-size:.9rem;font-weight:700;color:#5f6b7a;cursor:pointer}.admin-dashboard__tabs{display:flex;gap:.95rem;border-bottom:1px solid #e5eaf0;margin-bottom:.65rem}.admin-dashboard__tab{background:none;border:none;padding:.5rem .1rem .58rem;margin-bottom:-1px;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:.3rem}.admin-dashboard__tab--active{color:#18b46d;border-bottom-color:#18b46d}.admin-dashboard__tab-badge{background:#fde6bb;color:#9a6a16;font-size:.82rem;font-weight:700;border-radius:999px;padding:.12rem .5rem}.admin-dashboard__table{width:100%;border-collapse:collapse;font-size:.87rem}.admin-dashboard__table th,.admin-dashboard__table td{padding:.58rem .5rem;text-align:left;border-bottom:1px solid #edf1f5}.admin-dashboard__table th{font-size:.83rem;font-weight:700;color:#697586;background:#f7f9fc}.admin-dashboard__table-footer{margin-top:.6rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.8rem;font-weight:600;color:#64748b}.admin-dashboard__pagination{display:inline-flex;align-items:center;gap:.45rem}.admin-dashboard__page-btn{border:1px solid #dbe5ef;background:#fff;color:#334155;font-size:.78rem;font-weight:700;width:26px;height:22px;padding:0;border-radius:7px;cursor:pointer}.admin-dashboard__page-btn:disabled{opacity:.55;cursor:not-allowed}.admin-dashboard__page-text{min-width:24px;height:22px;padding:0 .35rem;border:1px solid #dbe5ef;border-radius:7px;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b}.admin-dashboard__table-user{display:flex;align-items:center;gap:.45rem}.admin-dashboard__table-avatar{width:33px;height:33px;border-radius:999px;object-fit:cover;border:1px solid #dde4eb}.admin-dashboard__table-name{font-weight:700;color:#2c3645}.admin-dashboard__status{display:inline-flex;align-items:center;font-size:.8rem;font-weight:700;border-radius:7px;padding:.22rem .45rem}.admin-dashboard__status--pending{background:#fee9c5;color:#b57612}.admin-dashboard__status--completed{background:#d8f5e7;color:#19945f}.admin-dashboard__btn{border:none;border-radius:7px;font-size:.8rem;font-weight:700;padding:.32rem .56rem;cursor:pointer;margin-right:.35rem}.admin-dashboard__btn--approve{background:#2ec979;color:#fff}.admin-dashboard__btn--reject{background:#fff1f1;color:#e34949;border:1px solid #ffd4d4}.admin-dashboard__payments{display:flex;flex-direction:column}.admin-dashboard__payments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.admin-dashboard__payment-item{display:flex;align-items:center;justify-content:space-between;padding:.42rem 0;border-bottom:1px solid #edf1f5}.admin-dashboard__payment-left{display:flex;align-items:center;gap:.5rem}.admin-dashboard__payment-meta{display:flex;flex-direction:column}.admin-dashboard__payment-id{font-size:.79rem;font-weight:700;color:#7b8794}.admin-dashboard__payment-name{font-size:.97rem;font-weight:700;color:#273142}.admin-dashboard__payment-right{display:flex;align-items:center;gap:.4rem}.admin-dashboard__payment-amount{font-size:1.02rem;font-weight:800;color:#273142}.admin-dashboard__download-btn{margin-top:.75rem;border:1px solid #dbe2ea;background:#f8fafc;color:#324256;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.62rem .9rem;border-radius:11px;font-size:.95rem;font-weight:700;cursor:pointer}@media(max-width:1320px){.admin-dashboard__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard__charts-row,.admin-dashboard__bottom-grid{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard__welcome{flex-direction:column;align-items:flex-start;gap:.35rem}.admin-dashboard__title{font-size:1.7rem}.admin-dashboard__cards{grid-template-columns:1fr}}.admin-providers{max-width:1200px;margin:0 auto;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-providers__title{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:#1f2937}.admin-providers__subtitle{margin:0 0 1rem;color:#6b7280;font-size:.95rem}.admin-providers__toolbar{display:grid;grid-template-columns:1fr;gap:.7rem;margin-bottom:.85rem}.admin-providers__search{height:40px;border:1px solid #dbe5ef;border-radius:10px;padding:0 .8rem;background:#fff;color:#334155;font-size:.9rem}.admin-providers__card{flex:1;min-height:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:auto}.admin-providers__table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-providers__table th,.admin-providers__table td{padding:.72rem .9rem;text-align:left;border-bottom:1px solid #eef2f7}.admin-providers__table th{background:#f8fafc;color:#64748b;font-size:.8rem;font-weight:700}.admin-providers__name-cell{display:inline-flex;align-items:center;gap:.55rem;font-weight:600}.admin-providers__avatar{width:28px;height:28px;border-radius:999px;background:#dff3e8;color:#047857;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.admin-providers__status{display:inline-block;padding:.24rem .54rem;border-radius:999px;font-size:.78rem;font-weight:700}.admin-providers__status--pending{background:#fef3c7;color:#b45309}.admin-providers__status--approved{background:#d1fae5;color:#047857}.admin-providers__status--rejected{background:#fee2e2;color:#b91c1c}.admin-providers__inline-actions{display:inline-flex;gap:.35rem}.admin-providers__btn{border:none;border-radius:7px;padding:.27rem .72rem;font-size:.78rem;font-weight:700;cursor:pointer}.admin-providers__btn:disabled{opacity:.7;cursor:not-allowed}.admin-providers__btn--approve,.admin-providers__btn--view{background:#22c55e;color:#fff}.admin-providers__btn--reject{background:#fff1f1;color:#dc2626;border:1px solid #fecaca}.admin-providers__footer{padding:.6rem .9rem;font-size:.82rem;color:#64748b;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.admin-providers__pagination{display:inline-flex;align-items:center;gap:.45rem}.admin-providers__page-btn{border:1px solid #dbe5ef;background:#fff;color:#334155;font-size:.78rem;font-weight:700;width:26px;height:22px;padding:0;border-radius:7px;cursor:pointer}.admin-providers__page-btn:disabled{opacity:.55;cursor:not-allowed}.admin-providers__page-text{min-width:24px;height:22px;padding:0 .35rem;border:1px solid #dbe5ef;border-radius:7px;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b}.admin-patients{max-width:1200px;margin:0 auto;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-patients__title{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:#1f2937}.admin-patients__subtitle{margin:0 0 1rem;color:#6b7280;font-size:.95rem}.admin-patients__toolbar{display:grid;grid-template-columns:1fr;gap:.7rem;margin-bottom:.85rem}.admin-patients__search{height:40px;border:1px solid #dbe5ef;border-radius:10px;padding:0 .8rem;background:#fff;color:#334155;font-size:.9rem}.admin-patients__card{flex:1;min-height:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:auto}.admin-patients__table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-patients__table th,.admin-patients__table td{padding:.72rem .9rem;text-align:left;border-bottom:1px solid #eef2f7}.admin-patients__table th{background:#f8fafc;color:#64748b;font-size:.8rem;font-weight:700}.admin-patients__name-cell{display:inline-flex;align-items:center;gap:.55rem;font-weight:600}.admin-patients__avatar{width:28px;height:28px;border-radius:999px;background:#dff3e8;color:#047857;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.admin-patients__view-btn{border:none;background:#22c55e;color:#fff;font-weight:700;border-radius:7px;padding:.27rem .75rem;font-size:.78rem;cursor:pointer}.admin-patients__footer{padding:.6rem .9rem;font-size:.82rem;color:#64748b;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.admin-patients__pagination{display:inline-flex;align-items:center;gap:.45rem}.admin-patients__page-btn{border:1px solid #dbe5ef;background:#fff;color:#334155;font-size:.78rem;font-weight:700;width:26px;height:22px;padding:0;border-radius:7px;cursor:pointer}.admin-patients__page-btn:disabled{opacity:.55;cursor:not-allowed}.admin-patients__page-text{min-width:24px;height:22px;padding:0 .35rem;border:1px solid #dbe5ef;border-radius:7px;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b}.admin-reports{max-width:1200px;margin:0 auto;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-reports__title{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:#1f2937}.admin-reports__subtitle{margin:0 0 1rem;color:#6b7280;font-size:.95rem}.admin-reports__toolbar{display:grid;grid-template-columns:1fr 180px;gap:.7rem;margin-bottom:.85rem}.admin-reports__search,.admin-reports__select{height:40px;border:1px solid #dbe5ef;border-radius:10px;padding:0 .8rem;background:#fff;color:#334155;font-size:.9rem}.admin-reports__card{flex:1;min-height:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:auto}.admin-reports__table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-reports__table th,.admin-reports__table td{padding:.72rem .9rem;text-align:left;border-bottom:1px solid #eef2f7}.admin-reports__table th{background:#f8fafc;color:#64748b;font-size:.8rem;font-weight:700}.admin-reports__footer{padding:.6rem .9rem;font-size:.82rem;color:#64748b}.admin-reports__download-btn{border:none;background:#22c55e;color:#fff;font-weight:700;border-radius:7px;padding:.27rem .75rem;font-size:.78rem;cursor:pointer}.admin-page__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.admin-page__subtitle{font-size:.9375rem;font-weight:500;color:#64748b;margin:0 0 1.5rem}.admin-page__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-page__summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.admin-page__summary-label{font-size:.9375rem;font-weight:500;color:#64748b;margin-bottom:.25rem}.admin-page__summary-value{font-size:1.5rem;font-weight:700;color:#1e293b}.admin-page__summary-value--pending{color:#eab308}.admin-page__status{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.8125rem;font-weight:500}.admin-page__status--completed{background:#dcfce7;color:#15803d}.admin-page__status--pending{background:#fef9c3;color:#a16207}.admin-page{padding:0;max-width:1200px;margin:0 auto;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-page__title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.admin-page__subtitle{font-size:.9375rem;color:#64748b;margin:0 0 1.5rem}.admin-page__card{flex:1;min-height:0;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f;overflow:auto}.admin-page__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-page__table th,.admin-page__table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #f1f5f9}.admin-page__table th{font-weight:600;color:#64748b;background:#f8fafc}.admin-page__table tr:last-child td{border-bottom:none}.admin-page__btn{padding:.375rem .75rem;border-radius:6px;border:none;font-size:.8125rem;font-weight:500;cursor:pointer}.admin-page__btn--primary{background:#22c55e;color:#fff}.admin-layout--provider .admin-layout__main-wrap{background:transparent}.admin-layout--provider .admin-layout__header{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none}.admin-layout--provider .admin-layout__main{background:transparent;border-radius:0}.admin-layout--provider .admin-layout__header-spacer{flex:1}.admin-layout--provider .admin-layout__header-btn,.admin-layout--provider .admin-layout__profile{border:none}.admin-layout--provider .admin-layout__logo{font-size:1.5rem;font-weight:700}.admin-layout--provider .admin-layout__link{font-size:.9375rem;font-weight:600}.admin-layout--provider .admin-layout__help-title{font-size:1.125rem;font-weight:600}.admin-layout--provider .admin-layout__help-text{font-size:.9375rem;font-weight:500}.admin-layout--provider .admin-layout__help-btn,.admin-layout--provider .admin-layout__logout{font-size:.9375rem;font-weight:600}.admin-layout--provider .admin-layout__profile-role{font-size:.8125rem;font-weight:600}.admin-layout--provider .admin-layout__profile-name{font-size:.9375rem;font-weight:700}.admin-layout--provider .admin-layout__header-badge{font-size:.75rem;font-weight:600}.admin-layout--provider .admin-layout__main .admin-dashboard__title,.admin-layout--provider .admin-layout__main .admin-dashboard__welcome{font-size:1.5rem;font-weight:700}.admin-layout--provider .admin-layout__main .admin-dashboard__subtitle{font-size:.9375rem;font-weight:500}.admin-layout--provider .admin-layout__main .admin-dashboard__card-label{font-size:.9375rem;font-weight:600}.admin-layout--provider .admin-layout__main .admin-dashboard__card-value{font-size:1.5rem;font-weight:700}.admin-layout--provider .admin-layout__main .admin-dashboard__card-change,.admin-layout--provider .admin-layout__main .admin-dashboard__card-view{font-size:.9375rem;font-weight:600}.admin-layout--provider .admin-layout__main .admin-dashboard__section-title{font-size:1.125rem;font-weight:600}.admin-layout--provider .admin-layout__main .admin-dashboard__section-link,.admin-layout--provider .admin-layout__main .admin-dashboard__table th{font-size:.9375rem;font-weight:600}.admin-layout--provider .admin-layout__main .admin-dashboard__table td,.admin-layout--provider .admin-layout__main .admin-dashboard__table-name{font-size:.9375rem;font-weight:500}.admin-layout--provider .admin-layout__main .admin-dashboard__btn{font-size:.9375rem;font-weight:600}.admin-layout--provider .admin-layout__main .admin-page__title{font-size:1.5rem;font-weight:700}.admin-layout--provider .admin-layout__main .admin-page__subtitle,.admin-layout--provider .admin-layout__main .admin-page__table th,.admin-layout--provider .admin-layout__main .admin-page__table td{font-size:.9375rem;font-weight:500}.admin-layout--provider .admin-layout__main .admin-page__table th{font-weight:600}.admin-layout--provider .admin-layout__main .admin-page__status{font-size:.75rem;font-weight:600}.provider-calendar{--bg: #f6fbf7;--card: #ffffff;--card-border: #d6e9da;--text: #163320;--text-muted: #5f7a67;--slot-border: #d6e9da;--slot-selected: #e8f8ec;--accent: #22c55e;--accent-2: #22c55e;background:var(--bg);border-radius:0;padding:1.5rem;min-height:calc(100vh - 140px);color:var(--text)}.provider-calendar__top{margin-bottom:1.25rem}.provider-calendar__title{margin:0;font-size:1.5rem;line-height:1.1;font-weight:700;letter-spacing:-.03em}.provider-calendar__subtitle{margin:.35rem 0 0;color:var(--text-muted);font-size:.9375rem;font-weight:500}.provider-calendar__error{background:#b91c1c29;border:1px solid rgba(248,113,113,.4);color:#fecaca;padding:.65rem .85rem;border-radius:10px;margin-bottom:1rem}.provider-calendar__panel{display:grid;grid-template-columns:360px minmax(0,1fr);gap:1.15rem}.provider-calendar__left,.provider-calendar__right{background:var(--card);border:1px solid var(--card-border);border-radius:18px;padding:1.35rem}.provider-calendar__slots-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.provider-calendar__slots-hint{margin:0;color:var(--text-muted);font-size:.9375rem;font-weight:500;flex:1;min-width:200px}.provider-calendar__make-all-btn{flex-shrink:0;border:1px solid var(--card-border);background:#f8fffa;color:var(--text);border-radius:12px;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:.18s ease}.provider-calendar__make-all-btn:hover{background:#ecfdf3;border-color:var(--accent);color:#0f6a34}.provider-calendar__left h2,.provider-calendar__right h2{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--text)}.provider-calendar__month-nav{display:flex;align-items:center;justify-content:center;gap:.9rem;margin-bottom:.9rem}.provider-calendar__month-nav span{font-size:.9375rem;font-weight:600;min-width:130px;text-align:center}.provider-calendar__month-nav button{width:30px;height:30px;border-radius:50%;border:1px solid var(--card-border);background:#f8fffa;color:#4f6b58;font-size:.9375rem;line-height:1;cursor:pointer}.provider-calendar__weekday-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:.3rem}.provider-calendar__weekday-row div{color:var(--text-muted);text-align:center;font-size:.8125rem;font-weight:600;padding:.35rem 0}.provider-calendar__month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}.provider-calendar__day-btn{background:transparent;border:1px solid transparent;color:#234231;border-radius:10px;padding:.52rem 0;font-size:.9375rem;font-weight:500;cursor:pointer}.provider-calendar__day-btn--faded{opacity:.3}.provider-calendar__day-btn--today{border-color:#22c55e73}.provider-calendar__day-btn--selected{background:var(--accent);color:#fff;font-weight:700}.provider-calendar__day-btn--blocked{position:relative;background:#e2e8f0;color:#94a3b8;opacity:.85;pointer-events:auto}.provider-calendar__day-btn--blocked:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#94a3b8}.provider-calendar__day-btn--blocked.provider-calendar__day-btn--selected{background:#cbd5e1;color:#64748b;opacity:.9}.provider-calendar__day-btn--has-booking{position:relative}.provider-calendar__day-btn--has-booking:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--accent)}.provider-calendar__day-btn--selected.provider-calendar__day-btn--blocked:after,.provider-calendar__day-btn--selected.provider-calendar__day-btn--has-booking:after{background:#fff}.provider-calendar__right-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.95rem}.provider-calendar__status-text{color:#1f3d2b;font-size:.9375rem;font-weight:600}.provider-calendar__blocked-note{margin:-.2rem 0 .9rem;color:#5f7a67;font-size:.9375rem;font-weight:500}.provider-calendar__slots-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.provider-calendar__slot{background:#fff;border:1px solid #cfe3d4;color:#244231;border-radius:14px;padding:.8rem .9rem;display:grid;grid-template-columns:1fr;align-items:center;gap:.8rem;font-size:.9375rem;font-weight:500;cursor:pointer;text-align:left}.provider-calendar__slot-left{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.provider-calendar__slot-meta{display:flex;flex-direction:column;gap:.15rem}.provider-calendar__slot-patient{font-size:.8125rem;font-weight:600;line-height:1.2}.provider-calendar__slot-type{font-size:.8125rem;font-weight:500;opacity:.9}.provider-calendar__slot svg{width:17px;height:17px;stroke:#789985;stroke-width:2;fill:none;flex:0 0 auto}.provider-calendar__slot--base{background:#fff;border-color:#cfe3d4;color:#244231}.provider-calendar__slot--base svg{stroke:#789985}.provider-calendar__slot--persisted{background:#ecfdf3;border-color:#8cddaa;color:#0f6a34}.provider-calendar__slot--persisted svg{stroke:#169c4c}.provider-calendar__slot--selected{background:#22c55e;border-color:#16a34a;color:#fff}.provider-calendar__slot--selected svg{stroke:#fff}.provider-calendar__slot--booked{background:#eef2ef;color:#4f6758;border-color:#cad8d0}.provider-calendar__slot--booked .provider-calendar__slot-patient{color:#2f4a3a}.provider-calendar__slot:disabled{cursor:not-allowed}.provider-calendar__slots-grid--day-blocked .provider-calendar__slot{background:#e2e8f0!important;border-color:#cbd5e1!important;color:#94a3b8!important;opacity:.85}.provider-calendar__slots-grid--day-blocked .provider-calendar__slot svg{stroke:#94a3b8!important}.provider-calendar__slots-grid--day-blocked .provider-calendar__slot--booked .provider-calendar__slot-patient,.provider-calendar__slots-grid--day-blocked .provider-calendar__slot--booked .provider-calendar__slot-type{color:#94a3b8!important}.provider-calendar__footer-actions{margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid #dcefe1;display:flex;align-items:center;justify-content:space-between;gap:1rem}.provider-calendar__footer-right{display:flex;align-items:center;gap:.7rem}.provider-calendar__ghost-btn,.provider-calendar__primary-btn,.provider-calendar__text-btn{border-radius:12px;font-size:.9375rem;font-weight:600;padding:.7rem 1.05rem;cursor:pointer}.provider-calendar__ghost-btn{background:#fff;border:1px solid #cfe3d4;color:#244231}.provider-calendar__primary-btn{background:#22c55e;border:none;color:#fff}.provider-calendar__text-btn{border:1px solid #cfe3d4;color:#244231;background:transparent}.provider-calendar__loading{margin-top:.8rem;color:var(--text-muted);font-size:.9375rem;font-weight:500}.provider-calendar__modal{display:flex;flex-direction:column;gap:.5rem}.provider-calendar__modal label{font-size:.9375rem;font-weight:600;color:#0f172a}.provider-calendar__modal textarea{width:100%;min-height:100px;border-radius:10px;border:1px solid #cbd5e1;padding:.65rem .75rem;resize:vertical}@media(max-width:1180px){.provider-calendar__title{font-size:1.5rem}.provider-calendar__subtitle{font-size:.9375rem}.provider-calendar__panel{grid-template-columns:1fr}}@media(max-width:800px){.provider-calendar{padding:1rem}.provider-calendar__top{flex-direction:column}.provider-calendar__slots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.provider-calendar__slots-grid{grid-template-columns:1fr}}.provider-appointments-table__wrap{border:1px solid #d6e9da;border-radius:16px;overflow:hidden;background:#fff}.provider-appointments-table__table{width:100%;border-collapse:collapse;color:#163320;font-size:.9375rem;font-weight:500;table-layout:fixed}.provider-appointments-table__table th,.provider-appointments-table__table td{padding:.85rem .7rem;border-bottom:1px solid #e1eee4;text-align:left;vertical-align:middle}.provider-appointments-table__table th{background:#f8fffa;color:#163320;font-size:.9375rem;font-weight:600}.provider-appointments-table__table th:nth-child(1),.provider-appointments-table__table td:nth-child(1){width:18%}.provider-appointments-table__table th:nth-child(2),.provider-appointments-table__table td:nth-child(2){width:20%}.provider-appointments-table__table th:nth-child(3),.provider-appointments-table__table td:nth-child(3){width:12%}.provider-appointments-table__table th:nth-child(4),.provider-appointments-table__table td:nth-child(4){width:20%}.provider-appointments-table__table th:nth-child(5),.provider-appointments-table__table td:nth-child(5){width:16%}.provider-appointments-table__table th:nth-child(6),.provider-appointments-table__table td:nth-child(6){width:14%}.provider-appointments-table__table tbody tr{background:#fff}.provider-appointments-table__table tbody tr:last-child td{border-bottom:none}.provider-appointments-table__patient-name{font-size:.9375rem;font-weight:600;color:#163320}.provider-appointments-table__patient-age,.provider-appointments-table__time{font-size:.9375rem;font-weight:500;color:#5f7a67}.provider-appointments-table__date{font-size:.9375rem;font-weight:600;color:#163320}.provider-appointments-table__status{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.provider-appointments-table__status--confirmed,.provider-appointments-table__status--completed{background:#dcfce7;color:#15803d}.provider-appointments-table__status--pending{background:#fef9c3;color:#a16207}.provider-appointments-table__status--rejected,.provider-appointments-table__status--cancelled{background:#fee2e2;color:#b91c1c}.provider-appointments-table__actions-head{text-align:right!important;padding-right:.95rem!important}.provider-appointments-table__actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;padding-right:.2rem}.provider-appointments-table__icon-btn{width:34px;height:34px;border:1px solid #cfe3d4;border-radius:10px;background:#fff;color:#5f7a67;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.provider-appointments-table__icon-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.provider-appointments-table__icon-btn--confirm{background:#22c55e;border-color:#22c55e;color:#fff}.provider-appointments-table__icon-btn--reject{background:#fff1f1;border-color:#fecaca;color:#ef4444}.provider-appointments-table__empty{text-align:center;padding:1.2rem!important;color:#5f7a67}.provider-appointments-table__empty--error{color:#b91c1c}@media(max-width:980px){.provider-appointments-table__wrap{overflow-x:auto}.provider-appointments-table__table{min-width:920px;table-layout:auto}}.provider-appointments{background:transparent;border:none;border-radius:0;padding:0;color:#163320;min-height:auto;max-width:1200px;margin:0 auto}.provider-appointments__title{margin:0;font-size:1.5rem;font-weight:700;color:#163320}.provider-appointments__subtitle{margin:.35rem 0 1.15rem;color:#5f7a67;font-size:.9375rem;font-weight:500}.provider-appointments__toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:.8rem;margin-bottom:1rem;padding:.8rem;background:#fff;border:1px solid #d6e9da;border-radius:14px}.provider-appointments__search-form{display:flex;align-items:center;gap:.55rem;background:#f8fffa;border:1px solid #d6e9da;border-radius:12px;padding:.45rem .65rem}.provider-appointments__search-icon{display:inline-flex;color:#5f7a67}.provider-appointments__search-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.provider-appointments__search-input{width:100%;background:transparent;border:none;outline:none;color:#163320;font-size:.9375rem;font-weight:500}.provider-appointments__search-input::placeholder{color:#7c9686}.provider-appointments__filters{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.provider-appointments__chip{border:1px solid #cfe3d4;background:#fff;color:#244231;border-radius:12px;padding:.45rem .8rem;font-size:.9375rem;font-weight:600;cursor:pointer}.provider-appointments__chip--active{background:#22c55e;border-color:#22c55e;color:#fff}.provider-appointments__pagination{display:flex;align-items:center;justify-content:center;gap:.9rem;padding-top:1rem}.provider-appointments__page-btn{padding:.5rem .85rem;border:1px solid #cfe3d4;background:#fff;color:#244231;border-radius:10px;cursor:pointer}.provider-appointments__page-btn:disabled{opacity:.5;cursor:not-allowed}.provider-appointments__page-info{color:#5f7a67;font-size:.9375rem;font-weight:500}.provider-appointments__view-modal{display:flex;flex-direction:column;gap:.5rem;line-height:1.35}@media(max-width:900px){.provider-appointments__toolbar{grid-template-columns:1fr}.provider-appointments__filters{justify-content:flex-start}}.admin-patient-details{padding-bottom:.75rem}.glass-details__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.glass-details__back{border:1px solid #d8e2e8;background:#ffffffc7;color:#415063;border-radius:8px;padding:.35rem .65rem;font-size:.9rem;line-height:1;cursor:pointer}.glass-details__title{margin:0;font-size:2rem;font-weight:600;color:#25384d}.glass-details__state{color:#5b6f7e;padding:1rem}.glass-details__summary-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1.4fr);gap:.9rem;margin-bottom:.9rem}.glass-details__profile-card,.glass-details__metric-card,.glass-details__section{border:1px solid rgba(209,225,230,.9);border-radius:14px;background:#ffffffb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.glass-details__profile-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:1rem;align-items:start;padding:1rem}.glass-details__avatar{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:linear-gradient(145deg,#d9f4e8,#b4e5d1);color:#1f8b5f;font-size:1.2rem;font-weight:700}.glass-details__profile-content h2{margin:0 0 .25rem;font-size:2rem;line-height:1.2;font-weight:600;color:#25384d}.glass-details__profile-content p{margin:.1rem 0;font-size:1rem;color:#465a6b}.glass-details__metrics-stack{display:grid;gap:.7rem}.glass-details__metric-card{display:flex;align-items:center;gap:.85rem;padding:1rem;min-height:95px}.glass-details__metric-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#1f8b5f;background:#40c1862e}.glass-details__metric-label{margin:0;font-size:1.7rem;color:#31495e;font-weight:500}.glass-details__metric-value{margin:.15rem 0 0;font-size:1.9rem;font-weight:700;color:#1f3042}.glass-details__section{padding:.9rem 1rem;margin-bottom:.85rem}.glass-details__section h2{margin:0 0 .7rem;font-size:2rem;font-weight:600;color:#24384d}.glass-details__table{width:100%;border-collapse:collapse}.glass-details__table th,.glass-details__table td{padding:.66rem .52rem;text-align:left;border-bottom:1px solid #e7eff3;color:#334a5f;font-size:1rem}.glass-details__table th{font-weight:600;color:#5b7183;font-size:.95rem}.glass-details__table tbody tr:last-child td{border-bottom:none}.glass-details__badge{display:inline-flex;align-items:center;padding:.22rem .62rem;border-radius:999px;font-size:.78rem;font-weight:600;color:#2c7e5e;background:#d7f0e5;text-transform:uppercase}@media(max-width:1100px){.glass-details__summary-grid{grid-template-columns:1fr}.glass-details__profile-content h2{font-size:1.5rem}.glass-details__metric-label{font-size:1.15rem}.glass-details__metric-value,.glass-details__section h2{font-size:1.4rem}}.admin-provider-details{padding-bottom:.75rem}.glass-provider-details__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.glass-provider-details__back{border:1px solid #d8e2e8;background:#ffffffc7;color:#415063;border-radius:8px;padding:.35rem .65rem;font-size:.9rem;line-height:1;cursor:pointer}.glass-provider-details__title{margin:0;font-size:2rem;font-weight:600;color:#25384d}.glass-provider-details__state{color:#5b6f7e;padding:1rem}.glass-provider-details__summary-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1.4fr);gap:.9rem;margin-bottom:.9rem}.glass-provider-details__profile-card,.glass-provider-details__metric-card,.glass-provider-details__section{border:1px solid rgba(209,225,230,.9);border-radius:14px;background:#ffffffb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.glass-provider-details__profile-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:1rem;align-items:start;padding:1rem}.glass-provider-details__avatar{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:linear-gradient(145deg,#d9f4e8,#b4e5d1);color:#1f8b5f;font-size:1.2rem;font-weight:700}.glass-provider-details__profile-content h2{margin:0 0 .25rem;font-size:2rem;line-height:1.2;font-weight:600;color:#25384d}.glass-provider-details__profile-content p{margin:.1rem 0;font-size:1rem;color:#465a6b}.glass-provider-details__metrics-stack{display:grid;gap:.7rem}.glass-provider-details__metric-card{display:flex;align-items:center;gap:.85rem;padding:1rem;min-height:95px}.glass-provider-details__metric-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#1f8b5f;background:#40c1862e}.glass-provider-details__metric-label{margin:0;font-size:1.7rem;color:#31495e;font-weight:500}.glass-provider-details__metric-value{margin:.15rem 0 0;font-size:1.9rem;font-weight:700;color:#1f3042}.glass-provider-details__section{padding:.9rem 1rem;margin-bottom:.85rem}.glass-provider-details__section h2{margin:0 0 .7rem;font-size:2rem;font-weight:600;color:#24384d}.glass-provider-details__table{width:100%;border-collapse:collapse}.glass-provider-details__table th,.glass-provider-details__table td{padding:.66rem .52rem;text-align:left;border-bottom:1px solid #e7eff3;color:#334a5f;font-size:1rem}.glass-provider-details__table th{font-weight:600;color:#5b7183;font-size:.95rem}.glass-provider-details__table tbody tr:last-child td{border-bottom:none}.glass-provider-details__badge{display:inline-flex;align-items:center;padding:.22rem .62rem;border-radius:999px;font-size:.78rem;font-weight:600;color:#2c7e5e;background:#d7f0e5;text-transform:uppercase}@media(max-width:1100px){.glass-provider-details__summary-grid{grid-template-columns:1fr}.glass-provider-details__profile-content h2{font-size:1.5rem}.glass-provider-details__metric-label{font-size:1.15rem}.glass-provider-details__metric-value,.glass-provider-details__section h2{font-size:1.4rem}}.location-search{position:relative;width:100%;font-family:Manrope,sans-serif}.location-search__input-wrap{display:flex;align-items:center;gap:.5rem;background:#fffffff2;border:1px solid #dbe6ed;border-radius:12px;box-shadow:0 8px 18px #0f172a14;padding:0 1rem}.location-search__input-wrap:focus-within{border-color:#9ed6bc;box-shadow:0 0 0 2px #24b76f2e}.location-search__icon{color:#7a8ea1}.location-search__input{flex:1;min-width:0;padding:.875rem 0;background:none;border:none;color:#2f4358;font-size:.9375rem}.location-search__input::placeholder{color:#8da0b3}.location-search__input:focus{outline:none}.location-search__clear{display:flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:none;color:#7a8ea1;cursor:pointer;border-radius:6px}.location-search__clear:hover{color:#2f4358;background:#eef4f8}.location-search__error{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;padding:.75rem 1rem;background:#fff2f2;border:1px solid #fecaca;border-radius:8px;font-size:.875rem;color:#dc2626;z-index:500}.location-search__list{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;padding:.25rem 0;background:#fff;border:1px solid #dbe6ed;border-radius:12px;box-shadow:0 8px 18px #0f172a1f;list-style:none;max-height:240px;overflow-y:auto;z-index:500}.location-search__item{padding:.75rem 1rem;font-size:.9375rem;color:#2f4358;cursor:pointer}.location-search__item:hover,.location-search__item--highlighted{background:#f1f7fb}.location-search__item--empty{color:#8da0b3;cursor:default}.location-search__item--empty:hover{background:transparent}.patient-home{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f4faf7eb,#f0f9f5db);color:#243041;font-family:Manrope,sans-serif}.patient-home *{font-family:Manrope,sans-serif}.patient-home__map-wrap{position:relative;height:calc(100vh - 70px);min-height:300px}.patient-home__map{height:100%;width:100%;background:#eef4f8}.patient-home__map-controls{display:flex;flex-direction:column;gap:.5rem;margin:.75rem .75rem 0 0!important}.patient-home__map-controls .leaflet-control{display:none}.patient-home__map-btn{width:40px;height:40px;border-radius:50%;background:#fffffff2;border:1px solid #d8e5ec;color:#3f556b;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.patient-home__map-btn:hover{background:#f5faf8}.patient-home__user-marker{background:none;border:none;z-index:1000!important}.patient-home__user-marker-dot{width:20px;height:20px;border-radius:50%;background:#33ba78;border:3px solid #fff;box-shadow:0 1px 4px #0003}.patient-home__provider-marker{background:none;border:none}.patient-home__provider-marker-cross{width:24px;height:24px;border-radius:50%;background:#22c55e;border:2px solid #fff;box-shadow:0 1px 4px #00000040;position:relative;display:flex;align-items:center;justify-content:center}.patient-home__provider-marker-cross:before,.patient-home__provider-marker-cross:after{content:"";position:absolute;background:#fff}.patient-home__provider-marker-cross:before{width:3px;height:12px}.patient-home__provider-marker-cross:after{width:12px;height:3px}.patient-home__search-overlay{position:absolute;top:.75rem;left:50%;transform:translate(-50%);width:calc(100% - 2.5rem);max-width:560px;z-index:450;pointer-events:auto}.patient-home__search-row{display:flex;align-items:center;gap:.5rem}.patient-home__location-search{flex:1;min-width:0}.patient-home__locate-btn{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fffffff2;border:1px solid #d8e5ec;border-radius:12px;color:#27b06d;cursor:pointer;transition:background .2s,border-color .2s}.patient-home__locate-btn:hover{background:#f4faf7;border-color:#9ed6bc}.patient-home__count-overlay{position:absolute;top:.75rem;left:.75rem;padding:.5rem .75rem;background:#fffffff2;border:1px solid #d8e5ec;border-radius:8px;font-size:.875rem;color:#5d6f82;z-index:400;pointer-events:none}.patient-home__content{flex-shrink:0;padding:1rem 1.25rem;background:transparent}.patient-home__error{margin:0 0 1rem;font-size:.8125rem;color:#dc2626}.patient-home__tooltip-wrap{background:transparent!important;border:none!important;box-shadow:none!important}.patient-home__tooltip{min-width:180px;padding:.75rem 1rem;background:#fff;border-radius:12px;border:1px solid #dbe6ed;box-shadow:0 8px 18px #0f172a1f;color:#33475b}.patient-home__tooltip-name{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:#243041}.patient-home__tooltip-specialty,.patient-home__tooltip-distance,.patient-home__tooltip-slot{margin:0 0 .5rem;font-size:.8125rem;color:#6b7f92}.patient-home__tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;font-size:.8125rem}.patient-home__tooltip-rating{color:#d97706}.patient-home__tooltip-price{font-weight:700;color:#0f766e}.patient-home__tooltip-book{width:100%;padding:.5rem .75rem;background:linear-gradient(135deg,#24b76f,#43c98a);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.patient-home .leaflet-popup-content-wrapper{background:#fff;border:1px solid #dbe6ed;border-radius:12px;box-shadow:0 8px 18px #0f172a1f}.patient-home .leaflet-popup-tip{background:#fff}.patient-home .leaflet-popup-close-button{color:#7a8b9b}.patient-home .leaflet-popup-close-button:hover{color:#243041}.patient-home__nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background:#fff;border-top:1px solid #dce7ef;padding:.5rem 0;z-index:1000}.patient-home__nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem;background:none;border:none;color:#75879a;font-size:.6875rem;cursor:pointer}.patient-home__nav-item:hover{color:#243041}.patient-home__nav-item--active{color:#22b46e}.patient-home__nav-item--disabled{color:#9aa9b8;cursor:not-allowed}.patient-home__nav-item--logout{color:#dc2626}.patient-profile{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f4faf7eb,#f0f9f5db);color:#243041;font-family:Manrope,sans-serif}.patient-profile *{font-family:Manrope,sans-serif}.patient-profile__content{flex:1;padding:1.5rem 1.25rem 5rem;max-width:480px;margin:0 auto;width:100%}.patient-profile__title,.patient-profile__name{color:#243041}.patient-profile__loading,.patient-profile__email,.patient-profile__label{color:#6b7f92}.patient-profile__spinner{width:32px;height:32px;border:3px solid #dde8ef;border-top-color:#24b76f;border-radius:50%;animation:patient-profile-spin .8s linear infinite}@keyframes patient-profile-spin{to{transform:rotate(360deg)}}.patient-profile__error{color:#dc2626}.patient-profile__retry{padding:.5rem 1rem;background:#e8f8ef;border:1px solid #b7e5cc;border-radius:8px;color:#1f8b5f;font-weight:600;cursor:pointer}.patient-profile__card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #deebf1;box-shadow:0 10px 22px #1018280f}.patient-profile__avatar{width:72px;height:72px;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#24b76f,#43c98a);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center}.patient-profile__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.patient-profile__field{display:flex;flex-direction:column;gap:.25rem}.patient-profile__field--full{grid-column:1/-1}.patient-profile__value{color:#2d4256}.patient-profile__logout-btn{margin-top:.9rem;width:100%;min-height:44px;padding:.55rem 1rem;border:1px solid #fecaca;border-radius:10px;background:#fff2f2;color:#dc2626;font-weight:700;cursor:pointer}.patient-profile__nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background:#fff;border-top:1px solid #dce7ef;padding:.5rem 0;z-index:1000}.patient-profile__nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem;background:none;border:none;color:#75879a;font-size:.6875rem;cursor:pointer}.patient-profile__nav-item--active{color:#22b46e}.patient-profile__nav-item--disabled{color:#9aa9b8;cursor:not-allowed}.discover-providers{min-height:100vh;display:flex;flex-direction:column;background:url(/images/login_bg.png) center center/cover no-repeat;color:#243041;font-family:Manrope,sans-serif}.discover-providers *{font-family:Manrope,sans-serif}.discover-providers__header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:1rem 1.1rem;border:1px solid #deebf1;border-radius:14px;max-width:640px;width:calc(100% - 1.4rem);margin:.7rem auto 0;box-shadow:0 10px 22px #1018280f}.discover-providers__search-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.discover-providers__location-search{flex:1;min-width:0}.discover-providers__locate-btn,.discover-providers__radius-select,.discover-providers__custom-radius-input,.discover-providers__specialization-select,.discover-providers__sort-select,.discover-providers__filters-btn{background:#fff;border:1px solid #dbe6ed;color:#31465a;border-radius:12px}.discover-providers__locate-btn:focus,.discover-providers__radius-select:focus,.discover-providers__custom-radius-input:focus,.discover-providers__specialization-select:focus,.discover-providers__sort-select:focus,.discover-providers__filters-btn:focus{outline:none;border-color:#9ed6bc;box-shadow:0 0 0 2px #24b76f29}.discover-providers__locate-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#24b76f;cursor:pointer}.discover-providers__radius-wrap{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.discover-providers__radius-select{min-height:48px;min-width:90px;padding:0 2rem 0 .75rem;font-size:.875rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%236b7f92'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.discover-providers__custom-radius{display:flex;align-items:center;gap:.25rem}.discover-providers__custom-radius-input{width:56px;min-height:48px;padding:0 .5rem;text-align:center}.discover-providers__custom-radius-unit,.discover-providers__location-hint,.discover-providers__location-prompt,.discover-providers__empty,.discover-providers__empty-state{color:#667b8f}.discover-providers__location-hint,.discover-providers__location-prompt,.discover-providers__location-error{margin:.15rem 0 .7rem}.discover-providers__location-error,.discover-providers__error{color:#dc2626}.discover-providers__filters{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.discover-providers__specialization-select,.discover-providers__sort-select,.discover-providers__filters-btn{min-height:44px;padding:.5rem .75rem;font-size:.875rem;font-weight:600}.discover-providers__specialization-select,.discover-providers__sort-select,.discover-providers__filters-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%236b7f92'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}.discover-providers__filters-btn{cursor:pointer;font-weight:600}.discover-providers__filters-panel{margin-top:.6rem;padding:.65rem;background:#f9fcfd;border:1px solid #deebf1;border-radius:12px;display:grid;gap:.55rem}.discover-providers__filters-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#435b6f;font-size:.85rem;font-weight:600}.discover-providers__filters-select,.discover-providers__filters-input{min-height:36px;padding:.35rem .6rem;border:1px solid #dbe6ed;border-radius:10px;background:#fff;color:#31465a;font-size:.85rem}.discover-providers__filters-input{width:130px}.discover-providers__specialization-select:hover,.discover-providers__sort-select:hover,.discover-providers__radius-select:hover,.discover-providers__filters-select:hover{border-color:#c9dbe7}.discover-providers__radius-select option,.discover-providers__specialization-select option,.discover-providers__sort-select option{background:#f8fcff;color:#2f4358;font-weight:600}.discover-providers__content{flex:1;padding:.9rem .75rem 5rem;max-width:640px;margin:0 auto;width:100%}.discover-providers__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.discover-providers__card{padding:.85rem;background:#fff;border-radius:14px;border:1px solid #deebf1;box-shadow:0 8px 18px #1018280f}.discover-providers__card-top{display:flex;justify-content:space-between;gap:.8rem}.discover-providers__card-profile{display:flex;gap:.7rem;align-items:flex-start}.discover-providers__card-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #d8ece0}.discover-providers__card-name{margin:0;font-size:1.03rem;font-weight:700;color:#243041}.discover-providers__card-specialty{margin:.15rem 0 0;font-size:.78rem;font-weight:600;color:#6b7f92}.discover-providers__card-fee{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}.discover-providers__card-price{font-size:1.05rem;font-weight:800;color:#0f766e}.discover-providers__card-fee-label{font-size:.75rem;color:#6b7f92}.discover-providers__card-experience,.discover-providers__card-slot{margin:.45rem 0 0;font-size:.88rem;color:#435b6f}.discover-providers__card-row{display:flex;align-items:center;gap:.6rem;margin-top:.45rem;font-size:.92rem}.discover-providers__card-rating{color:#d97706;font-weight:700}.discover-providers__card-distance{color:#435b6f}.discover-providers__card-actions-row{margin-top:.45rem}.discover-providers__available-badge{display:inline-flex;padding:.34rem .7rem;border-radius:999px;font-size:.8rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#24b76f,#43c98a)}.discover-providers__card-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;margin-top:.6rem}.discover-providers__card-view,.discover-providers__card-book,.discover-providers__load-more-btn{min-height:42px;padding:.45rem .8rem;border-radius:10px;font-weight:600;cursor:pointer;font-size:.95rem}.discover-providers__card-view{background:#f7fbfe;color:#2f5964;border:1px solid #dbe6ed}.discover-providers__card-book,.discover-providers__load-more-btn{background:linear-gradient(135deg,#24b76f,#43c98a);border:none;color:#fff}.discover-providers__count,.discover-providers__loading{color:#667b8f;margin:0 0 .75rem}.discover-providers__spinner{width:32px;height:32px;border:3px solid #dde8ef;border-top-color:#24b76f;border-radius:50%;animation:discover-providers-spin .8s linear infinite}@keyframes discover-providers-spin{to{transform:rotate(360deg)}}.discover-providers__retry{min-height:44px;padding:.5rem 1rem;background:#e8f8ef;border:1px solid #b7e5cc;border-radius:8px;color:#1f8b5f;font-weight:600;cursor:pointer}.discover-providers__load-more{margin-top:1.1rem;display:flex;justify-content:center}.discover-providers__nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background:#fff;border-top:1px solid #dce7ef;padding:.5rem 0;z-index:1000}.discover-providers__nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem;background:none;border:none;color:#75879a;font-size:.6875rem;cursor:pointer}.discover-providers__nav-item--active{color:#22b46e}.discover-providers__nav-item--disabled{color:#9aa9b8;cursor:not-allowed}.discover-providers__nav-item--logout{color:#dc2626}.appointments{height:100vh;display:flex;flex-direction:column;background:url(/images/login_bg.png) center center/cover no-repeat;color:#243041;font-family:Manrope,sans-serif;overflow:hidden}.appointments *{font-family:Manrope,sans-serif}.appointments__content{flex:1;padding:1rem 1.25rem 5rem;max-width:600px;margin:0 auto;width:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.appointments__title,.appointments__card-provider,.appointments__booking-title,.appointments__empty-title{color:#243041}.appointments__success{background:#e8f8ef;border:1px solid #b7e5cc;color:#1f8b5f;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.appointments__error{background:#fff2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.appointments__error p{margin:0}.appointments__count,.appointments__card-time,.appointments__meta-label,.appointments__empty-hint,.appointments__loading{color:#667b8f}.appointments__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.appointments__list-container{flex:1;min-height:0;overflow-y:auto;padding-right:.25rem}.appointments__card{padding:.9rem;background:#fff;border-radius:14px;border:1px solid #deebf1;box-shadow:0 8px 18px #1018280f}.appointments__card-top{display:flex;justify-content:space-between;gap:.8rem}.appointments__card-profile{display:flex;gap:.7rem;align-items:flex-start}.appointments__card-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #d8ece0}.appointments__card-provider{margin:0;font-size:1.03rem;font-weight:700}.appointments__card-subtitle{margin:.15rem 0 0;font-size:.78rem;font-weight:600;color:#6b7f92}.appointments__card-status-block{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.appointments__badge{padding:.24rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700}.appointments__badge--pending{background:#fef3c7;color:#b45309}.appointments__badge--cancelled{background:#fee2e2;color:#b91c1c}.appointments__badge--completed{background:#d1fae5;color:#047857}.appointments__badge--payment-pending{background:#e5e7eb;color:#4b5563}.appointments__badge--payment-paid,.appointments__badge--payment-pay-later,.appointments__badge--payment-pay_later{background:#d1fae5;color:#047857}.appointments__card-time{margin:.52rem 0 0;font-size:.9rem;color:#435b6f}.appointments__card-time--muted{margin-top:.25rem;color:#7b8fa3}.appointments__card-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-top:.7rem}.appointments__card-action{min-height:40px;padding:.45rem .7rem;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;border:1px solid #dbe6ed;background:#fff;color:#31465a}.appointments__card-action--cancel{background:#fff2f2;border-color:#fecaca;color:#dc2626}.appointments__card-action--reschedule{background:#f7fbfe;color:#2f5964}.appointments__card-action--pay{background:linear-gradient(135deg,#24b76f,#43c98a);border-color:transparent;color:#fff}.appointments__spinner{width:32px;height:32px;border:3px solid #dde8ef;border-top-color:#24b76f;border-radius:50%;animation:appointments-spin .8s linear infinite}@keyframes appointments-spin{to{transform:rotate(360deg)}}.appointments__empty{color:#667b8f}.appointments__empty-icon svg{color:#24b76f}.appointments__discover-btn,.appointments__load-more-btn{min-height:44px;padding:.5rem 1rem;background:linear-gradient(135deg,#24b76f,#43c98a);border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer}.appointments__load-more{margin-top:1.5rem;display:flex;justify-content:center}.appointments__booking-back{min-height:40px;padding:.5rem .9rem;background:#f8fbfd;border:1px solid #dbe6ed;border-radius:10px;color:#415b71;font-size:.875rem;font-weight:600;cursor:pointer}.appointments__booking-shell{background:#fffffff2;border:1px solid #deebf1;border-radius:16px;box-shadow:0 12px 24px #10182814;padding:1rem}.appointments__booking-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.appointments__booking-title{margin:0;font-size:clamp(1.4rem,4vw,2rem);line-height:1.2}.appointments__booking-subtitle{margin:.45rem 0 0;color:#6f8599;font-size:.92rem}.appointments__booking-body{margin-top:.85rem}.appointments__slot-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.appointments__slot-btn{width:100%;min-height:52px;padding:.8rem 1rem;background:#fff;border:1px solid #deebf1;border-radius:10px;color:#31465a;font-size:.95rem;font-weight:600;text-align:left;cursor:pointer;box-shadow:0 4px 10px #1018280a}.appointments__slot-btn:hover:not(:disabled){background:#f4fbf7;border-color:#b7e5cc;transform:translateY(-1px)}.appointments__nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background:#fff;border-top:1px solid #dce7ef;padding:.5rem 0;z-index:1000}.appointments__nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem;background:none;border:none;color:#75879a;font-size:.6875rem;cursor:pointer}.appointments__nav-item--active{color:#22b46e}.appointments__nav-item--disabled{color:#9aa9b8;cursor:not-allowed}.appointments__nav-item--logout{color:#dc2626}@media(max-width:560px){.appointments__card-buttons{grid-template-columns:1fr}.appointments__booking-header{flex-direction:column}}.placeholder{padding:2rem;text-align:center;background:#fff;border:1px solid #deebf1;border-radius:14px;box-shadow:0 10px 22px #1018280f;font-family:Manrope,sans-serif}.placeholder h1{margin-bottom:.5rem;color:#243041}.placeholder p{margin-bottom:1rem;color:#6b7f92}.placeholder button{padding:.5rem 1rem;background:linear-gradient(135deg,#24b76f,#43c98a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700}:root{--themeColor: #73b682;--boxShadow: rgba(0, 0, 0, .25);--tableShadow: rgba(109, 104, 99, .25);--black: #000000;--whiteInsideTheme: #ffffff;--invalid: rgb(246, 95, 95);--primaryDarkBorder: #504f4f;--primaryBorder: #d3d3d3;--primaryIconColor: #dddddd;--textColor: #444444;--formBorder: #d29437;--loginFormBorder: #dcdcdc;--labelColor: #676767;--mainBg: #faf5f0;--tableHeadBg: #fdf0e3;--tableBorder: #e7ddd3;--linkColor: #73b682;--importBoxBorder: rgba(103, 103, 103, .71);--disabledColor: #979797;--workOrderItemBg: #ededed;--diffByTwo: #ffcc00;--popUpBg: #fdefe2;--numericKeyBorder: #d8a16d;--grey: #a6a6a6;--tableAlternateRowColor: #ffffe7}@font-face{font-family:Roboto-Black;src:url(/assets/Roboto-Black-qr0G-G-3.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Bold;src:url(/assets/Roboto-Bold-BKtbn9Wi.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Regular;src:url(/assets/Roboto-Regular-BHeBnKzs.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Light;src:url(/assets/Roboto-Light-y85UWPYz.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Medium;src:url(/assets/Roboto-Medium-CFKDKRMh.ttf) format("truetype");font-weight:400;font-style:normal}html body{font-size:13px;font-family:NotoSansJP-Regular}html body .font_20{font-size:20px}html body .font_12{font-size:12px}html body .font_11{font-size:11px}html body .font-16{font-size:16px}html body .font-body{font-size:13px}html body .font_weight_bold{font-family:NotoSansJP-Bold}html body .roboto_font{font-family:Roboto-Regular}html body .roboto_font .font_weight_bold{font-family:Roboto-Bold}html body .roboto_font .font_weight_black{font-family:Roboto-Black}html body .roboto_font .font_weight_medium{font-family:Roboto-Medium}html body .roboto_font .font_weight_thin{font-family:Roboto-Light}html body .roboto_font .font_weight_regular{font-family:Roboto-Regular}html body .noto_sans_font{font-family:NotoSansJP-Regular}html body .noto_sans_font .font_weight_bold{font-family:NotoSansJP-Bold}html body .noto_sans_font .font_weight_black{font-family:NotoSansJP-Black}html body .noto_sans_font .font_weight_medium{font-family:NotoSansJP-Medium}html body .noto_sans_font .font_weight_thin{font-family:NotoSansJP-Light}html body .noto_sans_font .font_weight_regular{font-family:NotoSansJP-Regular}:root{--headerHeight: 65px;--sidebarWidth: 250px;--sidebarIpadWidth: 100px;--ipadLandscapeWidth: 1100px}html,body,button,input,textarea,select{font-family:Manrope,system-ui,-apple-system,sans-serif}html{height:100%;width:100%}html body{height:100%;width:100%;-webkit-user-select:none;user-select:none;color:var(--textColor)}html body .padding-3{padding:3px}html body .text_color{color:var(--textColor)}html body .label_color{color:var(--labelColor)}html body .theme_color{color:var(--themeColor)}html body .link_color{color:var(--linkColor)!important}html body .color_black{color:var(--black)}html body .color_grey{color:var(--grey)}html body .white_bg{background-color:var(--white)!important}html body .main_grey_bg{background-color:var(--mainBg)}html body .border_bottom_1{border-bottom:1px solid var(--primaryDarkBorder)}html body .drag_container{padding:3px}html body .drag_container.drag_started{outline:2px dotted var(--importBoxBorder)}html body .drag_container .dragging_item{outline:1px solid var(--formBorder)}html body .drag_container_header{padding:0 3px}html body .center_overlay{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center}html body .new_tag{color:var(--whiteInsideTheme);background-color:var(--themeColor);min-width:27px;display:inline-block;vertical-align:top;border:2px solid var(--themeColor);border-radius:5000px;padding:0 3px;font-size:8px;white-space:nowrap}html body .primary_card{background-color:var(--white);border-radius:4px;box-shadow:0 0 4px 0 var(--boxShadow)}html body .border_radius_4{border-radius:4px}html body .height_40{height:40px}html body .width_450{width:450px!important}html body .max_height_550{max-height:550px}html body .max_width_200{max-width:200px}html body .max_width_300{max-width:300px}html body .max_width_350{max-width:350px}html body .max_width_400{max-width:400px}html body .max_width_500{max-width:500px}html body .min_height_32{min-height:32px}html body .min_width_31{min-width:31px}html body .min_width_60{min-width:60px}html body .min_width_75{min-width:75px}html body .min_width_85{min-width:85px}html body .min_width_95{min-width:95px}html body .min_width_96{min-width:96px}html body .min_width_100{min-width:100px}html body .min_width_103{min-width:103px}html body .min_width_110{min-width:110px}html body .min_width_120{min-width:120px}html body .min_width_126{min-width:126px}html body .min_width_140{min-width:140px}html body .min_width_150{min-width:150px}html body .min_width_170{min-width:170px}html body .min_width_180{min-width:180px}html body .min_width_205{min-width:205px}html body .min_width_300{min-width:300px}html body .flex_0_0_30{flex:0 0 30px}html body .flex_0_0_160{flex:0 0 160px}html body .flex_0_0_250{flex:0 0 250px}html body .flex_0_0_320{flex:0 0 320px}html body .flex_1_1_10{flex:1 1 10px}html body .flex_2_2_10{flex:2 2 10px}html body .flex_1_1_10_limit{flex:1 1 10px;width:10px}html body .flex_2_2_10_limit{flex:2 2 10px;width:10px}html body .flex_1_1_10_h_limit{flex:1 1 10px;height:10px}html body .sales_plan_discard_confirm{width:auto!important}html body .border_bottom_none{border-bottom:none!important}html body .vertical_align_top{vertical-align:top}html body .white_space_no_wrap{white-space:nowrap!important}html body .white_space_pre_wrap{white-space:pre-wrap!important}html body .white_space_break_all{word-break:break-all;word-break:break-word;white-space:pre-wrap}html body .white_space_break_word{white-space:pre-wrap!important;word-break:break-word}html body .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body .flex_column_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html body .flex_column_container .flex_column_grow_container{-webkit-box-flex:1;-ms-flex:1 1 10px;flex:1 1 10px;height:10px}html body .invalid_border{border-color:var(--invalid)!important}html body .invalid{position:absolute;top:0;right:0;font-size:12px;color:var(--invalid)}html body .invalid.invalid_top_17{top:-17px}html body .invalid.invalid_top_19{top:-19px}html body .cursor_pointer{cursor:pointer}html body .cursor_grab{cursor:grab}html body .cursor_auto{cursor:auto}html body .disabled{opacity:.5;cursor:no-drop}html body .no_data{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center}html body .edit_link{color:var(--linkColor)!important;text-decoration:none}html body .edit_link.edit_link_disabled{color:var(--disabledColor)!important;cursor:not-allowed}html body .delete_link{color:var(--themeColor)}html body .delete_link.delete_link_disabled{color:var(--disabledColor);cursor:not-allowed}html body .disabled_icon{opacity:.5;cursor:not-allowed}html body .primary_btn{background-color:var(--themeColor);color:var(--white);padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor);min-height:32px}html body .primary_btn:disabled,html body .primary_btn[disabled]{opacity:.5;cursor:not-allowed}html body .primary_border_btn{background-color:var(--white);color:var(--themeColor);padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor);min-height:32px}html body .primary_border_btn:disabled,html body .primary_border_btn[disabled]{opacity:.5;cursor:not-allowed}html body .primary_border_btn.disabled{opacity:.5;cursor:not-allowed}html body .secondary_border_btn{background-color:var(--white);color:var(--textColor);padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--labelColor);min-height:32px}html body .secondary_border_btn:disabled,html body .secondary_border_btn[disabled]{opacity:.5;cursor:not-allowed}html body .ant-btn{background-color:var(--white)!important;color:var(--textColor)!important;padding:0 20px!important;outline:none!important;box-shadow:none!important;border-radius:20px!important;border:1px solid var(--labelColor)!important;min-height:32px}html body .ant-btn:disabled,html body .ant-btn[disabled]{opacity:.5;cursor:not-allowed}html body .ant-btn.ant-btn-primary{background-color:var(--white);color:var(--themeColor)!important;padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor)!important;min-height:32px}html body .ant-btn.ant-btn-primary:disabled,html body .ant-btn.ant-btn-primary[disabled]{opacity:.5;cursor:not-allowed}html body .ant-btn.ant-btn-dangerous{background-color:var(--white);color:var(--themeColor)!important;padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor)!important;min-height:32px}html body .ant-btn.ant-btn-dangerous:disabled,html body .ant-btn.ant-btn-dangerous[disabled]{opacity:.5;cursor:not-allowed}html body .color_white{color:var(--white)!important}html body .shade_loading{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#e1e1e166;z-index:9}html body .overlay_loading{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#e1e1e1;z-index:9}html body .main_form_container>input{min-height:32px;border:1px solid var(--formBorder);border-radius:20px;padding:0 15px;outline:none!important;box-shadow:none!important;width:100%}html body .main_form_container>input::placeholder{color:var(--labelColor)}html body .main_form_container .ant-select{width:100%}html body .main_form_container .ant-select .ant-select-selector{padding:0 30px 0 15px!important;border-radius:20px;border-color:var(--formBorder)!important;box-shadow:none!important}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--labelColor)}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-right:25px}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-search{margin-left:0}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-search>input{padding-left:4px!important}html body .main_form_container .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{line-height:22px!important}html body .main_form_container .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-placeholder{padding-left:4px}html body .main_form_container .ant-select .ant-select-arrow{right:15px;top:calc(50% - 1px)}html body .main_form_container .ant-select .ant-select-arrow .ant_select_drop_icon{font-size:22px;color:var(--black)}html body .main_form_container .ant-select .ant-select-clear{height:20px;right:14px;top:calc(50% - 4px);font-size:18px;width:20px;color:var(--black);display:flex;padding:0}html body .main_form_container .ant-picker{min-height:32px;border:1px solid var(--formBorder);border-color:var(--formBorder)!important;border-radius:20px;padding:0 15px;outline:none!important;box-shadow:none!important;width:100%}html body .main_form_container .ant-picker .ant-picker-input>input{font-family:regular}html body .main_form_container .ant-picker .ant-picker-input>input::placeholder{color:var(--labelColor)}html body .main_form_container .ant-picker .ant-picker-suffix,html body .main_form_container .ant-picker .ant-picker-clear{color:var(--black)}html body .main_form_container .ant-picker .ant-picker-active-bar{background-color:var(--themeColor)}html body .main_form_container .ant-picker .ant-picker-separator{display:none}html body .main_form_container .ant-picker .ant-picker-clear{height:17px;right:14px;top:50%;font-size:18px;width:17px;color:var(--black)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox:after{border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:2px!important}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox.ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox .ant-checkbox-inner{border-color:var(--themeColor)!important}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox:after{border-color:var(--themeColor)!important}html body .main_form_container .ant-switch{background-color:var(--labelColor)!important}html body .main_form_container .ant-switch.ant-switch-checked{background-color:var(--themeColor)!important}html body .main_form_container.minus_switch_bulk .ant-switch,html body .main_form_container.minus_switch_bulk .ant-switch.ant-switch-checked{background-color:#ddd!important}html body .secondary_form_container>input{min-height:32px;padding:0 10px;outline:none!important;border:1px solid var(--boxShadow);border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;width:100%}html body .secondary_form_container>input::placeholder{color:var(--labelColor)}html body .secondary_form_container>textarea{height:100px;border:1px solid var(--boxShadow);border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;padding:10px;outline:none!important;width:100%;resize:none}html body .secondary_form_container>textarea::placeholder{color:var(--labelColor)}html body .secondary_form_container .ant-select{width:100%}html body .secondary_form_container .ant-select .ant-select-selector{padding:0 10px!important;border:1px solid var(--boxShadow)!important;border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important}html body .secondary_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--labelColor)}html body .secondary_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-right:25px}html body .secondary_form_container .ant-select .ant-select-selector .ant-select-selection-search{margin-left:0}html body .secondary_form_container .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{line-height:22px!important}html body .secondary_form_container .ant-select .ant-select-arrow{right:10px;top:calc(50% - 1px)}html body .secondary_form_container .ant-select .ant-select-arrow .ant_select_drop_icon{font-size:22px;color:var(--black)}html body .secondary_form_container .ant-select .ant-select-clear{height:20px;right:6px;top:calc(50% - 4px);font-size:18px;width:20px;color:var(--black);display:flex}html body .secondary_form_container .ant-picker{min-height:32px;border-color:transparent!important;padding:0 10px;outline:none!important;border:1px solid var(--boxShadow);border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;width:100%}html body .secondary_form_container .ant-picker .ant-picker-input>input{font-family:regular}html body .secondary_form_container .ant-picker .ant-picker-input>input::placeholder{color:var(--labelColor)}html body .secondary_form_container .ant-picker .ant-picker-suffix,html body .secondary_form_container .ant-picker .ant-picker-clear{color:var(--black)}html body .secondary_form_container .ant-picker .ant-picker-active-bar{background-color:var(--themeColor)}html body .secondary_form_container .ant-picker .ant-picker-separator{display:none}html body .secondary_form_container .ant-picker .ant-picker-clear{height:17px;top:50%;font-size:18px;width:17px;color:var(--black)}html body .custom_antd_clear_btn{height:100%;width:100%;color:var(--white);display:flex;align-items:center;justify-content:center;background-color:var(--black);border-radius:5000px;font-size:10px;padding:0;outline:none;box-shadow:none;border:none}@media screen and (max-width:1150px){html body .ant-select .ant-select-clear{opacity:1!important}}html body .main_filter_container_box{padding-bottom:10px;display:flex;align-items:center;justify-content:flex-end}html body .main_filter_container_box.main_pagination_container_filter_container_box{padding-bottom:5px}html body .main_filter_container_box .main_filter_container{flex:1 1 10px;width:10px;max-width:300px;padding:0 7.5px 5px}html body .main_filter_container_box .main_filter_container.main_filter_container_no_max_width{max-width:inherit}html body .main_filter_container_box .main_filter_container_bottom_padding{padding-bottom:5px}html body .main_filter_container_box .clear_filter{color:var(--formBorder);cursor:pointer;padding-left:7.5px;text-decoration:underline;padding-bottom:8px}html body .main_filter_container_box .filter_spacer_left{padding-left:7.5px}html body .main_filter_container_box .event_dates{font-size:12px;text-align:right}html body .table_status_item{color:#59896f}html body .table_status_item.table_status_item_rejected{color:var(--themeColor)}html body .table_status_item.table_status_item_store_pending{color:#cb8d30}html body .table_status_item_svg{margin-top:1px;fill:var(--themeColor)}html body .table_status_item_svg.table_status_item_store_pending_tooltip{fill:#cb8d30}html body .table_status_item_svg.table_status_item_store_submitted_tooltip{fill:#59896f}html body .table_status_item_svg.table_status_item_svg_filler{fill:var(--white)}html body .sales_plan_view_tooltip{position:absolute;right:-10px;top:2px}html body .table_min_width_100_td{min-width:100px;width:100px;white-space:pre-wrap!important}html body .table_min_width_165_td{min-width:165px;width:165px;white-space:pre-wrap!important}html body .table_min_width_100_th{min-width:100px;width:100px;white-space:pre-wrap!important}html body .table_min_width_100_th:before{content:"";min-width:90px;display:block;position:relative!important;top:0!important;bottom:0!important;background-color:transparent!important}html body .table_min_width_155_th{min-width:135px;width:135px;white-space:pre-wrap!important}html body .table_min_width_155_th:before{content:"";min-width:120px;display:block;position:relative!important;top:0!important;bottom:0!important;background-color:transparent!important}html body .table_min_width_190_td{min-width:190px;width:190px;white-space:pre-wrap!important}html body .table_min_width_250_td{min-width:250px;width:250px;white-space:pre-wrap!important}html body .table_min_width_190_th{min-width:190px;width:190px;white-space:pre-wrap!important}html body .table_min_width_190_th:before{content:"";min-width:190px;display:block;position:relative!important;top:0!important;bottom:0!important;background-color:transparent!important}html body .table_max_width_50_th{min-width:50px;max-width:50px;width:50px}html body .table_max_width_70_th{min-width:70px;max-width:70px;width:70px}html body .table_max_width_80_th{min-width:80px;max-width:80px;width:80px}html body .table_max_width_90_th{min-width:90px;max-width:90px;width:90px}html body .table_max_width_100_th{min-width:100px;max-width:100px;width:100px}html body .table_max_width_120_th{min-width:120px;max-width:120px;width:120px}html body .table_width_130_th{width:130px}html body .table_width_250_td{width:250px}html body .table_width_290_td{width:290px}html body .confirm_modal_with_content .ant-modal-close{display:none}html body .ant-modal-confirm-btns .ant-btn{min-width:130px}html body .ant-modal-confirm.ant_modal_confirm_responsive_width{width:max-content!important}html body input::file-selector-button{cursor:pointer}html body button:focus{outline:none!important}html body .column_resize_table th:before{content:"";display:block;width:var(--column_resize_before_width)}html body .ant-modal-wrap{display:flex;align-items:center;justify-content:center}html body .ant-modal-wrap .ant-modal{top:auto;padding-bottom:0;transform:none;color:var(--textColor);line-height:1.5}html body .ant-modal-wrap .ant-modal .ant-modal-body{line-height:1.5}html body .ant-pagination>li .ant-pagination-item-link{display:flex!important;align-items:center;justify-content:center}html body .ant-pagination>li.ant-pagination-item-active{border-color:var(--themeColor)!important}html body .ant-pagination>li.ant-pagination-item-active>a{color:var(--themeColor)!important}html body .ant-pagination .ant-select .ant-select-selector{padding:0 10px!important;border:1px solid var(--boxShadow)!important;border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important}html body .ant-pagination .ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--labelColor)}html body .ant-pagination .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-right:25px}html body .ant-pagination .ant-select .ant-select-selector .ant-select-selection-search{margin-left:0}html body .ant-pagination .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{line-height:22px!important}html body .ant-pagination .ant-select .ant-select-arrow{right:12px;top:calc(50% + 1px)}html body .ant-pagination .ant-select .ant-select-arrow .ant_select_drop_icon{font-size:22px;color:var(--black)}html body .ant-pagination .ant-select .ant-select-clear{height:17px;right:14px;top:calc(50% - 3px);font-size:18px;width:17px;color:var(--black);display:flex}html body .ant-pagination .ant-pagination-options-quick-jumper>input{min-height:32px;padding:0 10px;outline:none!important;border:1px solid var(--boxShadow)!important;border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;width:100%}html body .ant-pagination .ant-pagination-options-quick-jumper>input::placeholder{color:var(--labelColor)}html body .ant-tooltip{max-width:90vw!important}html body .ant-checkbox-wrapper,html body .ant-checkbox-wrapper *,html body .ant-checkbox-wrapper .ant-checkbox{font-family:regular}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--labelColor);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primaryDarkBorder)}
