.store-page{--primary-color:rgb(0, 81, 135);--secondary-color:#3498db;--accent-color:#e74c3c;--light-bg:#f8f9fa;--dark-text:#2c3e50;--border-color:#dee2e6;--box-shadow:0 2px 15px rgba(2, 7, 73, 0.216)}.store-page body{font-family:"Segoe UI",Roboto,sans-serif;margin:0;background-color:var(--light-bg);color:var(--dark-text);min-height:100vh}.store-page .main-header{background:linear-gradient(to right,#003c64 0,#1e78b4 100%);box-shadow:0 4px 18px 0 rgba(0,0,0,.1);position:sticky;top:0;z-index:1000;padding:.8rem 0}.store-page .header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.store-page .header-left{display:flex;align-items:center;gap:1rem;flex:0 1 auto}.store-page .logo-group{display:flex;align-items:center;gap:.5rem;flex-shrink:0;transition:all .3s ease}.store-page .store-logo{width:60px!important;height:60px!important;object-fit:contain;max-width:100%;transition:all .3s ease;filter:drop-shadow(0 2px 6px rgba(0, 0, 0, .1))}.store-page .store-logo:hover{transform:scale(1.05);filter:drop-shadow(0 4px 12px rgba(0, 0, 0, .2))}.store-page .vertical-divider{width:2px;height:auto;background:hsla(0,0%,100%,.3);margin:0 .3rem}.store-page .store-title{color:#fff;font-size:1.5rem;font-weight:700;text-shadow:1px 2px 6px rgba(0,0,0,.1);white-space:nowrap;flex-shrink:1}.store-page .custom-search-bar{flex:0 1 auto;max-width:500px;min-width:300px;background:#fff;border-radius:24px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:0 1rem;display:flex;align-items:center;height:40px;transition:all .3s ease}.store-page .custom-search-bar:focus-within{box-shadow:0 4px 12px rgba(0,0,0,.15)}.store-page .custom-search-bar input{flex:1;border:none;outline:0;font-size:.95rem;background:rgba(0,0,0,0);color:#2c3e50;height:100%}.store-page .custom-search-bar input::placeholder{color:#999}.store-page .custom-search-bar .search-icon{background:0 0;border:none;cursor:pointer;color:#7f8d84;display:flex;align-items:center;justify-content:center;font-size:1.3rem;padding:0;margin-right:.5rem;width:24px;height:24px;transition:color .3s ease}.store-page .custom-search-bar .search-icon:hover{color:var(--primary-color)}.store-page .mobile-search-btn{display:none!important}.store-page .mobile-menu-btn{display:none!important}.store-page .header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;color:#fff}.store-page .header-actions-container{display:flex;align-items:center;gap:.4rem;background:rgba(0,81,135,.95);border-radius:24px;padding:.3rem .6rem;box-shadow:0 2px 8px rgba(0,0,0,.15);border:1px solid hsla(0,0%,100%,.15);height:40px}.store-page .header-action-btn{position:relative;background:rgba(0,0,0,0);border:none;color:#fff;font-size:1.1rem;cursor:pointer;padding:.5rem .6rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:8px;min-width:36px;min-height:36px}.store-page .header-action-btn:hover{background:hsla(0,0%,100%,.2);color:#fff;transform:scale(1.05)}.store-page .header-cart-btn{position:relative}.store-page .cart-counts{position:absolute;top:-4px;right:-4px;background:#abcc59;color:#222;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;box-shadow:0 2px 4px rgba(0,0,0,.2)}.store-page .cart-hover-container{position:relative;display:inline-flex;align-items:center}.store-page .toolbar{max-width:1200px;margin:1rem auto 2rem;padding:1rem 2rem;background:#fff;border-radius:12px;box-shadow:var(--box-shadow);display:flex;flex-wrap:wrap;gap:1.5rem}.store-page .search-input{flex-grow:1;min-width:300px;margin-top:-5px;cursor:pointer}.store-page .search-icon{color:#7f8c8d}.store-page .filters-container{display:flex;gap:2rem;align-items:center}.store-page .filter-group{display:flex;align-items:center;gap:.8rem}.store-page .products-grid{max-width:1200px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.store-page .product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--box-shadow);transition:transform .3s ease;cursor:pointer}.store-page .product-card:hover{transform:translateY(-5px)}.store-page .product-image-container{height:250px;display:flex;align-items:center;justify-content:center;padding:15px;background:#f5f5f5;border-radius:8px 8px 0 0;overflow:hidden}.store-page .product-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.store-page .product-info{padding:1.5rem;text-align:center}.store-page .product-name{margin:0;font-size:1.1rem;min-height:3em}.store-page .product-price{color:var(--accent-color);font-size:1.2rem;font-weight:700;margin:1rem 0}.store-page .product-details-button{background:linear-gradient(to right,#003c64 0,#1e78b4 100%);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.store-page .product-details-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2);background:linear-gradient(to right,#003255 0,#1464a0 100%)}.store-page .pagination-controls{max-width:1200px;margin:2rem auto;padding:0 2rem;display:flex;justify-content:center;gap:1rem;align-items:center}.store-page .pagination-button{padding:.8rem 1.2rem;border:none;border-radius:8px;background:var(--secondary-color);color:#fff;cursor:pointer;transition:background .3s ease}.store-page .pagination-button:disabled{background:#bdc3c7;cursor:not-allowed}.store-page .empty-state{max-width:1200px;margin:0 auto;padding:4rem 2rem;text-align:center;color:#7f8c8d}.store-page .empty-state img{max-width:400px;margin-bottom:2rem;opacity:.8}.store-page .secondary-bar{background:#0092d4;color:#fff;width:100%;min-height:44px;display:flex;align-items:center;box-shadow:0 2px 6px rgba(0,0,0,.04);border-bottom:1.5px solid hsla(0,0%,100%,.1333333333)}.store-page .secondary-bar-content{max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:.2rem 2rem;gap:2rem}.store-page .secondary-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.store-page .secondary-menu li{font-weight:600;cursor:pointer;transition:color .2s}.store-page .secondary-menu li:hover{color:#e3f2fd}.store-page .secondary-right{font-weight:500;font-size:1rem}.store-page .secondary-search{display:flex;align-items:center;background:#fff;border-radius:1.2rem;padding:.1rem 1rem;min-width:260px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.store-page .secondary-search input{border:none;outline:0;background:rgba(0,0,0,0);font-size:1rem;color:#2c3e50;padding:.5rem .3rem;width:160px}.store-page .secondary-search .search-icon{color:#7f8c8d;font-size:1.1rem;cursor:pointer;margin-left:.5rem}.store-page .secondary-selects{display:flex;align-items:center;gap:.7rem}.store-page .secondary-selects label{font-weight:500;margin-right:.2rem;color:#fff}.store-page .secondary-selects select{border:none;border-radius:6px;padding:.2rem .7rem;font-size:1rem;background:#fff;color:#2c3e50;box-shadow:0 1px 4px rgba(0,0,0,.06);outline:0;min-width:70px}@media(max-width:900px){.store-page .secondary-bar-content{flex-direction:column;gap:.7rem;padding:.5rem 1rem;align-items:stretch}.store-page .secondary-search{width:100%;min-width:unset}.store-page .secondary-selects{flex-wrap:wrap;gap:.5rem}}@media(max-width:1024px){.store-page .header-content{gap:.5rem}.store-page .header-left{min-width:auto;flex:0 1 auto}.store-page .store-title{font-size:1.2rem}.store-page .custom-search-bar{flex:1 1 200px;min-width:180px;height:2rem}.store-page .header-actions-container{padding:.4rem .6rem}.store-page .header-action-btn{font-size:1rem;padding:.45rem .55rem}}@media(max-width:768px){.store-page .header-content{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:.5rem;position:relative;padding-bottom:.5rem}.store-page .header-left{flex:1 1 auto;gap:.5rem;order:1}.store-page .logo-group{gap:.3rem}.store-page .store-logo{width:45px!important;height:45px!important}.store-page .vertical-divider{height:35px}.store-page .store-title{font-size:1rem;white-space:nowrap}.store-page .custom-search-bar{display:none;position:absolute;top:100%;left:.5rem;right:.5rem;width:auto;margin-top:.5rem;height:38px;z-index:1001}.store-page .custom-search-bar.show{display:flex!important;animation:slideDown .3s ease}.store-page .custom-search-bar input{font-size:.9rem}.store-page .mobile-menu-btn{display:flex!important;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;color:#fff;font-size:1.3rem;cursor:pointer;padding:.4rem;border-radius:6px;min-width:40px;min-height:40px;transition:all .3s ease;order:2}.store-page .mobile-menu-btn:hover{background:hsla(0,0%,100%,.2)}.store-page .header-actions-container{display:none;position:absolute;top:calc(100% + .5rem);right:.5rem;background:rgba(0,0,0,0);padding:.6rem;box-shadow:none;border-radius:0;flex-direction:column;gap:.6rem;z-index:1002;min-width:60px}.store-page .header-actions-container.mobile-menu-open{display:flex!important;animation:slideDown .3s ease}.store-page .header-right{flex:0 1 auto;order:2;position:relative}.store-page .header-action-btn{background:#005187;color:#fff;padding:0;font-size:.9rem;min-width:48px;min-height:48px;width:48px;height:48px;justify-content:center;gap:0;border-radius:50%;font-weight:400;border:none;display:flex!important;align-items:center;position:relative;box-shadow:0 2px 8px rgba(0,81,135,.3)}.store-page .mobile-search-btn{display:flex!important;background:#005187;color:#fff;padding:0;font-size:.9rem;min-width:48px;min-height:48px;width:48px;height:48px;justify-content:center;border-radius:50%;border:none;align-items:center;position:relative;box-shadow:0 2px 8px rgba(0,81,135,.3)}.store-page .mobile-search-btn:hover{background:rgba(0,81,135,.9);transform:scale(1.05)}.store-page .mobile-search-btn i{font-size:1.3rem;color:#fff}.store-page .header-action-btn:hover{background:rgba(0,81,135,.9);transform:scale(1.05)}.store-page .header-action-btn i{width:auto;font-size:1.3rem;color:#fff;margin:0}.store-page .cart-hover-container .header-action-btn i::after,.store-page .mobile-search-btn i::after{content:none}.store-page .header-action-btn.mobile-search-btn{display:flex!important;background:#005187;border-radius:50%}.store-page .cart-counts{position:absolute;top:-4px;right:-4px;background:#abcc59;color:#222;min-width:20px;height:20px;font-size:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 .25rem;font-weight:700;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}.store-page .cart-hover-container{width:auto;position:relative}.store-page .cart-counts{top:-3px;right:-3px;min-width:16px;height:16px;font-size:.65rem}.store-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin:1.5rem auto}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.store-page .toolbar{flex-direction:column;padding:.8rem!important}.store-page .filters-container{flex-direction:column;width:100%;gap:.8rem}.store-page .product-image-container{height:180px}}@media(max-width:480px){.store-page .header-content{padding:0 .5rem;gap:.5rem}.store-page .header-left{gap:.4rem}.store-page .logo-group{gap:.25rem}.store-page .store-logo{width:38px!important;height:38px!important}.store-page .vertical-divider{height:30px}.store-page .store-title{font-size:.9rem;max-width:150px;overflow:hidden;text-overflow:ellipsis}.store-page .mobile-menu-btn{font-size:1.2rem;min-width:36px;min-height:36px}.store-page .cart-counts{top:-2px;right:-2px;min-width:14px;height:14px;font-size:.6rem}.store-page .custom-search-bar{display:none;position:absolute;top:calc(100% + 4px);left:.5rem;right:.5rem;width:auto;max-width:none;margin:0;height:36px;z-index:1001;box-shadow:0 4px 12px rgba(0,0,0,.15)}.store-page .custom-search-bar.show{display:flex!important;animation:slideDown .3s ease}.store-page .custom-search-bar input{font-size:.85rem}.store-page .custom-search-bar .search-icon{font-size:1.1rem;width:20px;height:20px}.store-page .mobile-search-btn{display:flex!important;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.3rem .35rem;border-radius:8px;min-width:30px;min-height:30px;transition:all .3s ease}.store-page .mobile-search-btn:hover{background:hsla(0,0%,100%,.2);transform:scale(1.05)}.store-page .products-grid{grid-template-columns:1fr;gap:1rem;margin:1rem auto}.store-page .product-image-container{height:150px}.store-page .product-name{font-size:.95rem}.store-page .product-price{font-size:1rem}}.store-page .cart-preview{position:absolute;top:calc(100% + 8px);right:0;width:300px;background:#fff;border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,.13);padding:1.2rem 1.2rem 1.2rem 1.2rem;z-index:999999!important;display:flex;flex-direction:column;gap:.7rem;min-height:120px}.store-page .cart-preview .cart-preview-header{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-bottom:.5rem}.store-page .cart-preview .cart-preview-img-list{display:flex;gap:.5rem}.store-page .cart-preview .cart-preview-img{width:54px;height:54px;border-radius:10px;object-fit:cover;background:#f5f5f5;border:1.5px solid #eee}.store-page .cart-preview .cart-preview-body{margin-top:.5rem}.store-page .cart-preview .cart-preview-list{list-style:none;padding:0;margin:0 0 .5rem 0;max-height:120px;overflow-y:auto}.store-page .cart-preview .cart-preview-product{display:flex;justify-content:space-between;align-items:center;font-size:.98rem;padding:.2rem 0}.store-page .cart-preview .cart-preview-product-name{color:#222;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-page .cart-preview .cart-preview-product-price{color:#0092d4;font-weight:600;margin-left:1rem}.store-page .cart-preview .cart-preview-divider{border:none;border-top:3px solid #abcc59;margin:.5rem 0}.store-page .cart-preview .cart-preview-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;color:#222;margin-bottom:.7rem}.store-page .cart-preview .cart-preview-btn{background:#abcc59;color:#222;border:none;border-radius:8px;padding:.7rem 0;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;margin-top:.2rem;box-shadow:0 2px 8px rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center;gap:.5rem}.store-page .cart-preview .cart-preview-btn:hover{background:#b2d235}.checkout-header{padding:15px 20px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;margin-bottom:10px}.payment-card{border:1px solid #e0e0e0;border-radius:8px;padding:15px;margin-bottom:20px}md-table-container{overflow-x:auto;margin-bottom:15px}.step-content::-webkit-scrollbar{width:8px}.step-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.step-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.step-content::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.card-input-wrapper{position:relative;display:flex;width:100%}.card-input-wrapper md-input-container{flex:1}.card-logos{display:flex;margin:20px 0;flex-wrap:wrap;pointer-events:none}.card-logos img{margin-right:5px;object-fit:contain}.card-input-wrapper input{padding-right:55px!important}.steps-container{display:flex;justify-content:space-between;margin:10px 0 20px;padding:0 10px;flex-wrap:wrap}.step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;margin:5px 0;min-width:80px;text-align:center}.step-icon,.step-number{width:36px;height:36px;border-radius:50%;background-color:#e0e0e0;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:5px;z-index:2;transition:all .3s ease}.step-title{font-size:11px;text-align:center;color:#757575;max-width:90px;white-space:normal}.step-connector{position:absolute;height:2px;background-color:#e0e0e0;top:18px;width:100%;left:50%;z-index:1}.step:last-child .step-connector{display:none}.step.active .step-number{background-color:#2196f3;color:#fff;box-shadow:0 2px 5px rgba(33,150,243,.3)}.step.active .step-title{color:#2196f3;font-weight:500}.step.completed .step-number{background-color:#4caf50;color:#fff}.step.completed .step-connector{background-color:#4caf50}.step.completed.success .step-icon{background-color:#4caf50;color:#fff}.step.completed.error .step-icon{background-color:#f44336;color:#fff}.step-content{width:100%;padding:15px;box-sizing:border-box;overflow-y:auto;max-height:450px}@media(max-width:600px){.step{min-width:60px}.step-title{font-size:10px}.step-icon,.step-number{width:30px;height:30px}.payment-card{padding:10px}}.button-row{padding:8px 16px}.find-client-box{background-color:#f5f5f5;padding:10px;border-radius:4px;margin-bottom:15px}.found-client-info{background-color:#f5f7fa;border:1px solid #dce3ea;border-radius:8px;padding:12px 16px;margin:12px 0;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:box-shadow .3s ease}.found-client-info:hover{box-shadow:0 4px 10px rgba(0,0,0,.08)}.found-client-info md-icon{margin-right:12px;width:32px;height:32px}.found-client-info p{font-size:15px;color:#333;margin:2px 0}.found-client-info strong{color:#1e3a5f}.md-button-clean{background-color:#e3f2fd;color:#1565c0;border-radius:20px;padding:6px 16px;font-size:14px;min-height:auto;height:auto;line-height:normal;text-transform:none;box-shadow:none;transition:background-color .3s ease}.md-button-clean:hover{background-color:#bbdefb}.md-button-clean md-icon{margin-right:6px;width:20px;height:20px;vertical-align:middle}.order-summary{background-color:#fff;border-radius:8px;overflow:hidden;margin-bottom:24px}.summary-header{background-color:#f7f7f7;padding:16px 24px;border-bottom:1px solid #eee}.summary-header h2{margin:0;font-size:18px;font-weight:500;color:#212121}.summary-products{padding:16px 24px;max-height:180px;overflow-y:auto}.summary-item{padding:8px 0;border-bottom:1px solid #f0f0f0}.summary-item:last-child{border-bottom:none}.product-qty{color:#757575;font-weight:500}.product-name{color:#212121;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-weight:500;color:#212121}.order-total-row{background-color:#fafafa;padding:16px 24px;border-top:1px solid #eee;border-bottom:1px solid #eee}.total-label{font-size:16px;font-weight:500;color:#212121}.large-total{margin-left:-15px;font-size:16px;font-weight:500;color:#4caf50}.payment-info-container{display:flex;flex-direction:row;flex-wrap:wrap;padding:0}.info-column{flex:1 1 45%;min-width:280px;padding:20px}.info-header{text-align:left;display:inline-flex;padding:0 0 0 15px}.section-icon{color:#2196f3;margin-right:8px}.section-title{margin:0;font-size:16px;font-weight:500;color:#212121}.info-content{background-color:#fafafa;border-radius:4px;padding:16px}.card-info-row{display:flex;align-items:center;flex-direction:row}.card-logo{display:flex;margin:20px 0;flex-wrap:wrap;pointer-events:none}.card-logo img{margin-right:5px;object-fit:contain}.card-details p{margin:4px 0}.billing-detail-row{margin-bottom:8px}.detail-label{font-weight:500;color:#616161;margin-right:4px;display:inline-block;width:80px}.detail-value{color:#212121}.vertical-divider{width:1px;background-color:#e0e0e0;align-self:stretch;height:auto;margin:0 10px}.main-divider{margin:0}.legal-disclaimer{margin-top:20px;padding:16px 24px;background-color:#f5f5f5;border-radius:0 0 8px 8px;color:#757575;font-size:10px}@media(max-width:959px){.payment-info-container{flex-direction:column}.info-column{flex:1 1 100%}.payment-column{border-bottom:1px solid #e0e0e0}}.billing-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);z-index:100;display:flex;justify-content:center;align-items:center;border-radius:4px;backdrop-filter:blur(2px);animation:fadeIn .3s ease}.billing-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border-radius:8px;background-color:hsla(0,0%,100%,.9);box-shadow:0 4px 12px rgba(0,0,0,.1)}.loading-text{margin-top:8px;font-size:14px;color:#757575;font-weight:500}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.full-spinner-container{display:flex;justify-content:center;align-items:center;width:100%;height:300px;position:relative}.full-spinner-container .md-progress-circular{z-index:10;transition:all .3s ease}.full-spinner-container .md-progress-circular.ng-enter,.full-spinner-container .md-progress-circular.ng-leave{transition:all .5s ease}.full-spinner-container .md-progress-circular.ng-enter,.full-spinner-container .md-progress-circular.ng-leave.ng-leave-active{opacity:0;transform:scale(.8)}.full-spinner-container .md-progress-circular.ng-enter.ng-enter-active,.full-spinner-container .md-progress-circular.ng-leave{opacity:1;transform:scale(1)}.student-section{margin:16px 0;background-color:#fff;border-radius:4px}.student-container{display:flex;min-height:200px}.student-info-column{padding:16px;background-color:#f9f9f9;display:flex;flex-direction:column}.packages-column{padding:16px;display:flex;flex-direction:column}.column-header{display:flex;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #2196f3}.column-icon{color:#2196f3;margin-right:8px;font-size:22px!important}.column-title{margin:0;font-size:14px;font-weight:600;color:#1565c0;text-transform:uppercase;letter-spacing:.5px}.student-card{display:flex;align-items:center;gap:12px;background-color:#fff;padding:12px;border-radius:4px;border:1px solid #e0e0e0}.student-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#2196f3 0,#1565c0 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.student-details{flex:1;min-width:0}.student-name{margin:0;font-size:15px;font-weight:600;color:#212121;line-height:1.2;word-break:break-word}.student-meta{margin-top:6px}.meta-row{margin:3px 0;font-size:13px;color:rgba(0,0,0,.7);display:flex;gap:6px}.meta-label{font-weight:600;color:rgba(0,0,0,.87);min-width:45px}.meta-value{color:rgba(0,0,0,.7)}.student-divider{width:1px;background-color:#e0e0e0;margin:0;min-height:200px;align-self:stretch}.packages-list{flex:1;overflow-y:auto;max-height:180px}.package-item{display:flex;gap:10px;padding:8px;margin-bottom:6px;background-color:#f0f7ff;border-left:3px solid #2196f3;border-radius:2px;transition:all .2s ease}.package-item:hover{background-color:#e3f2fd;box-shadow:0 1px 3px rgba(0,0,0,.1)}.package-qty{display:flex;align-items:center;justify-content:center}.qty-badge{background-color:#2196f3;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600;min-width:35px;text-align:center}.package-info{flex:1;min-width:0}.package-name{margin:0;font-size:13px;font-weight:500;color:#212121;line-height:1.3;word-break:break-word}.package-price{margin:2px 0 0;font-size:12px;color:#2196f3;font-weight:600}@media(max-width:959px){.student-container{flex-direction:column}.student-info-column{padding:12px;background-color:#fafafa;border-bottom:1px solid #e0e0e0}.packages-column{padding:12px}.student-divider{display:none}.student-container{min-height:auto}.packages-list{max-height:150px}}@media(max-width:600px){.student-card{flex-direction:column;text-align:center}.student-avatar{width:45px;height:45px;font-size:18px}.student-name{font-size:14px}.meta-row{font-size:12px;justify-content:center}.column-title{font-size:12px}.package-item{padding:6px;margin-bottom:4px}.package-name{font-size:12px}.package-price{font-size:11px}}.student-header-summary{padding:16px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;align-items:center;border-radius:4px 4px 0 0}.student-avatar-small{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2196f3 0,#1565c0 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.student-name-summary{margin:0;font-size:15px;font-weight:600;color:#212121}.student-meta-summary{margin:4px 0 0;font-size:12px;color:rgba(0,0,0,.6)}.package-count{margin:0;font-size:12px;font-weight:600;color:#2196f3;text-align:right}.package-summary-row{cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #e0e0e0}.package-summary-row:hover{background-color:#fafafa}.package-summary-row md-icon{transition:transform .3s ease}.package-summary-row md-icon.rotate-90{transform:rotate(90deg)}@media(max-width:600px){.student-header-summary{padding:12px;flex-direction:column;text-align:center}.student-header-summary>div{margin-bottom:8px}.student-avatar-small{width:35px;height:35px;font-size:16px}.student-name-summary{font-size:14px}.student-meta-summary{font-size:11px}.package-count{text-align:center;margin-top:8px}.package-summary-row td{padding:12px 8px!important;font-size:13px!important}.icon-down{transform:rotate(0)!important;transition:transform .3s ease-in-out!important}.icon-right{transform:rotate(-90deg)!important;transition:transform .3s ease-in-out!important}md-icon.icon-down,md-icon.icon-right{display:inline-flex!important;align-items:center!important;justify-content:center!important}}.checkout-summary-left{width:180px;flex-shrink:0;padding:12px;background-color:#fff;border-right:3px solid #0092d4;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:8px;min-height:100%;border-bottom:1px solid #040404}.checkout-summary-right{flex:1;padding:0}.checkout-student-avatar{width:29px;height:29px;border-radius:50%;background:linear-gradient(135deg,#2196f3 0,#1565c0 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0;border:2px solid #fff;box-shadow:0 0 0 2px #0092d4}.checkout-student-data{flex:0 0 auto;min-width:0}.checkout-student-data p{margin:0;text-align:left;line-height:1.1}.checkout-student-data p:first-child{font-size:9px;font-weight:600;color:#212121;word-break:break-word}.checkout-student-data p:not(:first-child){margin-top:0;font-size:7px;color:rgba(0,0,0,.6)}.checkout-summary-container{display:flex;align-items:stretch}.checkout-item-row{display:flex;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0;background-color:#fff;cursor:pointer;transition:background-color .2s ease}.checkout-item-row:hover{background-color:#fafafa}.checkout-item-expanded{background-color:#f9f9f9;border-bottom:1px solid #e0e0e0}.checkout-item-detail{display:flex;padding:12px 40px;border-bottom:1px solid #e0e0e0;background-color:#f9f9f9}.student-section{margin-bottom:0;border-top:1px solid #e0e0e0}.student-section:first-of-type{border-top:none}.payment-completed-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;max-width:500px;margin:0 auto}.payment-success-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-bottom:25px}.success-icon-container{width:60px;height:60px;background-color:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;flex-shrink:0;box-shadow:0 4px 12px rgba(76,175,80,.25)}.success-icon-container span{font-size:32px;color:#fff;line-height:1}.payment-success-title-group{flex:1;text-align:center}.payment-success-title{margin:0;font-size:20px;font-weight:600;color:#212121;line-height:1.3}.payment-success-subtitle{margin:6px 0 0 0;font-size:14px;color:#666;line-height:1.3}.invoice-info-box{width:100%;background:#f0f7f4;border-left:4px solid #4caf50;border-radius:4px;padding:14px 16px;margin-bottom:20px}.invoice-info-label{margin:0 0 4px 0;color:#2e7d32;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.invoice-info-email{margin:0;color:#1b5e20;font-size:12px;font-weight:500}.invoice-info-help{margin:8px 0 0 0;color:#2e7d32;font-size:11px;line-height:1.4}.transaction-details-card{width:100%;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:16px;margin-bottom:15px}.transaction-detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f5f5f5}.transaction-detail-row:last-child{border-bottom:none}.transaction-detail-label{color:#666;font-size:13px;font-weight:500}.transaction-detail-value{color:#212121;font-size:13px;font-weight:600}.payment-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;max-width:500px;margin:0 auto}.payment-error-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-bottom:25px}.error-icon-container{width:60px;height:60px;background-color:#f44336;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;flex-shrink:0;box-shadow:0 4px 12px rgba(244,67,54,.25)}.error-icon-container span{font-size:32px;color:#fff;line-height:1}.payment-error-title-group{flex:1;text-align:center}.payment-error-title{margin:0;font-size:20px;font-weight:600;color:#212121;line-height:1.3}.payment-error-subtitle{margin:6px 0 0 0;font-size:14px;color:#666;line-height:1.3}.error-message-box{width:100%;background:#ffebee;border-left:4px solid #f44336;border-radius:4px;padding:14px 16px;margin-bottom:15px}.error-message-text{margin:0;color:#c62828;font-size:13px;font-weight:500;line-height:1.5}.error-support-box{width:100%;background:#f5f5f5;border-radius:4px;padding:12px 14px}.error-support-title{margin:0 0 6px 0;color:#212121;font-size:12px;font-weight:600}.error-support-text{margin:0;color:#666;font-size:11px;line-height:1.4}