@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%}.full_width_container{display:flex;height:100vh;overflow:hidden;width:100%}.left_panel{align-items:flex-start;background:linear-gradient(135deg,#ff681f,#ff884d);box-shadow:inset -8px 0 15px #0000001a;color:#fff;display:flex;flex:0 0 65%;justify-content:center;overflow-y:auto;padding:60px 50px;scrollbar-color:#fff6 #0000;scrollbar-width:thin}.left_panel::-webkit-scrollbar{width:8px}.left_panel::-webkit-scrollbar-thumb{background-color:#fff6;border-radius:4px}.branding{line-height:1.6;max-width:700px}.info_title{font-size:35px;font-weight:800;letter-spacing:.02em;line-height:1.15;margin-bottom:28px;text-shadow:0 2px 5px #00000026}.info_text{color:#fffffff2;font-size:1.15rem;font-weight:500;letter-spacing:.01em;margin-bottom:36px}.section_heading{border-left:6px solid #fff1d6;color:#ffe5cc;font-size:1.3rem;font-weight:700;letter-spacing:.02em;margin-bottom:18px;margin-top:40px;padding-left:16px;text-shadow:0 1px 3px #0003}.reward_points{color:#fff8e7;font-size:1.05rem;list-style-type:none;margin-top:12px;padding-left:24px}.reward_points li{font-weight:500;margin-bottom:16px;padding-left:28px;position:relative}.reward_points li:before{background:#fff3d1;border-radius:50%;box-shadow:0 0 6px #ffffffb3;content:"";height:14px;left:0;position:absolute;top:7px;width:14px}.info_note{color:#fffc;font-size:1rem;font-style:italic;font-weight:400;letter-spacing:.01em;margin-top:16px}.right_panel{align-items:center;background:#ff884d;display:flex;flex:0 0 35%;justify-content:center;padding:40px 50px}.login_container{background:#fff;border-radius:16px;max-width:560px;padding:48px 40px;text-align:center;transition:box-shadow .3s ease;width:100%}.login_container:hover{box-shadow:0 15px 40px #ff681f59}.logo img{height:auto;margin-bottom:28px;-webkit-user-select:none;user-select:none;width:120px}.title{color:#222;font-size:1.3rem;font-weight:700;letter-spacing:.02em;margin-bottom:36px}.input_group{margin-bottom:24px;text-align:left}.input_group input{border:1.8px solid #ddd;border-radius:8px;color:#222;font-size:1rem;font-weight:500;outline-offset:2px;padding:14px 16px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.input_group input::placeholder{color:#aaa}.input_group input:focus{border-color:#ff681f;box-shadow:0 0 8px #ff681f66;outline:none}.show_password{align-items:center;color:#666;display:flex;font-size:.9rem;font-weight:500;margin-bottom:28px}.show_password input{cursor:pointer;height:18px;margin-right:12px;width:18px}.sign_in_btn{background:#ff681f;border:none;border-radius:10px;box-shadow:0 4px 10px #ff681f4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.05em;padding:14px;text-transform:uppercase;transition:background .3s ease,box-shadow .3s ease;width:100%}.sign_in_btn:focus,.sign_in_btn:hover{background:#e05c1b;box-shadow:0 6px 14px #e05c1b99;outline:none}@media (max-width:992px){.full_width_container{flex-direction:column;height:auto}.right_panel{order:1}.left_panel{order:2}.left_panel,.right_panel{flex:none;max-height:none;overflow-y:visible;padding:40px 30px;text-align:center;width:100%}.left_panel::-webkit-scrollbar{display:none}.branding{max-width:100%}.login_container{max-width:100%;padding:36px 28px}}.container{display:flex;flex-direction:column;height:100vh}.top-bar{background-color:#e65100;color:#fff;justify-content:space-between;padding:10px;position:fixed;width:100%;z-index:10}.top-bar,.top-bar-left,.top-bar-logo{align-items:center;display:flex}.top-bar-logo{margin-left:10px}.top-bar-logo img{height:40px;margin-right:10px}.menu-icon{cursor:pointer;display:block;margin-left:20px}.content-wrapper{display:flex;flex:1 1;margin-top:60px;overflow:hidden}.sidebar{background-color:#ec6014;color:#fff;max-width:250px;min-width:250px;transition:all .3s ease}.sidebar.closed{max-width:60px;min-width:60px}.sidebar-menu{list-style-type:none;padding:0}.sidebar-menu a{text-decoration:none}.sidebar-menu li{align-items:center;color:#fff;cursor:pointer;display:flex;padding:15px 20px}.sidebar-menu li:hover{background-color:#fb8c00}.sidebar-menu li .menu-text{margin-left:10px;transition:opacity .3s ease}.sidebar.closed .menu-text{opacity:0}.smain-content{flex:1 1;overflow-y:auto;padding:5px;transition:all .3s ease}.profile-pic{background-color:initial;border-radius:50%;height:40px;object-fit:cover;width:40px}.user-profile{align-items:center;cursor:pointer;position:relative}.user-icon{background-color:#e65100;border:solid #fff;border-radius:5px;color:#fff;font-size:25px;height:40px;margin-right:30px;padding:5px 5px 10px;text-align:center;width:50px}.user-menu{background-color:#fff;border-radius:5px;box-shadow:0 2px 10px #0000001a;overflow:hidden;position:absolute;right:10px;top:50px;width:300px;z-index:1000}.user-info{background-color:#fff;border-bottom:1px solid #ddd;color:#e65100;font-weight:700;padding:10px}.user-id,.user-role{display:block;font-size:14px}.menu-options{list-style-type:none;margin:0;padding:0}.menu-options a{text-decoration:none}.menu-options li{border-bottom:1px solid #ccc;color:gray;cursor:pointer;font-weight:700;padding:10px 20px}.menu-options li:hover{background-color:#fff3e0}@media (max-width:1024px){.sidebar{height:100%;position:fixed;transform:translateX(-100%);z-index:9}.sidebar.open{transform:translateX(0)}.content-wrapper{margin-left:0;margin-top:60px}.smain-content{margin-left:0}}@media (max-width:394px){.sid_tit{display:none}}.home-container{box-sizing:border-box;padding:20px}.banner-image{height:auto;max-height:300px}.slick-slide img{height:auto;width:100%}.page_head{color:#ef6c00}.eligibility-section,.info-section{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px}.criteria-box,.info-box{flex:1 1;max-width:30%}.criteria-box,.info-box,.watch-list{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;margin:10px;min-width:300px;padding:20px}.watch-list{flex:2 1;max-width:68%}.criteria-box h2,.info-box h2,.watch-list h2{color:#e65100;margin-bottom:10px}.criteria-box p,.info-box p,.watch-list p{padding:10px}.info-header{text-align:center}.info-header img{border-radius:50%;height:70px;margin-bottom:10px;width:70px}.progress-bar{background-color:#ddd;border-radius:5px;overflow:hidden;width:100%}.progress{background-color:#ff9800;height:10px}.inactive{color:red;font-weight:700}.new-badge{background-color:#ef6c00;border-radius:5px;color:#fff;font-size:12px;margin-left:5px;padding:2px 6px}.done{color:#43a047}.remaining-weeks{color:#fb8c00;font-weight:700}.scroll-table{margin-top:10px;max-height:300px;overflow-x:auto;overflow-y:auto}.scroll-table table{border-collapse:collapse;width:100%}.scroll-table td,.scroll-table th{border:1px solid #ddd;padding:8px;text-align:left}.criteria-box ul{list-style-type:none;padding-left:0}.criteria-box ul li{align-items:center;background-color:#fff3e0;border:1px solid #ddd;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.criteria-box ul li .done{background-color:#4caf50;border-radius:5px;color:#fff;padding:5px 10px}.criteria-box ul li .not-done{background-color:#ffb300;border-radius:5px;color:#fff;padding:5px 10px}.news{background-color:#e65100;border-radius:50px;padding:15px}.news span{color:#fff;font-size:19px;font-weight:700}.rank-badge{border-radius:50%;height:50px;width:50px}.popup-overlay{background:#00000080}.popup-box{background:#fff3e0;border-radius:10px;box-shadow:0 4px 15px #0003;max-width:400px;padding:30px;text-align:center;width:90%}.popup-extra-text{color:#555;font-size:16px;line-height:1.5;margin-bottom:20px;text-align:left}.popup-close-btn{background:#e65100;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:15px;transition:background .3s ease;width:100%}.popup-close-btn:hover{background:#bf360c}.share_link_btn{background-color:#e65100;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:10px 20px;width:100%}.share_link_btn:hover{background-color:#ec6014}.close_popup_btn{width:100%}.share_link_btn{font-weight:600}.reward-section{background-color:#f9f9f9;border-radius:12px}.reward-title{color:#ec6014;font-size:28px;font-weight:700;margin-bottom:10px;text-align:center}.reward-condition{color:#636363;font-size:16px;margin-bottom:20px}.reward-tables-wrapper{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:20px}.reward-table-container{border-radius:8px;flex:0 0 40%;max-width:40%;padding:10px}.reward-table-container h3{color:#e65100;font-size:18px;font-weight:700;margin-bottom:10px;text-align:center}.reward-table{border-collapse:collapse;font-size:12px;width:100%}.reward-table td,.reward-table th{border:1px solid #c50;padding:8px;text-align:center}.reward-table th{background-color:#e65100;color:#fff;font-weight:700;text-transform:uppercase}.reward-table tr:nth-child(2n){background-color:#fff7e6}.reward-table tr:hover{background-color:#ffe0b2;cursor:pointer}@media (max-width:768px){.reward-tables-wrapper{flex-direction:column}.reward-table-container{flex:1 1;max-width:100%}}.conditions{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#333;padding:25px}.conditions p{font-size:16px;line-height:1.6;margin-bottom:20px;padding-left:25px;position:relative}.conditions p:before{color:#007bff;content:"•";font-size:18px;font-weight:700;left:0;position:absolute;top:0}.conditions p strong{color:#007bff;font-weight:600}.conditions p:last-child{margin-bottom:0}.conditions h2{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.info-boxes{border:1px solid #ddd;margin:10px}.info-box-small,.info-boxes{background-color:#fff0e2;border-radius:5px;box-sizing:border-box;font-size:14px;padding:10px;text-align:left}.info-box-small{width:100%}.info-box-small h4{color:#e65100;margin-bottom:10px}.info-box-small li{color:#333;font-size:14px;font-weight:700;line-height:1;padding:5px 0}.how-you-earn{border-top:1px solid #ddd}.earn-card{border-radius:12px;padding:20px;text-align:left;width:100%}.earn-card h4{color:#e65100;font-size:20px;font-weight:700;margin-bottom:15px}.earn-card ul{margin:0}.earn-card ul li{color:#505050;font-size:16px;font-weight:700;line-height:1.6;margin-bottom:10px;position:relative}@media (max-width:768px){.earn-card{padding:15px}.earn-card h4{font-size:18px}.earn-card ul li{font-size:14px}}.quick-overview-section{background:#f9f9f9;border-top:1px solid #ddd;margin:20px auto;padding:20px}.quick-overview-title{color:#e65100;font-size:28px;font-weight:700;margin-bottom:20px;text-align:center}.quick-overview-table-wrapper{overflow-x:auto}.quick-overview-table{border-collapse:collapse;font-size:14px;margin-bottom:30px;width:100%}.quick-overview-table td,.quick-overview-table th{border:1px solid #ddd;padding:12px;text-align:center}.quick-overview-table th{background-color:#ff9800;color:#fff;text-transform:uppercase}.quick-overview-table tr:nth-child(2n){background-color:#fff3e0}.quick-overview-table tr:hover{background-color:#ffe0b2}.quick-details-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.quick-card{background:#fff;border:1px solid #ddd;border-radius:10px;max-width:450px;padding:20px;width:100%}.quick-card h4{color:#e65100;font-size:20px;margin-bottom:10px}.quick-card p{color:#555;font-size:14px;margin-bottom:8px}.quick-card ul{margin-top:10px;padding-left:20px}.quick-card ul li{color:#666;font-size:14px;list-style-type:disc;margin-bottom:5px}.start-earning-section{animation:fadeIn 1s ease-in;background:linear-gradient(135deg,#fb8c00,#ec6014);border-radius:16px;box-shadow:0 8px 20px #0000001a;color:#fff;margin:30px 0;padding:40px 30px}.start-earning-title{font-size:32px;font-weight:700;margin-bottom:25px;text-align:center}.earning-steps{list-style:none;margin-bottom:30px;padding:0}.earning-steps li{font-size:18px;list-style:disc;margin-bottom:15px;position:relative}.cta-dashboard{text-align:center}.dashboard-btn{background-color:#ff5722;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:20px;padding:14px 40px;transition:background .3s ease}.dashboard-btn:hover{background-color:#e64a19}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}button[type=submit]{background-color:#0a4f88;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:12px 20px;transition:background-color .3s ease}button[type=submit]:hover{background-color:#073a64}.Enrollment-box-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:20px;max-width:1200px;width:100%}.Enrollment-box{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.Enrollment-box:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.Enrollment-box-header{margin-bottom:10px}.Enrollment-box h3{color:#333;font-size:18px}.Enrollment-box p{color:#555;font-size:14px;margin:10px 0 20px}.Enrollment-box-button{align-self:flex-start;background-color:#0a4f88;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .3s ease}.Enrollment-box-button:hover{background-color:#073a64}.newretailer-container{font-family:Arial,sans-serif;margin:auto;text-align:left;width:80%}h1{color:#0a4f88;font-size:20px;font-weight:700;margin:20px}.tabs{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.tabs button{background:none;border:none;color:#888;cursor:not-allowed;flex:1 1;font-size:16px;padding:10px 20px;text-align:center;transition:background-color .3s,color .3s}.tabs button.active{background-color:#0a4f88;border-radius:4px;color:#fff}.form-content{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;padding:20px}.form-group{flex-wrap:wrap;margin-bottom:15px}.form-group label{color:#0a4f88;margin-bottom:10px;width:100%}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;padding:8px;width:100%}.form-group input[type=file]{padding:3px}.form-navigation{text-align:right}.form-navigation button{background-color:#0a4f88;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:10px;padding:10px 20px;transition:background-color .3s}.form-navigation button:hover{background-color:#083a66}.section-header{border-bottom:1px solid #ddd;color:#0a4f88;font-weight:700;margin-bottom:10px;margin-top:20px;padding-bottom:5px}.checkbox-group{align-items:center;display:flex;margin-top:10px}.checkbox-group input[type=checkbox]{margin-right:10px}.preview-section{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;margin-bottom:20px;padding:20px}.terms{background-color:#f39c12;border:1px solid #f39c12;border-radius:4px;color:#fff;padding:20px}.terms li{color:#f0f0f0;font-weight:700;margin:10px}.sub_head{color:#187bd1;margin-bottom:10px}.preview-section h3{color:#0a4f88;margin:10px}.preview-section p{color:gray;margin:10px}@media (max-width:768px){.newretailer-container{padding:0 10px;width:100%}.tabs{flex-direction:column}.tabs button{flex:none;font-size:14px;padding:10px}.form-group{align-items:flex-start;flex-direction:column}.form-group label{margin-bottom:5px;width:100%}.form-group input,.form-group select{width:100%}.form-navigation{text-align:center}.form-navigation button{margin-bottom:10px;width:100%}.checkbox-group{align-items:flex-start;flex-direction:column}.preview-section h3{font-size:18px}.preview-section p{font-size:14px}.terms{padding:15px}}@media (max-width:480px){.tabs{align-items:stretch;flex-direction:column}.tabs button{font-size:12px;padding:8px}.form-content{padding:15px}.form-navigation button{padding:8px;width:100%}.form-group input,.form-group label,.form-group select{font-size:14px}.preview-section h3{font-size:16px}.preview-section p{font-size:12px}.terms{font-size:14px}}.popup{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.popup-inner{background-color:#fff;border-radius:4px;box-shadow:0 5px 15px #0000004d;max-width:500px;padding:20px;text-align:center;width:80%}.popup-inner h2{color:#0a4f88;font-size:24px;margin-bottom:20px}.popup-inner p{color:gray;font-size:16px;margin-bottom:20px}.popup-buttons button{background-color:#0a4f88;border:none;border-radius:4px;box-shadow:0 2px 5px #0003;color:#fff;cursor:pointer;font-size:16px;margin:0 10px;padding:10px 20px;transition:background-color .3s,box-shadow .3s}.popup-buttons button:hover{background-color:#083a66;box-shadow:0 4px 10px #0000004d}.popup-buttons button:focus{box-shadow:0 0 0 3px #0a4f8880;outline:none}.popup-buttons button:active{background-color:#072a48;box-shadow:inset 0 2px 5px #0003}@media (max-width:768px){.popup-inner{padding:15px;width:90%}.popup-inner h2{font-size:20px}.popup-inner p{font-size:14px}.popup-buttons button{margin:0 5px;padding:8px 16px}}.congrats-popup{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.congrats-logo{border:1px solid #ccc;border-radius:30%;height:50px;margin-bottom:20px;width:50px}.congrats-popup-inner{background-color:#fff;border-radius:8px;max-width:400px;padding:20px;text-align:center;width:100%}.congrats-title{font-size:24px;margin-bottom:10px}.congrats-message{font-size:16px;margin-bottom:20px}.congrats-button{background-color:#0a4f88;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.congrats-button:hover{background-color:#083c6a}.genealogy-container{border-radius:24px;color:#34495e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center;-webkit-user-select:none;user-select:none}.genealogy-title{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(50deg,#0d47a1,#0d47a1,#43a047,#43a047);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:900;letter-spacing:2px;margin-bottom:16px;text-shadow:0 2px 6px #00000026}.genealogy-description{color:#4a4a4a;font-size:1.2rem;font-weight:600;letter-spacing:.3px;line-height:1.6;margin-bottom:32px;margin-left:auto;margin-right:auto;-webkit-user-select:text;user-select:text}.genealogy-buttons{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:40px}.genealogy-button{background:linear-gradient(45deg,#4a90e2,#357abd);border:none;border-radius:40px;box-shadow:0 8px 20px #00000026;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.7px;min-width:170px;padding:16px 34px;transition:all .3s ease;-webkit-user-select:none;user-select:none}.genealogy-button:hover{box-shadow:0 18px 28px #357abd99;transform:translateY(-4px) scale(1.07)}.direct-genealogy{background:linear-gradient(135deg,#1976d2,#0d47a1);box-shadow:0 8px 20px #0d47a180}.direct-genealogy:hover{background:linear-gradient(135deg,#0d47a1,#1565c0);box-shadow:0 20px 36px #0d47a1cc}.autopool-genealogy{background:linear-gradient(135deg,#43a047,#2e7d32);box-shadow:0 8px 20px #2e7d3280}.autopool-genealogy:hover{background:linear-gradient(135deg,#2e7d32,#1b5e20);box-shadow:0 20px 36px #2e7d32cc}.genealogy-info{border-radius:32px;box-sizing:border-box;color:#2c3e50;display:flex;flex-direction:column;gap:36px;position:relative;text-align:left;transition:all .3s ease-in-out;width:100%}.genealogy-info:hover{border-color:#1976d2}.genealogy-card{background:#f5faff;border-left:10px solid #1976d2;border-radius:28px;box-shadow:0 10px 35px #1976d233;box-sizing:border-box;padding:36px 40px;position:relative;transition:box-shadow .3s ease,transform .3s ease;width:100%}.genealogy-card:hover{box-shadow:0 20px 48px #1976d266;transform:translateY(-6px)}.genealogy-card:nth-child(2){background:#f1faf6;border-left-color:#43a047;box-shadow:0 10px 35px #43a04733}.genealogy-card:nth-child(2):hover{box-shadow:0 20px 48px #43a04766}.genealogy-card-title{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#1565c0,#2e7d32);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;letter-spacing:.6px;margin-bottom:18px;text-shadow:0 1px 3px #0000001a;-webkit-user-select:text;user-select:text}.genealogy-card-list{list-style:none;margin:0;padding-left:24px}.genealogy-card-list li{color:#34495e;font-size:17px;line-height:1.7;margin-bottom:14px;padding-left:22px;position:relative;-webkit-user-select:text;user-select:text}.genealogy-card-list li:before{color:#1976d2;content:"✔";font-size:16px;font-weight:700;left:0;position:absolute;top:2px;-webkit-user-select:none;user-select:none}@media (max-width:768px){.genealogy-title{font-size:2rem;text-align:center}.genealogy-description{font-size:1rem;font-weight:600;max-width:100%}.genealogy-buttons{gap:18px}.genealogy-button{font-size:1rem;min-width:150px;padding:14px 28px}.genealogy-info{padding:28px 24px}.genealogy-card{padding:26px 24px}.genealogy-card-title{font-size:20px}.genealogy-card-list li{font-size:16px}}.report_container_boxes{grid-gap:20px;background-color:#f7f8fc;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.report-card{border-radius:8px;box-shadow:0 0 15px #0000001a;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.report-header{align-items:center;color:#b80b05!important;display:flex;margin-bottom:15px}.report-header h3{font-size:18px;margin:0}.report-card p{color:#555;flex-grow:1;font-size:14px}.proceed-button{align-items:center;background-color:initial!important;border:none;color:#d9534f;cursor:pointer;display:flex;font-weight:700;justify-content:flex-end;text-decoration:none}.proceed-button i{font-size:12px;font-weight:"bold";margin-left:5px}.proceed-button:hover{color:#e65100}.enrollment-report-container{font-family:Arial,sans-serif}.report-title{color:#ff6f00;font-size:20px;font-weight:700;margin-bottom:20px;text-align:left}.report-table{background-color:#fff;border-collapse:collapse;border-radius:3px;box-shadow:0 2px 5px #00000026;min-width:1200px;overflow:hidden;width:auto}.report-table th{background-color:#ff6f00;border-right:1px solid #ffb74d;color:#fff;font-size:14px;font-weight:600;padding:10px}.report-table td{border-right:1px solid #ddd;color:#555;font-size:14px;padding:10px}.report-table tbody tr{border-bottom:1px solid #ddd;transition:background-color .2s ease}.report-table tbody tr:hover{background-color:#ffe0b2}.report-table tbody tr:nth-child(2n){background-color:#fff3e0}.report-cards{display:none}.report-card strong{color:#ff6f00;margin-bottom:5px}.report-card div{color:#555;font-size:14px;margin-bottom:10px}@media (min-width:769px){.report-cards,.report-table-wrapper{display:none}}@media (max-width:886px){.report-table{display:none}.report-cards{display:block}}.title-search-wrapper{align-items:center;display:flex;height:50px;margin-bottom:20px;padding:0 20px;position:relative}.styled-search-box{flex-shrink:0;max-width:300px;position:relative;z-index:2}.styled-search-box .search-icon{color:#aaa;font-size:14px;left:12px;position:absolute}.styled-search-input{background-color:#f1f1f1;border-radius:20px;font-size:14px;outline:none;padding:8px 12px 8px 32px;width:300px}.responsive-title{color:#ff6f00;font-size:24px;font-weight:700;left:50%;margin:0;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1}@media (max-width:768px){.title-search-wrapper{align-items:center;display:flex;flex-direction:column;height:auto;padding:10px 0}.styled-search-box{margin-bottom:10px;max-width:100%;position:relative;width:100%;z-index:auto}.styled-search-input{max-width:none;width:100%}.responsive-title{left:auto;position:relative;text-align:center;transform:none;white-space:normal;z-index:auto}}.styled-search-input::placeholder{color:#999}.styled-search-input:focus{background-color:#fff;box-shadow:0 0 5px #ff6f004d}.report-summary{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.summary-box{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 8px #ff6f0033;cursor:pointer;display:flex;flex:1 1;gap:.5rem;min-width:200px;padding:1rem}.summary-box-icon{color:#ff6f00;font-size:2rem}.summary-box-content strong{color:#888;display:block;font-size:.875rem;margin-bottom:.5rem}.summary-box-content p{color:#ff6f00;font-size:1.25rem;font-weight:700;margin:0}.summary-box.active{background-color:#fff3e0;border:1px solid #ff6f00}.summary-box.inactive{background-color:#fbe9e7;border:1px solid #ff5722}.summary-box.selected{background-color:#ff6f00;color:#fff}.summary-box.selected .summary-box-content p,.summary-box.selected .summary-box-content strong,.summary-box.selected .summary-box-icon{color:#fff}.export-button{background-color:#ff6f00;border:none;border-radius:10px;color:#fff;font-weight:700;padding:10px}.loader-popup-overlay{align-items:center;animation:fadeIn .3s ease-in-out;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffffbf;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.loader-popup{background:#fff;border-radius:10px;box-shadow:0 12px 30px #0003;max-width:400px;padding:30px;text-align:center;width:100%}.rich-loader{animation:spin 1s linear infinite;background:conic-gradient(#ddd,#ddd,#ff7043,#ff6f00);border-radius:50%;height:70px;margin:0 auto 20px;mask:radial-gradient(farthest-side,#0000 60%,#000 61%);-webkit-mask:radial-gradient(farthest-side,#0000 60%,#000 61%);width:70px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loader-text{color:#ff6f00;font-size:16px;font-weight:600;letter-spacing:.5px;margin:0}.input-with-icons{max-width:400px;position:relative;width:100%}.styled-search-input{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:16px;padding:10px 40px 10px 12px;width:100%}.input-icons{align-items:center;display:flex;gap:10px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.input-icon{background-color:#fff;border:1px solid #ccc;border-radius:6px;color:#aaa;cursor:pointer;font-size:16px;padding:6px;transition:all .2s ease}.input-icon.active{background-color:#fff7f0;border-color:#ff6f00;color:#ff6f00}.input-icon:hover{background-color:#fff0e0;border-color:#ff6f00;color:#ff6f00}.auto-width-table{border-collapse:collapse;table-layout:auto;width:100%}.auto-width-table td,.auto-width-table th{border:1px solid #ffcc80}.enrollment-report-container{box-sizing:border-box;display:flex;flex-direction:column;height:100vh!important;margin:0!important;min-height:0!important;overflow:hidden!important;padding:0!important}.report-container{background:#fff;box-sizing:border-box;flex:1 1 auto;min-height:0;min-width:0;overflow-x:auto!important;overflow-y:auto!important;position:relative;width:100%}.report-container::-webkit-scrollbar{background:#000;display:none;width:8px}.report-container::-webkit-scrollbar-thumb{background:#ffb74d;border-radius:4px;display:none}.ReactVirtualized__Grid,.ReactVirtualized__Grid__innerScrollContainer{min-height:100%!important;min-width:100%!important}:root{--primary-color:#1d4ed8;--text-color:#1f2937;--muted-text:#6b7280;--bg-color:#f9fafb;--border-color:#e5e7eb;--accent-bg:#e0f2fe}body{background-color:#f9fafb;background-color:var(--bg-color);margin:0}.profile-container{color:#1f2937;color:var(--text-color);display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;gap:24px;margin:auto;padding:60px 24px}.profile-header{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--border-color);justify-content:space-between;padding-bottom:16px}.profile-header,.profile-title{align-items:center;display:flex}.profile-title{color:#1f2937;color:var(--text-color);font-size:26px;gap:10px}.pro_icon{color:#1d4ed8;color:var(--primary-color)}.pro_det{font-size:20px;font-weight:600}.pro_res{color:#6b7280;color:var(--muted-text);font-size:20px}.edit-btn{align-items:center;background-color:#1d4ed8;background-color:var(--primary-color);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:background-color .3s ease,transform .2s ease}.edit-btn:hover{background-color:#1e3a8a;transform:scale(1.03)}.profile-section{border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:20px 24px}.profile-box{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px;display:flex;flex-basis:calc(33.333% - 16px);flex-grow:1;flex-shrink:1;gap:12px;padding:16px;transition:transform .2s ease}.profile-box:hover{transform:scale(1.03)}.profile-box-icon{color:#1d4ed8;color:var(--primary-color);font-size:24px}.profile-box-content{display:flex;flex-direction:column}.profile-box-title{color:#1f2937;color:var(--text-color);font-size:16px;font-weight:600}.profile-box-value{font-size:14px}.icon,.profile-box-value{color:#6b7280;color:var(--muted-text)}.phone{color:#10b981}.mail{color:#ef4444}.map,.map-alt{color:#3b82f6}.location-line{color:#374151;font-size:15.5px;font-weight:500;padding-left:6px}.button_section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);width:100%}.button_section .location-line button{background:linear-gradient(145deg,orange,#ff681f);border:none;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .3s ease;width:100%}.pas_det,.pas_res{color:#747474;font-size:13px;font-weight:700;padding:10px 0;text-align:center}.pas_res{margin-left:3px}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:20px;width:400px}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.close-btn{background:none;border:none;cursor:pointer;font-size:18px}.modal-body input{border:1px solid #ccc;border-radius:4px;margin-bottom:15px;padding:10px;width:100%}.modal-footer{display:flex;justify-content:flex-end}.modal-footer button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}@media (max-width:520px){.profile-header{align-items:flex-start;flex-direction:column;padding-bottom:10px}.edit-btn{margin-top:12px;width:100%}.profile-detail{flex-direction:none;font-size:14px;gap:8px;margin-top:10px}.location-line{display:block;font-size:14px}.button_section{grid-template-columns:1fr;margin-top:10px}.pas_det,.pas_res{font-size:18px}}.res_det{display:inline}.small-details{gap:20px}.detail-item,.small-details{align-items:center;display:flex}.detail-item{gap:6px}.detail-label{color:#1d4ed8;color:var(--primary-color);font-size:14px;font-weight:600}.detail-value{color:#1f2937;color:var(--text-color);font-size:16px;font-weight:700}@media (max-width:520px){.small-details{align-items:flex-start;flex-direction:column;margin-top:10px}}.registration-container{margin:25px}.sub_head{color:#e65100;font-size:24px;font-weight:600;text-align:center}.description{color:#666;font-size:14px;font-weight:600;margin-bottom:20px}form{align-items:center;display:flex;flex-direction:column;width:100%}.form-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:100%}.form-group{display:flex;flex-direction:column;font-weight:700}.form-group label{color:#e65100}.form-group input,.form-group textarea{background:#f9f9f9;border:1px solid #ccc;border-radius:5px;font-size:14px;padding:10px;width:100%}.full-width{grid-column:span 2}.form-navigation{margin-top:20px}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#f9f9f9;background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #ccc;border-radius:5px;color:#333;font-size:14px;padding:10px;width:100%}.btn_proceed{background:#e65100!important;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:12px;width:100%}.btn_proceed:hover{background:#ef6c00}@media (max-width:600px){.registration-container{width:95%}.form-grid{grid-template-columns:1fr}}@media (max-width:420px){.form-grid input,.form-group select{width:300px}}@media (max-width:350px){.form-grid input{width:250px}}@media (max-width:1024px){.registration-container{padding-top:30px}}.popup-overlay{background-color:#00000080;height:100%;width:100%}.popup-message{border-radius:16px;color:#e65100;font-weight:700;max-width:90%;padding:30px;text-align:center;width:100px}.popup-large{width:400px}.popup-title{font-size:24px;font-weight:700;margin-bottom:16px}.popup-content{font-size:18px;margin-bottom:12px;text-align:left}.popup-description{color:#555;font-size:14px;margin-bottom:20px;text-align:left}.popup-loading-indicator{align-items:center;display:flex;flex-direction:column}.spinner{border:4px solid #f3f3f3;border-top-color:#e65100}.container-bill{background:#f9fafb;border-radius:12px;box-shadow:0 10px 20px #0000001a;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:30px auto;max-width:400px;padding:25px 30px}.title-bill{color:#2c3e50;font-size:1.7rem;font-weight:700;margin-bottom:22px;text-align:center}.form-bill{display:flex;flex-direction:column;gap:16px}.input-bill{border:1.6px solid #d1d9e6;border-radius:8px;box-sizing:border-box;color:#2c3e50;font-size:1rem;font-weight:500;outline:none;padding:12px 14px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.input-bill:focus{background-color:#fff;border-color:#4a90e2;box-shadow:0 0 8px #4a90e266}.btn-submit{background:linear-gradient(135deg,#4a90e2,#357abd);border:none;border-radius:10px;box-shadow:0 6px 12px #4a90e259;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:10px;padding:14px 0;transition:background .35s ease}.btn-submit:hover{background:linear-gradient(135deg,#357abd,#2c5ca9)}.box-response{background:#e9f0ff;border-radius:10px;box-shadow:inset 0 0 8px #c6d6f6;color:#2c3e50;font-family:Courier New,Courier,monospace;font-size:.9rem;margin-top:25px;max-height:none;overflow:visible;padding:16px 20px;text-align:left;white-space:pre-wrap;word-break:break-word}.title-response{color:#1a237e;font-size:1.15rem;font-weight:700;margin-bottom:8px}.popup-overlay{align-items:center;background:#ffa5004d;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.popup-content{background:#fff7e6;border-radius:12px;box-shadow:0 8px 15px #ff8c0066;color:#b34700;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:400px;padding:30px 35px;text-align:center;width:90%}.popup-content h3{color:#d35400;font-size:1.8rem;font-weight:700;margin-bottom:20px}.popup-content p{color:#a84300;font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:30px;white-space:pre-wrap;word-break:break-word}.popup-content button{background:coral;border:none;border-radius:25px;box-shadow:0 6px 12px #ff7f5080;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;margin:0 auto;padding:12px 28px;transition:background .3s ease;-webkit-user-select:none;user-select:none}.popup-content button:hover{background:#e67300}.loading-overlay{align-items:center;background-color:#fffc;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;pointer-events:all;position:fixed;top:0;width:100%;z-index:9999}.spinner{animation:spin 1s linear infinite;border:4px solid #ccc;border-radius:50%;border-top-color:#007bff;height:40px;margin-bottom:10px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.customercard{background-color:#fae4dd}.card-container{align-items:center;background:linear-gradient(135deg,#f7b733,#fc4a1a);box-shadow:0 8px 20px #fc4a1a99;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:206px;margin:2px;width:360px}.card-heading{color:#fff;font-size:16px;font-weight:700;text-align:center;text-shadow:1px 1px 2px #b24e00}.barcode-container{background-color:#ffb387;background-image:url(/static/media/Logo2.38b315012b2da9bb0985.png);background-position:left 249px center;background-repeat:no-repeat;background-size:30% auto;display:flex;flex:1 1;flex-direction:column;overflow:hidden;position:relative;width:100%}.barcode-container:before{background-color:#ffffffa6;content:"";inset:0;position:absolute;z-index:0}.barcode-info,.barcode-section{position:relative;z-index:1}.barcode-section{background:#0000;border-bottom:2px dotted #e25e39;padding-top:4px;width:100%}.barcode-section svg{display:block;height:65px;width:100%}.barcode_name{padding-bottom:5px}.barcode-info{background:#0000;color:#e25e39;font-size:13px;font-weight:600;padding:10px;text-align:left}.card_footer{background-color:#e25e39;color:#fff;padding-bottom:3px;text-align:center;width:100%}.download-btn{background-color:#fc4a1a;border:none;border-radius:8px;box-shadow:0 4px 8px #fc4a1a99;color:#fff;cursor:pointer;float:right;font-size:14px;font-weight:700;padding:10px 26px;transition:all .3s ease}.download-btn:hover{background-color:#f7b733;color:#333}.main_tot_sect{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh;padding:40px}@media (max-width:480px){.main_tot_sect{margin:30px}.card-heading{font-size:1rem}.barcode-info{font-size:.8rem;padding:6px}.download-btn{float:none;font-size:.9rem;padding:8px 16px;width:100%}}.notfound-container{align-items:center;background-color:#fff6e5;color:#ff6b00;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh;justify-content:center;padding:20px;text-align:center}.notfound-title{font-size:120px;font-weight:700;margin:0}.notfound-subtitle{font-size:32px;margin:10px 0}.notfound-message{font-size:18px;margin:20px 0;max-width:500px}.notfound-button{background-color:#ff6b00;border-radius:8px;color:#fff;display:inline-block;font-weight:700;padding:12px 24px;text-decoration:none;transition:background .3s ease}.notfound-button:hover{background-color:#e85d00}
/*# sourceMappingURL=main.530e9b67.css.map*/