input[type=text],input[type=number]{display:flex;height:50px;padding:0 15px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:1px solid var(--color-neutral-light, #e3e4e6);background:var(--color-background, #fff)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=checkbox]{width:24px;height:24px}@media(prefers-color-scheme:dark){.input-field{color:#fff}}@media(prefers-color-scheme:dark){.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")!important;background-color:var(--lk-base-neutral, #121212)!important;border:1px solid var(--color-neutral-light, #e3e4e6)!important;color:var(--lk-color-neutral)!important}}.required:after{content:" *";color:red}.select-dropdown{height:50px;padding:0 15px;border-radius:8px!important;border:1px solid var(--color-neutral-light, #e3e4e6);background-color:var(--color-background, #fff)}.product-img-thumbnail{width:75px;height:75px;object-fit:contain;align-self:start;margin-top:12px;flex:0 0 75px}.accordion-button,.accordion-button:not(.collapsed){color:#000;background:transparent}.accordion-button:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E")}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E")}@media(prefers-color-scheme:dark){.accordion-button,.accordion-button:not(.collapsed){color:#fff}.accordion-button:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E")}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E")}}.card{background:transparent;border:none}.ds-cta-primary-btn.disabled{display:flex;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:2px solid #e7e7e7;background:var(--Light-Gray, #e7e7e7);color:var(--Medium-Gray, #919599)}@media(prefers-color-scheme:dark){.ds-cta-primary-btn.disabled{border:2px solid #919599;background:var(--Light-Gray, #919599);color:var(--Medium-Gray, #e7e7e7)}}.modal-dialog{max-width:min(512px,calc(100vw - 1rem))}.modal-content{width:100%;padding:25px;display:flex;flex-direction:column;gap:16px;border-radius:10px;border:.8px solid rgba(0,0,0,.1);background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.modal-header,.modal-body,.modal-footer{padding:0;margin:0;border:0;background:transparent}.delete-modal-title{color:#0a0a0a;font-size:18px;font-weight:600;line-height:28px}.delete-modal-body,.modal-body{color:#717182;font-size:14px;font-weight:400;line-height:20px}.delete-modal-body strong{color:#717182;font-weight:600}.modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;height:36px}.delete-modal-btn-cancel,.delete-modal-btn-delete{display:inline-flex;justify-content:center;align-items:center;gap:8px;height:36px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease}.delete-modal-btn-cancel{border:.8px solid rgba(106,106,106,.31);background:#fff;color:#0a0a0a;box-shadow:0 0 0 .678px #a1a1a11c}.delete-modal-btn-cancel:hover:not(:disabled){background:#f5f5f5}.delete-modal-btn-delete{border:0;background:#e7000b;color:#fff}.delete-modal-btn-delete:hover:not(:disabled){background:#c70008}.delete-modal-btn-cancel:focus-visible,.delete-modal-btn-delete:focus-visible{outline:2px solid #0a0a0a;outline-offset:2px}.delete-modal-btn-cancel:disabled,.delete-modal-btn-delete:disabled{opacity:.6;cursor:not-allowed}@media(prefers-color-scheme:dark){.modal-content{background:#1e1e1e;border-color:#ffffff1f;box-shadow:0 10px 15px -3px #0006,0 4px 6px -4px #0006}.delete-modal-title{color:#f5f5f5}.delete-modal-body,.modal-body,.delete-modal-body strong{color:#a1a1aa}.delete-modal-btn-cancel{background:#2a2a2a;border-color:#ffffff2e;color:#f5f5f5;box-shadow:0 0 0 .678px #ffffff0f}.delete-modal-btn-cancel:hover:not(:disabled){background:#3a3a3a}.delete-modal-btn-delete:hover:not(:disabled){background:#c70008}.delete-modal-btn-cancel:focus-visible,.delete-modal-btn-delete:focus-visible{outline-color:#f5f5f5}}.download-btn.link-btn{text-decoration:none!important}.download-btn.link-btn:hover{text-decoration:none!important;color:#fff!important}
