body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{display:flex;flex-direction:column;min-height:100vh}.btn-primary{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:14px 28px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease;text-decoration:none}.btn-primary:hover{background:linear-gradient(135deg,#218838,#1a9a7b);transform:translateY(-2px);box-shadow:0 8px 25px #28a7454d}.btn-secondary{background:#ffffffe6;color:#333;border:2px solid rgba(255,255,255,.3);padding:14px 28px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff;border-color:#28a745;color:#28a745}.btn-outline{background:transparent;color:#28a745;border:2px solid #28a745;padding:14px 28px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease}.btn-outline:hover{background:#28a745;color:#fff;transform:translateY(-2px)}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.header-logo img{height:45px;width:auto}.header-nav ul{list-style:none;display:flex;gap:32px}.header-nav a,.header-nav .nav-button{text-decoration:none;color:#555;font-weight:500;font-size:15px;transition:all .3s ease;position:relative;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.header-nav a:hover,.header-nav .nav-button:hover{color:#28a745}.header-nav a:after,.header-nav .nav-button:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:50%;background:#28a745;transition:all .3s ease}.header-nav a:hover:after,.header-nav .nav-button:hover:after{width:100%;left:0}.header-actions{display:flex;align-items:center;gap:16px}.header-login-btn{background:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:15px;font-weight:500;transition:all .3s ease}.header-login-btn:hover{background:#218838;transform:translateY(-1px)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#333;padding:8px}@media (max-width: 968px){.mobile-menu-toggle{display:block}.header-nav{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 20px #0000001a;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s ease}.header-nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.header-nav ul{flex-direction:column;gap:0;padding:20px 0}.header-nav li{padding:12px 24px;border-bottom:1px solid #f0f0f0}.header-nav li:last-child{border-bottom:none}.header-actions{gap:12px}.header-login-btn{padding:8px 16px;font-size:14px}}.hero{background:linear-gradient(135deg,#f8fffe,#e8f5e8);padding:80px 0;min-height:90vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#28a7451a;color:#28a745;padding:8px 16px;border-radius:24px;font-size:14px;font-weight:500;margin-bottom:24px}.hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:24px;color:#1a1a1a}.hero-content h1 span{background:linear-gradient(135deg,#28a745,#20c997);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:18px;color:#666;margin-bottom:32px;line-height:1.7}.hero-features{display:flex;gap:24px;margin-bottom:40px;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:8px;color:#28a745;font-weight:500;font-size:14px}.hero-actions{display:flex;gap:16px;margin-bottom:48px;flex-wrap:wrap}.hero-stats{display:flex;gap:32px;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:24px;font-weight:700;color:#28a745;margin-bottom:4px}.stat-label{font-size:14px;color:#666}.hero-image{position:relative}.image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.image-container img{width:100%;height:auto;display:block}.image-overlay{position:absolute;bottom:20px;right:20px}.overlay-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:12px;box-shadow:0 8px 32px #0000001a}.overlay-card h4{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.overlay-card p{font-size:14px;color:#666;margin:0}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-features,.hero-stats{justify-content:center}}@media (max-width: 576px){.hero{padding:60px 0}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;justify-content:center}}.service{padding:100px 0;background:#fff}.service-container{max-width:1200px;margin:0 auto;padding:0 24px}.service-header{text-align:center;margin-bottom:80px}.service-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:16px}.service-header p{font-size:18px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:80px}.service-card{background:#fff;padding:40px 24px;border-radius:16px;text-align:center;box-shadow:0 8px 32px #00000014;transition:all .3s ease;border:1px solid #f0f0f0}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.service-icon{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.service-card h3{font-size:20px;font-weight:600;color:#333;margin-bottom:16px}.service-card p{color:#666;line-height:1.6}.service-cta{background:linear-gradient(135deg,#28a745,#20c997);padding:60px 40px;border-radius:20px;text-align:center;color:#fff}.cta-content h3{font-size:28px;font-weight:700;margin-bottom:12px}.cta-content p{font-size:18px;margin-bottom:32px;opacity:.9}.cta-content .btn-primary{background:#fff;color:#28a745}.cta-content .btn-primary:hover{background:#f8f9fa;transform:translateY(-2px)}.product{padding:100px 0;background:#f8fffe}.product-container{max-width:1200px;margin:0 auto;padding:0 24px}.product-header{text-align:center;margin-bottom:80px}.product-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:16px}.product-header p{font-size:18px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:80px}.product-card{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;box-shadow:0 8px 32px #00000014;transition:all .3s ease;border:2px solid transparent;position:relative}.product-card.popular{border-color:#28a745;transform:scale(1.05)}.product-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.product-card.popular:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#28a745;color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:4px}.product-header-card h3{font-size:24px;font-weight:700;color:#333;margin-bottom:16px}.price{margin-bottom:8px}.price .amount{font-size:32px;font-weight:700;color:#28a745}.price .period{font-size:16px;color:#666}.expected-return{display:flex;align-items:center;justify-content:center;gap:8px;background:#28a7451a;color:#28a745;padding:8px 16px;border-radius:12px;font-weight:600;margin-bottom:32px}.product-features{list-style:none;margin-bottom:32px;text-align:left}.product-features li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#666}.product-features li svg{color:#28a745;margin-top:2px;flex-shrink:0}.product-btn{width:100%;justify-content:center}.product-info{margin-top:60px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:48px}.info-item h4{font-size:20px;font-weight:600;color:#333;margin-bottom:20px}.info-item ol,.info-item ul{padding-left:20px}.info-item li{color:#666;margin-bottom:8px;line-height:1.6}.testimonial{padding:100px 0;background:#fff}.testimonial-container{max-width:1200px;margin:0 auto;padding:0 24px}.testimonial-header{text-align:center;margin-bottom:80px}.testimonial-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:16px}.testimonial-header p{font-size:18px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.testimonial-main{max-width:800px;margin:0 auto 80px}.testimonial-card{background:#fff;padding:48px;border-radius:24px;box-shadow:0 16px 48px #00000014;text-align:center;position:relative}.quote-icon{color:#28a745;margin-bottom:24px}.rating{display:flex;justify-content:center;gap:4px;margin-bottom:24px}.testimonial-text{font-size:18px;color:#333;line-height:1.7;margin-bottom:32px;font-style:italic}.testimonial-stats{display:flex;justify-content:center;gap:32px;margin-bottom:32px;flex-wrap:wrap}.stat{text-align:center}.stat-label{font-size:14px;color:#666;margin-bottom:4px}.stat-value{font-size:18px;font-weight:700;color:#28a745}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:16px}.testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover}.author-info h4{font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.author-info p{font-size:14px;color:#666;margin-bottom:2px}.location{font-size:12px;color:#999}.testimonial-navigation{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:48px}.nav-btn{background:#f8f9fa;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.nav-btn:hover{background:#28a745;color:#fff}.testimonial-dots{display:flex;gap:8px}.dot{width:8px;height:8px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s ease}.dot.active{background:#28a745;transform:scale(1.2)}.testimonial-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;text-align:center}.testimonial-stats-grid .stat-item h3{font-size:32px;font-weight:700;color:#28a745;margin-bottom:8px}.testimonial-stats-grid .stat-item p{color:#666;font-size:16px}.faq{padding:100px 0;background:#f8fffe}.faq-container{max-width:800px;margin:0 auto;padding:0 24px}.faq-header{text-align:center;margin-bottom:80px}.header-icon{color:#28a745;margin-bottom:16px}.faq-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:16px}.faq-header p{font-size:18px;color:#666;line-height:1.6}.faq-list{margin-bottom:80px}.faq-item{background:#fff;border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 16px #0000000f}.faq-question{width:100%;padding:24px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;color:#333;transition:all .3s ease}.faq-question:hover{background:#f8f9fa}.faq-icon{color:#28a745;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:0 24px 24px;color:#666;line-height:1.7;margin:0}.faq-cta{background:#fff;padding:48px;border-radius:20px;text-align:center;box-shadow:0 8px 32px #00000014}.faq-cta h3{font-size:24px;font-weight:700;color:#333;margin-bottom:12px}.faq-cta p{color:#666;margin-bottom:32px;line-height:1.6}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.footer{background-color:#2c3e50;color:#ecf0f1;padding:60px 40px}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:40px}.footer-col{flex:1;min-width:250px;margin-bottom:20px}.footer-col h3{font-size:18px;margin-bottom:24px;color:#fff;font-weight:600}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:12px}.footer-col ul li a,.footer-col .footer-link{text-decoration:none;color:#bdc3c7;transition:all .3s ease;font-size:15px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;text-align:left;width:100%}.footer-col ul li a:hover,.footer-col .footer-link:hover{color:#20c997;padding-left:8px}.footer-logo{font-size:20px;font-weight:700;color:#fff;margin-bottom:16px}.footer-info p{font-size:14px;line-height:1.6;color:#bdc3c7;margin-bottom:20px}.social-icons{display:flex;gap:16px}.social-icons a,.social-icons .social-link{color:#bdc3c7;font-size:20px;transition:all .3s ease;padding:8px;border-radius:8px;background:#ffffff0d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.social-icons a:hover,.social-icons .social-link:hover{color:#20c997;background:#20c9971a;transform:translateY(-2px)}.newsletter-form{display:flex;border-radius:8px;overflow:hidden;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-form input{border:none;padding:12px 16px;flex:1;background-color:transparent;color:#fff;outline:none;font-size:15px}.newsletter-form input::placeholder{color:#fff9}.newsletter-form button{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:12px 18px;cursor:pointer;font-size:16px;transition:all .3s ease;font-weight:600}.newsletter-form button:hover{background:linear-gradient(135deg,#218838,#1a9a7b);transform:translate(2px)}@media (max-width: 768px){.footer-top{flex-direction:column;align-items:center;text-align:center;gap:32px}.footer-col{min-width:unset;width:100%;max-width:300px}.social-icons{justify-content:center}.newsletter-form{max-width:300px;margin:0 auto}}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:64px;height:64px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;text-decoration:none;box-shadow:0 8px 24px #25d36666;z-index:999;transition:all .3s ease;animation:pulse 2s infinite}.whatsapp-float:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 12px 32px #25d36699}@keyframes pulse{0%{box-shadow:0 8px 24px #25d36666,0 0 #25d366b3}70%{box-shadow:0 8px 24px #25d36666,0 0 0 20px #25d36600}to{box-shadow:0 8px 24px #25d36666,0 0 #25d36600}}@media (max-width: 576px){.service-container,.product-container,.testimonial-container,.faq-container{padding:0 16px}.service,.product,.testimonial,.faq{padding:60px 0}.service-grid,.product-grid,.info-grid{grid-template-columns:1fr}.testimonial-card{padding:32px 20px}.testimonial-author{flex-direction:column;text-align:center}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-outline{width:100%;max-width:280px}.whatsapp-float{bottom:16px;right:16px;width:56px;height:56px;font-size:24px}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card,.product-card,.testimonial-card,.faq-item{animation:fadeInUp .6s ease forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#28a745,#20c997);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#218838,#1a9a7b)}.privacy-container{max-width:800px;margin:40px auto;padding:30px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;line-height:1.7;font-family:Arial,sans-serif;color:#333}.privacy-container h1{font-size:26px;margin-bottom:10px;color:#222}.privacy-container .last-updated{font-size:14px;color:#777;margin-bottom:25px}.privacy-container h2{font-size:20px;margin-top:25px;margin-bottom:10px;color:#444}.privacy-container h3{font-size:16px;margin-top:15px;color:#555}.privacy-container ul{padding-left:20px;margin:10px 0}.privacy-container ul li{margin:6px 0}.privacy-container a{color:#06c;text-decoration:none}.privacy-container a:hover{text-decoration:underline}@font-face{font-family:simple-line-icons;src:url(/assets/Simple-Line-Icons-CKKl-dGR.eot?v=2.4.0);src:url(/assets/Simple-Line-Icons-CKKl-dGR.eot?v=2.4.0#iefix) format("embedded-opentype"),url(/assets/Simple-Line-Icons-D0KobG-u.woff2?v=2.4.0) format("woff2"),url(/assets/Simple-Line-Icons-mVuQrdSX.ttf?v=2.4.0) format("truetype"),url(/assets/Simple-Line-Icons-BAgH0-Pt.woff?v=2.4.0) format("woff"),url(/assets/Simple-Line-Icons-TZpPYPE3.svg?v=2.4.0#simple-line-icons) format("svg");font-weight:400;font-style:normal}.icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-minus,.icon-close,.icon-event,.icon-exclamation,.icon-organization,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawer,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-google,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox,.icon-social-vkontakte,.icon-social-steam{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:""}.icon-people:before{content:""}.icon-user-female:before{content:""}.icon-user-follow:before{content:""}.icon-user-following:before{content:""}.icon-user-unfollow:before{content:""}.icon-login:before{content:""}.icon-logout:before{content:""}.icon-emotsmile:before{content:""}.icon-phone:before{content:""}.icon-call-end:before{content:""}.icon-call-in:before{content:""}.icon-call-out:before{content:""}.icon-map:before{content:""}.icon-location-pin:before{content:""}.icon-direction:before{content:""}.icon-directions:before{content:""}.icon-compass:before{content:""}.icon-layers:before{content:""}.icon-menu:before{content:""}.icon-list:before{content:""}.icon-options-vertical:before{content:""}.icon-options:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-up-circle:before{content:""}.icon-arrow-left-circle:before{content:""}.icon-arrow-right-circle:before{content:""}.icon-arrow-down-circle:before{content:""}.icon-check:before{content:""}.icon-clock:before{content:""}.icon-plus:before{content:""}.icon-minus:before{content:""}.icon-close:before{content:""}.icon-event:before{content:""}.icon-exclamation:before{content:""}.icon-organization:before{content:""}.icon-trophy:before{content:""}.icon-screen-smartphone:before{content:""}.icon-screen-desktop:before{content:""}.icon-plane:before{content:""}.icon-notebook:before{content:""}.icon-mustache:before{content:""}.icon-mouse:before{content:""}.icon-magnet:before{content:""}.icon-energy:before{content:""}.icon-disc:before{content:""}.icon-cursor:before{content:""}.icon-cursor-move:before{content:""}.icon-crop:before{content:""}.icon-chemistry:before{content:""}.icon-speedometer:before{content:""}.icon-shield:before{content:""}.icon-screen-tablet:before{content:""}.icon-magic-wand:before{content:""}.icon-hourglass:before{content:""}.icon-graduation:before{content:""}.icon-ghost:before{content:""}.icon-game-controller:before{content:""}.icon-fire:before{content:""}.icon-eyeglass:before{content:""}.icon-envelope-open:before{content:""}.icon-envelope-letter:before{content:""}.icon-bell:before{content:""}.icon-badge:before{content:""}.icon-anchor:before{content:""}.icon-wallet:before{content:""}.icon-vector:before{content:""}.icon-speech:before{content:""}.icon-puzzle:before{content:""}.icon-printer:before{content:""}.icon-present:before{content:""}.icon-playlist:before{content:""}.icon-pin:before{content:""}.icon-picture:before{content:""}.icon-handbag:before{content:""}.icon-globe-alt:before{content:""}.icon-globe:before{content:""}.icon-folder-alt:before{content:""}.icon-folder:before{content:""}.icon-film:before{content:""}.icon-feed:before{content:""}.icon-drop:before{content:""}.icon-drawer:before{content:""}.icon-docs:before{content:""}.icon-doc:before{content:""}.icon-diamond:before{content:""}.icon-cup:before{content:""}.icon-calculator:before{content:""}.icon-bubbles:before{content:""}.icon-briefcase:before{content:""}.icon-book-open:before{content:""}.icon-basket-loaded:before{content:""}.icon-basket:before{content:""}.icon-bag:before{content:""}.icon-action-undo:before{content:""}.icon-action-redo:before{content:""}.icon-wrench:before{content:""}.icon-umbrella:before{content:""}.icon-trash:before{content:""}.icon-tag:before{content:""}.icon-support:before{content:""}.icon-frame:before{content:""}.icon-size-fullscreen:before{content:""}.icon-size-actual:before{content:""}.icon-shuffle:before{content:""}.icon-share-alt:before{content:""}.icon-share:before{content:""}.icon-rocket:before{content:""}.icon-question:before{content:""}.icon-pie-chart:before{content:""}.icon-pencil:before{content:""}.icon-note:before{content:""}.icon-loop:before{content:""}.icon-home:before{content:""}.icon-grid:before{content:""}.icon-graph:before{content:""}.icon-microphone:before{content:""}.icon-music-tone-alt:before{content:""}.icon-music-tone:before{content:""}.icon-earphones-alt:before{content:""}.icon-earphones:before{content:""}.icon-equalizer:before{content:""}.icon-like:before{content:""}.icon-dislike:before{content:""}.icon-control-start:before{content:""}.icon-control-rewind:before{content:""}.icon-control-play:before{content:""}.icon-control-pause:before{content:""}.icon-control-forward:before{content:""}.icon-control-end:before{content:""}.icon-volume-1:before{content:""}.icon-volume-2:before{content:""}.icon-volume-off:before{content:""}.icon-calendar:before{content:""}.icon-bulb:before{content:""}.icon-chart:before{content:""}.icon-ban:before{content:""}.icon-bubble:before{content:""}.icon-camrecorder:before{content:""}.icon-camera:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-upload:before{content:""}.icon-envelope:before{content:""}.icon-eye:before{content:""}.icon-flag:before{content:""}.icon-heart:before{content:""}.icon-info:before{content:""}.icon-key:before{content:""}.icon-link:before{content:""}.icon-lock:before{content:""}.icon-lock-open:before{content:""}.icon-magnifier:before{content:""}.icon-magnifier-add:before{content:""}.icon-magnifier-remove:before{content:""}.icon-paper-clip:before{content:""}.icon-paper-plane:before{content:""}.icon-power:before{content:""}.icon-refresh:before{content:""}.icon-reload:before{content:""}.icon-settings:before{content:""}.icon-star:before{content:""}.icon-symbol-female:before{content:""}.icon-symbol-male:before{content:""}.icon-target:before{content:""}.icon-credit-card:before{content:""}.icon-paypal:before{content:""}.icon-social-tumblr:before{content:""}.icon-social-twitter:before{content:""}.icon-social-facebook:before{content:""}.icon-social-instagram:before{content:""}.icon-social-linkedin:before{content:""}.icon-social-pinterest:before{content:""}.icon-social-github:before{content:""}.icon-social-google:before{content:""}.icon-social-reddit:before{content:""}.icon-social-skype:before{content:""}.icon-social-dribbble:before{content:""}.icon-social-behance:before{content:""}.icon-social-foursqare:before{content:""}.icon-social-soundcloud:before{content:""}.icon-social-spotify:before{content:""}.icon-social-stumbleupon:before{content:""}.icon-social-youtube:before{content:""}.icon-social-dropbox:before{content:""}.icon-social-vkontakte:before{content:""}.icon-social-steam:before{content:""}.login-container{background-color:#263238;background-size:cover;background-position:center;background-repeat:no-repeat;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center}.login{display:flex;width:100vw;height:100vh;overflow:hidden;background-color:#263238}.left-login{flex:1;width:100%;padding:2rem;display:flex;align-items:center;justify-content:center}.left-login-content{display:flex;align-items:center;justify-content:center;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a}.content-login{width:100%;max-width:420px;padding:3rem;background-color:#fff;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a}.img-login-left{text-align:center;margin-bottom:2rem}.img-login-left img{transition:transform .3s ease}.img-login-left img:hover{transform:scale(1.05)}.textlogin{font-size:1rem;font-weight:600;color:#332c2d;text-align:center;letter-spacing:2px}.textketerangan{text-align:center;color:#332c2d;font-size:1rem}.right-login{flex:1.2;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.texttittle{color:#009c81;font-size:1.2rem;width:500px;margin-bottom:5px;font-weight:500}.img-login{margin-bottom:2rem;transition:transform .3s ease}.img-login:hover{transform:translateY(-5px)}.textisi{max-width:500px;color:#666;font-size:1rem;line-height:1.4;text-align:center;padding:1rem;border-left:4px solid #05c39d;border-radius:0 8px 8px 0;background-color:#b7e9f640}.login-inner{padding:1rem;width:100%;max-width:400px;margin:2rem auto}.rounded-input{border-radius:6px!important}.rounded-input:focus{box-shadow:0 0 0 2px #1890ff33}.login-button{height:42px;border-radius:6px!important;font-size:14px;margin-top:1rem;background:#059669!important;border:none!important;transition:all .3s ease}.login-button:hover{transform:translateY(-2px);background:#02432f!important;box-shadow:0 4px 12px #1890ff4d}.captcha-wrapper{margin:20px 0;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.captcha-canvas{display:block;margin:0 auto 15px;border-radius:4px;border:1px solid #d9d9d9;background:#fff}.captcha-input-group{display:flex;gap:8px;align-items:center}.captcha-input{flex:1;height:40px;border-radius:6px!important}.captcha-refresh{border-radius:6px!important;height:40px;width:100%;padding:0;display:flex;align-items:center;justify-content:center;background:#f7ae1c!important}.captcha-error{color:#ff4d4f;font-size:14px;margin-top:8px}.captcha-left{width:28%}@media (max-width: 1024px){.right-login{display:none}.left-login{flex:1}}@media (max-width: 768px){.img-login-left{margin-bottom:1.5rem}.login-container{padding:1rem}.textlogin{font-size:1rem}.textketerangan{font-size:.8rem}.content-login{padding:1rem}:where(.css-dev-only-do-not-override-11j33ib).ant-input-lg{font-size:12px}:where(.css-dev-only-do-not-override-11j33ib).ant-input-affix-wrapper-lg{font-size:12px}.captcha-wrapper{padding:10px}.captcha-canvas{width:100%;max-width:200px}.captcha-refresh{height:36px;width:80%;margin-top:1px}.captcha-left{width:25%}.captcha-canvas{margin-top:1px}}.nestable{position:relative}.nestable .nestable-list{margin:0;padding:0 0 0 40px;list-style-type:none}.nestable>.nestable-list{padding:0}.nestable-item,.nestable-item-copy{margin:10px 0 0}.nestable-item:first-child,.nestable-item-copy:first-child{margin-top:0}.nestable-item .nestable-list,.nestable-item-copy .nestable-list{margin-top:10px}.nestable-item--children-no-collapse .nestable-item-icon,.nestable-item-copy--children-no-collapse .nestable-item-icon{cursor:inherit}.nestable-item{position:relative}.nestable-item.is-dragging .nestable-list{pointer-events:none}.nestable-item.is-dragging *{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.nestable-item.is-dragging:before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;background:#87ceeb;border:1px dashed #4682b4;border-radius:5px}.nestable-item-icon{margin-right:5px;cursor:pointer}.nestable-drag-layer{position:fixed;top:0;left:0;z-index:100;pointer-events:none}.nestable-drag-layer>.nestable-list{position:absolute;top:0;left:0;padding:0}.nestable-icon{position:relative;display:inline-block;width:20px;height:20px;background-color:transparent;background-position:center center;background-repeat:no-repeat}.nestable-icon:before{content:"-";display:inline-block;width:0;height:0;overflow:hidden}.nestable-icon--plus-gray{width:20px;height:20px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='14px'%20height='13px'%20viewBox='0%200%2014%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2040%20(33762)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eCombined%20Shape%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='05_Navigation'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Navigation_New-item1'%20transform='translate(-444.000000,%20-281.000000)'%20fill='%23979797'%3e%3cg%20id='teat-area'%20transform='translate(424.000000,%20146.000000)'%3e%3cg%20id='knowledge-hub'%20transform='translate(0.000000,%20111.000000)'%3e%3cpath%20d='M25.5622066,29.5%20L21.0477946,29.5%20C20.4954882,29.5%2020.0469484,29.9477153%2020.0469484,30.5%20C20.0469484,31.0561352%2020.4950425,31.5%2021.0477946,31.5%20L25.5622066,31.5%20L25.5622066,36.014412%20C25.5622066,36.5667183%2026.0099218,37.0152582%2026.5622066,37.0152582%20C27.1183418,37.0152582%2027.5622066,36.5671641%2027.5622066,36.014412%20L27.5622066,31.5%20L32.0766186,31.5%20C32.6289249,31.5%2033.0774648,31.0522847%2033.0774648,30.5%20C33.0774648,29.9438648%2032.6293707,29.5%2032.0766186,29.5%20L27.5622066,29.5%20L27.5622066,24.985588%20C27.5622066,24.4332817%2027.1144913,23.9847418%2026.5622066,23.9847418%20C26.0060714,23.9847418%2025.5622066,24.4328359%2025.5622066,24.985588%20L25.5622066,29.5%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.nestable-icon--minus-gray{width:20px;height:20px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='13px'%20height='3px'%20viewBox='0%200%2013%203'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2040%20(33762)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eCombined%20Shape%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='05_Navigation'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Navigation_New-item1'%20transform='translate(-444.000000,%20-376.000000)'%20fill='%23979797'%3e%3cg%20id='teat-area'%20transform='translate(424.000000,%20146.000000)'%3e%3cg%20id='organization'%20transform='translate(0.000000,%20201.000000)'%3e%3crect%20id='Combined-Shape'%20x='20'%20y='29.5'%20width='13'%20height='2'%20rx='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}html body{background:#def3ed;margin:0;padding:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}::-webkit-scrollbar{width:10px!important;height:10px!important}::-webkit-scrollbar-track{background:#f0f2f5}::-webkit-scrollbar-thumb{background:#c2c1c1;border-radius:1px}::-webkit-scrollbar-thumb:hover{background:#afafaf}.my-icon-info{font-size:20px!important;color:#059669}.my-icon-lucide{color:#e7e7e7}.my-content{border:1px solid #edecec;border-radius:5px;padding:5px}.my-icon{font-size:14.4px}.my-text-menu{font-weight:300;font-size:14.4px;margin-left:10px}.line-content{margin:0;border-top:1px solid #edecec}.ant-row .ant-form-item,.ant-form-item{margin-bottom:12px}.ant-form-vertical .ant-form-item-label,.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label{padding:0 0 4px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:31.5px}.profile-avatar-wrapper{position:relative;margin-bottom:20px;display:inline-block}.profile-avatar{box-shadow:0 2px 8px #00000026;transition:transform .3s ease;cursor:pointer;transition:all .3s}.profile-avatar:hover{transform:scale(1.05)}.profile-avatar:hover{border-color:#dcf8f3}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.status-active{color:#059669}.status-inactive{color:#ff7875}.react-nestable{position:relative;display:flex;align-items:center;justify-content:space-between;padding:10px 15px;font-size:14px;border:1px solid #e5e5e6;background:#f0f2f5;cursor:pointer}.title-section{margin:4px 0 0;color:#059669;font-size:16px;font-weight:600}.ant-descriptions .ant-descriptions-title{color:#059669}.page-header .header-content{padding:20px;display:flex;justify-content:space-between;align-items:center;gap:24px}@media (max-width: 740px){.page-header .header-content{flex-direction:column;align-items:flex-start}}.page-header .header-content .header-left{display:flex;align-items:center;gap:16px}.page-header .header-content .header-left .icon-wrapper{width:30px;height:30px;background:#059669;border-radius:6px;display:flex;align-items:center;justify-content:center}.page-header .header-content .header-left .icon-wrapper i{font-size:18px;color:#fff}.page-header .header-content .header-left .title-section .ant-typography{margin:0;color:#059669}.page-header .header-content .header-left .title-section .ant-typography.ant-typography-secondary{font-size:14px;margin-top:4px}@media (max-width: 740px){.page-header .header-content .header-right{display:flex;width:100%;justify-content:space-between}}.page-header .header-content .header-right .action-buttons{display:flex;gap:12px}.page-header .header-stats{padding:0 24px 24px}.page-header .header-stats .stat-card{background:#fff;padding:16px;border-radius:12px;display:flex;align-items:center;gap:16px;transition:all .3s ease}.page-header .header-stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.page-header .header-stats .stat-card .stat-icon{width:40px;height:40px;background:#00b8941a;border-radius:8px;display:flex;align-items:center;justify-content:center}.page-header .header-stats .stat-card .stat-icon i{font-size:20px;color:#059669}.page-header .header-stats .stat-card .stat-info .stat-value{font-size:24px;font-weight:600;color:#2d3436}.page-header .header-stats .stat-card .stat-info .stat-label{font-size:14px;color:#636e72}.page-header .content-line{padding:0 20px}.page-header .line{margin:0;border-top:1px solid #d2d2d2}.page-content{padding:0 20px}.page-content-body{padding:25px;background-color:#fff;border-radius:10px}@media (max-width: 740px){.page-header{margin:8px}.page-header .header-content{padding:16px}.page-header .header-content .header-left .icon-wrapper{width:40px;height:40px}.page-header .header-content .header-left .icon-wrapper i{font-size:20px}.page-header .header-stats{padding:0 16px 16px}.page-header .content-line{margin-top:5px;padding:0}}.status-select.ant-select .ant-select-selector{border-radius:6px;transition:all .3s ease}.status-select.ant-select .ant-select-selector:hover{border-color:#40a9ff}.status-select.ant-select.ant-select-focused .ant-select-selector{box-shadow:0 0 0 2px #1890ff33}.ant-select-dropdown .ant-select-item{padding:8px 12px;transition:all .3s ease}.ant-select-dropdown .ant-select-item:hover{background:#f5f5f5}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#e6f7ff}.custom-modal .ant-modal-content{border-radius:12px;padding:0;box-shadow:0 8px 24px #0000001f;overflow:hidden}.custom-modal .ant-modal-content .ant-modal-close{top:20px}.custom-modal .ant-modal-content .ant-modal-header{padding:20px;border-bottom:1px solid #f0f0f0;margin-bottom:0;background:#fafafa}.custom-modal .ant-modal-content .ant-modal-header .modal-title{display:flex;align-items:center;gap:16px}.custom-modal .ant-modal-content .ant-modal-header .modal-title .title-icon{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#059669,#0095a6);display:flex;align-items:center;justify-content:center}.custom-modal .ant-modal-content .ant-modal-header .modal-title .title-icon .anticon{font-size:14px;color:#fff}.custom-modal .ant-modal-content .ant-modal-header .modal-title .title-icon i{font-size:18px;color:#fff}.custom-modal .ant-modal-content .ant-modal-header .modal-title .title-text{flex:1}.custom-modal .ant-modal-content .ant-modal-header .modal-title .title-text .ant-typography.ant-typography-secondary{font-size:14px;margin-top:4px}.custom-modal .ant-modal-content .ant-modal-body{padding:24px}.custom-modal .ant-modal-content .ant-modal-body .modal-content{position:relative}.custom-modal .ant-modal-content .ant-modal-body .modal-content .ant-spin .ant-spin-text{margin-top:8px;font-size:14px;color:#059669}@keyframes modalZoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.status-switch-wrapper{display:flex;align-items:center;gap:8px}.status-switch-wrapper .custom-switch{min-width:44px;height:22px;transition:all .3s ease}.status-switch-wrapper .custom-switch.status-active{background-color:#059669}.status-switch-wrapper .custom-switch.status-inactive{background-color:#ff4d4f}.status-switch-wrapper .custom-switch.ant-switch-checked{background-color:#059669!important}.status-switch-wrapper .custom-switch .ant-switch-handle{width:18px;height:18px}.status-switch-wrapper .custom-switch .anticon{font-size:12px;color:#fff}.status-switch-wrapper .switch-label{font-size:14px;color:#000000a6;transition:color .3s ease}.ant-drawer-body{padding:0}.myFooter{bottom:0;position:fixed;height:45px;right:0;width:calc(100% - 240px);display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;box-shadow:0 -2px 6px #0000000f;z-index:9}.ant-layout.ant-layout-has-sider .myFooter.collapsed{width:calc(100% - 80px)}.ant-layout{background:#def3ed}.layout-content{margin:15px 15px 70px;background:"#FCFCFC"}.layout-content.dark-mode{background:#1f1f1f;color:#fff}.copyright{color:#132c61;font-size:13px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.copyright.right{margin-left:auto}@media screen and (max-width: 768px){.myFooter{width:100%;margin-left:0;padding:0 16px}.ant-layout.ant-layout-has-sider .myFooter.collapsed{width:100%}.page-header .header-content{padding:0 0 10px;margin:-7px}.page-content{padding:0}}.ant-tag.ant-tag-blue{color:#059669;background:#eff9fa;border-color:#66d3de}.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-icon-success.anticon{color:#059669!important}.ant-notification-progress{background-color:#059669!important}.ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:#059669}.ant-modal-confirm-success .ant-modal-confirm-body>.anticon{color:#059669}.ant-btn-variant-solid{color:#fff;background:#059669}.ant-btn-variant-solid:hover{background:#118b7e!important;color:#fff!important;border-color:#0b7a6a!important}.ant-btn-color-blue{color:#4096ff}.ant-btn-variant-outlined:hover,.ant-btn-variant-dashed:hover{border-color:#0095a6!important;color:#0095a6!important}.dark-mode .ant-layout,.dark-mode .page-content-body{background:#1f1f1f;color:#fff}.dark-mode .page-header .header-content .header-left .title-section .ant-typography{color:#fff}.dark-mode .main-sidebar .main-menu .ant-menu-submenu .ant-menu{background-color:#1f1f1f!important}.dark-mode .ant-input-outlined,.dark-mode .ant-input-number .ant-input-number-input{background:#1f1f1f!important}.dark-mode .dashboard-card,.dark-mode .chart-container{background:#373737;color:#fff}.dark-mode .summary-box{background:#1f1f1f;color:#fff}.dark-mode .ant-typography,.dark-mode .ant-typography-secondary{color:#e0e0e0}.dark-mode .ant-btn-primary{background:#141414;color:#fff}.dark-mode .ant-btn-primary:hover{background:#1f1f1f!important;border-color:#5a5a5a!important;color:#fff!important}.dark-mode .ant-btn-variant-outlined,.dark-mode .ant-btn-variant-dashed{background:#141414;border-color:#424242;color:#fff}.dark-mode .ant-btn-variant-outlined:hover,.dark-mode .ant-btn-variant-dashed:hover{background:#1f1f1f!important;border-color:#5a5a5a!important;color:#fff!important}.dark-mode .ant-btn-variant-solid{background:#141414;border-color:#424242;color:#fff}.dark-mode .ant-btn-variant-solid:hover{background:#1f1f1f!important;border-color:#5a5a5a!important;color:#fff!important}.dark-mode .stat-card{background:#2c2c2c;color:#fff}.dark-mode .dashboard-container .welcome-card{background-color:#141414}.dark-mode .page-header .header-content .header-left .icon-wrapper{background:#141414}.dark-mode .react-nestable{background:#141414!important;border:1px solid #333!important;color:#fff!important}.dark-mode .ant-btn-color-blue{color:#fff}.dark-mode .ant-btn-color-blue.ant-btn-variant-filled{background:#1f1f1f}.dark-mode .ant-btn-color-primary{color:#fff}.dark-mode .ant-btn-color-primary.ant-btn-variant-filled{background:#1f1f1f}.dark-mode .ant-btn-color-cyan{color:#fff}.dark-mode .ant-btn-color-cyan.ant-btn-variant-filled,.dark-mode .ant-btn-color-dangerous.ant-btn-variant-filled{background:#1f1f1f}.dark-mode .ant-btn-color-dangerous{color:#fff}.dark-mode .ant-tag.ant-tag-red,.dark-mode .ant-tag.ant-tag-blue{color:#fff;background:#1f1f1f;border-color:#333}.dark-mode .ant-pagination .ant-pagination-item-active a{color:#fff}.dark-mode .ant-pagination .ant-pagination-item-active{border-color:#fff}.dark-mode .page-header .line{border-top:1px solid #8c8c8c}.dark-mode .my-content{border:1px solid #8c8c8c}.dark-mode .status-active,.dark-mode .status-inactive{color:#8c8c8c}.dark-mode .custom-switch .status-active,.dark-mode .custom-switch .status-inactive{background-color:#1f1f1f;border-color:#333}.dark-mode .custom-modal .ant-modal-content .ant-modal-header{border-bottom:1px solid #333;background:#1f1f1f}.dark-mode .custom-modal .ant-modal-content .ant-modal-header .modal-title .title-icon{background:#333}.dark-mode .myFooter{background:#1f1f1f;box-shadow:0 2px 8px #0000004d;border-top:1px solid #141414}.dark-mode .copyright{color:#fff}.dark-mode .ant-select-dropdown .ant-select-item-option{background-color:transparent}.dark-mode .ant-select-dropdown .ant-select-item-option.ant-select-item-option-selected{background-color:#262626;color:#00adbe}.dark-mode .ant-select-dropdown .ant-select-item-option.ant-select-item-option-active{background-color:#333}.dark-mode .ant-select-dropdown .ant-select-item-option.ant-select-item-option-selected.ant-select-item-option-active{background-color:#004d61;color:#fff}.dark-mode .ant-popover-arrow:before{background-color:#1f1f1f}.dark-mode .icon-ddrawers-wraper{background:#333}.icon-ddrawers-wraper{width:30px;height:30px;background:linear-gradient(135deg,#059669,#0095a6);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-ddrawers-wraper .icon-drawers{color:#fff}.custom-avatar-upload .ant-upload,.custom-avatar-upload .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select{width:140px!important;height:140px!important}.custom-avatar-upload .ant-upload-select-picture-card{width:150px!important;height:150px!important;display:flex;align-items:center;justify-content:center}.custom-avatar-upload .ant-upload-select-picture-card>div{font-size:14px;color:#999}.custom-avatar-upload .ant-upload-list-item-container{width:150px!important;height:150px!important}.custom-avatar-upload .ant-upload-list-item-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:8px}.custom-avatar-upload .ant-upload-select-picture-card:hover{border-color:#1890ff}.summary{display:flex;justify-content:space-between;flex-wrap:wrap;margin:1rem 0;gap:1rem;width:100%}.summary-box{flex:1;min-width:150px;background:#f8f8f8;padding:1rem;border-radius:8px;text-align:center;box-shadow:0 2px 6px #0000000d}.summary-box p{margin:0;font-size:.85rem;color:#636e72}.summary-box h3,.summary-box h4{margin:4px 0 0;font-weight:600;color:#2d3436}.ant-btn-color-primary{box-shadow:none!important}.center-div-loading{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fffc;z-index:9999}.center-div-loadings{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-dots{display:flex;gap:8px}.dot{width:10px;height:10px;background-color:#00adbe;border-radius:50%}.ant-menu-item-selected a,.ant-menu-item-selected a:hover{color:#059669!important}.ant-menu-submenu-selected>.ant-menu-submenu-title{color:#059669!important}.ant-menu-item-selected{background-color:#e4f6f8!important;color:#059669!important}.ant-menu-submenu-selected>.ant-menu-submenu-title{background-color:#e4f6f8!important;color:#059669!important}.ant-menu-item:after{border-right:3px solid #059669!important;font-size:30px}.ant-menu-submenu .ant-menu{background-color:#f9f9f9!important}.ant-menu-item:hover,.ant-menu-submenu-title:hover{color:#059669!important;background-color:#e4f6f8!important}.ant-menu-submenu-popup .ant-menu-item:hover{background-color:#e4f6f8!important;color:#059669!important}.ant-menu-item:hover a,.ant-menu-submenu-title:hover,.ant-menu-submenu-title:hover .ant-menu-submenu-expand-icon,.ant-menu-submenu-title:hover .ant-menu-submenu-arrow,.ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-expand-icon{color:#059669!important}.ant-menu-item a:before{color:#757475!important;font-size:30px}.ant-menu-submenu-popup .ant-menu-item .menu-item-content .menu-icon,.ant-menu-submenu-popup .ant-menu-item .submenu-title .menu-icon,.ant-menu-submenu-popup .ant-menu-item .menu-item-content .menu-label,.ant-menu-submenu-popup .ant-menu-item .submenu-title .menu-label{margin-top:-15px}.menu-item-contents,.submenu-title{display:flex;align-items:center;gap:2px}.menu-item-contents .menu-icon-lucide,.submenu-title .menu-icon-lucide{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#e6f4ff;border-radius:8px;margin-right:10px}.menu-item-contents .menu-icon,.submenu-title .menu-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;background:#e6f4ff;border-radius:8px;margin-right:12px}.menu-item-contents .menu-icon .home-icon,.submenu-title .menu-icon .home-icon{height:15px;width:auto}.menu-item-contents .menu-label,.submenu-title .menu-label{transition:opacity .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-sidebar{position:fixed;top:0;left:0;bottom:0;height:100vh;z-index:99;background-color:#059669;transition:all .3s ease}.main-sidebar .ant-layout-sider-children{height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.main-sidebar .ant-layout-sider-children::-webkit-scrollbar{width:6px}.main-sidebar .ant-layout-sider-children::-webkit-scrollbar-track{background:transparent}.main-sidebar .ant-layout-sider-children::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.main-sidebar+.ant-layout{margin-left:240px;transition:margin-left .3s ease}.main-sidebar.ant-layout-sider-collapsed+.ant-layout{margin-left:80px}.main-sidebar .ant-menu .ant-menu-item:hover,.main-sidebar .ant-menu .ant-menu-submenu:hover{color:#059669}.main-sidebar .ant-menu .ant-menu-item.ant-menu-item-selected,.main-sidebar .ant-menu .ant-menu-submenu.ant-menu-item-selected{background:#e4f6f8;color:#059669}.main-sidebar .ant-menu .ant-menu-item.ant-menu-item-selected:after,.main-sidebar .ant-menu .ant-menu-submenu.ant-menu-item-selected:after{display:none}.main-sidebar .ant-menu .ant-menu-item .menu-item-content,.main-sidebar .ant-menu .ant-menu-submenu .menu-item-content,.main-sidebar .ant-menu .ant-menu-item .submenu-title,.main-sidebar .ant-menu .ant-menu-submenu .submenu-title{display:flex;align-items:center;height:100%;gap:0px}.main-sidebar .ant-menu .ant-menu-item .menu-item-content .menu-icon,.main-sidebar .ant-menu .ant-menu-submenu .menu-item-content .menu-icon,.main-sidebar .ant-menu .ant-menu-item .submenu-title .menu-icon,.main-sidebar .ant-menu .ant-menu-submenu .submenu-title .menu-icon{min-width:16px;height:16px;display:flex;align-items:center;justify-content:center}.main-sidebar .ant-menu .ant-menu-item .menu-item-content .menu-icon .home-icon,.main-sidebar .ant-menu .ant-menu-submenu .menu-item-content .menu-icon .home-icon,.main-sidebar .ant-menu .ant-menu-item .submenu-title .menu-icon .home-icon,.main-sidebar .ant-menu .ant-menu-submenu .submenu-title .menu-icon .home-icon{height:15px;width:auto}.main-sidebar .ant-menu .ant-menu-item .menu-item-content .menu-label,.main-sidebar .ant-menu .ant-menu-submenu .menu-item-content .menu-label,.main-sidebar .ant-menu .ant-menu-item .submenu-title .menu-label,.main-sidebar .ant-menu .ant-menu-submenu .submenu-title .menu-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-sidebar .logo-container{margin-top:20px;display:flex;align-items:center;justify-content:center;border-right:1px solid #edecec;padding-bottom:30px}.main-sidebar .logo-container .main-logo{height:90px;transition:all .3s ease}.ant-layout.ant-layout-has-sider .main-sidebar .logo-container .main-logo.collapsed{height:28px}.main-sidebar .logo-container .logo-text{height:35px;transition:opacity .3s ease}.main-sidebar .sidebar-header{height:64px;padding:16px;display:flex;align-items:center;background-color:#059669;border-right:1px solid #edecec;justify-content:flex-end}.main-sidebar .sidebar-search{padding:16px;border-right:1px solid #edecec}.main-sidebar .sidebar-search .menu-search{width:100%}.main-sidebar .sidebar-search .menu-search .search-placeholder{display:flex;align-items:center;gap:8px;color:#8c8c8c}.main-sidebar .sidebar-search .menu-search .search-placeholder .anticon{font-size:14px}.main-sidebar .sidebar-menu{height:calc(100vh - 180px);overflow-y:auto;overflow-x:hidden;border-right:1px solid #edecec}.main-sidebar .sidebar-menu::-webkit-scrollbar{width:6px;height:6px}.main-sidebar .sidebar-menu::-webkit-scrollbar-track{background:#f9f9f9;border-radius:3px}.main-sidebar .sidebar-menu::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.main-sidebar .main-menu{border-right:10px solid black;background-color:#059669}.main-sidebar .main-menu .ant-menu-item{font-size:16px;color:#fff}.main-sidebar .main-menu .ant-menu-submenu>.ant-menu-submenu-title{font-size:16px;color:#fff}.main-sidebar .main-menu .ant-menu-item .anticon{font-size:16px;color:#fff}.main-sidebar .main-menu .ant-menu-submenu .ant-menu{background-color:#059669!important}@media (max-width: 768px){.ant-drawer .ant-drawer-body{padding:0;background-color:#f9f9f9}.main-sidebar{position:absolute}.ant-layout.ant-layout-has-sider .main-sidebar.collapsed{transform:translate(-100%)}}.ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title,.ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#059669}.sidebar-footer{padding:10px;margin-top:auto;border-right:1px solid #edecec}.sidebar-footer .logout-button{cursor:pointer;border-radius:8px;transition:all .3s ease;background:#e4f6f8}.sidebar-footer .logout-button:hover{background:#059669}.sidebar-footer .logout-button:hover .logout-content{color:#059669}.sidebar-footer .logout-button .logout-content{display:flex;align-items:center;gap:12px;color:#666}.sidebar-footer .logout-button .logout-content img{height:34px;width:auto}.sidebar-footer .logout-button .logout-content .logout-text{font-size:14px;font-weight:500;white-space:nowrap}.sidebar-footer.collapsed .logout-content{flex-direction:column;justify-content:center;align-items:center;padding:5px 0}.sidebar-footer.collapsed .logout-content img{height:25px}.sidebar-footer.collapsed .logout-content .logout-text{display:none}.main-sidebar .ant-layout-sider-children{display:flex;flex-direction:column;height:100vh}.main-sidebar .sidebar-menu{flex:1;overflow-y:auto}.ant-menu-root.ant-menu-inline,.ant-menu.ant-menu-root.ant-menu-inline,.ant-menu-root.ant-menu-vertical,.ant-menu.ant-menu-root.ant-menu-vertical{border-inline-end:none!important}.sidebar-backdrop{display:none}@media screen and (max-width: 768px){.sidebar-backdrop.visible{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;z-index:1000;animation:fadeIn .3s ease}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main-sidebar.dark-mode{background:#1f1f1f;box-shadow:0 2px 8px #0000004d;border-right:1px solid #1f1f1f}.sidebar-header.dark-mode{border-bottom-color:#434343;border-right:1px solid #1f1f1f;background:#1f1f1f}.dark-mode .sidebar-menu,.dark-mode .logo-container{border-right:1px solid #1f1f1f}.sidebar-search.dark-mode{border-bottom-color:#434343;border-right:1px solid #1f1f1f}.menu-search.dark-mode .ant-select-selector{background-color:#2d2d2d!important;border-color:#434343!important;color:#fff!important}.main-menu.dark-mode{background:#1f1f1f;color:#fff}.main-menu.dark-mode .ant-menu-item,.main-menu.dark-mode .ant-menu-item a{color:#fff}.main-menu.dark-mode .ant-menu-item-selected{background-color:#2d2d2d!important}.main-menu.dark-mode .ant-menu-item-selected a{color:#c3c0c0!important}.main-menu.dark-mode .ant-menu-item:hover,.main-menu.dark-mode .ant-menu-submenu-title:hover{background-color:#2d2d2d!important;color:#c3c0c0!important}.main-menu.dark-mode .ant-menu-submenu-title{color:#fff}.main-menu.dark-mode .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#c3c0c0!important;background-color:#2d2d2d!important}.main-menu.dark-mode .ant-menu-sub{background-color:#1f1f1f!important}.main-menu.dark-mode .ant-menu-item:after{border-right:3px solid #c3c0c0!important}.main-menu.dark-mode .ant-menu-submenu-arrow{color:#fff!important}.main-menu.dark-mode .ant-menu-submenu-selected .ant-menu-submenu-arrow{color:#c3c0c0!important}.main-menu.dark-mode .menu-icon,.main-menu.dark-mode .menu-icon-lucide{color:#fff;background:#2d2d2d}.main-menu.dark-mode .ant-menu-item-selected .menu-icon,.main-menu.dark-mode .ant-menu-submenu-selected .menu-icon,.main-menu.dark-mode .ant-menu-item:hover .menu-icon,.main-menu.dark-mode .ant-menu-submenu-title:hover .menu-icon{color:#c3c0c0}.main-menu.dark-mode .ant-menu-item:hover a,.main-menu.dark-mode .ant-menu-submenu-title:hover a{color:#c3c0c0!important}.ant-menu-submenu-popup .ant-menu.dark-mode{background-color:#2d2d2d!important}.main-menu.dark-mode .ant-menu-item-active,.main-menu.dark-mode .ant-menu-submenu-active>.ant-menu-submenu-title{background-color:#2d2d2d!important}.main-menu.dark-mode .ant-menu-item,.main-menu.dark-mode .ant-menu-submenu-title,.main-menu.dark-mode .ant-menu-submenu-arrow{transition:all .3s ease}.dark-mode .ant-menu-submenu-popup .ant-menu{background-color:#2d2d2d!important;color:#fff!important}.dark-mode .ant-menu-submenu-popup .ant-menu .menu-icon{background-color:#141414!important;color:#fff!important}.dark-mode .ant-menu-submenu-popup .ant-menu-item{color:#fff!important}.dark-mode .ant-menu-submenu-popup .ant-menu-item:hover{background-color:#333!important;color:#c3c0c0!important}.sidebar-footer.dark-mode{border-right:1px solid #1f1f1f}.sidebar-footer.dark-mode .logout-button,.sidebar-footer.dark-mode .logout-button:hover{background:#2d2d2d}.sidebar-footer.dark-mode .logout-button:hover .logout-content,.sidebar-footer.dark-mode .logout-button .logout-content{color:#fff}.main-header{position:fixed;top:0;right:0;left:241px;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:4px 24px;background-color:#def3ed;height:63px;transition:all .3s ease;border-bottom:1px solid #edecec}.ant-layout-sider-collapsed+.ant-layout .main-header{left:80px}@media screen and (max-width: 768px){.main-header{left:0;padding:4px 16px}}.dark-mode-switch{margin-right:16px}.ant-layout-content{margin-top:63px;transition:all .3s ease}@media screen and (max-width: 768px){.ant-layout-content{padding:16px}}.ant-layout{transition:all .3s ease}.header-lefts{display:flex;align-items:center;padding-left:10px}.header-left{display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:24px}.notification-container{position:relative;height:100%;display:flex;align-items:center}.notification-trigger{cursor:pointer;padding:4px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.notification-trigger:hover{background:#f9f9f9}.notification-badge .ant-badge-count{box-shadow:0 0 0 1px #fff;min-width:20px;height:20px;padding:0 6px;font-size:12px;line-height:20px;font-weight:500}.notification-content{width:360px;max-height:480px;overflow-y:auto}.notification-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.notification-count{font-size:12px;color:#8c8c8c;font-weight:400}.notification-list{padding:0}.notification-item{padding:12px 16px!important;transition:all .3s ease}.notification-item:hover{background:#f9f9f9}.notification-icon{background:#8c8c8c;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.notification-link{color:#262626;font-weight:500;font-size:14px;line-height:1.4;display:block;margin-bottom:4px}.notification-link:hover{color:#059669}.notification-info{display:flex;align-items:center;gap:8px}.notification-source,.notification-time{color:#8c8c8c;font-size:12px}.notification-footer{padding:12px 16px;text-align:center;border-top:1px solid #edecec;color:#059669;cursor:pointer;transition:all .3s ease}.notification-footer:hover{background:#f9f9f9}.notification-content::-webkit-scrollbar{width:6px}.notification-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.notification-content::-webkit-scrollbar-thumb{background:#f0f0f0;border-radius:3px}.profile-wrapper{display:flex;align-items:center;gap:4px}.profile-menu{min-width:160px}.welcome-text{margin-right:10px;display:flex;flex-direction:column;justify-content:center;line-height:1.2;align-items:flex-end}.employee-name{font-weight:500;font-size:12px;margin-bottom:2px}.employee-email{font-size:10px;color:#8c8c8c}.profile-menu-container{width:210px;background:#fff;border-radius:8px}.ant-popover .ant-popover-inner{padding:0}.menu-link{text-decoration:none;color:inherit;display:block}.menu-link:hover{color:inherit}.menu-title-pover{font-weight:500}.menu-item-header{display:flex;align-items:center;padding:8px 20px;border-radius:6px;cursor:pointer;transition:all .3s ease}.menu-item-header:hover{background:#f9f9f9;transform:translateY(-1px)}.menu-icon-header{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-right:5px}.menu-icon-header img{height:18px;width:18px;object-fit:contain}.menu-icon-header.logout{background:#fff2f0}.menu-content{display:flex;flex-direction:column}.menu-title{color:#262626;font-size:14px;margin-bottom:2px}.menu-subtitle{color:#8c8c8c;font-size:12px}.menu-divider{height:1px;background:#dadada;margin:4px 0}.profile-menu-container{animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header-search{padding:2px;display:flex;align-items:center;height:100%;margin-left:4px}.header-search .menu-search{width:250px;border-radius:8px}.header-search .menu-search .ant-select-selector{height:35px!important;border-radius:10px!important;background-color:#e4f6f8!important;border-color:#059669!important;font-size:15px;color:#0b7a6a!important}.header-search .menu-search .ant-select-selection-item{font-weight:600}.header-search .menu-search .search-placeholder{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#8c8c8c;height:100%;width:100%}.header-search .menu-search .search-placeholder span{line-height:40px}.header-search .menu-search .search-placeholder .anticon{font-size:14px}.desktop-only{display:block}@media screen and (max-width: 740px){.desktop-only{display:none}.header-search{width:140px}}.main-header.dark-mode{background:#1f1f1f;color:#fff;box-shadow:0 4px 6px -4px #0000004d;border-bottom:1px solid #141414}.menu-search.dark-mode .ant-select-selector{background-color:#2d2d2d!important;border-color:#434343!important;color:#8c8c8c!important}.menu-search.dark-mode .search-placeholder{color:#8c8c8c}.dark-mode .welcome-text{color:#fff}.dark-mode .employee-email{color:#a6a6a6}.dark-mode .notification-content,.dark-mode .profile-menu-container{background-color:#1f1f1f;color:#fff}.dark-mode .notification-item{border-bottom-color:#434343}.dark-mode .notification-link{color:#fff}.dark-mode .notification-info{color:#a6a6a6}.dark-mode .menu-link:hover{background-color:#2d2d2d}.dark-mode .ant-popover-inner{background-color:#1f1f1f}.dark-mode .ant-popover-title{color:#fff;border-bottom-color:#434343}.dark-mode .ant-popover-arrow-content{background-color:#1f1f1f}.dark-mode .menu-title,.dark-mode .notification-footer{color:#8c8c8c}@media (max-width: 768px){.notification-content{width:300px}.notification-item{padding:10px 12px!important}.main-header{padding:0 16px}.welcome-text{display:none}.header-right{gap:0px}.profile-menu-container{width:200px}.menu-item{padding:10px}.menu-icon{width:32px;height:32px}}
