@charset "UTF-8";.wizard-shell{--wizard-card-radius: 0;--wizard-transition-speed: .3s;--wizard-ease-curve: cubic-bezier(.4, 0, .2, 1);font-family:inherit;position:relative;z-index:1}.wizard-shell .fs-7{font-size:.875rem!important}.wizard-shell .fs-8{font-size:.75rem!important}.wizard-shell .line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wizard-shell .rotate-180{transform:rotate(180deg);transition:transform var(--wizard-transition-speed) var(--wizard-ease-curve)}.wizard-shell .wizard-hero-title{font-size:1.5rem;font-family:KalamehWeb,sans-serif,system-ui;font-weight:900}.wizard-shell .wizard-support-icon-box{width:40px;height:40px}.wizard-shell .wizard-step-num-badge{width:32px;height:32px;flex-shrink:0;background:rgba(var(--bs-primary-rgb),.08)}.wizard-shell .wizard-surface{background-color:var(--bt-white-bg);color:var(--bs-body-color);border:1px solid var(--bs-border-color);transition:background-color var(--wizard-transition-speed) var(--wizard-ease-curve),border-color var(--wizard-transition-speed) var(--wizard-ease-curve),color var(--wizard-transition-speed) var(--wizard-ease-curve)}.wizard-shell .wizard-step-card{border-width:2px;border-style:solid;border-radius:var(--wizard-card-radius);transition:all var(--wizard-transition-speed) var(--wizard-ease-curve);background-color:var(--bt-white-bg)}.wizard-shell .wizard-step-card.step-ui{border-color:var(--bt-cyber-blue-bg)}.wizard-shell .wizard-step-card.step-ui .step-icon,.wizard-shell .wizard-step-card.step-ui .step-title{color:var(--bt-cyber-blue-bg)}.wizard-shell .wizard-step-card.step-core{border-color:var(--bt-medic-success-bg)}.wizard-shell .wizard-step-card.step-core .step-icon,.wizard-shell .wizard-step-card.step-core .step-title{color:var(--bt-medic-success-bg)}.wizard-shell .wizard-step-card.step-data{border-color:var(--bt-flat-purple-bg)}.wizard-shell .wizard-step-card.step-data .step-icon,.wizard-shell .wizard-step-card.step-data .step-title{color:var(--bt-flat-purple-bg)}.wizard-shell .wizard-step-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px -5px #00000014}.wizard-shell .industry-section-card{background-color:var(--bt-white-bg)!important;border:1px solid var(--bs-border-color);border-radius:var(--wizard-card-radius);position:relative;box-shadow:0 12px 32px -8px rgba(var(--bs-primary-rgb),.12),0 2px 6px #00000008;transition:all var(--wizard-transition-speed) var(--wizard-ease-curve)}.wizard-shell .industry-section-card:before{content:"";position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:4px;background:linear-gradient(to bottom,var(--bs-primary),var(--bt-blue-info-bg));z-index:2}.wizard-shell .industry-scroll-wrapper{position:relative;width:100%;padding-inline:45px}.wizard-shell .industry-scroll-wrapper .nav-pills-scroll{touch-action:pan-x;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none}.wizard-shell .industry-scroll-wrapper .nav-pills-scroll .industry-pill-btn{border-radius:0;padding:.625rem 1.25rem;font-size:.875rem;transition:all .25s var(--wizard-ease-curve)}.wizard-shell .industry-scroll-wrapper .nav-pills-scroll .industry-pill-btn.btn-active-pill{background:linear-gradient(135deg,var(--bt-cyber-blue-bg) 0%,var(--bt-navy-bg) 100%)!important;color:#fff!important;border:1px solid var(--bt-cyber-blue-bg)!important;box-shadow:0 4px 16px #1d4ed859;transform:translateY(-1px)}.wizard-shell .industry-scroll-wrapper .nav-pills-scroll .industry-pill-btn.btn-inactive-pill{background-color:var(--bs-tertiary-bg)!important;border:1px solid var(--bs-border-color)!important;color:var(--bs-body-color)}.wizard-shell .industry-scroll-wrapper .nav-pills-scroll .industry-pill-btn.btn-inactive-pill:hover{border-color:var(--bt-cyber-blue-bg)!important;background-color:rgba(var(--bs-primary-rgb),.08)!important;color:var(--bs-primary)}.wizard-shell .scroll-touch-bar{position:absolute;top:0;bottom:0;height:100%;width:44px;z-index:10;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:var(--bs-body-color);transition:all .25s var(--wizard-ease-curve)}.wizard-shell .scroll-touch-bar:not(:disabled):hover{color:var(--bs-primary)}.wizard-shell .scroll-touch-bar:disabled{pointer-events:none}.wizard-shell .scroll-touch-bar:disabled i{opacity:.25}.wizard-shell .scroll-touch-bar.touch-bar-start{inset-inline-start:0;border-inline-end:1px solid var(--bs-border-color);background:linear-gradient(to var(--direction-end, left),var(--bt-white-bg) 45%,transparent 100%)}.wizard-shell .scroll-touch-bar.touch-bar-end{inset-inline-end:0;border-inline-start:1px solid var(--bs-border-color);background:linear-gradient(to var(--direction-start, right),var(--bt-white-bg) 45%,transparent 100%)}.wizard-shell .wizard-collapse-header{border-radius:var(--wizard-card-radius);padding:.85rem 1.25rem;border-inline-start:4px solid var(--bs-primary);transition:filter .2s ease,background-color var(--wizard-transition-speed) ease}.wizard-shell .wizard-collapse-header:hover{filter:brightness(1.08)}.wizard-shell .segmented-wrapper{-webkit-overflow-scrolling:touch;width:100%}.wizard-shell .segmented-control{padding:0;border-radius:0;display:flex;width:100%;border:1px solid var(--bs-border-color);background:var(--bs-tertiary-bg)}.wizard-shell .segmented-control .btn-segment{border-radius:0;padding:.55rem 1rem;font-size:.85rem;border:none;border-inline-end:1px solid var(--bs-border-color);transition:all .25s var(--wizard-ease-curve);color:var(--bs-body-color);background:transparent;opacity:.75;flex:1 1 auto;white-space:nowrap;text-align:center}.wizard-shell .segmented-control .btn-segment:last-child{border-inline-end:none}.wizard-shell .segmented-control .btn-segment.active{background-color:var(--bt-navy-bg);color:var(--bt-navy-text);font-weight:600;opacity:1}.wizard-shell .segmented-control .btn-segment:hover:not(.active){opacity:1;background-color:rgba(var(--bs-primary-rgb),.08)}.wizard-shell .wizard-hero-card,.wizard-shell .module-card,.wizard-shell .wizard-sticky-summary{border-radius:var(--wizard-card-radius);background-color:var(--bt-white-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--bs-border-color)!important;box-shadow:none;transition:border-color var(--wizard-transition-speed) var(--wizard-ease-curve),box-shadow var(--wizard-transition-speed) var(--wizard-ease-curve),background-color var(--wizard-transition-speed) var(--wizard-ease-curve),transform var(--wizard-transition-speed) var(--wizard-ease-curve)}.wizard-shell .module-card .required-tag-badge{border-inline-start:1px solid var(--bs-border-color);border-block-end:1px solid var(--bs-border-color)}.wizard-shell .module-card:hover{border-color:var(--bt-navy-bg)!important;box-shadow:0 6px 16px #0000000f}.wizard-shell [data-bs-theme=dark] .module-card:hover,.wizard-shell [data-theme=dark] .module-card:hover{border-color:var(--bt-navy-text)!important;box-shadow:0 6px 20px #00000059}.wizard-shell .module-card.is-selected{border-color:var(--bs-primary)!important;background-color:rgba(var(--bs-primary-rgb),.05)!important;box-shadow:0 0 0 2px rgba(var(--bs-primary-rgb),.25),0 4px 12px rgba(var(--bs-primary-rgb),.08)}.wizard-shell .module-card.is-selected .card-title{font-weight:800!important;color:var(--bs-primary)!important}.wizard-shell .module-card .form-switch .custom-toggle-switch{appearance:none;-webkit-appearance:none;width:2.8rem!important;height:1.4rem!important;background-color:var(--bs-tertiary-bg)!important;background-image:none!important;border:1.5px solid #94a3b8!important;border-radius:0!important;position:relative;cursor:pointer;transition:all .25s var(--wizard-ease-curve)}.wizard-shell .module-card .form-switch .custom-toggle-switch:after{content:"";position:absolute;top:2px;inset-inline-end:2px;width:calc(1.4rem - 6px);height:calc(1.4rem - 6px);background-color:#64748b;border-radius:0;transition:transform .25s var(--wizard-ease-curve),background-color .25s ease}.wizard-shell .module-card .form-switch .custom-toggle-switch:checked{background-color:var(--bs-primary)!important;border-color:var(--bs-primary)!important}.wizard-shell .module-card .form-switch .custom-toggle-switch:checked:after{transform:translate(calc(-1.4rem + 4px));background-color:#fff}.wizard-shell .module-card .form-switch .custom-toggle-switch:disabled{opacity:.5;cursor:not-allowed}.wizard-shell [data-bs-theme=dark] .module-card .form-switch .custom-toggle-switch,.wizard-shell [data-theme=dark] .module-card .form-switch .custom-toggle-switch{border-color:#64748b!important}.wizard-shell [data-bs-theme=dark] .module-card .form-switch .custom-toggle-switch:after,.wizard-shell [data-theme=dark] .module-card .form-switch .custom-toggle-switch:after{background-color:#94a3b8}.wizard-shell .wizard-sticky-summary{top:2rem}.wizard-shell .wizard-sticky-summary .summary-header{background-color:var(--bs-tertiary-bg);border-bottom:1px solid var(--bs-border-color)}.wizard-shell .wizard-sticky-summary .summary-item{padding-block:.75rem;border-bottom:1px dashed var(--bs-border-color)}.wizard-shell .wizard-sticky-summary .summary-item:last-child{border-bottom:none}.wizard-shell .wizard-sticky-summary .btn{border-radius:0}.wizard-shell .mobile-bottom-dock{border-top:1px solid var(--bs-border-color);z-index:1030}[dir=rtl] .wizard-shell .module-card .form-switch .custom-toggle-switch:checked:after{transform:translate(calc(1.4rem - 4px))}
