.auth-page{min-height:68vh;background:linear-gradient(180deg,#f4f9f6,#fff);padding:64px 0 90px}.auth-card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);padding:36px}.login-card{max-width:470px;margin:auto;text-align:center}.auth-icon{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 18px;border-radius:50%;background:#e8f4ed;color:var(--primary);font-size:28px}.auth-card h1,.management-heading h1{font-size:clamp(28px,4vw,40px)}.auth-card h1.login-heading,.auth-card h1.registration-heading,.auth-card h1.profile-heading,.auth-card h1.user-update-heading,.management-heading h1.user-management-heading{font-size:clamp(19.6px,2.8vw,28px)}.auth-card label{font-weight:650;color:var(--dark);text-align:left;display:block}.otp-input{text-align:center;font-size:24px;letter-spacing:8px}.otp-links{display:flex;justify-content:space-between;margin-top:10px}.otp-links .btn-link{font-size:14px;color:var(--primary)}.register-link{border-top:1px solid var(--border);margin-top:24px;padding-top:20px}.register-link a{font-weight:700}.user-form-card{max-width:1050px;margin:auto}.form-heading,.management-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.form-heading h1{margin:0}.reference-badge{background:#f7edda;color:#5d4515;border:1px solid #e3c681;border-radius:12px;padding:10px 15px}.reference-badge strong{display:block;color:var(--primary);font-size:18px}.user-form-card label span{color:#b42318}.searchable-select{position:relative}.searchable-select .form-control{padding-right:40px}.searchable-select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#6c757d;pointer-events:none}.searchable-select-options{display:none;position:absolute;z-index:1050;top:calc(100% + 4px);left:0;right:0;max-height:230px;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);padding:5px}.searchable-select-options.show{display:block}.searchable-select-option{display:block;width:100%;border:0;background:#fff;color:var(--dark);text-align:left;padding:9px 11px;border-radius:7px}.searchable-select-option:hover,.searchable-select-option[aria-selected="true"]{background:#eaf4ee;color:var(--primary)}.searchable-select-empty{padding:10px;color:#6c757d;text-align:center}.mobile-verification-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mobile-verification-row>.form-control{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px);min-width:190px}.mobile-verification-row .btn{height:38px;white-space:nowrap;padding:6px 12px}.otp-inline{display:flex;align-items:center;gap:8px;margin:0}.otp-inline .form-control{width:145px;height:38px;text-align:center;letter-spacing:3px}.otp-inline .btn-link{padding-left:8px;padding-right:8px}.form-actions{display:flex;justify-content:center;gap:12px;margin-top:32px}.validation-summary-valid{display:none}.text-danger{font-size:13px}.id-column{display:none!important}.user-grid-card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.user-grid{margin:0;vertical-align:middle}.user-grid thead th{background:#eaf4ee;color:#19392a;border:0;padding:14px;white-space:nowrap}.user-grid td{padding:13px 14px}.status-badge{display:inline-flex;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:750}.status-badge.active{background:#e8f6ee;color:#08783d}.status-badge.inactive{background:#fff0ef;color:#b42318}.user-actions{display:flex;gap:7px;white-space:nowrap}.status-form{display:inline}.confirmation-modal{border:0;border-radius:20px;box-shadow:0 24px 60px rgba(29,41,35,.25)}.confirmation-modal .modal-body{padding:34px}.confirmation-modal-icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 18px;border-radius:50%;background:#fff0ef;color:#b42318;font-size:24px}.confirmation-modal h2{font-size:23px;color:var(--dark)}.confirmation-modal p{margin-bottom:8px;color:#3f5047}.confirmation-modal-note{font-size:13px;color:#6c757d!important}.confirmation-modal-actions{display:flex;justify-content:center;gap:10px;margin-top:24px}.dropdown-menu .dropdown-item{margin:0}.dropdown-menu form{margin:0}@media(max-width:767.98px){.mobile-verification-row>.form-control{flex:1 1 100%;max-width:none}.otp-inline{flex-wrap:wrap}}
@media(max-width:767.98px){.auth-page{padding:38px 0 60px}.auth-card{padding:24px 17px}.form-heading,.management-heading{align-items:flex-start;flex-direction:column}.mobile-verification-row,.otp-inline{align-items:stretch;flex-direction:column}.otp-inline .form-control{max-width:none}.form-actions{align-items:stretch;flex-direction:column}.user-actions{flex-direction:column}}
.user-grid-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.user-result-count{color:#6b7b72;font-size:13px}.user-search-box{position:relative;width:min(100%,390px)}.user-search-box i{position:absolute;left:14px;top:50%;z-index:1;transform:translateY(-50%);color:#77877e}.user-search-box .form-control{padding-left:40px}.user-empty-grid{padding:34px!important;text-align:center;color:#6b7b72!important}.grid-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px}.grid-page-button{min-width:36px;height:36px;border:1px solid #cddbd3;border-radius:8px;background:#fff;color:var(--primary);font-weight:700}.grid-page-button:hover:not(:disabled),.grid-page-button.is-active{background:var(--primary);border-color:var(--primary);color:#fff}.grid-page-button:disabled{cursor:not-allowed;opacity:.45}.grid-page-status{margin:0 7px;color:#6b7b72;font-size:13px}@media(max-width:767.98px){.user-grid-toolbar{align-items:stretch;flex-direction:column}.user-search-box{width:100%}}
.mobile-verification-row.admin-mobile-row>.form-control{flex:1 1 auto;max-width:none;width:100%}
.report-status-form{display:inline}.report-modal-icon{background:#e8f6ee;color:var(--primary)}.user-actions{flex-wrap:wrap}
.marketing-status-form{display:inline}.marketing-modal-icon{background:#fff7df;color:#9a6800}
.user-action-icon{display:inline-grid;place-items:center;width:34px;height:34px;padding:0!important;border-radius:8px}.user-action-icon i{margin:0}.user-actions{align-items:center;gap:6px}
.group-form-card{max-width:680px;margin:0 auto}.group-link-action{position:relative;display:inline-flex}.linked-count-flag{position:absolute;z-index:2;right:-7px;top:-10px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid #fff;border-radius:10px;background:var(--secondary);color:#263a32;font-size:11px;font-weight:800;line-height:1}.group-user-options{max-height:310px;overflow-y:auto;border:1px solid #d9e4dd;border-radius:10px;background:#fff}.group-user-option{display:flex;align-items:center;gap:12px;padding:11px 14px;border-bottom:1px solid #edf1ee;cursor:pointer;transition:background-color .18s ease}.group-user-option:last-of-type{border-bottom:0}.group-user-option:hover{background:#f1f8f4}.group-user-option span{display:flex;flex-direction:column}.group-user-option small{color:#697970}.linked-selection-summary{margin-top:10px;color:#65746c;font-size:13px;text-align:right}.linked-selection-summary span{font-weight:800;color:var(--primary)}
.auth-card h1.group-heading{font-size:clamp(19.6px,2.8vw,28px)}
.category-form-card{max-width:680px;margin:0 auto}
.category-grid th:last-child,.category-grid td.category-actions-cell{width:30%;white-space:nowrap}.category-grid th:last-child{text-align:left}.category-actions-row{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;min-width:max-content}.category-actions-row>*{flex:0 0 auto}
.category-grid:has(thead th:nth-child(6):last-child) th:last-child,.category-grid:has(thead th:nth-child(6):last-child) td.category-actions-cell{width:1%;text-align:left;white-space:nowrap}.category-grid:has(thead th:nth-child(6):last-child) .category-actions-row{justify-content:flex-start;min-width:0}
.user-grid-toolbar .referral-discount-search{flex:0 1 410px;width:min(100%,410px);max-width:410px}@media(max-width:767.98px){.user-grid-toolbar .referral-discount-search{flex:1 1 auto;width:100%;max-width:none}}
.test-form-card{max-width:820px;margin:0 auto}.test-management-grid .test-category-heading th{padding:11px 14px;background:#f2f7f4;color:var(--primary);font-size:15px;border-top:2px solid #d5e5dc}.test-category-count{display:inline-grid;place-items:center;min-width:23px;height:21px;margin-left:7px;padding:0 6px;border-radius:11px;background:#dcece3;color:var(--primary);font-size:11px}.test-management-grid td:last-child{width:1%;white-space:nowrap}.test-actions-row{display:flex;flex-flow:row nowrap;align-items:center;min-width:max-content}.test-actions-row>*{flex:0 0 auto}.related-test-option span{min-width:0}.related-test-option strong{overflow:hidden;text-overflow:ellipsis}
.test-management-grid{width:100%;table-layout:fixed}.test-management-grid th:nth-child(2){width:110px}.test-management-grid th:nth-child(3){width:145px}.test-management-grid th:nth-child(4){width:125px}.test-management-grid th:nth-child(5){width:150px}#linkedTestsModal .user-grid{width:100%;table-layout:fixed}#linkedTestsModal .user-grid th:last-child{width:145px}.pricing-category-content .user-grid{width:100%;table-layout:fixed}.pricing-category-content .user-grid th:nth-child(2),.pricing-category-content .user-grid th:nth-child(3){width:155px}.pricing-category-content .user-grid th:last-child{width:105px}
.related-test-category-heading{position:relative;z-index:1;display:flex;align-items:center;gap:8px;width:100%;padding:9px 14px;border:0;border-top:1px solid #d5e5dc;border-bottom:1px solid #d5e5dc;background:#eaf4ee;color:var(--primary);font-size:14px;font-weight:750;text-align:left}.related-test-category-group:first-child .related-test-category-heading{border-top:0}.related-test-category-heading:hover{background:#deede4}.related-category-chevron{font-size:10px;transition:transform .25s ease}.related-test-category-heading[aria-expanded="false"] .related-category-chevron{transform:rotate(-90deg)}.related-test-category-content{max-height:none;overflow:hidden;transition:max-height .3s ease}.related-test-category-inner{background:#fff}.related-test-category-group .related-test-option{padding-left:31px}@media(prefers-reduced-motion:reduce){.related-category-chevron,.related-test-category-content{transition:none}}
.related-test-option .form-check-input{flex:0 0 1.15em;width:1.15em;height:1.15em}.related-tests-modal-title{display:flex;flex:1;align-items:center;gap:6px;min-width:0;margin-right:12px}.related-tests-title-prefix{flex:0 0 auto;white-space:nowrap}.related-tests-modal-title .test-name-ellipsis{flex:1 1 auto;min-width:0}.modal-header>.btn-close{flex:0 0 auto}
.pricing-user-list{display:grid;gap:14px}.pricing-user-panel{overflow:hidden;border:1px solid #d7e5dc;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(11,107,58,.07)}.pricing-user-heading{display:flex;align-items:center;gap:10px;width:100%;padding:14px 17px;border:0;background:#eaf4ee;color:var(--primary);text-align:left}.pricing-user-heading>span:not(.pricing-count-badge){display:flex;flex:1;flex-direction:column}.pricing-user-heading small{color:#68786f;font-size:12px}.pricing-chevron{font-size:10px;transition:transform .25s ease}.pricing-user-heading[aria-expanded="false"] .pricing-chevron{transform:rotate(-90deg)}.pricing-count-badge{display:grid;place-items:center;min-width:25px;height:23px;padding:0 7px;border-radius:12px;background:var(--secondary);color:#263a32;font-size:12px;font-weight:800}.pricing-user-content{overflow:hidden;transition:max-height .3s ease}.pricing-user-inner{background:#fff}.discount-form-card{max-width:1000px;margin:0 auto}.discount-test-toolbar{margin-top:18px}.discount-test-list{display:grid;gap:10px;max-height:520px;overflow-y:auto;border:1px solid #d7e5dc;border-radius:13px}.discount-category-panel{background:#fff}.discount-test-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,230px);align-items:center;gap:18px;padding:11px 16px;border-bottom:1px solid #edf1ee}.discount-test-name{display:flex;min-width:0;flex-direction:column}.discount-test-name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discount-test-name small{color:#697970}.discount-price-input{text-align:right}@media(max-width:575.98px){.discount-test-row{grid-template-columns:1fr;gap:7px}}@media(prefers-reduced-motion:reduce){.pricing-chevron,.pricing-user-content{transition:none}}
.pricing-category-heading{display:flex;align-items:center;gap:8px;width:100%;padding:10px 17px;border:0;border-top:1px solid #d6e5dc;background:#f4f8f5;color:var(--primary);font-size:14px;font-weight:750;text-align:left}.pricing-category-heading>span:not(.pricing-category-count){flex:1}.pricing-category-chevron{font-size:9px;transition:transform .25s ease}.pricing-category-heading[aria-expanded="false"] .pricing-category-chevron{transform:rotate(-90deg)}.pricing-category-count{display:grid;place-items:center;min-width:23px;height:21px;padding:0 6px;border-radius:11px;background:#dcece3;font-size:11px}.pricing-category-content{overflow:hidden;transition:max-height .3s ease}@media(prefers-reduced-motion:reduce){.pricing-category-chevron,.pricing-category-content{transition:none}}
.pricing-user-inner{padding:0 0 10px 22px}.pricing-category-panel{margin-top:9px;border-left:3px solid #d5e5dc}.pricing-category-heading{padding-left:15px}.pricing-category-content{margin-left:20px;border-left:1px solid #e1e9e4}.pricing-category-content .user-grid td:first-child,.pricing-category-content .user-grid th:first-child{padding-left:22px}@media(max-width:575.98px){.pricing-user-inner{padding-left:10px}.pricing-category-content{margin-left:8px}.pricing-category-content .user-grid td:first-child,.pricing-category-content .user-grid th:first-child{padding-left:14px}}
.order-style-panels .pricing-user-heading,.order-style-panels .pricing-category-heading{background:#fff;color:#263a32;transition:background-color .2s ease}.order-style-panels .pricing-user-heading:hover,.order-style-panels .pricing-user-heading:focus-visible,.order-style-panels .pricing-category-heading:hover,.order-style-panels .pricing-category-heading:focus-visible{outline:none;background:#f5faf7}.order-style-panels .expand-collapse-icon{margin-right:0;color:var(--primary);font-size:16px;transform:none!important;transition:color .2s ease,transform .2s ease!important}.order-style-panels .pricing-user-heading:hover .expand-collapse-icon,.order-style-panels .pricing-user-heading:focus-visible .expand-collapse-icon,.order-style-panels .pricing-category-heading:hover .expand-collapse-icon,.order-style-panels .pricing-category-heading:focus-visible .expand-collapse-icon{color:var(--secondary);transform:scale(1.12)!important}
.customer-pricing-page .pricing-user-inner{box-sizing:border-box;width:100%;padding:10px 14px 14px 24px}.customer-pricing-page .pricing-category-panel{box-sizing:border-box;width:100%;max-width:100%;margin-right:0;overflow:hidden}.customer-pricing-page .pricing-category-content{box-sizing:border-box;width:calc(100% - 20px);max-width:calc(100% - 20px)}.customer-pricing-page .pricing-category-content>.table-responsive{width:100%;max-width:100%}@media(max-width:575.98px){.customer-pricing-page .pricing-user-inner{padding:8px 8px 12px 12px}.customer-pricing-page .pricing-category-content{width:calc(100% - 8px);max-width:calc(100% - 8px)}}
.customer-pricing-page .pricing-category-panel{margin-bottom:10px;border:1px solid #d5e5dc;border-left:3px solid #d5e5dc;border-radius:10px}.customer-pricing-page .pricing-category-heading{border-top:0;border-bottom:1px solid #e1e9e4}.customer-pricing-page .pricing-category-content{margin-bottom:0}
.customer-pricing-page .pricing-category-content[aria-hidden="false"],.customer-pricing-page .pricing-category-heading[aria-expanded="true"]+.pricing-category-content{padding-top:8px;padding-bottom:10px}
.customer-pricing-page .pricing-category-content{position:relative;overflow:hidden;border-left:0}.customer-pricing-page .pricing-category-content>.table-responsive{box-sizing:border-box;width:calc(100% - 13px);max-width:calc(100% - 13px);margin-left:1px;margin-right:12px;overflow-x:auto}
.customer-pricing-page .pricing-category-content>.table-responsive{border:1px solid #d9e8df;border-radius:8px;background:#fff}
.special-user-inner{padding:0}.special-user-inner .user-grid th:first-child,.special-user-inner .user-grid td:first-child{padding-left:28px}.special-user-inner .user-grid th:last-child,.special-user-inner .user-grid td:last-child{width:100px}.special-user-inner .user-actions{display:flex;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;gap:6px}
.view-currency-icon{position:relative;display:inline-block;width:18px;height:18px;flex:0 0 18px;vertical-align:middle}.view-currency-icon>i{position:absolute;inset:0;display:grid;place-items:center;font-size:16px}.view-currency-icon>b{position:absolute;z-index:1;display:grid;place-items:center;margin:0;font-family:Arial,sans-serif;font-size:9px;font-weight:800;line-height:1}.commission-view-currency>b{top:0;left:7px}.quotation-view-currency>b{top:5px;left:6px;padding:1px;background:#fff;color:var(--primary);font-size:7px}
.referral-lookup-field{display:flex;align-items:stretch;gap:8px}.referral-lookup-field .form-control{flex:1 1 auto;min-width:0;width:auto}.referral-lookup-button{display:inline-flex;flex:0 0 40px;align-items:center;justify-content:center;width:40px;height:auto;min-height:40px;padding:0;border-radius:10px}.referral-mobile-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.referral-lookup-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px 12px;align-items:center;margin-top:18px;padding:13px 15px;border:1px solid #cfe5d8;border-radius:12px;background:#f2faf5}.referral-lookup-result span{color:#687a70;font-size:13px}.referral-lookup-result strong{color:var(--primary);font-size:18px;letter-spacing:.06em}.referral-lookup-result .referral-result-user{font-size:14px;letter-spacing:0}.referral-lookup-result .btn{grid-column:3;grid-row:1/span 2}.referral-lookup-modal .confirmation-modal-actions{margin-top:18px}@media(max-width:575.98px){.referral-mobile-search-row{grid-template-columns:1fr}.referral-mobile-search-row .btn{width:100%}}
