.cdx-toast,.cdx-list{--bt-blue:var(--bt-navy,#0B1D5E);--bt-blue-2:var(--bt-navy-light,#16308A);--bt-blue-3:#39467B;--bt-yellow:var(--bt-gold,#FFC41F);--bt-line:var(--bt-border,#D8DDE3);--bt-off-white:var(--bt-surface,#F7F8FA);--bt-grey-dark:var(--bt-text-light,#5F6C7B);--bt-white:#fff;--bt-success:var(--bt-green,#1F6F52);--bt-warning:#C77700;--bt-danger:var(--bt-red,#B23A2A);--bt-radius:8px;font-family:var(--bt-font,inherit);color:var(--bt-text,#2C3E50)}.cdx-toast *,.cdx-list *{box-sizing:border-box}.cdx-toast{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;justify-content:center;padding:0 16px;pointer-events:none;opacity:0;transform:translateY(-14px);transition:opacity .18s ease,transform .18s ease}.cdx-toast.is-open{opacity:1;transform:none}.cdx-toast__box{pointer-events:auto;align-items:center;max-width:720px;width:100%;margin:12px 0 0;padding:12px 14px;box-shadow:0 10px 30px #0b1d5e29}.cdx-toast__box .bt-infobox__icon{width:26px;height:26px}.cdx-toast__box .bt-infobox__icon svg{width:15px;height:15px;display:block}.cdx-toast__img{flex:0 0 auto;width:40px;height:40px;object-fit:contain;background:#fff;border:1px solid var(--bt-border,#D8DDE3);border-radius:3px;padding:2px}.cdx-toast__img[hidden]{display:none}.cdx-toast__txt{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1;line-height:1.35}.cdx-toast__txt b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.cdx-toast__txt span{font-size:12.5px;color:var(--bt-text-light,#5F6C7B)}.cdx-toast__cta{flex:0 0 auto;align-self:center;padding:9px 18px;white-space:nowrap}.cdx-toast__cta[hidden]{display:none}.cdx-toast__x{flex:0 0 auto;align-self:flex-start;background:none;border:0;padding:2px;margin:-2px -4px 0 0;color:var(--bt-text-light,#5F6C7B);cursor:pointer;display:grid;place-items:center}.cdx-toast__x svg{width:16px;height:16px;display:block}.cdx-toast__x:hover{color:var(--bt-navy,#0B1D5E)}@media(max-width:749px){.cdx-toast{padding:0 10px}.cdx-toast__box{margin-top:8px;gap:10px;padding:10px 12px;flex-wrap:wrap}.cdx-toast__box .bt-infobox__icon{order:0;width:22px;height:22px}.cdx-toast__img{order:1;width:34px;height:34px}.cdx-toast__txt{order:2;flex:1 1 0;min-width:0}.cdx-toast__x{order:3}.cdx-toast__cta{order:4;flex:1 1 100%;text-align:center}.cdx-toast__txt b{font-size:13px}.cdx-toast__txt span{font-size:11.5px}}@media(prefers-reduced-motion:reduce){.cdx-toast{transition:none}}.cdx-list{background:#fff;padding:26px 20px 56px}.cdx-list__wrap{max-width:1400px;margin:0 auto}.cdx-list__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid var(--bt-line)}.cdx-list__head h1{margin:0;overflow-wrap:break-word}.cdx-list__badge{display:inline-grid;place-items:center;min-width:30px;height:30px;padding:0 9px;border-radius:999px;background:var(--bt-yellow);color:var(--bt-blue);font-size:15px;font-weight:700;line-height:1;vertical-align:5px;margin-left:8px;box-sizing:border-box}.cdx-list__intro{margin:8px 0 0!important;max-width:70ch;color:var(--bt-grey-dark)}.cdx-list__tools{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding-bottom:4px}.cdx-list__switch{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--bt-blue);cursor:pointer;-webkit-user-select:none;user-select:none}.cdx-list__switch input{width:16px;height:16px;accent-color:var(--bt-blue);cursor:pointer}.cdx-list__clear{background:none;border:0;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--bt-grey-dark);text-decoration:underline;cursor:pointer;padding:4px 0}.cdx-list__clear:hover{color:var(--bt-danger)}.cdx-list.is-empty .cdx-list__tools{display:none}.cdx-list .cdx-pc-tile{color:var(--bt-grey-dark);font-weight:400}.cdx-list__empty{display:none;align-items:flex-start;gap:16px;background:var(--bt-off-white);border:1px solid var(--bt-line);border-left:3px solid var(--bt-blue);border-radius:3px;padding:22px 26px}.cdx-list.is-empty .cdx-list__empty{display:flex}.cdx-list__empty-ic{flex:none;width:34px;height:34px;color:var(--bt-blue)}.cdx-list__empty h2{margin:0 0 4px!important;font-size:18px}.cdx-list__empty p{margin:0 0 14px!important;font-size:14px}.cdx-list__empty .bt-btn svg{width:16px;height:16px;vertical-align:-3px;margin-left:4px}.cdx-list__body{position:relative;min-height:60px}.cdx-list.is-loading .cdx-list__body{opacity:.5;transition:opacity .15s}.cdx-list.is-empty .cdx-list__body{display:none}.cdx-list__skel{display:flex;align-items:center;justify-content:center;gap:10px;padding:36px 0;font-size:13.5px;color:var(--bt-grey-dark)}.cdx-list__skel:before{content:"";width:18px;height:18px;border:2px solid var(--bt-line);border-top-color:var(--bt-blue);border-radius:50%;animation:cdx-list-spin .7s linear infinite}@keyframes cdx-list-spin{to{transform:rotate(360deg)}}.cdx-list.is-empty .cdx-list__skel{display:none}.cdx-cmp-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.cmp-table{--lbl-w:210px;--col-w:236px;--col-max:330px;width:fit-content;max-width:100%;min-width:min-content;display:flex;flex-direction:column;border:1px solid var(--bt-line);border-radius:var(--bt-radius);background:#fff;overflow:hidden}.cmp-row{display:grid;grid-template-columns:var(--lbl-w) repeat(var(--cols,3),minmax(var(--col-w),var(--col-max)));border-top:1px solid var(--bt-line)}.cmp-row:first-child{border-top:0}.cmp-lbl{padding:11px 14px;font-size:13px;font-weight:700;color:var(--bt-blue);background:var(--bt-off-white);position:sticky;left:0;z-index:2;border-right:1px solid var(--bt-line);display:flex;align-items:center}.cmp-cell{padding:11px 14px;font-size:14px;color:var(--bt-grey-dark);border-left:1px solid var(--bt-line);display:flex;align-items:center;min-width:0;overflow-wrap:anywhere}.cmp-cell.is-empty{color:var(--bt-grey-light,#D3D3D4)}.cmp-row:nth-of-type(2n) .cmp-cell{background:#f7f8fa99}.cmp-yes{width:17px;height:17px;color:var(--bt-success);fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cmp-grp{position:sticky;left:0;padding:9px 14px;background:var(--bt-blue);color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:inset 3px 0 0 var(--bt-yellow)}.cmp-table.only-diff .cmp-row.is-same{display:none}.cmp-row.is-diff .cmp-lbl{box-shadow:inset 3px 0 0 var(--bt-yellow)}.cmp-row--head{border-top:0;background:#fff}.cmp-row--head .cmp-lbl{background:#fff;align-items:flex-end;padding-bottom:16px}.cmp-head{padding:0;align-items:stretch}.cmp-head__tile{display:block;gap:0;width:100%}.cmp-head__tile .cdx-pc-tile{border:0;border-radius:0;height:100%;color:var(--bt-grey-dark);font-weight:400}.cmp-hint{margin:14px 0 0;font-size:12.5px;color:var(--bt-grey-dark)}@media(max-width:749px){.cdx-list{padding:18px 12px 44px}.cdx-list__wrap h1{font-size:25px}.cdx-list__badge{min-width:25px;height:25px;padding:0 7px;font-size:13px;vertical-align:3px;margin-left:6px}.cdx-list__head{padding-bottom:12px;margin-bottom:16px}.cmp-table{--lbl-w:132px;--col-w:182px;--col-max:240px}.cmp-lbl{padding:9px 10px;font-size:12px}.cmp-cell{padding:9px 10px;font-size:12.5px}.cdx-list__empty{padding:18px;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/cdx-lists.css.map */
