:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#242424;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e8f5e9;width:100%;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#2b4a38;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#2b4a38}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#e8f5e9;width:100%}a:hover{color:#747bff}button{background-color:#f9f9f9}}.mylabel{color:#000;outline:none;flex-direction:column;display:flex}input[type=date],.mylabel input[list=countries]{color:#000;appearance:none;background-color:#c7e1d0;border:none;border-radius:10px;padding:10px;font-size:16px}input[type=date]::-webkit-calendar-picker-indicator{filter:brightness(0);cursor:pointer}.mylabel input:focus,.mylabel select:focus{box-shadow:none;outline:none}.microbiome-form-wrapper{background-color:#204b30;justify-content:center;min-height:100vh;padding:40px;display:flex}.microbiome-form{background:#fff;border-radius:20px;width:80%;max-width:1700px;padding:40px 60px}.form-header-item{justify-content:center;width:33%;display:flex}.logo-item{justify-content:flex-end;align-items:center;display:flex}.form-header{justify-content:space-between;align-items:center;display:flex}.form-header h2{text-align:center;font-size:clamp(24px,2vw,32px);font-weight:700}.form-header img{width:40%;min-width:75px}.form-grid2{grid-template-columns:repeat(3,1fr);gap:30px 45px;margin-top:30px;display:grid}.microbiome-form input[type=text],.microbiome-form input[type=number],.microbiome-form input[type=email]{color:#000;background-color:#c7e1d0;border:none;border-radius:10px;padding:12px 26px;font-size:14px}.microbiome-form input::placeholder{color:#000}.section{grid-column:1/-1;margin-top:20px}.checkbox-grid{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.checkbox-item{cursor:pointer;background:#c7e1d0;border-radius:12px;justify-content:space-around;align-items:center;gap:12px;width:24%;padding:12px 20px;font-size:clamp(9px,1vw,13px);transition:all .3s;display:flex}.checkbox-item:not(:has(input:checked)) img{filter:brightness(0)saturate()invert(18%)sepia(52%)saturate(500%)hue-rotate(115deg)brightness(92%)contrast(88%)}.checkbox-item:has(input:checked) img{filter:brightness(0)invert()}.button-group{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.diet-btn{cursor:pointer;background-color:#c7e1d0;border:none;border-radius:10px;padding:12px 20px;font-weight:500}.submit-section{grid-column:1/-1;justify-content:center;display:flex}.submit-btn{color:#fff;cursor:pointer;background-color:#1b5e20;border:none;border-radius:10px;padding:12px 36px;font-size:16px;font-weight:700}.input-container{justify-content:space-between;display:flex}.input-select-wrapper select{margin-right:10px}select{color:#000;appearance:none;background-color:#c7e1d0;background-position:right 15px center;background-repeat:no-repeat;background-size:10px;border:none;border-radius:10px;height:40px;margin-bottom:15px;padding:10px 30px 10px 10px}.custom-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:flex-start;align-items:center;padding-left:28px;display:flex;position:relative}.checkinput2{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background-color:#c7e1d0;border-radius:6px;width:25px;height:25px;margin-left:25px;margin-right:5px;transition:all .2s;position:absolute;top:auto;right:0}.checkmark:after{content:"";border:3px solid #204b30;border-width:0 3px 3px 0;width:6px;height:12px;display:none;position:absolute;top:2px;left:7px;transform:rotate(45deg)}.checkinput2:checked~.checkmark{background-color:#c7e1d0;border-color:#1b5e20}.checkinput2:checked~.checkmark:after{display:block}.consent-checkbox{align-items:flex-start;gap:12px;width:100%;margin-top:10px;display:flex}.consent-checkbox .custom-checkbox{align-items:flex-start;gap:12px;width:100%;padding-left:0;display:flex;position:relative}.consent-checkbox .checkinput2{opacity:1;cursor:pointer;width:auto;height:auto;margin:0;display:none;position:relative}.consent-checkbox .checkmark{z-index:1;background-color:#c7e1d0;border:2px solid #1b5e20;border-radius:6px;flex-shrink:0;width:25px;min-width:25px;height:25px;margin-left:0;margin-right:0;transition:all .2s;display:block;position:relative;top:auto;right:auto}.consent-checkbox .checkinput2:checked~.checkmark{background-color:#c7e1d0;border-color:#1b5e20}.consent-checkbox .checkinput2:checked~.checkmark:after{content:"";border:3px solid #1b5e20;border-width:0 3px 3px 0;width:6px;height:12px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.consent-label-text{color:#333;flex:1;margin-top:0;font-size:16px;font-weight:500;line-height:1.5}@media screen and (width<=768px){.consent-checkbox,.consent-checkbox .custom-checkbox{gap:10px;width:100%}.consent-checkbox .checkmark{visibility:visible;width:24px;min-width:24px;height:24px;display:block}.consent-checkbox .checkinput2:checked~.checkmark:after{border-width:0 2px 2px 0;width:5px;height:11px}.consent-label-text{font-size:14px;line-height:1.4}}@media screen and (width<=480px){.consent-checkbox,.consent-checkbox .custom-checkbox{gap:8px;width:100%}.consent-checkbox .checkmark{visibility:visible;width:22px;min-width:22px;height:22px;display:block}.consent-checkbox .checkinput2:checked~.checkmark:after{border-width:0 2px 2px 0;width:4px;height:9px}.consent-label-text{font-size:12px;line-height:1.3}}.antibiotic-toggle{gap:20px;display:flex}.antibiotic-btn{color:#000;cursor:pointer;background-color:#c7e1d0;border:none;border-radius:12px;align-items:center;gap:10px;padding:12px 24px;font-weight:500;transition:all .3s;display:flex}.antibiotic-btn.selected{color:#fff;background-color:#1b5e20}.last-row{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.short-label{width:45%}.kitid-composite{background-color:#c7e1d0;border:none;border-radius:10px;justify-content:space-between;display:flex;position:relative}.kitid-composite .kitid-input{text-align:center;color:#000;padding-left:44px;padding-right:44px}.kitid-prefix{color:#333;pointer-events:none;z-index:1;font-weight:700;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.kitid-suffix{color:#333;pointer-events:none;z-index:1;font-weight:700;position:absolute;top:50%;right:8px;transform:translateY(-50%)}@media screen and (width<=768px){.kitid-composite .kitid-input{padding-left:40px;padding-right:40px}.kitid-prefix{left:10px}.kitid-suffix{right:6px}}@media screen and (width<=480px){.kitid-composite .kitid-input{padding-left:36px;padding-right:36px}.kitid-prefix{left:8px}.kitid-suffix{right:4px}}@media screen and (width<=1440px){.form-grid2{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=1200px){.checkbox-item{width:32%}}@media screen and (width<=1040px){.form-grid2{grid-template-columns:repeat(2,1fr);gap:30px 45px;margin-top:30px;display:grid}.height-weight{gap:15px}.checkbox-item{width:47%}}@media screen and (width<=1000px){.form-grid2{grid-template-columns:repeat(1,1fr);gap:30px 45px;margin-top:30px;display:grid}.microbiome-form-wrapper{padding:20px}.height-weight{flex-direction:column}.second-row-input{width:84%}.input-select-wrapper select{min-width:100px}.form-header{display:flex;justify-content:space-between!important}.extra{display:none}.form-heading{justify-content:flex-start;width:100%;display:flex}.form-header h2{text-align:left}}@media screen and (width<=850px){.second-row-input{width:82%}.checkbox-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:23%;padding:12px 6px}.checkbox-item img{object-fit:contain;width:40%;max-height:40px}.checkbox-label-text{text-align:center;margin-top:6px;font-size:11px}.checkmark{display:none}}@media screen and (width<=780px){.second-row-input{width:80%}@media screen and (width<=715px){.second-row-input{width:77.5%}}}@media screen and (width<=648px){.second-row-input{width:77%}.checkbox-item{width:30%}.microbiome-form{padding:25px}}@media screen and (width<=570px){.second-row-input{width:75%}.input-container{flex-direction:column;gap:23px}.short-label{width:100%}}@media screen and (width<=530px){.second-row-input{width:73%}.input-container{flex-direction:column;gap:20px}}@media screen and (width<=500px){.second-row-input{width:68%}.input-container{flex-direction:column;gap:20px}.short-label{width:100%}}@media screen and (width<=435px){.second-row-input{width:62%}}@media screen and (width<=415px){.second-row-input{width:57%}.mylabel,.rpcrp-form .section{width:95%}.last-row{flex-direction:column;gap:50px}.submit-btn,.submit-section{width:100%}}.consent-section{margin-top:15px}.consent-checkbox{cursor:pointer;align-items:flex-start;gap:12px;padding:8px 0;font-size:16px;font-weight:500;display:flex;position:relative}.consent-input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.consent-checkmark{background-color:#c7e1d0;border:2px solid #1b5e20;border-radius:6px;flex-shrink:0;width:28px;height:28px;margin-top:2px;transition:all .3s;display:inline-block;position:relative}.consent-checkbox:hover .consent-checkmark,.consent-input:checked~.consent-checkmark{background-color:#c7e1d0;border-color:#1b5e20}.consent-input:checked~.consent-checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:5px;left:8px;transform:rotate(45deg)}.consent-text-container{flex-direction:column;flex:1;gap:8px;display:flex}.consent-description{color:#333;font-size:16px;line-height:2}.consent-text{color:#333;font-size:16px;font-weight:500}.weight-section,.height-section{margin-top:15px}.weight-input-container,.height-input-container{align-items:center;gap:10px;margin-top:10px;display:flex}.weight-unit-select,.height-unit-select{color:#000;cursor:pointer;background-color:#c7e1d0;border:none;border-radius:10px;min-width:120px;padding:12px 16px;font-size:14px}.weight-input,.height-input{color:#000;background-color:#c7e1d0;border:none;border-radius:10px;flex:1;min-width:150px;padding:12px 16px;font-size:14px}.weight-unit-select:focus,.height-unit-select:focus,.weight-input:focus,.height-input:focus{outline:none;box-shadow:0 0 0 2px #1b5e2033}.ibs-title{color:#333;text-align:left;margin-bottom:8px;font-size:24px;font-weight:700}.ibs-subtitle{color:#666;text-align:left;margin-bottom:20px;font-size:16px}.ibs-questions{flex-direction:column;gap:20px;display:flex}.ibs-question{flex-direction:column;gap:8px;display:flex}.ibs-question label{color:#333;font-size:16px;font-weight:500;line-height:1.4}.ibs-input{color:#000;background-color:#c7e1d0;border:2px solid #c7e1d0;border-radius:10px;width:200px;padding:12px 16px;font-size:16px;transition:all .3s}.ibs-input:focus{border-color:#1b5e20;outline:none;box-shadow:0 0 0 2px #1b5e2033}.ibs-input::placeholder{color:#000}.ibs-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ibs-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ibs-input[type=number]{-moz-appearance:textfield}.gsrs-title{color:#333;text-align:left;margin-bottom:8px;font-size:24px;font-weight:700}.gsrs-subtitle{color:#000;text-align:left;margin-bottom:20px;font-size:16px;line-height:1.4}.gsrs-subtitlee{padding-bottom:10px}.gsrs-questions{flex-direction:column;gap:25px;display:flex}.gsrs-question{background-color:#f1f8e9;border:1px solid #c7e1d0;border-radius:12px;flex-direction:column;gap:12px;padding:20px 20px 60px;display:flex;position:relative}.gsrs-question.invalid-group{border-color:#e53935!important;box-shadow:0 0 0 2px #e539351f!important}.gsrs-question label{color:#333;font-size:16px;font-weight:500;line-height:1.4}.gsrs-options{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.gsrs-option{cursor:pointer;flex-direction:column;align-items:center;gap:6px;min-width:50px;display:flex;position:relative}.gsrs-option input[type=radio]{opacity:0;cursor:pointer;width:0;height:0;position:absolute}form.was-validated .gsrs-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)){border-color:#e57373;box-shadow:0 0 0 2px #e5737326}form.was-validated .gsrs-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)) .gsrs-radio-checkmark{border-color:#e57373}form.was-validated .gsrs-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)):after{content:"Please fill this field";color:#d32f2f;margin-top:8px;font-size:12px;display:block}.gsrs-radio-checkmark{background-color:#c7e1d0;border:2px solid #1b5e20;border-radius:50%;width:24px;height:24px;transition:all .3s;display:inline-block;position:relative}.gsrs-option:hover .gsrs-radio-checkmark,.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark{background-color:#c7e1d0;border-color:#1b5e20}.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark:after{content:"";background-color:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;left:6px}.gsrs-option-number{color:#333;text-align:center;font-size:14px;font-weight:500}.gsrs-option-text{color:#666;text-align:center;white-space:nowrap;z-index:10;padding-top:8px;font-size:12px;line-height:1.2;position:absolute;bottom:-45px;left:50%;transform:translate(-50%)}.gsrs-option-text-item{text-align:center;display:block}@media screen and (width<=768px){.gsrs-options{flex-wrap:nowrap;justify-content:center;gap:4px}.gsrs-option{flex-shrink:0;min-width:35px}.gsrs-radio-checkmark{width:18px;height:18px}.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark:after{width:5px;height:5px;top:4px;left:4px}.gsrs-option-number{font-size:10px}.gsrs-option-text{font-size:10px;bottom:-30px}}@media screen and (width<=480px){.gsrs-question{padding:15px}.gsrs-options{flex-wrap:nowrap;gap:2px}.gsrs-option{flex-shrink:0;min-width:30px}.gsrs-radio-checkmark{width:16px;height:16px}.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark:after{width:5px;height:5px;top:4px;left:4px}.gsrs-option-number{font-size:9px}.gsrs-option-text{font-size:9px;bottom:-25px}}.health-survey-title{color:#333;text-align:left;margin-bottom:8px;font-size:24px;font-weight:700}.health-survey-subtitle{color:#666;text-align:left;margin-bottom:20px;font-size:16px;line-height:1.4}.health-survey-questions{flex-direction:column;gap:25px;display:flex}.health-survey-question{background:#f1f8e9;border:1px solid #c7e1d0;border-radius:12px;padding:20px 20px 60px;position:relative}.health-survey-question.invalid-group{border-color:#e53935!important;box-shadow:0 0 0 2px #e539351f!important}.health-survey-question label{color:#333;margin-bottom:15px;font-size:16px;font-weight:600;line-height:1.4;display:block}.health-survey-question label:hover{color:#1b5e20}.health-survey-options{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.health-survey-option{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.health-survey-option input[type=radio]{opacity:0;cursor:pointer;width:0;height:0;position:absolute}form.was-validated .health-survey-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)){border-color:#e57373;box-shadow:0 0 0 2px #e5737326}form.was-validated .health-survey-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)) .health-survey-radio-checkmark{border-color:#e57373}form.was-validated .health-survey-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)):after{content:"Please fill this field";color:#d32f2f;margin-top:8px;font-size:12px;display:block}.health-survey-radio-checkmark{background-color:#fff;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:0;left:0}.health-survey-option:hover .health-survey-radio-checkmark{background-color:#e8f5e9;border-color:#1b5e20}.health-survey-option input[type=radio]:checked~.health-survey-radio-checkmark{background-color:#1b5e20;border-color:#1b5e20}.health-survey-option-number{z-index:1;color:#333;font-size:14px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.health-survey-option input[type=radio]:checked~.health-survey-option-number{color:#fff}.health-survey-option-text{color:#666;text-align:center;white-space:nowrap;z-index:10;font-size:12px;line-height:1.2;position:absolute;bottom:-35px;left:50%;transform:translate(-50%)}.health-survey-yes-no{gap:20px;margin-bottom:15px;display:flex}.health-survey-yes-no-option{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #ddd;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;transition:all .2s;display:flex;position:relative}.health-survey-yes-no-option:hover{background-color:#e8f5e9;border-color:#1b5e20}.health-survey-yes-no-option input[type=radio]:checked~span:last-child{color:#fff}.health-survey-yes-no-option:has(input[type=radio]:checked){color:#fff;background-color:#1b5e20;border-color:#1b5e20}.health-survey-yes-no-option input[type=radio]{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.health-survey-yes-no-option input[type=radio]:checked~.health-survey-yes-no-checkmark:after{content:"";background-color:#fff;border-radius:50%;width:6px;height:6px;display:none;position:absolute;top:4px;left:4px}.health-survey-yes-no-option span:last-child{color:#333;font-size:16px;font-weight:500}.health-survey-yes-no-option input[type=radio]:checked~.health-survey-yes-no-option span:last-child{color:#fff}.health-survey-severity{border-top:1px solid #c7e1d0;margin-top:15px;padding-top:15px}.health-survey-severity label{color:#555;margin-bottom:10px;font-size:14px;font-weight:500}@media screen and (width<=768px){.health-survey-options{flex-wrap:wrap;justify-content:center;gap:6px;max-width:100%}.health-survey-option{flex-shrink:0;flex-basis:calc(14.28% - 5.14px);width:35px;max-width:35px;height:35px}.health-survey-radio-checkmark{width:35px;height:35px}.health-survey-option-number{font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.health-survey-option-text{font-size:10px;bottom:-30px}.health-survey-yes-no{gap:15px}.health-survey-yes-no-option{padding:6px 12px}}@media screen and (width<=480px){.health-survey-options{flex-wrap:wrap;justify-content:center;gap:4px;max-width:100%}.health-survey-option{flex-shrink:0;flex-basis:calc(14.28% - 3.43px);width:30px;max-width:30px;height:30px}.health-survey-radio-checkmark{width:30px;height:30px}.health-survey-option-number{font-size:10px;top:50%;left:50%;transform:translate(-50%,-50%)}.health-survey-option-text{font-size:9px;bottom:-25px}.health-survey-yes-no{flex-direction:column;gap:10px}}@media screen and (width<=400px){.health-survey-options{gap:22px}.health-survey-option{flex-basis:calc(20% - 2.4px);width:28px;max-width:28px;height:28px}.health-survey-radio-checkmark{width:28px;height:28px}.health-survey-option-number{font-size:9px}.health-survey-option-text{font-size:8px;bottom:-22px}}.general-health-title{color:#333;text-align:left;margin-bottom:20px;font-size:24px;font-weight:700}.general-health-question{background:#f1f8e9;border:1px solid #c7e1d0;border-radius:12px;margin-bottom:20px;padding:20px}.general-health-question.invalid-group{border-color:#e53935!important;box-shadow:0 0 0 2px #e539351f!important}.general-health-question label{color:#333;margin-bottom:15px;font-size:16px;font-weight:600;line-height:1.4;display:block}.general-health-instruction{color:#666;margin-bottom:15px;font-size:14px;font-style:italic}.general-health-options{flex-wrap:wrap;justify-content:flex-start;gap:12px;display:flex}.general-health-options.vertical{flex-direction:column;gap:10px}.general-health-option{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #ddd;border-radius:8px;align-items:center;gap:8px;min-width:120px;padding:8px 12px;transition:all .2s;display:flex;position:relative}.general-health-option:hover{background-color:#e8f5e9;border-color:#1b5e20}.general-health-option input[type=radio]{opacity:0;cursor:pointer;width:0;height:0;position:absolute}form.was-validated .general-health-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)){border-color:#e57373;box-shadow:0 0 0 2px #e5737326}form.was-validated .general-health-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)) .general-health-option{border-color:#e57373}form.was-validated .general-health-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)):after{content:"Please fill this field";color:#d32f2f;margin-top:8px;font-size:12px;display:block}.general-health-option:hover .general-health-radio-checkmark,.general-health-option input[type=radio]:checked~.general-health-radio-checkmark{display:none}.general-health-option input[type=radio]:checked~.general-health-radio-checkmark:after{content:"";background-color:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;left:4px}.general-health-option-text{color:#333;font-size:14px;font-weight:500}.general-health-option:has(input[type=radio]:checked){color:#fff;background-color:#1b5e20;border-color:#1b5e20}.general-health-option input[type=radio]:checked~.general-health-option-text{color:#fff;font-weight:600}@media screen and (width<=768px){.general-health-options{gap:8px}.general-health-option{min-width:100px;padding:6px 10px}.general-health-option-text{font-size:13px}}@media screen and (width<=480px){.general-health-question{padding:15px}.general-health-options{gap:3px}.general-health-option{min-width:80px;padding:6px 8px}.general-health-option-text{font-size:9px}.general-health-options.vertical{gap:8px}}.btnn{background-color:#0000;grid-column:1/-1;justify-content:center;align-items:center;width:100%;padding:0;display:flex}.submit-btnn{color:#fff;cursor:pointer;background-color:#1b5e20;border:none;border-radius:10px;padding:12px 36px;font-size:16px;font-weight:700;text-decoration:none}.submit-btnn:hover{color:#1b5e20;background-color:#c7e1d0}.unfilled-data{color:red}.select__control css-149gfla-control{font-size:13px}[class*=menu-list]{-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden!important}[class*=menu-list]::-webkit-scrollbar{width:0;height:0;display:none}.second-row-input{width:60px;height:15px}.modal-overlay{z-index:999;background:#001b064d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:1.5rem;width:90%;max-width:400px;padding:2.5rem;position:relative;box-shadow:0 0 20px #00000026}.modal-image{width:250px}.modal-close{cursor:pointer;color:#2b4a38;background:0 0;border:none;font-size:24px;position:absolute;top:10px;right:14px}.modal-content h2{color:#2b4a38;margin:0;font-size:clamp(2rem,2.5vw,3rem);font-weight:700}.modal-content p{font-size:1rem}.subtext{color:#555;margin-top:1rem;font-size:.95rem!important}.modal-overlay{justify-content:center;align-items:center;min-height:100vh;display:flex}.modal-content{position:relative}.modal-close{color:#999;cursor:pointer;font-size:28px;font-weight:700;text-decoration:none;transition:color .3s;position:absolute;top:15px;right:20px}.modal-close:hover{color:#333}.modal-image{object-fit:contain;width:100%;max-width:300px;height:auto}.modal-content p{color:#666}.modal-button-group{justify-content:center;gap:15px;margin-top:30px;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;padding:12px 28px;font-size:10px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.modal-btn-primary{color:#fff;background-color:#2b4a38}.modal-btn-primary:hover{background-color:#2b4a38}.modal-btn-secondary{color:#2b4a38;background-color:#eee4ff;border:2px solid #2b4a38}.modal-btn-secondary:hover{background-color:#2b4a38;border-color:#2b4a38}@media screen and (width<=768px){.modal-button-group{gap:10px}}@media screen and (width<=480px){.modal-button-group{flex-direction:column;gap:10px}.modal-btn{justify-content:center;width:100%;display:flex}}
